   
* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.face-detect {
    background-image: url('../images/ybfaecLogin/face-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover; 
    background-position: top center;
    z-index: -10;
   
}
.ybface {
	width: 50%;
    max-width: 504px;
    min-width: 302px;
    margin: auto;
   
} 
.ybface .face-form {
	z-index:10;
	margin: auto;
    height: 445px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(7, 117, 205, 1) 0%, rgba(7, 117, 205, 1) 84%, rgba(7, 117, 205, 1) 100%);
   
}

.ybface .face-title {

   padding-top:50px;
   margin-bottom:80px;
}

.ybface .face-title .title-one {
    padding-top: 20px;
    margin-bottom: 20px;
    display:flex;
    justify-content:center;
    align-items: center;
}

.face-title .title-one .face-pic {
      width: 52px;
    height: 46px;
    overflow: hidden;
    margin-right: 0.099rem;
    margin-left: 0.09rem; 
    /* margin-left: 1.0365rem; */
}

.face-title .title-one .face-pic img {
    width: 100%;
    height: 100%;
}

.face-title .title-one h1 {
    font-size: 40px;
    color: #fff;
    font-family: 'SanFranciscoDisplay-Regular';
    white-space: nowrap;
    margin: 0;
  /*   margin-right: 0.3646rem; */

}

.face-title .title-one select {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 2px;
   margin-left:20px;
}

.face-title .title-one select option {
    color: #838383;
    font-size: 12px;

}

