﻿html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Microsoft Yahei", Helvetica, sans-serif;
  overflow: auto;
  background-color: #F1F4FF;
  height: 100%;
}

input {
  outline: none;
  color: #959595;
  width: 314px;
  height: 36px;
}

input[type="text"],
input[type="password"] {
  text-indent: 8px;
}

.hide {
  display: none;
}

.nav {
  display: none;
}

nav .hide {
  display: none;
}

.necessery {
  color: red;
  margin-left: 10px;
}

nav {
  position: relative;
  width: 64%;
  height: 65px;
  min-width: 853px;
  margin: 0 auto;
  background: url(../images/logo.png) no-repeat;
  background-size: auto 40px;
  background-position: 8px 14px;
}

.login-nav {
  display: block;
  background-color: #fff;
  height: 100%;
  margin: 0;
}

nav>div {
  display: inline-block;
  line-height: 65px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 135px;
  height: 65px;
}

nav>div>span:nth-child(3) {
  margin-right: 77px;
}

nav .vertical-line {
  display: inline-block;
  width: 1px;
  height: 25px;
  margin-top: 15px;
  background-color: #cbcbcb;
  vertical-align: top;
}

nav .title {
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  margin: 0 10px;
}

nav>div .active {
  color: #37b8ec;
}

.long-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d5d5de;
}

#login-detail {
  height: 100%;
  overflow: auto;
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.backgroundImg {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%
}

#register-detail .backgroundImg,
#findPW-detail .backgroundImg {
  left: 20%;
}

.input-login {
  width: 1200px;
  min-width: 853px;
  min-height: 498px;
  margin: 90px auto 0;
  overflow: hidden;
}

.login-form div {
  padding: 4px 0;
}

.wx-login {
  display: none;
  margin-top: 72px;
  float: right;
  width: 278px;
  margin-top: 72px;
  padding: 95px 73px;
  text-align: center;
  background: rgb(255, 255, 255);
}

.cross-line {
  display: inline-block;
  height: 1px;
  width: 63px;
  margin: 9px 10px 0;
  vertical-align: top;
  background-color: #cbcbcb;
}

.getPicCode {
  cursor: pointer;
}

.getPicCode:hover span {
  text-decoration: underline;
}

.qrcode-title .cross-line {
  margin: 12px 10px 0;
}

.login-form .qrcode-title .cross-line {
  width: 58px;
  margin: 9px 10px 0;
}

.qrcode-title {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  color: #9fa5bb;
  vertical-align: middle;
}
.qrcode-title .slideDown {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: -3px;
  border: 1px solid #9FA5BB;
  border-radius: 50%;
}
.qrcode-title .slideDown.active {
  transform: rotate(90deg);
}

#qrcode-login {
  display: block;
  width: 240px;
  height: 240px;
  margin: 35px auto 0;
  border: 1px solid #cbcbcb;
}

#com-login-img {
  display: none;
  margin: 20px auto 0;
  width: 300px;
}

.input-login .login-form {
  float: right;
  padding: 19px 55px 28px;
  margin-top: 72px;
  width: 314px;
  min-height: 400px;
  background: #fff;
}

.form-title {
  text-align: center;
}

.form-title .to-register {
  cursor: pointer;
  font-weight: normal;
  float: right;
  text-decoration: underline;
  color: #37b8ec;
  font-size: 14px;
  margin-top: 5px;
}

.login-form input {
  width: 278px;
  height: 40px;
  /* outline: none; */
  border-radius: 2px;
  border: 1px solid #cbcbcb;
  text-indent: 10px;
  vertical-align: middle;
}

.login-form input:focus {
  border: 1px solid #3091f2;
}

.login-form input.login-username {
  width: 168px;
}

.login-form .pw-S-F {
  color: #59607b;
}

.login-form .iA-pw-S-F {
  color: #59607b;
}

.pw-S-F input:checked {
  background-color: #3091f2;
}

.iA-pw-S-F input:checked {
  background-color: #3091f2;
}

.login-form .forget-PW {
  display: inline-block;
  font-size: 12px;
  margin-left: 18px;
  margin-top: -3px;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  color: #3091f2;
}

.login-form .qrcode-title {
  font-weight: normal;
}

