@charset "UTF-8";
* {
    margin:0;
    padding:0;
}
html,body {
    width:100%;
    height:100%;
    font-family:'PingFang SC','Lantinghei SC','Microsoft YaHei','HanHei SC','Helvetica Neue','Open Sans','Arial','Hiragino Sans GB','微软雅黑','STHeiti','WenQuanYi Micro Hei','SimSun','sans-serif';
    overflow:hidden;
}

body {
    background-size:100% 100%;
}
body {
    overflow:auto;
    background-color:#061925;
    background:url(/templet/login/images/bg/bg1.png?time=1601178569015);
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.loginBox{
    width:100%;
    height:100%;
    background: transparent;
    position:relative;
    z-index:10;
    overflow: auto;
}
.loginBoxVertical{
    display: table;
    width: 440px;
    height:100%;
    float:right;
    margin-right:210px;
}
.loginBoxVertical>div{
    display: table-cell;
    height:100%;
    vertical-align: middle;
}
.login {
    position: relative;
    z-index: 9999;
    box-sizing: border-box;
    width:100%;
    background: #fff;
    border-radius: 12px;
    display: table;
    padding-bottom: 10px;
}
#logo {
    position: relative;
    top:40px;
    width:290px;
    height:92px;
    /*background:url("/templet/login/images/logo/logo_name.png") no-repeat center center;
    background-size:100% 100%;*/
    margin:0 auto;
}
#logo>img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.list-img {
    width:100%;
    height:100%;
}
.login-grid {
    position:relative;
    width:100%;
    margin-top:18px;
    /*background:rgba(0,0,0,.49);*/
    /*background:url('/templet/login/images/sanjiaoxing.png')rgba(0,0,0,.49) no-repeat right top;*/
    /*background:url('/templet/login/images/sanjiaoxing.png')no-repeat right top;
    background-size:60px 60px;
    border-radius: 2px;*/
}

#login-code,#login-return {
    position:absolute;
    width:55px;
    height:55px;
    line-height:55px;
    right:18px;
    top:-94px;
    cursor:pointer;
    text-align:center;
}
#login-return{
    background:url('/templet/login/images/fanhui.png')no-repeat right top;
    background-size:100% 100%;
}
#login-code{
    background:url('/templet/login/images/erweima.png')no-repeat right top;
    background-size:100% 100%;
}
#login-code .iconfont,#login-return .iconfont{
    color:transparent;
    font-size:16px;
}
#return {
    display:none;
    padding-bottom:30px;
}
.login-grid-list {
    box-sizing:border-box;
    position:relative;
    padding-top:44px;
    width:350px;
    margin:0 auto;
}

.title{
    width:100%;
    height:17px;
    line-height:17px;
    font-size: 14px;
    color:#122F49;
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-Regular;
}
.fill-content {
    width:100%;
    height:40px;
    margin-top:9px;
    margin-bottom:24px;
    border:1px solid #E7E9EB;
    border-radius: 4px;
}
.fill-content select,.fill-content input{
    width:100%;
    height:40px;
    border:none;
    outline:none;
    background:transparent;
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #122F49;
    padding:0;
    margin:0;
    -webkit-padding-start:0;
    text-indent: 16px;
}
.fill-content>select{
    height:20px;
}

.layui-form-checkbox[lay-skin=primary] span{
    font-size: 12px;
    color: #122F49;
    font-family: PingFangSC-Regular;
}
.layui-form-checkbox:hover span{
    opacity: 0.8;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #B6C8D5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #B6C8D5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #B6C8D5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #B6C8D5;
}
::-ms-input-placeholder { /* Microsoft Edge */
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #B6C8D5;
}
.remember {
    width:100%;
    height:17px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    margin-top:17px;
}
input[type="checkbox" i] {

}
input[type='checkbox'] {
    position:relative;
    top:2px;
    width: 12px;
    height: 12px;
}
input[type=checkbox]:checked {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}
input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}
.checkbox-sp {
    display:inline-block;
    height:17px;
    line-height:17px;
    font-size:12px;
    font-family: PingFangSC-Regular;
}
.prompt {
    font-family: PingFang-SC-Regular;
    font-size: 12px;
    color: #EE4949;
    text-align: center;
    /*padding-top:41px;*/
    /*padding-bottom:6px;*/
}
.enter-button {
    width:100%;
    height:44px;
    line-height:44px;
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 5px;
    text-align: center;
    background: #3963FF;
    border-radius: 2px;
    cursor:pointer;
    box-shadow: 0px 8px 20px -7px rgba(114, 154, 255, 1);
}
.enter-button:hover {
    opacity: 0.8;
}
.fill-content .enter-button{
    height:40px;
    line-height: 40px;
    color:#122F49;
    font-size: 14px;
    background:transparent;
    box-shadow: 0 0 0 0 rgba(114, 154, 255, 0);
    padding:0 10px;
}


.scan-code {
    position:relative;
    width:166px;
    height:166px;
    margin:0 auto;
    padding-top:59px;
}

