html, body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", PingFangSC, Arial, Verdana, sans-serif;
  overflow-x: hidden;
  height: 100%;
  background-color: #ffffff;
}
::-ms-clear{display: none;}
::-ms-reveal{display: none;}
::-o-clear{display: none;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}
input[type="text"] {
  -webkit-appearance: none;
}
.country-list::-webkit-scrollbar{
  height: 40px;
  width: 5px;
  opacity: 1;
  transform: translateY(0px);
  border-radius: 7px;
  transition: width .4s ease,height .6s ease;
}
.country-list::-webkit-scrollbar-track{
  background-color:none;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius:2em;
}
.country-list::-webkit-scrollbar-thumb {
  background-color:rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius:2em;
}
.terms-tit{
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 20px;
}
.terms-con{
  font-size: 14px;
  line-height: 24px;
  color: #2a2a2a;
  margin-bottom: 25px;
}
.terms p{
  margin: 0px;
}
.terms dd{
  margin-left: 10px;
}


.contact-page p {
  font-size: 14px;
  line-height: 20px;
  color: rgb(42, 42, 42);
  margin: 0px;
  margin-bottom: 20px;
}
.contact-page p.title {
  font-size: 18px;
}

.body{
  /*min-height: 100%;*/
  min-height: 100%;
  position: relative;
}

