.banner {
    height: 240px;
    background-image: url(../image/product.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.info-cn {
    font-size: 36px;
    color: #373a49;
    padding-top: 66px;
}

.info-en {
    font-size: 24px;
    color: #f1daaf;
}

.local {
    line-height: 20px;
    color: #999;
    padding: 15px;
    position: relative;
}

.local:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #eee;
}

.local a {
    color: #666;
    padding-left: 5px;
    padding-right: 10px;
    position: relative;
}

.local a:hover {
    color: #f1daaf;
}

.local a:after {
    content: '-';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    line-height: 12px;
    color: #999;
}

.local a:last-child:after {
    content: '';
}

.content {
    padding: 50px 0;
}

.product-box {
    background-color: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    padding: 40px 30px;
    margin: 10px;
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.product-box.active {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}

.product-status {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 160px;
    height: 30px;
    line-height: 30px;
    background-color: #f6f1e8;
    font-size: 14px;
    color: #d9b778;
    text-align: center;
    border-radius: 0 0 20px 20px;
    margin-left: -80px;
}

.product-name {
    height: 48px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
}

.product-num {
    width: 120px;
    height: 120px;
    background-color: #373a49;
    border-radius: 100px;
    padding: 40px;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.product-num p {
    line-height: 20px;
    font-size: 14px;
    color: #b1b1b1;
}

.product-num strong {
    line-height: 80px;
    font-size: 32px;
    color: #d9b778;
}

.product-num:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 70px;
    right: 70px;
    height: 2px;
    background-color: #eee;
}

.product-time {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    text-align: center;
    border: 1px solid #d9b778;
    border-radius: 10px;
    overflow: hidden;
}

.product-ctime {
    width: 50%;
    float: left;
    position: relative;
}

.product-ctime:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 10px;
    bottom: 10px;
    right: 0;
    width: 1px;
    background-color: #d9b778;
}

.product-btime {
    width: 50%;
    float: right;
}

.product-btn {
    width: 80%;
    line-height: 30px;
    background-color: #d9b778;
    font-size: 16px;
    color: #373a49;
    text-align: center;
    border-radius: 25px;
    padding: 10px 0;
    display: block;
    margin: 30px auto;
    margin-bottom: 0;
    box-shadow: 0 5px 15px rgba(217, 183, 120, 0.7);
    -webkit-box-shadow: 0 5px 15px rgba(217, 183, 120, 0.7);
}

.news-page-box {
    text-align: center;
    padding: 20px 0;
}

.news-page {
    line-height: 40px;
    background-color: #fff;
    color: #d9b778;
    border: 1px solid #d9b778;
    padding: 8px 20px;
    margin-right: 15px;
}

.news-page.active {
    background-color: #373a49;
    color: #d9b778;
    border: 1px solid #373a49;
}

.product-wrap {
    border: 1px solid #eee;
    padding: 10px;
    position: relative;
}

.product-wrap-back {
    position: absolute;
    z-index: 2;
    top: 34px;
    right: 20px;
    font-size: 14px;
    color: #d9b778;
}

.product-wrap-back i {
    vertical-align: middle;
}

.product-wrap-name {
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #373a49;
    border-bottom: 1px solid #eee;
    padding: 20px 30px;
}

.product-wrap-num {
    line-height: 110px;
    font-size: 18px;
    color: #d9b778;
    text-align: center;
    padding: 20px;
    margin: 10px;
    margin-bottom: 0;
}

.product-wrap-num strong {
    font-size: 34px;
    padding-left: 10px;
}

.product-wrap-info {
    margin: 10px;
    margin-right: 0;
    margin-bottom: 0;
}

.product-wrap-item {
    line-height: 20px;
    font-size: 16px;
    color: #999;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 38px 40px;
}

.nobottom {
    border-bottom: 0;
}

.product-wrap-title {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #373a49;
    text-indent: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
}

.product-wrap-title:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 20px;
    width: 80px;
    height: 4px;
    background-color: #d9b778;
}

.product-wrap-cont {
    min-height: 100px;
    line-height: 28px;
    font-size: 16px;
    color: #373a49;
    text-indent: 32px;
    border: 1px solid #eee;
    border-top: 0;
    padding: 40px;
}

.product-wrap-cont p {
    padding-bottom: 10px;
}