@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
a,
img,
div,
button,
input {
  -webkit-tap-highlight-color: transparent;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
  color: #fff;
  text-decoration: none;
}
nav {
  list-style: none;
}
img {
  max-width: 100%;
}
.afterfix:after{
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility:hidden;
}
a{
  text-decoration:none;
}
a:hover{
text-decoration:none;
outline:none;
}

a:focus{
text-decoration:none;
outline:none;
}

:focus{
outline:0;
}
form{
	height:100%;
}
html,body{
  height: 100%;
}

@media (max-width: 1400px) {
  html,body {
    font-size: 71.1458px;
  }
}
@media (min-device-width: 1400px) and (max-device-width: 1600px){
  html,body {
    font-size: 83.3333px;
  }
}
@media (min-device-width: 1600px) and (max-device-width: 1920px) {
  html,body {
    font-size: 100px;
  }
}
body {
  font-family: 'Lato','Chinese Quote',-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
  font-size: 16px !important;
  -webkit-text-size-adjust: 100% !important;    
  background: #f2f7fe!important;
}
.clearfix {
    zoom: 1;
}

.page{
  width: 800px;
  margin: 0 auto;
  min-height: 100%;
}
.page .banner{
  background-position: center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.pcBan{
  display: block;
}
.mobileBan{
  display: none;
}
.page .login{
  padding: 60px;
  margin-top: 20px;
  background-color: #fff;
}
.page .login h2{
  line-height: 60px;
  margin-bottom: 10px;
  text-align: center;
  color: #26a9e0;
  font-size: 22px;
}
.page .login .input-box{
  width: 400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.page .login .input-box input.input{
  display: block;
  width: 100%;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid  #dadee7;
  font-size: 14px;
  padding: 0 5px;
  font-family: inherit;
  border: 1px solid rgba(0,0,0,0.12);
  background-color: #f4f5f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  padding-left: 50px;
  background: #f4f5f9 url('../images/phone.png') left 12px center/24px auto no-repeat;
}
.page .login .input-box input.input:hover{
  border: 1px solid rgba(0,0,0,0.3) !important;
}
.page .login .input-box input.input:focus{
  border: 1px solid  #26a9e0;
}
.page .login .input-box input.button{
  width: 400px;
  padding: 10px 0;
  background-color: #26a9e0;
  display: block;
  line-height: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  box-sizing: content-box;
  vertical-align: middle;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
}
.page .login .link{
  max-width: 400px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: right;
  font-size: 14px;
}
.page .login .link a{
  font-size: 14px;
  color: #26a9e0;
  text-decoration: underline;
}
.page .login-tips{
  max-width: 400px;
  margin: 0 auto;
}
.page .login-tips p{
  margin-top: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}

.guest-page{
  min-height: 100%;
  background-color: #f6f6f6;
  font-size: 16px;
  color: #555;
}
.guest-page .banner{
  height: 120px;
  -webkit-background-size: cover;
  background-size: cover;
}
.guest-page .banner h2{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 120px;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
.guest-content{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.guest-content .left{
  width: 70%;
  float: left;
}
.guest-content .item{
  padding-right: 30px;
  margin-bottom: 40px;
}
.guest-content .item h3{
  font-size: 24px;
  color: #000;
  line-height: 48px;
  margin-bottom: 30px;
  border-bottom: 1px solid  #dcdcdc;
}
.guest-content .item h3 span{
  display: inline-block;
  height: 100%;
  position: relative;
}
.guest-content .item h3 span:after{
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1995eb;
}
.guest-content .item p{
  margin-bottom: 20px;
  line-height: 1.3;
}
.guest-content .item li{
  line-height: 1.3;
}
.guest-content .right{
  width: 30%;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 30px;
}
.guest-login{
  padding: 30px;
  border: 1px solid  #dcdcdc;
  position: relative;
} 
.guest-login h3{
  padding: 0 20px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.guest-login p{
  width: 100%;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.guest-login .input-wrap{
  padding: 10px 0;
}
.guest-login .input-box{
  margin: 30px 0;
  width: 100%;
  border-radius: 6px;
  border: 1px solid  #ccc;
  height: 48px;
}
.guest-login .input-box input{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: inherit;
  padding: 0 5px;
  background-color: transparent;
}
.guest-login .input-btn{
  height: 48px;
}
.guest-login .input-btn input{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: inherit;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #1995eb;
  color: #fff;
  cursor: pointer;
}

.register{
  width: 100%;
  max-width: 800px;
  margin: 16px auto 0 auto;
  padding: 16px 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.register h2{
    padding: 8px 0;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}
.register .table-form{
  border-top: 1px solid rgba(0,0,0,0.12);
  padding-top: 16px;
}
.register ul li{
  margin-bottom: 24px;
}
.register ul li .name{
  display: block;
  margin-bottom: 8px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  color: #535774;
}
.register ul li .name em,
.register ul li.select ._tit em{
  color: #eb3b3b;
  margin-right: 5px;
}
.register ul li .name span,
.register ul li.select ._tit span{
  color: #eb3b3b;
}
.register ul li .input-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.register ul li .input-box{
  width: 100%;
  border: 1px solid rgba(0,0,0,0.12);
  height: 44px;    
  background-color: #f4f5f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
}
.register ul li .input-box:hover{
  border: 1px solid rgba(0,0,0,0.3) !important;
}
.register ul li.input2 .input-wrap > div{
  width: 50%;
}
.register ul li.input2 .input-wrap > div:last-child{
  border-left-color: transparent;
}
.register ul li.mobilephone .input-box{
  width: calc(100% - 200px) !important;
}
.register ul li .input-box.textarea{
  height: 100px;
}
.register ul li .input-box input{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: inherit;
  padding: 0 5px;
  background-color: transparent;
}
.register ul li .input-box input:focus,
.register ul li .input-box select:focus,
.register ul li .input-box.textarea textarea:focus{
  border: 1px solid  #26a9e0;
}
.register ul li .input-box select{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: inherit;
  padding: 0 5px;
  background-color: transparent;
}
.register ul li .input-box.textarea textarea{
  padding: 5px;
  border: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: inherit;
  background-color: transparent;
  resize: none;
}
.register ul li .input-btn{
  width: 200px !important;
}
.register ul li .input-btn input{
  display: block;
  width: 100%;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  background-color: #26a9e0;
  color: #fff;
  float: right;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
}
.register ul li .input-btn input:hover{
  opacity: .9;
}
.register ul li .input-btn input.disable{
  background-color: #aaa;
}


.register ul li.select{
  display: block;
}
.register ul li.select ._tit{
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #535774;
}
.register ul li.select ._option{
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
}
.register ul li.select ._option span{
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.register ul li.select ._option input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.register ul li.select .radio ._option em{
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid  #aaa;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
  box-sizing: content-box;
}
.register ul li.select .radio ._option .chk em:after{
  display: inline-block;
  content: '';
  border-radius: 100%;
  height: 12px;
  margin: 2px;
  width: 12px;
  background-color: #26a9e0;
}
.register ul li.select .checkbox ._option em{
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid  #aaa;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}
.register ul li.select .checkbox ._option .chk em{
  background: url('../images/iconDg.png') center/80% auto no-repeat;
}
.register .table-form-btn{
  padding-top: 30px;
  text-align: center;
}
.register .table-form-btn input,
.register .table-form-btn a{
  padding: 10px 40px;
  background-color: #26a9e0;
  display: inline-block;
  width: auto;
  line-height: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  box-sizing: content-box;
  vertical-align: middle;
  border-radius: 3px;
  color: #fff;
}
.register .table-form-btn a{
  padding: 10px 20px 10px 50px;
  background: #26a9e0 url('../images/back.png') left 20px center/24px auto no-repeat;
}
.register .table-form-btn input:hover{
  opacity: .9;
}
.register .itemYs{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.register .itemYs p{
  font-size: 14px;
  color: #535774;
  vertical-align: middle;
  word-break:normal;
}
.register .itemYs a{
  color: #0366d6;
}
.register .itemYs a:hover{
  text-decoration: underline;
}
.register .itemYs em{
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid  #aaa;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 2px;
  background-color: #f0f0f0;
  flex-shrink:0;
}
.register .itemYs em.chk{
  background: #f0f0f0 url('../images/iconDg.png') center/80% auto no-repeat;
}
.register .itemYs em input{
  display: block;
  width: 100%;
  height: 100%;
  margin:0;
  padding:0;
}
.register .ok{
  min-height: 200px;
  padding-top: 30px;
  text-align: center;
}
.register .ok  img{
  width: 80px;
}
.register .ok h5{
  font-size: 24px;
  margin-bottom: 60px;
  margin-top: 20px;
}
.register .ok p{
  line-height: 1.5; 
  text-align: left;
  padding: 0 90px;
  font-size: 14px;
  color: #707070;
}
.register .ok p strong{
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.register.rok .table-form-btn{
  padding-bottom: 50px;
  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  .page{
    width: 100%;
    background-color: #fff;
  }
  .pcBan{
    display: none;
  }
  .mobileBan{
    display: block;
  }
  .mobile-container{
      width: 100%;
      height: 100%;
  }
  .mobile-container .banner{
  }
  .mobile-container .login{
    padding: 40px 20px;
    margin-top: 0;
  }
  .mobile-container .login .input-box {
      width: 100%;
      padding-right: 0;
      padding-bottom: 60px;
  }
  .mobile-container .login .input-box input.button {
    width: 100%;
    padding: 10px 0;
  }
  .register{
    margin-top: 0;
    padding: .4rem .8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .register ul li{
    margin-bottom: .3rem;
  }
  .register ul li .name{
    font-size: .26rem;
  }
  .register ul li .input-wrap{
  }
  .register ul li .input-box{
    height: .6rem;
  }
  .register ul li .input-box input{
    font-size: .26rem;
  }
  .register ul li .input-box select{
    font-size: .26rem;
  }
  .register ul li .input-box.textarea{
    height: 1.8rem;
  }
  .register ul li .input-box.textarea textarea{
    font-size: .26rem;
  }
  .register ul li .input-btn input{
    font-size: .26rem;
    height: .6rem;
  }
  .register ul li.select ._tit{
    font-size: .26rem;
    margin-bottom: .2rem;
  }
  .register ul li.select ._option span{
    font-size: .26rem;
  }
  .register ul li.select ._option{
    margin-bottom: .15rem;
  }
  .register .table-form-btn{
    padding-top: .2rem;
    text-align: center;
  }
  .register .itemYs p{
    line-height: 1.2;
    font-size: .26rem;
  }
  .register .table-form-btn input{
    width: 100%;
    height: .72rem;
    font-size: .26rem;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .register .ok p{
    padding: 0;
  }
}