.mc_modal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 2000;
}

.mc_modal .mc_mask {
    position: absolute;
    background: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.45;
}

.mc_modal .mc_pop{
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgb(0 0 0/ 30%);
    background-color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
}
.mc_modal .mc_success{
    margin: 20px;
    vertical-align: middle;
}
.mc_modal .mc_success::before {
    display: inline-block;
    width: 22px;
    height: 22px;
    content: "";
    background: url(../images/icon.png) no-repeat -50px -550px;
    vertical-align: middle;
}
.mc_modal .ms_sys_text{
    display: inline-block;
    vertical-align: middle;
    width: 270px;
}
.mc_modal_close{width: 50px;height: 50px;position: absolute;top: 0;right: 0;cursor: pointer;}
.mc_modal_close::before, .mc_modal_close::after{content: '';width: 2px;height: 15px;background: #fff;position: absolute;top: 18px;right: 24px;}
.mc_modal_close::before {transform: rotate(45deg);}
.mc_modal_close::after {transform: rotate(-45deg);}
.mc_header{
    font-size: 14px;
    height: 50px;
    background: #118d5b;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.mc_header span {
    padding-left: 20px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.mc_body{margin: 40px 40px 0;}
.mc_sys{vertical-align: middle;}
.mc_warning::before {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    content: "";
    background: url(../images/icon.png) no-repeat 0 -500px;
    vertical-align: middle;
}
.mc_info:before {
    display: inline-block;
    width: 28px;
    height: 26px;
    margin-right: 10px;
    content: "";
    background: url(../images/icon.png) no-repeat 0 -550px;
    vertical-align: middle;
}
.mc_footer{
    background-color: #fff;
    background-clip: padding-box;
    border-top: 1px solid #fff;
    padding: 20px 30px 30px;
    text-align: right;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.mc_footer .mc_btn_sure{
    color: #fff;
    background-color: #20a56e;
    border: 1px solid #20a56e;
    padding: 9px 24px;
    cursor: pointer;
    border-radius: 2px;
}
.mc_footer .mc_btn_cancel{
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 9px 24px;
    cursor: pointer;
    border-radius: 2px;
    margin-left: 5px;
}

#ms_box_sys .mc_pop{
    width: 400px;
    margin-left: -200px;
    margin-top: -112px;
    border-radius: 5px;
}

#ms_box_confirm .mc_pop{
    width: 400px;
    margin-left: -200px;
    margin-top: -112px;
    border-radius: 5px;
}

#mc_box_ok .mc_pop{
    width: 390px;
    margin-left: -195px;
    margin-top: -33px;
}
.mc_full{color: #ff0000}
.hd_right .mc_full{color: #ff0000}
#tips_text a{text-decoration: underline;color: #20a56e}
#tips_text a:hover{text-decoration: none;}
.mc_modal_t{border-radius:3px;box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);margin-top: -122px;}
.mc_modal_c{border-radius:3px;box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);}
.mc_modal_header{border-top-left-radius:3px;border-top-right-radius:3px;}
.mc_modal_footer{border-bottom-left-radius:3px;border-bottom-right-radius:3px;}
.mc_modal_body{margin: 20px 20px 0;}

.mc_table{width: 100%;table-layout: fixed;}
.mc_text{overflow: hidden; width:99%; white-space: nowrap;text-overflow: ellipsis;word-break: break-all;word-wrap: break-word;}
.mc_ta_c{text-align: center;}
.maskwhite{background: #000;}
.mc_hidden{display: none;}
.grey_lnk{color: #666;}
.grey_lnk:hover{text-decoration: underline;}
.page-nav .mc_alink{color: #20a56e;text-decoration: none;}
.page-nav .go_page{width: 25px;margin: 0 5px;}
.page-nav .mc_go {
    color: #fff;
    background-color: #20a56e;
    border-color: #357ebd;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #20a56e;
    border-radius: 4px;
    padding: 1px 6px;
    cursor: pointer;
    font-family: "Microsoft YaHei","Arial";
}
.page-nav .prev, .page-nav .next {
    color: #20a56e;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}
.page-nav a, .page-nav span{
    display: inline-block;
    margin: 0 4px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    user-select:none;
}
.page-nav a, .page-nav span.current{
    max-width:45px;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    width:auto;
}
.page-nav span.current{
    color: #fff;
}
.page-nav span.dot{
    color: #555;
    width:auto;
    padding: 0;
}
.page-nav a{
    color: #555;
}
.page-nav a:hover{text-decoration: underline;}
.txt_mw_126{max-width: 126px;}
.m_b_3{margin-bottom: 3px;}

#ms_box_pay em{color:#20a56e;}
#ms_box_pay .mc_pop{
    width: 300px;
    margin-left: -150px;
    margin-top: -72px;
    border-radius: 5px;
}
#ms_box_pay .mc_success{margin: 25px 20px;}