        @charset "utf-8";
        /* Css By Coin @2014/12/13 */

        body,
        div,
        dl,
        dt,
        dd,
        ul,
        ol,
        li,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        pre,
        form,
        fieldset,
        input,
        textarea,
        p,
        blockquote,
        th,
        td {
            margin: 0;
            padding: 0;
        }

        body,
        input {
            font-size: 16px;
            color: #333;
            font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
        }

        html,
        body,
        select,
        input {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        table {
            border-collapse: collapse;
            border-spacing: 0;
        }

        fieldset,
        img {
            border: 0
        }

        address,
        caption,
        cite,
        code,
        dfn,
        em,
        strong,
        th,
        var {
            font-style: normal;
            font-weight: normal
        }

        ol,
        ul {
            list-style: none
        }

        caption,
        th {
            text-align: left
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-size: 100%;
            font-weight: normal
        }

        .clear {
            clear: both;
        }

         :focus {
            outline: 0
        }

        body {
            background-color: #F9F9F9;
            background-image: url(../images/bg.png);
            background-repeat: repeat;
            padding-bottom: 30px;
        }

        .fullpage {
            width: 100%;
            overflow: hidden;
        }

        .limitpage {
            width: 92%;
            margin: 0 auto;
        }

        .mt10 {
            margin-top: 10px;
        }

        .mt15 {
            margin-top: 15px;
        }

        .no {
            display: none!important;
        }

        .show {
            display: block!important;
        }

        .fixed {
            position: fixed!important;
            z-index: 99;
        }

        .container {
            padding: 0;
        }

        .hui9 {
            color: #bbb!important;
        }

        a {
            tap-highlight-color: rgba(0, 0, 0, 0);
            focus-ring-color: rgba(0, 0, 0, 0);
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            -webkit-focus-ring-color: rgba(0, 0, 0, 0);
            -moz-tap-highlight-color: rgba(0, 0, 0, 0);
            -moz-focus-ring-color: rgba(0, 0, 0, 0);
            text-decoration: none;
        }

        a,
        img,
        button,
        input,
        textarea,
        select,
        div {
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
            outline: none
        }
        /* 按钮 */

        .btn,
        .btn:visited {
            padding: 0 15px;
            font-size: 18px;
            color: #fff;
            text-align: center;
            border-radius: 3px;
            height: 46px;
            line-height: 46px;
            text-decoration: none;
            cursor: default;
            border: 0;
        }

        .btn:hover {
            filter: alpha(opacity=90);
            -moz-opacity: .9;
            opacity: .9;
        }

        .btn_max {
            display: block;
        }

        button.btn_max,
        input[type='button'],
        input[type='submit'] {
            width: 100%;
        }
        /*
.empty_btn,
.empty_btn:visited{
	padding:0 15px;
	font-size:115%;
	color:#fff;
	text-align:center;
	border-radius:3px;
	height:46px;
	line-height:46px;
	text-decoration:none;
	cursor:default;
	border:0;
}
*/

        .btn_empty {
            color: #ec8d39!important;
            display: block;
            text-align: center;
            border: 1px solid #ec8d39;
        }

        .btn_small {
            height: 38px;
            line-height: 38px;
            width: 80%;
            margin: 15px auto;
            font-size: 110%;
        }

        .btn_disabled {
            color: #aaa!important;
        }
        /* 更多按钮颜色 */

        .btn_daishu {
            background-color: #e99830;
        }

        .btn_blue {
            background-color: #3ba5ff;
        }

        .btn_green {
            background-color: #0C9;
        }

        .btn_orange {
            background-color: orange;
        }

        .btn_gray {
            background: #e8e8e8;
            color: #333;
            border: 1px solid #ddd;
            text-shadow: none;
            /*box-shadow:0 0 3px #fff inset;*/
        }

        .btn_hollow_delete {
            background-color: #f7f7f7;
            border: 1px solid #F03;
            border-style: inset;
            color: #F03;
        }

        .btn_delete {
            background-color: #f23d2a;
        }
        /* 输入框 */

        .input_text {
            width: 100%;
            border: 1px solid #D0D0D0;
            background-color: #FFF;
            padding: 10px 0;
            text-indent: 8px;
        }

        .input_text:hover {
            border: 1px solid #a4c5e4;
            box-shadow: 0 0 3px #a4c5e4;
        }

        .input_text:focus {
            border: 1px solid #5294d0;
            box-shadow: 0 0 3px #5294d0;
            color: #5294d0;
        }

        .input_box_a .union_input:hover {
            box-shadow: 0 0 13px #f8f8f8 inset;
        }

        .input_box_a .union_input:focus {
            box-shadow: 0 0 13px #eee inset;
            color: #469ffb;
            background-color: #fefefe;
        }

        .input_box_a .union_input {
            border: 1px solid #d0d0d0;
            border-bottom: 0;
            width: 100%;
            background-color: #FFF;
            padding: 10px 0;
            text-indent: 8px;
            display: block;
            font-size: 100%;
        }

        .input_box_a .union_input:first-child {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .input_box_a .union_input:last-child {
            border-bottom: 1px solid #d0d0d0;
            border-bottom-left-radius: 5px!important;
            border-bottom-right-radius: 5px!important;
        }

        .input_box_b {
            border-top: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0;
            background-color: #FFF;
            margin-bottom: 15px;
        }

        .input_box_b input:focus {
            /*box-shadow:0 0 13px #eee inset; background-color:#fefefe;*/
            color: #469ffb;
            border-color: #469FFB;
        }

        .input_box_b input {
            border: 0;
            border-radius: 0;
            outline: none;
            border-bottom: 1px solid #e0e0e0;
            width: 96%;
            background-color: #FFF;
            padding: 15px 0;
            text-indent: 30px;
            display: block;
            font-size: 100%;
            margin-left: 4%;
        }

        .input_box_b input:last-child {
            border-bottom: 0!important;
        }

        .input_box_c {
            border-top: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0;
            background-color: #FFF;
            margin-bottom: 15px;
        }

        .input_box_c input:focus {
            /*box-shadow:0 0 13px #eee inset; background-color:#fefefe;*/
            color: #469ffb;
            border-color: #469FFB;
        }

        .input_box_c input {
            border: 0;
            border-radius: 0;
            outline: none;
            border-bottom: 1px solid #d0d0d0;
            width: 96%;
            background-color: #FFF;
            padding: 13px 0;
            display: block;
            font-size: 100%;
        }

        .input_box_c input:last-child {
            border-bottom: 0!important;
        }

        ul.input_box_c {
            background-color: #fff;
        }

        ul.input_box_c li {
            border-top: 1px solid #e9e9e9;
        }

        ul.input_box_c li:last-child {
            border-bottom: none;
        }

        ul.input_box_c li:first-child {
            border-top: 0;
        }

        ul.input_box_c li input {
            border-bottom: 1px solid #e0e0e0;
            width: 96%;
            position: relative;
            text-indent: 72px;
            color: #333;
            font-size: 15px;
        }

        ul.input_box_c label {
            margin-bottom: 0;
            font-weight: normal;
            width: 68px;
            font-size: 100%;
            padding: 7px 0;
            position: absolute;
            left: 15px;
            z-index: 4;
            text-align: left;
            color: #333;
        }

        ul.input_box_c li a {
            display: block;
            height: 54px;
            width: 99%;
            margin: 0 auto;
        }

        .input_box_c .go_btn {
            background-image: url(../images/icons_black2.png);
            background-position: right -280px;
            background-repeat: no-repeat;
            background-size: 16px;
        }

        .input_box_c .turnRightBtn {
            background-image: url(../images/icons_black2.png);
            background-position: right -283px;
            background-repeat: no-repeat;
            background-size: 16px;
        }

        .input_box_c select#age {
            font-size: 15px;
            line-height: 44px;
            width: 75%;
            border: 0;
            background-color: transparent;
            direction: rtl;
            -webkit-direction: rtl;
            float: right;
            margin-right: 9% !important;
        }
        /* login */

        .login {
            margin-top: 25px;
            position: relative;
        }

        .myicon {
            background-image: url(../images/icons_black.png);
            background-repeat: no-repeat;
            background-size: 16px auto;
            text-indent: 30px;
        }

        .myicon:focus {
            background-image: url(../images/icons_blue.png);
            color: #469ffb;
        }

        .icon_user {
            background-position: 8px 17px;
        }

        .icon_pass {
            background-position: 8px -21px;
        }

        .icon_idnum {
            background-position: 8px -321px;
        }

        .icon_tel {
            background-position: 8px -358px;
        }

        .icon_verify {
            background-position: 8px -57px;
            border-bottom: 0!important;
        }

        .icon_flag {
            background-position: 8px -398px;
            border-bottom: 0!important;
        }

        .icon_gift {
            background-position: 8px -437px;
            border-bottom: 0!important;
        }

        .verify {
            position: relative;
        }

        .verify img {
            position: absolute;
            right: 4%;
            top: 10px;
        }

        h5.lostpass {
            width: 92%;
            display: block;
            margin: 15px auto 0;
            text-align: right;
            font-size: 90%;
        }

        h5.lostpass a {
            text-decoration: none;
            color: #469ffb;
        }

        .autowidth {
            margin-left: -1px;
        }
        /* header */

        .header {
            width: 100%;
            height: 42px;
            border-bottom: 1px solid #d0d0d0;
            position: absolute;
            top: 0;
            background-color: #fff;
            overflow: hidden;
        }

        .header a.backbtn {
            width: 80px;
            height: 42px;
            display: block;
            position: absolute;
            top: 0;
            left: 4%;
            background-image: url(../images/icons_black.png);
            background-repeat: no-repeat;
            background-size: 18px auto;
            background-position: 0 -113px;
        }

        .header a.nextbtn {
            width: 80px;
            height: 42px;
            display: block;
            position: absolute;
            top: 0;
            right: 4%;
            line-height: 42px;
            color: #666;
            text-decoration: none;
            text-align: right;
            padding-right: 20px;
        }

        .header h1 {
            text-align: center;
            line-height: 42px;
            font-size: 125%;
            color: #333;
        }

        .header span {
            display: block;
            position: absolute;
            line-height: 42px;
            top: 0;
            right: 4%;
            text-align: right;
            font-size: 90%;
            color: #666;
        }

        .header_container {
            width: 100%;
            height: 42px;
            border-bottom: 2px solid #fff;
        }

        .header a.header_right_btn {
            color: #666;
            text-decoration: none;
            display: block;
            position: absolute;
            right: 4%;
            font-size: 90%;
            padding: 5px 10px;
            top: 0;
            line-height: 32px;
        }
        /* top*/

        .top_title {
            margin: 30px auto;
            font-size: 150%;
            text-align: center;
            color: #666;
            text-shadow: 0 0 2px #fff;
        }
        /* loading */

        #loader {
            background-color: rgba(30, 30, 30, .8);
            width: 100%;
            height: 100%;
            z-index: 999;
            position: fixed;
            left: 0;
            top: 0;
            overflow: hidden;
            text-align: center;
            /*display:none;*/
        }

        #loader .div {
            width: 150px;
            height: 170px;
            text-align: center;
            top: 30%;
            margin: 0 auto;
        }

        .myloader p {
            font-size: 28px;
            text-align: center;
            color: #FFF;
            margin-top: 10px;
        }
        /* 底部 */

        .pb0 {
            padding-bottom: 0;
        }

        .copyright {
            clear: both;
            width: 100%;
            margin-top: 20px;
            text-align: center;
            overflow: hidden;
            color: #ccc;
            font-size: 80%;
            background-image: url(../images/daishu_logo_grey.png);
            background-position: center -1px;
            background-repeat: no-repeat;
            background-size: 55px 55px;
            padding-top: 60px;
        }

        .copyright2 {
            clear: both;
            width: 100%;
            margin-top: 20px;
            text-align: center;
            overflow: hidden;
            color: #fcf4ea;
            font-size: 80%;
        }
        /* css3 loading */

        .spinner {
            position: absolute;
            margin: 100px auto;
            width: 32px;
            height: 32px;
            top: 30%;
            left: 50%;
        }

        .cube1 {
            background-color: #3dfc4b;
        }

        .cube2 {
            background-color: #fc6f3d;
        }

        .cube1,
        .cube2 {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 16px;
            -webkit-animation: cubemove 1.8s infinite ease-in-out;
            animation: cubemove 1.8s infinite ease-in-out;
        }

        .cube2 {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

        @-webkit-keyframes cubemove {
            25% {
                -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
            }
            50% {
                -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
            }
            75% {
                -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
            }
            100% {
                -webkit-transform: rotate(-360deg)
            }
        }

        @keyframes cubemove {
            25% {
                transform: translateX(42px) rotate(-90deg) scale(0.5);
                -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            }
            50% {
                transform: translateX(42px) translateY(42px) rotate(-179deg);
                -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            }
            50.1% {
                transform: translateX(42px) translateY(42px) rotate(-180deg);
                -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            }
            75% {
                transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
                -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            }
            100% {
                transform: rotate(-360deg);
                -webkit-transform: rotate(-360deg);
            }
        }

        .coverbg {
            background-color: rgba(30, 30, 30, .8);
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 9;
            display: none;
            overflow: hidden;
        }

        .middleCenter {
            position: absolute;
            top: 30%;
            display: block;
            width: 100%;
            overflow: hidden;
            background: rgba(0, 255, 0, 0);
        }
        /* Error Page */

        .errMsg {
            width: 100%;
            text-align: center;
            color: #f57900;
            padding-top: 160px;
            background-image: url(../images/notice_alert.png);
            background-size: 105.5px 117.5px;
            background-position: center 30px;
            background-repeat: no-repeat;
        }

        .errMsg h1 {
            font-size: 140%;
            color: #f57900;
            margin-bottom: 5px;
        }

        .errMsg h3 {
            font-size: 100%;
            color: #999;
            margin-bottom: 10px;
            position: absolute;
            bottom: 40px;
            text-align: center;
            width: 100%;
        }

        .errMsg h5 {
            font-size: 90%;
            color: #999;
        }
        /* 注册页 */

        .reg_info {
            width: 100%;
            height: 50px;
            text-align: center;
            padding-top: 25px;
        }

        .reg_info h1 {
            font-size: 150%;
            color: #fd872d;
            margin-bottom: 5px;
            font-weight: normal;
        }

        .reg_info h3 {
            font-size: 95%;
            color: #888;
        }

        a.verify_mobile {
            width: 95px;
            height: 30px;
            line-height: 30px;
            position: absolute;
            right: 0;
            z-index: 3;
            top: 11px;
            border-left: 1px solid #ddd;
            padding-left: 10px;
            ;
            color: #3ba5ff;
            text-decoration: none;
        }

        a.reSend {
            color: #999;
        }

        .clearfix:after {
            content: ".";
            display: block;
            height: 0;
            font-size: 0;
            clear: both;
            visibility: hidden
        }
        /*课程预约*/

        .course-wrapper {
            background-color: #eff0f5;
        }

        .course-wrapper .change {
            margin: 1px 0;
        }

        .course-wrapper .change select {
            background-color: #e98d38;
            border: 0;
            color: #fff;
            font-size: 1em;
        }
        /*.course-wrapper .change i{*/
        /*background: url(../images/icon-list.png) no-repeat -61px 0px;*/
        /*width: 26px;*/
        /*height: 30px;*/
        /*display: inline-block;*/
        /*vertical-align: middle;*/
        /*}*/

        .course-wrapper .change>li {
            float: left;
            width: 50%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #e98d38;
            color: #fff;
        }

        .course-wrapper .change .border {
            border-right: 1px solid #fff;
        }

        .course-wrapper .note {
            color: #fff;
            background-color: #e98d38;
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
            position: relative;
            text-decoration: none;
        }

        .course-wrapper .type-change {
            position: relative;
        }

        .course-wrapper .type-change .current {}

        .course-wrapper .type-change .type-list {
            position: absolute;
            top: 40px;
            left: 0;
            z-index: 9999;
            width: 100%;
            border: 1px solid #e0e0e0;
            display: none;
        }

        .course-wrapper .type-list li {
            display: block;
            background-color: #fff;
            border-bottom: 1px dotted #e0e0e0;
        }

        .course-wrapper .type-change li a {
            color: #444;
            text-decoration: none;
        }

        .type-change i.icon-list.select {
            background-position: -39px -4px;
            width: 15px;
            height: 15px;
            display: inline-block;
            vertical-align: middle;
            background-size: 330px auto;
        }

        .course-wrapper .list {
            background-color: #fff;
            margin-top: 5px;
        }

        .course-wrapper .list li {
            padding: 0 5px;
            position: relative;
            border-bottom: 2px solid #eff0f5;
        }

        .course-wrapper .list li>div {
            padding: 15px 2px;
        }

        .course-wrapper .list .datetime {
            width: 27%;
            text-align: center;
            float: left;
        }

        .list .datetime .date {
            font-size: 1.2em;
        }

        .list .datetime .time {
            color: #e98d38;
            font-size: .8em;
        }

        .list .topic {
            float: left;
            width: 42%;
            margin: 0 10px;
        }

        .list .topic .des {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 1.2em;
        }

        .list .topic .place {
            font-size: .8em;
            color: #696969;
        }

        .list .appoint {
            position: absolute;
            right: 10px;
            width: 20%;
            top: -1px;
        }

        .list .appoint .go {
            color: #fff;
            text-align: center;
            border-radius: 3px;
            height: 28px;
            line-height: 28px;
            text-decoration: none;
            cursor: default;
            border: 0;
            background-color: #ec8d39;
            display: block;
            font-size: .8em;
        }

        .list .appoint .go.gray {
            background-color: #c1c1c1;
        }

        .list .appoint .appoint-count {
            text-align: center;
            margin-top: 3px;
            font-size: .8em;
            color: #696969;
        }

        .list .line {
            height: 47px;
            width: 1px;
            border-right: 1px solid #eff0f5;
            float: left;
        }

        .gray {
            color: #ccc;
        }
        /*具体课程选页面 */

        .select_banner {
            background-color: #ec8d39;
            color: #fff;
            padding: 15px;
        }

        .select_banner .title {
            font-size: 25px;
            margin-bottom: 10px;
        }

        .select_banner .info {}
        /*服务聚合页面*/

        .ser-items {
            margin-top: 20px;
        }

        .ser-items a {
            text-decoration: none;
        }

        .ser-items .item {
            width: 33.333%;
            box-sizing: border-box;
            color: #34495e;
            float: left;
            display: block;
            height: 120px;
            position: relative;
        }

        .ser-items .item p {
            font-size: 1em;
            text-align: center;
        }

        .ser-items a:before {
            content: "";
            width: 46px;
            height: 46px;
            overflow: hidden;
            display: inline-block;
            background: url(../images/services-itemicon-2.png) no-repeat;
            background-size: 299px 150px;
        }

        .ser-items a.medical:before {
            background-position: -14px -16px;
        }

        .ser-items a.liliao:before {
            background-position: -84px -16px;
        }

        .ser-items a.dentistry:before {
            background-position: -164px -90px;
        }

        .ser-items a.ground:before {
            background-position: -165px -16px;
        }

        .ser-items a.out-hosp:before {
            background-position: -109px -196px;
        }

        .ser-items a.quick-order:before {
            background-position: -7px -220px;
        }

        .ser-items a.hpv:before {
            background-position: -14px -90px;
        }

        .ser-items a.course:before {
            background-position: -239px -16px;
        }

        .ser-items a.expert:before {
            background-position: -84px -90px;
        }

        .ser-items a.report:before {
            background-position: -239px -90px;
        }

        .icon-list {
            background: url(../images/icon-list.png) no-repeat 0 -28px;
        }

        .note i.icon-list {
            width: 18px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            background-size: 330px auto;
        }

        .note i.icon-list.notice {
            background-position: -21px 5px;
            margin-right: 10px;
        }

        .note i.icon-list.go {
            background-position: -55px 6px;
            width: 13px;
            position: absolute;
            top: 5px;
            right: 20px;
        }
        /* hpv相关 */

        .hpv {}

        .hpv .hpv-item {
            width: 94%;
            margin: 10px auto;
            background-color: #fff;
            padding: 1px 15px 5px 20px;
            border: solid 1px #eee;
        }

        .hpv .hpv-item a {
            height: 45px;
            font-size: 15px;
            line-height: 45px;
            display: block;
            text-decoration: none;
            color: #6e6e6e;
        }

        .hpv .hpv-item>li {}

        .hpv .hpv-item img {
            float: left;
            width: 8px;
            height: 8px;
            margin-top: 18px;
        }

        .hpv .hpv-item .des {
            margin-left: 28px;
            margin-top: 5px;
            border-bottom: 1px solid #eee;
        }

        .hpv-item li:first-child .des {
            color: #4c4c4c;
            border-bottom: none;
            margin-left: 36px;
        }

        .hpv .hpv-item>li:last-child .des {
            border-bottom: 1px solid #fff;
        }

        .hpv .tips {
            color: #955cbb;
            display: block;
            text-align: center;
            margin: 20px;
            font-size: 14px;
        }

        .hpv-c {
            background-color: #955cbb;
        }
        /*loading*/

        .load-container {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 50%;
            left: 58%;
            margin-top: -12px;
            overflow: hidden;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font: inherit;
            vertical-align: baseline;
            color: #fff;
            display: none;
        }

        @media only screen and (max-width: 320px) {
            .load-container {
                left: 60%;
            }
        }

        @media only screen and (min-width: 730px) {
            .load-container {
                left: 55%;
            }
        }

        .load5 .loader {
            margin: 7px auto;
            font-size: 12px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            position: relative;
            text-indent: -9999em;
            -webkit-animation: load 1.1s infinite ease;
            -moz-animation: load 1.1s infinite ease;
            animation: load 1.1s infinite ease;
        }

        .loader {
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            -moz-transform: scale(0.3);
        }

        @-moz-keyframes load {
            0%,
            100% {
                box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            }
            12.5% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            }
            25% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            37.5% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            50% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            62.5% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            75% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            87.5% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            }
        }

        @-webkit-keyframes load {
            0%,
            100% {
                box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            }
            12.5% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            }
            25% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            37.5% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            50% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            62.5% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            75% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            87.5% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            }
        }

        @keyframes load {
            0%,
            100% {
                box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            }
            12.5% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            }
            25% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            37.5% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            50% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            62.5% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            75% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            }
            87.5% {
                box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            }
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        dl,
        dt,
        dd,
        ul,
        ol,
        li,
        th,
        td,
        p,
        blockquote,
        pre,
        form,
        fieldset,
        legend,
        input,
        button,
        textarea,
        hr {
            margin: 0;
            padding: 0
        }

        body {
            color: #333;
        }

        html {
            background-color: #f8f8f8;
            position: relative;
        }

        body {
            font-size: 16px;
        }

        body,
        button,
        input,
        select,
        textarea {
            font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
        }

        select {
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            border: none;
            background: none;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-size: 100%;
            font-weight: normal
        }

        b {
            font-weight: normal;
        }

        li {
            list-style: none
        }

        fieldset,
        img {
            border: 0
        }

        table {
            border-collapse: collapse;
            border-spacing: 0
        }

        button,
        input,
        select,
        textarea {
            font-size: 100%;
            color: #333;
        }

        legend {
            color: #000
        }

        small {
            font-size: 12px
        }

         :focus {
            outline: 0
        }

        hr {
            border: none;
            height: 1px
        }

        a {
            text-decoration: none;
            color: #6e6e6e;
        }

        a:hover {
            cursor: pointer;
        }

        a:active {
            opacity: .7;
        }

        i {
            vertical-align: middle;
            font-style: normal;
        }

        em {
            font-style: normal;
        }

        .line-through {
            text-decoration: line-through;
        }

        .clear:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
            font-size: 0;
            line-height: 0;
        }

        .block {
            display: block;
        }

        .inline-block {
            display: inline-block;
        }

        .middle {
            vertical-align: middle;
        }

        .fl {
            float: left;
        }

        .fr {
            float: right;
        }

        .text-center {
            text-align: center;
        }

        .text-right {
            text-align: right;
        }

        .color-6e6e6e {
            color: #6e6e6e;
        }

        .color-b1b1b1 {
            color: #999;
        }

        .color-909090 {
            color: #909090;
        }

        .color-4c4c4c {
            color: #4c4c4c;
        }

        .font-12 {
            font-size: 12px;
        }

        .font-14 {
            font-size: 14px;
        }

        .font-16 {
            font-size: 16px;
        }

        .font-25 {
            font-size: 25px;
        }

        .font-13 {
            font-size: 13px;
        }

        .font-15 {
            font-size: 15px;
        }

        .font-17 {
            font-size: 17px;
        }

        .border-none {
            border: none!important;
        }

        .margin-0 {
            margin: 0!important;
        }

        .bg-white {
            background-color: #fff;
        }

        .bg-blue {
            background-color: #5cb1ff;
            color: #fff;
        }

        .font-color {
            color: #fff;
        }

        .btn {
            height: 45px;
            line-height: 45px;
            text-align: center;
        }

        .big-btn {
            width: 94%;
            display: block;
            margin: 0 auto
        }

        .bg-daishu {
            background-color: #ee9830!important;
        }

        .daishu-color {
            color: #e99830;
        }

        .relative {
            position: relative;
        }

        .absolute {
            position: absolute;
        }

        .overflow-hide: {
            overflow: hidden;
        }

        .zhuan {
            display: inline-block;
            height: .18rem;
            width: .18rem;
            text-align: center;
            line-height: .18rem;
            color: #fff;
            border-radius: .04rem;
        }

        .bg-ffa671 {
            background-color: #ffa671;
        }

        .line-through {
            text-decoration: line-through;
        }

        .main {
            margin-bottom: .3rem;
        }

        .padding-15 {
            padding-right: .15rem;
        }

        .bg-f8f8f8 {
            background-color: #f8f8f8;
        }

        .Tap {
            position: fixed;
            top: 0;
            transform: translate3d(0, -.4rem, 0);
            transition: all .3s;
            text-align: center;
            width: 100%;
            height: .3rem;
            line-height: .3rem;
            background-color: rgba(0, 0, 0, .8);
            color: #fff;
        }

        .showTap {
            transform: translate3d(0, 0, 0);
        }

        .submit {
            margin: 0 auto;
            background-color: #e0e0e0;
            width: 94%;
            height: .44rem;
            line-height: .44rem;
            border-radius: .04rem;
            margin-top: .2rem;
        }

        .arrow {
            display: inline-block;
            transition: all .2s;
            margin-left: 5px;
            height: 6px;
            width: 6px;
            border-width: 1px 1px 0 0;
            border-color: #b3b3b3;
            border-style: solid;
            transform: matrix(0.71, 0.71, -0.71, 0.71, 0, -2) rotate(90deg);
            -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, -2) rotate(90deg);
        }

        .zhuan {
            display: inline-block;
            height: 15px;
            width: 15px;
            text-align: center;
            line-height: 15px;
            color: #fff;
            border-radius: 2px;
            font-size: 12px;
        }

        .show-detail {
            display: block;
            text-align: center;
            font-size: 12px;
            width: 100%;
            height: 45px;
            line-height: 45px;
            border-bottom: solid 1px #eee;
            color: #b1b1b1;
            background-color: white;
        }

        .bg-cover {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
				}
				
        /* 弹窗样式 */

        .popup-wrapper {
						display: none;
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            z-index: 1001;
            background: rgba(0, 0, 0, 0.6);
        }

        .popup-wrapper .webapp_popup {
            text-align: center;
            margin: 0 auto;
            width: 92%;
            border-radius: 3px;
            background: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .popup-wrapper .webapp_popup .webapp_popop_text {
            padding: 0.44rem 0.33rem;
            text-align: center;
            font-size: 0.16rem;
            line-height: 0.21rem;
            color: #4c4c4c;
        }

        .popup-wrapper .webapp_popup .operate-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
        }

        .popup-wrapper .webapp_popup .operate-btn a {
            font-size: 0.17rem;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            line-height: 0.46rem;
            height: 0.46rem;
            border-top: 0.005rem solid #e0e0e0;
            color: #e99830;
            border-right: 0.005rem solid #e0e0e0;
        }

        .popup-wrapper .webapp_popup .operate-btn a.webapp_popop_cancel {
            color: #9c9c9c;
            border-right: none;
        }