#login_enroll {
  width: 100px;
  line-height: 30px;
  float:left;
  font-size: 12px;
  border-radius: 0;
  margin-left: 107px;
}

.submit-btn {
  cursor: pointer;
  margin: 20px 0 10px;
  width: 281px;
  border-radius: 2px;
  line-height: 29px;
  text-align: center;
  font-size: 16px;
  background-color: #3091f2;
  color: #fff;
}
.submit-btn img {
  height: 100%;
}
.jump-btn-third{
  float: left;
  line-height: 38px;
  text-decoration: underline;
  margin-left: 143px;
  color: #aaa;
  cursor: pointer;
}
#to-login,
#findPW-nav .title {
  cursor: pointer;
  background-color: #3091f2;
  padding: 5px 12px;
  color: #fff;
  border-radius: 2px;
  line-height: 58px;
  font-size: 12px;
}

.img-qq {
  margin-top: 15px;
  text-align: center;
}
.img-qq a {
  /* margin-right: 10px; */
}

.img-qq img {
  width: 44px;
  margin: 0 19px;
}

/*注册部分*/
#follow-wrap{
  position: relative;
  width: 1200px;
  margin: 20px auto 0;
  background: #fff;
  overflow: hidden;
}
#register-detail {
  /* width: 800px;
  margin: 0 auto; */
  /* position: relative; */
  background: #fff;
  overflow: hidden;
}

#register-detail .return-to {
  position: absolute;
  right: 16px;
  top: 10px;
  color: #959595;
  text-decoration: none;
}

#register-detail .reg-type {
  width: 240px;
  height: 32px;
  margin: 35px auto;
  border-radius: 30px;
  color: #37b8ec;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #37b8ec;
}

.get-reg-code,
.get-complete-code {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  margin-left: 10px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #dedede;
  border-radius: 3px;
}

#register-detail .reg-type span {
  cursor: pointer;
  width: 120px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
}

#register-detail .reg-type .active {
  color: #fff;
  background-color: #37b8ec;
}

#person-reg {
  margin-top: 60px;
  padding: 0 240px;
}

#person-reg>p {
  font-size: 18px;
  margin: 30px 0;
  color: #4c4c4c;
  text-indent: 20px;
}

#person-reg .to-login {
  cursor: pointer;
  float: right;
  margin-top: 5px;
  font-size: 14px;
  color: #37b8ec;
  margin-right: 30px;
}

#scan-before {
  margin: 50px auto 0;
}

#scan-before img {
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border: 1px solid #cbcbcb;
}

#scan-after input {
  width: 238px;
  height: 28px;
  margin-left: 25px;
  margin-bottom: 15px;
  text-indent: 5px;
}

#scan-after .complete-title {
  text-indent: 28px;
  font-size: 16px;
  font-weight: 600;
  color: #424242;
}

#scan-after .submit-btn {
  width: 240px;
  margin-left: 25px;
}

/*企业注册*/

#company-reg {
  display: none;
  padding: 0 242px;
  margin-top: 60px;
}

#company-reg p {
  font-size: 18px;
  color: #4c4c4c;
  text-indent: 20px;
  font-weight: 600;
}

#company-reg .to-login {
  cursor: pointer;
  font-size: 14px;
  float: right;
  color: #37b8ec;
  margin-top: 5px;
  margin-right: 20px;
  font-weight: normal;
}

#company-reg .input-info {
  display: block;
  margin-left: 20px;
  margin-bottom: 15px;
}

#company-reg .input-info input {
  width: 270px;
  height: 28px;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
}

#companyType {
  width: 274px;
  height: 32px;
  color: #959595;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
}

#provinceSelect,
#citySelect,
#areaSelect {
  width: 89px;
  height: 32px;
  color: #959595;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
}

#company-reg #exchangeCode {
  width: 200px;
}

#voucherCode {
  display: inline-block;
  width: 60px;
  height: 32px;
  margin-left: 9px;
  border-radius: 3px;
  background-color: #10f30d;
  vertical-align: top;
  text-align: center;
  color: #fff;
  line-height: 32px;
}

#company-reg .inv-code {
  width: 85px;
  height: 28px;
  margin-left: 20px;
  text-indent: 0;
  text-align: center;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
}

#company-reg .submit-btn {
  display: inline-block;
  width: 182px;
  height: 34px;
  vertical-align: top;
  margin-top: 0;
  line-height: 34px;
}

