﻿/*活动条款的公共样式*/
.maximg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.activity-clause {
    width: 900px;
    position: fixed;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 50px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -450px;
    z-index: 1100;
    display: none;
}
.activity-box{
    text-align: center;
    color: #a26f0d;
    font-size: 20px;
    line-height: 50px;
}
.act-title {
    text-align: center;
    height: 50px;
    background: #ebce96;
    line-height: 50px;
    margin-bottom: 20px;
    color: #a26f0d;
    font-size: 24px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.more-discount {
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 24px;
    color: #7e7e7e;
}

.more-discount label {
    color: #ebce96;
    cursor: pointer;
}

.activity-body {
    padding: 1px 30px 0 50px;
    margin-right: 17px;
    border: 1px solid #fff;
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    -moz-user-select: none;
    background: #fff;
}

.act-title .close-btn {
    display: block;
    width: 40px;
    height: 40px;
    background: url(/images/subject/khzj_1709a/close.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: -50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s;
}

.act-title .close-btn:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.activity-list {
    float: left;
    position: relative;
    top: 0px;
    width: 806px;
}

.activity-title {
    font-size: 14px;
    color: #8c8c8c;
    margin-bottom: 18px;
    position: relative;
    padding-left: 25px;
}

.activity-title i {
    display: block;
    width: 10px;
    height: 10px;
    background: #ebce96;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.activity-rule {
    padding: 0 25px;
}

.rule-block {
    margin-bottom: 18px;
}

.rule-block h3 {
    font-size: 16px;
    color: #ebce96;
}

.rule-block p {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 22px;
}

.award-title {
    margin-bottom: 18px;
}
table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 0;
    padding: 0;
    border-spacing: 0;
}
.table-header th {
    height: 16.6%;
    background: #d2d2d2;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #696969;
    border-right: 1px solid #fff;
}
.award-table {
    border: 1px solid #ebebeb;
}

.award-table tr {
    border-bottom: 1px solid #ebebeb;
}

.award-table td {
    color: #8c8c8c;
}

.award-table td + td {
    border-left: 1px solid #ebebeb;
    padding: 5px;
}
.tab_acctype {
    border-bottom: none;
}
.tab_bonus {
    margin: 0 0 12px 34px;
    border: 1px solid #ededed;
    color: #696969;
    border-collapse: unset;
    width: 732px;
    border-bottom:none;
}
.tab_bonus td {
    line-height: 44px;
    background: #f6f6f6;
    border-bottom: 1px solid #fff;
    position: relative;
}

.tab_acctype td {
    background: none;
    border-bottom: 1px solid #ededed;
}

.tab_bonus td span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ededed;
}

.tab_bonus td span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ededed;
}