.expert{
  width: 300px;
  margin: auto;
  /*padding-bottom: 67px;*/
}
.expert-title{
  opacity: 0.9;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color:#000000;
  padding-top: 25px;
}
.expert-list{
  padding-top: 16px;
  text-align: left;
  position: relative;
}
.e-item{
  width: 300px;
  height: 54px;
}
.e-item:hover .e-input-clear{
  display: block;
}
.e-err-text{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f35b67;
  position: absolute;
  z-index: 999;
}
.e-item-text{
  position: relative;
  width: 300px;
  height: 54px;
  display: inline-block;
  font-size: 0px;
  vertical-align: top;
}
.e-item-text input:hover,.e-item-text input:focus{
  border-bottom: solid 1px #417ff9;
}
.e-item-text input{
  padding-right: 40px;
  width: 259px;
  height: 51px;
  outline: none;
  border-style:none;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 51px;
  letter-spacing: normal;
  color: #000000;
  opacity: 0.9;
  background-color: #ffffff;
  border-bottom: solid 1px #ededed;
  vertical-align: top;
}
.e-err input,.e-err input:hover{
  border-bottom: solid 1px #f35b67;
}
.username input{
  width: 259px;
}
.mobile input{
  width: 199px;
  padding-left: 60px;
}
.country-code{
  width: 60px;
  height: 54px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  z-index: 999;
}
.smscode input{
  padding-right: 80px;
  width: 219px;
}
.sms-btn{
  width: 78px;
  height: 30px;
  border-radius: 2px;
  border: solid 1px #6297fe;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 10px;
  cursor: pointer;
  /*z-index: 999;*/
  text-align: center;
  color: #5789e9;
  font-size: 12px;
  line-height: 30px;
}
.sms-btn:hover{
  background-color: #ecf2ff;
}
.sms-btn:active{
  background-color: #d4e2ff;
}
.countrystr{
  opacity: 0.9;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 54px;
  letter-spacing: normal;
  color: #000000;
}
.country-code:hover .arrow {
  border-color: #6297fe;
}
.country-code .arrow {
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border: 1px solid #888;
  border-right: 0;
  border-top: 0;
  top: 48%;
  right: 15px;
}
.country-code .down{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.e-input-clear {
  width: 24px;
  height: 24px;
  background-image: url(../images/clear.png);
  background-size: cover;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/clear.png', sizingMethod='scale');
  position: absolute;
  top: 15px;
  right: 5px;
  display: none;
  cursor: pointer;
}
.r-sms{
  right: 85px;
}
.plug{
  padding-bottom: 10px;
}
.plug-tit{
  opacity: 0.9;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  padding-top: 24px;
  padding-bottom: 8px;
}
.e-item-icon{
  background-image: url(../images/dui.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -32px;
  top: 15px;
  display: none;
}
.chk{
  background-image: url(../images/chk.png);
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.chked{
  background-image: url(../images/chked.png);
}
.p-item{
  width: 85px;
  padding-right: 10px;
  display: inline-block;
  padding-top: 8px;
  font-size: 0px;
  cursor: pointer;
}
.p-item-text{
  opacity: 0.9;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.sub-btn{
  width: 300px;
  height: 40px;
  border-radius: 4px;
  background-color: #6297fe;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
  margin-bottom: 100px;
}
.sub-btn:active{
  background-color: #7ea9fd;
}
.country-list,.company-list {
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 10;
  width: 300px;
  height: 160px!important;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  display: none;
}
.company-list::-webkit-scrollbar{
  display: none;
}
.country-list-item {
  font-size: 14px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0,0,0,.9);
  padding: 0 10px;
}
.company-list-item em{
  font-style: normal;
  color: #6297fe;
}
.company-list-item{
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0,0,0,.9);
  padding: 4px 10px;
}
.country-list-item:hover,.company-list-item:hover {
  cursor: pointer;
  background-color: #f5f8ff;
}
.country-list-item:active,.company-list-item:active{
  background-color: #ecf2ff;
}
.country-list-item .is-selected,.company-list-item .is-selected {
  color: #5789e9;
}
.other{
  display: none;
}
@media screen and (min-width:1024px) {
  .header {
    width: 100%;
    min-width: 800px;
    height: 80px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 10px;
  }
  .header .con {
    width: 800px;
    margin: auto;
    line-height: 80px;
  }
  .header .w1000 {
    width: 1000px;
  }
  .contacts{
    width: 1000px;
    margin: auto;
  }
  .logo {
    padding-right: 8px;
  }
  .logo img {
    max-height: 27px;
    vertical-align: middle;
  }
  .content{
    padding-bottom: 67px;
    height: 550px;
  }
  .content-terms{
  }
  .footer{
    width: 100%;
    height: 67px;
    position: absolute;
    bottom: 0px;
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
  }
  .copyright {
    height: 67px;
    line-height: 67px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6c748a;
    background-color: #ffffff;
    text-align: center;
  }
  .m-footer{
    display: none;
  }
  .terms{
    width: 800px;
    margin: auto;
    padding-top: 50px;
  }
  .contact-page {
    width: 800px;
    margin: auto;
    overflow: hidden;
    padding: 30px 20px 0px;
  }
  .contact-left {
    width: 480px;
    float: left;
    margin: 0px;
    padding: 0px;
  }
  .contact-right {
    width: 240px;
    float: right;
    margin: 0px;
    padding: 0px;
  }
  .icon-show{
    display: block;
  }
}
@media screen and (max-width:1024px) {
  .header {
    width: 100%;
    min-width: 335px;
    height: 44px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 10px;
  }
  .header .con {
    width: 100%;
    margin: auto;
    line-height: 44px;
  }
  .logo {
    padding: 9px 10px;
  }
  .logo img {
    max-height: 26px;
    vertical-align: middle;
  }
  .content{
    /*padding-bottom: 190px;*/
    width: 100%;
    height: 650px;
  }
  .content-terms{
    width: 100%;
  }
  .footer{
    display: none;
  }
  .m-footer {
    /*position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate( -50%,0);*/
  }
  .m-footer-con {
    width: 295px;
    margin: auto;
    margin-top: 50px;
  }
  .m-tel{
    display: inline-block;
  }
  .m-tel img{
    width: 36px;
    height: 36px;
  }

  .m-tel-item{
    display: inline-block;
    padding-left: 13px;
  }
  .m-tel-text{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #383838;
  }
  .m-tel-tel{
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6a95e8;
  }
  .m-tel-tel a{
    color: #6a95e8;
    text-decoration:none;
  }
  .m-copyright{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #383838;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .terms{
    width: 80%;
    margin: auto;
    padding-top: 50px;
  }
  .contact-page {
    width: 80$;
    margin: auto;
    overflow: hidden;
    padding: 30px 20px 0px;
  }
  .contact-left {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .contact-right {
    width: 100%;
    margin: 0px;
    padding-bottom: 60px;
  }

  .icon-show{
    display: none;
  }
  .expert {
    width: 300px;
    margin: auto;
    padding-bottom: 167px;
  }
}
