.main-content{
    background:black;
}

.product-top{
    width:100%;
    height:auto;
    border-bottom:1px solid #474747;
    position:relative;
    overflow:hidden;
    padding-bottom:20px;
}

.product-top .content{
    padding:8px 40px 0px 40px;
    width:auto;
    height:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.product-top .content .info-left{
    width:50%;
    height:auto;
    overflow-y:auto;
}

.product-top .content .info-left .name{
    font-size:15px;
    color:#d4371e;
    margin-bottom:8px;
}

.product-top .content .info-left .name-zh{
    font-size:15px;
    color:#d4371e;
    margin-bottom:8px;
}

.product-top .content .info-left .info{
    font-size:12px;
    color:#c9c9c9;
    height:14px;
    line-height:14px;
}

.product-top .content .info-right{
    width:50%;
    height:auto;
    overflow:hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
}

.product-top .content .info-right img{
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.product-image-txt{
    width:100%;
    height:auto;
    margin-top:18px;
}

.product-image-txt ul{
    display:block;
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    list-style: none;
}

.product-image-txt ul li{
    list-style: none;
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    overflow:hidden;
    margin-bottom:15px;
}

.product-image-txt ul li .left-content{
    width:auto;
    padding:0 20px;
    height:auto;
}

.product-image-txt ul li .left-content .content{
    text-align:center;
}

.product-image-txt ul li .left-content .content .title{
    width:auto;
    display:inline-block;
    text-align:center;
    padding:0 10px;
    font-size:13px;
    color:white;
    margin:0 auto;
    margin-bottom:10px;
    padding-bottom:10px;
    position:relative;
}

.product-image-txt ul li .left-content .content .title:after{
    display:block;
    content:'\20';
    width:calc(100% - 20px);
    height:2px;
    background:red;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
}

.product-image-txt ul li .left-content .content .txt{
    font-size:12px;
    color:#b9b9b9;
    text-align:left;
}

.product-image-txt ul li .left-content .content .txt p{
    margin:0;
}

.product-image-txt ul li .right-content{
    width:auto;
    padding:0 20px;
    height:auto;
    margin-bottom:10px;
}

.product-image-txt ul li .right-content img{
    display:block;
    width:100%;
    height:auto;
    padding:0;
    margin:0;
}

.product-image-txt ul li{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.product-description{
    padding:0 20px;
    width:auto;
}

.product-description ul{
    display:block;
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    list-style: none;
}

.product-description ul li{
    list-style: none;
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    overflow:hidden;
    margin-bottom:20px;
}

.product-description ul li .title{
    width:100%;
    height:auto;
    font-size:13px;
    color:white;
    text-align:center;
    padding-top:10px;
    position:relative;
    margin-bottom:10px;
}

.product-description ul li .title:after{
    width:16px;
    height:2px;
    background:red;
    display:block;
    content:'\20';
    position:absolute;
    left:0;
    right:0;
    top:0;
    margin:0 auto;
}

.product-description ul li .txt{
    font-size:12px;
    color:#b9b9b9;
    text-align:left;
}

.product-description ul li .txt p,
.product-description ul li .txt span,
.product-description ul li .txt h5,
.product-description ul li .txt h4
{
    margin:0;
    padding:0;
    font-size:12px;
    color:#b9b9b9;
    background:none;
}

body.content .main-content{
    bottom:0 !important;
}

.main-content.yellow .product-top .content .info-left .name{
    color: #ffff00;
}

.main-content.yellow .product-top .content .info-left .name-zh{
    color: #ffff00;
}

.main-content.yellow .product-image-txt ul li .left-content .content .title:after{
    background: #ffff00;
}

.main-content.yellow .product-description ul li .title:after{
    background: #ffff00;
}

.main-content .product-description iframe{
    width:100%;
    height:auto;
}

.more a{
    width: 75px;
    height: 17.5px;
    border: 1px solid white;
    line-height: 17.5px;
    text-align: center;
    font-size: 12px;
    color: white;
    -webkit-border-radius: 18px;
    display:block;
    text-decoration:none;
}






