@charset "utf-8";
/*首页*/
html{
  height: 100%;
  overflow: hidden;
}
body{
  min-height: 100%;
  position: relative;
  background: url(images/login-bj1.png) no-repeat;
}
.register{
  width: 500px;
  position: absolute;
  left: 50%;
  top:8%;
  margin-left: -250px;
}
.register .rt-content{
  padding: 30px 0;
  background-color: #ffffff;
  box-shadow: -1px 5px 24px 0 rgba(48, 76, 113, 0.42);
  margin-top: 20px;
  width: 470px;
}
.register p,
.register1 p{
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}
.register1{
  width: 480px;
  position: absolute;
  left: 50%;
  top:15%;
  margin-left: -240px;
}
.register1 .container{
  margin-top: 20px;
}
.register1 .container .login{
  display: block;
  width: 480px;
  height: 70px;
  line-height: 70px;
  background-color: #89c4d4;
  border-radius: 8px;
  border: solid 1px #c7eef9;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
.register1 .container input{
  width: 440px;
  height: 68px;
  background-color: #65919e;
  border-radius: 8px;
  border: solid 1px #c7eef9;
  opacity: 0.44;
  padding-left: 40px;
  margin-bottom:40px;
}
.register1 input::-webkit-input-placeholder{font-size: 18px;color: #f7f7f7;}
.register1 .container .message{
  display: block;
  color: #ebebeb;
  text-align: right;
  margin-top: 20px;
}

.register2{
  width: 480px;
  position: absolute;
  left: 50%;
  top:8%;
  margin-left: -240px;
}
.register2 p{
  color: #243f66;
  text-align: center;
  line-height: 60px;
}
.register2 .container{
  text-align: center;
  margin:0 auto;
  width: 480px;
  background-color: #ffffff;
  padding-bottom: 40px;
  box-shadow: -1px 5px 24px 0 rgba(48, 76, 113, 0.42);
}
.register2 .container h1{
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  padding: 30px 0;
  text-align: center;
  margin: 20px 0 0;
}
.register2 .container input{
  width: 350px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  padding-left:50px;
  margin-bottom:20px;
  background: url(images/login-user2.png) no-repeat 15px center;
}
.register2 .container input.password{
  background: url(images/login-pw2.png) no-repeat 15px center;
}
.register2 .container .code input{
  width: 247px;
  height: 48px;
  margin-right:13px;
  padding-left:15px;
  background: none;
}
.register2 .container .code a{
  display: inline-block;
  position: relative;
  top:-10px;
}
.register2 .container .code .mima{
  display: block;
  color: #808080;
  text-align: right;
  padding-right: 40px;
}
.register2 .container>a{
  display: block;
  width: 400px;
  height: 48px;
  line-height:48px;
  text-align: center;
  background-color: #0081cd;
  border-radius: 2px;
  font-size: 22px;
  color:#fff;
  margin:10px auto 0;
}
.register2 input::-webkit-input-placeholder{font-size: 16px;color: #333333;}

.register .rt-content .item > input{
  background: #fff url(images/login-pw2.png) no-repeat 20px center;
}
.register .rt-content .item > input.user{
  background: #fff url(images/login-user2.png) no-repeat 20px center;
}
.register .rt-content h1{
  font-size:26px;
  color: #333333;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
}
.register .rt-content .item{
  width: 466px;
  border-left:4px solid #fff;
  padding: 20px 0;
}
.register .rt-content .item:hover{
  background-color: #f2f6f9;
  border-left:4px solid #de7967;
}
.register .rt-content .item > input {
  width: 310px;
  height: 48px;
  line-height: 48px;
  padding-left: 60px;
  border-radius: 2px;
  border: solid 1px #e0e0e0;
  margin: 0 50px;
}
.register input::-webkit-input-placeholder{font-size: 16px;color: #333333;}
.register .rt-content .btn span,
.register .rt-content .btn a {
  color: #999;
}
.register .rt-content .btn {
  margin: 0 50px 20px;
}
.register .rt-content .login {
  background-color: #de7967;
  margin: 0 auto;
}


.login1{
  width: 1000px;
  height: 440px;
  background: url(images/login1.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -260px 0 0 -500px;
}
.login2{
  width: 800px;
  height: 500px;
  background: url(images/login3.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -260px 0 0 -400px;
}
.login2 p{
  text-align: center;
  color: #223d62;
  line-height: 60px;
}
.login2 .rt-content{
  margin-top: 40px;
}
.login2 .rt-content{
  width: 476px;
  height: 246px;
  margin: 0 auto;
  padding-top:62px;
}
.login2 .rt-content .item{
  overflow: hidden;
  height:48px;
  line-height: 48px;
  margin-bottom:29px;
}
.login2 .rt-content .item span{
  float: left;
  font-size: 16px;
  color: #223d62;
  width: 60px;
  text-align: right;
}
.login2 .rt-content .item input{
  float: left;
  width: 360px;
  padding-left:40px;
  height: 46px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  margin-left:13px;
  background: url(images/login4-user.png) no-repeat 10px center;
}
.login2 .rt-content .item .password{
  background: url(images/login4-pw.png) no-repeat 10px center;
}
.login2 .rt-content .login{
  display: block;
  margin-left:73px;
  width: 400px;
  height: 48px;
  line-height:48px;
  text-align: center;
  background-color: #4279c7;
  border-radius: 2px;
  font-size: 18px;
  color: #fff;
}
.login2 .rt-content .message{
  display: block;
  margin-top: 25px;
  text-align: right;
  font-size: 16px;
  color: #999;
}
.login2 .rt-content .message a{
  color: #4279c7;
}
.login4{
  background: url(images/login4.png) no-repeat;
}
.login6{
  width: 900px;
  height: 490px;
  background: url(images/login6.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin:-330px 0 0 -450px;
}
.login7{
  background: url(images/login7.png) no-repeat;
}
.lt,.rt{
  width: 500px;
}
.lt-content{
  color: #ffffff;
  margin:120px 0 0 60px;
}
.login1 .lt-content,
.login6 .lt-content{
  margin-left: 30px;
}
.login4 .lt-content{
  margin:120px 0 0 30px;
}
.login1 .lt-content p,
.login4 .lt-content p,
.login7 .lt-content p{
  text-indent:0;
  line-height: 60px;
}
.login6 .lt-content p{
  text-indent:2em;
}
.content span{
  font-size: 24px;
  display: inline-block;
  margin-bottom: 10px;
}
.content p{
  font-size: 30px;
}
.rt-content{
  margin:0 auto;
  width: 370px;
}
.rt-content h1{
  font-size:26px;
  color: #ffa100;
  font-weight: normal;
  margin: 30px 0;
  text-align: center;
}
.rt-content .btn{
  color: #9b9b9b;
  margin-bottom: 40px;
}
.rt-content .btn a{
  color: #cccccc;
}
.rt-content .btn span{
  font-size:14px;
  color: #cccccc;
}
.rt-content .login{
  display: block;
  width: 370px;
  height: 50px;
  line-height:50px;
  text-align: center;
  background-color: #ffa100;
  border-radius: 8px;
  font-size: 20px;
  color: #ffffff;
}
.rt-content .message{
  display: block;
  margin-top: 25px;
  text-align: right;
  font-size: 16px;
  color: #cccccc;
}
.rt-content .message a{
  color: #ffa100;
}
.lt2{
  width: 400px;
}
.rt2{
  width: 500px;
}
.lt5,.rt5{
  width: 600px;
}

.rt-content1{
  margin:0 auto;
  width: 400px;
}
.rt-content1 h1{
  font-size: 24px;
  font-weight: normal;
  color: #3161d1;
  text-align: center;
  margin-top: 40px;
}
.rt-content1 form label{
  display: block;
  margin: 20px 0;
  font-size: 20px;
  color: #929292;
}
.rt-content1 form input{
  width: 400px;
  height: 50px;
  background-color: #f2f7ff;
  border-radius: 5px;
}
.rt-content1 .checkbox{
  display: block;
  color: #929292;
  margin: 20px 0 40px;
}
.rt-content1 a{
  display: block;
  font-size: 18px;
  color: #ffffff;
  width: 400px;
  height: 60px;
  line-height: 60px;
  background-color: #3163b7;
  text-align: center;
  border-radius: 30px;
}

.rt-content input{
  width: 300px;
  height: 42px;
  line-height: 42px;
  padding-left:45px;
  margin-bottom:30px;
  border-radius: 21px;
}

.rt-content > input{
  background: #f0f0f0 url(images/login1-pw.png) no-repeat 20px center;
}
.rt-content > input.user{
  background: #f0f0f0 url(images/login1-user.png) no-repeat 20px center;
}

.rt5 .rt-content h1{
  color: #5bb7ee;
  text-align: center;
  margin-top: 80px;
}
.rt5 .rt-content  input{
  border-bottom:1px solid #00a0e9;
  border-radius: 0;
}
.rt5 input::-webkit-input-placeholder{ font-size: 20px;color: #00a0e9;}

.rt5 .rt-content > input{
  background: url(images/login-pw5.png) no-repeat 10px center;
}
.rt5 .rt-content > input.user{
  background: url(images/login-user5.png) no-repeat 10px center;
}
.rt5 .rt-content .login{
  display: block;
  width: 370px;
  height: 50px;
  line-height:50px;
  text-align: center;
  border-radius: 26px;
  font-size: 22px;
  color: #ffffff;
  background-color: #de6262;
  box-shadow: -2px 9px 18px 0 rgba(32, 120, 255, 0.29);
}
.rt5 .rt-content .btn{
  font-size: 20px;
  color: #009cff;
}
.rt5 .rt-content .btn1{
  margin-top: 40px;
}
.rt5 .rt-content .btn1 a{
  font-size: 20px;
  color: #99bcda;
}

.login4 .lt5{
  width: 520px;
}
.login4 .rt5{
  width: 480px;
}
.login4 .rt5 .rt-content h1{
  color: #00789c;
  margin-top: 40px;
}
.login4 .rt-content {
  margin: 0 auto;
  width: 320px;
}
.login4 .rt5 .rt-content  input{
  width: 250px;
  height: 42px;
  line-height: 42px;
  padding-left: 45px;
  border-bottom:1px solid #f0f0f0;
  border-radius: 0;
  background:none;
}
.login4 .rt5 input::-webkit-input-placeholder{ font-size: 16px;color: #999;}
.login-pos {
    position:relative;
}
.login-pos img{
    position:absolute;
    top:7px;
    left:10px;
}
/*.login4 .rt5 .rt-content  input{
  background: url(images/login-pw4.png) no-repeat 10px center;
}*/
.login4 .rt5 .rt-content input.user {
    /*background: url(images/login-user4.png) no-repeat 10px center;*/
}
.login4 .rt5 .rt-content .login{
  display: block;
  width: 320px;
  height: 50px;
  line-height:50px;
  text-align: center;
  font-size: 22px;
  color: #00789d;
  background-color: #ffffff;
  box-shadow: -1px 4px 18px 0px
  rgba(0, 120, 157, 0.31);
  border-radius: 28px;
  margin-top: 30px;
  padding-left:0;
}
.login4 .rt-content .message{
  font-size: 16px;
  color: #808080;
}
.login4 .rt-content .message a{
  color: #007398;
}

.login6 .rt-content1 h1{
  font-size: 24px;
  color: #85cff4;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 20px;
}
.login6 .rt-content1{
  margin: 0 auto;
  width: 310px;
}
.login6 .rt-content1 form input{
  border: solid 1px #e0e0e0;
  background:none;
  width: 300px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.login6 .rt-content1 .checkbox{
  display: block;
  color: #929292;
  margin:0 0 20px;
}
.login6 .rt-content1 .login{
  display: block;
  font-size: 18px;
  color: #ffffff;
  width: 310px;
  height: 60px;
  line-height: 60px;
  background-color: #85cff4;
  text-align: center;
  border-radius: 12px;
}
.login6 .rt-content1 .message{
  display: block;
  font-size: 16px;
  color: #808080;
  text-align: right;
}
.login6 .rt-content1 .message a {
  color: #85cff4;
  display: inline;
  background: none;
}
.login6 .lt-content {
  margin-top: 150px;
}
.login7 .lt5{
  width: 570px;
}
.login7 .rt5{
  width: 400px;
}
.login7 .lt-content{
  margin-top: 120px;
}
.login7 .rt5 .rt-content h1{
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 80px;
}
.content .login7 span{
  font-size: 24px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ffffff;
}
.content .login7 p{
  font-size: 30px;
  color: #ffffff;
}
.login7 .rt5 .rt-content > input{
  border-bottom:1px solid #f0f0f0;
  border-radius: 0;
}
.login7 .rt-content {
  width: 300px;
}
.login7 .rt5 input::-webkit-input-placeholder{ font-size: 20px;color: #ccc;}

.login7 .rt5 .rt-content > input{
  background: url(images/login-pw7.png) no-repeat 10px center;
}
.login7 .rt5 .rt-content > input.user{
  background: url(images/login-user7.png) no-repeat 10px center;
}
.login7 .rt-content > input{
  width: 230px;
  height: 42px;
  line-height: 42px;
  padding-left:70px;
  margin-bottom:30px;
  border-radius: 21px;
  background: #ffffff;
}
.login7 .rt5 .rt-content .login{
  display: block;
  width: 300px;
  height: 50px;
  line-height:50px;
  text-align: center;
  font-size: 22px;
  color: #1272bc;
  background-color: #fff;
  border-radius: 12px;
  margin: 30px auto 0;
  box-shadow: -1px 4px 18px 0 rgba(16, 110, 182, 0.31);
}
.login7 .rt-content .message{
  font-size: 16px;
  color: #808080;
  float: right;
}
.login7 .rt-content .message a{
  color: #1272bc;
}

/*底部*/
.footer{
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: fixed;
  bottom: 0;
  background: #ffffff;
}
.footer p{
  color: #585858;
  text-align: center;
}