﻿.r60 {
    border-radius: 60px;
}

.fl {
    float: left;
}

.clear {
    clear: both;
}

html {
    height: 100%;
}

.login-from {
    background: url("img/main-bg.png") repeat-x fixed center;
    min-height: 500px;
    height: 100%;
}

body {
    min-height: 500px;
    height: 100%;
    /*background: rgb(128,128,128);*/
    /*background: url("img/main-bg.png")  repeat-x fixed  center;*/
    background-position: 0px -140px;
    font-family: "Helvetica Neue","Microsoft Yahei","SimHei",sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    /*
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    */
}


.help-icon:hover {
    box-shadow: 0 0 6px #FFFFFF;
    border-radius: 30px;
}



.help-icon {
    float: right;
    cursor: pointer;
    left: 0;
    margin-top: -2px;
    bottom: 0;
    background-image: url("img/packed.png");
    background-position: 0px -150px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.v-separator {
    position: absolute;
    height: 1em;
    display: inline-block;
    margin: 2px 6px;
    right: 15%;
    border-left: 1px solid #e5e5e5;
    width: 10px;
}

@media (min-width:400px) {
    .loginbox {
        -moz-user-select: none;
        border: 0 solid transparent;
        cursor: default;
        margin: -180px 0 0 -180px;
        overflow: hidden;
        position: absolute;
        background-color: white;
        left: 50%;
        width: 360px;
        top: 50%;
        height: 360px;
        z-index: 5;
        border-radius: 60px;
    }
}

@media (max-width:400px) {
    .loginbox {
        -moz-user-select: none;
        border: 0 solid transparent;
        cursor: default;
        margin: -150px 0 0 -150px;
        overflow: hidden;
        position: absolute;
        background-color: white;
        left: 50%;
        width: 300px;
        top: 50%;
        height: 300px;
        z-index: 5;
        border-radius: 50px;
    }
}


.mainbox {
    border: 0 solid transparent;
    overflow: hidden;
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    background: url("img/main-bg.png") repeat-x fixed center;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}



.loginbox > .logo {
    height: 120px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    pointer-events: none;
    margin-bottom: 35px;
}

.loginbox > .sign-in-header {
    margin-top: 3px;
    color: #0e3c7b;
    font-size: 35px;
    pointer-events: none;
    text-align: center;
    font-family: "Helvetica Neue","Microsoft Yahei","SimHei",sans-serif;
}

.loginbox > .form-group {
    width: 83.333333333333333333%;
    margin: 18px auto;
    position: relative;
}

    .loginbox > .form-group > .form-control {
        font-size: 19px;
        color: #333333;
        font-family: 微软雅黑;
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        box-sizing: border-box;
        line-height: 40px;
        height: 40px;
        padding: 2px 12px;
        box-shadow: none;
    }

        .loginbox > .form-group > .form-control:focus {
            border-radius: 0;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            box-shadow: none;
        }

.loginimg {
    margin-right: -10px;
    width: 26px;
    height: 26px;
    background-image: url('img/btn-login-invalid.png');
    border: none;
    background-color: white;
    border-radius: 10px;
}

.loginbox #btnSubmit {
    position: absolute;
    top: 6px;
    right: 0;
    cursor: default;
}

