.tab-demo {
    display: flex;
}

.tab-title {
    width: 23%;
    display: flex;
    flex-direction: column;
}

.tab-title li {
    margin-bottom: 10px;
    padding-right: 35px;
}

.tab-title li a {
    display: block;
    padding: 10px;
    color: #666;
    padding: 20px;
    text-decoration: none;
    border: 1px solid #ccc;
    font-size: 14px;
}

.tab-title li.active a {
    color: #fff;
    background-color: #44733c;
    border: 1px solid #44733c;
}

.tab-inner-wrap {
    width: 77%;
}

.tab-inner {
    padding: 0 10px;
    /* border: 1px solid #ccc; */
}
.tab-inner#one strong {
    font-size: 14px !important;
    font-family: 'Microsoft YaHei' !important;
}


.tab-inner#one>p, .tab-inner#one>div {
    font-size: 14px !important;
    font-family: 'Microsoft YaHei' !important;
}
.tab-inner#one>p span {
    font-size: 14px !important;
    font-family: 'Microsoft YaHei' !important;
}

.goodsDetail {
    margin-top: 50px;
    margin-bottom: 100px;
}
.goodsDetail .box {
    width: 84.68%;
    margin: 0 auto;
}

#detailVideo {
    width: 100%;
}
.goodsDetail .goods-download {
    display: flex;
}
.goodsDetail .goods-download li {
    width: 150px;
    margin-right: 10px;
    padding: 35px 0;
}
.goodsDetail .goods-download a {
    display: inline-block;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #333;
}
.goodsDetail .goods-download a i {
    display: inline-block;
    background: url('../image/download.png') no-repeat;
    background-size: contain;
    background-position: center center;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}
.goodsDetail .goods-download li:hover a i {
    background: url('../image/download01.png') no-repeat;
    background-size: contain;
    background-position: center center;
}
.goodsDetail .goods-download li:hover a {
    color: #44733c;
}

@media (max-width: 768px) {
    .tab-inner#one img {
        width: 100% !important;
        height: auto !important;
    }
}