.width100 {
    width: 1200px;
    margin-top: 30px;
}

.info_box {
    padding: 0 8px;
    margin-top: 10px;

}
.info_box .teams_name {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    height: 40px;
}
.info_box .info_name span{
    margin-left: 15px;
}
.info_box .info_desc {
    line-height: 23px;
    font-size: 16px;
    color: #666666;
}
.info_tags {
    margin-top: 7px;
}
.info_tags .tags_item{
    width: 100%;
    line-height: 30px;
    color: #AF791B;
    list-style-type: disc;
    list-style-position:inside
}
.header_bg {
    width: 100%;
    min-height: 300px;
    background-image: url('/static/images/pexels-photo-3755440@2x.png');
    background-position: center center;
    background-size: 100% 100%;
}
.header_title{
    font-size: 42px;
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 130px;
}
.header_title p {
    font-size: 16px;
    margin-top: 10px;
}
.s_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top:30px;
}
.s_item_img{
    width: 300px;
    height: 400px;
}
.s_item_img img{
    min-width: 300px;
    max-width: 300px;
}
.s_item_info {
    width: 800px;
}
.s_item_info_name{
    font-size: 24px;
    line-height: 32px;
}
.s_item_tags{
    font-size: 24px;
    line-height: 48px;
    border-top: 1px #707070 dashed;
    margin: 20px 0;
}
.s_item_title{
    width: 100px;
    height: 31px;
    line-height: 31px;
    background: #CDA523;
    border-radius: 19px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.s_item_zy{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.products{
    margin-top: 30px;
}
.h_div{

    width: 1200px;
}
.h_item{
    width: 300px;
    float: left;
}
.h_item img{
    max-width: 300px;
    min-width: 300px;
}
.has_padding {
    padding-left: 100px;
    padding-right: 100px;
}
.info_detail{

    border-top: 1px #707070 dashed;
}
.info_detail_zw{
    text-align: center;
    font-size: 24px;
    line-height: 65px;
}

