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

.goods-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%);
}

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

/* .desc-title{
	font-size  : 26px;
	font-weight: 900;
	color      : #fff;
	opacity    : 0;
}*/
/*.desc-title span{
	color: #c79830;
} */
.info-desc hr,
.goods-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;
}

/* 因你不凡 */
.goods-bufan {
    width     : 100%;
    height    : auto;
    background: #000;
    overflow  : hidden;
}

.bufan-info {
    width : 1200px;
    height: auto;
    margin: 0 auto;
}

.info-left,
.info-right {
    margin: 105px 0;
}

.info-left {
    width           : 100%;
    height          : auto;
    display         : -webkit-box;
    display         : -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
}

.info-right {
    width           : 100%;
    height          : auto;
    display         : -webkit-box;
    display         : -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
}

.info-right>.goods-desc {
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
    -webkit-box-align    : end;
    -ms-flex-align       : end;
    align-items          : flex-end;
}

.info-right>.goods-desc hr {
    width: 62px;
}

/* 产品介绍 */
.goods-introduce {
    width     : 100%;
    height    : auto;
    background: #000;
    position  : relative;
}

.yellow-top {
    width     : 100%;
    height    : 105px;
    background: #c4bd97;
    position  : absolute;
    top       : 39px;
    left      : 0;
    z-index   : 0;
}

.introduce-info {
    width   : 1200px;
    height  : auto;
    margin  : 0 auto;
    position: relative;
    z-index : 1;
}

.info-header {
    width           : 100%;
    height          : auto;
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    color           : #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
}

.introduce-left {
    width             : 548px;
    height            : 367px;
    background        : #1a3440;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    padding           : 62px 98px;
    color             : #ffffcc;
    font-size         : 18px;
}

.introduce-left ul {
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -ms-flex-pack        : distribute;
    justify-content      : space-around;
    width                : 100%;
    height               : 100%;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
}

.introduce-left ul li span {
    font-size: 20px;
}

.introduce-left ul li i {
    display       : inline-block;
    width         : 100px;
    height        : 2px;
    background    : #ffffcc;
    vertical-align: middle;
    margin        : 0 12px;
}

.introduce-right {
    width                : 603px;
    height               : 367px;
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
    -webkit-box-pack     : center;
    -ms-flex-pack        : center;
    justify-content      : center;
}

.introduce-right>span {
    font-size  : 16px;
    color      : #000;
    padding-top: 25px;
}

.introduce-right>h1 {
    font-size     : 26px;
    color         : #221e1f;
    line-height   : 50px;
    padding-bottom: 10px;
}

.introduce-right>p {
    font-size  : 16px;
    line-height: 40px;
}

.introduce-right>a {
    display           : block;
    width             : 110px;
    height            : 36px;
    color             : #000;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    border            : 1px solid #fff;
    background        : #fff;
    text-align        : center;
    line-height       : 34px;
    font-size         : 14px;
    margin-top        : 30px;
    -webkit-transition: .3s;
    transition        : .3s;
}

.introduce-right>a:hover {
    background: transparent;
    color     : #c79830;
    border    : 1px solid #c79830;
}

.video {
    width: 1200px;
    margin: 81px auto;
    font-size: .16rem;
    display: flex;
}



.swiper-button-next {
    background-image: url(../images/bt-next.png);
    width: 18px;
    height: 31px;
    background-size: 18px 31px;
}

.swiper-button-prev {
    background-image: url(../images/bt-prev.png);
    width: 18px;
    height: 31px;
    background-size: 18px 31px;
}

.video::-webkit-scrollbar {
    display: none;
}

.video .swiper-slide{
    width:354px;
}

.video .swiper-slide video{
    border:2px solid #fff;
    outline: none;
}

.video .swiper-slide img {
    width:100%;
    cursor: pointer;
}

.content-item {
    width: 1200px;
    margin: 81px auto;
    font-size: 16px;
}

.content-item p{
    line-height: 35px;
}

.content-item .form-desc .desc-title {
    font-size: .26rem;
}

.content-item .form-desc hr {
    width: .64rem;
}

.content-item>p:nth-child(4) {
    padding-top   : .48rem;
    padding-bottom: .15rem;
}

