.page-wrapper {
    min-height: 100%;
    margin-bottom: -81px;
}

.header-wrapper {
    width: 100%;
    margin-bottom: 10px;
    background: #88434f;
}

.header-box {
    width: 1000px;
    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;
    padding: 15px;
}

.card-wrapper .card-header {
    font-weight: bold;
    color: #555;
    border-bottom: 1px solid #ccc;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.card-wrapper .card-header .title {
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: -2px;
    font-weight: bold;
    border-bottom: 2px solid #ad2913;
    font-size: 14px;
}

.card-wrapper .card-header .tips-default {
    float: right;
    font-size: 12px;
    color: #d20000;
}

.card-wrapper .card-content {
    padding-bottom: 10px;
    line-height: 24px;
    margin: 30px;
}

.card-wrapper .card-content p {
    margin-top: 7px;
}

.main-wrapper {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
    overflow: hidden;
}

.bulletin-wrapper {
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin: 12px 0;
}

.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;
    border-left: 2px solid #b82929;
}

.list-wrapper li a.bold {
    font-weight: 600;
}

.list-wrapper li a span {
    width: 150px;
    text-align: center;
    color: #fff;
    float: right;
    background: #b82929;
    font-weight: 400;
}

.expand-detail {
    padding: 15px 30px;
    margin: 20px auto 0;
    background: #fffde5;
    border: 1px solid #ecd39e;
    height: auto;
    font-size: 14px;
    line-height: 20px;
}

.footer-wrapper {
    width: 100%;
    padding: 25px 0;
    line-height: 30px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.footer-wrapper a {
    margin-right: 15px;
}

.btn-box {
    width: 100%;
    display: inline-block;
    padding: 20px 0 40px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.btn-box input.button {
    width: 117px;
    height: 33px;
    margin: 0 30px;
    background: url(../images/pagebtn.gif);
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    border: none;
}

.recharge-type-list {
    overflow: hidden;
}

.recharge-type-list li {
    margin: 11px 50px 0 0;
    border: 1px solid #f1f1f1;
    line-height: 150%;
    /* display: inline-block; */
    zoom: 1;
    height: 45px;
    width: 230px;
    padding: 5px;
    cursor: pointer;
    float: left;
}

.recharge-type-list li:hover {
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
}

.recharge-type-list li .logoo {
    float: left;
    padding: 3px;
    width: 100px;
    text-align: center;
}

.recharge-type-list li .deso {
    float: left;
    padding-left: 5px;
}

.recharge-type-list li .titt {
    font-weight: normal;
    padding: 3px;
}

.recharge-type-list li span {
    display: block;
}

.gift-list .gift {
    margin-top: 12px;
    border: solid 1px #ecd39e;
    font-size: 0;
    background: #f1f1f1;
}

.gift-list .gift dt {
    padding-left: 8px;
    line-height: 200%;
    color: #d20411;
    font-size: 14px;
    /* border: solid 1px #ecd39e; */
    border-bottom: solid 1px #ecd39e;
    background-color: #ffffff;
}

.gift-list .gift dd {
    list-style: none;
    margin: 0px;
    /* border: solid 1px #ecd39e; */
    border-top: none;
    line-height: 32px;
    /* background: #f1f1f1; */
    font-size: 14px;
    display: inline-block;
    width: 33.33%;
}

.gift-list .gift-equipment dd {
    width: 50%;
}

.gift-list .gift-integral dd {
    width: 50%;
}

.gift-list .gift dd p {
    padding-left: 8px;
    list-style: none;
    line-height: 170%;
    display: inline-block;
    zoom: 1;
    /* width:200px; */
}

.gift-list .gift dd p strong {
    font-weight: normal;
}


.form-item {
    line-height: 30px;
    min-height: 45px;
    padding-left: 40px;
    padding-top: 5px;
    /* color:#d20411; */
}

.form-item span.name {
    display: block;
    float: left;
    font-size: 14px;
    width: 128px;
    text-align: right;
    height: 27px;
    line-height: 27px;
    color: #232323;
}

/* .form-item p {
  text-indent: 88px;
} */

.form-item input {
    width: 205px;
    height: 30px;
    border: solid 1px #aaaaaa;
    background: #f3f3f3;
    padding: 0 5px;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
}

/*提示文字 placeholder12号*/
.form-item input::-webkit-input-placeholder {
    font-size: 12px;
}


.form-item select {
    width: 205px;
    height: 25px;
    border: solid 1px #aaaaaa;
    background: #f3f3f3;
}

.form-item .pay-min-tip {
    color: #d20411;
    margin-left: 125px;
    margin-top: 0;
    margin-bottom: 10px;
}

.payment-box .pay-form-tips {
    font-size: 12px;
    color: #d20411;
    height: auto;
    line-height: 22px;
    margin-top: 20px;
    white-space: pre-wrap;
    margin-left: 90px;
}

.gift-wrap {
    padding-left: 100px;
    font-size: 12px;
    line-height: 1.8;
    /* padding-bottom: 10px; */
    background: #eff4fa;
    color: #d20000;
    /* overflow: hidden; */
}

.gift-wrap .form-item {
    padding-left: 0;
    height: 30px;
    min-height: 30px;
}

.gift-wrap .form-item .label {
    font-weight: 600;
}

.form-git-list-wrap {
    overflow: hidden;
}

.form-git-list-wrap p {
    float: left;
    line-height: 24px;
    padding: 10px 0;
    margin-top: 0 !important;
    font-weight: 600;
}

.form-git-list-wrap ul {
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    line-height: 24px;
}

.form-git-list-wrap ul li {
    float: left;
    margin-right: 20px;
    padding: 10px 0;
}

.pay-confirm .value {
    margin-left: 8px;
}


.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;

}


/*留言*/
.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;
}

.tips2 {
    font-size: 12px;
    color: #d20411;
}

/* 联系客服 */

.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;
}

.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 .btn-box {
    border-top: 0;
    padding: 0;
}

.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;
}

.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;
    background-color: #88434f;
    border: 1px solid #88434f;
    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;
}

/* 兼容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 {
        padding: 10px;
    }

    .card-wrapper .card-content {
        margin: 10px 0;
    }

    /* 订单 */
    .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;
    }

    /* 留言 */
    .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;
    }

    /* 充值 */
    .recharge-type-list li {
        width: 90%;
        margin: 10px auto;
        display: block;
        float: none;
    }

    .form-item {
        padding-left: 0;
    }

    .form-item span.name {
        width: 100px;
    }

    .form-item input {
        width: 150px;
    }

    .form-item .pay-min-tip {
        margin-left: 16px;
    }

    .payment-box .pay-form-tips {
        margin-left: 16px;
    }

    .form-item-last span.name {
        display: none;
    }

    .form-item-last label {
        margin-left: 25px;
    }

    .left-contact-box {
        display: none;
    }

    .must-read-wrapper .must-read-content {
        width: 90%;
        max-width: 100%;
        padding: 2%;
        height: 60%;
        margin-left: -47%;
    }

    .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%;
    }

    .btn-box input.button {
        margin: 0 15px;
    }

    .gift-wrap {
        padding-left: 20px;
    }

    .gift-list .gift dd {
        width: 100%;
    }

    .gift-list .gift-equipment dd {
        width: 100%;
    }

    .gift-list .gift-integral dd {
        width: 100%;
    }
}