/* 登录盒子 */
.login-box{
  display: none;
}
.login-box .mask, #share-wechat-qrcode-box .mask{
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    /* display: block; */
    background-color:rgba(60,60,60,.65);
    z-index:10;
    text-align: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.login-box .content{
    display: none;
    position:fixed;
    z-index:12;
    width:500px;
    height:600px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin:-300px 0 0 -250px;
    overflow: hidden;
}
.login-box .content iframe{
    width: 100%;
    height: 100%;
    padding: 40px 20px 20px 20px;
}
.login-box .content .close{
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    right:11px;
    top:11px;
}
.login-box .content .close:hover{
    cursor:pointer;
}
.login-box .box {
    width: 360px;
    height:467px;
    z-index:11;
    position: fixed;
    top: 50%;
    left: 50%;
    margin:-233px 0 0 -180px;
    /* background: url(/uploads/image/scimages/background-qrcode.png) no-repeat 50%; */
    background: url(/uploads/image/scimages/background-qrcode-nored.jpg) no-repeat 50%;
    background-position-x: 50%;
    background-position-y: center;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -moz-background-size: 360px 467px;
    border-radius: 10px;
    overflow: hidden;
}

.login-box .right-radius{
    width:70px;
    height:70px;
    position:absolute;
    right: 0;
    background: url(/uploads/image/scimages/right_radius.svg) no-repeat;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.login-box .right-radius .tab-tag{
    position: relative;
    top: 14px;
    right: -35px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.login-box .right-radius .social-btns{
    position: relative;
    top: 8px;
    right: -15px;
}
.login-box .right-radius:hover{
    cursor:pointer;
}
/* .login-box .layui-tab-content{ */
.login-box .layui-tab-item{
    margin:55px 0 0 0;
    padding:0 60px;
}
.login-box .wechat-login-qrcode-box{
  margin:0;
  padding:0;
}
.login-box .layui-form-label{
    padding: 0;
    /* padding: 9px 15px; */
}
.login-box .layui-input-wrap .layui-input{
    padding: 0 0 0 10px;
}
.login-box .phone-code{
    width:120px;
}
.login-box .terms-box .layui-form-checkbox div{
    font-size: 12px;
}
.login-box .terms-box a{
    margin-top: 10px;
    display: block;
    float: right;
    font-size: 12px;
    color:#ff6a00;
}
.login-box .forget-box a{
  margin-top: 10px;
  display: block;
  float: right;
  font-size: 12px;
  color:#999999;
}
.login-box .phone-code{
  width: 90px;
}
.login-box .btn-code{
    font-size: 13px;
    padding:3px 4px;
}
#login-wechat-qrcode{
  width:320px;height:400px;overflow:hidden;padding:0 30px;
}
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.social-btns .btn.wechat:before {
  background-color: #12d069;
}
.social-btns .btn.wechat .fa {
  color: #12d069;
}
.social-btns .btn.phone:before {
  background-color: #ff5722;
}
.social-btns .btn.phone .fa {
  color: #ff5722;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.social-btns {
  height: 30px;
  margin: auto;
  font-size: 0;
  text-align: center;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 25px;
  vertical-align: middle;
}
