.mod_wrap.mod_manage {
    float: left;
    width: 1100px;
    margin-top: 1px;
    border-radius: 6px;
    min-height: 600px;
}
.mydomain-tit-bar {
    float: left;
    height: 100px;
    width: 100%;
}
.content {
    float: none;
    width: 98%;
    min-height: 600px;
    margin: auto;
}
.card-list {
    width: 1100px;
    margin: auto;
}
.cf {
    float: left;
}
.card-list dl dd {
    width: 235px;
    background: #fff;
    float: left;
    margin-right: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top:10px;
    margin-bottom:10px;
}

.card-list dl dd .vip-time {
    height: 150px;
    text-align: center;
}
.vip-time h2 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    text-align: center;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e8e8e8;
}
.vip-time .pay-money {
    color: #e40006;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.vip-time .pay-money span {
    font-size: 42px;
    line-height: 42px;
}
ul, ol, dl {
    padding: 0;
    margin: 0;
}

ul {
    list-style-image: none;
    list-style-type: none;
}
.card-list dl dd li:nth-child(2n+1) {
    background: #f2f2f2;
}
.card-list dl dd li {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 12px;
    color: #666;
}
.orinagebtn, .greenbtn , .redbtn {
    width: 160px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 20px auto;
}
.greenbtn {
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    background: #35b558;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
        margin-left: 40px;
}

.orinagebtn {
    background: #ff5c00;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
        margin-left: 40px;
}

.redbtn {
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    background: #e40006;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
        margin-left: 40px;
}
