html,
body {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-home.png);
    background-size: cover;
    /* min-height: 800px; */
}

.page {
    position: relative;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


/* btn */

.btn {
    cursor: pointer;
}

.bg-home {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-home img {
    object-fit: cover;
}

.box-ie7 {
    overflow: hidden;
    zoom: 100%;
}

.container {
    width: 1240px;
    background-color: white;
    margin: 50px auto;
    border-radius: 6px;
    position: relative;
}

@media screen and (max-width: 1240px) {}

.topbar {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.topbar .tag {
    width: 120px;
    height: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
}

.topbar .tag .line-col {
    width: 2px;
    height: 16px;
    background-color: #d9d9d9;
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 2;
}

.topbar .tag:last-child .line-col {
    display: none;
}

.topbar .tag.active {
    color: #005BAC;
    font-weight: bold;
}

.box-fn {
    padding: 0 20px;
}

.box-fn .fn-one {
    width: 8.7%;
    height: 97px;
    margin: 20px 20px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
    /* float: left; */
}


.box-fn .fn-one .ic {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding-top: 4px;
}



.box-fn .fn-one .name {
    margin-top: 5px;
    font-size: 14px;
}

.box-fn .fn-one:hover {
    background-color: #F5F5F5;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;

}

.box-fn .label {
    text-align: center;
}

.tabbar {
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 !important;
}

.tabbar .label {
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff, endColorstr=#c8ffffff);
    border-radius: 6px 6px 0 0;
    margin: 0 auto;
    width: 1240px;
    height: 137px;
    padding: 0 20px;
}

.tabbar .btn-add {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    top: 20px;
    z-index: 2;
}

@media screen and (max-width: 1439px) {
    .box-fn {
        padding: 0 20px;
    }

    .box-fn .fn-one {
        margin: 4px 20px;
    }

    .tabbar .label .fn-one {
        margin: 20px 20px;
    }
}

.pop-forget {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 900px;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
    text-align: center;
}

.pop-forget .box {
    background-color: white;
    padding: 40px 20px;
    width: 340px;
    height: 388px;
    margin: 0 auto;
    margin-top: -100px;
}

.pop-forget .box .theme {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
}

.pop-forget .box .label {
    width: 100%;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    line-height: 40px;
    margin-top: 20px;
    text-align: left;
}

.pop-forget .box .label input {
    width: 100%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin-top: -4px;
    padding: 0 10px;
    vertical-align: middle;
}


.pop-forget .box .label input:-moz-placeholder {
    color: #cbcbcb;
}

.pop-forget .box .label input:-ms-input-placeholder {
    color: #cbcbcb;
}

.pop-forget .box .label input::-webkit-input-placeholder {
    color: #cbcbcb;
}

.pop-forget .btn-confirm {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #005BAC;
    color: white;
    margin-top: 40px;
    border-radius: 3px;
}

.custom-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #999999;
}
.custom-checkbox span {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-top: -8px;
    margin-top: -10px\0;
    background-color: #fff;
    border: 1px solid #0D5098;
    cursor: pointer;
    z-index: 1;
}
.custom-checkbox.active span i {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 6px;
    height: 12px;
    border-color: #0D5098;
    border-style: solid;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.5,M12=-0.5,M21=0.5,M22=0.5,
    SizingMethod='auto expand');
}

.custom-checkbox input[type=checkbox] {
    visibility: hidden;
    margin-right: 10px;
}

.forgotPwd {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #999999;
    float: right;
}

.forgotPwd a {
    font-size: 15px;
    color: #0a4198;
}

/* page pop password */

.page-pop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
    display: none;
}

@supports (-webkit-backdrop-filter: none) {
    .page-pop {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: blur(10px);
    }
}

.page-password table {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    color: black;
}

.page-password .user-info {
    padding: 40px 55px 50px 55px;
    background-color: white;
    max-width: 540px;
    max-height: 600px;
    display: inline-block;
    position: relative;
    border-radius: 17px;
}

.page-password .user-info .user-password {
    position: relative;
    z-index: 2;
}

.page-password .user-info .user-password .title {
    font-size: 23px;
    font-weight: bold;
    color: #2A71FF;
}

.page-password .user-info .user-password .box-password {
    margin: 40px auto;
    position: relative;
}

.page-password .user-info .user-password .box-password .label {
    width: 400px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

.page-password .user-info .user-password .box-password input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    text-align: left;
    /*border: 1px solid #D9D9D9;*/
    background-color: #f4f4f4;
    border-radius: 3px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    color: black;
    font-size: 14px;
}

.page-password .user-info .user-password .box-password input.pw-verify {
    width: 300px;
}

.page-password .user-info .user-password .box-password .btn-get-code {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*border: 1px solid #013C8A;*/
    background-color: #cecece;
    box-sizing: border-box;
    border-radius: 3px;
    float: right;
    color: #FFFFFF;
    font-size: 14px;
}

.page-password .user-info .user-password .box-password .btn-get-code-color{
    background-color: #2A71FF;
}

.page-password .user-info .user-password .box-password .btn-get-code-color:hover {
    background-color: #FFB400;
    color: white;
    transition: background-color 200ms linear;
}

.page-password .user-info .user-password .box-password .placeholder {
    position: absolute;
    height: 100%;
    text-align: left !important;
    padding-left: 10px;
    color: #cbcbcb;
}

.page-password .user-info .user-password .box-password .tips-wrong {
    text-align: left;
    font-size: 12px;
    margin-top: -12px;
    color: red;
    /* display: none; */
}

.page-password .user-info .btn-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.page-password .user-info .btn-close:hover {
    width: 20px;
    height: 20px;
    top: 19px;
    right: 19px;
    transform: rotate(90deg);
    transition: transform 200ms linear;

}

.page-password .user-info .user-password .btn-confirm {
    /*background-color: #013C8A;*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    border-radius: 3px;
    background-color: #2A71FF;
    background: -webkit-gradient(linear, 0 0, 0 0, from(#6FBEF7), to(#2A71FF));
    background: -webkit-linear-gradient(left,#6FBEF7, #2A71FF);
    background: -moz-linear-gradient(left,#6FBEF7, #2A71FF);
    -pie-background: linear-gradient(left,#6FBEF7, #2A71FF);
}

.page-password .user-info .user-password .btn-confirm:hover {
    background-image: none;
    background-color: #FFB400;
    -pie-background: #FFB400;
    transition: background-image 200ms linear;
    transition: background-color 200ms linear;
}

.page-password .user-info .box-tips-confirm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: white;
    display: none;
}

.page-password .user-info .box-tips-confirm table {
    text-align: center;
    position: relative;
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
}

.page-password .user-info .box-tips-confirm .ic {
    width: 100px;
    height: 100px;
    display: none;
}

.page-password .user-info .box-tips-confirm.done .ic-tips-done {
    display: inline-block;
}

.page-password .user-info .box-tips-confirm.failed .ic-tips-failed {
    display: inline-block;
}

.page-password .user-info .box-tips-confirm .value {
    font-size: 20px;
    padding-top: 40px;
    color: #013C8A;
    font-weight: bold;
}

.page-password .user-info .user-password .box-password .sign{
    width: 144px;
    display: inline-block;
    float: right;
    font-size: 14px;
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input {
    padding: 0 5px;
    box-sizing: border-box;
}

input:-moz-placeholder {
    color: #CBCBCB;
}

input:-ms-input-placeholder {
    color: #CBCBCB;
}

input::-webkit-input-placeholder {
    color: #CBCBCB;
}