﻿/*数据加载覆盖层*/
#loadingPage .loading-shade {
    cursor: wait;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    filter: alpha(opacity=00);
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100009;
}

#loadingPage .loading-content {
    cursor: default;
    position: fixed;
    z-index: 100019;
    width: auto;
    border: 1px solid rgb(187, 187, 187);
    height: 80px;
    line-height: 80px;
    padding-left: 80px;
    padding-right: 20px;
    border-radius: 10px;
    color: rgb(102, 102, 102);
    font-size: 20px;
    left: 0px;
    top: 0px;
    background: url(../Images/other/loading.gif) 5px 50% no-repeat rgb(255, 255, 255);
    box-shadow: 0 1px 15px rgba(0,0,0,.175);
}

/*会员等级*/
.userlevel_mid em {
    height: 24px;
    width: 27px;
    display: inline-block;
    background: url(../Images/user_center/login/icon3.png) no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

    .userlevel_mid em.free {
        background-position: -63px -88px;
    }

    .userlevel_mid em.zzun {
        background-position: -90px -88px;
    }

    .userlevel_mid em.zshi {
        background-position: -61px -122px;
    }

    .userlevel_mid em.zvip {
        background-position: -122px -91px;
    }

    .userlevel_mid em.yzuan {
        background-position: -90px -122px;
    }

    .userlevel_mid em.jzuan {
        background-position: -124px -122px;
    }

    .userlevel_mid em.dwang {
        background-position: -68px -152px;
    }

.userlevel_min em.qiye {
    background-position: -68px -233px;
}

.userlevel_min em {
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url(../Images/user_center/login/icon3.png) no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

    .userlevel_min em.free {
        background-position: -103px -30px;
    }

    .userlevel_min em.zzun {
        background-position: -126px -30px;
    }

    .userlevel_min em.zshi {
        background-position: -106px -10px;
    }

    .userlevel_min em.zvip {
        background-position: -106px -10px;
    }

    .userlevel_min em.yzuan {
        background-position: -83px -10px;
    }

    .userlevel_min em.jzuan {
        background-position: -129px -10px;
    }

    .userlevel_min em.dwang {
        background-position: -82px -30px;
    }

    .userlevel_min em.qiye {
        background-position: -68px -209px;
    }
/*通用幻灯图样式*/
.superSlideBub {
    position: relative;
    background: #fff;
    margin: 0 auto;
}

    .superSlideBub .bd {
        position: relative;
        z-index: 0;
    }

        .superSlideBub .bd li img {
            width: 100%;
            vertical-align: top;
        }

    .superSlideBub .hd {
        position: relative;
        z-index: 1;
        margin-top: -30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        /*background: #000;*/
        filter: alpha(opacity=30);
        /*opacity: 0.3;*/
    }

        .superSlideBub .hd ul {
            text-align: center;
            padding-top: 5px;
        }

            .superSlideBub .hd ul li {
                cursor: pointer;
                display: inline-block;
                width: 11px;
                height: 11px;
                margin: 5px;
                background: url(/content/images/home/banner-icon.png) no-repeat -3px -2px;
                overflow: hidden;
                font-size: 0;
                border-radius: 10px;
            }

            .superSlideBub .hd ul .on {
                background-position: 0 0;
                background-color: #fff;
            }

    .superSlideBub .prev, .superSlideBub .next {
        z-index: 1;
        display: block;
        width: 55px;
        height: 55px;
        position: relative;
        margin: -27% 0 0 3%;
        float: left;
        background: url(images/arrow.png) 0 0 no-repeat;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }

    .superSlideBub .next {
        background-position: right 0;
        float: right;
        margin-right: 3%;
    }

        .superSlideBub .prev:hover, .superSlideBub .next:hover {
            filter: alpha(opacity=80);
            opacity: 0.8;
        }


/*商铺财富通认证*/
.shop_window {
    width: 169px;
    height: 162px;
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 10000;
}

    .shop_window a {
        display: block;
        width: 169px;
        height: 162px;
        background: url(/Content/images/shop/common/wid01.png) no-repeat;
        position: relative;
    }

.certificate {
    display: inline-block;
    background: url(/content/images/shop/common/rz_icon.gif) no-repeat;
}

.certificate_1 {
    width: 24px;
    height: 22px;
    background-position: 0 0;
}

.certificate_2 {
    width: 24px;
    height: 22px;
    background-position: 0 -25px;
}

.certificate_3 {
    width: 24px;
    height: 22px;
    background-position: 0 -52px;
}

/*广告左下角*/
.advcontain li {
    position: relative;
}

.advcontain .dingwei {
    background-color: #000;
    border-radius: 0 2px 2px 0;
    bottom: 0;
    color: #fff;
    font-size: 10px;
    height: 14px;
    left: 0;
    line-height: 14px;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
}

/*留言成功后覆盖层*/
#messageOk {
    display:none;
}
#messageOk .lay-shade {
    cursor: wait;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=00);
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100009;
}

#messageOk .lay-content {
    display:none;
    width: 498px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 20%;
    left:50%;
    margin-left: -249px;
    z-index: 100010;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    position: fixed;
    box-shadow: 0 1px 15px rgba(0,0,0,.175);
}

