.boxmaxvip {
    background: #ffffff;
    min-height: 400px;
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;

}



header {
    background: #ffffff;
}

.tit-youcai {
    color: #e60012;
    border-bottom: 4px solid #e60012;
    font-size: 18px;
    padding-bottom: 10px;
}

.top-t {
    text-align: center;
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 10px;
}

.boxs-list {
    margin: 40px auto 20px;
}

.boxs-list > div {
    box-sizing: border-box;
    color: rgba(0, 0, 0, .65);
    float: left;
    border-radius: 5px;
    border: 1px solid #F4F4F4;
    min-height: 200px;
    width: calc((100% - (50px * 3)) / 4);
    margin-right: 50px;
    position: relative;
    padding: 20px;
    text-align: center;
    transition: all ease 300ms;
}

.boxs-list > div:hover {
    border: 1px solid #FD482C;
}

.boxs-list > div:last-child {
    margin-right: 0 !important;
}

.icon-vip {
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.icon-vip-b {
    height: 50px;
}

.vip-type-s {
    margin: 5px auto;
    color: rgba(0, 0, 0, .65);
    font-size: 16px;
}

.vip-price-s {
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    font-size: 25px;
    color: #FD482C;
}

.vip-power-boxs {
    height: 285px;
    border-top: 1px #F4F4F4 solid;
}

.vip-power-boxs dd {
    height: 30px;
    line-height: 30px;
    padding-top: 10px;
}

.youcai-btn-t {
    height: 40px;
    line-height: 40px;
    display: block;
    color: white;
    cursor: pointer;
    background: #FD482C;
}

.youcai-btn-t-red {
    background: #e60012;
}

.youcai-btn-t:hover {
    color: white;
}

.red-f {
    color: #FD482C;
}

.pres-mark {
    min-width: 140px;
    padding: 0 10px;
    height: 24px;
    position: absolute;
    left: -2px;
    top: -13px;
    background: #FF470A;
    -webkit-border-radius: 6px 6px 6px 2px;
    border-radius: 6px 6px 6px 2px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    line-height: 26px;
}

.pay-money {
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
}

.pay-money span {
    font-size: 24px;
    color: #FF470A;
}

.pay-docs {
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, .3);
    margin-top: 4px;
    cursor: pointer;
}

.pay-db {
    cursor: pointer;
}

.pay-db.cur {
    border: 1px #FF470A solid;
    cursor: pointer;
}

.diegouchen {
    position: absolute;
    display: none;
    right: 38%;
    top: 44px;
    color: #e60012;
    font-size: 20px;
    font-weight: bolder;

}

.pay-db.cur .diegouchen {
    display: block;
}

.code-box > div {
    /*float: left;*/
    text-align: center;
}

.wechatcoder img {
    width: 190px;
    border: 1px solid #dedede;
    box-sizing: border-box;
}

.code-box > div img {
    width: 190px;
}

.code-box {
    margin: 0 auto;
    margin-top: 50px;
    width: calc(190px * 2 + 150px);
}

.code-box > div:first-child {
    /*margin-right: 120px;*/
}

.til-e {
    margin-top: 10px;
    font-size: 16px;
}

.til-e a {
    color: #0f98ff;
    text-decoration: underline;
}

.f-boxs {
    width: 30px;
    position: fixed;
    right: 0;
    bottom: 30%;
    font-size: 16px;
    background: white;
    padding: 10px 5px;
    text-align: center;
    box-shadow: 0 0 11px 0 rgba(174, 187, 211, .24);
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.f-boxs i{
    font-size: 25px;
}
 .wx-code-pay-img  {
    background: url(../images/vipiocn.png) no-repeat -81px -60px;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

 .zfb-code-pay-img{
     background: url(//icon.qiantucdn.com/images/sponsor/vip.png) no-repeat -36px -60px;
     width: 32px;
     height: 32px;
     display: inline-block;
     vertical-align: middle;
     margin-right: 5px;
 }
.box-forem-intove{
    width: 450px;
    margin: 20px auto;
}
.youcai-btn-t.layui-btn-lg{
    width: 100%;
}
.box-forem-intove .layui-form-label{
    width: 6rem;
}
.box-forem-intove .layui-input-block{
    margin-left: 8rem;
}

.allform_tian .layui-form-label::before{
    content:"*";
    margin-right:3px;
    color:red
}