@charset "utf-8";

.top_nav .dropdown {
  width: 714px;
}

.download-process {
  position: absolute;
  bottom: 65px;
  left: 65px;
  display: inline-block;
  height: 30px;
  width: 90px;
  border: none;
  box-shadow: none;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  color: #c973f6;
  background: #fff;
}

.bg-content {
  height: 1040px;
  color: #999;
  padding-top: 84px;

  background: #e3eaf1 url(/images/register/register-bg.jpg) no-repeat center top;
}

.content {
  position: relative;
  padding: 86px 80px;
  min-height: 700px;
}

.content .left-cont {
  position: absolute;
  left: 78px;
  bottom: 78px;
  width: 490px;
  height: 500px;
  background: url(/images/register/r-left-bg5-n.png) no-repeat center 30px;

}

.phone-img {
  position: absolute;
  top: -25px;
  left: 22px;
}

.qy-code-down {
  background: url(/images/register/qy-code-down2.png) no-repeat center;
  position: absolute;
  bottom: 40px;
  right: 150px;
  width: 213px;
  height: 249px;
  background-size: 100%;
}


.way-list {
  margin-bottom: 35px;
  overflow: hidden;
}


.way-list li {
  width: 270px;
  padding: 8px 0;
  border-bottom: 2px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #333;

}

.way-list li.active,
.way-list li:hover {
  color: #4fafaa;
  border-bottom: 2px solid #4fafaa;
}

.content .right-cont {
  position: absolute;
  right: 76px;
  top: 86px;
  width: 682px;
  height: 535px;
  padding: 25px 30px 20px 235px;
  background: url(/images/register/r-right-bg.png) no-repeat center top;
  background-size: 100% 100%;
}

.right-cont .register-list {
  display: none;
}

.right-cont .register-list.active {
  display: block;
}

.right-cont .register-list .text-context {
  margin-bottom: 20px;
}

.right-cont .register-list .input-cont {
  display: inline-block;
  height: 40px;
  width: 270px;
  padding: 0 20px;
  border-radius: 20px;
  background: #eee;
}

.right-cont .register-list .rec-cont {
  display: none;
}

.right-cont .register-list .input-cont input {
  height: 38px;
  line-height: 38px;
  border: none;
  background: #eee;
}
.right-cont .register-list .input-cont input::-webkit-input-placeholder {

    font-size: 12px;
}

.right-cont .register-list .message-cont {
  width: 160px;
}

.right-cont .register-list .message-cont input {
  width: 75%;
}

.right-cont .register-list .iconfont {
  font-size: 20px;
  vertical-align: middle;
  color: #4FAFAA;
}

.tips {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  font-size: 12px;
}

.submit-button,
.get-message-code {
  width: 270px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 20px;
  box-shadow: none;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #4fafaa;
  transition: all .2s;
}

.submit-button.disabled,
.submit-button.disabled:hover {
  background: #999 !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  color: #fff !important;
}

.submit-button:hover {
  -webkit-box-shadow: 0 10px 10px #4fafaa;
  -moz-box-shadow: 0 10px 10px #4fafaa;
  box-shadow: 0 10px 10px #4fafaa;
}

.get-message-code {
  width: 100px;
}

#message-code {
  color: #fff !important;
}

#agreeRegister {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.red {
  color: #4fafaa;
}

.footer-content {
  padding: 15px 80px;
  border-top: 1px solid #cbd3da;
  border-bottom: 1px solid #cbd3da;
  clear: both;
  overflow: hidden;
  font-size: 14px;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
}

.footer-right .item {
  display: inline-block;
  padding: 0 19px;
  border-right: 1px solid #cbd3da;
}

.footer-right .item:nth-last-of-type(1) {
  border-right: none;
}

.footer-tip {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
}

.register-tips {
  width: 270px;
  text-align: center;
}

/*登录*/
.quickly-link-cont {
  width: 100%;
  padding: 10px 0;
  min-height: 20px;
  font-size: 14px;
}

.forget-pwd-link {
  display: inline-block;
  width: 130px;
  padding-left: 5px;
  text-align: left;
  color: #9968fd;
}

.register-link {
  display: inline-block;
  width: 130px;
  text-align: right;
  color: #4fafaa;
}

.self-tips {
  position: absolute;
  bottom: 20px;
  font-size: 12px;
}

