@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "微软雅黑", "宋体", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.wrap {
    width: 100%;
    background: #ffffff;
}

.banner {
    width: 100%;
    margin: 15px auto;
    /*background: url(../images/banner.png) no-repeat;*/
}

.title01 {
    width: 100%;
    height: 120px;
    text-align: center;
}

.title01 p {
    font-size: 32px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 120px;
}

.right {
    width: 100%;
    background: #FFFFFF;
    text-align: center;
}

.title {
    width: 100%;
    height: 100px;
}

.title p {
    line-height: 100px;
    font-size: 28px;
    font-weight: 600;
    color: rgb(234, 151, 46);
}

.buyVip {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    /*border: 2px solid rgb(249, 211, 125);*/
    display: flex;
    flex-direction: row;
}

.buyVip:hover {
    box-shadow: 0px 0px 8px 0px rgb(249, 214, 129);
}

.buyLeft {
    width: 30%;
    height: 100%;
}

.buyLeft-top {
    width: 206px;
    height: 129px;
    margin: 0 auto;
}

.bindVip {
    margin-top: 20px;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #F9D681;
    border-radius: 28px;
    margin-left: 35px;
    color: rgba(105, 78, 38, 1);
    outline: none;
    border: none;
}

.bindBtn {
    border: none;
    cursor: pointer;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background-color: #f3b854;
    font-size: 20px;
    color: #fff;
    text-align: center;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.bindBtn:hover {
    cursor: pointer;
    opacity: .8;
    filter: alpha(opacity=80);
}

.buyMiddle {
    width: 3px;
    height: 80%;
    margin-top: 3%;
    background: rgb(229, 229, 229);
}

.buyright {
    /*width: 70%;*/
    height: 100%;
}

.buyright-top {
    width: 136px;
    height: 38px;
    background: #ffc1db;
    margin-left: 58%;
}

.buyright-top p {
    font-size: 26px;
    font-weight: 200;
    color: #ff4c00;
    line-height: 37px;
    text-align: center;
}

.buyright-middle {
    width: 100%;
    height: 129px;
    margin: 0 auto;
}

.buyright-middle01 {
    font-size: 28px;
    color: #B9B9B9;
    line-height: 80px;
    margin-left: 35px;
}

.buyright-middle02 {
    font-size: 30px;
    color: #46ADFF;
    line-height: 30px;
    margin-left: 35px;
}

.buyright-bottom {
    width: 100%;
    height: 28%;
    line-height: 85px;
}

.content {
    width: 1000px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
}

.fun {
    width: 200px;
    height: 200px;
    margin: 10px;
}

.fun-picture {
    width: 200px;
    height: 70px;
}

.fun-title {
    width: 200px;
    height: 50px;
    text-align: center;
}

.fun-title p {
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(28, 19, 36, 1);
}

.fun-content {
    width: 200px;
    height: 78px;
}

.fun-content p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(164, 164, 164, 1);
    line-height: 20px;
}


.pay-typeBox {
    padding: 15px;
    height: 100%;
}

.pay-typeBox .pay_way_item {
    position: relative;
    display: block;
    float: left;
    height: 58px;
    width: 150px;
    float: left;
    margin-right: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.pay-typeBox .pay_way_item i {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 24px;
    background: url('/images/pay58_08.png') no-repeat -122px -140px;
}

.pay-typeBox .pay_way_item:hover {
    border: 1px solid #fd521f;
}

.pay-typeBox .pay_way_item.on {
    border: 2px solid #fd521f;
}

.pay-typeBox .pay_way_item.on i {
    display: block;
}

.pay-typeBox .pay_ways {
    padding-top: 10px;
}

.way_alipay {
    background: #fff url('/images/pay58_08.png') no-repeat 2px 1px;
}

.way_weixin {
    background: #fff url('/images/pay58_08.png') no-repeat 2px -56px;
}

.pay-item {
    color: #3c656e;
    display: inline-block;
}

.pay-item .title {
    font-size: 16px;
    font-weight: bold;
}

.marginBottom {
    margin: 10px auto;
}

.marginTop {
    margin-top: 35px;
}

.marginTop a {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.marginTop li {
    padding-top: 5px;
}

.price {
    color: #f64812;
    font-size: 28px;
    font-weight: 600;
    font-family: Georgia, Tahoma, Arial;
}

.user_type{
    margin-left: 5px;
    color: #00b7d6 ;
    font-size: 14px;
    font-weight: 500;
}

.user_time{
    margin-left: 5px;
    color: #ff4200;
    font-size: 14px;
    font-weight: 500;
}

.itemlist .feeitem {
    font-size: 15px;
    color: #333;
    width: 160px;
    line-height: 40px;
    text-align: center;
    float: left;
    background-color: #fbfbfb;
    border: 1px solid #c8c8c8;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    display: inline;
}

.itemlist .feeitem .left_money {
    width: 100px;
    height: 100%;
    text-align: center;
    float: left !important;
}

.itemlist .feeitem .right_day {
    width: 55px;
    height: 100%;
    text-align: center;
    border-left: 1px dashed #e2e2e2;
    float: right !important;
}

.itemlist .feeitem .money_much {
    color: #ff4200;
    font-size: 14px;
}

.itemlist .feeitem .money_much span {
    color: #ff4200;
    font-size: 22px;
    font-weight: 500;
    font-family: Georgia, Tahoma, Arial;
}

.itemlist .feeitem .day_much {
    color: #ea9817;
    font-size: 14px;
}

.itemlist .feeitem .day_much span {
    color: #ea9817;
    font-size: 20px;
    font-weight: 600;
    font-family: Georgia, Tahoma, Arial;
}

.itemlist .feeitem em {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    width: 20px;
    height: 20px;
    background: url(/images/success1.png) no-repeat;
}

.itemlist .feeitem:hover {
    border-color: #2c9bd4;
    cursor: pointer;
}

.itemlist .feeitem.choosed {
    border: 1px solid #2c9bd4;
    background-color: #fff;
}

.itemlist .feeitem.choosed em {
    display: block;
}

.renew_con li .itemlist .special {
    background: #fff;
}

.renew_con li .itemlist .special .t {
    vertical-align: middle;
    width: 58px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: #fff;
    display: inline-block;
    font-size: 18px;
}

.renew_con li .itemlist .stxt {
    float: left;
    padding-top: 12px;
    font-size: 14px;
    color: #999;
}

.renew_con li .itempay a {
    height: 73px;
    border-width: 2px;
    padding: 0;
}
