.main{
    width: 960px;
    margin:0 auto;
}
.main img{
    line-height: 0;
    width: 100%;
}

.main .title{
    color:#10ad95;
    text-align: center;
}

.header{
    padding-top:30px;
    padding-bottom: 30px;
    display: flex;
    font-weight: 100;
}
.header .item-body{
    flex:1;
    padding-left: 20px;
}
.header img{
    width: 500px;
    height: 500px;
}

.header h1{
    font-family: inherit;
    font-weight: 100;
    line-height: 1.1;
    color: inherit;
    margin: 0 0 5px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.info-orther{
    color:#333;
    font-weight: 100;
}
.product-price-group{
    padding-top:5px;
    padding-bottom: 5px;
}
.price{
    font-size: 24px;
    font-weight: 500;
    color: #f55753;
    display: inline-block;
    margin-right: 30px;
}

.old-price{
    text-decoration: line-through;
    color: #999;
}
.countdowns,.slogan{
    font-size: 1.1em;
    line-height: 44px;
    border-bottom: 1px dashed #ccc;
}

.slogan span{
    margin-left: 10px;
}

.btn-buy{
    display: inline-block;
    bottom: auto;
    font-weight: bold;
    border-radius: 6px 6px;
    background: #10ad95;
    padding: 10px 60px !important;
    text-align: center;
    font-size: 24px !important;
    font-weight: 700;
    color: #eeeeee;
}

.tabs{
    text-align: center;
    background-color: #eee;
    border-bottom: 2px solid #10ad95;
    margin-bottom: 10px;
}
.tabs::after{
    content: '';
    display: block;
    clear: both;
}
.tabs .item{
    width: 50%;
    float: left;
    padding-top:12px;
    padding-bottom: 12px;
    font-size: 16px;
}

.tabs .item.active{
    background-color: #10ad95;
    color:#FFF;
}