/* 商品详情 */
#product-detail .container{background-color: white;border-radius: 9px 9px 0 0;padding: 20px 20px 0 20px;margin-top: 25px;}
.btn-download{background-color: #E53128;border-color: #E53128;color: white !important;border-radius: 4px;margin-right:10px;}
.btn-download:last-child{margin: 0;}
.store-info .max-info .download .shujiuxz{font-size: 14px;margin-right: 10px;}
#accessory .container{background-color: white;border-radius: 0 0 9px 9px;padding: 15px;}
#product-detail .store-info{display: flex;margin-bottom: 25px;flex-wrap: wrap;}
#product-detail .annex-box{margin-top: 20px;margin-bottom: 20px;}
#annexBox .top{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 8px;align-items: center;}
#annexBox .top .title{margin-bottom: 0;width: 90%;}
#product-detail .store-info .left{width: 35%;display: flex;flex-direction: column;}
.store-info .left .max-image{flex: 2;margin-bottom: 10px;}
.store-info .max-image img{width: 100%;height: 100%;border-radius: 10px;}
.store-info .left .footer-image{flex: 1;display: flex;}
.store-info .left .footer-image img{width: calc(25% - 15px);border-radius: 10px;margin-right: 7.5px;margin-left: 7.5px;}
#product-detail .store-info .right{flex: 2;padding-left: 30px;font-size: 15px;}
.store-info .right .title-box{display: flex;justify-content: space-between;align-items: center;}
.store-info .right .title{margin-top: 0;font-weight: 600;flex: 1;margin-bottom: 0;}
.store-info .right .collect{font-size: 14px;}
.store-info .right i{font-weight: bold;margin-right: 7px;}
.store-info .right i.action{color: #FF943C;}
.store-info .right .price-box{background-color: #F6F6F6;border-radius: 10px;padding: 28px 15px;margin: 25px 0;display: flex;align-items: center;}
.store-info .price-box .price{color: #E53128;font-size: 24px;font-weight: 600;}

.store-info .max-info .two{display: flex;align-items: center;flex-wrap: wrap;}
.store-info .max-info .item{display: flex;margin-bottom: 22px;width: 60%;}
.store-info .max-info .gmjs{align-items: center;padding-left: 5%;width: 40%;}
.store-info .step-price{align-items: center;}
.store-info .cartgm{justify-content: space-around;}
.store-info .cartgm span{padding-right: 6px;}
.store-info .step-price .tip{color: #9E9E9E;font-size: 12px;margin-top: 5px;margin-bottom: 0;}
.store-info .step-price tr th,.store-info .step-price tr td{text-align: center;font-size: 14px;}
.store-info .step-price tr th:first-child,.store-info .step-price tr td:first-child{text-align: left;}
.store-info .max-info .item .name{color: #777777;}
.store-info .max-info .item .value{padding-left: 10px;flex: 1;}
.store-info .max-info .gmjs .input-group{width: 140px;}
.store-info .max-info .gmjs .input-group input{text-align: center;padding: 6px 0;}
.store-info .max-info .three{display: flex;align-items: flex-end;flex-wrap: wrap;}
.store-info .max-info .three .cartgm{margin-bottom: 0;}
.store-info .max-info .download{color: #999999;font-size: 12px;justify-content: flex-end;margin-bottom: 0;width: 40%;align-items: center;}
.store-info .max-info .download .glyphicon{padding-right: 5px;}
.store-info .max-info .download a{color: #999999}

.store-model .details-title{font-size: 16px;background-color: #F6F6F6;padding: 14px 15px;border-radius: 10px;display: flex;justify-content: space-between;align-items: center;}
.store-model .body{margin-top: 15px;}

.swiper-slide img{border-radius: 10px;max-height: 100%;border: 1px solid #E2E2E2;}

#Floating{position: fixed;top: 65%;right: 0;transform: translate(0, -65%);background-color: white;border-radius: 10px;z-index: 99999;display: flex;box-shadow:0px 4px 10px 0px rgba(119, 119, 119, 0.1);}
#Floating .left{padding: 0 3px;display: none;align-items: center;background-color: #9E9E9E;color: white;}

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 992px) {
    #product-detail .container{margin: 15px 10px 0 10px;padding: 10px 10px 0 10px;}
    #product-detail .store-info .left{width: 100%;}
    #product-detail .store-info .right{width: 100%;padding-left: 0;margin-top: 25px;}
    #Floating .FloatingFile{display: none;}
    #Floating .left{display: flex;min-height: 100px;}
    .store-info .max-info .item{width: 100%;margin-bottom: 16px;}
    .store-info .max-info .item #cartAdd,.store-info .max-info .item #buyNow{padding: 8px 14px;font-size: 16px;}
    .store-info .max-info .gmjs{padding-left: 0;}
    .store-info .max-info .download{margin-top: 15px;margin-bottom: 0;}
    #template-one .tuijian{width: 100%;margin-top: 15px;}
    #template-one .details{width: 100%;margin-right: 0;padding: 0 5px;}
    .store-info .right .title{font-size: 20px;}
    .store-info .right .price-box{padding: 15px 10px;margin: 15px 0;}
    .store-model .details-title{font-size: 14px;padding: 10px 15px;margin: 0 5px;}
    #product-detail .store-info{margin-bottom: 15px;}

    #accessory .container{padding: 5px;margin: 0 10px}
    .store-model .body{margin-bottom: 15px;}
    #template-one .tuijian .mtitle{font-size: 14px;padding: 10px 15px;margin: 0 5px;}

    #template-one .container{margin: 15px 5px 5px;}
}