/**
  企业福利产品
  2016-12-19 15:11
  */
.color-redF725{
    color: #f72536;
}
.cs-right {
    border-left: 1px solid #acacac;
    width: 1021px;
    /*padding-left: 20px;*/
    padding-left: 10px;
    margin-bottom: 100px;
    margin-top: 20px;
    overflow: hidden;
}
.etabs li.active {
    border-bottom: 3px solid #f72536;
}
.cs-right .tab-container .active a{
    color: #f72536 !important;
}
.tab-container{
    margin-top: 30px;
}
.panel-container li{
    margin-top: 12px;
}
.panel-container img{
    width: 1010px;
}


/** 模态框 2016-12-20 16:20 */
#modal-moreDiscount{
    width: 586px;
    height: 326px;
}
.modal-moreDiscount {
    position: fixed;
    display: none;
    z-index: 9999999;
    padding: 8px;
    height: auto;
    background: rgba(0,0,0,.16);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}

.templet {
    height: 310px;
    background-color: #fff;
}

#modal-moreDiscount .rules {
    width: 100%;
    height: 373px;
    background: url(../../images/companyservice/more-discount.jpg) no-repeat;
}
.modal-moreDiscount button.closeStyle {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 18px;
    right: 20px;
}
.closeStyle {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 31px;
    height: 31px;
}
.new-confirm{
    position: absolute;
    width: 170px;
    height: 44px;
    color: #FFF;
    font-size: 22px;
    font-weight: normal!important;
    background-color: #599c3b!important;
    text-shadow: 0 !important;
    border-radius: 5px;
    cursor: pointer;
    bottom: 44px;
    left: 50%;
    opacity: 1;
    filter: alpha(opacity=100);

}
.new-confirm:hover{
    background-color: #42732d;
}

















