.content{
    padding-top: 94px;
    box-sizing: border-box;
    padding-bottom: 30px;
}
@media (max-width: 1020px) {
    .content .container{
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
}
.info-location{
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 29px;
}
.info-product{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
@media (max-width: 1020px) {
    .info-product{
        justify-content: center;
    }
}
.info-product-left{
    width: 420px;
}
.info-product-left-img{
    width: 100%;
    height: 420px;
    border: 1px solid #F2F2F2;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1020px) {
    .info-product-left{
        width: 580px;
    }
    .info-product-left-img{
        height: 580px;
    }
    .info-product-right{
        width: 700px;
    }
}

.info-product-left-img img{
    width: 100%;
    max-height: 100%;
}
.info-product-left-list{
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -12px 0px 0px -12px;
    margin-top: 22px;
    /*gap: 12px;*/
}
.info-product-left-list img{
    width: 60px;
    height: 60px;
    border: 1px solid #F2F2F2;
    cursor: pointer;
    margin: 12px 0px 0px 12px;
}
.info-product-right{
    margin-left: 37px;
    width: 526px;
}
.info-product-right-name{
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin: 0;
    margin-bottom: 18px;
}
.info-product-right-price{
    width: 526px;
    /*background: #F5F5F5;*/
    padding: 12px 16px;
    box-sizing: border-box;
    background-image: url("../imgs/price-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.info-product-right-price-one{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}
.info-product-right-price-one span:first-child{
    width: 80px;
    display: inline-block;
}
.info-product-right-price-two{
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.info-product-right-price-two p:first-child{
    margin: 0;
    width: 80px;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}
.info-product-right-price-two p:last-child{
    font-size: 20px;
    font-weight: 400;
    color: #FF2900;
    margin: 0;
}
.info-product-right-price-two p:last-child span{
    font-size: 12px;
    font-weight: 400;
    color: #FF2900;
}
.info-product-right-price-two-tip a{
    color: #FF2900;
}
.info-product-right-desc{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    margin-top: 24px;
}
.info-product-right-desc p:first-child{
    margin: 0;
    width: 80px;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}
.info-product-right-desc p:last-child{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.info-product-right-desc p:last-child span{
    color: #666666;
}
.info-product-right-other{
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.info-product-right-other-name{
    width: 80px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}
.info-product-right-list{
    width: 450px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    /*gap: 5px;*/
    margin: -5px 0px 0px -5px;
}
.info-product-right-list-one{
    width: 40px;
    height: 40px;
    margin: 5px 0px 0px 5px;
    border: 1px solid #b8b7bd;
    box-sizing: border-box;
}
.info-product-right-list-one img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.info-product-right-list-one-active{
    /*border: 2px solid #FF2900;*/
    box-sizing: border-box;
    position: relative;
    border: none;
}
.info-product-right-list-one-active:after{
    content: "";
    width: 42px;
    height: 42px;
    position: absolute;
    left: -2px;
    top: -2px;
    background-image: url("../imgs/sku-choose.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.shop-op,.shop-op:focus,.shop-op:hover,.shop-op.active{
    padding: 16px;
    box-sizing: border-box;
    background: #FCF1EE;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #FF2900;
    border:none!important;
    outline: none!important;
    margin-top: 25px;
}
.shop-op a,.shop-op a:link,.shop-op a:hover,.shop-op a:active{
    color: #FF2900!important;
}
.info-desc{
    width: 100%;
    margin-top: 43px;
}
.info-desc-header{
    width: 100%;
    height: 48px;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
}
.info-desc-header a{
    display: block;
    height: 100%;
    padding: 0 18px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    border-right: 1px solid #E6E6E6;
    line-height: 48px;
}
.info-desc-header-active{
    position: relative;
    color: #FF2900!important;
}
.info-desc-header-active:after{
    content: ' ';
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../imgs/product-index.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.info-desc-content{
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 0 10px;
}

#info-desc-content-one img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
@media (max-width: 1020px) {
    #info-desc-content-one img{
        width: 100%;
    }
}
.to-top{
    width: 60px;
    height: 60px;
    border-radius: 2px;
    cursor: pointer;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 2px;
    top: 82%;
}
.to-top:hover{
    opacity: 1;
}
.to-top img{
    width: 60px;
    height: 60px;
}
