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: 24px;
}
/*.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("http://2018snkhl.medmeeting.org/Assets/User/img/bannerbg.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("../../images/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: 20px 0 50px;
}

.login-desc {
    font-size: 14px;
    color: #999999;
    position: relative;
    text-align: center;
}

    .login-desc:before {
        content: '';
        position: absolute;
        top: 50%;
        z-index: 1;
        left: 50%;
        width: 250px;
        margin-left: -125px;
        border-top: 1px solid #dcdcdc;
    }

    .login-desc p {
        padding: 0 10px;
        background-color: #fff;
        z-index: 9;
        position: relative;
        display: inline-block;
    }

.sjr-login-left {
    min-height: 600px;
    padding: 10px 30px;
    /*border-right: 6px solid #f2f4f9;*/
}

.sjr-left-imgbox {
    /*text-align: center;*/
    padding-top: 0;
    /*max-height: 600px;*/
    overflow: auto;
}

.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;
        /*padding: 0 45px;*/
    }

    .sjr-login-right .layui-card-body {
        /*padding-bottom: 0;*/
    }


.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;
    width: 100%;
    height: 45px;
}

.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;
    width: 100%;
    height: 45px;
}

.sjr-login-btn2 .layui-btn {
    background: -webkit-linear-gradient(left, #07c160, #07c160); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #07c160, #07c160); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #07c160, #07c160); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #07c160, #07c160); /* 标准的语法（必须放在最后） */
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    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;*/
        color: #fff;
        /*font-size: 13px;*/
        font-size: 18px;
    }

.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 .tab-active, .tab-login a:hover {
            color: #fff;
            background: #445ee9;
        }

.tab-line {
    margin: 0 8px;
}

/*.tab-login .tab-active {
    color: #5173ff;
    font-weight: bold;
}*/

.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: #445ee9;
    color: #fff;
}

    .fy-code-btn.layui-btn-disabled {
        background-color: #FBFBFB !important;
        color: #C9C9C9;
    }

@media (max-width: 992px) {
    .w980 {
        /*width: 95%;*/
        width: 100%;
        margin: 0 auto;
    }

    .fy-fluid {
        padding: 20px 0px;
        margin: 0 auto;
    }

    .sjr-login-right {
        border-left: 0;
    }

    .sjr-login-btn {
        /* margin-top: 50px;*/
    }

    .fy-title {
        font-size: 24px;
    }
    /* .sjr-login-btn .layui-btn{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  } */
}

@media (max-width: 414px) {
    .sjr-login-right .layui-card {
        padding: 0;
    }

    .sjr-left-imgbox {
        max-height: 100%;
    }
}

.sjr-success-btn .layui-btn {
    background: -webkit-linear-gradient(left, #67c23a, #1aebdf); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #67c23a, #1aebdf); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #67c23a, #1aebdf); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #67c23a, #1aebdf); /* 标准的语法（必须放在最后） */
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.js_login_common {
    padding-top: 10px;
}

/*滚动条样式*/

.test-1::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.test-1::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.test-1::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.test-2::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.test-2::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background-color: skyblue;
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent );
}

.test-2::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
    border-radius: 10px;
}