/*tab切换*/

.login_tab {
  position: absolute;
  top: 20%;
  left: 18.5%;
  display: none;
  width: 59.5%;
  background-color: #eaeaee;
  border: none;
}

.login_tab span {
  width: 33.334%;
  height: 28px;
  background-color: #3091f2;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 4px;
  border: 1px solid;
  box-sizing: border-box;
}

.find-password span {
  display: inline-block;
  height: 38px;
  vertical-align: middle;
  text-align: center;
  color: #53535a;
  font-size: 12px;
  line-height: 38px;
  width: 99px;
}

.login_phone>select {
  height: 40px;
  width: 110px;
  border: 1px solid #959595;
  outline: none;
  border-right: none;
  vertical-align: middle;
  color: #303445;
  /* background: url(//cdn.jisuapp.cn/static/login/images/login_phone.png) no-repeat;
  text-indent: 30px;
  background-position: 8px 8px; */
  cursor: pointer;
  font-size: 12px;
}

.industry-type > select {
  height: 40px;
  width: 154px;
  border: 1px solid #D5D5DE;
  outline: none;
  vertical-align: middle;
  color: #303445;
  cursor: pointer;
  font-size: 12px;
}
.personage_register::after{
  content: '';
  width: 1px;
  height: 400px;
  background:#D5D5DE;
  opacity: 0.5; 
  position: absolute;
  right: 0;
  top: 55px;
}
.personage_register span {
  display: inline-block;
  height: 38px;
  vertical-align: middle;
  text-align: center;
  color: #303445;
  font-size: 12px;
  line-height: 38px;
  width: 66px;
}

.find-password.hide {
  position: absolute;
  top: 28%;
  left: 18.5%;
  /* border: 1px solid #eaeaea;*/
  width: 59.4%;
  height: 49%;
  text-align: center;
  z-index: 0;
}

/*找回密码*/

#findPW-detail {
  width: 800px;
  margin: 0 auto;
}

#findPW-detail .find-password {
  padding: 0 280px;
  margin-top: 80px;
}

#findPW-detail .find-password p {
  font-size: 18px;
}

#findPW-detail .to-login {
  float: right;
  font-size: 14px;
  color: #3091f2;
  margin-top: 5px;
}

#findPW-detail label {
  display: block;
}

#findPW-detail .get-code {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  height: 32px;
  width: 115px;
  background-color: #ffcb2f;
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin-top: 1px;
}

#findPW-detail label .non {
  background-color: #c6c6c6;
}

#findPW-detail label input {
  width: 236px;
  height: 28px;
  margin-bottom: 15px;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
}

#findPW-detail label .input-code {
  width: 114px;
}

/*完善资料领取VIP*/

.perfect-for-vip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.perfect-context {
  position: relative;
  top: 50%;
  width: 460px;
  height: 320px;
  margin: -100px auto 0;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.perfect-context>img {
  position: absolute;
  top: -178px;
  left: -69px;
  width: 682px;
}

.input-div {
  margin: 10px auto;
  width: 300px;
}

.input-div img {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
}

.input-div input {
  border: none;
  border-bottom: 1px solid #c6c6c6;
  margin-left: 5px;
  height: 24px;
}

.input-div span {
  display: inline-block;
  border: 1px solid #c6c6c6;
  background-color: #81cc46;
  height: 24px;
  line-height: 24px;
  width: 80px;
  text-align: center;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
  vertical-align: top;
}

.sure-btn {
  width: 164px;
  height: 35px;
  margin: 25px auto;
  background: url(../../../../static/login/images/buttonBG.png) no-repeat;
  background-size: auto 100%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
}

.cancel-btn {
  display: block;
  width: 120px;
  margin: 0 auto;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}

/*完善资料领取VIP end*/

#foot_bottom {
  position: absolute;
  height: 70px;
  line-height: 70px;
  width: 100%;
  color: #fff;
  bottom: 0;
  border-top: 1px solid #959595;
}

#foot_bottom a {
  text-decoration: none;
  color: #fff;
}

body.login .foot_bottom {
  display: block;
}

.bound_text {
  color: #59607b;
  margin-left: -29px;
}

