.sider-wrapper .card-header,
.step-wrapper p span {
    background: url(../images/img.gif) no-repeat;
}

.page-wrapper {
    min-height: 100%;
    margin-bottom: -81px;
}

.header-wrapper {
    width: 100%;
    margin-bottom: 10px;
}

.header-box {
    width: 960px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
}

.header-box .logo {
    float: left;
    width: auto;
    height: 34px;
    margin-top: 23px;
    background-position: 0 0;
}

.header-box .menu-box {
    float: right;
}

.header-box .menu-box a {
    color: #fff;
    font-size: 14px;
    margin: 0 15px;
}

.card-wrapper {
    border: 1px solid #ccc;
    margin-top: 12px;
}

.card-wrapper .card-header {
    font-weight: bold;
    padding-left: 20px;
    color: #555;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    height: 36px;
    line-height: 36px;
}

.card-wrapper .card-content {
    padding-bottom: 10px;
    line-height: 24px;
    margin: 10px 15px;
}

.card-wrapper .card-content p {
    margin-top: 7px;
}

.sider-wrapper .card-wrapper .card-header {
    padding-left: 35px;
}

#zysx .card-header {
    background-position: -285px -57px;
}

.main-wrapper {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 80px;
}

.main-wrapper .sider-wrapper {
    width: 270px;
}

.main-wrapper .main-content-wrapper {
    width: 670px;
}

.bulletin-wrapper {
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin: 12px 0;
    overflow: hidden;
}

.bulletin-wrapper .title {
    float: left;
}

.bulletin-wrapper .values {
    float: left;
    width: 855px;
    white-space: pre-wrap;
}

.list-wrapper li {
    margin-top: 10px;
    width: 100%;
}