#qrCodeShow {
    width:100%;
    height:100%;
}
.scan-code img {
    width:166px !important;
    height:166px !important;
    display:block;
    border:none;
}
.refresh-code {
    display:table;
    position:absolute;
    width:180px;
    height:180px;
    bottom:-7px;
    left:-7px;
}
.refresh-code > div {
    display:table-cell;
    width:180px;
    height:180px;
    text-align:center;
    vertical-align:middle;
    background:rgba(0,0,0,0.5);
    border-radius:4px;
}
.code-failure,.refresh-code-img {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0.38px;
}
.code-failure {
    color: rgba(255,255,255,0.8);
    margin-bottom:9px;
}
.refresh-code-img {
    color: #4DA1FF;
}
.refresh-code-img >button{
    height:17px;
    line-height:17px;
    background:transparent;
    border:none;
    outline: none;
    color:#FFFFFF;
    text-align: center;
    cursor:pointer;
}
.refresh-code-img img {
    position: relative;
    top:-2px;
    display: inline-block;
    width:12px !important;
    height:12px !important;
    vertical-align:middle;

}
.instructions,.instructions-list {
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    text-align:center;
}
.instructions {
    padding:20px 0 16px 0;
    color: #122F49;
}
.instructions-list{
    line-height:32px;
    color: #122F49;
}
.down >img{
    cursor:pointer;
}
.instructions-list img {
    width:16px;
    height:16px;
}

#footer {
    position:fixed;
    width:auto;
    height:auto;
    right:20px;
    bottom:20px;
}
.footer-provides {
    height:30px;
    line-height:30px;
    font-family: PingFang-SC-Medium;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}
.footer-provides img{
    width:30px;
    height:30px;
    vertical-align:middle;
    cursor:pointer;
    margin-left:20px;
}

#container-tool {
    display:none;
    position:absolute;
    z-index:10;
    top:133px;
    left:-20px;
    opacity: 0.95;
    width:480px;
    height:273px;
    background:#fff;
    border-radius: 4px;
    color:#122F49;
}
.container-tool-title {
    border-bottom:1px solid #ddd;
    height:22px;
    line-height:22px;
}
.container-tool-title span{
    float:left;
    margin-left:22px;
    font-family: PingFang-SC-Regular;
    font-size: 12px;
    color: rgba(255,255,255,0.65);
}
.container-tool-title img{
    float:right;
    margin-right:10px;
    cursor:pointer;
}

#tool-content {
    clear:both;
    padding:10px 22px;
}
#downlond {
    cursor:pointer;
}

#formd{
    box-sizing:border-box;
    display:block;
    width:100%;
}
#input_login {
    background:transparent;
}
.enter-button { border:0;}
.change-box{
    width:calc(18% - 12px);
    height:calc(10% - 8px);
    position:fixed;
    bottom:52px;
    right:1%;
    background: rgba(0,0,0,.5);
    padding:4px 6px;
    box-sizing:border-box;
    display:none;
    min-height:60px;
    min-width:158px;
    opacity:0.8;
    border-radius: 3px;
}
.change-box .change-title{
    font-size:14px;
    color:#ffffff;
}

.change-box .img-box{
    margin-top:6px;
    width:100%;
}
.change-box .img-box li{
    width:40px;
    height:30px;
    margin:0 3px;
    float:left;
    list-style:none;
    border-radius: 3px;
    cursor:pointer;
    background-size:cover;
    background-position:center bottom;
    background-repeat:no-repeat;
    background-attachment: fixed;
}
.change-box .img-box li:hover,.change-box .img-box li.active{
    border:1px solid #ffffff;
}
.img-box img{
    width:90%;
    height:100%;
}
.foot-name{
    position:relative;
    width:334px;
    color:#122F49;
    font-size: 12px;
    text-align: center;
    font-family: PingFangSC-Regular;
    padding-top:15px;
    padding-bottom:15px;
}
.foot-hr {
    border-bottom:1px solid #122F49;
}
#container-tool-close {
    float:right;
    color:#122F49;
    font-size:16px;
    margin-right:10px;
    cursor:pointer;
}
.mac{
    float:right;
    font-size: 12px;
    color:#122F49;
    text-decoration:none;
    font-family: PingFangSC-Regular;
    padding-top:3px;
}
.mac:hover {
    opacity: 0.8;
}
#qrCodeShow  > p{
    text-align:center;
    color:#FFFFFF;
}
.refresh-code-img .icon-38{
    color:#4DA1FF;
    font-size:18px;
}

#sendcode:hover{
    color:#4da1ff;
}
#sendcode.disabled:hover{
    color:#FFFFFF !important;
    cursor:default;
}

.layui-form-select .layui-input{
    text-indent: 16px;
}
#password{
    letter-spacing: 12px;
}
.layui-form-select dl dd.layui-this{
    background-color: #3963FF !important;
}
.layui-form-checked[lay-skin=primary] i{
    border-color: #3963FF !important;
    background-color: #3963FF;
    color: #fff;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
    border-color:#3963FF !important;
}
.top-img{
    position: absolute;
    top:294px;
    left:154px;
    width:calc(100% - 800px);
}
.top-img>img{
    display: block;
    max-width: 100%;
}
.bottom-img{
    position: absolute;
    bottom:168px;
    left:270px;
    width:calc(100% - 900px);
}
.bottom-img>img{
    display: block;
    max-width: 100%;
}
.footer{
    position: absolute;
    bottom:30px;
    text-align: center;
    color:#fff;
    font-size: 14px;
    width:100%;
}

.table.table-condensed.table-bordered.table-hover td>a>span,.table.table-condensed.table-bordered.table-hover td>div{
    color:#122F49 !important;
}