/*顶部banner*/
html,
body {
    height: 100%;
    background: #fff;
}

/* 头部 */
.head img {
    width: 100%;
    display: block;
}

.wrap {
    font-size: 0;
}

/*表单*/
.main {
    position: relative;
    width: 7.5rem;
    box-sizing: border-box;
    background-size: 100%;
    background: #fff;
}

.form-coupon-content {
    position: relative;
    background-size: 100%;
}

.form-coupon-content h2 {
    color: #ff4441;
    font-size: .44rem;
    text-align: center;
    padding-top: .26rem;
    margin-bottom: .18rem;
    font-weight: bold;
}

.form-coupon-content h3 {
    color: #ef4644;
    font-size: .28rem;
    text-align: center;
}

.form-box {
    padding-top: 0.2rem;
    width: 6.5rem;
    margin-left: auto;
    margin-right: auto;
}

.form-box ul,
.form-box ul li {
    width: 100%;
    font-size: 0;
}

.form-box ul li {
    position: relative;
    height: 0.9rem;
    -webkit-border-radius: 0.03rem;
    margin-bottom: 0.35rem;
    background: #f6f6f6;
    border-radius: .49rem;
}

.form-box ul li.captcha {
    position: relative;
}

.form-box ul li.captcha input[type="button"].send {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    transform: translateY(-50%);
    height: 0.7rem;
    line-height: 0.7rem;
    color: #6f2627;
    font-size: 0.28rem;
    text-align: center;
    -webkit-appearance: none;
    background-color: #ffb82f;
    padding: 0 0.2rem;
    border-radius: 0.06rem;
    border: 1px solid #ffb82f;
}

.form-box ul li.captcha input[type="button"].send[disabled] {
    background-color: #fff;
}

.bottom-float-box,
.fixed-box-revise,
.bottom-float-box .fixed-button {
    width: 100%;
    height: 1.4rem;
}

.bottom-float-box {
    position: fixed;
    z-index: 10;
    bottom: 0;
    background-color: #fff0e8;
}

.bottom-float-box #fixed-button {
    line-height: 1rem;
    font-size: .36rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 7rem;
    height: 0.9rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fa2e1e;
}

.bottom-float-box.active,
.fixed-box-revise.active {
    height: 1.8rem;
}

.bottom-float-box .fixed-button > span {
    font-size: .24rem;
}

.bottom-float-box .fixed-button > span > i {
}

.bottom-submit > .submit-button span {
    font-size: .24rem;
}

.form-box ul li.submit {
    position: relative;
    height: auto;
    background: transparent;
    border: 0;
}

.form-box ul li.submit .ticket-tip {
    position: absolute;
    top: -.2rem;
    left: 0;
    width: 100%;
    font-size: .24rem;
    color: #ff6e3b;
    text-align: center;
}

.form-box ul li > label {
    display: inline-block;
    width: 1.88rem;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.28rem;
    text-align: center;
    color: #1f1f23;
    border-right: 1px solid #c1c2cc;
}

.form-box ul li input[type="text"],
.form-box ul li input[type="tel"] {
    width: 4.2rem;
    height: 0.54rem;
    margin-top: 0.1rem;
    padding-left: 0.2rem;
    line-height: 0.54rem;
    font-size: 0.28rem;
    color: #000;
    padding-top: 0.1rem;
    padding-bottom: 0.05rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
}