.list-wrapper li a {
    height: 40px;
    line-height: 40px;
    display: block;
    padding-left: 30px;
    font-size: 16px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.list-wrapper li a.bold {
    font-weight: 600;
}

.list-wrapper li a span {
    width: 150px;
    text-align: center;
    color: #fff;
    float: right;
    font-weight: 400;
}

.step-wrapper {
    display: block;
    margin-top: 12px;
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px 0 10px;
    height: 72px;
}

.step-wrapper .bor {
    width: 480px;
    height: 3px;
    display: inline-block;
    background: #bebebe;
    position: absolute;
    left: 90px;
    top: 35px;
    z-index: 0;
    overflow: hidden;
}

.step-wrapper p {
    width: 160px;
    height: 70px;
    position: relative;
    z-index: 10;
    /* display: inline-block; */
    float: left;
}

.step-wrapper p span {
    width: 30px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    display: inline-block;
    background-position: -254px -33px;
    font-family: Arial;
}

.step-wrapper p b {
    display: block;
    margin-top: 10px;
    color: #aaa;
}

.step-wrapper p.bg span {
    background-position: -254px 0;
}

/* .step-wrapper p.bg b {
color: #d20000;
} */

.footer-wrapper {
    width: 100%;
    padding: 25px 0;
    line-height: 30px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.footer-wrapper a {
    margin-right: 15px;
}

.btnBox {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 30px 0 20px;
}

.layui-btn {
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.layui-btn + .layui-btn {
    margin-left: 10px;
}

.layui-btn-danger {
    background-color: #FF5722;
}

.zfbor {
    width: 100%;
    height: 20px;
    display: inline-block;
    border-top: 1px dashed #ccc;
}

.layui-btn-search {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 15px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
}

.layui-btn-reset {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 15px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #e0e0e6;
}

/* 主题一 */

.theme-one .header-wrapper {
    background: #b82929;
}

.theme-one .list-wrapper li a {
    border-left: 2px solid #b82929;
}

.theme-one .list-wrapper li a span {
    background: #b82929;
}

.theme-one .step-wrapper p.bg b {
    color: #d20000;
}

.theme-one .main-wrapper .card-wrapper .card-header {
    border-bottom: 1px solid #b82929;
}

.theme-one .layui-btn-search {
    background-color: #b82929;
    border: 1px solid #b82929;
}

/* 主题二 */

.theme-two .header-wrapper {
    background: #02a7f0;
}

.theme-two .list-wrapper li a {
    border-left: 2px solid #02a7f0;
}

.theme-two .list-wrapper li a span {
    background: #02a7f0;
}

.theme-two .step-wrapper p.bg b {
    color: #d20000;
}

.theme-two .main-wrapper .card-wrapper .card-header {
    border-bottom: 1px solid #02a7f0;
}

.theme-two .layui-btn-search {
    background-color: #02a7f0;
    border: 1px solid #02a7f0;
}

/*留言*/
.message-wrapper {
    width: 960px;
}

.message-form-wrap .inputGroup {
    margin-bottom: 20px;
}

.message-box {
    overflow: hidden;
}

.message-box .layui-form-label {
    float: left;
}

.content-box {
    position: relative;
    float: left;
}

.content-box .show-cont {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 100;
}

.message-form-wrap .input-body {
    border: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
    width: 400px;
    padding: 0 10px;
}

.message-form-wrap .layui-form-label {
    width: 180px;
    display: inline-block;
    text-align: right;
    padding-right: 20px;
}

.message-form-wrap .input-textarea {
    height: 150px;
    line-height: 22px;
}

.message-form-wrap .text-submit {
    margin-left: 200px;
    width: 100px;
    margin-bottom: 50px;
}

.message-form-wrap .input-select {
    width: 420px;
}


.order-wrapper {
    width: 960px;
}

.search {
    border-top: 1px solid #ccc;
    padding: 25px 5px;
}

.search .input {
    width: 230px;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    box-sizing: inherit;
}

.order-wrapper thead {
    display: table-header-group;
    background-color: #f0f4f6;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 10px 5px;
}

.pay-list table tr td:last-child {
    width: auto;
    line-height: 46px;
}


.order-wrapper .pay-list {
    padding: 14px 6px;
}

.pay-list table thead th {
    font-weight: 700;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #ccc;
}

.pay-list table tr td:first-child {
    text-align: center;
}

.des-remark {
    padding: 10px;
    line-height: 1.8;
}

#orderData tr td {
    border: 1px solid #ccc;
    text-align: center;

}


.must-read-wrapper .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: Alpha(opacity=40);
    z-index: 9999;
}

.must-read-wrapper .must-read-content {
    position: fixed;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    margin-top: -240px;
    margin-left: -360px;
    background-color: #fff;
    padding: 40px;
    width: 640px;
    height: 400px;
    border-radius: 5px;
    z-index: 10000;
}

.must-read-wrapper .must-read-content .contents {
    height: 368px;
    padding-bottom: 20px;
    overflow: auto;
}

.must-read-wrapper a {
    color: #2d8cf0;
}

.must-read-wrapper b, .must-read-wrapper strong {
    font-weight: bold;
}

.must-read-wrapper ul {
    padding-left: 20px;
}

.must-read-wrapper li {
    margin: 10px 0;
}

.must-read-wrapper p {
    margin: 10px 0;
    line-height: 1.5;
}

.must-read-wrapper .title {
    text-align: center;
}

.must-read-wrapper .close-icon {
    z-index: 10001;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
}

.must-read-wrapper .close-btn-box {
    margin: 10px auto;
    text-align: center;
}

.must-read-wrapper .must-read-content .close-btn {
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    background: #FF5722;
    color: white;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.alert-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.alert-popup .alert-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 15px;
    width: 300px;
    height: 120px;
    border-radius: 5px;
    z-index: 10000;
}

.alert-popup .alert-content .title {
    font-size: 16px;
    font-weight: 600;
}

.alert-popup .alert-content .alert-main {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.alert-popup .alert-content .confirm-btn {
    width: 100px;
    line-height: 28px;
    background-color: #18a058;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;

}

/* 联系客服 */

.left-contact-box {
    font-size: 12px;
    background: #29a7e2;
    position: fixed;
    top: 250px;
    right: 0px;
    z-index: 1500;
    border-radius: 6px 0 0 6px;
    /* height: 160px; */
    max-width: 250px;
    padding: 5px;
}

.left-contact-swiper {
    font-size: 12px;
    background: #29a7e2;
    position: fixed;
    right: 0px;
    _position: absolute;
    z-index: 1500;
    border-radius: 6px 0 0 6px;
    width: 30px;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.left-contact-swiper a {
    position: relative;
    z-index: 9;
    top: 0;
    left: -2px;
    background-image: url('../images/shopnc.png');
    background-repeat: no-repeat;
    display: block;
    height: 150px;
    font-size: 0;
    cursor: pointer;
}

.left-contact-swiper .btnCtn {
    background-position: -410px 0;
    transform: scale(0.8);
}

.left-contact-swiper .btnOpen {
    background-position: -450px 0;
    transform: scale(0.8);
}

.left-contact-content {
    float: left;
    /* padding-left: 5px; */
    overflow: hidden;
    display: block;
    /* height: 300px; */
    width: 220px;
    box-sizing: content-box;
}

.left-contact-content div {
    background: #fff;
    border-radius: 6px;
    padding-bottom: 5px;
    /* margin-top: 4px; */
}

.left-contact-content h3 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    padding: 5px;
    text-align: center;
}

.left-contact-content ul li {
    line-height: 32px;
    /* min-height: 32.5px; */
    overflow: hidden;
    text-align: left;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

.left-contact-content ul li img {
    width: 90px;
}

.left-contact-content ul li span,
.left-contact-content ul li a {
    color: #777;
}


#dhxx .card-header {
    background-position: -285px 2px;
}

#jlzs .card-header {
    background-position: -285px -28px;
}

#jlzs .card-header, #fjzs .card-header, #zbzs .card-header, #jfzs .card-header {
    background-position: -285px -28px;
}

