.payButtBox{
    line-height: 30px;
    padding: 21px 0 0 0;
    border-top: 1px solid #eeeeee;
    color: #929292;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.payButt{
    border-radius: 3px;
    display: block;
    color: #fff;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    width: 176px;
    background-color: #007ec3;
}

.iconBar{
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
}

.iconItemText{
    display: inline;
}

@media (max-width: 1024px) {  
.iconBar{
    padding-left: 0px !important;
}
.iconItem{
    width: 50%;
    justify-content: center;
}

.iconItemText{
    display: block;
    width: 100px;
}
}

.iconItem{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
}

.iconItem img{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.proCate{
    background-color: #f8f8f8;
    padding: 20px 10px;
}


.proCateTitle{
    font-size: 24px;
    font-weight: 300;
    color: #333;
    text-align: center;
}

.proCateContent{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.proCateItem{
    background-color: #FFF;
    width: 295px;
    margin: 0 18px 10px;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.proCateImg{
    width: 89px;
    height: 89px;
    display: block;
    margin-right: 10px;
}

.proCateText{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}


@media (max-width: 1024px) {
    .iconBar{
        width: 100%;
        margin-top: 20px;
        box-sizing: border-box;
        flex: none;
        flex-wrap: wrap;
    }
}

@media (max-width: 1350px) {
    .typeArea{
        width: 100%;
    }

    .formContent{
        display: block;
        height: auto;
    }

    .left{
        width: 100%;
    }

    .right{
        width: 100%;
    }
}

@media (max-width: 441px) {
    .itemBar{
        height: auto;
        flex-wrap: wrap;
    }

    .elemBar{
        width: 100%;
        margin-top: 20px;
        box-sizing: border-box;
        flex: none;
        flex-wrap: wrap;
    }
}

@media (max-width: 1400px) {
    .gp1_l{
        width: 100% !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
    }
}

.cfStyle1{
    display: none;
}

@media (max-width: 672px) {
    .gp1_l{
        width: 100% !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
    }
    
    .cfStyle{
        display: none;
    }
    
    .cfStyle1{
        display: block;
    }
    
    .jqZoomPup{
        display: none;
    }
    
    .spec-preview{
        width: 100% !important;
        height: auto !important;
    }
    
    .jqzoom{
        height: auto !important;
    }
}

@media (max-width: 400px) {
    .items li{
        width: 25% !important;
        height: auto !important;
    }
    .items li i{
        line-height: normal !important;
    }
    .items li img{
        display: block !important;
    }
}

@media (max-width: 900px) {
    .itemText1{
        white-space: nowrap;
    }
}

@media (max-width: 1024px) {
    .full-inside-subnav{
        display: none;
    }
    
    .payButt{
        width: 100%;
    }
}