#wrap_body {
    top: 0;
}
#wrap_body_content div,#wrap_body_content input {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.body_content_left {
    position: relative;
    float: left;
    height: 100%;
    width: 270px;
    text-align: center;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    & .box_login {
        display: flex;
        flex-direction: column;
        border: 1px solid #ddd;
        padding: 10px;
        height: auto;
        overflow: hidden;
        & #frmLogin {
            display: flex;
            flex-direction: column;
            gap: 6px;
            & h3 {
                margin-top: 0;
                padding-top: 0;
            }
            & .btn_login {
                display: flex;
                width: 100%;
                padding: 6px 0;
                justify-content: center;
                align-items: center;
                background-color: var(--main_color);
                color: var(--col_white);
            }
            & .btn_menu {
                font-size: 12px;
                display: flex;
                flex-direction: row;
                gap: 6px;
                align-items: center;
                justify-content: center;

                & .wrap-btn-save {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 4px;
                    & label {
                        color: var(--main_color);
                        margin: 0;
                    }
                }
                & div::after {
                    content: " | ";

                }
                & div:last-child::after {
                    content: " ";
                }
            }
        }
    }
}

.body_content_left .box_login input[type=text],.body_content_left .box_login input[type=password] { width: 100%; height: 30px; margin-bottom: 3px; margin-top: 3px;}
#frmLogin { width: 100%; margin: 0 auto;}
#frmLogin h3 { font-size: 17px; color: #4f7ecc; font-weight: bold; width: 100%; text-align: left; margin-bottom: 3px;}
#frmLogin label { width: 100%; display: block; height: 30px; line-height: 30px; font-size: 12px; margin-bottom: 5px;}

.body_content_center {
    position: relative;
    float: left;
    margin-left: 15px;
    width: 630px;
    text-align: center;
    height: auto;
    background-color: #fff;
    padding-bottom: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    & .box_notice {
        width: 100%;
        height: auto;
        background:none;
        position: relative;
        & table {
            width: 100%;
            & td {
                text-align: center;
                & div {
                    display: flex;
                    flex-direction: row;
                    gap: 4px;
                    align-items: center;
                    height: 25px;
                }
            }
        }
        & h3 {
            text-align: left;
            border-bottom: 2px solid var(--main_color);
            margin: 0;
            padding: 10px 0;

        }
    }

}

.btn_more { position: absolute; right: 10px; top: 10px;}