#dhxx .card-content {
    line-height: 30px;
}

#dhxx .card-content span {
    color: #d20000;
}

#jlzs .card-content, #fjzs .card-content, #zbzs .card-content, #jfzs .card-content {
    overflow: hidden;
    line-height: 30px;
}

#jlzs .card-content li, #fjzs .card-content li, #zbzs .card-content li, #jfzs .card-content li {
    width: 100%;
    display: inline-block;
    padding: 3px 0;
    border-top: 1px dashed #ddd;
    margin-top: -1px;
    font-size: 12px;
}

#jlzs .card-content span, #fjzs .card-content span, #zbzs .card-content span, #jfzs .card-content span {
    margin-left: 3px;
}

#zysx .card-content {
    padding-bottom: 10px;
    line-height: 24px;
}

#zysx .card-content li {
    margin-left: 20px;
    margin-top: 7px;
    list-style: decimal;
}

.card-wrapper .qdList {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-bottom: 0;
}

.qdList li {
    width: 126px;
    height: 72px;
    float: left;
    padding: 10px 20px;
    border-right: 1px solid #ccc;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center;
}

.qdList li:nth-child(4n) {
    border-right: none;
}

.qdList li a {
    display: block;
    cursor: pointer;
}

.qdList li a:hover {
    text-decoration: none;
}

.qdList li b {
    display: block;
    color: #333;
    font-size: 15px;
}

.qdList li span {
    font-size: 12px;
    color: #999;
}

.qdList li span i {
    color: #b82929;
    font-style: normal;
    font-size: 14px;
}

.qdList li p {
    width: 80px;
    height: 24px;
    background: #32b8a0;
    color: #fff;
    text-align: center;
    display: none;
    margin: 0 auto;
    margin-top: 10px;
}

.qdList li.now {
    background: #fff;
}

.qdList li.now p {
    display: block;
    border-radius: 3px;
}

.pay-block-WECHAT p, .pay-block-WEIXINWAP p {
    background: #2ab303 !important;
}

.pay-block-ALIPAY p, .pay-block-ALIPAYWAP p {
    background: #00aaee !important;
}

.pay-block-UNIONPAY p {
    background: #ef1a1e !important;
}

.pay-block-QQPAY p {
    background: #68a5e1 !important;
}