.layui-layer.tips-layer {
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.layui-layer.tips-layer .layui-layer-content {
  text-align: center;
}

.layui-layer.tips-layer .layui-layer-title {
  padding: 0;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9968fd), to(#fc49af)) no-repeat center top;
  background: -webkit-linear-gradient(left, #9968fd, #fc49af) no-repeat center top;
  background: -o-linear-gradient(left, #9968fd, #fc49af) no-repeat center top;
  background: linear-gradient(90deg, #9968fd, #fc49af) no-repeat center top;
}

.layui-layer.tips-layer .layui-layer-btn {
  text-align: center;
}

.layui-layer.tips-layer .layui-layer-btn0 {
  min-width: 90px;
  height: 32px;
  line-height: 32px;
  border: 0;
  background: #4fafaa;
  border-radius: 5px;
  font-size: 14px;
}

.hide {
  display: none !important;
}

.qy-code-down .Qrcode {
  margin: 0 auto;
  position: relative;
  top: 77px;
  left: -3px;
}

.qy-code-down .Qrcode * {
  width: 140px;
  height: 140px;
}

.re-tips .layui-layer-ico {
  background-position: 0 -38px;
}

.contract-link {
  display: block;
  margin-top: 25px;
  text-align: left;
}

/*注册成功*/

.top_nav .dropdown {
  width: 714px;
}

.register-success-bg {
  height: 975px;
  padding: 40px 0;
  background: url(/images/register/bg1.png) no-repeat center -102px;
}

.res-context {
  width: 1120px;
  margin: 0 auto;
}

.register-success-header {
  height: 209px;
  width: 100%;
  padding-top: 170px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: url(/images/register/res-success-header.png) no-repeat center top;
}

.yellow {
  color: #ffd538;
}

.register-success-body {
  margin: 0 auto;
  padding: 50px 0;
  background: #fff;
}

.r-s-cont {
  max-width: 560px;
  margin: 0 auto;
}

.agent-success-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}

.agent-success-item .iconfont {
  color: #4fafaa;
}

.title {
  width: 125px;
  padding: 0 10px;
  text-align: right;
}

.input-cont {
  position: relative;
  width: 430px;
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}

.input-cont .input {
  width: 370px;
  border: none;
  border-radius: 5px;
}

.login-join {
  margin-top: 20px;
}

.rec-link {
  position: relative;
}

.a-copy {
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #4fafaa;
}

.agent-footer-cont {
  width: 100%;
  text-align: center;
}

.go-to-center {
  margin-top: 30px;
  color: #f173c8;
}

.edit-tips {
  height: 20px;
  margin: 10px 0;
  font-size: 14px;
  color: #ff0000;
}

.btn-cont {
  margin-bottom: 0;
}

.icon-close {
  color: #333;
}

.agent-input {
  width: 80%;
  height: 44px;
  border: none;
  padding-left: 10px;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  color: #333;
  background: transparent;
}

.emailist {
  border-top: 1px solid #e7e7e7;
  background: #fff;
  font-size: 14px;
  color: #999;
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.emailist li {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

/* 代理国际手机号登录 */
.tab-cont-item {
  display: none;
}

.tab-cont-item.active {
  display: block;
}
.way-list li {
      float: left;
        width: 133px;
}

.right-cont .register-list .input-row {
  margin-bottom: 20px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
  
}

.country-box {
  width:85px;
  height: 40px;
  border: 1px solid #D8D8D8;
    border-radius: 90px;
    position: relative;
    cursor:pointer;
    position: relative;
}

.country-code {
  display: inline-block;
  width:65px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.icon-bottom-arr {
  position: absolute;
  top: 3px;
  right: 8px;
  font-size: 16px;
  transform: rotate(0);
  -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.icon-bottom-arr.on {
  transform: rotate(180deg);
}
.right-cont .register-list .input-row .input-cont {
  width: 175px;
    margin-left: 10px;
    padding:0 10px;
}
.right-cont .register-list .input-row.code-input .input-cont {
    margin-right: 10px;
    margin-left: 0px;
    width:160px;
}
.right-cont .register-list .input-row.code-input .input-cont input{

    width:102px;
}
.right-cont .register-list .input-row .input-cont input{
  width: 118px;
    margin-left: 10px;
}
.get-code-btn {
  background: #4FAFAA;
    border-radius: 90px;
    width:100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.get-code-btn:hover {
  opacity: 0.9;
}
.country-list-box {
position: absolute;
  bottom: -375px;
  z-index: 2;
  left: -1px;
  padding: 10px 0;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  display: none;
  width: 270px;
  box-shadow: 1px 2px 3px #ccc;
}
.shearch-box {
    height: 30px;
      width: 250px;
      padding: 0 20px 0 40px;
      margin: 0 auto;
      border-radius: 40px;
      background-color: #fff;
      margin-bottom: 12px;
      border: 1px solid #D8D8D8;
      border-radius: 5px;
      position:relative;
}
.shearch-box input {
    height: 26px;
      line-height: 26px;
  border: none;
  background: #fff;
  width: 97%;
  color: #999;
}
.shearch-box .icon-sousuo1 {
position: absolute;
bottom: 0px;
  left: 13px;
  font-size: 16px!important;
}
.country-box .country-list{
width: 268px;
  height: 280px;
  overflow-y: scroll;
}
.country-box .country-list .list-item span {
  margin-right: 10px;
}
.js-countryName {
  margin-right: 10px;
}
.list-title-text {
  margin:0 0 10px;
  font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    /* identical to box height */
    color: #333333;
    padding-left: 10px;
}
.country-box .country-list .list-item {

      cursor: pointer;
height: 34px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 12px;
}
.country-box .country-list .list-item:hover {
  background-color: #E9FAF9;
  color: #333;
}

.country-list::-webkit-scrollbar {

}
/* 滚动条整体部分，可以设置宽度啥的 */
.country-list::-webkit-scrollbar-button{

} 
/* 滚动条两端的按钮 */
.country-list::-webkit-scrollbar-track{
  
} 
/* 外层轨道 */
.country-list::-webkit-scrollbar-track-piece{
  background-color:transparent;
} 
/* 内层滚动槽 */
.country-list::-webkit-scrollbar-thumb{
background-color: #4FAFAA;
height: 50px;

} 
/* 滚动的滑块 */
.country-list::-webkit-scrollbar-corner{

} 
/* 边角 */
.country-list::-webkit-resizer{

} 
/* 定义右下角拖动块的样式 */