@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-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 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-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 p {
    font-size: 20px;
    color: #2956c9;
}

/* join vip */

.vip-title {
    position: relative;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-indent:4px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.vip-subTitle {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}

.vip-title i {
    position: absolute;
    top: 0;
    /* left: -18px; */
    left: -2px;
    display: inline-block;
    width: 3px;
    height: 15px;
    background-color: #2956c9;
}

.vip-box input[type='checkbox'] {
    /* margin-right: 10px; */
    vertical-align: middle;
    margin: 0 2% 0 auto;
}

.vip-box input[type='checkbox']:checked {
    background: url(../../../static/images/common/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;
    margin-top: 4px;
    margin-left: 3px;
}

.vip-box label input[type='radio']:checked {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    outline: medium;
    box-sizing: border-box;
    background: url(../../../static/images/common/icoRadio.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
}

.vip-bg {
    background-color: #f6f6f6;
    margin: 10px 2%;
}

.tip-advert i.tip-ptlft {
    background-image: url(../../../static/images/common/icoPoint1.png);
}

.tip-advert i.tip-ptrit {
    background-image: url(../../../static/images/common/icoPoint2.png);
}


.vip-bar {
    width: 100%;
    height: 106px;
    background: url(../../../static/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: 10px 2%;
}

.vip-basic ul li {
    margin-top: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.vip-basic ul li p {
    font-size: 17px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
}

.vip-basic ul li input {
    font-size: 16px;
    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: 16px;
    color: #333333;
    width: 30%;
}

.vip-bill ul li {
    display: flex;
    /* align-items: center; */
    margin-top: 20px;
    justify-content: space-around;
}

.vip-bill ul li p {
    width: 50%;
    font-size: 14px;
    color: #333333;
    line-height: 1;
    /* text-align: right; */
    /* margin-right: 34px; */
    margin: auto 1%;
}

.vip-bill ul li label {
    font-size: 16px;
    color: #333333;
    /* margin-right: 1%; */
    /* width: 18%; */
    margin: auto 1%;
    display: flex;
    width: 16%;
}
.vip-bill ul{
    margin-bottom: 15px;
    /*padding-bottom: 20px;*/
    border-bottom: 1px solid #efefef;
}

.vip-bill ul li input {
    border: 1px solid #dcdcdc;
    height: 16px;
    text-indent: 1em;
    color: #333333;
    margin-top: 4px;
    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: 94%;
    /* height: 48px; */
    background-color: #2661F1;
    /* margin: 20px auto 0 auto; */
    font-size: 18px;
    color: #ffffff;
    position: fixed;
    padding: 15px 1%;
    margin-left: 3%;
    bottom: 10px;
    border-radius: 5px;
}
.service-needs li{
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
.service-needs label{
    display: flex;
}
.sub_title {
    font-size: 14px;
}

.vip-spaceTop {
    margin-top: 10px;
}

.title {
    margin-top: -3px;
    width: 96%;
}
.top {
    margin: 10px 1%;
}

.tips {
    margin: 10px 1%;
    color: red;
    font-weight: 600;
    font-size: 12px;
}

.main_title {
    width: 98%;
}

input[name='type'] {
    background: url(/static/images/common/radio_uncheck.png) center center no-repeat;
    background-size: 100% 100%;
    border: none!important;
    margin-left: 10px;
    margin-top: 4px!important;
}

input[name='type']:checked {
    background: url(/static/images/common/radio_checked.png) center center no-repeat!important;
    background-size: 100% 90%!important;
    border: none!important;
}

.typical,.diy,.medias {
    background: #FFFFFF;
    width: 94%;
    text-align: center;
    padding: 10px 2%;
    margin: 10px 1%;
    border-radius: 5px;
}
.media_title {
    font-size: 18px;
    font-weight: 600;
    color: #3F74F8;
}
.media_title.two {
    color: red;
}
.cat_name {
    text-align: left;
    font-size: 16px;
}
.media_list {
    display: flex;
    flex-wrap: wrap;
}
.media_item {
    width: 29%;
    font-size: 14px;
    padding: 5px 1%;
    background: #efefef;
    margin: 8px 2% 8px 0;
}
.cat_name {
    text-align: left;
    font-size: 16px;
    margin-top: 15px;
}