#user p {
    height: 36px;
    line-height: 36px;
    display: block;
}

#user span {
    width: 120px;
    float: left;
    text-align: right;
}

#user span i {
    padding-right: 3px;
    font-style: normal;
}

#user span i {
    padding-right: 3px;
}

#user input {
    width: 230px;
    height: 20px;
    line-height: 20px;
    padding: 7px 10px;
    border: 1px solid #ccc;
    box-sizing: inherit;
}

#user select {
    width: 252px;
    height: 36px;
    border: 1px solid #ccc;
}

#user input.yzm {
    width: 120px;
}

#user .yzmPic {
    height: 36px;
    display: inline-block;
    margin-left: 20px;
}

#user p em {
    color: #aaa;
    font-size: 12px;
}

#user .pay-form-tips {
    font-size: 12px;
    color: #d20000;
    height: auto;
    line-height: 22px;
    margin-top: 20px;
    white-space: pre-wrap;
    margin-left: 40px;
}

.gift-wrap {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
    background: #eff4fa;
    color: #d20000;
    /* overflow: hidden; */
    /* padding: 15px; */
}

.gift-wrap p {
    margin: 0 !important;
    padding: 8px 0 0 !important;
    line-height: 28px !important;
    height: auto !important;
}

.gift-wrap p span.infos-title {
    width: 100px !important;
    font-weight: 700;
    line-height: 28px !important;
    height: 28px !important;
}


.gift-wrap .infos {
    overflow: hidden;
    padding: 8px 0;
    line-height: 28px;
}

.gift-wrap .infos .infos-title {
    width: 100px !important;
    text-align: right;
    font-weight: 700;
    float: left;
    margin-top: 0;
    padding-top: 0 !important;
}

.gift-wrap .infos ul {
    overflow: hidden;
}

.gift-wrap .infos ul li {
    padding-right: 20px;
    float: left;
}

.card-wrapper .card-content .gateway-close-tip {
    font-size: 18px;
    color: #d20000;
    text-align: center;
    margin: 100px 0;
}


/* 兼容h5 */
@media (max-width: 768px) {
    .header-box {
        width: 100%;
    }

    .header-box .logo {
        height: 28px;
        margin-top: 26px;
    }

    .header-box .menu-box a {
        margin: 0 2px;
    }

    .main-wrapper {
        width: 96%;
        margin: 0 auto;
    }

    .main-wrapper .sider-wrapper {
        display: none;
    }

    .main-wrapper .main-content-wrapper {
        width: 100%;
        float: none;
    }

    .card-wrapper .card-header {
        overflow: hidden;
    }

    .card-wrapper .card-content {
        margin: 10px;
    }

    /* 留言 */
    .message-wrapper {
        width: 96%;
        margin: 0 auto;
    }

    .message-form-wrap .content-box {
        width: 99%;
    }

    .message-form-wrap .input-body {
        width: 94%;
        padding: 0 3%;
    }

    .message-form-wrap .input-select {
        width: 100%;
    }

    .message-form-wrap .layui-form-label {
        text-align: left;
    }

    /* 订单 */
    .order-wrapper {
        width: 96%;
        margin: 0 auto;
    }

    .search .input {
        width: 35% !important;
    }

    .layui-btn {
        padding: 0 10px;
    }

    .pay-list table thead th.hder {
        width: auto !important;
    }

    /* 充值 */
    .step-wrapper {
        display: none;
    }

    .left-contact-box {
        display: none;
    }

    .must-read-wrapper .must-read-content {
        width: 90%;
        max-width: 100%;
        padding: 2%;
        height: 60%;
    }

    .must-read-wrapper .must-read-content .contents {
        height: 88%;
    }

    .must-read-wrapper .must-read-content img {
        width: 100% !important;
    }

    .must-read-wrapper .close-icon {
        top: 0;
        right: 0;
    }

    .bulletin-wrapper .values {
        width: 100% !important;
    }

    #user span {
        width: 100px;
    }

    #user input {
        width: 120px;
    }

    #user .pay-form-tips {
        margin-left: 16px;
    }
}