.face-title .title-two {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.ybface .face-form .form-info {
    width: 95%;
    height: 395px;
    border-radius: 20px;
    background: rgba(222, 233, 247, 0.85);
    box-shadow: 0px 5px 9px 0px rgba(51, 103, 153, 0.3);
    margin: 30px;
    overflow: hidden;
}

.ybface .face-form .form-switch {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    color: #666666;
    margin-top: 35px;
    margin-bottom: 40px;
}
.ybface .face-form .form-switch .pwdPhoneBtnBlock,.pwdPhoneBtnHidden{
	cursor:pointer;
}


.ybface .face-form .form-ipt {
    width: 80%;
    overflow: hidden;
    height: 35px;
    background: #fff;
    box-shadow: 0px 5px 12px 1px rgba(51, 169, 255, 0.34);
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ybface .face-form .form-ipt label {
    margin: 0 10px;
}

.ybface .face-form .form-ipt input {
    width: 93%;
    height: 35px;
    font-size: 15px;
    border: none;
    outline: none;
    margin: 0;
    box-sizing: border-box;
}
.ybface .face-form .form-ipt input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
  font-size: 15px;
}
 
.ybface .face-form .form-ipt input::-moz-placeholder {
/* Firefox 19+ */
   font-size: 15px;
 }
 
.ybface .face-form .form-ipt input:-ms-input-placeholder {
/* IE 10+ */
    font-size: 15px;
}
 
.ybface .face-form .form-ipt input:-moz-placeholder {
/* Firefox 18- */
   font-size: 15px;
}

.ybface .face-form .form-ipt img {
    width: 18px;
    height: 20px;
}

.ybface .face-form .phone {
    margin-bottom: 35px;
}

.ybface .face-form .code {
    width: 60%;
    height: 35px;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
}

.ybface .face-form .code label {
    margin-right: 15px;
}



.ybface .face-form .form-button {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.ybface .face-form .form-button button {
    width: 35%;
    height: 35px;
    background: #fff;
    font-size: 18px;
    color: #33A9FF;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 5px 12px 1px rgba(51, 169, 255, 0.34);
}

.ybface .face-form .form-whether {
   	width:80%;
    margin: 0 auto;
    font-size: 18px;
    color: #666;
}
.ybface .face-form .form-whethers{
	display:flex;
	justify-content:space-between;
}
.ybface .face-form .form-whether input {
    width: 20px;
    height: 20px;
    background: none;
    border: 1px solid rgba(51, 103, 153, 1);
    border-radius: 3px;
    margin-right: 10px;
}

.ybface .face-form .form-whether .form-remember {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ybface .face-form .submit {
    display: block;
    width: 80%;
    height: 35px;
    border: none;
    background: #33A9FF;
    box-shadow: 0px 5px 12px 1px rgba(51, 169, 255, 0.34);
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    margin-top: 35px;
    cursor: pointer;
}

.ybface .other {
    width: 2.3438rem;
    height: 0.3125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 0.21rem;
}

.ybface .other ul {
    width: 1.4107rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    font-size:0.07rem;
    color: #666;
}

.ybface .other ul img {
    width: .16rem;
    height: .16rem;
}

.ybface .face-form .form-a {
    font-size: 15px;
    white-space: nowrap;
    color: #336799;
}

.face-footer {
	z-index: 5;
    width: 50%;
    max-width: 504px;
    min-width: 302px;
    margin:0 auto;
    margin-top: 100px;
    font-size: 20px;
    color: #fff;
  	padding-bottom:60px;
}
.copyright{
    font-size: 16px;
    text-align:center;
    
}
.face-footer ul {
	margin:0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0.06rem;
}

.face-footer ul li a {
    font-size: 16px; 
    color: #fff;
    text-decoration: none;
}

.ybface .face-logon {
    top: 0.47rem;
    margin-left: -1.8125rem;
}

.ybface .face-progress {
    width: 4.82rem;
    height: 3.75rem;
    position: absolute;
    top:1.3rem;
    left:2.59rem;
}

.ybface .face-progress .form-info {
    width: 4.62rem;
    height: 3.54rem;
    margin: 0.1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ybface .face-progress .form-info .circle {
    width: 0.4167rem;
    height: 0.4167rem;
    border: 1px solid rgba(112, 195, 255, 1);
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.ybface .face-progress .form-info .circle-bg {
    width: 0.3125rem;
    height: 0.3125rem;
    background: rgba(51, 169, 255, 1);
    border-radius: 50%;
    font-size: 0.1563rem;
    color: #fff;
    text-align: center;
    line-height: 0.3125rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ybface .face-progress .form-info .speed ul li {
    text-align: center;
    font-size: 0.125rem;
    color: #C6C6C6;
    position: relative;
}

.ybface .face-progress .form-info .speed ul li::after {
    content: '';
    display: block;
    width: 1px;
    height: 0.5208rem;
    border-left: 1px dashed #A5A5A5;
    /* transform: rotate(90deg); */
    color: #A5A5A5;
    margin: 0 auto;
}

.ybface .face-progress .form-info .speed ul li:last-child::after {
    display: none;
}

.ybface ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 0.1042rem;
    color: #999999;
}

.ybface ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.1042rem;
    color: #999999;
}

.ybface :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 0.1042rem;
    color: #999999;
}

.ybface :-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.1042rem;
    color: #999999;
}

.ybface .form-info .item {
    /* width: 3.2292rem; */
    
    white-space: nowrap;
    margin-bottom: 0.15rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ybface .form-info .item label {
    display: inline-block;
    font-size: 0.0833rem;
    color: #666666;
    text-align: left;
}

.ybface .form-info .item .tips {
    font-size: 0.0625rem;
    color: #999;
    margin-top: 0.2083rem;
}

.ybface .form-info .item a {
    font-size: 0.0833rem;
    color: #33A9FF;
    text-decoration: none;
    margin-top: 0.1563rem;
    margin-left: 0.0521rem;
}

.ybface .form-info .item .upload-pic {
    width: 0.2604rem;
    height: 0.2604rem;
    border: 1px dashed #999999;
    border-radius: 0.026rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ybface .form-info .item .upload-pic img {
    width: 0.1563rem;
    height: 0.125rem;
    vertical-align: middle;
}

.ybface .form-info .item label span:first-child {
    color: #FF4141;
    margin-right: 0.0208rem;
}

.ybface .form-info .item input {
    width: 2.4479rem;
    height: 0.2292rem;
    background: #fff;
    box-shadow: 0px 5px 12px 1px rgba(51, 169, 255, 0.34);
    border-radius: 5px;
    border: none;
    outline: none;
}

.ybface .form-info .agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.0833rem;
    color: #666666;
    margin-bottom: 0.2396rem;
}

.ybface .form-info .agree a {
    text-decoration: none;
    color: #33A9FF;
}

.ybface .form-info .radio {
    width: 0.1146rem;
    height: 0.1146rem;
    margin-right: 0.0625rem;
}

.ybface .form-info .btn-group {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ybface .form-info .btn-group button {
    width: 1.1458rem;
    height: 0.2604rem;
}

.ybface .form-info .btn-group .last-step {
    background: #C6C6C6;
}

.ybface .tips-info {
    width: 3.07rem;
    height: 0.2292rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(214, 238, 255, 1);
    border: 1px solid rgba(51, 169, 255, 1);
    border-radius: 0.0156rem;
    font-size: 0.0833rem;
    color: #666;
    padding: 0 0.1042rem;
    margin-bottom: 0.1563rem;
    box-sizing: border-box;
}

.ybface .tips-info span {
   /*  margin-left: rem; */
   white-space: nowrap;
   margin-right:1.45rem;
}

.ybface .logon-info {
    width: 2.3438rem;
    height: 1.2708rem;
    background: #fff;
    box-shadow: 0px 5px 12px 1px rgba(51, 169, 255, 0.34);
    border-radius: 0.026rem;
    margin-bottom: 0.4271rem;
    padding: 0.2rem 0;
    padding-left: 0.1563rem;
    box-sizing: border-box;
    font-size: 0.0833rem;
    color: #999;
}

.ybface .logon-info span:first-child {
    display: inline-block;
    width: 0.5208rem;
    margin-right: 0.1979rem;
    text-align: right;
}

.ybface .logon-info .company-name {
    font-size: 0.1042rem;
    font-weight: bold;
}

.ybface .done .logon-success {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.0833rem;
    color: #999999;
    margin-bottom: 0.2813rem;
}
.ybface .done .logon-success img{
    width: 0.31rem;
    height: 0.31rem;
}
.ybface .done .success-info {
    font-size: 0.1458rem;
    color: #666666
}

.ybface .done button {
    width: 2.3438rem;
    height: 0.3125rem;
    border:none;
    color:#fff;
    font-size:0.125rem;
    background: rgba(51, 169, 255, 1);
    box-shadow: 0px 5px 12px 1px rgba(51, 169, 255, 0.34);
    border-radius: 0.026rem;
}

/* DaTouWang URL: www.datouwang.com */
.block {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .sliderContainer {
    position: relative;
    text-align: center;
    width: 340px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f7f9fa;
    color: #45494c;
    border: 1px solid #e4e7eb;
  }
  
  .sliderContainer_active .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #1991FA;
  }
  
  .sliderContainer_active .sliderMask {
    height: 38px;
    border-width: 1px;
  }
  
  .sliderContainer_success .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #52CCBA;
    background-color: #52CCBA !important;
  }
  
  .sliderContainer_success .sliderMask {
    height: 38px;
    border: 1px solid #52CCBA;
    background-color: #D2F4EF;
  }
  
  .sliderContainer_success .sliderIcon {
    background-position: 0 0 !important;
  }
  
  .sliderContainer_fail .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #f57a7a;
    background-color: #f57a7a !important;
  }
  
  .sliderContainer_fail .sliderMask {
    height: 38px;
    border: 1px solid #f57a7a;
    background-color: #fce1e1;
  }
  
  .sliderContainer_fail .sliderIcon {
    background-position: 0 -83px !important;
  }
  .sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
  }
  
  .sliderMask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #1991FA;
    background: #D1E9FE;
  }
  
  .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
  }
  
  .slider:hover {
    background: #1991FA;
  }
  
  .slider:hover .sliderIcon {
    background-position: 0 -13px;
  }
  
  .sliderIcon {
    position: absolute;
    top: 15px;
    left: 13px;
    width: 14px;
    height: 10px;
    background: url('../images/ybfaecLogin/icon_light.f13cff3.png') 0 -26px;
    background-size: 34px 471px;
  }
  
  .refreshIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url('../images/ybfaecLogin/icon_light.f13cff3.png') 0 -437px;
    background-size: 34px 471px;
  }
  
  .pwdPhoneBtnBlock hr{
    visibility: visible;
    margin:0 auto;
    margin-top:0.02rem;
    width:100%;
    height:2px;
    border-radius: 1px;
    border:none;
    color:#33A9FF;
    background:rgba(51,169,255,1);
  }