.content-item:last-child {
    margin: 0.5rem 0;
}

.item-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    font-size: 16px;
}

.item-info p {
    color: #c78936;
}

.item-info>span {

    color: #fff;
}

.master-info{
    margin:.3rem 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.master-item{
    display: flex;
}

.mobile{
    display: none;
}

.info {
    margin-top: 48px;
}

.master-item .master-cert{
    width:65%;
    text-align: center;
}

.master-item .info{
    margin-top: 2px;
    text-align: center;
    font-size: 16px;
}

.master-info p {
    font-weight:bold;
    color: #c78936;
}

.master-info .swiper-button-next {
    background-image: url(../images/swiper-next.png);
    width: 25px;
    height: 54px;
    background-size: 25px 54px;
}

.master-info .swiper-button-prev {
    background-image: url(../images/swiper-prev.png);
    width: 25px;
    height: 54px;
    background-size: 25px 54px;
}

.info>span {
    display: block;
    max-width: 256px;
    margin: 0 auto;
    line-height: 35px;
}

.item-info .info:nth-child(2)>span{
    max-width: 385px;
}

.info>img {
    width        : 256px;
    margin-bottom: 20px;
}

.item-list {
    color      : #fff;
    line-height: .40rem;
    margin     : .46rem 0;
}

.item-list>li:not(:first-child) {
    padding-left: .20rem;
    background  : url("../images/list-icon.png") no-repeat center left;
}

.content-item>img {
    width: 100%;
}


/* 轮播图 */
.lunbo {
    width           : 1200px;
    height          : 556px;
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
    margin          : 81px auto;
}

.bigPic {
    width   : 936px;
    height  : 556px;
    overflow: hidden;
    position: relative;
}

.bigPic>ul {
    width             : 100%;
    height            : 100%;
    position          : absolute;
    top               : 0;
    left              : 0;
    -webkit-transition: .4s;
    transition        : .4s;
}

.smallPic {
    width   : 258px;
    height  : 556px;
    overflow: hidden;
    position: relative;
}

.picList {
    width   : 258px;
    height  : 459px;
    overflow: hidden;
    position: relative;
}

.picList>ul {
    width             : 100%;
    height            : calc(153px*5);
    overflow          : hidden;
    position          : absolute;
    top               : 0;
    left              : 0;
    -webkit-transition: .5s;
    transition        : .5s;
}

.picList>ul>li {
    width : 100%;
    height: calc((459px - 15px)/3);
    margin: 5px 0;
}

.picList>ul>li:first-child {
    margin-top: 0;
}

.picList>ul>li:last-child {
    margin-bottom: 0;
}

.picList>ul>li img {
    width : 100%;
    height: calc((459px - 15px)/3);
}

.pageUp,
.pageDown {
    width             : 100%;
    height            : 97px;
    text-align        : center;
    line-height       : 99px;
    background        : #1a3440;
    -webkit-transition: .5s;
    transition        : .5s;
    overflow          : hidden;
}

.pageUp {
    margin-bottom           : 3px;
    height                  : 0;
    -webkit-transform-origin: top;
    transform-origin        : top;
}

.pageDown {
    margin-top              : 3px;
    -webkit-transform-origin: bottom;
    transform-origin        : bottom;
}

.lunbo img {
    width: 100%;
}

.pageDown img,
.pageUp img {
    width : 54px;
    height: 25px;
}

.pageUp img {
    -webkit-transform: rotate(180deg);
    transform        : rotate(180deg);
}

/*  */
.ynbf {
    width          : 1200px;
    height         : 105px;
    margin         : 0 auto;
    background     : url("../images/ynbf.png") no-repeat center;
    background-size: cover;
    text-align     : center;
    line-height    : 105px;
    color          : #fff;
    font-size      : 26px;
}

.pic {
    width   : 1200px;
    height  : auto;
    margin  : 0 auto;
    overflow: hidden;
}

.pic-item {
    width            : 100%;
    color            : #fff;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-pack : start;
    -ms-flex-pack    : start;
    justify-content  : flex-start;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    margin           : 105px 0;
}

.pic-left {
    width       : 42px;
    margin-right: 30px;
}

.pic-middle {
    width       : 510px;
    margin-right: 43px;
}

.pic-middle p {
    font-size  : 26px;
    font-weight: 900;
    line-height: 60px;
}

.pic-middle span {
    font-size  : 16px;
    line-height: 40px;
}

/* 不凡之家 */
.other-introduce {
    width         : 100%;
    background    : #000;
    position      : relative;
    overflow      : hidden;
    padding-bottom: 116px;
}

.other-introduce .introduce-left {
    height           : 179px;
    padding          : 0;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

.other-introduce .introduce-left p {
    max-width  : 451px;
    line-height: 30px;
}

.other-introduce .introduce-right {
    width      : 603px;
    height     : 179px;
    line-height: 179px;
}

.other-introduce .introduce-right>h1 {
    font-size: 26px;
    color    : #221e1f;
    padding  : 0;
}

.info-pic {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -ms-flex-wrap   : wrap;
    flex-wrap       : wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
    margin-top      : 81px;
}

.info-pic img:nth-child(n-2) {
    padding-top: 36px;
}

/* 产品详情 */
.detail-introduce {
    width     : 100%;
    background: #000;
    position  : relative;
}

.detail-introduce .introduce-left {
    height           : 179px;
    padding          : 0;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
}

.detail-introduce .introduce-left p {
    max-width  : 451px;
    line-height: 40px;
}

.detail-introduce .introduce-right {
    width      : 603px;
    height     : 179px;
    line-height: 179px;
}

.detail-introduce .introduce-right>h1 {
    font-size: 26px;
    color    : #221e1f;
    padding  : 0;
}

.info-goods {
    width   : 100%;
    height  : auto;
    color   : #fff;
    overflow: hidden;
}

.goodsItem {
    overflow: hidden;
    margin  : 72px 0;
}

.item-top {
    width   : 100%;
    position: relative;
}

.item-top>.item-top-left>h1 {
    font-size: 26px;
}

.item-top>.item-top-left>p {
    font-size  : 16px;
    line-height: 35px;
    margin-top: 8px;
}

.item-top>.item-top-right {
    position : absolute;
    top      : 0;
    right    : 0;
    font-size: 16px;
    color    : #c79836;
}

.item-bottom {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
    margin-top: 20px;
}

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

.introduce-info>p {
    display: none;
}

.item-top-left>h1>img {
    width      : 20px;
    height     : 20px;
    margin-left: 6px;
}

@media (max-width:992px) {
    .info-right>img:first-child {
        display: none;
    }

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

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

    .goods-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%);
    }

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

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

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

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

    /* 因你不凡 */
    .goods-bufan {
        width     : 100%;
        height    : auto;
        background: #000;
        overflow  : hidden;
    }

    .goods-bufan .desc-content {
        width        : 100%;
        font-size    : .18rem;
        color        : #fff;
        line-height  : .40rem;
        text-align   : center;
        margin-bottom: .44rem;
    }

    .bufan-info {
        width : 6.67rem;
        height: auto;
        margin: 0 auto;
    }

    .info-left,
    .info-right {
        margin: 1.05rem 0;
    }

    .info-left {
        width  : 100%;
        height : auto;
        display: block;
    }

    .info-right {
        width  : 100%;
        height : auto;
        display: block;
    }

    .info-left>img,
    .info-right>img {
        width: 100%;
    }

    .info-left>.goods-desc,
    .info-right>.goods-desc {
        display              : -webkit-box;
        display              : -ms-flexbox;
        display              : flex;
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
        -webkit-box-align    : center;
        -ms-flex-align       : center;
        align-items          : center;
    }

    .info-right>.goods-desc hr {
        width: .62rem;
    }

    /* 产品介绍 */
    .goods-introduce {
        width     : 100%;
        height    : auto;
        background: #000;
        position  : relative;
    }

    .yellow-top {
        width     : 100%;
        height    : 1.05rem;
        background: #c4bd97;
        position  : absolute;
        top       : .39rem;
        left      : 0;
        z-index   : 0;
    }

    .introduce-info {
        width   : 100%;
        height  : auto;
        margin  : 0 auto;
        position: relative;
        z-index : 1;
    }

    .introduce-info>p {
        display  : block;
        max-width: 6.67rem;
        margin   : .56rem auto;
        font-size: .18rem;
        color    : #fff;
    }

    .info-header {
        width           : 100%;
        height          : auto;
        display         : -webkit-box;
        display         : -ms-flexbox;
        display         : flex;
        color           : #fff;
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between;
    }

    .introduce-left {
        width             : 4.38rem;
        height            : 3.16rem;
        background        : #1a3440;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        padding           : .28rem .25rem;
        color             : #ffffcc;
        font-size         : .18rem;
        margin-left       : .44rem;
    }

    .introduce-left ul {
        display              : -webkit-box;
        display              : -ms-flexbox;
        display              : flex;
        -ms-flex-pack        : distribute;
        justify-content      : space-around;
        width                : 100%;
        height               : 100%;
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
    }

    .introduce-left ul li span {
        font-size: .16rem;
    }

    .introduce-left ul li i {
        display       : inline-block;
        width         : 1.00rem;
        height        : 0.02rem;
        background    : #ffffcc;
        vertical-align: middle;
        margin        : 0 .12rem;
    }

    .introduce-right {
        width        : auto;
        height       : auto;
        display      : block;
        padding-top  : .5rem;
        padding-right: .2rem;
    }

    .introduce-right>p {
        display: none;
    }

    .introduce-right>span {
        font-size: .18rem;
        color    : #000;
    }

    .introduce-right>h1 {
        font-size     : .26rem;
        color         : #221e1f;
        line-height   : .50rem;
        padding-bottom: .10rem;
    }

    .introduce-right>p {
        font-size  : .16rem;
        line-height: .40rem;
    }

    .introduce-right>a {
        display           : block;
        width             : 1.10rem;
        height            : .36rem;
        color             : #000;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        background        : #fff;
        text-align        : center;
        line-height       : .38rem;
        font-size         : .14rem;
        margin-top        : .30rem;
        -webkit-transition: .3s;
        transition        : .3s;
    }

    .introduce-right>a:hover {
        background: transparent;
        color     : #c79830;
        border    : 0.01rem solid #c79830;
    }

    /* 轮播图 */
    .lunbo {
        width           : 6.67rem;
        height          : 5rem;
        display         : block;
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between;
        margin          : .81rem auto;
    }

    .bigPic {
        width   : 6.67rem;
        height  : 3.81rem;
        overflow: hidden;
        position: relative;
    }

    .bigPic>ul {
        width             : 100%;
        height            : 100%;
        position          : absolute;
        top               : 0;
        left              : 0;
        -webkit-transition: .4s;
        transition        : .4s;
    }

    .smallPic {
        width   : 6.67rem;
        height  : 1.07rem;
        overflow: hidden;
        position: relative;
        display : -webkit-box;
        display : -ms-flexbox;
        display : flex;
    }

    .picList {
        width   : 6.42rem;
        height  : 1.07rem;
        overflow: hidden;
        position: relative;
    }

    .picList>ul {
        width             : 12.84rem;
        height            : 1.07rem;
        overflow          : hidden;
        position          : absolute;
        top               : 0;
        left              : 0;
        -webkit-transition: .5s;
        transition        : .5s;
    }

    .picList>ul>li {
        float : left;
        width : 1.92rem;
        height: 1.07rem;
        margin: 0;
    }

    .picList>ul>li:first-child {
        margin-top: 0;
    }

    .picList>ul>li:last-child {
        margin-bottom: 0;
    }

    .picList>ul>li img {
        width : 100%;
        height: auto;
    }

    .pageUp,
    .pageDown {
        width             : 0.99rem;
        height            : 1.07rem;
        text-align        : center;
        line-height       : .99rem;
        background        : #1a3440;
        -webkit-transition: .5s;
        transition        : .5s;
        overflow          : hidden;
    }

    .pageUp {
        margin-bottom           : 0;
        width                   : 0;
        -webkit-transform-origin: top;
        transform-origin        : top;
    }

    .pageDown {
        margin-top              : 0;
        -webkit-transform-origin: bottom;
        transform-origin        : bottom;
    }

    .lunbo img {
        width: 100%;
    }

    .pageDown img,
    .pageUp img {
        width : .54rem;
        height: .25rem;
    }

    .pageUp img {
        -webkit-transform: rotate(90deg);
        transform        : rotate(90deg);
    }

    .pageDown img {
        -webkit-transform: rotate(-90deg);
        transform        : rotate(-90deg);
    }

    /*  */
    .ynbf {
        width          : 6.67rem;
        height         : 1.05rem;
        margin         : 0 auto;
        background     : url("../images/ynbf.png") no-repeat center;
        background-size: cover;
        text-align     : center;
        line-height    : 1.05rem;
        color          : #fff;
        font-size      : .26rem;
    }

    .pic {
        width   : 6.67rem;
        height  : auto;
        margin  : 0 auto;
        overflow: hidden;
    }

    .pic-item {
        width            : 100%;
        color            : #fff;
        display          : block;
        -webkit-box-pack : start;
        -ms-flex-pack    : start;
        justify-content  : flex-start;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
        margin           : 1.05rem 0;
    }

    .pic-left {
        width       : .61rem;
        /* height   : .42rem; */
        margin-right: 0;
        float       : left;
    }

    .pic-left img {
        width: 100%;
    }

    .pic-middle {
        float       : left;
        width       : 5.10rem;
        margin-right: 0;
        margin-left : .3rem;
        position    : relative;
        top         : -.38rem;
    }

    .pic-middle p {
        font-size  : .26rem;
        font-weight: 900;
        line-height: .60rem;
    }

    .pic-middle span {
        font-size  : .18rem;
        line-height: .40rem;
    }

    .pic-bottom {
        clear: both;
        width: 100%;
    }

    .pic-bottom img {
        width         : 100%;
        vertical-align: top;
    }

    /* 不凡之家 */
    .other-introduce {
        width         : 100%;
        background    : #000;
        position      : relative;
        overflow      : hidden;
        padding-bottom: 1.16rem;
    }

    .other-introduce .introduce-left {
        width             : 4.38rem;
        height            : 2.11rem;
        padding           : 0;
        display           : -webkit-box;
        display           : -ms-flexbox;
        display           : flex;
        -webkit-box-pack  : center;
        -ms-flex-pack     : center;
        justify-content   : center;
        -webkit-box-align : center;
        -ms-flex-align    : center;
        align-items       : center;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        font-size         : .18rem;
        padding           : .28rem .25rem;
    }

    .other-introduce .introduce-left p {
        max-width  : 4.51rem;
        line-height: .30rem;
    }

    .other-introduce .introduce-right {
        width      : 3rem;
        padding-top: .65rem;
        text-align : center;
        height     : 1.79rem;
        line-height: 1.79rem;
    }

    .other-introduce .introduce-right>h1 {
        font-size: .26rem;
        color    : #221e1f;
        padding  : 0;
    }

    .info-pic {
        width           : 6.67rem;
        margin          : 0 auto;
        display         : -webkit-box;
        display         : -ms-flexbox;
        display         : flex;
        -ms-flex-wrap   : wrap;
        flex-wrap       : wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between;
        margin-top      : .49rem;
    }

    .info-pic img {
        width : 3.12rem;
        height: 1.94rem;
    }

    .info-pic img:nth-child(n-2) {
        padding-top: .36rem;
    }

    /* 产品详情 */
    .detail-introduce {
        width     : 100%;
        background: #000;
        position  : relative;
    }

    .detail-introduce .introduce-left {
        width             : 4.38rem;
        height            : 2.11rem;
        padding           : 0;
        display           : -webkit-box;
        display           : -ms-flexbox;
        display           : flex;
        -webkit-box-pack  : center;
        -ms-flex-pack     : center;
        justify-content   : center;
        -webkit-box-align : center;
        -ms-flex-align    : center;
        align-items       : center;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        font-size         : .18rem;
        padding           : .28rem .25rem;
    }

    .detail-introduce .introduce-left p {
        max-width  : 4.51rem;
        line-height: .40rem;
    }

    .detail-introduce .introduce-right {
        width      : 3rem;
        padding-top: .65rem;
        text-align : center;
        height     : 1.79rem;
        line-height: 1.79rem;
    }

    .detail-introduce .introduce-right>h1 {
        font-size: .26rem;
        color    : #221e1f;
        padding  : 0;
    }

    .info-goods {
        width   : 6.67rem;
        height  : auto;
        color   : #fff;
        overflow: hidden;
        margin  : 0 auto;
    }

    .goodsItem {
        overflow: hidden;
        margin  : .72rem 0;
    }

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

    .item-top {
        width   : 100%;
        position: relative;
    }

    .item-top>.item-top-left>h1 {
        font-size: .26rem;
    }

    .item-top>.item-top-left>p {
        font-size  : .18rem;
        line-height: .48rem;
    }

    .item-top>.item-top-right {
        position : absolute;
        top      : 0;
        right    : 0;
        font-size: .16rem;
        color    : #c79836;
    }

    .item-bottom {
        width           : 100%;
        height          : 1.64rem;
        display         : -webkit-box;
        display         : -ms-flexbox;
        display         : flex;
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between;
        margin-top      : .33rem;
    }

    .item-bottom img {
        height: 100%;

    }

    .item-top-left>h1>img {
        width      : .2rem;
        height     : .2rem;
        margin-left: 0.06rem;
    }

    .video{
        width: 6.67rem;
        margin: .81rem auto;
    }

    .video .swiper-slide{
        width:70%;
    }

    .swiper-button-next {
        width: 9px;
        height: 15.5px;
        background-size: 9px 15.5px;
        margin-top: -11px;
    }
    
    .swiper-button-prev {
        width: 9px;
        height: 15.5px;
        background-size: 9px 15.5px;
        margin-top: -11px;
    }

    .content-item {
        width: 6.67rem;
        margin: 0.5rem auto 1rem auto;
        font-size: .16rem;
    }

    .content-item p{
        line-height: .4rem;
    }

    .content-item .form-desc .desc-title {
        font-size: .26rem;
    }

    .content-item .form-desc hr {
        width: .64rem;
    }

    .content-item>p:nth-child(4) {
        padding-top   : .48rem;
        padding-bottom: .15rem;
    }

    .content-item:last-child {
        margin: 0.5rem 0;
    }

    .item-info {
        width           : 100%;
        display         : block;
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between;
        text-align      : center;
        font-size       : .16rem;
    }

    .item-info p {
        color: #c78936;
    }

    .item-info>span {

        color: #fff;
    }

    .info {
        width     : 100%;
        margin-top: .2rem;
    }

    .info>span {
        width    : 100%;
        max-width: 100%;
        line-height: .4rem;
    }

    .info>img {
        width        : 3.21rem;
        margin-bottom: .2rem;
    }

    .item-list {
        color      : #fff;
        line-height: .40rem;
        margin     : .46rem 0;
    }

    .item-list>li:not(:first-child) {
        padding-left: .20rem;
        background  : url("../images/list-icon.png") no-repeat center left;
    }

    .content-item>img {
        width: 100%;
    }

    .pc{
        display: none;
    }

    .mobile{
        display: block;
    }

    .master-item{
        display: none;
    }

    .mobile .active{
        display: block;
    }

    .master-tab {
        font-size: 0
    }

    .master-tab .master-label{
        width:45%;
        display: inline-block;
        font-size: .16rem;
        line-height: .4rem;
        margin-bottom: .3rem;
        padding-left:5%;
        background  : url("../images/tab-bg.png") no-repeat center left;
        background-size: auto .4rem;
    }

    .master-tab .active{
        background  : url("../images/tab-bg-active.png") no-repeat center left;
        color:#c78936;
        background-size: auto .4rem;
    }

    .master-item .info>img{
        width:40%;
        float: left;
        margin-left:10%;
        margin-right:.32rem;
    }

    .master-item p{
        margin-top:.3rem;
        width:40%;
        display: block;
        float: left;
        text-align: left;
    }

    .master-item .info>span{
        width:40%;
        float: left;
        text-align: left;
    }

    .master-item .master-cert {
        clear: both;
        width: 100%;
        text-align: center;
    }

    .master-item .master-cert img{
        margin-top:.3rem;
        width: 100%;
    }
}