.cdnPage .project-rule-name{
    width: 164px;
}
.cdnPage .project-rule-select{
    padding-top: 8px;
}
.commonSelect>ul{
    overflow:hidden;
}
.commonSelect>ul>li{
    width:137px;
    height:36px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(221,221,221,1);
    float: left;
    line-height: 36px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}
.packageType>ul>li:not(:first-child){
    margin-left: 10px;
}
.packageTraffic>ul>li:not(:last-child){
    border-right: none;
}

.packageTraffic>ul>li:nth-of-type(7n){
    border-right:1px solid rgba(221,221,221,1);
}

.packageTraffic>ul>li:nth-of-type(n+8){
    margin-top:10px;
}
.tipsTraffic{
    padding-left: 134px;
    color: #999999;
    font-size: 12px;
    padding-top: 10px;
}
.purchaseTips{
    padding-top: 16px;
}

.warnTips{
    width:16px;
    height: 16px;
    background: url(./img/warn.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 8px;
}
/* 多选控件 */
.cdn-checkbox-list li.active {
    background:rgba(0,170,255,1);
    border:1px solid rgba(0,150,224,1);
    color: white;
}

/* 切换选择控件 */
.cdn-select-list li.active {
    background:rgba(0,170,255,1);
    border:1px solid rgba(0,150,224,1);
    color: white;
}

.inventory-box {
    margin-left: 96px;
}

.payinfo-list {
    clear: left;
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 25px;
}

.payinfo-list .payinfo-item {
    float: left;
    width: 33%;
}

.payinfo-list .payinfo-item-label {
    display: inline-block;
    text-align: left;
    width: 96px;
    font-weight: 400;
}

.payinfo-list .payinfo-item-content{
    display: inline-block;
    width: 230px;
}

.source-select-list {
    display: inline-block;
    border-radius: 2px;
}

.source-select-list li:first-child {
    margin-left: 0;
    border-radius: 2px 0 0 2px;
}

.source-select-list li {
    margin-right: 5px;
    margin-bottom: 5px;
    border-color: #ddd;
    color: #4d4d4d;
    font-size: 12px;
    text-align: center;
    position: relative;
    min-width: 106px;
}

.source-select-list li.active{
    position: relative;
    border-color: #00aaff;
    background: #fff;
    color: #00aaff;
}

.source-select-list li.active:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 20px;
    height: 20px;
    background: url(img/tab_selected.png);
}
