﻿body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font-size: 12px;
    font-family: "Microsoft Yahei",arial;
    overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul, li {
    list-style: none;
}

fieldset, img {
    border: 0;
    display: block;
    width: 100%;
}

input, select, textarea {
    outline: none;
    border: none;
    background: none;
}

textarea {
    resize: none;
}
/******商城********/
.wraper {
    background: rgba(255,233,204,0.6);
    box-shadow: 0px 0px 20px #fff1de inset;
    padding: 20px;
    width: 813px;
    height: 570px;
    overflow: visible;
}
/******头部公共功能区********/
.s-top {
    width: 100%;
    height: 45px;
}
    /*logo*/
    .s-top .s-logo {
        float: left;
        background: #fee937 url(../images/sprite.png) no-repeat -50px 8px;
        width: 41px;
        height: 41px;
        box-shadow: 0px 2px 2px rgba(62,62,62,0.3) inset,0px 0px 0px 2px #fff;
        border-radius: 41px;
        position: relative;
        margin-right: 5px;
        top: 0px;
    }

        .s-top .s-logo:after {
            display: block;
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 1;
            background: none;
            border-radius: 100%;
            box-shadow: 0px 0px 0px 2px #793f00 inset;
        }
    /*商店切换*/
    .s-top .s-btnBox {
        float: left;
        margin-left: 10px;
        width: 400px;
        height: 45px;
    }

        .s-top .s-btnBox .s-btn {
            float: left;
            margin: 0px 5px;
            width: 120px;
        }

    .s-top .s-btn.btn-gray {
        box-shadow: 0px 3px 0px #4c4c4c,0px 0px 0px 2px #858585 inset, 0px 2px 6px #ffffff inset;
    }

    .s-top .s-btn.btn-yellow {
        box-shadow: 0px 3px 0px #793c00,0px 0px 0px 2px #b27000 inset, 0px 2px 6px #ffffff inset;
    }

    .s-top .s-btn.btn-green {
        box-shadow: 0px 3px 0px #0f7004, 0px 0px 0px 2px #16ad06 inset, 0px 2px 6px #ffffff inset;
    }

.s-select-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
}

.s-top .s-btnBox .s-btn.btn-yellow, .s-top .s-btnBox .s-btn:hover {
    background: #ffde03;
    color: #a04f00;
    box-shadow: 0px 3px 0px #793c00,0px 0px 0px 2px #b27000 inset, 0px 4px 6px #ffffff inset;
}

.s-top .s-loginBox {
    float: right;
    margin-right: 10px;
    width: 340px;
    height: 45px;
}

    .s-top .s-loginBox .s-btn {
        float: right;
        margin: 0px 11px;
        width: 80px;
    }

    .s-top .s-loginBox .s-selecRole {
        width: 200px;
    }
/*收藏，购物车*/
.s-top .s-operate {
    float: right;
    width: 90px;
    position: relative;
    height: 38px;
}

    .s-top .s-operate .s-btn {
        width: 36px;
        text-indent: -999em;
        position: relative;
        float: left;
        margin-left: 10%;
    }

        .s-top .s-operate .s-btn span {
            background: #f55700;
            color: #fff;
            font-size: 12px;
            border-radius: 10px;
            padding: 0px 4px;
            position: absolute;
            top: -6px;
            right: -6px;
            display: inline-block;
            text-indent: 0em;
            font-weight: normal;
            text-shadow: none;
            line-height: normal;
        }

    .s-top .s-operate .s-collect {
        background: #ffde06 url(../images/sprite.png) no-repeat -22px 9px;
        height: 40px;
    }

    .s-top .s-operate .s-shoppingCart {
        background: #99eb4f url(../images/sprite.png) no-repeat 6px 9px;
        height: 40px;
    }

/*信息滚动，搜索*/

.s-topMass {
    margin: 10px 0px;
    height: 42px;
}

    .s-topMass .massBox {
        float: left;
        width: 410px;
        height: 40px;
        overflow: hidden;
        position: relative;
    }

.ad-box {
    position: absolute;
    top: 0px;
    color: #fff;
    height: 100%;
}

    .ad-box ul {
        float: left;
        overflow: hidden;
        height: 100%;
    }

    .ad-box li {
        padding: 0px 20px;
        float: left;
        line-height: 40px;
        height: 100%;
        text-align: center;
        font-size: 14px;
        color: #fff;
        white-space: nowrap;
    }

