@import'./common.css';
@import'./footer.css';
#all-product {
    width: 100%;
    height: 369px;
    padding-top: 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
#all-product-tab .tab-item {
    font-size: 22px;
    color: #98a9bc;
}
#all-product-tab .tab-item-active {
    color: #2E3033;
}
#all-product-tab .tab-item-active::after {
    bottom: -10px;
}
.all-product-main {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    height: 281px;
    margin-top: 14px;
    position: relative;
    padding: 60px 0 0;
    color: #2e3033;
    text-align: left;
    position: relative;
}
.all-product-product {
    width: 595px;
    height: 275px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0px;
}
.all-product-main-title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}
.all-product-main-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.common-bg {
    background-size: 1920px 550px;
    height: 550px;
}
#product .common-container {
    text-align: left;
    height: 550px;
    line-height: 550px;
}
#product .common-container.right {
    text-align: right;
}

.common-content {
    text-align: left;
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
    min-width: 380px;
}

.common-content-title {
    /* margin-top: 154px; */
    font-weight: 600;
    text-align: left;
    color: #2e3033;
    font-size: 24px;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
    line-height: 33px;
}
.common-content-title.hot::after {
    content: '';
    width: 104px;
    height: 29px;
    display: block;
    background: url(../img/product/hotFunc.png) no-repeat center;
    background-size: 100%;
    right: -webkit-calc(-104px - 12px);
    right: -moz-calc(-104px - 12px);
    right: calc(-104px - 12px);
    top: 0;
    position: absolute;
}
.common-content-title.recommend::after {
    content: '';
    width: 104px;
    height: 29px;
    display: block;
    background: url(../img/product/recommendFunc.png) no-repeat center;
    background-size: 100%;
    right: -webkit-calc(-104px - 12px);
    right: -moz-calc(-104px - 12px);
    right: calc(-104px - 12px);
    top: 0;
    position: absolute;
}

.common-content-subtitle {
    font-weight: 400;
    text-align: left;
    color: #2e3033;
    font-size: 20px;
    line-height: 28px;
}
.common-content-ull {
    margin-top: 30px;
    float: left;
    margin-right: 50px;
    font-weight: 400;
    text-align: left;
    color: #708499;
    line-height: 22px;
    font-size: 16px;
    list-style-type: none;
}

.common-content-ull > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 12px;
}

.common-content-ull > li::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #708499;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.all-product-item {
    width: 132px;
    height: 100px;
    position: relative;
    display: inline-block;
}

.all-product-item:not(:first-child) {
    margin-left: 114px;
}

.all-product-item-icon {
    width: 100%;
    height: 100%;
    background-size: 102px 100px;
}

.all-product-item-text {
    position: absolute;
    bottom: -42px;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

#tyzfpt_img {
    width: 478px;
    height: 185px;
    background-size: 100%;
    margin-top: 39px;
}