@charset "utf-8";

@font-face {
    font-family: PingFangSC-Regular;
    src: url('../font/PingFangSCRegular.ttf');
}

@font-face {
    font-family: PingFangSC-Semibold;
    src: url('../font/PingFang-SC-Semibold.ttf');
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    background: #fff;
}

body {
    /* font-family: PingFangSC-Regular; */
    height: 100%;
    background: #fff;
}

ul,
ol,
li {
    list-style: none;
}

input {
    outline: 0 none;
    border: 0 none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

/* clear */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    height: 0;
}

.logo {
    margin: .8rem auto 0.36rem;
    height: .56rem;
    width: 1.6rem;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.login_box {
    margin: 0 auto;
    width: 2.80rem;
}

.login_username,
.login_password,
.login_sid {
    height: .59rem;
    width: 2.80rem;
}

.login_username,
.login_password {
    border-bottom: .005rem solid #BDBDBD;
    margin-bottom: .02rem;
}

.box_list_icon,
.box_list_input {
    float: left;
}

.box_list_icon {
    width: .24rem;
    height: .56rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.15rem;
    line-height: .56rem;
    text-align: center;
}

.box_list_icon::before {
    font-size: .24rem;
}

.box_list_icon.current::before {
    color: #333;
}

.box_list_input {
    font-family: PingFangSC-Regular;
    padding-left: .16rem;
    height: .56rem;
    width: 2.56rem;
    font-size: .14rem;
    letter-spacing: 0.0034rem;
}

.tips {
    font-family: PingFangSC-Regular;
    height: .2rem;
    width: 2.80rem;
    margin: 0 auto;
    font-size: .14rem;
    color: #BDBDBD;
    letter-spacing: 0.0014rem;
    line-height: .2rem;

}

.login_btn {
    display: flex;
    justify-content: center;
    margin: .32rem auto 0;
    height: .56rem;
    width: 2.80rem;
    border-radius: .08rem;
    line-height: .56rem;

    color: #FFFFFF;

    text-align: center;
    background: #2D8EFF;
    cursor: pointer;

}

.login_btn .msg {
    font-size: .16rem;
    letter-spacing: 0.0017rem;
    font-family: PingFangSC-Semibold;
}

.login_btn .loading {

    width: .6rem;
    height: .56rem;
}

#fixedDialog,
#fixedMsg {
    font-family: PingFangSC-Regular;
    font-size: .14rem;
    letter-spacing: 0.0014rem;
}

/* 消息提示框 */
#msg_main,
#dialog_main,
#loading_main {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 20;
}

#msg_box,
#loading_box {
    position: absolute;
    top: 1.52rem;
    left: 50%;
    margin-left: -1rem;
    width: 2rem;
    min-height: 1.5rem;
    border-radius: .1rem;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 5px 6px 18px -3px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 5px 6px 18px -3px rgba(0, 0, 0, 0.31);
    box-shadow: 5px 6px 18px -3px rgba(0, 0, 0, 0.31);
    z-index: 30;
    overflow: hidden;
}


#loading_box_flex {
    padding: .46rem .1rem 0;
    color: #999;
    min-height: 1.5rem;
    font-size: .16rem;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* flex-direction: column; */
}

#msg_box_flex,
#dialog_box_flex {
    padding: .1rem .1rem;
    color: #999;
    min-height: 1.5rem;
    font-size: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
}

/* #loading_img { */
/* background-image: url('../img/loading.gif'); */
/* background-repeat: no-repeat; */
/* background-position: center; */
/* background-size: 100% auto; */
/* width: .3rem; */
/* height: .3rem; */
/* margin-right: .1rem; */
/* } */

#dialog_box_flex {
    min-height: 1rem;
}



#dialog_tit {
    height: .4rem;
    padding: .1rem 0 0;
    font-size: .14rem;
    text-align: center;
    line-height: .3rem;
    font-weight: bold;
    letter-spacing: 0.0017rem;
    font-family: PingFangSC-Semibold;
}

#dialog_box_btn {
    border-top: 0.005rem solid #BDBDBD;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    font-size: .14rem;
    cursor: pointer;
    letter-spacing: 0.0017rem;
    font-family: PingFangSC-Semibold;
}

#dialog_box {
    position: absolute;
    top: 1.52rem;
    left: 50%;
    margin-left: -1.4rem;
    width: 2.8rem;
    min-height: 1.8rem;
    border-radius: .1rem;
    background: #fff;
    -webkit-box-shadow: 5px 6px 18px -3px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 5px 6px 18px -3px rgba(0, 0, 0, 0.31);
    box-shadow: 5px 6px 18px -3px rgba(0, 0, 0, 0.31);
    z-index: 30;
}

#loadin_msg {
    font-family: PingFangSC-Semibold;
    font-size: .14rem;
    letter-spacing: 0.0014rem;
    color: #000;
}

.loding_box {
    position: fixed;
    top: 1.52rem;
    left: 50%;
    margin-left: -1.2rem;
    width: 2.4rem;
    height: 2rem;
    background: rgba(0, 0, 0, 0.65);
}

/* Spinner Circle Rotation */
.sp-circle {
    -webkit-animation: spCircRot 1.0s infinite linear;
    animation: spCircRot 1.0s infinite linear;
}

@-webkit-keyframes spCircRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spCircRot {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.loading-circle {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 auto .08rem;
    /* border: 0.04rem transparent solid; */
    position: relative;
    background: url('../img/loading-img.png') center center no-repeat;
    border-radius: 50%;
    z-index: 40;
}

.loading-circle::after {
    content: "";
    position: absolute;
    /* width: 0.04rem; */
    /* height: 0.04rem; */
    border-radius: 50%;
    border: 0.02rem solid #000;
    /* background: #f00; */
    left: 50%;
    margin-left: -0.02rem;
    z-index: 42;
}

.the-loading-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.12rem 0 0 -0.12rem;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    background: #FFF;
    z-index: 50;
}



.hiddenImg {
    width: 1px;
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url('../img/loading-img.png') center center no-repeat;
}