/*搜索商品*/
.s-topMass .s-search {
    float: right;
    width: 390px;
    height: 40px;
}

    .s-topMass .s-search .s-tit {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        float: left;
        margin-right: 10px;
        text-shadow: 0px 1px 1px #f6f6f6;
        font-weight: bold;
    }

    .s-topMass .s-search .search-box {
        float: right;
        width: 320px;
        height: 40px;
        line-height: 40px;
        position: relative;
        top: 1px;
    }

        .s-topMass .s-search .search-box .s-ico {
            display: block;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 0px;
            right: 0px;
            z-index: 1;
            cursor: pointer;
        }


/***********底部公共功能区***********/
.s-bottom {
    height: 45px;
    width: 100%;
    position: static;
}

    .s-bottom .s-btn {
        float: left;
        display: block;
        margin-right: 12px;
        width: 120px;
    }

        .s-bottom .s-btn.btn-gray {
            box-shadow: 0px 3px 0px #4c4c4c,0px 0px 0px 2px #858585 inset, 0px 2px 6px #ffffff inset;
        }

        .s-bottom .s-btn.btn-yellow, .s-bottom .s-btn:hover {
            background: #ffde03;
            color: #a04f00;
            box-shadow: 0px 3px 0px #793c00,0px 0px 0px 2px #b27000 inset, 0px 4px 6px #ffffff inset;
        }


    .s-bottom .s-points {
        float: left;
        width: 240px;
        height: 38px;
        line-height: 38px;
        position: relative;
        margin: 0px 10px 0px 0px;
        top: 1px;
    }

        .s-bottom .s-points .s-break {
            float: left;
            width: 14%;
            height: 39px;
            background: url(../images/sprite.png) no-repeat -85px 9px;
            text-indent: -999em;
            cursor: pointer;
        }

            .s-bottom .s-points .s-break.active {
                animation: square 0.5s infinite linear;
                -webkit-animation: square 0.5s infinite linear;
                -o-animation: square 0.5s infinite linear;
                -moz-animation: square 0.5s infinite linear;
                -ms-animation: square 0.5s infinite linear;
            }

        .s-bottom .s-points .s-num {
            float: left;
            width: 68%;
            text-align: right;
        }

        .s-bottom .s-points .s-ico {
            float: left;
            width: 18%;
            height: 39px;
            background: url(../images/sprite.png) no-repeat;
            margin-left: 0px;
            text-indent: -999em;
        }

    .s-bottom .s-seal .s-ico {
        background-position: -116px 6px;
    }

    .s-bottom .s-tCity .s-ico {
        background-position: 8px -88px;
    }

.s-tips {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    text-shadow: 0px 1px 1px #f6f6f6;
    text-align: center;
    font-weight: bold;
}