.form-box ul li a.submit-button {
    width: 6.5rem;
    height: .98rem;
    line-height: .98rem;
    color: #ffffff;
    font-size: .36rem;
    text-align: center;
    border-radius: .49rem;
    background: linear-gradient(to bottom, #ff7258, #ff3f3e);
    display: inline-block;
}

.form-box ul li a.submit-button.active {
    background-color: #ff322d;
}

.form-box .note {
    text-align: center;
    font-size: 0.24rem;
    color: #c1c2cc;
    padding-bottom: .3rem;
}

.form-box .agree-box {
    padding: 0 0 .2rem;
    font-size: 0.24rem;
}

.form-box .agree-box .agreen-btn {
    width: 0;
    height: 0;
    opacity: 0;
}

.form-box .agree-box label {
    padding-left: 0.3rem;
    color: #c1c2cc;
    font-size: 0.24rem;
    line-height: .32rem;
    background-image: url(../images/radio.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 0.26rem;
}

.form-box .agree-box input:checked + label {
    background-image: url(../images/radio-checked.png);
}

.form-box .agree-box span {
    color: #00d3e5;
}

/*性别+生日*/
.triangle {
    position: relative;
}

.triangle::after {
    background: url("../images/icon-select.png") center no-repeat;
    background-size: .34rem;
    width: .34rem;
    height: .34rem;
    position: absolute;
    content: ' ';
    top: 50%;
    transform: translateY(-50%);
    right: 0.32rem;
    pointer-events: none;
}

.form-box .name-item-box {
    position: relative;
}

.form-box .name-item-box .sex-box {
    position: absolute;
    top: 0.1rem;
    right: 0.3rem;
    height: 0.54rem;
    margin-top: 0.05rem;
    overflow: hidden;
    border-radius: 0.06rem;
    border: 1px solid #439bf6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-box .name-item-box .sex-box input[type="radio"] {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.form-box .name-item-box .sex-box label {
    display: inline-block;
    width: 0.9rem;
    font-size: 0.28rem;
    color: #6f2627;
    text-align: center;
    line-height: 0.55rem;
    background-color: #fff;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-box .name-item-box .sex-box label:first-of-type {
    border-right: 1px solid #439bf6;
}

.form-box .name-item-box .sex-box .mr30 {
    margin-right: 0.3rem;
}

.form-box .name-item-box .sex-box input:checked + label {
    background-color: #439bf6;
    color: #fff;
}

.form-box li input[name="birth"] {
    /*background: url(../images/wap_down_arrow.png) no-repeat 4.4rem center;*/
    background-size: 0.34rem;
}

.insurance-title {
    width: 7rem;
    height: 1.12rem;
    line-height: 1.12rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.insurance-title span {
    position: relative;
    color: #fff;
    font-size: 0.32rem;
    width: 1.88rem;
}

.insurance-title span:after,
.insurance-title span:before {
    position: absolute;
    width: 0.54rem;
    top: 50%;
    transform: translateY(-50%);
    height: 0.34rem;
    content: "";
}

.insurance-title span:after {
    background: url("../images/insurance-right.png") center no-repeat;
    background-size: 100%;
    right: -.84rem;
}

.insurance-title span:before {
    background: url("../images/insurance-left.png") center no-repeat;
    background-size: 100%;
    left: -.84rem;
}

.table-box {
    width: 6.8rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff0e8;
    border-radius: 0.06rem;
    padding-bottom: .42rem;
    box-sizing: border-box;
}

.table-title {
    font-size: 0.36rem;
    height: 0.98rem;
    line-height: 0.98rem;
    border-bottom: 1px dashed #ffceb4;
    color: #f83938;
    text-align: center;
}

.table-box-title {
    font-weight: bold;
    color: #e34b42;
    line-height: 1rem;
    height: 1rem;
    text-align: center;
    font-size: .36rem;
    border-bottom: 1px dashed #f7d0b8;
}

.table-box .period-age {
    color: #9a5f55;
    font-size: 0.24rem;
    padding: 0 .58rem;
    height: 0.65rem;
    line-height: 0.65rem;
}

.table-box table {
    width: 6.2rem;
    margin: 0 auto;
    color: #723630;
    border-collapse: collapse;
    border: 1px solid #fdc99f;
}

.table-box table tr td:first-child {
    width: 70%;
}

.table-box table tr td:last-child {
    width: 30%;
}

.table-box table td {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    line-height: 0.36rem;
    border: 1px solid #fdc99f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table-box table thead td {
    font-size: 0.3rem;
    text-align: left;
    background-color: #ffe3d4;
    border: 1px solid #fdc99f;
}

.table-box table tbody td {
    font-size: 0.24rem;
    text-align: left;
    padding-left: 0.4rem;
    background-color: #fff;
}

.process {
    width: 6.9rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff0e8;
    line-height: 0.5rem;
    padding-top: 0.2rem;
    box-sizing: border-box;
}

.process .process-title {
    padding-bottom: .2rem;
    font-size: .26rem;
}

.process > p {
    font-size: 0.22rem;
}

.process .process-footer {
    padding-top: .1rem
}

.process .process-footer > p {
    font-size: 0.18rem;
}

.modal {
    color: #6f2627;
}

.footer {
    background: #ff4f3d url("../images/footer-bg.png") left bottom no-repeat;
    background-size: 3.06rem;
    font-size: .2rem;
    line-height: 0.34rem;
}

.footer > p {
    color: #f3cdc9;
    width: 6.5rem;
    margin: 0 auto;
}

.coupon-box {
    position: absolute;
    top: 2.7rem;
    left: 51%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    width: 5.6rem;
}

.coupon-box .coupon-left {
    margin-right: .38rem;
}

.coupon-box .coupon-left,
.coupon-box .coupon-right {
    width: 2.6rem;
    text-align: center;
}

.coupon-box .coupon-left h2,
.coupon-box .coupon-right h2 {
    font-size: .78rem;
    font-weight: bolder;
    margin-top: .6rem;
    line-height: 1;
}

.coupon-box .coupon-left p,
.coupon-box .coupon-right p {
    font-size: .3rem;
    margin-top: .55rem;
    line-height: 1;
}

.form-title {
    position: absolute;
    left: 50%;
    bottom: .7rem;
    width: 5.35rem;
    height: .96rem;
    margin-left: -2.675rem;
}

.form-title > img {
    width: 5.35rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    animation-direction: alternate;
    animation: giftScale 3s infinite;
    animation-timing-function: ease-in-out;
}

@keyframes giftScale {
    0% {
        transform: scale(.9);
    }
    25% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(.9);
    }
}

.ticket-huafei {
    padding-top: .45rem;
}

.ticket-huafei > img {
    display: block;
    width: 6.94rem;
    margin-left: auto;
    margin-right: auto;
}

.title-bg {
    background: url("../images/title-bg1-005.png") center center no-repeat;
    background-size: 100%;
}

.form-title > .title-text {
    font-size: .36rem;
}


/* 简介部分 */
.about-us {
    width: 6.9rem;
    border-radius: .3rem;
    overflow: hidden;
    box-shadow: 0 0 .1rem .1rem #f5f5f5;
}

.about-us h2 {
    height: .88rem;
    line-height: .88rem;
    padding-left: .4rem;
    color: #ffffff;
    font-size: .36rem;
    font-weight: bold;
    background: linear-gradient(to right, #00c7da, #a7ebf2);
    box-sizing: border-box;
}

.about-us .content {
    padding: .46rem .46rem .5rem .38rem;
    box-sizing: border-box;
}

.about-us .content h3 {
    color: #1f1f23;
    font-weight: bold;
    font-size: .3rem;
    margin-bottom: .24rem;
}

.about-us .content p {
    line-height: .54rem;
    color: #1f1f23;
    font-size: .3rem;
    text-indent: .56rem;
    margin-bottom: .14rem;
}

.about-us .content p:last-child {
    margin-bottom: 0;
}

/* 产品列表 */
/* 公用部分 */
.product-free {
    width: 6.5rem;
}
.section .tip-info {
    height: .98rem;
    line-height: .98rem;
    color: #ffffff;
    font-size: .28rem;
    text-align: center;
}
.section {
    width: 6.9rem;
    border-radius: .3rem;
    overflow: hidden;
    margin-top: .4rem;
    box-shadow: 0 0 .1rem .1rem #f5f5f5;
    background: linear-gradient(to right, #00c7da, #a7ebf2);
}

.section h2 {
    height: .88rem;
    line-height: .88rem;
    color: #ffffff;
    font-size: .28rem;
    background: linear-gradient(to right, #00c7da, #a7ebf2);
    box-sizing: border-box;
    text-align: center;
}

.section h2 span {
    width: 1.29rem;
    height: .58rem;
    line-height: .58rem;
    text-align: center;
    border-radius: .1rem;
    color: #ff4c45;
    font-size: .3rem;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    margin-left: .16rem;
}
.section-title {
    position: relative;
    color: #ff4441;
    font-size: .44rem;
    font-weight: bold;
    text-align: center;
    margin-top: .4rem;
}
.section-title:after {
    position: absolute;
    left: 50%;
    bottom: -.12rem;
    width: 4.28rem;
    height: .25rem;
    margin-left: -2.14rem;
    border-radius: .3rem;
    background: #ffdcd7;
    content: '';
    z-index: -1;
}
.method-box {
    background: #f0fafb;
    box-sizing: border-box;
    padding: .26rem .28rem .3rem .26rem;
}
.method-box h4 {
    position: relative;
    color: #1f1f23;
    font-size: .36rem;
    font-weight: bold;
    padding-left: 1.75rem;
    margin-bottom: .6rem;
}
.method-box h4:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.21rem;
    height: 1rem;
    background: url("../images/method-icon.png") center no-repeat;
    background-size: 100%;
    content: '';
}
.method-box p {
    line-height: .54rem;
    color: #1f1f23;
    font-size: .3rem;
    text-indent: .56rem;
    margin-bottom: .14rem;
}
.method-box p:last-child {
    margin-bottom: 0;
}
.product-item {
    position: relative;
    width: 6.5rem;
    margin: 0 auto .2rem;
    border-radius: .1rem;
    /*box-shadow: 0 0 .1rem .1rem #f5f5f5;*/
}
.product-item:last-child {
    margin-bottom: 0;
}
.product-item h3 {
    width: 6.5rem;
    height: .82rem;
    line-height: .82rem;
    color: #1f1f23;
    font-size: .36rem;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
    background: url("../images/product-item-title-bg.png") center no-repeat;
    background-size: 100%;
}
.product-item.product-pay-tag h3,
.product-item.product-free-tag h3 {
    background: url("../images/product-item-title-bg-old.png") center no-repeat;
    background-size: 100%;
}
.product-item-content {
    padding: .26rem .28rem .3rem .26rem;
    background: #f0fafb;
    box-sizing: border-box;
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
}

.product-item-content h4 {
    color: #1dcdde;
    font-size: .3rem;
    margin-bottom: .24rem;
}

.product-item-content p {
    position: relative;
    line-height: .46rem;
    color: #1f1f23;
    font-size: .3rem;
    padding-left: .56rem;
    margin-bottom: .24rem;
}

.product-item-content p:last-child {
    margin-bottom: 0;
}

.product-item-content p i {
    position: absolute;
    top: .06rem;
    left: 0;
    width: .36rem;
    height: .36rem;
    line-height: .36rem;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: .24rem;
    background: linear-gradient(to bottom, #a5eaf2, #07c8da);
}

.product-tag {
    height: .58rem;
    border-radius: .1rem;
    border: 1px solid #56dae6;
    display: inline-block;
    box-sizing: border-box;
    font-size: 0;
    overflow: hidden;
    float: right;
    color: #ffffff;
    font-size: .3rem;
}
.product-tag.free-tag {
    width: 1.3rem;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    background: linear-gradient(to bottom, #ff7157, #ff403e);
    border: 0;
    border-radius: .3rem;
}

.product-pay.section h2 span {
    color: #16ccdd;
}

.product-pay-info {
    color: #16ccdd;
    font-size: .3rem;
    margin-bottom: .26rem;
}

.product-tag-pay {
    line-height: .58rem;
    color: #16ccdd;
    font-size: .3rem;
    padding: 0 .2rem;
    font-weight: bold;
}

.product-pay-tag:before {
    position: absolute;
    top: -.07rem;
    right: -.07rem;
    width: 1.45rem;
    height: .98rem;
    background: url("../images/product-item-tag-img.png") center no-repeat;
    background-size: 100%;
    content: '';
}
.product-pay-tag .product-item-content,
.product-free-tag .product-item-content {
    background: #fff;
}
.fixed-button {
    position: fixed;
    left: 50%;
    bottom: .26rem;
    width: 6.5rem;
    height: .98rem;
    line-height: .98rem;
    margin-left: -3.25rem;
    color: #ffffff;
    font-size: .36rem;
    text-align: center;
    border-radius: .49rem;
    background: linear-gradient(to bottom, #ff7258, #ff3f3e);
    display: none;
}

/* 弹窗验证码 */
.modal-xinguan-captcha-box {
    position: fixed;
    left: 50%;
    top: 3.1rem;
    width: 6.6rem;
    margin-left: -3.3rem;
    padding: .46rem .38rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: .3rem;
    display: none;
}
.modal-close {
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: .64rem;
    height: .64rem;
    background: url("../images/modal-close.png") center no-repeat;
    background-size: 100%;
}
.modal-xinguan-captcha-box h2,
.modal-xinguan-captcha-box h3 {
    color: #78797f;
    font-size: .3rem;
    text-align: center;
}
.modal-xinguan-captcha-box h3 span {
    display: inline-block;
    margin: 0 .1rem;
}
.input-box {
    width: 5.9rem;
    height: .68rem;
    margin-top: .34rem;
    padding: .15rem 0;
    font-size: 0;
    border-radius: .49rem;
    zoom: 1;
    background: #f6f6f6;
}

.input-box:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.input-name {
    width: 1.56rem;
    height: .68rem;
    float: left;
    font-size: .28rem;
    color: #333;
    text-align: center;
    line-height: .68rem;
    border-right: 1px solid #e2e2e2;
}

.input-text-box {
    position: relative;
    width: 3.8rem;
    height: .58rem;
    margin-left: .2rem;
    float: left;
    padding-top: .05rem;
    padding-bottom: .05rem;
    font-size: 0;
}

.input-text {
    width: 50%;
    height: .58rem;
    margin: 0;
    padding: 0;
    line-height: .58rem;
    font-size: .28rem;
    color: #333;
    background: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    border: 0;
    box-shadow: none;
}

.send {
    position: absolute;
    top: -.15rem;
    right: 0;
    width: 1.7rem;
    height: .98rem;
    margin: 0;
    padding: 0;
    line-height: .98rem;
    font-size: .28rem;
    color: #00d3e5;
    text-align: center;
    background: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 1;
    outline: none;
    border: 0;
    box-shadow: none;
}

.confirm-button {
    display: block;
    height: .9rem;
    text-align: center;
    line-height: .9rem;
    margin: 0.4rem auto 0;
    background-color: #f79b2a;
    border-radius: .45rem;
    color: #fff;
    font-size: .28rem;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
.captcha-submit-button {
    width: 5.8rem;
    height: .98rem;
    line-height: .98rem;
    color: #ffffff;
    font-size: .36rem;
    text-align: center;
    border-radius: .49rem;
    background: linear-gradient(to bottom, #ff7258, #ff3f3e);
    display: inline-block;
}
.fixed-height {
    height: 1.4rem;
}
.company-logo:after {
    position: absolute;
    top: 1.1rem;
    right: .38rem;
}
.huaxia:after {
    width: 1.85rem;
    height: .42rem;
    background: url("/static/weixin/weixin_heiniubao/images/xinguan/logo-huaxia.png") center no-repeat;
    background-size: 100%;
    content: '';
}
.pingan:after {
    width: 1.41rem;
    height: .5rem;
    background: url("/static/weixin/weixin_heiniubao/images/xinguan/logo-pingan-jiankang.png") center no-repeat;
    background-size: 100%;
    content: '';
}
.jingdonganlian:after {
    width: .75rem;
    height: .77rem;
    background: url("/static/weixin/weixin_heiniubao/images/xinguan/logo-anlianbao.png") center no-repeat;
    background-size: 100%;
    content: '';
}
.hongkang:after {
    width: 1.83rem;
    height: .5rem;
    background: url("/static/weixin/weixin_heiniubao/images/xinguan/logo-hongkang.png") center no-repeat;
    background-size: 100%;
    content: '';
}