.pwdPhoneBtnHidden hr{
    visibility:hidden;
    margin:0 auto;
    margin-top:0.02rem;
    width:0.52rem;
    height:2px;
    border-radius: 1px;
    border:none;
    color:#33A9FF;
    background:rgba(51,169,255,1);
}

#captcha{
  width: 340px;
  height: 220px;
  margin: 0 auto;
}
.form-whether a{
	text-decoration:none;	
}
.form-info .error{
	width:80%;
	height:30px;
}

.shutDown{
  position: absolute;
  right: 20px;
  background-image: url('../images/ybfaecLogin/x.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  margin: 12px 0;
}

.SafetyTop{
  display: flex;
  border-bottom: 1px solid #E4E4E4;
  position: relative;
  margin-bottom: 10px;
}
.SafetyTop  span{
  padding: 10px 0;
  padding-left: 40px;
}
.SafetyD{
  width: 380px;
  height: 350px;
  background: #fff;
}
@media  (max-width: 1366px){
.face-title .title-two {
    font-size: 24px;   
}
.face-title .title-one h1{
	font-size:35px;
}
.ybface .face-form{
	height:350px;
}
.ybface .face-form .form-switch {
    margin-top: 20px;
    margin-bottom: 25px;
}
.ybface .face-form .phone{
	margin-bottom:25px;
}
.ybface .face-form .submit{
	margin-top:25px;
}
.ybface{
	width:31%;
}
.ybface .face-form .form-info{
	margin:20px;
	height:300px;
}
.copyright{
	font-size:14px;
}
.face-footer ul li a{
	font-size:14px;
}
.face-footer{
	padding-bottom:40px;
	margin-top:40px;
}
.ybface .face-title{
	padding-top:0;
	margin-bottom:50px;
}
.ybface .face-form .form-button button{
	font-size:14px;
}
}

@media  (max-width: 769px){
.face-title .title-two {
    font-size: 20px;   
}
.face-title .title-one h1{
	font-size:35px;
}
.ybface .face-form{
	height:360px;
}
.ybface .face-form .form-info{
	margin:20px;
	height:320px;
}
.copyright{
	font-size:14px;
}
.face-footer ul li a{
	font-size:14px;
}
.face-footer{
	padding-bottom:40px;
	margin-top:50px;
}
.ybface .face-title{
	padding-top:0;
	margin-bottom:50px;
}
.ybface .face-form .form-button button{
	font-size:14px;
}
}
@media  (max-width: 415px){
.face-title .title-two {
    font-size: 18px;
}
.face-title .title-one h1{
	font-size:30px;
}
.face-title .title-one .face-pic img{
	width:42px;
	height:36px;
}
.ybface .face-form{
	height:340px;
}
.ybface .face-form .form-info{
	height:320px;
	margin:10px;
}
.copyright{
	font-size:14px;
}
.face-footer ul li a{
	font-size:14px;
}
.face-footer{
	padding-bottom:40px;
	margin-top:50px;
}
.ybface .face-title{
	padding-top:0;
	margin-bottom:40px;
}
.ybface .face-form .form-button button{
	font-size:14px;
}
}

* {
	padding:0;
	margin:0;
	font-family:"Î¢ÈíÑÅºÚ";
}
li {
	list-style:none;
}

img {
	border:none;
}
.txt-scroll{ background-image: url(../images/ico-notice.png); background-position: 10px center; background-repeat: no-repeat; font-weight: bold; }


/*txt-scroll*/
.txt-scroll{ width: 100%; height: 30px; line-height: 30px; padding: 0 5px 0 30px; }
.txt-scroll .scrollbox{ width: 100%; white-space: nowrap; overflow:hidden; transition: all .2s; margin-top:10px;}
.txt-scroll .txt,
.txt-scroll .txt-clone{ display: inline; position: relative; color: #fff;padding-right: 500px;}