.s-page {
    width: 100%;
    position: relative;
    text-align: center;
    height: 22px;
    margin: 14px 0px 20px 0px;
}

    .s-page a {
        font-size: 14px;
        color: #4c4c4c;
        line-height: 22px;
        font-weight: bold;
        text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
        width: 30px;
        height: 22px;
        top: 0px;
        text-align: center;
        position: relative;
        overflow: hidden;
        display: inline-block;
    }

        .s-page a:hover, .s-page a.active {
            color: #c47d00;
            text-decoration: underline;
        }

        .s-page a.homeBtn, .s-page a.endBtn {
            position: relative;
            top: -2px;
            width: 24px;
            height: 16px;
            margin-top: 0px;
            text-indent: -999em;
            overflow: hidden;
        }

            .s-page a.homeBtn:before {
                position: absolute;
                top: 50%;
                margin-top: -11px;
                left: 6px;
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                border-bottom: 2px solid #4c4c4c;
                border-left: 2px solid #4c4c4c;
                box-shadow: 1px -1px 1px #e7e3e3 inset;
                transform: rotate(45deg);
            }

            .s-page a.homeBtn:after {
                position: absolute;
                top: 50%;
                margin-top: -11px;
                left: 15px;
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                border-bottom: 2px solid #4c4c4c;
                border-left: 2px solid #4c4c4c;
                box-shadow: 1px -1px 1px #e7e3e3 inset;
                transform: rotate(45deg);
            }

            .s-page a.endBtn:before {
                position: absolute;
                top: 50%;
                margin-top: -11px;
                left: -8px;
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                border-bottom: 2px solid #4c4c4c;
                border-right: 2px solid #4c4c4c;
                box-shadow: -1px -1px 1px #e7e3e3 inset;
                transform: rotate(-45deg);
            }

            .s-page a.endBtn:after {
                position: absolute;
                top: 50%;
                margin-top: -11px;
                left: -15px;
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                border-bottom: 2px solid #4c4c4c;
                border-right: 2px solid #4c4c4c;
                box-shadow: -1px -1px 1px #e7e3e3 inset;
                transform: rotate(-45deg);
            }

            .s-page a.homeBtn.disabled:before {
                position: absolute;
                top: 50%;
                margin-top: -11px;
                left: 6px;
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                border-bottom: 2px solid #cecece;
                border-left: 2px solid #cecece;
                box-shadow: 1px -1px 1px #ffffff inset;
                transform: rotate(45deg);
            }

            .s-page a.homeBtn.disabled:after {
                position: absolute;
                top: 50%;
                margin-top: -11px;
                left: 15px;
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                border-bottom: 2px solid #cecece;
                border-left: 2px solid #cecece;
                box-shadow: 1px -1px 1px #ffffff inset;
                transform: rotate(45deg);
            }

            .s-page a.endBtn.disabled:before {
                position: absolute;
                top: 50%;
                margin-top: -11px;
                left: -8px;
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                border-bottom: 2px solid #cecece;
                border-right: 2px solid #cecece;
                box-shadow: -1px -1px 1px #ffffff inset;
                transform: rotate(-45deg);
            }

            .s-page a.endBtn.disabled:after {
                position: absolute;
                top: 50%;
                margin-top: -11px;
                left: -15px;
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                border-bottom: 2px solid #cecece;
                border-right: 2px solid #cecece;
                box-shadow: -1px -1px 1px #ffffff inset;
                transform: rotate(-45deg);
            }

        .s-page a.prevBtn, .s-page a.nextBtn {
            position: relative;
            top: -2px;
            width: 20px;
            height: 16px;
            text-indent: -999em;
            overflow: hidden;
            margin: 3px 2px 0px 2px;
        }

            .s-page a.prevBtn:before {
                position: absolute;
                top: 50%;
                margin-top: -11px;
                left: 6px;
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                border-bottom: 2px solid #4c4c4c;
                border-left: 2px solid #4c4c4c;
                box-shadow: 1px -1px 1px #e7e3e3 inset;
                transform: rotate(45deg);
            }

            .s-page a.nextBtn:before {
                position: absolute;
                top: 50%;
                margin-top: -11px;
                left: -8px;
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                border-bottom: 2px solid #4c4c4c;
                border-right: 2px solid #4c4c4c;
                box-shadow: -1px -1px 1px #e7e3e3 inset;
                transform: rotate(-45deg);
            }

            .s-page a.prevBtn.disabled:before {
                position: absolute;
                top: 50%;
                margin-top: -11px;
                left: 6px;
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                border-bottom: 2px solid #cecece;
                border-left: 2px solid #cecece;
                box-shadow: 1px -1px 1px #ffffff inset;
                transform: rotate(45deg);
            }

            .s-page a.nextBtn.disabled:before {
                position: absolute;
                top: 50%;
                margin-top: -11px;
                left: -8px;
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                border-bottom: 2px solid #cecece;
                border-right: 2px solid #cecece;
                box-shadow: -1px -1px 1px #ffffff inset;
                transform: rotate(-45deg);
            }

            .s-page a.homeBtn:hover:before, .s-page a.homeBtn:hover:after, .s-page a.prevBtn:hover:before {
                border-bottom: 2px solid #c47d00;
                border-left: 2px solid #c47d00;
            }

            .s-page a.endBtn:hover:before, .s-page a.endBtn:hover:after, .s-page a.nextBtn:hover:before {
                border-bottom: 2px solid #c47d00;
                border-right: 2px solid #c47d00;
            }

            .s-page a.homeBtn.disabled:hover:before, .s-page a.homeBtn.disabled:hover:after, .s-page a.prevBtn.disabled:hover:before {
                border-bottom: 2px solid #e7e3e3;
                border-left: 2px solid #e7e3e3;
            }

            .s-page a.endBtn.disabled:hover:before, .s-page a.endBtn.disabled:hover:after, .s-page a.nextBtn.disabled:hover:before {
                border-bottom: 2px solid #e7e3e3;
                border-right: 2px solid #e7e3e3;
            }

            .s-page a.homeBtn.disabled, .s-page a.endBtn.disabled, .s-page a.prevBtn.disabled, .s-page a.nextBtn.disabled {
                cursor: default;
            }

.s-listBox .s-page {
    position: absolute;
    margin: 0;
    bottom: 0px;
}

