.container{
    padding-top: 60px;
}
.container-main {
    width: 1000px;
    margin: 30px auto;
}
.container-main .coupon-share-top{
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}
.container-main .coupon-share-title{
    padding: 20px 42px 0 42px;
    font-size: 24px;
    font-weight: bold;
    color: #18bed5;
    line-height: 44px;
}
.container-main .coupon-share-info{
    margin-top: 6px;
    padding: 0 42px;
}
.container-main .coupon-share-info .info-left{
    float: left;
}
.container-main .coupon-share-info .info-title{
    font-size: 20px;
    line-height: 40px;
    color: #666;
}
.container-main .coupon-share-info .info-list{
    margin-top: 10px;
}
.container-main .coupon-share-info .list-item{
    line-height: 38px;
    font-size: 18px;
    color: #00bcd4;
    padding: 0 18px;
    position: relative;
    float: left;
}
.container-main .coupon-share-info .list-item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 1px;
    height: 18px;
    background: #00bcd4;
}
.container-main .coupon-share-info .list-item:nth-of-type(1){
    padding-left: 0;
}
.container-main .coupon-share-info .list-item:nth-of-type(1):before{
    content: '';
    width: 0;
}
.container-main .coupon-share-info .info-right{
    float: right;
}
.container-main .coupon-share-info .register-title{
    font-size: 20px;
    font-weight: bold;
    color: #666;
    line-height: 40px;
    text-align: center;
}
.container-main .coupon-share-info .link-more{
    display: block;
    line-height: 48px;
    padding: 0 38px;
    background: #00bcd4;
    color: #fff;
    font-size: 18px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    margin-top: 4px;
    border-radius: 4px;
}
.container-main .coupon-share-bgcolor{
    height: 36px;
    margin-top: 30px;
    background-image: linear-gradient(to right, #64b5f6, #60b5ea, #5eb5e2, #5bb6d9, #58b5d1, #53b6c0, #51b6b9, #4db6ac);
}

.container-main .coupon-share-bottom{
    margin-top: 34px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    padding: 20px 42px;
}
.container-main .coupon-code-title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 38px;
}
.container-main .table-responsive{
    border-bottom: 1px solid #ccc;
}
.container-main .table-responsive tr th{
    color: #666;
    font-size: 16px;
    border-bottom-color: #ccc;
}
.container-main .table-responsive tr td{
    color: #999;
    font-size: 14px;
    border-top-color: #ccc;
}
.container-main .table-responsive .first{
    padding-left: 0;
}
.container-main .table-responsive .first-code{
    padding-left: 0;
    color: #ff6600;
    font-weight: bold;
}
.container-main .table-responsive .is-access{
    color: #4caf50;
}
.container-main .table-responsive .is-disabled{
    color: #f44336;
}
.container-main .coupon-code-tip{
    font-size: 14px;
    color: #999;
    margin-top: 24px;
    line-height: 34px;
}
.container-main .share-more{
    margin-top: 24px;
}
.container-main .share-more .share-more-title{
    float: left;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #ff6600;
}
.container-main .share-more .share-more-wrap{
    margin-left: 130px;
}