.errorbox_view {
    cursor: default;
    overflow: hidden;
    position: absolute;
    margin: 0px;
    border: solid 0 transparent;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.errorbox {
    margin-left: -154px;
    left: 50%;
    width: 300px;
    top: 50%;
    position: absolute;
    margin-top: 116px;
    height: 51px;
    z-index: 500;
    opacity: 1;
    overflow: visible !important;
}


.error_background {
    z-index: 1;
    position: absolute;
    left: -17px;
    top: -32px;
    right: -17px;
    bottom: -17px;
    pointer-events: none;
}

    .error_background > div {
        position: absolute;
    }

.error_tl {
    width: 36px;
    height: 41px;
    top: 15px;
    left: 0px;
    background-image: url('img/errorbox_icon.png');
    background-position: 0px -56px;
    background-repeat: no-repeat;
}

.error_tlc {
    left: 36px;
    top: 15px;
    height: 41px;
    background-image: url('img/errorbox_icon.png');
    background-position: 0px -255px;
    background-repeat: repeat-x;
}

.error_tc {
    width: 48px;
    height: 56px;
    top: 0px;
    background-image: url('img/errorbox_icon.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.error_trc {
    right: 84px;
    top: 15px;
    width: 30px;
    height: 41px;
    background-image: url('img/errorbox_icon.png');
    background-position: 0px -255px;
    background-repeat: repeat-x;
}

.error_tr {
    width: 36px;
    height: 41px;
    top: 15px;
    right: 0px;
    background-image: url('img/errorbox_icon.png');
    background-position: 0px -179px;
    background-repeat: no-repeat;
}

.error_cl {
    width: 36px;
    top: 56px;
    bottom: 41px;
    left: 0px;
    background-image: url('img/errorbox_icon2.png');
    background-position: -36px 0px;
    background-repeat: repeat-y;
}

.error_c {
    left: 36px;
    top: 56px;
    right: 36px;
    bottom: 41px;
    background: url('img/errorbox_icon3.png');
}

.error_cr {
    width: 36px;
    top: 56px;
    bottom: 41px;
    right: 0px;
    background-image: url('img/errorbox_icon2.png');
    background-position: 0px 0px;
    background-repeat: repeat-y;
}

.error_bl {
    width: 36px;
    height: 41px;
    bottom: 0px;
    left: 0px;
    background-image: url('img/errorbox_icon.png');
    background-position: 0px -138px;
    background-repeat: no-repeat;
}

.error_b {
    left: 36px;
    right: 36px;
    bottom: 0px;
    height: 41px;
    background-image: url('img/errorbox_icon.png');
    background-position: 0px -296px;
    background-repeat: repeat-x;
}

.error_br {
    width: 36px;
    height: 41px;
    bottom: 0px;
    right: 0px;
    background-image: url('img/errorbox_icon.png');
    background-position: 0px -97px;
    background-repeat: no-repeat;
}

.error_message {
    font-size: 15px;
    z-index: 2;
    position: absolute;
    left: 45px;
    top: 7px;
    height: 15px;
    right: 85px;
    color: #503E30;
    font-weight: 500;
}

.error_description {
    font-size: 15px;
    z-index: 2;
    position: absolute;
    top: 27px;
    bottom: 7px;
    color: #503E30;
    left: 45px;
    font-weight: 300;
    text-align: center;
}

.link_footer {
    position: absolute;
    bottom: 14px;
    right: 10px;
    left: 10px;
    height: auto;
    -webkit-font-smoothing: antialiased;
    text-align: right;
    font-size: 13px;
    font-family: STSong;
    color: rgba(255,255,255,0.8);
    z-index: 4;
}

.footer-link-separator {
    background-color: #e6eaed;
    background-color: rgba(230,234,237,0.2);
    display: inline-block;
    width: 1px;
    height: 10px;
    vertical-align: baseline;
}

.link_footer a:hover {
    text-decoration: linen;
    color: rgba(0,0,255,0.8);
}

.link_footer a {
    text-decoration: none;
    color: rgba(255,255,255,0.8);
}

/*main页面的Style*/
.appitem-box {
    height: auto;
    margin: 10px 0px;
}

.m1 {
    margin-top: 90px;
}

.app-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 15px;
}


.appitem {
    width: 150px;
    height: 170px;
    text-align: center;
    position: relative; /*模块内部审核徽标定位*/
}

    .appitem a {
        text-decoration: none;
        cursor: pointer;
    }



    .appitem .appitem_img {
        /*border: 3px solid #ccc;
        border-radius: 10px;*/
        position: relative;
    }

        .appitem .appitem_img:hover {
            /*border: 3px solid white;
                position: relative;
           */
            filter: alpha(opacity=40);
            -moz-opacity: 0.4;
            opacity: 0.4;
        }

    .appitem span {
        display: block;
        font-family: 'Microsoft YaHei';
        pointer-events: all;
        pointer-events: none;
        color: rgba(255, 255, 255, 1);
        font-size: 18px;
        text-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
        padding-top: 10px;
    }




/* 默认样式（大屏幕 ≥1200px） */
.appitem {
    flex: 0 0 calc(16.666% - 20px); /* 6列布局 */
    max-width: calc(16.666% - 20px);
    text-align: center;
}

    .appitem img {
        /*                width: 100%;*/
        border-radius: 42px;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

/* 中等屏幕（992px~1199px） */
@media (max-width: 1199px) {
    .appitem {
        flex: 0 0 calc(50% - 20px); /* 4列布局 */
        max-width: calc(25% - 20px);
    }

        .appitem img {
            border-radius: 22px;
        }
}

/* 小屏幕（768px~991px） */
@media (max-width: 991px) {
    .appitem {
        flex: 0 0 calc(33.333% - 20px); /* 3列布局 */
        max-width: calc(50% - 20px);
    }

        .appitem img {
            border-radius: 22px;
        }
}

/* 移动端适配 */
@media (max-width: 768px) {
    .appitem {
        flex: 0 0 calc(50% - 20px); /* 2列布局 */
        max-width: calc(50% - 20px);
        height: 110px;
    }

        .appitem img {
            border-radius: 22px;
            width: 72px;
        }
}




.user_setting {
    position: absolute;
    right: 5px;
    top: 0px;
    width: 180px;
    height: 50px;
    z-index: 10;
    outline: 0;
    /*font-family: "SimHei";*/
    color: #fff;
    font-size: 16px;
    /*background-color: white;*/
}

    .user_setting a {
        color: #ccc;
        cursor: pointer;
        text-decoration: none;
    }


.user_view {
    cursor: default;
    overflow: hidden;
    position: absolute;
    margin: 0px;
    right: 33%;
    border: solid 0 transparent;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.user_img {
    width: 28px;
    height: 28px;
}

.user_img_left {
    float: right;
    margin-top: -2px;
}

.setting_title {
    position: absolute;
    /*right: 10%;*/
}

.user_nav {
    list-style: none;
    width: 80px;
    padding-left: 0;
}

.dropdown-toggle a:hover {
    color: white;
}

.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,0.2);
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.minwidth {
    min-width: 80px;
}

.dropdown-menu li a:hover {
    background-color: #808080;
}

.red {
    color: red;
}


.modal-body {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px;
}

.abLabel {
    padding: 5px;
    padding-left: 12px;
    margin-top: 3px !important;
    text-align: left;
    vertical-align: middle;
    font-weight: bold !important;
}

.abLabel-1 {
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}

.label-top-3 {
    margin: 0px;
    padding-top: 3px;
}