.record .s-listBox .s-page {
    position: absolute;
    margin: 14px 0px 20px 0px;
}

.fullBox .s-listBox .s-page {
    position: absolute;
    margin: 0;
    bottom: 20px;
}


/*滚动条*/
.rollbar-path-vertical {
    position: absolute;
    width: 5px;
    height: 100% !important;
    overflow: hidden;
    background: #b27000;
    z-index: 100;
    right: 0px;
    top: 0px !important;
    border-radius: 10px
}

.rollbar-handle {
    position: absolute;
    width: 5px;
    background: #ffde01;
    left: 0px;
    z-index: 101;
    border-radius: 9px
}

.shopCart .rollbar-path-vertical {
    right: 0;
}

.exchangeBox .rollbar-path-vertical {
    right: 0;
}

/*弹窗*/
.layer {
    position: relative;
    display: none;
    width: 404px;
    height: 157px;
    background: #3e3e3e !important;
    z-index:9999;
}

    .layer .m-layer {
        padding: 0px;
        position: relative;
        padding: 25px 30px;
    }

    .layer .close {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 22px;
        height: 22px;
        background: url(../images/sprite.png) no-repeat -26px -33px;
    }

    .layer .m-layer .s-btnBox {
        overflow: hidden;
        margin: 3% 10% 0 10%;
        width: 80%;
    }

    .layer .m-layer .s-btn {
        float: left;
        width: 40%;
        margin: 10px 5%;
        font-size: 14px;
    }

    .layer .m-layer .s-yellow {
        color: #a04f00;
        box-shadow: 0px 0px 0px 2px #b27000 inset,0px 3px 4px #f6f6f6 inset;
        background: #ffde03;
        border-radius: 4px;
    }

    .layer p {
        text-align: center;
    }

.s-word {
    height: 60px;
    line-height: 30px;
}

/*购物车弹窗*/
#layer2 {
    width: 424px;
    height: 456px;
}

    #layer2 .m-layer {
        padding: 30px 20px;
    }

    #layer2 .s-mass {
        width: 100%;
        height: 60px;
        position: relative;
        overflow: hidden;
        margin-top: 6%;
    }

    #layer2 .s-smallImg {
        float: left;
        width: 60px;
        height: 60px;
        margin-right: 2%;
    }

    #layer2 .s-mass .s-tit {
        width: 200px;
        float: left;
        line-height: 23px;
        text-align: left;
        height: 46px;
        margin-right: 2%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 14px;
    }

    #layer2 .s-PayMass {
        height: 40px;
        line-height: 40px;
    }

        #layer2 .s-PayMass span {
            color: #99eb4f;
        }

    #layer2 .s-present {
        height: 198px;
        margin-top: 10px;
    }

        #layer2 .s-present h2 {
            font-weight: bold;
        }

        #layer2 .s-present .s-state {
            padding: 6px 8px;
            height: 162px;
            line-height: 18px;
            overflow: auto;
        }

    #layer2 .s-price {
        float: right;
        width: 100px;
    }

        #layer2 .s-price p {
            text-align: right;
            height: 23px;
            line-height: 23px;
            font-size: 14px;
        }

    #layer2 .s-unitPrice {
        position: relative;
    }

    #layer2 .s-price p label {
        display: inline-block;
        height: 23px;
        line-height: 23px;
        color: #ffdd03;
        margin-left: 3px;
    }

    #layer2 .s-bigImg {
        margin: 8% auto;
    }

    #layer2 .m-layer .s-btnBox {
        margin-top: 6%;
    }

#layer3 .m-layer .s-btn {
    float: none;
    margin: 0 auto;
}

/***********主体区***********/
.s-main {
    width: 100%;
    margin: 0px auto 10px auto;
    height: 370px;
}

