﻿.date_btn,.date_grid {
	box-sizing:border-box
}
.date_btn,.date_class,.gear {
	cursor:pointer
}
.date_btn,.date_class,.date_class_box,.date_info_box,.tooth {
	text-align:center
}
.gearDate {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:10px;
	background-color:rgba(0,0,0,.2);
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9900;
	overflow:hidden;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.date_ctrl {
	vertical-align:middle;
	background-color:#F0F0F0;
	border:1px solid #a5a5a5;
	border-radius:5px;
	color:#363837;
	margin:0;
	height:auto;
	width:90%;
	max-width:600px;
	position:absolute;
	left:50%;
	top:12%;
	z-index:9902;
	overflow:hidden;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0)
}
.date_roll,.date_roll>div {
	background-color:transparent;
	overflow:hidden
}
.date_grid,.date_info_box {
	border-bottom:1px solid #d4d4d4
}
.slideInUp {
	animation:slideInUp .3s ease-in;
	-webkit-animation:slideInUp .3s ease-in
}
@-webkit-keyframes slideInUp {
	from {
	-webkit-transform:translate(-50%,-100%);
	transform:translate(-50%,-100%);
	-moz-transform:translate(-50%,-100%);
	-ms-transform:translate(-50%,-100%);
	-o-transform:translate(-50%,-100%)
}
to {
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0)
}
}.date_roll {
	position:relative;
	width:100%;
	height:auto;
	font-weight:700;
	-webkit-mask:-webkit-gradient(linear,0 50%,0 100%,from(#debb47),to(rgba(36,142,36,0)));
	-webkit-mask:-webkit-linear-gradient(top,#debb47 50%,rgba(36,142,36,0))
}
.date_roll>div {
	font-size:2.3em;
	height:6em;
	float:left;
	position:relative;
	width:33.33%
}
.date_roll_mask {
	padding:0 2em;
	-webkit-mask:-webkit-gradient(linear,0 40%,0 0,from(#debb47),to(rgba(36,142,36,0)));
	-webkit-mask:-webkit-linear-gradient(bottom,#debb47 50%,rgba(36,142,36,0))
}
.date_grid {
	position:relative;
	top:2em;
	width:100%;
	height:2em;
	margin:0;
	z-index:0;
	background-color:#E8E8E8;
	border-top:1px solid #d4d4d4
}
.date_grid>div {
	color:#000;
	position:absolute;
	right:0;
	top:0;
	font-size:.8em;
	line-height:2.5em
}
.date_info_box {
	color:#000;
	font-size:1.8em;
	padding:.6em 1em;
	font-weight:700
}
.date_class_box {
	padding:1em 2em
}
.date_class {
	display:inline-block;
	font-size:1.4em;
	width:40%;
	padding:.4em 0;
	color:#bb1b21;
	border:1px solid #bb1b21
}
.date_class_box .date_class:first-child {
	border-top-left-radius:.2em;
	border-bottom-left-radius:.2em
}
.date_class_box .date_class:last-child {
	border-top-right-radius:.2em;
	border-bottom-right-radius:.2em
}
.date_class_box .active {
	background-color:#bb1b21;
	color:#fff
}
.date_btn_box {
	overflow:hidden;
	position:relative;
	border-top:1px solid #d4d4d4
}
.date_btn {
	color:#000;
	font-size:1.6em;
	line-height:1em;
	padding:.8em 1em;
	float:left;
	width:50%
}
.date_btn:first-child {
	border-right:1px solid #d4d4d4
}
.gear {
	float:left;
	position:absolute;
	z-index:9902;
	width:5.5em;
	margin-top:-6em
}
.date_roll>div .gear {
	width:100%
}
.tooth {
	height:2em;
	line-height:2em
}
    .f-flex-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

        .f-flex-box.align-center {
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .f-flex-box.dir-col {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            flex-direction: column;
        }

        .f-flex-box.justify-around {
            -webkit-justify-content: space-around;
            justify-content: space-around;
        }

        .f-flex-box > .flex1 {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            flex: 1;
        }

        .f-flex-box.wrap {
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .f-flex-box.justify-between {
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }

        .f-flex-box.justify-end {
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
        }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .animated.infinite {
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

        .animated.hinge {
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
        }

        .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
            -webkit-animation-duration: .75s;
            animation-duration: .75s;
        }

    @-webkit-keyframes a {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes a {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @-webkit-keyframes b {
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }

        50% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        0% {
            opacity: 0;
        }
    }

    @keyframes b {
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }

        50% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        0% {
            opacity: 0;
        }
    }

    @-webkit-keyframes c {
        0% {
            opacity: 1;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

        to {
            opacity: 0;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
        }
    }

    @keyframes c {
        0% {
            opacity: 1;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

        to {
            opacity: 0;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
        }
    }

    @-webkit-keyframes d {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
        }
    }

    @keyframes d {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
        }
    }

    .fadeInUp {
        -webkit-animation-name: a;
        animation-name: a;
    }

    #page-question {
        width: 100%;
        height: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }

    .m-container {
        position: relative;
        padding: 65px 15px 100px;
    }

    .block-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color:rgb(244, 78, 59);
        z-index: 10;
        border-bottom: .026666rem solid #d9d9d9;
    }

    .f-flex-box.align-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    

    .m-banner {
        padding: 10px;
        background: #fff;
        border-radius: 8px;
    }

        .m-banner .banner-avatar {
            overflow: hidden;
            width: 96px;
            height: 96px;
            border-radius: 8px;
        }

            .m-banner .banner-avatar img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .m-banner .banner-info {
            margin-left: 11px;
        }

            .m-banner .banner-info .banner-info-teacher {
                font-size: 15px;
                color: #333;
                font-weight: 500;
            }

                .m-banner .banner-info .banner-info-teacher > span {
                    padding: .133333rem .4rem;
                    color: #86601e;
                    background: #f4d59d;
                    font-size: .53333rem;
                    font-weight: 400;
                    border-radius: .426666rem .426666rem .426666rem 0;
                }

            .m-banner .banner-info .banner-info-teacher-detail {
                font-size: .693333rem;
                color: #333;
            }

            .m-banner .banner-info .banner-label > span {
                margin-right: .32rem;
                border: 1px solid #c9aa68;
                color: #c9aa68;
                padding: .213333rem .266666rem;
                border-radius: .1066666rem;
                opacity: .8;
            }

            .m-banner .banner-info .banner-num {
                color: #999;
                font-size: .69333rem;
                line-height: .693333rem;
            }

    .m-chat {
        margin-top: 20px;
    }

    .chat-teacher {
        margin-top: 10px;
    }

        .chat-teacher .teacher-avatar {
            overflow: hidden;
            width: 36px;
            height: 36px;
            border-radius: 50%;
        }

            .chat-teacher .teacher-avatar img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .chat-teacher .teacher-msg {
            margin-left: 10px;
        }

        .chat-teacher .teacher-info {
            font-size: 12px;
        }

            .chat-teacher .teacher-info .teacher-info-name {
                color: #c9aa68;
            }

            .chat-teacher .teacher-info .teacher-info-time {
                margin-left: 10px;
                color: #999;
            }

        .chat-teacher .teacher-msg-item {
            margin-top: 10px;
            padding: 13px;
            width: -webkit-fit-content;
            width: fit-content;
            font-size: 15px;
            font-weight: 400;
            color: #333;
            line-height: 21px;
            box-shadow: 0 2px 5px 0 hsla(0,0%,91%,.5);
            background: #fff;
            border-radius: 2px 10px 10px 10px;
        }

            .chat-teacher .teacher-msg-item > span {
                color: #f85a5a;
            }

            .chat-teacher .teacher-msg-item > p > span {
                color: #f85a5a;
            }

            .chat-teacher .teacher-msg-item.teacher-msg-select {
                width: 90%;
            }

                .chat-teacher .teacher-msg-item.teacher-msg-select > .msg-select-options {
                    overflow: hidden;
                }

                    .chat-teacher .teacher-msg-item.teacher-msg-select > .msg-select-options .option {
                        margin-top: 10px;
                        width: 47%;
                        height: 40px;
                        line-height: 40px;
                        text-align: center;
                        font-size: 15px;
                        color: #86601e;
                        background: #f4d59d;
                        border-radius: 18px;
                    }

    .chat-user {
        margin-top: 15px;
    }

        .chat-user .user-msg {
            padding: 13px;
            width: -webkit-fit-content;
            width: fit-content;
            font-size: 16px;
            font-weight: 400;
            color: #86601e;
            background: #f4d59d;
            border-radius: 10px 2px 10px 10px;
        }

    .chat-teacher .teacher-msg-item.teacher-msg-parse {
        color: #318fec;
    }

        .chat-teacher .teacher-msg-item.teacher-msg-parse span {
            display: inline-block;
            width: .9066666rem;
            height: .9066666rem;
            background: url(/qm/icon-parse.png) no-repeat;
            background-size: 100% 100%;
            -webkit-animation: d linear 3s infinite;
            animation: d linear 3s infinite;
        }

    .chat-teacher .teacher-msg-item.teacher-msg-phone .msg-input {
        margin-top: 10px;
    }

        .chat-teacher .teacher-msg-item.teacher-msg-phone .msg-input input {
            display: inline-block;
            width: 150px;
            padding-left: 11px;
            color: #333;
            font-size: 15px;
            border: 1px solid #c6c6c6;
            border-radius: 4px;
        }

        .chat-teacher .teacher-msg-item.teacher-msg-phone .msg-input .submitBtn {
            margin-left: 8px;
            display: inline-block;
            width: 84px;
            height: 44px;
            line-height: 44px;
            text-align: center;
            background: #f4d59d;
            border-radius: 4px;
            color: #86601e;
            font-size: 16px;
            font-weight: 400;
        }
    #mbChatHeaderTitleTxt {
    color: #fff;
    float: left;
    width: 70%;
    font-size:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
}
    .mp_copy_scale {
    transform: scale(0.97,0.97);
}
@media screen and (min-width:415px) and (max-width:639px){html, body{font-size:54px;}} @media screen and (min-width:640px) and (max-width:719px){html, body{font-size:64px;}} @media screen and (min-width:750px){ html, body{font-size:72px;max-width: 750px;margin:0 auto;} .banner{} .newfooter{left:calc(50% - 375px) !important;} } /*全局样式*/ .xinqim{width:100%;overflow: hidden;} .xinqim nav{width:100%;height:0.93rem;background:#8e0406;font-size:0.36rem;color:#fff;line-height:0.93rem;text-align: center;position:relative;} .xinqim nav span{font-size:0.24rem;width:18%;height:0.4rem;border:1px solid #fff;border-radius:5px;position:absolute;top:calc(50% - 0.2rem);right:0.21rem;display: block;text-align: center;line-height:0.4rem;} /*banner*/ .banner{width:100%;} .banner img{width:100%;height:100%;} /*profile*/ .profile{width:100%;overflow: hidden;padding:0 0.2rem;margin-top:0.5rem;} .profile h2{width:100%;height:0.8rem;background:url(/news/images/tit_a.png) no-repeat;background-size:100% 100%;font-size:0.36rem;color:#fdf7e4;text-align: center;line-height:0.8rem;font-weight:normal;letter-spacing: 0.02rem;} .profile .profile_con{width:100%;/*height:3.54rem;*/background:url(/news/images/bj_kuang.png) no-repeat;background-size:100% 100%;padding:0.3rem;font-size:0.3rem;line-height:0.48rem;letter-spacing: 0.01rem;margin:0.29rem 0 0.5rem;} .profile .profile_con i{color:#a02224;} /*qm_con*/ .qm_con{background-color: #8e0406;width:100%;overflow: hidden;padding:0 0.2rem;/*margin:0.58rem 0 0.6rem;*/} .qm_con_tit{width:4.28rem;height:0.8rem;background:url(/news/images/tit_b.png) no-repeat;background-size:100% 100%;font-size:0.36rem;color:#fdf7e4;text-align: center;line-height:0.8rem;margin:0 auto;font-weight:normal;letter-spacing: 0.02rem;} .qm_con_titA{width:100%;background:url(/news/images/tit_a.png) no-repeat;background-size:100% 100%;margin-bottom:0.43rem;} .info_tit{width:100%;height:0.84rem;border:1px solid #770a0b;font-size:0.34rem;border-radius:5px;background:#fff;line-height:0.84rem;margin:0.4rem 0 0.25rem;overflow: hidden;} .info_tit span{width:50%;text-align: center;display: inline-block;} .info_titcolor{background:#a02224;color:#fff;} .qm_info{width:100%;overflow: hidden;border:1px solid #bababb;border-radius:5px;background:#fff;font-size:0.3rem;} .qm_info li{width:100%;height:0.9rem;border-bottom:1px solid #bababb;} .qm_info li:last-child{border:0;} .qm_info li span{width:32%;display: inline-block;float: left;height:100%;color:#a02224;line-height:0.9rem;padding-left:0.8rem;position:relative;} .qm_info li span:before{content: '';width:0.44rem;height:0.42rem;background:url(/news/images/icon.png) no-repeat;background-size:1.5rem;position:absolute;top:calc(50% - 0.18rem);left:0.24rem;} .qm_info li div{width:68%;float: left;height:100%;line-height:0.9rem;position:relative;} .qm_info li div i{padding-left:0.52rem;margin-right:0.35rem;position:relative;} .qm_info li div i em{width:0.38rem;height:0.38rem;background:url(/news/images/radio.png) no-repeat;background-size:1.2rem;display: inline-block;position:absolute;top:calc(50% - 0.19rem);left:0;} .radio_select{background-position:-0.82rem 0 !important;} 

	.qm_info li div input{width:100%;height:100%;float: left;font-size:0.3rem;background:none;} 



	.qm_info li div label{width:39%;height:58%;overflow: hidden;float: left;display:inline-block;margin-top:0.16rem;line-height:0.45rem;position:relative;} .qm_info li div select{width:60%;height:100%;float: left;font-size:0.3rem;background:none;border:1px solid #535353;margin-right:0.15rem;padding-left:0.1rem;color:#6F6F6F;} .qm_info li:nth-child(2) span:before{background-position:-1.09rem 0;} .qm_info li:nth-child(4) span:before{background-position:0 -0.69rem;} .qm_info li:nth-child(5) span:before{background-position:-1.09rem -0.69rem;} /*.qm_info li:nth-child(5) div:before{width:0.32rem;height:0.18rem;content: '';display: inline-block;background:url(/news/images/icon.png) no-repeat 0 -1.57rem;background-size:1.5rem;position:absolute;top:calc(50% - 0.09rem);right:0.2rem;}*/ .qm_info_but{width:5.7rem;height:0.88rem;text-align: center;line-height:0.88rem;font-size:0.34rem;color:#fff;background:url(/news/images/qm_info_but_b.png) no-repeat;background-size:100% 100%;display:block;letter-spacing: 0.02rem;margin:0.23rem auto 0;} .qm_info_p{width:100%;line-height:0.88rem;font-size:0.28rem;text-align: center;} .qm_info_p i{color:#bb1b21;} .efficacy{width:100%;overflow: hidden;margin-top:0.2rem;} .efficacy img{width:100%;float: left;} /*case*/ .case{width:100%;height:0.9rem;padding:0 0.25rem;} .case span{width:48%;height:100%;float: left;border:3px solid #9b0300;border-bottom:0;border-radius:5px 5px 0 0;font-size:0.38rem;font-weight: bold;text-align: center;line-height:0.9rem;letter-spacing: 0.02rem;color:#9b0300;background:#fff;} .case .case_r{float: right;} .case_col{background:#9b0300 !important;color:#fff !important;} .case_ul{width:100%;overflow: hidden;background:#fffffd;border-radius:5px;border:1px solid #bababb;} .case_ul li{width:100%;border-bottom:1px solid #bababb;padding:0.35rem 0.22rem;overflow: hidden;position:relative;} .case_ul li:last-child{border:0;} .case_ul li .case_img{width:29%;/*padding:0.2rem 0;*/float: left;position:absolute;top:18%;left:0.15rem;} .case_ul li .case_img img{width:1.73rem;height:1.73rem;display:block;margin:0 auto;border-radius:5px;} .case_ul li .case_img p{width:100%;font-size:0.28rem;text-align: center;margin-top:0.1rem;font-weight:bold;} .case_ul li .case_ul_con{width:71%;float: right;} .case_ul li .case_ul_con p{font-size:0.28rem;line-height:0.4rem;padding-left:0.1rem;} .case_ul li .case_ul_con p span{color:#a02224;font-weight:bold;} .case_ul li:nth-child(even){background:#f8f8f0;} /*qm_advert*/ .qm_advert{width:100%;overflow: hidden;margin-bottom:0.8rem;} .qm_advert h2{width:100%;overflow: hidden;border-top:1px solid #bd7474;} .qm_advert h2 img{width:100%;float: left;} .qm_advert_ul{width:100%;overflow: hidden;border:1px solid #bd7474;border-width:1px 0;} .qm_advert_ul li{width:100%;overflow: hidden;border-bottom:1px solid #bd7474;background:#c54238;} .qm_advert_ul li:last-child{border:0 !important;} .qm_advert_ul li img{width:38%;height:auto;float: right;} .qm_advert_ul li .advert_ul_con{width:62%;overflow:
      hidden;color:#fff;padding:0.3rem 0.15rem 0 0.3rem;} .qm_advert_ul li .advert_ul_con h3{font-size:0.4rem;margin-bottom:0.2rem;height:auto;font-weight: normal;} .qm_advert_ul li .advert_ul_con p{font-size:0.25rem;} .qm_advert_ul li:nth-child(2){background:#ff9c44;} .qm_advert_ul li:nth-child(3){background:#df6b68;} .qm_advert_ul li:nth-child(4){background:#973b64;} .qm_advert_ul li:nth-child(even) img{float: left;} /*message*/ .message{width:100%;overflow: hidden;border:1px solid #bababb;border-radius:5px;background:#fffffd;margin-top:0.25rem;padding:0.2rem 0 0.25rem;} .message_gund{width:100%;overflow: hidden;height:7rem;} .message_gund ul{width:100%;overflow: hidden;font-size:0.3rem;} .message_gund ul li{width:100%;overflow: hidden;padding:0.2rem 0.22rem;border-bottom:1px solid #dbdbd9;} .message_gund ul li:nth-child(even){background:#ffffff;} .message_gund ul li h3{font-weight: normal;color:#bb1b21;margin-bottom:0.1rem;} .message_info{width:100%;overflow: hidden;padding:0.21rem 0.38rem 0;} .message_info input{width:100%;height:0.7rem;border:1px solid #bababb;float: left;background:none;border-radius:5px;font-size:0.28rem;padding-left:0.22rem;} .message_info textarea{width:100%;height:1.84rem;border:1px solid #bababb;float: left;background:none;border-radius:5px;margin-top:0.15rem;font-size:0.28rem;font-size:0.28rem;padding:0.22rem;} .mess_but{width:100%;height:0.96rem;overflow: hidden;background:url(/news/images/qm_info_but.png) no-repeat;background-size:100% 100%;float: left;color:#fff;font-size:0.34rem;letter-spacing: 0.02rem;margin-top:0.23rem;} /*qm_quest*/ .qm_quest{width:100%;overflow: hidden;border:1px solid #bababb;border-radius:5px;background:#fffffd;margin-top:0.25rem;font-size:0.28rem;} .qm_quest li{width:100%;overflow: hidden;border-top:1px solid #e5e5e0;letter-spacing: 0.01rem;} .qm_quest li:first-child{border:0;} .qm_quest li h3{line-height:0.94rem;padding-left:0.3rem;font-weight:normal;} .qm_quest li p{width:100%;padding:0.3rem;line-height:0.45rem;background:#ffffff;border-top:1px solid #e5e5e0;display: none;} footer{width:100%;overflow:hidden;background:#9b0300;color:#fff !important;font-size:0.3rem;text-align: center;line-height:0.45rem;padding:0.6rem 0 0.3rem;margin-bottom:1rem;}  </style>
.layui-layer-btn { font-size: 0.4rem; text-align: center; }
    .qm_info li div select{border-radius:100px;padding:0px; text-align: center;
    text-align-last: center; }.qm_info li div select>option{text-align: center;}
      .qm_info li:nth-child(6) span:before { background-position: -1.09rem -1.43rem;height: 0.6rem;top: 0.2rem;}
      .introduce-wrap {
        padding: 0.26rem 0.3rem 0;
        /* background: #F8F9FF; */
        background: #8e0406;
    }
      .introduce-wrap .introduce-item {
            padding: 0.9rem 0 0.5rem;
            width: 100%;
            box-sizing: border-box;
            border-radius: 0.2rem;
            margin-top: 0.67rem;
            position: relative;
            box-shadow: 0px 0px 14px 0px rgba(165,28,29,0.14);
            background: #fff;
        }
    .introduce-item .title {
        position: absolute;
        top: -0.5rem;
        left: 50%;
        width: 4.82rem;
        height: 1.07rem;
        text-align: center;
        line-height: 0.8rem;
        /* color: #6175F2; */
        color: #FFCD7E;
        font-size: 0.36rem;
        font-weight: 500;
        background: url(/Picture/btkuang.png);
        background-size: 100% 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .introduce-item .con-good {
        display: flex;
        display: -webkit-flex;
        justify-content: space-around;
        align-items: center;
    }
    .con-good .con-good-item {
        width: 1.37rem;
    }
    .con-good-item img {
        display: block;
    }
    .con-good-item .item {
        width: 100%;
    }
    .con-good-item .line {
        width: 0;
        height: 0.6rem;
        margin: 0.1rem auto;
        border-right: 1px dotted #212121;
    }
    .con-good-item .desc {
        width: 100%;
        height: 0.45rem;
        line-height: 0.45rem;
        text-align: center;
        font-size: 0.34rem;
        color: #212121;
        margin: 0.1rem auto;
        position: relative;
        z-index: 0;
        font-weight: 500;
    }
        .con-good-item .desc:after {
            content: '';
            position: absolute;
            top: 0.3rem;
            left: 0;
            right: 0;
            bottom: 0;
            width: 1.32rem;
            height: 0.16rem;
            background: #FFE2E2;
            z-index: -1;
        }
    .con-good-item .dot {
        width: 0.15rem;
        height: 0.15rem;
        margin: 0 auto;
    }
    .introduce-item .express-wrap {
        font-size: 0.32rem;
        color: #212121;
    }
    .express-wrap p {
        text-align: center;
        margin-bottom: 0.2rem;
    }
    .introduce-item .express-wrap .express {
        width: 2.14rem;
        height: 0.44rem;
        text-align: center;
        position: relative;
        margin: 0 auto 0.16rem;
        z-index: 0;
    }
    .con-method img {
        width: 100%;
        height: 100%;
    }
    .introduce-item .con-method {
        width: 5.37rem;
        height: 4.71rem;
        margin: 0 auto;
    }
    .introduce-item .con-compare {
        padding: 0 0.3rem;
    }
    .con-compare .con-compare-item {
        position: relative;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.3rem;
    }
    .con-compare .con-compare-header {
        margin-bottom: 0.2rem;
        height: 1.37rem;
    }
    .con-compare-item .left-top {
        width: 2.6rem;
        height: 0.7rem;
        font-size: 0.36rem;
        text-align: center;
        line-height: 0.7rem;
        background: #A61C29;
        color: #FFCD7E;
        border-radius: 0.1rem;
    }
    .con-compare-item .center {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1.36rem;
        height: 1.36rem;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }
    .con-compare-item .right-top {
        width: 2.6rem;
        height: 0.7rem;
        font-size: 0.36rem;
        text-align: center;
        line-height: 0.7rem;
        background: #C2C2C2;
        color: #7E7E7E;
        border-radius: 0.1rem;
    }
    .con-compare-item .left {
        width: 2.6rem;
        border: 1px solid #A51C1D;
        font-size: 0.28rem;
    }
    .con-compare-item .right {
        width: 2.6rem;
        border: 1px solid #B5B5B5;
        font-size: 0.28rem;
    }
    .con-compare-item .left .left-f1 {
        padding: 0.15rem;
        color: #383838;
    }
    .con-compare-item .left .left-f2 {
        padding: 0.15rem;
        color: #FFCD7E;
        background: #A61C29;
    }
    .con-compare-item .center .side {
        width: 100%;
        height: 100%;
        background: #FFE2E2;
        border-radius: 50%;
        font-size: 0.6rem;
        /* padding: 0.27rem 0.27rem 0.28rem 0.29rem; */
        text-align: center;
        box-sizing: border-box;
        color: #A51C1D;
        line-height: 1.36rem;
    }
    .con-compare-item .right .right-f1 {
        padding: 0.15rem;
        color: #7E7E7E;
    }
    .con-compare-item .right .right-f2 {
        padding: 0.15rem;
        color: #7E7E7E;
        background: #C2C2C2;
    }
    .introduce-item .con-important {
        padding: 0 0.3rem;
    }
    .con-important .important-item {
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px dotted #A51C1D;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .important-item .item-title {
        color: #A51C1D;
        font-size: 0.36rem;
        margin: 0 auto;
        position: relative;
        width: 1.7rem;
        height: 0.5rem;
        text-align: center;
        z-index: 0;
        font-weight: 500;
    }
        .important-item .item-title::after {
            content: '';
            position: absolute;
            top: 0.28rem;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0.2rem;
            background: #FFE2E2;
            z-index: -1;
        }
    .important-item .detail {
        margin-top: 0.2rem;
        font-size: 0.32rem;
        color: #444;
    }
        .important-item .detail p {
            text-align: center;
        }
    .infochange {
        width: 6.9rem;
        /* height: 5.8rem; */
        padding-bottom: 0.3rem;
        /* background: url(../images/index/信息框.jpg) no-repeat; */
        /* background-size: 100% 100%; */
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        position: relative;
        left: 50%;
        border-top: 1px solid transparent;
        background: rgba(255,255,255,1);
        box-shadow: 0rem 0rem 0.14rem 0rem rgba(165,28,29,0.14);
        border-radius: 0.2rem;
        /* margin: 0 0.3rem; */
        /* box-sizing: border-box; */
    }
    .form-content {
        display: -webkit-flex;
        display: flex;
        font-size: 0.32rem;
        width: 6.5rem;
        margin: 0px auto;
        margin-top: 0.2rem;
        height: 0.75rem;
    }
        .form-content .form-tit {
            width: 1.85rem;
            height: 0.7rem;
            line-height: 0.7rem;
            padding-right: 0.4rem;
            box-sizing: border-box;
            display: inline-flex;
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            align-items: center;
        }
        .form-content .form-text {
            flex: 1;
            -webkit-flex: 1;
            height: 0.7rem;
            line-height: 0.7rem;
        }
    .isborn .form-text span {
        width: 44%;
        display: inline-block;
    }
        .isborn .form-text span em {
            display: inline-block;
            width: 0.34rem;
            height: 0.34rem;
            /* border: 1px solid #6174f1; */
            border: 1px solid #A51C1D;
            border-radius: 50%;
            margin-right: 0.25rem;
            vertical-align: middle;
            position: relative;
            top: -0.04rem;
        }
    .form-content .form-text .form-input {
        height: 0.7rem;
        line-height: 0.7rem;
        border-radius: 30px;
        /* border: 1px solid #6174f1; */
        border: 1px solid #A51C1D;
        padding: 3px 10px;
        width: 100%;
    }

    .form-content .form-text label {
        display: inline-block;
        width: 30%;
    }

    .form-content .form-textf label input {
        width: 0.34rem;
        height: 0.34rem;
        /* border: 1px solid #6174f1; */
        border: 1px solid #A51C1D;
        border-radius: 50%;
        position: relative;
        top: 0.05rem;
    }

        .form-content .form-textf label input:checked {
            /* background: #6174f1; */
            background: #A51C1D;
        }

    .form-content .form-texts label {
        width: 45%;
    }

        .form-content .form-texts label span {
            padding-left: 0.2rem;
            margin-left: -0.2rem;
            display: inline-block;
        }

        .form-content .form-texts label input:checked + span {
            width: 1.73rem;
            height: 0.6rem;
            background: url(../Picture/mo.png) no-repeat;
            background-size: cover;
            color: #fff;
        }

    .form-btn button {
        width: 6.3rem;
        height: 0.8rem;
        text-align: center;
        line-height: 0.85rem;
        /* color: #fff; */
        color: #FFCD7E;
        /* background: #6174f1; */
        background: #A61C29;
        font-weight: normal;
        font-size: 0.36rem;
        border: 0px;
        border-radius: 30px;
        margin-top: 0.25rem;
        letter-spacing: 1px;
    }

      .newfooter { width: 100%; max-width: 750px; height: 1rem; background: #fff; border-top: 1px solid #959595; position: fixed; bottom: 0; left: 0; font-size: 0.2rem; display: none; } .newfooter ul { width: 50%; height: 100%; text-align: center; float: left; } .newfooter ul li { width: 50%; height: 100%; float: left; position: relative; } .newfooter ul li span { width: 0.54rem; height: 0.4rem; display: block; background: url(/Public/Wap2/images/default_3.0/newfooter_icon.png) no-repeat; background-size: 0.6rem; margin: 0.14rem auto 0.1rem; } .newfooter ul li p { width: 100%; height: auto; } .newfooter ul li.fl_wei:before { content: ''; width: 1px; height: 0.6rem; background: #dcdcdc; position: absolute; top: calc(50% - 0.3rem); right: 0; } .newfooter ul li.fl_shouc span { background-position: 0 -0.63rem; width: 0.42rem; height: 0.42rem; margin-top: 0.12rem; } .newfooter_but { width: 50%; float: left; height: 102%; font-size: 0.34rem; color: #fff; background: #bb1b21; text-align: center; line-height: 1rem; letter-spacing: 0.02rem; margin-top: -1px; } /* END */ /* 2018/1/26 */ .qm_jianjie { width: 100%; padding: 0 0.24rem; margin-bottom: 0.6rem; } .qm_jianj_bj { font-size: 0.3rem; width: 100%; overflow: hidden; background: #fff; border: 1px solid #b3b3b3; padding: 0 0.22rem; position: relative; } .qm_jianj_bj:before { content: ''; width: 100%; height: 100%; background: url(/news/images/jianjie_bj.png) no-repeat; position: absolute; top: 0; left: 0; background-size: 100%; opacity: 0.5; filter: alpha(opacit=50); } .qm_jianj_bj .qm_jj_tit { width: 100%; overflow: hidden; padding: 0 0.32rem; } .qm_jianj_bj .qm_jj_tit h2 { width: 100%; border-bottom: 1px solid #d2d2d2; overflow: hidden; padding: 0 1.16rem; } .qm_jianj_bj .qm_jj_tit h2 img { width: 100%; float: left; margin: 0.5rem 0 0.2rem; } .qm_jianj_bj p { width: 100%; overflow: hidden; text-indent: 2em; line-height: 0.5rem; padding: 0.24rem 0 0.64rem; }
.layui-layer-btn{font-size: 0.4rem;text-align: center;}.daytime{float:right;padding-right:0.2rem}
    .pay-btn {
    width: 460px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0;
}
.pay-btn li {
    height: 50px;
    line-height: 50px;
    width: 210px;
    overflow: hidden;
    background: url(__HOMESTYLE__/images/zfb.png) no-repeat;
    background-position: center top;
    border: 1px solid #ccc;
    position: relative;
    cursor: pointer;
}
.pay-btn li.active {
    border: 1px solid #16d17a;
}
.pay-btn li i {
    width: 0;
    height: 0;
    position: absolute;
    right: 2px;
    bottom: 2px;
    border: 5px solid #16d17a;
    border-left-color: transparent;
    border-top-color: transparent;
    display: none;
}
.pay-btn li.active i {
    display: block;
}
.pay-btn li:first-child + li {
    float: right;
    background-position: center bottom;
}.pay-qrcode {
    width: 460px;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
}.pay-qrcode .left {
    height: auto;
    overflow: hidden;
    float: left;
}.pay-qrcode .left .qrcode {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 2px solid #ccc;
}.pay-qrcode .left dl {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}.pay-qrcode .left dl dt {
    width: 42px;
    height: 42px;
    overflow: hidden;
    float: left;
    background: url(__HOMESTYLE__/images/zf1.png);
}.pay-qrcode .left dl dd {
    margin-left: 50px;
    font-size: 16px;
    color: #136ab1;
    line-height: 28px;
} .pay-qrcode .left dl dd.first {
    margin-top: -6px;
}.pay-qrcode .right {
    float: right;
}.pay-btn li:first-child {
    float: left;
  background: url(__HOMESTYLE__/images/wx.png) no-repeat;
  background-position: center top;
} .p_i_t_con tr {
  margin-bottom: 0.18rem;}
 .p_i_but span{border-radius: 100px;}
 .plTopHeader{width:100%;height:0.56rem;margin-bottom:0.15rem;line-height:0.777rem;} .plTopHeader i{width:0.56rem;height:0.56rem;display: block;float: left;margin-right:0.2rem;} .plTopHeader .sex1{background:url() no-repeat;background-size:100%;} .plTopHeader .sex0{background:url() no-repeat;background-size:100%;} .plTopHeader .xinxin{width:auto;height:auto;} .plTopHeader .xinxin em{width:0.38rem;height:0.38rem;display: inline-block;margin-top:0.08rem;} .plTopHeader .myxinxin0 em{background:url() no-repeat;background-size:100%;} .plTopHeader .myxinxin0 em:nth-child(4){background:url() no-repeat;background-size:100%;} .plTopHeader .myxinxin0 em:nth-child(5){background:url(/news/images/noxin.png) no-repeat;background-size:100%;} .plTopHeader .myxinxin1 em{background:url() no-repeat;background-size:100%;} .plTopHeader .myxinxin1 em:nth-child(5),.plTopHeader .myxinxin1 em:nth-child(4){background:url(/news/images/noxin.png) no-repeat;background-size:100%;} .plTopHeader .myxinxin2 em{background:url() no-repeat;background-size:100%;} .layui-layer-btn a{ font-size: 14px; }
 .measure { width: 100%; overflow: hidden; background: #fff; } .measure h2 { width: 100%; text-align: center; border-bottom: 1px solid #d7d5d4; font-size: 18px; padding: 5px 0; font-weight: 800; } .measure .measure_img { width: 100%; overflow: hidden; padding: 20px 5px 0; } .measure_img a { width: 20%; margin-right: 5%; display: inline-block; overflow: hidden; float: left; margin-bottom: 0.2rem; } .measure_img a:first-child, .measure_img a:nth-child(5) { margin-left: 2.5%; } .measure_img a li { width: 100%; height: 100%; } .measure_img a li img { width: 100%; float: left; } .measure_img a li p { width: 100%; line-height: 24px !important; color: #1a1a1a; text-align: center; font-size: 14px; } .measure_img a:nth-child(4), .measure_img a:last-child { margin-right: 0; }
 .fix_rightx { width: 125px;position: fixed;top: 63% ;right:0; text-align: center;background:#E44D4D }
    .fix_rightx .a{background: #E44D4D;height: 45px;width: 125px;display: block;color: #fff;line-height: 45px;font-size: 16px;}
.foot{width:100%;background:#f5f5f5; z-index:9999; position:fixed; bottom:0; left:0;padding:5px 0;z-index:99999999999999999999;border-top:1px solid #eee;}
.foot .closes{width:18px;height:18px; line-height:15px;position:absolute;right:10px;top:10px;cursor:pointer;font-size:14px; padding-top:5px;}
.foot .wx{width:100%;background:#D6E9C6;position:absolute;left:0;top:-74px;text-align:center;line-height:180%;font-size:15px;padding:10px 0;display:none;}
.foot .wx a{background:#5CB85C;color:#fff;padding:3px 5px;border-radius:5px;}
.foot .qq{width:100%;background:#D6E9C6;position:absolute;left:0;top:-74px;text-align:center;line-height:180%;font-size:15px;padding:10px 0;display:none;}
.foot .qq a{background:#5CB85C;color:#fff;padding:3px 5px;border-radius:5px;}
.foot ul li{width:25%;font-size:12px; float:left; color:#A00; text-align:center;font-size:14px;}
.foot ul li img{margin-bottom:-5px; margin-left:-2px;width:34px;height:34px;}
.footer-btn {
            width: 7.5rem;
            position: fixed;
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            background: #A51C1D;
            text-align: center;
            line-height: 1rem;
            color: #FFCD7E;
            font-size: 0.36rem;
            /* display: none; */
        }

            .footer-btn .flex-wrap {
                display: flex;
                display: -webkit-flex;
                justify-content: space-between;
            }

                .footer-btn .flex-wrap .wxPopOpen {
                    width: 50%;
                    box-sizing: border-box;
                    background: #FADEB3;
                    text-align: center;
                    color: #BD8737;
                }

        .flex-wrap .wxPopOpen img {
            width: 0.55rem;
            height: 0.5rem;
            display: inline-block;
        }

        .footer-btn .flex-wrap .btn-con {
            width: 50%;
            text-align: center;
            color: #FFFFFD;
            background: #AD7E3B !important;
        }
.tanchu_box {
		    width: 100%;
		    height: 100vh;
		    position: fixed;
		    top: 0;
		    left: 0;
		    display: none;
		}
		.tanchu_box_no {
		    width: 100%;
		    height: 100vh;
		    background: rgba(0,0,0,0.5);
		    position: absolute;
		    top: 0;
		    left: 0;
		}
		.tanchu_box_con {
		    width: 82%;
		    overflow: hidden;
		    background: #fff;
		    border-radius: 5px;
		    position: absolute;
		    top: 50%;
		    left:50%;
		    padding: 0 24px;
		    -webkit-transform: translate(-50%,-50%);
		    -moz-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		    box-sizing: border-box;
		}
.mask{display:none;width:100%;height:3000px;background:#000;z-index:1000;position:fixed;left:0;top:0;filter:alpha(opacity=50); /* IE */  -moz-opacity:0.5; /* 老版Mozilla */  -khtml-opacity:0.5; /* 老版Safari */  opacity: 0.5; /* 支持opacity的浏览器*/   }
        .layouts{display:none;position:fixed;width:7rem;left:40%;margin-left:-2.5rem;background:#fff;border:2px solid #FF0000;top:40%;z-index:1001;margin-top:-102px;}
        .layouts h2{font-weight:normal;font-size:16px;text-align:center;padding:10px;}
        .layouts p{text-align:center;color:#999;}
        .layouts .wxh{display:block;margin:20px auto;width:100px;height:30px;background:#B90000;font-size:16px;color:#F7EF00;text-align:center;line-height:30px;border-radius:5px;-webkit-user-select:initial;}
        .layouts .bbbb{display:block;margin:20px auto;width:120px;}
        .layouts .bbbb img{width:100%;}
        .gb{display:block;width:30px;height:30px;background:#fff;border-radius:50%;position:absolute;right:-14px;top:-14px;}
        .gb img{width:100%;height:100%;}