body {
    font-size: 16px;
}

a {
    text-decoration: none;
}

/* banner图样式 */
.shop-banner {
    width: 100%;
    position: relative;
}

.shop-banner img {
    width: 100%;
    vertical-align: top;
}

.banner-info {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-tips {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: 330px;
    color: #fff;
    font-size: 16px;
}

.info-desc {
    position: absolute;
    right: 0;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.info-desc hr,
.shop-desc hr {
    margin-top: 28px;
    margin-bottom: 30px;
    max-width: 62px;
    text-align: left;
}

.desc-content {
    max-width: 448px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.gr {
    width: 1200px;
    margin: 100px auto;
    height: 700px;
}

.gr .title {
    width: 100%;
    margin: 30px 0 0 0;
    text-align: left;
    font-size: 26px;
    font-weight: bolder;
    color: #fff;
}

.gr .title hr {
    width: 64px;
    margin: 20px 0;
    text-align: left;
}

.gr hr {
    width: 64px;
    margin: 20px 0;
    text-align: left;
}

.gr .title span {
    color: #c79836;
}

.gr .gr1:hover {
    background-image: url(../img/4s/ydgr1a.png);
}

.gr .gr1 {
    width: 33%;
    background-image: url(../img/4s/ydgr1.png);
    padding: 25px 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.gr .gr2 {
    width: 33%;
    background-image: url(../img/4s/ydgr2.png);
    padding: 25px 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.gr .gr2:hover {
    background-image: url(../img/4s/ydgr2a.png);
}

.gr .gr3 {
    width: 33%;
    background-image: url(../img/4s/ydgr3.png);
    padding: 25px 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.gr .gr3:hover {
    background-image: url(../img/4s/ydgr3a.png);
}

.gr .ppf1 {
    width: 33%;
    background-image: url(../img/4s/ydgrppf1.png);
    padding: 25px 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.gr .ppf1:hover {
    background-size: 120% 120%;
}

.gr .ppf2 {
    width: 33%;
    background-image: url(../img/4s/ydgrppf2.png);
    padding: 25px 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.gr .ppf2:hover {
    background-size: 120% 120%;
}

.gr .ppf3 {
    width: 33%;
    background-image: url(../img/4s/ydgrppf3.png);
    padding: 25px 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.gr .ppf3:hover {
    background-size: 120% 120%;
}

.gr .gr-content {
    width: 1200px;
    height: 640px;
    margin: auto;
    display: flex;
}

.prod {
    width: 1200px;
    margin: 20px auto 60px auto;
    height: auto;
    clear: both;
}

.prod h3 {
    font-size: 24px;
    color: #fff;
    padding: 20px 0;
}

.prod hr {
    width: 100%;
}

.prod .title {
    width: 10%;
    float: left;
    margin-top: 30px;
}

.prod .title span {
    color: #c79836;
    font-weight: bolder;
    font-size: 24px;
}

.prod .info {
    width: 90%;
    float: right;
    display: flex;
    margin-top: 30px;
    line-height: 36px;
}

.prod .info .item {
    width: 33%;
    color: #fff;
    padding: 0 0 0 100px;
}

.prod .qd {
    height: 120px;
}

.prod .chd {
    height: 120px;
}

.prod h6 {
    font-size: 100%;
}


.pc {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width:992px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .info-right>img:first-child {
        display: none;
    }

    .info-right>img:last-child {
        display: block;
    }

    /* banner图样式 */
    .shop-banner {
        margin-top: .71rem;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .shop-banner img {
        width: 100%;
        vertical-align: top;
    }

    .banner-info {
        width: 6.67rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .banner-tips {
        position: absolute;
        top: 50px;
        right: 17px;
        font-size: 8px;
        left: auto;
        margin-left: 0;
    }

    .info-desc {
        position: absolute;
        right: 0;
        top: 60%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .desc-title {
        font-size: .3rem;
    }

    .info-desc hr,
    .shop-desc hr {
        margin: 0;
        margin-top: .28rem;
        margin-bottom: .30rem;
        width: .62rem;
    }

    hr {
        margin: 0;
        margin-top: .28rem;
        margin-bottom: .30rem;
        width: .62rem;
    }

    .desc-content {
        width: 4rem;
        font-size: .18rem;
        color: #fff;
        line-height: .40rem;
        text-align: left;
    }

    .title img {
        height: 14px;
    }


    .gr {
        width: 90%;
        margin: auto;
    }

    .gr .title {
        font-size: 16px;
    }

    .gr hr {
        margin: 0;
        margin-top: .28rem;
        margin-bottom: .30rem;
        width: .62rem;
    }

    .gr .title span {
        color: #c79836;
    }

    .gr img {
        width: 100%;
        height: auto;
    }

    .slides {
        padding: 0;
        display: block;
        margin: 0 auto;
        position: relative;
    }

    .slides * {
        user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }

    .slides input {
        display: none;
    }

    .slide-container {
        display: block;
    }

    .slide {
        top: 0;
        opacity: 0;
        display: block;
        position: absolute;
        transform: scale(0);
        transition: all .7s ease-in-out;
    }

    .slide img {
        width: 100%;
        height: 100%;
    }

    .nav label {
        width: 10%;
        height: 100%;
        display: none;
        position: absolute;
        opacity: 0.4;
        z-index: 9;
        cursor: pointer;
        transition: opacity .2s;
        color: #FFF;
        font-size: 100pt;
        text-align: center;
        line-height: 480px;
        font-family: "Varela Round", sans-serif;
        background-color: rgba(255, 255, 255, .3);
        text-shadow: 0px 0px 15px rgb(119, 119, 119);
    }

    .slide:hover+.nav label {
        opacity: 0.4;
    }

    .nav label:hover {
        opacity: 1;
    }

    .nav .next {
        right: 0;
    }

    input:checked+.slide-container .slide {
        opacity: 1;

        transform: scale(1);

        transition: opacity 1s ease-in-out;
    }

    input:checked+.slide-container .nav label {
        display: block;
    }

    .nav-dots {
        width: 100%;
        bottom: -39em;
        height: 11px;
        display: block;
        position: relative;
        text-align: center;
    }

    .nav-dots .nav-dot {
        top: -5px;
        width: 11px;
        height: 11px;
        margin: 0 4px;
        position: relative;
        border-radius: 100%;
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .nav-dots .nav-dot:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.8);
    }

    input#img-1:checked~.nav-dots label#img-dot-1,
    input#img-2:checked~.nav-dots label#img-dot-2,
    input#img-3:checked~.nav-dots label#img-dot-3 {
        background: rgba(255, 255, 255, 0.8);
    }


    .prod {
        width: 375px;
        margin: 20px auto 60px auto;
        height: auto;
    }

    .prod .title {
        width: 100%;
        margin-top: 30px;
        padding: 0 0 0 20px;
        box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
    }

    .prod .title span {
        color: #c79836;
        font-weight: bolder;
        font-size: 16px;
    }

    .prod .info {
        width: 100%;
        display: flex;
        margin: 30px 0 30px 0;
        line-height: 36px;
    }

    .prod .info .item {
        width: 33%;
        color: #fff;
        padding: 0 0 0 10px;
    }

    .prod .info .item:first-child{
        padding: 0 0 0 20px;
    }

    .prod h2 {
        font-size: 12px;
    }

    .prod h6 {
        font-size: 60%;
    }

    .mobile-hide{
        display: none;
    }

    .mobile-width{
        width: 40%!important;
    }
}