/*首页*/
.s-homeLi {
    width: 1182px;
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    left: 50%;
    margin-left: -590px;
    height: 470px;
}

    .s-homeLi li {
        float: left;
        width: 373px;
        height: 216px;
        position: relative;
        margin: 10px;
        overflow: hidden;
    }

        .s-homeLi li img {
            width: 100%;
            height: 100%;
        }

        .s-homeLi li .s-tag {
            border: 2px solid #fff;
        }

        .s-homeLi li .s-btn {
            position: absolute;
            bottom: 10px;
            right: 10px;
            width: 100px;
            height: 42px;
            overflow: hidden;
        }

            .s-homeLi li .s-btn:after {
                display: block;
                content: '';
                position: absolute;
                top: 9px;
                right: 8px;
                width: 23px;
                height: 23px;
                background: url(../images/sprite.png) no-repeat;
            }

            .s-homeLi li .s-btn.btn-yellow:after {
                background-position: -224px 0px;
            }

            .s-homeLi li .s-btn.btn-green:after {
                background-position: -224px -24px;
            }

            .s-homeLi li .s-btn p {
                height: 24px;
                line-height: 20px;
                font-size: 16px;
                padding-right: 26px;
                width: 64px;
                position: absolute;
                bottom: 0px;
                left: 0px;
                text-align: right;
            }

                .s-homeLi li .s-btn p.s-original {
                    font-size: 14px;
                    text-decoration: line-through;
                    height: 14px;
                    line-height: 24px;
                    text-shadow: none;
                    top: 0px;
                    left: 6px;
                    text-align: left;
                }
/*商店主体框架*/

/*左侧*/
.s-leftBox {
    float: left;
    margin-right: 10px;
    width: 120px;
}

    .s-leftBox .s-btn {
        margin-bottom: 4px;
        width: 100%;
    }

/*右侧*/
.s-rightBox {
    width: 680px;
    float: left;
    height: 370px;
    position: relative;
}

    .s-rightBox .s-tit {
        margin: 0px 0px;
        height: 38px;
        line-height: 38px;
        border-radius: 4px;
        overflow: hidden;
        font-size: 16px;
    }

.s-listBox {
    position: relative;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    height: 320px;
}

