@import "../../dayangit/jquerySlider/css/jquery.slider.css";
@keyframes loginsquare {
  to {
    top: 550px;
    left: -100px;
    width: 40px;
  }
}
@-moz-keyframes loginsquare {
  
}
@-webkit-keyframes loginsquare {
  to {
    top: 550px;
    left: -100px;
    width: 40px;
  }
}
@-o-keyframes loginsquare {
  to {
    top: 550px;
    left: -100px;
    width: 40px;
  }
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
body {
  background: #FCFCFC !important;
}
.loginbg{
  width: calc(20% + 166px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12%;
}
.loginFrom{
  width: calc(10% + 338px);
  height: 500px;
  padding-top: 2.5%;
  padding-bottom: 1.5%;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  left: 53%;
  box-shadow: -4px 0px 26px 0px rgba(0,0,0,.1);
  border-radius: 12px !important;
  background: #fff;
}
#qrcode{
  position: absolute;
  top: 7px;
  right: 7px;
  width: 44px;
  height: 44px;
  background-image: url('../../images/bt_erweima.png');
  background-size: 100% 100%;
  background-color: transparent;
}
.loginFrom .logo{
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
  color: #333333;
  font-weight: 500;
}
.loginFrom .form-group{
  width: 320px;
  margin: 30px auto;
}
.loginFrom .form-group .input-icon{
  margin-bottom: 30px;
}
.loginFrom .form-group .input-icon .form-control{
  border: 0;
  border-bottom: 1px solid #c0c0c0;
  border-radius: 0 !important;
  padding-left: 0 !important;
}
.loginFrom .form-group .select_box{
  position: relative;
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
  border-bottom: 1px solid #c0c0c0;
  font-size: 14px;
  width: 320px;
  height: 35px;
  line-height: 35px;
}
.loginFrom .form-group .select_box .select_show{
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  color: #333333;
  border: none;
  text-align: left;
  background-color: #ffffff;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loginFrom .form-group .select_box .select_show::after{
  content: " ";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAY0lEQVQ4T2NkoBAwUqifYfAYYAD1ygUivQRXD/MCSGADAwNDAAMDAyFDUNQihwExhmCoQQ9EfIZglcMWC9gU4jQYVzQiawCFK87wwZcOYIaADMAZuIQSEsHoJWQAwWQxDAwAAPaGGBFmuuDUAAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -5px;
  top: 0;
  display: block;
  height: inherit;
  line-height: inherit;
  width: auto;
  padding: 0 16px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.page-top-fixed {
  height: 41%;
  width: 100%;
  background: #0270D7;
  position: fixed;
  top: 0;
  z-index: -1;
}
.page-lock {
  width: 550px;
  margin: 12vh auto 0 auto;
  position: relative;
}
.page-lock .animation-square {
  z-index: 1;
}
.page-lock .animation-square .square {
  position: absolute;
  transition: width 5s linear, height 5s linear, top 5s linear, left 5s linear, background 5s linear;
  -moz-transition: width 5s linear, height 5s linear, top 5s linear, left 5s linear, background 5s linear;
  -ms-transition: width 5s linear, height 5s linear, top 5s linear, left 5s linear, background 5s linear;
  -webkit-transition: width 5s linear, height 5s linear, top 5s linear, left 5s linear, background 5s linear;
  -o-transition: width 5s linear, height 5s linear, top 5s linear, left 5s linear, background 5s linear;
}
.page-lock .logo {
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
}
.page-lock .logo-tip {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 56px;
}
.page-lock .login-form {
  background: #FFFFFF;
  z-index: 10;
  position: relative;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13);
  border-radius: 8px !important;
  width: 550px;
  height: 390px;
}
.page-lock .login-form .login-title {
  font-size: 24px;
  color: #4A4A4A;
  text-align: center;
  padding: 30px;
}
.page-lock .login-form .form-group {
  width: 260px;
  margin: 0 auto 26px auto;
}
.page-lock .login-form .form-group .input-title {
  color: #999;
  display: none;
  font-size: 12px;
  margin-top: -17px;
}
.page-lock .login-form .form-group.has-error {
  position: relative;
}
.page-lock .login-form .form-group.has-error .help-block {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: auto;
  background: #4C4C4C;
  color: #FFF;
  line-height: 16px;
  padding: 7px 12px;
  transform: translateX(calc(105%));
  font-size: 12px;
}
.page-lock .login-form .form-group.has-error .help-block:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -6px;
  display: inline-block !important;
  border-top: 7px solid transparent;
  border-right: 7px solid #ccc;
  border-bottom: 7px solid transparent;
  border-right-color: #4C4C4C;
}
.page-lock .login-form .form-group.has-error .help-block i {
  margin-right: 5px;
}
.page-lock .login-form .form-group.has-error .form-control,
.page-lock .login-form .form-group.has-error .form-control:focus {
  background-color: #fff;
}
.page-lock .login-form .form-group.has-error .input-icon:before {
  content: '';
  width: 260px;
}
.page-lock .login-form .form-group .input-icon:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 0;
  background-color: #CA3636;
  transition: width ease 0.2s;
}
.page-lock .login-form .form-group .input-icon .form-control {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0 !important;
  padding-left: 0 !important;
}
.page-lock .login-form .form-group .input-icon .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.page-lock .login-form .form-group .input-icon .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.page-lock .login-form .form-group .input-icon .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.page-lock .login-form .form-group .input-icon .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.page-lock .login-form .form-group .slider {
  margin: 0;
  padding: 12px 0;
}
.page-lock .login-form .form-group .slider .ui-slider-text {
  border: 1px solid #D2D2D2;
}
.page-lock .login-form .form-group .slider .ui-slider-btn {
  border: 1px solid #D2D2D2;
}
.page-lock .login-form .form-actions {
  background-color: transparent;
  border-top: 0;
  text-align: center;
  padding: 10px 10px;
  margin-top: 0;
}
.page-lock .login-form .form-actions:before,
.page-lock .login-form .form-actions:after {
  display: none;
}
.page-lock .login-form .form-actions .login-btn {
  height: 45px;
  width: 260px;
  -webkit-border-radius: 46px !important;
  -moz-border-radius: 46px !important;
  border-radius: 46px !important;
  background-image: linear-gradient(90deg, #12ccfb 0%, #0067e2 100%);
  font-size: 16px;
  color: #FFFFFF;
  border: 0;
  box-shadow: 0 3px 12px 0 rgba(13, 66, 221, 0.38) !important;
}
.copyright {
  position: fixed;
  color: #777;
  font-size: 12px;
  bottom: 22px;
  width: 100%;
  text-align: center;
}


.loginFrom .login-form {
  background: #FFFFFF;
  /* box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13); */
  /* border-radius: 8px !important; */
  /* width: 550px;
  height: 390px; */
  padding-top: 20px;
}
.loginFrom .login-form .login-title {
  font-size: 24px;
  color: #4A4A4A;
  text-align: center;
  padding: 30px;
}
.loginFrom .login-form .form-group {
  width: 320px;
  margin: 0 auto 30px auto;
}
.loginFrom .login-form .form-group .input-title {
  color: #999;
  display: none;
  font-size: 12px;
  margin-top: -17px;
}
.loginFrom .login-form .form-group.has-error {
  position: relative;
}
.loginFrom .login-form .form-group.has-error .help-block {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: auto;
  background: #5c5c5c;
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.35);
  color: #FFF;
  line-height: 16px;
  padding: 7px 12px;
  transform: translateX(calc(105%));
  font-size: 14px;
}
.loginFrom .login-form .form-group.has-error .help-block:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -6px;
  display: inline-block !important;
  border-top: 7px solid transparent;
  border-right: 7px solid #ccc;
  border-bottom: 7px solid transparent;
  border-right-color: #5c5c5c;
}
.loginFrom .login-form .form-group.has-error .form-control,
.loginFrom .login-form .form-group.has-error .form-control:focus {
  background-color: #fff;
}
.loginFrom .login-form .form-group.has-error .input-icon:before {
  content: '';
  width: 320px;
}
.loginFrom .login-form .form-group .input-icon:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #CA3636;
  transition: width linear 0.5s;
}
.loginFrom .login-form .form-group .input-icon .form-control {
  border: 0;
  border-bottom: 1px solid #c0c0c0;
  border-radius: 0 !important;
  padding-left: 0 !important;
  font-size: 16px;
}
.loginFrom .login-form .form-group .input-icon .form-control:hover{
  border-bottom: 1px solid #2D7FF0;
}
.loginFrom .login-form .form-group .input-icon .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.loginFrom .login-form .form-group .input-icon .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.loginFrom .login-form .form-group .input-icon .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.loginFrom .login-form .form-group .input-icon .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.loginFrom .login-form .form-group .slider {
  margin: 0;
  padding: 12px 0;
}
.loginFrom .login-form .form-group .slider .ui-slider-text {
  border: 1px solid #D2D2D2;
}
.loginFrom .login-form .form-group .slider .ui-slider-btn {
  border: 1px solid #D2D2D2;
}
.loginFrom .login-form .form-actions {
  background-color: transparent;
  border-top: 0;
  text-align: center;
  padding: 0px 10px;
  margin-top: 0;
}
.loginFrom .login-form .form-actions:before,
.loginFrom .login-form .form-actions:after {
  display: none;
}
.loginFrom .login-form .form-actions .login-btn {
  height: 45px;
  width: 320px;
  -webkit-border-radius: 46px !important;
  -moz-border-radius: 46px !important;
  border-radius: 46px !important;
  background-image: linear-gradient(90deg, #80BFFF 0%, #2D7FF0 100%);
  box-shadow: 0px 2px 5px 0px rgba(45,127,240,0.3);
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
.copyright {
  position: fixed;
  color: #999999;
  opacity: 0.8;
  font-size: 12px;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
#version{
  border-left: 1px solid #d2d2d2;
  padding-left: 20px;
  margin-left: 20px;
}
#secode{
  position: absolute;
  right: 0;
  bottom: 5px;
}
#button_yzm_send{
  position: absolute;
  right: 0;
  top: 0px;
  padding: 5px 18px;
  background: #F0F0F0;
  border-radius: 16px !important;
  color: #949494 !important;
}
.login .content .division span{
  font-size: 14px;color: #949494;
}
/* 登录方式图片 */
.social{
  margin-bottom: 0 !important;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.social .circle{
  background-color: transparent !important;
  width: 38px;
  height: 38px;
  background-size: 100% 100%;
  margin: 0 12px !important;
  position: relative;
}
.tips-block{
  position: absolute;
  right: 0;
  top: -38px;
  margin: 0;
  width: auto;
  background: #5c5c5c;
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.35);
  color: #FFF;
  line-height: 16px;
  padding: 7px 12px;
  transform: translateX(calc(50% - 19px));
  font-size: 14px;
  border-radius: 4px !important;
  white-space:nowrap;
  display: none;
}
.tips-block:before {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  bottom: -6px;
  display: inline-block !important;
  border-left: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-right: 7px solid transparent;
  border-top-color: #5c5c5c;
}
#qrCode{
  position: absolute;
  top: 7px;
  right: -7px;
  width: 44px;
  height: 44px;
  background-image: url("../../images/bt_erweima.png");
  background-size: 100% 100%;
  background-color: transparent;
}
#qrCode .tips-block{
  right: 60px;
  top: 5px;
  transform: none;
}
#qrCode .tips-block:before {
  top: 8px;
  right: -13px;
  border-top: 7px solid transparent;
  border-left: 7px solid #ccc;
  border-bottom: 7px solid transparent;
  border-left-color: #5c5c5c;
  left: auto;
  bottom: auto;
}
#qrCode.li-active{
  background-image: url("../../images/btn_mimadenglu.png");
}
#qrCode.li-active + #show2{
  visibility: hidden;
}
.login-form11{
  padding: 18px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 25px;
  border-radius: 2px !important;
}
.scan-title{
  font-size: 16px;
  color: #555555;
  text-align: center;
}
.scan-title span{
  color: #3887F3;
}
.glyphicon.glyphicon-eye-close{
  background-image: url("../../images/ic_denglu_yincang_normal@2x.png");
  width: 18px;
  height: 14px;
  background-size: 100% 100%;
}
.glyphicon.glyphicon-eye-close:before{
  content:'';
}
.glyphicon.glyphicon-eye-close:hover{
  opacity: .8;
}
.glyphicon.glyphicon-eye-open{
  background-image: url("../../images/ic_denglu_xianshi_normal@2x.png");
  width: 18px;
  height: 14px;
  background-size: 100% 100%;
}
.glyphicon.glyphicon-eye-open:before{
  content:'';
}
.glyphicon.glyphicon-eye-open:hover{
  opacity: .8;
}
#qrCode.li-active:hover .tips-block{display:block}
.social .circle:hover .tips-block{display:block}
#privateAccount{
  background-image: url("../../images/denglu_1zhanghao_normal.png");
}
#cloudAccount{
  background-image: url("../../images/denglu_2shoujihao_normal.png");
}
#cloudVerifyCodeAccount{
  background-image: url("../../images/denglu_3yanzhengma_normal.png");
}
#cloudBouthAccount{
  background-image: url("../../images/denglu_4anquan_normal.png");
}
#privateAccount:hover{
  background-image: url("../../images/denglu_1zhanghao_hover.png");
}
#cloudAccount:hover{
  background-image: url("../../images/denglu_2shoujihao_hover.png");
}
#cloudVerifyCodeAccount:hover{
  background-image: url("../../images/denglu_3yanzhengma_hover.png");
}
#cloudBouthAccount:hover{
  background-image: url("../../images/denglu_4anquan_hover.png");
}
#privateAccount.li-active{
  background-image: url("../../images/denglu_1zhanghao_selected.png");
}
#cloudAccount.li-active{
  background-image: url("../../images/denglu_2shoujihao_selected.png");
}
#cloudVerifyCodeAccount.li-active{
  background-image: url("../../images/denglu_3yanzhengma_selected.png");
}
#cloudBouthAccount.li-active{
  background-image: url("../../images/denglu_4anquan_selected.png");
}

