﻿/*
 * @Author: MEDCON 
 * @Date: 2021-04-15 13:34:19 
 * @Last Modified by:   MEDCON美迪康会务通学术会议服务平台 
 * @Last Modified time: 2021-04-15 13:34:19 
 */
html,
body {
  background-color: #fff;
}
img {
  max-width: 100%;
}
.w980 {
  width: 980px;
  margin: 0 auto;
}
.sjr-banner{
  text-align: center;
}
.fy-title {
  font-weight: bold;
  border-bottom: none;
  text-align: center;
  font-size: 26px;
  height:auto;
  line-height: 1.3;
}
.login-desc{
  font-size: 14px;
  color: #999999;
  position: relative;
  text-align: center;
}
.login-desc p{
  padding:0 10px;
  background-color: #fff;
  z-index: 9;
  position: relative;
  display: inline-block;
}
.login-desc:before{
  content:'';
  position: absolute;
  top:50%;
  z-index: 1;
  left:50%;
  width:250px;
  margin-left:-125px;
  border-top:1px solid #dcdcdc;
}
.fy-banner {
  overflow: hidden;
  padding: 20px;
  height: 200px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/static/picture/banner.jpg") no-repeat center center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.m20 {
  margin-top: 20px;
}

.fy-return-home a {
  color: #2c94f9;
}
.layui-card {
  padding: 20px;
}
.login-input {
  position: relative;
}
/* .layui-form-item{
  margin-bottom: 30px;
} */
.login-input .layui-input-block {
  margin-left: 0;
}
.login-input .layui-input-block input {
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #d3dfef;
}
.login-input .layui-input-block input:focus {
  border-color: #e6e6e6!important;
  /*border-bottom: 8px solid #4d9ff8!important;*/
}
.login-input .layui-input-block.active:after{
  content: '';
  display: block;
  width:100%;
  height: 3px;
  position: absolute;
  bottom:0;
  left:0;
  background: url("../image/login-line.png") left bottom no-repeat;
  background-size: cover;
}
.login-input .layui-input-block.active+.layui-form-label i{
  color: #000;
}
.login-input .layui-form-label {
  width: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
  text-align: center;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.login-input .layui-form-label i {
  color: #adadad;
}
.fy-fluid {
  padding: 50px;
}

.sjr-login-left{
  min-height: 400px;
  padding:20px 40px;
}
.sjr-left-imgbox{
  text-align: center;
  padding-top:0;
}

.sjr-login-right{
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px
  rgba(68, 130, 233, 0.3);
  border-radius: 20px;
  padding:15px 35px;
  overflow: hidden;
}
.sjr-login-right .layui-card{
  box-shadow:none;
}


.qrcode-timeout{
  display: none;
  position: absolute;
  left:0;
  cursor: pointer;
  right:0;
  bottom:0;
  right:0;
  z-index: 2;
  background: rgba(0,0,0,0.5);
  color:#fff;
  line-height: 210px;
  text-align: center;
}
.qrocde-image-mask{
  position: absolute;
  left:0;
  cursor: pointer;
  right:0;
  bottom:0;
  right:0;
  z-index: 1;
}

.sjr-login-btn .layui-btn{
  background: -webkit-linear-gradient(left, #5172ff , #3dbcff); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #5172ff , #3dbcff); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #5172ff , #3dbcff); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #5172ff , #3dbcff); /* 标准的语法（必须放在最后） */
  font-weight:bold;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  width:100%;
 }
.sjr-register-btn .layui-btn{
  background: -webkit-linear-gradient(left, #ff8151 , #ffb43d); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff8151 , #ffb43d); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff8151 , #ffb43d); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff8151 , #ffb43d); /* 标准的语法（必须放在最后） */
  font-weight:bold;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  width:100%;
 }
.sjr-find-btn{
  color: #adadad;
  font-size: 13px;
}
.sjr-register-btn{
  /*text-align: center;
  margin-top: -20px;
  margin-bottom: 0px;*/
}
.sjr-register-btn a{
  color: #2e87fe;
  font-size: 13px;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary]{
  margin-top:0;
}
.layui-form-checkbox[lay-skin=primary] span{
  padding-left: 5px;
  color: #333;
  font-size: 13px;
  line-height: 16px;
}

.layui-form-checkbox[lay-skin=primary] i{
  border:2px solid #dcdbdb;
  width: 12px;
  height: 12px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #4d9ff8;
}

/*切换按钮*/
.none{
  display: none;
}
.tab-login{
   margin-bottom:40px;
   text-align: center;
    margin-top:20px;
}
.tab-login a{
  color:#000;
  line-height: 20px;
  padding:8px 10px;
  border-radius: 4px;
  border: solid 1px #445ee9;
  transition: all 0.15s linear;
}
.tab-login a:not(:first-child){
  margin-left:10px;
}
.tab-login a i{
  color:#445ee9;
}
.tab-line{
  margin:0 8px;
}
.tab-login .tab-active,.tab-login a:hover{
  color:#fff;
  background: #445ee9;
}
.tab-login .tab-active i{
  color:#fff;
}
.fy-code{
  width:62%;
}
.temp-fjj:before {content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';display:none;width: 100%;height: 5px;}
.fy-code-btn{
  width:35%;
  margin-left:2%;
  background-color:#44aafe;
  color:#fff;
}
.fy-code-btn.layui-btn-disabled{
    background-color: #FBFBFB!important; 
    color: #C9C9C9; 
}

@media (max-width: 992px) {
  .w980 {
    width: 95%;
    margin:0 auto;
  }
  .fy-fluid {
    padding: 20px;
    margin:0 auto;
  }
  .sjr-login-right{
    width:100%;
    padding:0;
    border-radius: 0;
    box-shadow: none;
  }
  .sjr-login-right .layui-card-body{
    padding:10px;
  }
  .sjr-login-btn{
    margin-top: 50px;
  }
  .fy-title{
    font-size: 20px;
  }
  /* .sjr-login-btn .layui-btn{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  } */
}

@media (max-width: 414px){

  .sjr-login-right .layui-card{
    padding:0;
  }
}

@media (max-width: 370px){
  .tab-login{
    font-size:0;
    margin-left:-10px;
    width:calc(100% + 20px);
  }
  .tab-login a{
    font-size:14px;
    display: inline-block;
    padding:6px 7px;
  }
  .tab-login a:not(:first-child){
    margin-left:6px;
  }
}