.package-renewal-box {
  background: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.package-renewal-box .package-renewal-reminder {
  width: 350px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -175px;
  margin-top: -110px;
  border-radius: 4px;
  overflow: hidden;
}

.package-renewal-box .renewal-tip {
  background: #f0f0f0;
  line-height: 40px;
  padding-left: 20px;
}

.package-renewal-box .package-name {
  padding: 30px 30px 20px 30px;
  line-height: 30px;
  color: #4d4e53;
}

.package-renewal-box input[type="checkbox"] {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.package-renewal-box .package-renewal-btn {
  display: inline-block;
  background: #ff7100;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  margin-left: 40px;
  cursor: pointer;
}

.package-renewal-box .close-renewal-box {
  float: right;
  margin-right: 15px;
  font-size: 25px;
  cursor: pointer;
}

.package-renewal-box .package-renewal-icon {
  color: #fb3337;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin-right: 5px;
}

div.dynamic-cipher {
  margin-left: 21px;
  width: 300px;
  margin-top: 15px;
}

div.dynamic-cipher input {
  width: 177px;
  height: 37px;
}

.get-password {
  width: 102px;
  height: 40px;
  background-color: #3091f2;
  color: #fff;
  vertical-align: middle;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  margin-left: -4px;
  cursor: pointer;
}
/* 动态密码登录的 图形验证样式 */
div.GraphocVerification {
  margin-left: 21px;
  width: 300px;
  margin-top: 15px;
}

div.GraphocVerification input {
  width: 177px;
  height: 37px;
}
.GraphocVerification .get-picode {
  font-size: 0;
  border: solid 1px #ccc;
  border-left: 0;
  box-sizing: border-box;
  width: 99px;
  height: 41px;
  color: #fff;
  vertical-align: 3px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-left: -4px;
  cursor: pointer;
}
.GraphocVerification .pic-code {
  width: 97px;
  height: 39px;
  color: #fff;
  vertical-align: -19px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  margin-left: -2px;
  cursor: pointer;
}
/* 注册 完善信息 验证码的 图形验证 */
div.register_GraphocVerification {
  margin-top: 15px;
}

div.register_GraphocVerification input {
  width: 177px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #D5D5DE;
}
.register_GraphocVerification .get-picode {
  font-size: 0;
  border: solid 1px #ccc;
  box-sizing: border-box;
  width: 132px;
  height: 41px;
  color: #fff;
  vertical-align: 3px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-left: 1px;
  cursor: pointer;
}
.register_GraphocVerification .pic-code {
  width: 126px;
  height: 39px;
  color: #fff;
  vertical-align: -19px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  margin-left: -3px;
  cursor: pointer;
}


.form-title-text {
  color: #59607b;
  font-size: 14px;
  padding-top: 9px;
  display: inline-block;
  padding-bottom: 15px;
}

.account-password-login {
  margin-left: 219px;
  margin-top: -12px;
  cursor: pointer;
  color: #3091f2;
}

.registration-agreement {
  margin-left: 20px;
}

.registration-prompts {
  color: #FF0000;
  font-size: 12px;
  margin: -2px 22px;
  display: none;
  width: 300px;
}

.perfect-information {
  background: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.perfect-information-main {
  width: 545px;
  height: 297px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -272px;
  margin-top: -218px;
  border-radius: 4px;
  overflow: hidden;
}

.perfect-information-title {
  border-bottom: 1px solid #E8E8F0;
}

.perfect-information-close {
  font-size: 22px;
  color: #D5D5DE;
  margin-left: 360px;
  cursor: pointer;
}

.perfect-information-content {
  color: #313445;
  text-align: center;
  margin-top: 20px;
  border-bottom: 1px solid #E8E8F0;
  padding-bottom: 40px;
}

.perfect-information-content input {
  margin-top: 20px;
  padding-left: 50px;
}

.fill_in_login input::-webkit-input-placeholder {
  color: #9FA5BB;
}

.fill_in_login input::-moz-input-placeholder {
  color: #9FA5BB;
}

.fill_in_login input::-ms-input-placeholder {
  color: #9FA5BB;
}

.fill_in_login input {
  color: #303445;
  width: 208px;
  vertical-align: middle;
}

.perfect-information-confirm {
  width: 120px;
  height: 40px;
  background-color: #3091F2;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin: 20px 400px;
  cursor: pointer;
}

input#reg-contact:hover {
  border: 1px solid #3091f2;
}

input#register_pw:hover {
  border: 1px solid #3091f2;
}

input#perfit-pic-code:hover {
  border: 1px solid #3091f2;
}