/*自定义下拉选择框*/
.lx_select{
  vertical-align:middle;
}
.lx_select_box{
  position: relative;
  margin-right: 20px;
  vertical-align:middle;
  display:inline-block; 
  border-bottom: 1px solid #c0c0c0;
  /* border-radius:2px; */
  /* -webkit-box-shadow:0 0 2px #dddddd;  
  -moz-box-shadow:0 0 2px #dddddd;  
  box-shadow:0 0 2px #dddddd; */
  font-size: 14px;
}
.lx_select_box:hover{
  border-bottom: 1px solid #2D7FF0;
}
.color94{
  color: #949494 !important;
}
.lx_select_box div{
  font-size: 16px;
}
.lx_select_show{
  box-sizing:border-box;
  position:relative;
  cursor:pointer;
  overflow:hidden;;
  /* padding:0 5px 0 10px; */
  color: #333333;
  border:none;
  text-align: left;
  background-color: #ffffff;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lx_select_show:after{
  content: " ";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAY0lEQVQ4T2NkoBAwUqifYfAYYAD1ygUivQRXD/MCSGADAwNDAAMDAyFDUNQihwExhmCoQQ9EfIZglcMWC9gU4jQYVzQiawCFK87wwZcOYIaADMAZuIQSEsHoJWQAwWQxDAwAAPaGGBFmuuDUAAAAAElFTkSuQmCC");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -5px;
  top:0;
  display: block;
  height: inherit;
  line-height: inherit;
  width: auto;
  padding: 0 16px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.lx_select_show:focus{
  border:none;
}
.lx_select_box .lx_select_show.unfold:after{
  
-moz-transform:rotate(180deg);

-webkit-transform:rotate(180deg);

-o-transform:rotate(180deg);  

-ms-transform:rotate(180deg); 

transform:rotate(180deg);
}  

.lx_select_box ul{
  overflow-x:hidden;
}
.lx_select_box ul,
.lx_select-box li{
  margin: 0;
  padding: 0;
}
.lx_select_box ul.lx_select_option{
  position:absolute;
  top: 0;
  margin-top: 39px; 
  color:#262626;
  z-index: 1000;
  display: none;
  overflow-y: auto !important;
  overflow-x: hidden;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.35);
  border-radius: 4px !important;
  min-width: 320px;
  max-width: 320px;
  min-height: 105px;
  max-height: 210px;
}
.lx_select_option li{
  word-break: keep-all;
  white-space:nowrap;
  background-color: #FFFFFF;
  cursor:pointer;
  display: block;
} 
.lx_select_option li a{
  display: block;
  padding:0px 10px 0 10px;
  height: 100%;
  color:#333;
  background-color: #FFFFFF;
  text-decoration:none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lx_select_option li.enabled:hover a{
  color:#555555;
  background-color: #f5f5f5; 
}
.lx_select_option li.active a{
  color:#555555;
  background-color: #DDEEFF !important; 
}
.lx_select_option li.disabled a{
  color:#555555;
  background-color: #DDDDDD; 
}
.lx_select_box select{
  position: absolute;
  z-index: -1;
  top:5px;
  left: 0;
  border: none;
  opacity:0;
  height: 50%;
  width: 50%!important;
}

/*滚动条样式*/
.lx_select_option::-webkit-scrollbar {
width:6px;
width:6px;
position: absolute;
}
.lx_select_option::-webkit-scrollbar-button {
background-color:#4491d4;
height: 10px;
display:none
}
.lx_select_option::-webkit-scrollbar-track {
background:#FF66D5;
display:none
}
.lx_select_option::-webkit-scrollbar-track-piece {
background:#FFFFFF;
border: 2px;
}
.lx_select_option::-webkit-scrollbar-thumb{
background:#dddddd;
border-radius:3px;
}
.lx_select_option::-webkit-scrollbar-corner {
background:#82AFFF;
}
.lx_select_option::-webkit-scrollbar-resizer {
background:#FF0BEE;
}
