@charset "UTF-8";
/* common */
.vip-conBg {
    background-color: #f6f6f6;
}

.vip-wrap ul {
    display: flex;
    justify-content: space-between;
}

.vip-wrap ul li {
    box-sizing: border-box;
    border-left: 2px solid #335dcb;
    width: 232px;
    height: 100%;
}

.vip-wrap ul li:first-child {
    width: 272px;
    border: none;
}

.vip-three .vip-cons-bd ul li,
.vip-four ul li {
    /*border: none;*/
}

/* vip */
.vip-banner {
    height: 490px;
    background-image: url(/static/index/images/vip/banner.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.vip-present {
    padding: 20px 0;
}

.vip-present ul {
    background-color: #ffffff;
    height: 235px;
}

.vip-present ul li {
    text-align: center;
    position: relative;
}

.vip-present ul li strong {
    display: block;
    font-size: 30px;
    color: #888888;
    line-height: 1;
    margin-top: 30px;
}

.vip-present ul li strong span {
    color: #565656;
}

.vip-present ul li strong i {
    display: inline-block;
    color: #1e1d1d;
}

.vip-present ul li:nth-child(4) strong i {
    width: 54px;
    height: 25px;
    background-image: url(/static/index/images/vip/icoVip1.png);
}

.vip-present ul li:nth-child(5) strong i {
    width: 77px;
    height: 25px;
    background-image: url(/static/index/images/vip/icoVip2.png);
}

.vip-present ul li p {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    text-decoration: line-through;
    margin-top: 16px;
}

.vip-present ul li em {
    display: inline-block;
    font-size: 20px;
    color: #fd0404;
    line-height: 1;
    font-weight: bold;
    margin-top: 12px;
}

.vip-present ul li button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 182px;
    height: 46px;
    margin-left: -91px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.vip-present ul li button {
    background-image: url(/static/index/images/vip/icoBtn2.png);
}

.vip-present ul li:nth-child(2) button {
    background-image: url(/static/index/images/vip/icoBtn1.png);
}

.vip-cons-hd ul {
    background-color: #ffffff;
    height: 108px;
}

.vip-cons-hd ul li:first-child,
.vip-cons-bd ul li:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vip-cons-hd ul li:first-child {
    border-left: 8px solid #2956c9;
}

.vip-cons-hd ul li:first-child strong {
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
    margin-left: 15px;
}

.vip-cons-hd ul li:first-child strong span {
    color: #2956c9;
}

.vip-cons-bd ul {
    height: 108px;
}

.vip-cons-bd ul:nth-child(odd) {
    background-color: #f4f6fc;
}

.vip-cons-bd ul:nth-child(even) {
    background-color: #ffffff;
}

.vip-cons-bd ul li:first-child strong {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-left: 15px;
}

.vip-cons-bd ul li:first-child strong span,
.vip-cons-bd ul li:first-child strong a {
    color: #2956c9;
    border-bottom: 2px solid #aab7e5;
}

.vip-cons-bd ul li:first-child p {
    font-size: 13px;
    color: #555555;
    line-height: 1.4;
    margin-left: 15px;
}

.vip-cons-bd ul li div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.vip-cons-bd ul li div i.tip-tick {
    display: inline-block;
    width: 26px;
    height: 24px;
    background: url(../images/vip/icoTip1.png) no-repeat;
}

.vip-cons-bd ul li div i.tip-bar {
    display: inline-block;
    width: 16px;
    height: 4px;
    background: url(../images/vip/icoTip2.png) no-repeat;
}

.vip-cons-bd ul li div i.tip-omit {
    display: inline-block;
    width: 26px;
    height: 4px;
    background: url(../images/vip/icoTip3.png) no-repeat;
}

.vip-cons-bd ul li div p {
    font-size: 20px;
    color: #2956c9;
}

/* join vip */

.vip-title {
    position: relative;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
}

.vip-subTitle {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}

.vip-title i {
    position: absolute;
    top: 0;
    left: -18px;
    display: inline-block;
    width: 5px;
    height: 22px;
    background-color: #2956c9;
}

.vip-box input[type='checkbox'] {
    margin-right: 10px;
    vertical-align: middle;
}

.vip-box input[type='checkbox']:checked {
    background: url(/static/index/images/login/ic_checkbox_sel.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
}

.vip-box label input[type='radio'] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.vip-box label input[type='radio']:checked {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    outline: medium;
    box-sizing: border-box;
    background: url(../images/login/icoRadio.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
}

.vip-bg {
    background-color: #f6f6f6;
}

.vip-spaceFot {
    padding-bottom: 40px;
}

.vip-spaceTop {
    padding-top: 30px;
}

.vip-bar {
    width: 100%;
    height: 106px;
    background: url(/static/index/images/vip/vip-bar.jpg) no-repeat;
}

.vip-bar h2 {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    line-height: 106px;
}

.vip-box {
    background-color: #fff;
    padding: 40px;
}

.vip-basic ul li {
    margin-top: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.vip-basic ul li p {
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
}

.vip-basic ul li input {
    font-size: 18px;
    line-height: 30px;
    color: #212121;
}

.vip-basic ul li ::-webkit-input-placeholder {
    font-size: 18px;
    color: #999999;
    font-family: "微软雅黑", "Microsoft YaHei";
    font-weight: lighter;
}

.vip-basic ul li :-moz-placeholder {
    font-size: 18px;
    color: #999999;
    font-family: "微软雅黑", "Microsoft YaHei";
    font-weight: lighter;
}

.vip-basic ul li ::-moz-placeholder {
    font-size: 18px;
    color: #999999;
    font-family: "微软雅黑", "Microsoft YaHei";
    font-weight: lighter;
}

.vip-basic ul li :-ms-input-placeholder {
    font-size: 18px;
    color: #999999;
    font-family: "微软雅黑", "Microsoft YaHei";
    font-weight: lighter;
}

.vip-basic .inputName {
    width: 100%;
}

.vip-basic .inputPhoneBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vip-basic .inputPhoneBox .inputPhone {
    width: 80%;
}

.vip-basic .inputPhoneBox .inputWechat {
    font-size: 20px;
    color: #333333;
}

.vip-bill ul li {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.vip-bill ul li p {
    width: 150px;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    text-align: right;
    margin-right: 34px;
}

.vip-bill ul li label {
    font-size: 16px;
    color: #333333;
    margin-right: 34px;
}

.vip-bill ul li input {
    border: 1px solid #dcdcdc;
    height: 48px;
    text-indent: 1em;
    color: #333333;
    font-size: 16px;
}

.vip-bill ul li.billMan input {
    width: 240px;
    margin-right: 74px;
}

.vip-bill ul li.billAddress input {
    width: 670px;
}

.vip-bill ul li ::-webkit-input-placeholder {
    font-size: 16px;
    color: #c2c2c2;
    font-family: "微软雅黑", "Microsoft YaHei";
    text-indent: 1em;
}

.vip-bill ul li :-moz-placeholder {
    font-size: 16px;
    color: #c2c2c2;
    font-family: "微软雅黑", "Microsoft YaHei";
    text-indent: 1em;
}

.vip-bill ul li ::-moz-placeholder {
    font-size: 16px;
    color: #c2c2c2;
    font-family: "微软雅黑", "Microsoft YaHei";
    text-indent: 1em;
}

.vip-bill ul li :-ms-input-placeholder {
    font-size: 16px;
    color: #c2c2c2;
    font-family: "微软雅黑", "Microsoft YaHei";
    text-indent: 1em;
}

.vip-btn {
    display: block;
    width: 446px;
    height: 48px;
    background-color: #2956c9;
    margin: 50px auto 0 auto;
    font-size: 18px;
    color: #ffffff;
}