input#get-complete-code:hover {
  border: 1px solid #3091f2;
}

#to-reg {
  color: #3091f2;
  cursor: pointer;
  margin-left: 53px;
  display: inline-block;
  font-size: 12px;
}

.submit-btn:hover,
.sms-landing:hover,
#to-reg:hover,
.forget-PW:hover,
.login-wx:hover,
.login_qq:hover,
.account-password-login:hover,
.get-password:hover {
  opacity: .8;
}

.follow-success {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
}

.follow-success>div {
  width: 50px;
  height: 50px;
  margin: 69px auto;
  background-color: #04BE02;
  border-radius: 50%;
  font-size: 20px;
  line-height: 50px;
}

#follow-img {
  overflow: hidden;
  color: #333333;
}
.follow-img-left{
  position: absolute;
  top: 212px;
  left: 0;
  width: 393px;
  height: 658px;
}
.follow-img-right{
  position: absolute;
  top: 212px;
  right: 0;
  width: 393px;
  height: 658px;
}
.follow-img-left img,
.follow-img-right img{
  width: 100%;
  height: 100%;
}
.follow-img-center{
 width: 530px;
 position: relative;
 margin: 0 auto;
 /* float: left; */
}
.follow-reg-title {
  color: #303445;
}
.select-temp-title{
  font-size: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 auto;
  color: #303445;
  text-align: center;
}
.select-text{
  display: block;
  font-size:14px;
  color: #303445;
  margin-left: 315px;
  margin-bottom: 28px;
}
.circular{
  position: absolute;
  bottom: -45px;
  left: 97px;
  width:19px;
  height:19px;
  border-radius: 50%;
  border:1px solid #D5D5DE;
}
.circular img{
  width: 100%;
  height: 100%;
  display: none;
}
.choice .circular{
  background: #3091F2;
  border:1px solid #fff;
}
.choice .circular img{
  position: absolute;
  top: 6px;
  left: 3px;
  width: 14px;
  height: 8px;
  display: inline-block;
}
.follow-tip {
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: 170px
}

#follow-img .code-img {
  width: 190px;
  height: 190px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.follow-down{
  color: #666666;
  font-size: 16px;
  text-align: left;
  margin-left: 155px;
}
.follow-down p{
  margin-bottom: 20px;
  display: flex;
  line-height: 20px;
}
.follow-down p span{
  font-size: 30px;
  padding-right: 8px;
}
/* .follow-img-right img{
  width: 500px;
  height: 500px;
  margin-left: 100px;
} */
.follow-next{
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #3091F2;
  margin-left: 170px;
  margin-top: 30px;
  cursor: pointer;
}
#follow-img .register-btn-wrap {
  position: absolute;
  left: 556px;
}
#follow-img .register-btn-wrap .register-problem-btn {
  font-size: 14px;
  color: #9FA5BB;
  cursor: pointer;
}
#follow-img .register-btn-wrap .register-problem-btn i {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: #fff;
  background-color: #9FA5BB;
  margin-left: 6px;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  font-style: normal;
  font-size: 12px;
}
#follow-img .register-btn-wrap .back-to-add-consultant {
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #3091f2;
  color: #fff;
  cursor: pointer;
}
.jump-follow {
  cursor: pointer;
  color: #D5D5E0;
}
input#register_deal + label {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  left: 61px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input#register_deal[type=checkbox] {
  visibility: hidden;
}
input#register_deal:checked + label:before {
  content: '';
  display: block;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  height: 4px;
  width: 9px;
  margin: 2px auto;
  transform-origin: center center;
}
input#register_deal:checked + label {
  background: #3091f2;
  border: 1px solid #3091f2;
}
.login-select{
  height: 44px;
  vertical-align: middle;
  outline: none;
  border: 1px solid #cbcbcb;
  color: #59607B;
  margin-left: 20px;
  width: 110px;
  float: left;
  border-right: none;
}

