﻿html {
    background-color: #fff;
    font-size: 12px;
}

@media screen and (max-width:320px) {
    html {
        font-size: 42.667px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:321px) and (max-width:360px) {
    html {
        font-size: 48px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:361px) and (max-width:375px) {
    html {
        font-size: 50px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:376px) and (max-width:393px) {
    html {
        font-size: 52.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:394px) and (max-width:412px) {
    html {
        font-size: 54.93px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:413px) and (max-width:414px) {
    html {
        font-size: 55.2px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:415px) and (max-width:480px) {
    html {
        font-size: 64px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:481px) and (max-width:540px) {
    html {
        font-size: 72px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:541px) and (max-width:640px) {
    html {
        font-size: 85.33px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:641px) and (max-width:720px) {
    html {
        font-size: 96px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:721px) and (max-width:768px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:769px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:769px) {
    html {
        font-size: 102.4px
    }

        html .wap-wrap {
            width: 768px;
            margin: 0 auto
        }
}

body {
    font-size: .26rem;
}

body, html {
    width: 100%;
    height: 100%;
}

body, h1, h2, h3, h4, h5, dl, dd, dt, p, ul, li, ol {
    margin: 0;
    padding: 0;
    font-family: 'microsoft yahei',Arial,sans-serif;
}

input, select, form, textarea, button, video {
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
    appearance: none;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

img {
    border: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

li, ol, ul {
    list-style: none
}

select {
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}

em, s, i {
    font-style: normal;
}

img[lazy=loading] {
    width: 40px;
    height: 40px;
    margin: 0;
    background: url("/Content/images/none.jpg");
}

.mint-popup-1 {
    height: 100px;
    overflow: auto;
    width: 80%;
}

.mint-popup-4 {
    height: 400px;
    overflow: auto;
    width: 100%;
}

.mint-popup-5 {
    height: 100%;
    overflow: auto;
    width: 100%;
}

.mint-popup-6 {
    max-height: 600px;
    overflow: hidden;
    width: 100%;
}


.mint-indicator-wrapper {
    z-index: 9000 !important;
}

.mint-indicator-mask {
    z-index: 9000 !important;
}

.mint-toast {
    z-index: 8000 !important;
}

.mint-tab-container-item {
    padding-top: 2px;
}

[v-cloak] {
    display: none;
}

.gs_h_logo {
    background-image: url(/Content/images/logo.png);
    background-repeat: no-repeat;
    background-position: 1.8rem -1.7rem;
    background-size: cover;
    height: 1.5rem;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 2000;
}
    .gs_h_logo a {
        position: absolute;       
        top: 17%;
        font-size: 14px;
        display: inline-block;
        left: 10px;
       
        width: 40px;
        height: 1rem;
        text-align: center;
        line-height: 1rem;
    }

    .gs_h_ltop {
        text-align: center;
        padding: 0 5%;
        padding-top: 1.5rem;
    }

.gs_h_desc p {
    text-indent: .4rem;
    line-height: .5rem;
    font-size: .28rem;
}

.gs_h_cell {
    text-align: center;
    height: .8rem;
    line-height: .8rem;
    font-size: .4rem;
    font-weight: bold;
    color: #000;
    letter-spacing: 10px;
}

.gs_h_pros {
    padding-bottom: .4rem;
}

.gs_goods_grid {
    margin-top: 1.6%;
}

    .gs_goods_grid ul {
        overflow: hidden;
    }

        .gs_goods_grid ul li {
            float: left;
            background-color: #fff;
            width: 45.5%;
            padding: 2%;
            margin-right: 1%;
            margin-bottom: 1%;
        }

            .gs_goods_grid ul li:nth-child(even) {
                margin-right: 0;
            }

            .gs_goods_grid ul li a {
                display: block;
            }

                .gs_goods_grid ul li a img {
                    width: 100%;
                    height: 188px;
                }

            .gs_goods_grid ul li p a {
                color: #666;
                line-height: 140%;
                font-size: .22rem;
            }

            .gs_goods_grid ul li p {
                line-height: .6rem;
                height: .6rem;
                margin: 2%;
                overflow: hidden;
                color: #333;
            }

                .gs_goods_grid ul li p em {
                    color: #fff;
                    background: #f44;
                    border-radius: 2px;
                    margin-right: 3px;
                    width: 34px;
                    height: .4rem;
                    line-height: .4rem;
                    text-align: center;
                    display: inline-block;
                    font-style: normal;
                }

            .gs_goods_grid ul li span {
                overflow: hidden;
                display: block;
                line-height: 10px;
                padding-top: 10px;
            }

                .gs_goods_grid ul li span em {
                    font-size: .26rem;
                    color: #f00;
                    font-style: normal;
                    line-height: 120%;
                }

                    .gs_goods_grid ul li span em i {
                        font-size: 0.4rem;
                        font-style: normal;
                        margin-left: 3px;
                    }

.foot_menu {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 1.8rem;
    /*background-color: #fff;
    border-bottom: 1px solid white;
    border-top: 1px solid #c5c1c1;*/
}

.vhtml {
    padding: 10px;
}

    .vhtml img {
        width: 100%;
        display: block;
    }

.pinch-zoom {
    width: 90%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
    background-color:#fff;
}

.bigimg {
   
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition: all 1s;
    display: none
}

    .mask:hover {
        cursor: zoom-out
    }

    .mask > img {
        position: fixed;
        right: 10px;
        top: 10px;
        width: 60px;
    }

        .mask > img:hover {
            cursor: pointer
        }

.lrcdm {
    overflow: hidden;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
    background: #fff;
    overflow: scroll;
    text-align: center;
}

.lrcdm_head {
    height: 1rem;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
}

    .lrcdm_head a {
        display: inline-block;
        left: 10px;
        position: absolute;
        width: 40px;
        height: 1rem;
        text-align: center;
        line-height: 1rem;
    }

        .lrcdm_head a i {
            font-size: 24px;
        }

    .lrcdm_head .ptitle {
        font-size: 20px;
        text-align: center;
        display: block;
        line-height: 1rem;
    }

.lrcdm_cont {
    overflow: hidden;
    padding-top: 30%;
    margin-top: 1%;
}

.lrcdm p {
    color: rebeccapurple;
    font-size: .3rem;
    color: #666;
    line-height: .8rem;
    height: .8rem;
    padding: 0;
    margin: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    /*opacity: .4;*/
    overflow: hidden;
}

.lrcdm .aplayer-lrc-current {
    color: red;
}
