/************ basic **********************/
@media (min-width: 640px) {
    html {
        font-size: 24px;
    }
}

@media (min-width: 631px) and (max-width: 639px) {
    html {
        font-size: 23.66px;
    }
}

@media (min-width: 622px) and (max-width: 630px) {
    html {
        font-size: 23.33px;
    }
}

@media (min-width: 613px) and (max-width: 621px) {
    html {
        font-size: 23px;
    }
}

@media (min-width: 604px) and (max-width: 612px) {
    html {
        font-size: 22.66px;
    }
}

@media (min-width: 595px) and (max-width: 603px) {
    html {
        font-size: 22.33px;
    }
}

@media (min-width: 586px) and (max-width: 594px) {
    html {
        font-size: 22px;
    }
}

@media (min-width: 577px) and (max-width: 585px) {
    html {
        font-size: 21.66px;
    }
}

@media (min-width: 568px) and (max-width: 576px) {
    html {
        font-size: 21.33px;
    }
}

@media (min-width: 559px) and (max-width: 567px) {
    html {
        font-size: 21px;
    }
}

@media (min-width: 550px) and (max-width: 558px) {
    html {
        font-size: 20.66px;
    }
}

@media (min-width: 541px) and (max-width: 549px) {
    html {
        font-size: 20.33px;
    }
}

@media (min-width: 533px) and (max-width: 540px) {
    html {
        font-size: 20px;
    }
}

@media (min-width: 524px) and (max-width: 532px) {
    html {
        font-size: 19.66px;
    }
}

@media (min-width: 515px) and (max-width: 523px) {
    html {
        font-size: 19.33px;
    }
}

@media (min-width: 506px) and (max-width: 514px) {
    html {
        font-size: 19px;
    }
}

@media (min-width: 497px) and (max-width: 505px) {
    html {
        font-size: 18.66px;
    }
}

@media (min-width: 488px) and (max-width: 496px) {
    html {
        font-size: 18.33px;
    }
}

@media (min-width: 480px) and (max-width: 487px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 471px) and (max-width: 479px) {
    html {
        font-size: 17.66px;
    }
}

@media (min-width: 462px) and (max-width: 470px) {
    html {
        font-size: 17.33px;
    }
}

@media (min-width: 453px) and (max-width: 461px) {
    html {
        font-size: 17px;
    }
}

@media (min-width: 444px) and (max-width: 452px) {
    html {
        font-size: 16.66px;
    }
}

@media (min-width: 435px) and (max-width: 443px) {
    html {
        font-size: 16.33px;
    }
}

@media (min-width: 426px) and (max-width: 434px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 417px) and (max-width: 425px) {
    html {
        font-size: 15.66px;
    }
}

@media (min-width: 408px) and (max-width: 416px) {
    html {
        font-size: 15.33px;
    }
}

@media (min-width: 400px) and (max-width: 407px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 391px) and (max-width: 399px) {
    html {
        font-size: 14.66px;
    }
}

@media (min-width: 382px) and (max-width: 390px) {
    html {
        font-size: 14.33px;
    }
}

@media (min-width: 374px) and (max-width: 381px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 365px) and (max-width: 373px) {
    html {
        font-size: 13.66px;
    }
}

@media (min-width: 356px) and (max-width: 364px) {
    html {
        font-size: 13.33px;
    }
}

@media (min-width: 347px) and (max-width: 355px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 338px) and (max-width: 346px) {
    html {
        font-size: 12.66px;
    }
}

@media (min-width: 329px) and (max-width: 337px) {
    html {
        font-size: 12.44px;
    }
}

@media (max-width: 328px) {
    html {
        font-size: 12px;
    }
}