#find-select{
  width: 110px;
  height: 40px;
  vertical-align: middle;
  border-right: none;
  color: #9FA5BB;
}
option::-ms-expand{ display: none; }
option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
    height: 40px;
    line-height: 40px;
}
option:hover{
  color:#3091F2;
  background-color:rgba(48,145,242,0.1);
}
/* 步骤条 */

.ui-step{
  list-style: none outside none;
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 40px;
  color: #59607B;
  font-size: 14px;
  position: relative;
  height: 27px;
}
.ui-step li {
	float: left;
  position: relative;
}
.ui-step .step-end {
	width: 120px;
	position: absolute;
	top: 30px;
	right: -30px;
}
.ui-step.step3 .step-end{
  width: 120px;
	position: absolute;
	top: 30px;
	right: -310px;
}
.ui-step-line {
	height: 1px;
	background-color: #D5D5DE;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
  margin-top: 15px;
  width: 155px;
}
.step-end .ui-step-line { 
  display: none; 
}
.ui-step-cont {
	width: 160px;
	position: absolute;
	top: 0;
	left: -15px;
	text-align: center;
}
.ui-step-cont-number {
	display: inline-block;
  *zoom:1;
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border-radius: 50%;
	background-color: #9FA5BB;
}
.ui-step-cont-text {
	position: absolute;
	top: 4px;
  left: 35px;
  color: #9FA5BB;
}
.ui-step li:nth-child(1),
.ui-step li:nth-child(2),
.ui-step li:nth-child(3){
  width: 300px;
}
.ui-step.step3 .step-start,
.ui-step.step3 .step-active,
.ui-step.step3 .step-end{
  width: 440px;
}
.ui-step li:nth-child(1) .ui-step-line,
.ui-step li:nth-child(2) .ui-step-line,
.ui-step li:nth-child(3) .ui-step-line{
  margin-left: 108px;
}
.step3 .ui-step-line{
  width: 297px;
}
.ui-step.step3 .step-start .ui-step-line,
.ui-step.step3 .step-active .ui-step-line,
.ui-step.step3 .step-end .ui-step-line{
  margin-left: 95px;
}
.step-done .ui-step-cont-number { background-color: #3091F2; }
.step-done .ui-step-cont-text { color: #3091F2; }
.step-done.active .ui-step-line { background-color: #3091F2; }

/* 填写信息 */
.personage_register-right img{
  width: 500px;
  height: 500px;
  margin-left: 100px;
}
/* 步骤3 选择模板 */
.register-select-temp{
  width: 650px;
  margin: 0 auto;
  background: #fff;
}
.select-program-type {
  position: relative;
}
.select-program-title {
  text-align: center;
  font-size: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 auto;
  color: #303445;
}
.select-program-list h3,
.select-program-list p,
.select-program-list span,
.select-program-list i {
  padding: 0;
  margin: 0;
}
.select-program-list{
  width:100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.select-program-list li{
  display: inline-block;
  width: 250px;
  height: 350px;
  border-radius: 6px;
  box-sizing: border-box;
  list-style-type: none;
  box-shadow: 0px 3px 10px 0px rgba(14,35,112,0.1);
  text-align: initial;
}
.select-program-list #single-shop:hover .bot {
  border-color: #F8701D;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.select-program-list #sub-shop:hover .bot {
  border-color: #3091f2;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.select-program-list #single-shop.selected .bot {
  border-color: #F8701D;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.select-program-list #sub-shop.selected .bot {
  border-color: #3091f2;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.select-program-list li + li {
  margin-left: 54px;
}
.select-program-list li .top {
  height: 130px;
}
.select-program-list li .top .info {
  padding-left: 24px;
  text-align: left;
}
.select-program-list li .top .info .title {
  color: #fff;  
  font-size: 18px;
  padding-top: 30px;
}
.select-program-list li .top .info p {
  font-size: 14px;
  color: #fff;
  opacity: 0.68;
  filter: opacity(68);
  padding-top: 8px;
}
.select-program-list li .top .info .underline {
  display: inline-block;
  width: 27px;
  height: 2px;
  background-color: #fff;
  opacity: 0.68;
  filter: alpha(opacity=68);
}
.select-program-list #single-shop .top {
  background-image: url('../images/single-shop.png');
  background-size: cover;
}
.select-program-list #sub-shop .top {
  background-image: url('../images/sub-shop.png');
  background-size: cover;
}
.select-program-list li .bot {
  height: 220px;
  color: #59607B;
  font-size: 14px;
  padding-left: 24px;
  padding-top: 30px;
  border: 3px solid transparent;
  border-top: none;
  box-sizing: border-box;
  text-align: left;
}
.select-program-list li .bot p + p {
  padding-top: 10px;
}
.select-program-list li .bot p .tick {
  display: inline-block;
  background-image: url('../images/tick.svg');
  background-size: cover;
  width: 13px;
  height: 9px;
}
.select-program-list li .bot p span {
  padding-left: 12px;
}
.select-temp-list{
   width:100%;
   height: 460px;
   margin-top: 31px;
   padding-left: 0;
   text-align: center;
}
.select-temp-list li{
  position: relative;
  display: inline-block;
  width: 230px;
  height: 462px;
  margin-right: 20px;
  border: 1px solid #D5D5DE;
  border-radius: 20px;
  box-sizing: border-box;
  list-style-type: none;
}
.select-temp-list li:last-of-type{
  margin-right: 0;
}
.select-temp-list li.choice{
  border: 2px solid #3091F2;
  box-shadow:0px 2px 8px 0px rgba(48,145,242,0.7);
}
.temp-list-li .img-scroll{
  width: 214px;
  height: 446px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 15px;
  text-align: center;
}
.temp-list-li .img-scroll:hover .use-mask{
  display: block;
}
.img-scroll img{
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.temp-list-li .use-mask{
  position: absolute;
  background: rgba(0,0,0,0.5);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  border-radius: 15px;
  font-size: 14px;
  display: none;
}
.temp-list-li .use-mask img{
  border-radius: 5px !important;
  width: 124px !important;
  height: 124px;
  margin-top: 77px !important;
  background: #fff;
}
.temp-list-li .sweep-text{
  margin-top: 15px;
  font-size: 14px;
  color: #FFFFFF;
}
.temp-list-li .btn-use{
  width: 130px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #3091F2;
  text-align: center;
  font-size: 14px;
  margin-top: 55px;
  margin-left: 43px;
  cursor: pointer;
}
.select-temp-wrap{
  width: 740px;
  margin: 0px auto 0;
}
.select-temp-wrap .shop-name{
  margin-top: 58px;
  text-align: center;
  color: #303445;
}
.shop-name input{
  width: 314px;
  height: 36px;
  border: 1px solid #D5D5DE;
  border-radius: 2px;
  color: #303445;
}
.shop-name span{
  margin-left: -35px;
  font-size: 12px;
  color: #9FA5BB;
}
.select-temp-action{
  position: absolute;
  margin-top: 25px;
  margin-left: 255px;
}
.select-temp-action>div{
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
.select-temp-pre{
  color: #3091F2;
  background: #fff;
  border: 1px solid #3091F2;
}
.select-temp-next{
  margin-left: 20px;
  background: #3091F2;
  color: #fff;
}
#select-single-shop-step {
  text-align: center;
  padding-top: 58px;
}
#select-single-shop-step #single-shop-step-next {
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #3091f2;
  color: #fff;
  cursor: pointer;
}
/* 注册成功 */
.rester-success{
  position: relative;
}
.rester-success-qr{
  margin-top: 110px;
  width: 400px;
  height: 300px;
  margin: 0 auto;
  display: none;
}
.rester-success-tip{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.rester-qr-img{
  width: 100%;
  text-align: center;
}
.rester-qr-img .industry-img{
  width: 170px;
  height: 170px;
  margin: 30px auto 10px;
}
.rester-qr-img img{
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 4px solid rgba(140,155,196,.5);
  box-sizing: border-box;
}
.rester-qr-img .rester-title{
  color: #303445;
}
.rester-success-title{
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rester-success-title img{
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.rester-success-title span{
  font-size: 20px;
  color: #303445;
}
.rester-success-info{
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.rester-success-info strong {
  color: #3091f2;
  padding: 0 4px;
}
.rester-success-btn{
  display: flex;
  justify-content: center;
}
.rester-success-tep{
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.rester-success-tep a{
  text-decoration: none;
  color: #fff;
}
.rester-success-tep.vip{
  background: #3091F2;
  border: 1px solid #3091F2;
}
.rester-success-tep.take{
  background: #3091F2;
  color: #fff;
  border: 1px solid #3091F2;
  display: none;
}

.third-login {
  display: block;
  width: 520px;
  margin: 6% auto;
  height: 555px;
  padding: 30px 0 20px 0;
}

.third-login .industry-type > select {
  height: 40px;
  width: 139px;
  border: 1px solid #959595;
  outline: none;
  vertical-align: middle;
  color: #53535a;
  cursor: pointer;
  font-size: 12px;
}

input#register_deal-bound + .thid-login-label {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 31px;
  left: 69px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input#register_deal-bound:checked + .thid-login-label:before {
  content: '';
  display: block;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  height: 4px;
  width: 9px;
  margin: 2px auto;
  transform-origin: center center;
}

input#register_deal-bound:checked + .thid-login-label {
  background: #3091f2;
  border: 1px solid #3091f2;
}

input#register_deal-bound[type=checkbox] {
  visibility: hidden;
}

.input-login .account-login-section {
  padding-top: 0;
}
.sms-login-section {
  display: none;
}
@media screen and (max-width:1400px){
  #follow-wrap{
    min-height: 570px;
  }
  #login_enroll{
    margin-top: 20px;
  }
  #follow-img .follow-reg-title{
    font-size: 34px;
    width: 340px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ui-step{
    margin-bottom: 30px;
  }
  .follow-down{
    margin-top: 20px;
  }
  #register-detail .follow-reg-title{
    font-size: 34px;
    margin-bottom: 20px;
    margin-left: 20px !important;
  }
  .rester-qr-img .rester-title{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .rester-qr-img .industry-img{
    margin: 15px auto 10px;
  }
  .rester-success-info{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .select-temp-wrap{
    height: 735px;
  }
  #register-select-temp{
    position: relative;
    width: 100%;
    height: 482px;
    overflow: scroll;
  }
  .rester-success-qr{
    padding-top: 30px;
  }
  #follow-img .register-btn-wrap {
    bottom: 40px;
  }
}
@media screen and (min-width:1401px){
  #follow-wrap{
    height: 837px;
  }
  #login_enroll{
    margin-top: 30px;
  }
  .follow-reg-title {
    font-size: 40px;
    margin-left: 80px;
    margin-bottom: 30px;
  }
  .ui-step{
    margin-bottom: 40px;
  }
  .follow-down{
    margin-top: 40px;
  }
  .rester-qr-img .rester-title{
    font-size: 26px;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
  }
  .rester-qr-img .industry-img{
    margin: 20px auto 10px;
  }
  .rester-success-info{
    margin-bottom: 40px;
  }
  #follow-img .register-btn-wrap {
    bottom: 188px;
  }
}