.box_btn_login { width: 100%; height: 30px; line-height: 30px; border: 1px solid #ddd; position: relative; background-color: #4f7ecc;}

.btn_login .box_btn_login { color: #fff; font-size: 13px; }
.btn_login:hover .box_btn_login { text-decoration: none; color:#333;}

.box_btn_login:hover { background-color: #efefef; cursor: pointer;}
.box_btn_login:hover .btn_login { color: #333; cursor: pointer;}
.btn_menu {color: #999; }
.btn_menu > a {color: #666; }
.btn_menu > a:hover {text-decoration: none;}

.box_real_result {
    border: 1px solid #ddd;
    height: 35px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.box_real_result span { position: absolute; left: 0; top:0; width: 120px; height: 35px; color:var(--col_white) ;background-color:var(--main_color); line-height: 33px; text-align: center;}
.box_real_result ul { position: absolute; left: 130px; top:0; width: 420px; height: 35px; background-color: #fff; line-height: 33px; text-align: center;}
.box_real_result ul li { float: left; width: 100%;}

.box_new_bid { width: 100%; height: auto; display: flex;}

#tab_new table { width: 100%;}
#tab_new table th,#tab_new table td {
    padding: 3px;
}

#tab_new_bid {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}
#tab_new_bid table { width: 100%;}
#tab_new_bid table th,#tab_new_bid table td { padding: 3px;}

.body_content_left a > p { color: #666;}
.body_content_left a:hover { text-decoration: none;}
.body_content_right .box_list .box_service ul { float: left; display: block; position: relative; width: 100%; height: auto; margin-left: 15px; margin-top: 15px;}
.body_content_right .box_list .box_service li { width: 270px; float: left; margin-bottom: 15px; border-bottom: 1px solid #ddd; padding-bottom: 15px;}
.body_content_right .box_list .box_service li:last-child { border-bottom: none; padding-bottom: 0;}
.body_content_right .box_list .box_service { border: none; float: left; width: 100%; height: auto;position: relative;}
.body_content_right .box_list .box_service a,.body_content_left .box_edu a { display: block; width: 270px; height: auto; text-align: left;}
.body_content_right .box_list .box_service strong,.body_content_left .box_edu strong {background-image: url("/skin/v1.0/image/first/icon_right_arrow.png"); background-repeat: no-repeat; background-position: right; font-size: 22px;line-height: 29px; color: #000; letter-spacing: -.3px; font-weight: 500; margin-bottom: 10px; float: left; margin-left: -2px;}
.body_content_left .box_banner { margin-top: 0px; width: 100%; float: left; position: relative; margin-bottom: 15px;}
.body_content_left .box_banner a {position: relative; display: block; width: auto;padding: 0; margin: 0;}
.body_content_left .box_banner li {margin: 0; padding: 0; float: left; width: 100%;clear: both;}
.body_content_left .box_banner a > img { float: left; margin: 0; padding: 0;}
.body_content_right {
    float: left;
    width: 270px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: none;
    margin-left: 15px;
}
.body_content_right .box_call_center { width: 100%; height: 140px; background:none; position: relative; border-bottom: 1px solid #ddd; padding-bottom: 20px; position: relative; clear: both;}

.body_content_right .box_call_center ul { display: block; width: 100%;}
.body_content_right .box_call_center .phone_num { color: #1f1f1f;font-family: helvetica;font-size: 20px;font-weight: 700;padding: 0 0 7px;}
.body_content_right .box_call_center li { font-size: 11px; color: #666; width: 100%; float: left;}
.body_content_right .box_call_center .icon_phone { position: absolute; right: 5px; bottom: -3px;}
.body_content_right .box_remote_service { width: 100%; height: 85px; position: relative; border-bottom: 1px solid #ddd; padding-bottom: 10px; padding-top: 15px;}

.body_content_right .box_quick_menu { width: 100%; height: 50px; position: relative; clear: both; padding-top: 10px; border-top: 1px solid #ddd; margin-bottom: 0px;}
.body_content_right .box_quick_menu li {  width: 100%; float: left; height: 25px; line-height: 25px; margin-top: 7px;}
.body_content_right .box_quick_menu li a {  font-size: 14px; color: #333; text-decoration: underline;}
.body_content_right .box_quick_menu li a:hover { color:#4f7ecc; }

.body_content_left .box_list .box_bank { text-align: left; width: 100%; height: 120px; border-bottom: none; position: relative;}
.body_content_left .box_list .box_bank .acount { color: #1f1f1f;font-family: helvetica;font-size: 20px;font-weight: 700;padding: 0 0 10px;}
.body_content_left .box_list .box_bank .icon_bank_logo { position: absolute; right: 5px; bottom: 7px;}

.box_list { width: 100%; position: relative; height: auto; border: 1px solid #ddd;height: auto; padding: 15px; padding-right: 15px;float: left;}
.box_list h4{text-align: left; border-bottom: 1px solid #1f1f1f;margin-bottom: 10px; font-weight: 500; color: #000; float: left; width: 100%; padding-bottom: 5px;}
.box_list a {width: 100%; height: auto; display: inline-block; float: left; clear: both; }
.box_list a:hover { text-decoration: none;}
.box_list a strong {width: 100%; font-size: 23px; line-height: 29px; color: #000; letter-spacing: -.3px; font-weight: 500; margin-bottom: 10px; float: left; background-image: url("/skin/v1.0/image/first/icon_right_arrow.png"); background-size: 35px; background-repeat: no-repeat; background-position: right; background-position-x: 150px;}
.box_list a p { font-size: 12px; line-height: 18px; color: #666; float: left; width: 80%; }
.box_list a:visited p { color: #666; }
.box_list .box_bt_line { border-bottom: 1px solid #ddd; margin-bottom: 15px; padding-bottom: 10px;}
.box_anal ul { float: left; width: 100%; height: auto; margin-top: 10px; margin-bottom: 10px; padding: 0}
.box_anal li { float: left; width: 100%; height: auto; margin: 0; padding: 0; }
.box_list li.a_list { height: 25px; line-height: 25px;}
.box_list li.a_list a { font-size: 12px; color: #333; text-decoration: underline;}
.box_list li.a_list a:hover { color:#4f7ecc; }
.box_list .d_wrap { position: relative;}

.icon_folder { position: absolute; right: 1px; bottom: 13px;}
.box_balju { overflow: hidden;}
.box_balju .balju_link {position: relative; top: 30px; height: 25x;}
.box_balju li { width: auto; height: 25px; line-height: 25px; border-radius: 3px; background-color:#4f7ecc; margin-right: 9px; float: left;}
.box_balju li:last-child { margin-right: 0px; float: right;}
.box_balju li a { padding:0px 8px; color: #fff; width: 100%; height: auto; font-size: 10px;}
.box_balju li a:hover { }

.rel_link { width: 140px;height: 23px;border: 1px solid #ccc;line-height: 20px;float: left;margin-bottom: 4px;}
.box_link ul li { height: 30px; line-height: 30px;}
.box_link ul li span {float: right;position: relative;padding-left: 5px;}
.box_link ul li span a {width: 40px;height: 23px;display: block;text-indent: -9999px;background: url(/skin/v1.0/image/btn/btn_sitego.gif);}

.box_viewer li { width: 120px; height: 25px; line-height: 25px; text-align: left;}

.box_viewer li a span{ float: left;margin-right: 4px; }
.box_viewer li a p { float: left; }
.box_viewer li a:hover p { color: #4f7ecc !important; text-decoration: underline !important;}

.box_main_img { width: 100%; height: 210px; background-color: #efefef; text-align: center; position: relative; padding: 0; overflow: hidden; background: url(/skin/v1.0/image/first/main_banner.png) no-repeat center center; background-size: cover; }
.box_main_img h3 { display: none;}

.box_member li { width: 100%; text-align: left; height: 25px; line-height: 25px;}
.box_member li:first-child { width: 100%; text-align: left; height: auto; line-height: 25px;}
.box_member li a { width: auto; display: inline-block; float: none; color: #666; text-decoration: underline; margin-right: 25px; font-size: 12px;}
.box_member li a:last-child{ margin-right: 0;}
.box_member li a:hover { color: #4f7ecc;}
.box_member li.bt_line { border-bottom: 1px solid #ddd; margin-bottom: 5px; padding-bottom: 5px;}
.box_member .f_l { color: #666; }
.box_member .f_r { color: #000; font-size: 13px; }
.box_member .f_r a { color: #000; font-size: 13px; text-align: right; margin-right: 0;}

.box_site_banner ul:last-child{ margin-top: 25px;}
.box_site_banner li { width: 182px; float: left; height: 50px; border: 0px solid #ddd; margin-right: 10px; margin-bottom: 0px; padding-top: 5px;}
/* .box_site_banner li a {width: 182px; height: 52px;} */
.box_site_banner li a img {height: 40px;}
.box_site_banner li:last-child { margin-right: 0;}


.wrap-title {
    width: 100%;
    border: 1px solid var(--box-color);
    box-sizing: border-box;
    & .wrap-title-header {
        display: flex;
        flex-direction: row;
        width: 100%;
        box-sizing: border-box;
        & img {
            width: 100%;
        }
        & .inner-header {
            display: flex;
            padding: 10px 16px;
            background-color: var(--col-bg-gray);
            width: 100%;
            flex-direction: row;
            gap: 6px;
            align-items: center;
            font-size: 14px;
            font-weight: 700;
        }
        & .wrap-title-header-normal {
            display: flex;
            background-color: var(--col-bg-sky-blue);
            width: 100%;
            flex-direction: row;
            gap: 5px;
            align-items: center;
            padding: 8px 20px;
            & img {
                width: 45px;
            }
            & .wrap-title-header-normal-text {
                display: flex;
                flex-direction: column;
                gap: 4px;
                width: 100%;

                & h4 {
                    width: 100%;
                    margin: 0;
                    padding: 0;
                    font-size: 14px;
                    color: var(--main_color);
                    text-align: left;
                }
                & span {
                    color: var(--col_black);
                    text-align: left;
                }
            }

        }
    }
    & .wrap-title-body {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 10px 10px;
        & .wrap-title-body-list {
            display: flex;
            flex-direction: column;
            gap: 4px;
            width: 100%;
            & li {
                display: flex;
                flex-direction: row;
                width: 100%;
            }
            & a {
                display: flex;
                flex-direction: row;
                gap: 10px;
                width: 100%;
                align-items: center;
                padding: 4px 16px;
                justify-content: center;
                & .title-num {
                    font-size: 16px;
                    color: var(--main_color);
                    font-style: italic;
                    font-weight: 800;
                }
                & i {
                    margin-left: auto;
                    color:var(--main_color);
                    font-size: 14px;
                }
                & h4 {
                    margin: 0;
                    padding: 0;
                    font-size: 15px;
                    color: var(--col_black);
                }
            }
            & a:hover {
                background-color: var(--main_color);
                & .title-num, i, h4 {
                    color: var(--col_white);
                }

            }
            &.type-row {
                flex-direction: row;
                padding: 10px 0;
                justify-content: center;
                gap: 4px;
                & li {
                    width: auto;
                }
                & a {
                    color: var(--col_black);
                    border: 1px solid var(--main_color);
                    border-radius: 6px;
                    line-height: 16px;
                    padding: 10px 15px;
                    letter-spacing: -1px;
                    font-weight: 500;
                }
                & a:hover {
                    text-decoration: none;
                    color: var(--col_white);
                }
            }
        }
        & .wrap-title-body-viewer {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 0 10px;
            & .viewer-item {
                width: 50%;
                display: flex;
                flex-direction: row;
                gap: 10px;
                padding: 5px 10px;
                & a {
                    display: flex;
                    flex-direction: row;
                    gap: 4px;
                    width: 100%;
                    color: var(--col_black);
                    font-weight: 600;
                }
                & img {
                    width: 21px;
                }
            }
        }
        & .wrap-body-icon {
            display: flex;
            flex-direction: row;

            & .wrap-body-icon-item {
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                text-align: center;
                font-weight: 700;
                font-size: 11px;
                cursor: pointer;
                padding: 15px 10px;
                & img {
                    width: 36px;
                }
                &:hover {
                    background-color: var(--col-bg-sky-blue);
                    text-decoration: none;

                }
            }
        }
    }
}

.wrap-banner {
    width: 100%;
    padding: 18px 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--box-color);
    box-sizing: border-box;
    &:hover {
        text-decoration: none;
        background-color: var(--col-bg-sky-blue);

    }
    & .wrap-banner-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    & img {
        width: 45px;
    }
    & .wrap-banner-text {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: start;
        & h4 {
            font-size: 14px;
            letter-spacing: -1px;
            font-weight: 500;
            margin: 0;
            padding: 0;
        }
        & span {
            font-size: 12px;
            color: var(--col_black);

            &.btn-txt {
                width: auto;
                background-color: var(--main_color);
                padding: 2px 10px;
                font-size: 11px;
                color: var(--col_white);
            }
        }

    }
}

.right-banner-img {
    display: flex;
    flex-direction: row;
    height: auto;
    width: 100%;
    & ul {
        list-style: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2px;
        align-items: center;
        justify-content: center;
        & li {
            list-style: none;
            width: 100%;
            margin: 0;
            padding: 0;
            & img {
                width: 100%;
            }
        }
    }
}