@font-face {
    font-family: 'fa-brands-400';
    src: url('assets/webfonts/fa-brands-400.eot'); /* IE9 Compat Modes */
url('../webfonts/fa-brands-400.woff') format('woff'), /* Modern Browsers */
url('../webfonts/fa-brands-400.ttf')  format('truetype'), /* Safari, Android, iOS */
url('../webfonts/fa-brands-400.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'fa-regular-400';
    src: url('assets/webfonts/fa-regular-400.eot'); /* IE9 Compat Modes */
url('../webfonts/fa-regular-400.woff') format('woff'), /* Modern Browsers */
url('../webfonts/fa-regular-400.ttf')  format('truetype'), /* Safari, Android, iOS */
url('../webfonts/fa-regular-400.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'fa-solid-900';
    src: url('assets/webfonts/fa-solid-900.eot'); /* IE9 Compat Modes */
url('../webfonts/fa-fa-solid-900.woff') format('woff'), /* Modern Browsers */
url('../webfonts/fa-fa-solid-900.ttf')  format('truetype'), /* Safari, Android, iOS */
url('../webfonts/fa-fa-solid-900.svg') format('svg'); /* Legacy iOS */
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    font-family: 'fa-regular-400', 'fa-brands-400', 'fa-solid-900';
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-text-size-adjust: 100% !important;
    font-size: 100%;
    color: #333333;
    margin: 0;
    background-color: #fafafa;
}

html, body {
    height: 100%;
}

iframe, img {
    border: 0 none;
}

ul, ol {
    list-style: none outside none;
}

input, select, textarea {
    outline: 0 none;
}

h1, h2, h3, h4 {
    font-weight: normal;
    font-size: inherit;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

a:active, a:hover, a:link,
a:visited {
    outline: 0;
    /*color: white;*/
}

b, strong {
    font-weight: bold;
}

em, i {
    font-style: normal;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

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

td, th {
    padding: 0;
}

input[type=date] {
    border: 0
}

ul.tab li {
    padding-left: 1rem;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/**************/

/***    filter-panel    ***/
.filter-panel {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 1.5rem 0;
}

.filter-panel ul li {
    width: 33%;
    border: 0;
    float: left;
}

.filter-panel ul .btn {
    display: inline-block;
    float: right;

    width: 95%;
    margin: 0 auto 1rem;
    line-height: 2rem;

    background-color: #ffffff;

    border-radius: 1rem;
    border: 1px solid #e5e5e5;

    text-align: center;
    font-size: 0.9rem;
    color: #000000;
}

/**item-list*/

.item-list {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.item-list li {
    width: 92%;
    overflow: hidden;
    margin: 0 auto;

    border-bottom: 1px solid #ededed;

    padding: 1.5rem 4%;
}

.item-list li:first-child {
    padding-top: 1rem;
}

.item-list li:last-child {
    border: 0;
}

.item-list div {
    width: 62.3%;
    overflow: hidden;

    float: right;

    text-align: left;
}

.item-list h3 {
    display: block;

    overflow: hidden;
    line-height: 1.4rem;
    margin-bottom: 0.8rem;

    font-size: 1.2rem;
    color: #595968;
}

.item-list a {
    color: #595968;
}

.item-list .exhibit {
    width: 31.7%;
    height: 7.85rem;
    overflow: hidden;

    display: block;
    float: left;
}

.item-list .describe {
    display: block;

    overflow: hidden;
    line-height: 1.3rem;

    font-size: 1rem;
    color: #bdbcc1;
}

.item-list .associate {
    display: block;

    overflow: hidden;
    line-height: 1.3rem;

    font-size: 1rem;
    color: #bdbcc1;
    padding-top: .5rem;
}

.item-list .price {
    display: block;

    overflow: hidden;
    line-height: 1.6rem;

    font-size: 1.4rem;
    color: #ff8162;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0.5rem;
}

.item-list .price em {
    display: inline-block;

    margin-left: 0.1rem;
}

/*content*/
.content {
    min-width: 320px;
    max-width: 750px;
}

.content > h3 {
    line-height: 3rem;
    font-size: 1.3rem;
}

.content > div > p {
    color: grey;
}

.content {
    width: 100%;
    margin: 0 auto;

    min-width: 320px;
    max-width: 640px;

    background-color: #fff;
}

.content > section > ul > li {
    /* border-top: 1px solid #ededed; */
}

.contenticom {
    text-align: center;
}

.contentnotice {
    margin: 0 auto;
    padding: 5rem 7.5rem;
    font-weight: bold;

}

.contentpaysuccess {
    margin: 0 auto;
    padding: 5rem 5rem;
}

.contentlight {
    color: #a9acb1;
}

.contentweight {
    font-weight: bold;
    font-size: large;
    color: #333333;
    height: 15rem;
    text-indent: 2.5rem;
}

.contentnormal {
    font-weight: bold;
    color: #333333;
}

.content section {
    background-color: #ffffff;

    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: .5rem solid #f1f1f1;
}

.content > section + section {
    margin-top: 0.8rem;
}

hr {
    border: 0 solid red;
    background-color: #ededed;
    height: 0.1rem;
    width: 100%;
    margin: 0 0 0 0;
}

a {
    text-decoration: none;
}

.radio-btn input[type="radio"], .check-box input[type="checkbox"] {
    visibility: hidden;
}

/*search-panel*/

.search-panel {
    width: 100%;

    background-color: #e5e5e6;
    padding: 0.6rem 0;
}

.search-panel div {
    width: 81%;
    height: 2.4rem;
    overflow: hidden;
    margin: 0 auto;

    background-color: #ffffff;
    border: 1px solid #e0e0e1;
    border-radius: 1.2rem;

    position: relative;
}

.search-panel div input[type="text"] {
    width: 81%;
    height: 100%;
    line-height: 2.4rem;

    background-color: transparent;

    border: 0;

    text-align: left;
    font-size: 1.1rem;

    padding-left: 10%;
}

.search-panel .i-sch-magnifier {
    width: 5.5%;

    display: block;

    position: absolute;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background: url("/static/icons/i_search_magnifier.png") no-repeat center 0;
    left: 3.1%;
    top: 0.6rem;
    z-index: 3;
}

header {
    width: 100%;
    line-height: 44px;
    background-color: #00b663;
    text-align: center;
    font-size: 1.3rem;
    color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    height: 44px;
}

header p {
    width: 80%;
    margin: 0 auto;

    display: inline-block;

    text-align: center;
    font-size: inherit;
    text-indent: 0;
!important;
}

header .btn-back {
    float: left;
    margin-top: 0.4rem;
    margin-left: -5%;
    width: 30px;
    height: 44px;
    position: absolute;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background: url(static/icons/i_topbar_back.png) no-repeat center 0;
}

header .btn-moon {
    float: left;
    margin-top: 0.4rem;
    margin-left: -5%;
    width: 30px;
    height: 44px;
    position: absolute;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background: url(static/icons/btn_back.png) no-repeat center 0;
}

header .btn-moon-right {
    float: right;
    margin-top: 0.4rem;
    margin-right: -5%;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background: no-repeat center 0;
    font-size: small;
    color: white;
}

header .btn-success {
    float: left;
    margin-top: 0.4rem;
    margin-left: -5%;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background: #52c41a no-repeat center 0;
}

header span {
    display: inline;
    position: absolute;
    font-size: 1rem;
    /* padding-right: 2rem; */
    right: 1rem;
}

header section.success {
    position: static;
    background: #52c41a;
}

header.success {
    position: static;
}

header.moon {
    position: fixed;
    background-color: white;
}

header section.moon {
    position: static;
    background: white;
}

/*footer*/
footer {
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
    padding: 0.5rem 0 0.4rem;
    position: fixed;
    bottom: 0;
    z-index: 90;
    max-width: 750px;
    min-width: 320px;
    width: 100%;
}

footer li {
    width: 16%;
    overflow: hidden;
    line-height: 1.5rem;
    margin: 0 2%;
    float: left;
    text-align: center;
    font-size: 1.0rem;

}

footer img {
    width: 42%;
    overflow: hidden;
    margin: 0 auto;

    display: block;
}

footer h2 {
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
    margin: 0.2rem auto 0;

    padding: 0;

    display: block;
}

footer a {
    color: #000000;
}

footer .cur a {
    color: #fe7740;
}

/*dialog*/
.dialog .dialog-content-normal p {
    text-indent: 2rem;
    line-height: 1.4rem;
}

.dialog .dialog-footer .btn-dbl button {
    width: 50%;
    float: left;
    height: 48px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: transparent;
    outline: 0;
    border: none;
}

.dialog .dialog-footer .btn-dbl button:first-child {
    border-right: 1px solid #f2f2f2;
}

/*modal dialog*/
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

/*button*/
.bind-btn a {
    display: inline-block;
    width: 60%;
    height: 2.5rem;
    line-height: 2.5rem;
    color: white;
    background-color: #ffa53e;
    border-radius: 4px;
}

.btn-close img {
    width: 100%;
    height: 100%;
}

/*gadget*/
.full-image img {
    width: 100%;
    display: block;
}

.share {
    float: right;
    margin-right: 0.8rem;
    width: 1.2rem;
    height: 1.2rem;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background: #fff url(static/icons/share.png) no-repeat center 0;
}

.swim-alert img {
    width: 1.5rem;
    vertical-align: text-top;
}

.line-list {
    line-height: 3rem;
}

.line-list li {
    margin-left: 2%;
    margin-right: 2%;
}

.line-list .icon {
    width: 1.5rem;

    margin-top: 0.6rem;
    margin-right: 0.5rem;
    display: inline-block;
    float: left;
}

.line-list .count {
    display: inline-block;
    float: right;

    text-align: right;
}

.radio-btn {
    width: 1.3rem;
    height: 1.3rem;
    overflow: hidden;
    margin-bottom: -0.3rem;

    display: inline-block;

    background-color: #ffffff;

    border: 1px solid #cacaca;
    border-radius: 50%;

    cursor: pointer;
    position: relative;
}

.radio-btn:after {
    content: "";
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;

    width: 0.5rem;
    height: 0.5rem;

    display: none;
}

.radio-btn:after {
    background-color: #ff8162;

    border-radius: 50%;
}

.radio-btn.checked {
    border-color: #ff8162;
}

.radio-btn.checked:after {
    display: block;
}

.radio-btn {
    border-color: #eeeeee;

    background-color: #f6f6f6;
}

.radio-btn:after {
    display: none;
}

.btn-panel {
    padding: 1rem 3.5% 1rem;
}

.btn-panel.success {
    padding: 1rem 3.5% 0.3rem;
}

.btn-panel.summary {
    padding: 0.3rem 3.5% 0.1rem;
    position: fixed;
    width: 92%;
    bottom: 0px;
}

.btn-panel.agreements {
    padding: 0.3rem 3.5% 0.1rem;
    position: static;
    width: 92%;
    bottom: 0px;
}

.btn-panel .tip {
    display: block;
    text-align: center;
    color: #707070;
    padding: 1.5rem 0 1rem;
}

.btn-finished .btn-item {
    background-color: white !important;
    color: #00b663 !important;
}

.btn-panel .btn-single {
    width: 92%;
    /* height: 2rem; */
    line-height: 2rem;
    margin: 0 auto 1rem;

    display: block;

    border-radius: 0.4rem;

    text-align: center;
    font-size: 1.2rem;

    padding: 0.5rem 0;
    color: white;
    background-color: #00b663;

    border: 1px solid #e2e2e2;
}

.btn-panel .btn-second {
    width: 92.86%;
    height: 2rem;
    line-height: 2rem;
    margin: 0 auto 1rem;

    display: block;

    border-radius: 0.4rem;

    text-align: center;
    font-size: 1.2rem;

    padding: 0.5rem 0;
    color: white;
    background-color: #52c41a;

    border: 1px solid #e2e2e2;
}

.btn-panel .btn-item {

    display: block;

    border-radius: 0.2rem;

    text-align: center;
    font-size: 1rem;

    padding: 0.2rem 0.5rem;
    color: white;
    background-color: #00b663;

    border: 1px solid #e2e2e2;
}

li .btn-input {
    width: 30%;
    /* display: block; */
    border-radius: 0.4rem;
    text-align: center;
    font-size: 1.4rem;
    color: white;
    background-color: #7a220f;
    border: 1px solid #e2e2e2;
    float: right;
    margin: 0.4rem 4% 0.4rem auto;
}

.btn-disable {
    background-image: url(/static/icons/loading.gif) !important;
    color: #ccc !important;
    background: #fff no-repeat 8px 9px;
}

.not-split li {
    border-top: 0px !important;
}

.input-list {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;

    padding: 1rem 0;
}

.input-list .input {
    background-color: #dddddd;
    margin-left: 2%;
    padding-left: 2%;
    height: 3rem;
    display: inline-block;
    width: 94%;
}

.input-list li {
    position: relative;

    padding: 0.2rem 0;
    margin: 0.8rem auto 0 auto;
    /*width: 66%;*/
}

.input-list li button + p {
    width: 60% !important;
}

.input-list input {
    background-color: transparent;

    height: 3rem;
    overflow: hidden;
    line-height: 3rem;

    border: 0;

    padding: 0 0 0 5%;
}

.input-list .captcha {
    float: left;
    width: 5.5rem;
    height: 2.3rem;
    margin-left: 0.3rem;
    margin-top: 0.35rem;
    border: none;
}

.input-list .sms-input {
    height: 2rem;
    float: left;
    width: 8.5rem;
    margin-top: calc(0.5rem - 1px);
}

.input-list .ipt-short {
    width: 50%;
}

/*.sect-form .btn-shot{width:40%; height:2.6rem; display:block; background-color:transparent; border:1px solid #6e6e6e; border-radius:1.3rem; text-align:center; font-size:1rem; color:#333333; line-height:2.6rem; position:absolute; right:0.2rem; top:1rem;}*/
.input-list .btn-shot {
    width: 40%;
    height: 2.6rem;
    line-height: 2.6rem;
}

.input-list .btn-shot {
    display: block;
}

.input-list .btn-shot {
    background-color: transparent;
}

.input-list .btn-shot {
    text-align: center;
    font-size: 1rem;
    color: #333333;
}

.input-list .btn-shot {
    position: absolute;
    right: 0.2rem;
    top: 0.6rem;
}

/*.sect-form .btn-shot.disabled{border-color:#e2e2e2; color:#cccccc;}*/
.input-list .btn-shot.disabled {
    border-color: #e2e2e2;
}

.input-list .btn-shot.disabled {
    color: #cccccc;
}

.input-list .refresh {
    margin-left: .5rem;
    margin-top: 0.5rem;
    height: 2rem;
}

.logo {
    width: 40%;
    padding-left: 30%;
}

.i-sign-skip {
    float: right;
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    display: inline-block;
    top: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: .8rem;
    margin-right: .8rem;

    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*image[lazy=loading] {*/
/*width: 50%;*/
/*height: 300px;*/
/*margin:  auto;*/

/*}*/
.moonnurselazy {
    width: 96%;
    height: auto;
    margin: auto 0.5rem;
}

.service-panel {

}

.service-panel li {
    padding: 1rem 0;
    float: left;
    width: 25%;
    position: relative;
}

.service-panel div {
    padding-left: 2%;
}

.service-panel li .icon {
    width: 1.5rem;
    height: 1.5rem;
}

.service-panel .tip {
    position: absolute;
    right: 2rem;
    top: 0.1rem;
}

.service-panel > ul {

}

.service-panel div + ul {
    text-align: center;
    line-height: 2rem;
}

.service-panel p {
    color: #919090;
}

.avatar {
    border-radius: 50%;

    width: 6rem;
    height: 6rem;
    overflow: hidden;
    margin: 0.5rem auto 0.5rem 1rem;

    display: block;
    float: left;

    box-sizing: border-box;
    border: 1px solid #c9c9c9;
}

.avatar img {
    width: 100%;
    height: 100%;
}

.i-tip {

    float: right;
    color: gray;
    /*margin-top: 0.4rem;*/
}

.round-box {
    border-radius: 50%;

    width: 3rem;
    height: 3rem;

    display: flex;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    flex: 0 0 auto;
    align-items: center;
    margin-right: 1rem;

}

.round-box > .icon {
    display: block;
    overflow: hidden;
    align-items: center;
    margin: 0 0 0 20%;
    width: 60% !important;
}

.line-list li + li {
    border-top: 1px solid silver;
}

.input-er {
    border-color: red;
}

.select-list .input .title {
    text-align: center;
    float: left;
    line-height: 3rem;
    margin-left: 0.5rem;
}

.input-list .input .right_button {
    border: 0.1rem solid #f44336;
    float: right;
    line-height: 1.7rem;
    width: 5rem;
    height: 1.7rem;
    margin-right: 0.5rem;
    text-align: center;
    color: #f44336;
    margin-top: 0.5rem;
}

.icon-list {
    width: 100%;
}

.icon-list ul {
    width: 100%;
    /*display: flex;*/
}

.icon-list ul li {
    /*flex: 1;*/
    margin-left: 0.8rem;
    border-radius: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    display: inline-block;
    background-color: #EEEEEE;
    padding: 0 1.2rem;
    margin-top: 1rem;
}

.not-split section {
    border-bottom: none;
}

.search-bar {
    width: 100%;
    height: 2.8rem;
}

.search-bar .search_panel {
    border: none;
    display: inline-block;
    width: 100%;
    background-color: white;
}

.search-bar .search_panel div {
    border-radius: 1rem;
    height: 2.0rem;
    width: 83%;
    text-align: center;
    display: inline-block;
    line-height: 2rem;
    border: 0.1rem solid #DDDDDD
}

.search-bar .search_panel i {
    /*margin: 0 0.2rem;*/
    line-height: 2rem;
    color: #DDDDDD;
}

.search-bar .search_panel div input {
    width: 80%;
    border: none;
    padding-left: 1rem;
    color: #000000;
    font-size: 15px;
}

.search-bar .search_panel span {
    width: 14%;
    text-align: center;
    line-height: 2.8rem;
    display: inline-block;
    height: 2.8rem;
}

.search-history {
    width: 100%;
    position: absolute;
    z-index: 997;
    margin-top: 0.1rem;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
}

.search_class {
    width: 100%;
    margin-top: 0.1rem;
}

.search_class li {
    width: 20%;
    display: inline-block;
    text-align: center;
    border: 1px solid !important;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0.3rem;
    color: green
}

.goodsList {
    width: 100%;
}

.goodsList li {
    margin-top: 1rem;
    min-height: 9rem;
    padding: 0 0.5rem;
}

.goodsList > ul > li > img {
    height: 8rem;
    width: 8rem;
    float: left;
    margin-right: 1rem;
}

.goodsList .goodsTitle {
    -webkit-line-clamp: 2;
    font-size: 15px;
}

.goodsList > ul > li > div > span {
    margin-top: 0.5rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.goodsList i {
    margin-top: 0.5rem;
    float: right;
}

.li-select {
    border-color: #f44336 !important;
    color: red !important;
}

.bottom-button {
    width: 100%;
    bottom: 1rem;

    position: fixed;
}

.bottom-button button {
    width: 92%;
    margin-left: 4%;
    text-align: center;
    height: 2.5rem;
    line-height: 1rem;
    background-color: #00b663;
    border-radius: 0.5rem;
    border: 0;
}

[v-cloak] {
    display: none !important;
}

.content-list {
    width: auto !important;
    padding: 1rem;
    border: 1px solid #dddddd;

}

.content-list * {
    margin-top: 0.5rem;
}

.content-list .picker * {
    margin-top: auto;
}

.major {
    width: auto !important;
    padding: 0;
    border: 1px solid #dddddd;

}

.major * {
    margin-top: 0;
}

.major img {
    margin-left: 0;
!important;
}

.teacher-info {
    width: 14rem;
    margin-left: auto;
    margin-right: auto;
    /*z-index: 990;*/
    position: relative;
    background-color: white;
    padding-bottom: 4.5rem;
}

.teacher-info .brief span {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.teacher-introduce {
    border: 1px solid #dddddd;
    margin-top: -2.5rem;
    word-break: break-all;
}

.teacher-introduce p {
    margin-top: 3rem;
}

.mint-indicator-wrapper {
    z-index: 9999;
}

.image_delete {
    font-size: 1rem;
    color: red;
    position: absolute;
    z-index: 990;
    margin-top: 0;
    margin-left: 3.8rem;
    width: 0.9rem;
    height: 0.9rem;
    background-color: #FFF;
    line-height: 0.9rem;
    text-align: center;
}

.moonsummary {
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.moonsummary.part {
    text-indent: 2rem;
}

.agreement {
    height: 0.5rem;
    line-height: 0.5rem;

    display: block;

    border-radius: 0.4rem;

    text-align: center;
    padding: 5rem 1rem;

    position: fixed;
    width: 92%;
    bottom: 0;

}

.success {
    border-radius: 50%;
    background-color: green;
    margin-left: auto;
    margin-right: auto;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
}

.success_icon {
    border-left: white 0.5rem solid;
    border-bottom: white 0.5rem solid;
    display: inline-block;
    width: 50%;
    height: 25%;
    border-radius: 10%;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.container_msg {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
}

.container_msg p {
    margin-top: 1.5rem;
    text-indent: 2rem;
    line-height: 1.6rem;

}

/***************************/
footer .active span {

    color: #00b663;
}

footer li div + span {
    font-family: PingFang-SC-Regular, serif;
    color: rgb(117, 117, 117);
    padding-top: 0.5rem;
    font-size: 0.9rem;
}

footer {
}

footer .home {
    height: 1.5rem;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/icons/foot_home@3x.png);
}

.active .home {
    background-image: url(/static/icons/foot_home_on@3x.png);
}

footer .category {
    height: 1.5rem;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/icons/foot_category@3x.png);
}

.active .category {
    background-image: url(/static/icons/foot_category_on@3x.png);
}

footer .favorite {
    height: 1.5rem;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/icons/i_shoucang.png);
}

.active .favorite {
    background-image: url(/static/icons/favorite_green.png);
}

footer .shoppingCart {
    height: 1.5rem;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/icons/foot_cart@3x.png);
}

.active .shoppingCart {
    background-image: url(/static/icons/foot_cart_on@3x.png);
}

footer .userCenter {
    height: 1.5rem;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/icons/foot_account@3x.png);
}

.active .userCenter {
    background-image: url(/static/icons/foot_account_on@3x.png);
}

footer .second{

}


article section {
    background-color: white;
}

article section h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    font-family: fa-regular-400, serif;
}

article section h3 {
    padding-top: 1rem;
    margin-left: 4%;
    font-size: 1.45rem;
    display: inline-block;
}

article section h3 + p {
    font-family: PingFangSC-Regular, serif;
    color: rgb(158, 158, 158);
    margin-left: 4%;
    padding-bottom: 0.3rem;
}

article section h4 + p {
    color: #757575;
    font-size: 1rem;

}

.price {

    color: #FF3B30;
    letter-spacing: 0;
    /*font-size: 14px !important;*/
    /*margin-top: 9px !important;*/
}

article section + section {
    /*margin-top: 8px;*/
}

article section div > img {
    /*margin-left: 4%;*/
    /*width: 92%;*/
    /*margin-top: 1rem;*/
}

article section:first-child div > img {
    width: 100%;
    /*height: 17rem;*/
    margin: auto 0;
}

article section .mint-swipe {
    height: 15rem;
}

article section .mint-swipe-indicators {
    bottom: 1rem;
}

article {
    margin-bottom: 4.2rem;
}

.cur-mark {
    position: relative;
    bottom: 2rem;
    text-align: center;
    width: 100%;
    height: 10px;
}

.cur-mark span {
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e2e2e2;
    margin-left: 4px;
}

.cur-mark .on {
    background-color: white;
}

.banner > img {
    width: 100%;
}

.banner > div:nth-child(3) {
    width: 49%;
    margin-left: 1%;
    display: inline-block;
}

.banner > div:nth-child(4) {
    width: 49%;
    margin-left: 1%;
    display: inline-block;
}

.selection > img {
    width: 100%;
}

.selection > div {
    width: 98%;
    margin-left: 1%;
    display: inline-block;
}

.shortCut {
    position: relative;
    z-index: 20;
    margin-top: -1.5rem;
}

.shortCut-4 {

}

article section + section {
    z-index: 1;
}

.message {
    position: absolute;
    z-index: 20;
    margin-top: 2rem;
    height: 2rem;
    width: 2rem;
    right: 1rem;
    background-size: 100%;
    background: url(/static/icons/message.png) no-repeat center;
}

header + article, header + article.content {
    padding-top: 48px;
}

/* ==================== style modify 20190223 ==================== */
/* 白底内容 */
.body-white {
    background-color: #ffffff;
}

/* 灰底内容 */
.body-gray {
    background-color: #fafafa;
}

.body-gray2 {
    background-color: #f7f9f7;
}

.body-gray3 {
    background-color: #f4f3f8;
}

/* 主体内容高度默认 */
.body-auto {
    height: auto;
}

/* 常用页头 */
header.common {
    /*background-color: #fbfbfb;*/
    border-bottom: 1px solid #ededed;
    /*color: #888888;*/
}

header.common .head-title {
    color: white;
}

header.common .btn-moon {
    width: 30px;
    height: 30px;
    margin-top: 9px;
    margin-left: 3%;
    background-size: 64% auto;
    background-position: 0 center;
    position: absolute;
    left: 0;
    top: 0;
}

header.common .rt-tool-panel {
    height: 3rem;
    /*background-color: #fbfbfb;*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

header.common .rt-tool-panel .handle {
    flex: 0 0 auto;
    width: 2.8rem;
    height: inherit;
    margin: 0;
    background: no-repeat center center;
    background-size: 52% auto;
    position: static;
}

header.common .rt-tool-panel .handle:last-child {
    background-position: right center;
    margin-right: 1rem;
}

header.common .rt-tool-panel .handle.message {
    background-image: url(/static/icons/message.png);
}

header.common .rt-tool-panel .handle.set {
    background-image: url(/static/icons/setting.png);
}

header.common.ignore-border {
    border-color: #fbfbfb;
}

header.common .head-search {
    width: 70%;
    height: 34px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ededed;
    border: 0;
    border-radius: 0.3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 5px;
    z-index: 10;
    transform: translateX(-50%);
}

header.common .head-search .sch-i {
    flex: 0 0 auto;
    margin-left: 0.8rem;
    font-size: 1rem;
    color: #888888;
    line-height: 1.6rem;
    /* font-weight: normal; */
}

header.common .head-search .sch-key {
    flex: 1 1 auto;
    height: inherit;
    margin: 0 0.6rem;
    background-color: transparent;
    border: 0;
    font-size: 1.1rem;
    color: #888888;
    line-height: 1.6rem;
    font-weight: normal;
}

/* 带页头内容容器 */
header.common + article.common {
    margin-top: 45px;
    overflow: hidden;
}

/* 带页头内容上间距 */
header + article.gap {
    margin-top: 3.7rem;
}

/* 常用页头 */
.search {
    background-color: #fbfbfb;
    border-bottom: 1px solid #ededed;
    color: #888888;
    height: 3.5rem;
}

.search .head-title {
    color: #333333;
}

.search .btn-moon {
    width: 30px;
    height: 30px;
    margin-top: 9px;
    margin-left: 3%;
    background-size: 64% auto;
    background-position: 0 center;
    position: relative;
    /*left: 0;*/
    /*top: 0;*/
}

.search .rt-tool-panel {
    height: 3rem;
    background-color: #fbfbfb;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.search .rt-tool-panel .handle {
    flex: 0 0 auto;
    width: 2.8rem;
    height: inherit;
    margin: 0;
    background: no-repeat center center;
    background-size: 52% auto;
    position: static;
}

.search .rt-tool-panel .handle:last-child {
    background-position: right center;
    margin-right: 1rem;
}

.search .rt-tool-panel .handle.message {
    background-image: url(/static/icons/message.png);
}

.search .rt-tool-panel .handle.set {
    background-image: url(/static/icons/setting.png);
}

.search .ignore-border {
    border-color: #fbfbfb;
}

.search .head-search {
    width: 80%;
    height: 3rem;
    overflow: hidden;
    background-color: #ededed;
    border: 0;
    border-radius: 0.3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0 10%;
}

.search .head-search .sch-i {
    flex: 0 0 auto;
    margin-left: 0.8rem;
    font-size: 1rem;
    color: #888888;
    line-height: 1.6rem;
}

.search .head-search .sch-key {
    flex: 1 1 auto;
    height: inherit;
    margin: 0 0.6rem;
    background-color: transparent;
    border: 0;
    font-size: 1.1rem;
    color: #888888;
    line-height: 1.6rem;
    font-weight: normal;
}

/* 内容直通底部 */
article.no-footer {
    margin-bottom: 0;
}

/* 常用页脚 */
footer.common {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 80;
    width: 100%;
    height: 4rem;
    padding: 0;
    background-color: #ffffff;
    border: 0;
}

footer.common.border {
    border-top: 1px solid #ededed;
}

.btn-panel.common {
    width: 100%;
    height: 4rem;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn-panel.common .btn-single {
    flex: 0 0 auto;
    width: 92%;
    height: 3rem;
    padding: 0;
    margin: 0 auto;
    background-color: #67de7c;
    border: 0;
    border-radius: 0.3rem;
    text-align: center;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 3rem;
    letter-spacing: 2px;
}

/* 单选拟态标记 - 勾选 */
.radio-check-mark {
    flex: 0 0 auto;
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.radio-check-mark:after {
    content: "";
    width: 0.8rem;
    height: 0.3rem;
    overflow: hidden;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(-45deg);
    opacity: 0;
    position: relative;
    top: -0.1rem;
    transition: all 0.3s ease;
}

.radio-check-mark.checked {
    background-color: #00b663;
    border-color: #00b663;
}

.radio-check-mark.checked:after {
    opacity: 1;
}

.radio-check-mark.disabled {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.radio-check-mark.small {
    width: 1rem;
    height: 1rem;
}

.radio-check-mark.small.checked:after {
    width: 0.6rem;
    height: 0.2rem;
}

[v-cloak] {
    display: none;
}

.content-html img {

    max-width: 100%;
}

.content-html img + img {
    padding-top: 0 !important;
    margin-top: 0 !important;

}

.toTop, .toTop:after {
    width: 3rem;
    height: 3rem;
    display: block;

}

.toTop {
    overflow: hidden;

    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    color: #fff;
    position: fixed;
    right: 2%;
    bottom: 6.5rem;
    z-index: 99;
}

.toTop:after {
    content: "";
    background-size: 60%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAbBAMAAAAe4sskAAAAJ1BMVEUAAAD///////////////////////////////////////////////+uPUo5AAAADHRSTlMAEM+fMO+vj7+AcGCgj1i3AAAAgklEQVQoz3XLoQ3CUBRG4R8CnrABHgEbYECxAAmOJRing1S1aWveUO1tbvKL83rEcZ8Q2/0bVTuXvg6updzqoCQhSALwWQlB92iDEFx0+AYBOEnPIARKQpAEwAQgCYAJgIkBiIEJgAlAEoIkBiR7A5lM0hsgyCAdA4CMy34A0uuuzWaN7VPFy9z3qAAAAABJRU5ErkJggg==) no-repeat 50%;
}

.coursePayBtn {
    text-align: right;
    padding: .5rem 1.1rem;
    width: calc(100% - 2.2rem);
    height: 2rem;
    margin-bottom: 1rem;
    position: absolute;
    right: .1rem
}

.coursePayBtn a {
    padding: .1rem .7rem;
    border: 1px solid #222;
    border-radius: .3rem;
    display: inline-block;
    margin-left: .3rem;
}

.coursePayBtn .coursePayBtnIgnore {
    color: #999;
    border-color: #999;
}

.coursePayBtn .coursePayBtnPrimary {
    color: #00b663;
    border-color: #00b663;
}

.mint-swipe-indicator.is-active {
    background: #fff !important;
    opacity: 1;
}

.android > article {
    margin-bottom: 0 !important;
}

#header {
    width: 100%;
    line-height: 3rem;
    background-color: #f8f8f8;
    text-align: center;
    font-size: 1.3rem;
    color: #333333;
    border-bottom: 1px solid #d7d7d7;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
}

#header #btn-back {
    width: 27px;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    line-height: 30px;
    transform: translateY(-50%);
}

#header #btn-back img {
    width: 100%;
    height: 100%;
}

#header p {
    width: 80%;
    margin: 0 auto;

    display: inline-block;
    text-align: center;
    font-size: inherit;
    text-indent: 0 !important;
}

#header + section {
    margin-top: 3rem;
}


.editPage   article  {
   width: 100%;
}

.editPage   article>section  {
    width: 100%;
    background: white;
}

.editPage   article>section >ul {
    margin-left: 4%;
    margin-right: 4%;
}





.tabs {
    top: 3rem;
    display: flex;
    border-bottom: 1px solid #d7d7d7;
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    margin-top: 0 !important
}

.tabs .fa {
    margin-left: .3rem
}

.tabs div {
    flex: 1;
    position: relative;
    text-align: center;
    height: 2.75rem;
    line-height: 2.75rem;
    cursor: pointer
}

.tabs div.on {
    border-bottom: .25rem solid
}

.tabs i.fa-sort-asc, .search .tabs i.fa-sort-desc {
    margin-left: .5rem;
    position: absolute;
    top: 50%
}


.follow {

    background: url(/static/icons/inq.png) no-repeat center;
    background-size: contain;

}

.unfollow {

    background: url(/static/icons/unfollow.png) no-repeat center;
    background-size: contain;

}

.cart{

    background: url(/static/icons/cart.png) no-repeat center;
    background-size: contain;

}

.icon {
    overflow: hidden;
    display: block;
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    left: 20px;
    /*padding-left: 20px;*/
}

.icon > span {
    /*background-image:f;*/
    /*filter: drop-shadow(20px 0 #000);*/
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    position: relative;
    /*margin-left: 20px;*/
    /*left: -20px;*/
    /*filter: drop-shadow(20px 0 #999);*/
    /*-webkit-filter: drop-shadow(20px 0 #999);*/
    /*-moz-filter: drop-shadow(20px 0 #999);*/

}

.icon > .active {
    /*filter: drop-shadow(20px 0 #00b663) !important;*/
    /*-webkit-filter:  drop-shadow(20px 0 #00b663) !important;*/
    /*-moz-filter:  drop-shadow(20px 0 #00b663) !important;*/
}


.popDialog {
    width: 100%;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
}


.mint-button--primary {
    /*color: #fff;*/
    background-color: #00b663 !important;
}


.cartTip
{
    position: absolute;
    margin-bottom: -2.5rem;
    z-index: 199;
    vertical-align: top;
    left: 2.5rem;
    top: -0.5rem;
    color: white;
    background: #00b663;
    border-radius: 50%;
    border: 1px solid gray;
    width: 1.1rem;
    height: 1.1rem;
}


.cartFooter
{
    position: absolute;
    margin-bottom: -2.5rem;
    z-index: 199;
    vertical-align: top;
    left: 72%;
    top: -0.5rem;
    color: white !important;;
    background: #00b663;
    border-radius: 50%;
    border: 1px solid gray;
    width: 1.5rem;
    line-height: 1.0rem;
    height: 1.1rem;
}



.lock-page{
    height: 100%;
    overflow: hidden;
    position: fixed;
}