.s-rightBox .s-listBox ul {
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.s-rightBox .s-listBox .s-li {
    float: left;
    margin: 0px 0.5% 10px 0.5%;
    width: 19%;
    height: 140px;
    position: relative;
    overflow: hidden;
}

    .s-rightBox .s-listBox .s-li .s-Ltop {
        position: absolute;
        width: 100%;
        height: 0;
        top: 5px;
        left: 5px;
        z-index: 1;
    }

.s-li .s-Ltop .s-Rbtn {
    position: absolute;
    right: 10px;
}

    .s-li .s-Ltop .s-Rbtn .s-btn {
        margin-bottom: 3px;
    }

.s-li .s-buyBtn {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.s-li.s-yellowRimInset .s-buyBtn {
    box-shadow: 0px 0px 0px 2px #fff inset;
}

.s-li .s-buyBtn .s-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0;
    position: relative;
    top: 10px;
    background: none !important;
}

.s-li .s-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.s-li .s-buyBtn p {
    font-size: 13px;
    color: #3e3e3e;
    /*line-height: 50px;*/
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-top:14px;
}

.s-li .s-buyBtn span {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 33px;
    line-height: 33px;
}

.s-li.s-yellowRimInset .s-buyBtn span {
    box-shadow: 0px 0px 0px 2px #fff inset;
}

.s-li .s-buyBtn span:after {
    display: block;
    content: '';
    position: absolute;
    top: 5px;
    right: 8px;
    width: 23px;
    height: 23px;
}

.s-li .s-buyBtn span.btn-gray:after {
    display: none;
}

.s-li.s-yellowRimInset .s-buyBtn:hover {
    box-shadow: 0px 0px 0px 2px #793c00 inset;
}

    .s-li.s-yellowRimInset .s-buyBtn:hover .s-btn {
        box-shadow: 0px 0px 0px 2px #793c00 inset;
    }

/*赠送，购买明细*/
.s-Detail {
    position: absolute;
    top: 0px;
    left: 0px;
    /*z-index: 99;*/
    width: 100%;
    height: 370px;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.commodity .s-Detail {
    
}

.s-Detail .s-tit {
    position: relative;
    margin: 0px;
    border-radius: 0 !important;
    padding-bottom: 0px;
}

    .s-Detail .s-tit .s-back {
        display: block;
        width: 40px;
        position: absolute;
        top: 0px;
        right: 0px;
        border-left: 2px solid #fff;
        background: url(../images/sprite.png) no-repeat -250px 12px;
        text-indent: -999em;
    }

.s-buyBox {
    width: 650px;
    margin: 50px auto 0 auto;
    position: relative;
}

.s-Detail .s-mass {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.s-Detail .s-smallImg {
    float: left;
    width: 100px;
    margin-right: 10px;
}

    .s-Detail .s-smallImg img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }

.s-Detail .s-mass .s-tit {
    width: 340px;
    float: left;
    line-height: 23px;
    text-align: left;
    height: 100px;
    margin-right: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

    .s-Detail .s-mass .s-tit p {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .s-Detail .s-mass .s-tit p font {
            display: inline-block;
            width: 40px;
        }

        .s-Detail .s-mass .s-tit p label {
            margin-left: 5px;
        }

.s-Detail .s-price {
    float: right;
    width: 150px;
}

    .s-Detail .s-price .text-gray {
        height: 30px;
        line-height: 30px;
    }

.s-Detail .s-unitPrice {
    position: relative;
}

    .s-Detail .s-unitPrice label {
        padding-left: 22%;
        display: inline-block;
        height: 23px;
        line-height: 23px;
    }

    .s-Detail .s-unitPrice:after {
        display: block;
        content: '';
        background: url(../images/sprite.png) no-repeat -290px 0px;
        position: absolute;
        top: 6px;
        left: 22%;
        width: 20px;
        height: 20px;
    }

.s-price .s-Quantity span {
    color: #b27000;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

.s-Quantity input {
    float: left;
    color: #b27000;
    width: 30px;
    height: 20px;
    text-align: center;
    border: 1px solid #b27000;
}

.s-Less, .s-add {
    display: block;
    width: 20px;
    text-align: center;
    height: 20px;
    font-size: 16px;
    color: #b27000;
    line-height: 20px;
    float: left;
    color: #b27000;
    font-weight: bold;
}

.s-Quantity.gray input {
    border: 1px solid #3e3e3e;
    color: #3e3e3e;
}

.s-Quantity.gray .s-Less, .s-Quantity.gray .s-add {
    color: #3e3e3e;
}

.s-present {
    margin-top: 20px;
    width: auto;
    line-height: 24px;
}

    .s-present h2 {
        font-weight: bold;
    }

    .s-present .s-state {
        padding: 0px 8px;
        height: 110px;
        line-height: 22px;
        box-shadow: none;
        border: 2px solid #b27000;
        overflow-y: auto;
    }

.s-PayMass {
    overflow: hidden;
    position: relative;
    height: 60px;
    line-height: 60px;
}

    .s-PayMass p {
        text-align: center;
    }

    .s-PayMass span {
        position: relative;
    }

.s-operating {
    margin: 0 auto;
    position: relative;
    height: 40px;
}

    .s-operating .s-btn {
        width: 120px;
        position: absolute;
    }

    .s-operating .s-buyBtn {
        left: 30%;
    }

    .s-operating .s-handselBtn {
        left: 60%;
        margin-left: -0px;
    }

/*赠送*/
.s-handselBox {
    margin-top: 20px;
}

.s-Detail .s-tips {
    margin: 10px auto 0 auto;
    text-align: center;
    color: #5cc101;
}

.s-data {
    width: 100%;
    margin: 5px auto;
    height: 16px;
    text-align: center;
    overflow: inherit;
}

    .s-data td {
        height: 100px;
        padding: 5px 10px;
        border-top: 2px solid #858585;
        border-left: 2px solid #858585;
        text-align: left;
    }

        .s-data td .ms {
            height: 100px !important;
            line-height: 20px;
            overflow-y: auto;
        }

        .s-data td:first-child {
            border-left: none;
        }

    .s-data thead td {
        border-top: none;
        text-align: center;
        height: 42px;
    }

    .s-data .select {
        width: 98%;
        height: 28px;
        padding-left: 5px;
        top: 0px !important;
    }

    .s-data input {
        width: 98%;
        height: 28px;
        padding: 0px 3px;
    }

/*收藏夹*/
.collect .s-Ltop .s-shoppingCart {
    top: 0px;
}

.collect .s-li .s-buyBtn span.s-grayRim:after {
    display: none;
}

/*购物车*/
.shopCart .s-tit {
    position: relative;
    overflow: initial;
    height: 38px;
    line-height: 38px;
}

    .shopCart .s-tit h2 {
        width: 85%;
        float: left;
        position: relative;
    }

    .shopCart .s-tit .s-convert {
        width: 12%;
        float: right;
    }

.s-tit .tal span {
    padding: 0px 2% 0px 2%;
    margin-right: 2%;
    font-size: 16px;
}

.shopCart .s-tit span {
    margin-left: 2%;
    padding: 0px 2% 0px 4%;
    background: url(../images/sprite.png) no-repeat -75px -38px;
}

.s-tit .tal .s-del {
    font-size: 16px;
    float: right;
    margin-right: 80px;
    line-height: 22px;
    height: 22px;
    display: inline-block;
    width: 50px;
    margin-top: 8px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
}

.shopCartBox .shopCartLi {
    width: 100%;
}

    .shopCartBox .shopCartLi ul {
        overflow: hidden;
        height: auto;
    }

    .shopCartBox .shopCartLi .s-li {
        float: left;
        width: 50%;
        position: relative;
        box-shadow: 1px 0px 0px #b27000, 0px -1px 0px #b27000 inset;
        margin: 0;
        height: 79px;
    }

.collect .s-li .check {
    position: absolute;
    left: 0;
    width: 40px;
    top: 10px;
}

.shopCartBox .shopCartLi .s-li .check {
    float: left;
    position: relative;
    right: 0;
    width: 56px;
    height: 100%;
    top: 0;
}

    .shopCartBox .shopCartLi .s-li .check input, .collect .s-li .check input {
        top: 50%;
        left: 50%;
        margin: -8px 0 0 -8px
    }

    .shopCartBox .shopCartLi .s-li .check i, .collect .s-li .check i {
        border: 1px solid #b27000;
        top: 50%;
        left: 50%;
        margin: -8px 0 0 -8px
    }

    .shopCartBox .shopCartLi .s-li .check input[type=checkbox]:checked + i, .collect .s-li .check input[type=checkbox]:checked + i {
        background: #b27000 url(../images/sprite.png) no-repeat -419px 3px;
    }

.shopCartBox .shopCartLi .s-li .s-Rmass {
    float: left;
    width: 458px;
    overflow: hidden;
    height: 100%;
}

.shopCartBox .shopCartLi .s-li .s-img {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    top: 50%;
    margin-top: -30px;
    background: none !important;
    border-radius: 0px !important;
}

.shopCartBox .s-Rmass .s-tit {
    float: left;
    width: 58%;
    margin-left: 2%;
    height: 51px;
    position: relative;
    top: 50%;
    margin-top: -30px;
}

    .shopCartBox .s-Rmass .s-tit p {
        height: 18px;
        line-height: 18px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .shopCartBox .s-Rmass .s-tit p font {
            display: inline-block;
            width: 40px;
        }

        .shopCartBox .s-Rmass .s-tit p label {
            margin-left: 5px;
        }

.shopCartBox .s-Rmass .s-Rbtn {
    float: right;
    width: 100px;
    margin-right: 10px;
    height: 72px;
    top: 3px;
    position: relative;
    overflow: hidden;
}

    .shopCartBox .s-Rmass .s-Rbtn .s-Quantity {
        top: 6px;
        position: relative;
    }

    .shopCartBox .s-Rmass .s-Rbtn .s-btn {
        float: right;
        width: 100%;
        margin: 5px 0;
        height: 26px;
        line-height: 26px;
    }

        .shopCartBox .s-Rmass .s-Rbtn .s-btn.sIco-delete {
            height: 23px;
        }

    .shopCartBox .s-Rmass .s-Rbtn .s-seal:after {
        display: block;
        content: '';
        width: 18px;
        height: 28px;
        background: url(../images/sprite.png) no-repeat;
        background-position: -292px 6px;
        position: absolute;
        top: 0;
        right: 2px;
    }

    .shopCartBox .s-Rmass .s-Rbtn .btn-gray.s-seal:after {
        background-position: -376px 6px;
    }

/*记录查询*/
.recordBox .record {
    width: 100%;
}

    .recordBox .record p.tips {
        width: 97%;
        margin: 20px auto 0 auto;
    }

/*礼物箱*/
.gift .s-tit {
    position: relative;
    overflow: initial;
    height: 38px;
    line-height: 38px;
}

    .gift .s-tit h2 {
        width: 85%;
        float: left;
        position: relative;
    }

    .gift .s-tit .s-convert {
        width: 12%;
        float: right;
    }

    .gift .s-tit span {
        margin-left: 2%;
        background: url(../images/sprite.png) no-repeat -75px -38px;
        padding: 0px 2% 0px 4%;
        margin-right: 2%;
        font-size: 16px;
    }

.giftBox .shopCartLi {
    width: 100%;
}



    .giftBox .shopCartLi ul {
        overflow: hidden;
        height: auto;
    }

    .giftBox .shopCartLi .s-li {
        float: left;
        width: 50%;
        position: relative;
        box-shadow: 1px 0px 0px #b27000, 0px -1px 0px #b27000 inset;
        margin: 0;
        height: 79px;
    }

        .giftBox .shopCartLi .s-li .check {
            float: left;
            position: relative;
            right: 0;
            width: 56px;
            height: 100%;
            top: 0;
        }

            .giftBox .shopCartLi .s-li .check input {
                top: 50%;
                left: 50%;
                margin: -8px 0 0 -8px
            }

            .giftBox .shopCartLi .s-li .check i {
                border: 1px solid #b27000;
                top: 50%;
                left: 50%;
                margin: -8px 0 0 -8px
            }

            .giftBox .shopCartLi .s-li .check input[type=checkbox]:checked + i {
                background: #b27000 url(../images/sprite.png) no-repeat -419px 3px;
            }

        .giftBox .shopCartLi .s-li .s-Rmass {
            float: left;
            width: 524px;
            overflow: hidden;
            height: 100%;
        }

        .giftBox .shopCartLi .s-li .s-img {
            width: 60px;
            height: 60px;
            float: left;
            position: relative;
            top: 50%;
            margin-top: -30px;
            background: none !important;
            border-radius: 0px !important;
        }

.giftBox .s-Rmass .s-tit {
    float: left;
    width: 58%;
    margin-left: 2%;
    height: 51px;
    line-height: 23px;
    position: relative;
    top: 50%;
    margin-top: -30px;
}

    .giftBox .s-Rmass .s-tit p {
        height: 18px;
        line-height: 18px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .giftBox .s-Rmass .s-tit p font {
            display: inline-block;
            width: 40px;
        }

        .giftBox .s-Rmass .s-tit p label {
            margin-left: 5px;
        }

.giftBox .s-Rmass .s-Rbtn {
    float: right;
    width: 100px;
    margin-right: 10px;
    height: 72px;
    top: 3px;
    position: relative;
    overflow: hidden;
}

    .giftBox .s-Rmass .s-Rbtn .s-btn {
        float: right;
        width: 100%;
        margin: 5px 0;
        height: 26px;
        line-height: 26px;
    }

        .giftBox .s-Rmass .s-Rbtn .s-btn.sIco-delete {
            height: 23px;
        }

    .giftBox .s-Rmass .s-Rbtn .s-seal:after {
        display: block;
        content: '';
        width: 18px;
        height: 28px;
        background: url(../images/sprite.png) no-repeat;
        background-position: -292px 6px;
        position: absolute;
        top: 0;
        right: 2px;
    }

    .giftBox .s-Rmass .s-Rbtn .btn-gray.s-seal:after {
        background-position: -376px 6px;
    }

.fullBox {
    height: 100%;
}

/*充值*/
.rechargeBox {
    height: 100%;
}

/*选择角色*/
.fullBox .s-listBox {
    margin-top: 0;
}

.virtual-con {
    width: 97%;
    position: relative;
    margin: 1.5% 1.5% 0 1.5%;
    height: 30px;
}

    .virtual-con .search-item {
        float: left;
        height: 30px;
        line-height: 30px;
        margin-right: 2%;
        width: 20%;
        font-size: 16px;
        overflow: inherit;
        position: relative;
        -webkit-box-orient: unset !important;
    }

        .virtual-con .search-item span {
            float: left;
            position: relative;
            z-index: 1;
        }

        .virtual-con .search-item .s-grayRim {
            height: 26px;
            line-height: 26px;
            padding: 0 5px;
            font-size: 14px;
            color: #3e3e3e;
            overflow: inherit;
        }

    .virtual-con .s-btn {
        float: right;
        width: 10%;
        height: 28px;
        line-height: 28px;
        position: relative;
        top: 2px;
    }

.select {
    position: relative;
    width: 50%;
    float: left;
    top: 2px;
    cursor: pointer;
    overflow: inherit;
    z-index: 5;
}

    .select:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -3px;
        border-top: 7px solid #b27000;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .select .select_text {
        height: 38px;
        line-height: 38px;
        width: 76%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.select_ul {
    border: 1px solid #D4D4D4;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    z-index:999 !important;
}

    .select_ul li {
        line-height: 26px;
        text-indent: 10px;
    }

        .select_ul li:hover {
            background: #dcdcdc;
        }

        .select_ul li.cur {
            color: #fff;
            background: #b27000;
        }

.tag {
    display: block;
    font-weight: bold;
    color: #002dd4;
}

.point {
    text-decoration: underline;
    color: #002dd4;
}

@keyframes square {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes square {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes square {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes square {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@keyframes blink {
    0%,100% {
        color: #3e3e3e;
    }

    50% {
        color: #f00;
    }
}