.input-login .account-login-section {
  padding-top: 0;
}
.sms-login-section {
  display: none;
}

/* 扫码超时弹窗 */
.scan-timeout-dialog-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(55, 55, 55, .6);
}
.scan-timeout-dialog-body {
  width: 420px;
  height: 170px;
  background-color: #fff;
  position: fixed;
  top: -30%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 35px 30px 30px 30px;
  box-sizing: border-box;
}
.scan-timeout-dialog-body .icon-warn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #FFBF00;
  color: #fff;
  border-radius: 50%;
}
.scan-timeout-dialog-body .icon-warn::before {
  content: "!";
  font-style: normal;
  line-height: 24px;
  margin-left: 10px;
  font-size: 16px;
}
.scan-timeout-dialog-body .scan-timeout-dialog-title {
  color: #303445;
  font-size: 14px;
  padding-left: 8px;
}
.scan-timeout-dialog-content {
  color: #59607b;
  font-size: 12px;
  padding-left: 37px;
}
.scan-timeout-dialog-confirm-btns {
  text-align: right;
  margin-top: 23px;
}
.scan-timeout-dialog-confirm-btns .scan-timeout-dialog-btn {
  width: 73px;
  height: 30px;
  text-align: center;
  outline: none;
  border: none;
  opacity: 1;
  transition: opacity .2s;
  font-size: 12px;
  cursor: pointer;
}
.scan-timeout-dialog-confirm-btns .scan-timeout-dialog-btn:hover {
  opacity: .8;
  transition: opacity .2s;
}
.scan-timeout-dialog-confirm-btns .confirm {
  background-color: #3091f2;
  color: #fff;
}