#messageOk .close {
    width: 9px;
    height: 9px;
    position: absolute;
    right: 11px;
    font-style: normal;
    top: 0;
    color: #ddd;
    font-size: 20px;
    cursor: pointer;
}

#messageOk .lay-con-head {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 12pt;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
    text-align: center;
    border-radius: 10px;
}

#messageOk .lay-con-body {
    position: relative;
    padding: 10px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
}
    #messageOk .lay-con-body .hssw_erweima {
        margin: 0 auto;
    }

#messageOk .lay-con-foot {
    width: 200px;
    height: 38px;
    border-radius: 5px;
    display: block;
    margin: 10px auto;
    color: #FFFFFF;
    background: #fa1111;
    border: none;
    margin-bottom: 20px;
}

#messageOk .but-ok {
    width: 200px;
    height: 38px;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    color: #FFFFFF;
    background: #fa1111;
    border: none;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
#messageOk .lytc-ok {
    text-align: center;
}
#messageOk .gxn-cg {
    text-align: center;
    color: #d70c19;
    font-weight: normal;
    font-size: 22px;
    margin: 14px 0 0 0;
}
#messageOk .sm-ts {
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}
#messageOk .messPwarn {
    font-size: 14px;
    color: #6c6c7e;
    margin: 10px 0 10px 0;
}

/*通用弹框*/
.suodTanc {
    display:none;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

    .suodTanc .suodTanc_content {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 400px;
        background: white;
        border-radius: 10px;
    }

    .suodTanc .suodCloseBtn {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 15px;
        right: 15px;
        background: url(/Content/Images/suodTancclose.png) no-repeat center;
        cursor: pointer;
    }

    .suodTanc .tanc_content_tit {
        height: 40px;
        background-color: #eee;
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid #eee;
        line-height: 40px;
        color: #333;
        text-align: center;
    }

    .suodTanc .tanc_content_body {
        text-align: center;
        min-height: 98px;
        padding: 20px 30px;
        color: #333;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 26px;
        flex-wrap: wrap;
    }

    .suodTanc .tanc_content_foot {
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        padding: 0px 56px;
        margin-bottom: 30px;
    }

    .suodTanc .cancelBtn {
        width: 100px;
        height: 38px;
        border-radius: 5px;
        display: block;
        margin: 0 auto;
        color: #fa1111;
        border: 1px solid #fa1111;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        line-height: 38px;
    }

    .suodTanc .confirmBtn {
        width: 100px;
        height: 38px;
        border-radius: 5px;
        display: block;
        margin: 0 auto;
        color: #fff;
        background: #fa1111;
        border: none;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        line-height: 38px;
    }

    .suodTanc .cancelBtn:hover {
        color: #da0e0e;
        border: 1px solid #da0e0e;
        cursor: pointer;
    }

    .suodTanc .confirmBtn:hover {
        background: #da0e0e;
        cursor: pointer;
    }

    .suodTanc .tanc_content_body p {
        margin: 0;
    }

    .suodTanc .tanc_content_body a:hover {
        text-decoration: underline;
    }

.suodTanc2 {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

    .suodTanc2 .suodTanc_content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 500px;
        background: white;
        border-radius: 10px;
    }

    .suodTanc2 .suodCloseBtn {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 15px;
        right: 15px;
        background: url(/Content/Images/suodTancclose.png) no-repeat center;
        cursor: pointer;
    }

    .suodTanc2 .tanc_content_tit {
        height: 40px;
        background-color: #eee;
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid #eee;
        line-height: 40px;
        color: #333;
        text-align: center;
    }

    .suodTanc2 .tanc_content_body {
        text-align: center;
        min-height: 98px;
        padding: 20px 30px;
        color: #333;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 26px;
        flex-wrap: wrap;
    }

    .suodTanc2 .tanc_content_foot {
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        padding: 0px 56px;
        margin-bottom: 30px;
    }

    .suodTanc2 .cancelBtn {
        width: 100px;
        height: 38px;
        border-radius: 5px;
        display: block;
        margin: 0 auto;
        color: #fa1111;
        border: 1px solid #fa1111;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        line-height: 38px;
    }

    .suodTanc2 .confirmBtn {
        width: 100px;
        height: 38px;
        border-radius: 5px;
        display: block;
        margin: 0 auto;
        color: #fff;
        background: #fa1111;
        border: none;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        line-height: 38px;
    }

    .suodTanc2 .cancelBtn:hover {
        color: #da0e0e;
        border: 1px solid #da0e0e;
        cursor: pointer;
    }

    .suodTanc2 .confirmBtn:hover {
        background: #da0e0e;
        cursor: pointer;
    }

    .suodTanc2 .tanc_content_body p {
        margin: 0;
        padding:0;
    }

    .suodTanc2 .tanc_content_body a:hover {
        text-decoration: underline;
    }

.vip_icon{overflow: hidden;margin-top: 20px;}
.vip_icon p{float: left;}
.vip_icon .vip_left{display: block;width: auto;height: 21px;margin-right: 5px;float: left;border-radius: 2px;}
.vip_icon .vip_right{font-size: 14px !important;line-height: 18px !important;}
.vip_icon .vip_right span{padding: 0 !important;}

.common_all_center {text-align:center;}