.van-popup--center.van-popup--round[data-v-1a6c119a] {
    padding: 0
}

.logo {
    border-radius: 3.8935px
}

.c-aboutCpt {
    margin-bottom: 10.95px
}

.c-aboutCpt .about-box {
    border-radius: 1.825px;
    background-color: #fff;
    margin: 0 auto 9.7335px;
    box-shadow: 0 -1.825px 8.76px 0 rgba(0,0,0,.1);
    padding: 19.4665px 7.3px 10.95px;
    width: 360px;
    text-align: center
}

.c-aboutCpt .about-box .title {
    font-size: 17.52px;
    font-weight: 700;
    margin-bottom: 15px
}

.c-aboutCpt .about-box .con {
        line-height: 21px;
    margin-bottom: 8px;
    font-size: 13px;
}
.c-aboutCpt .about-box .con view{
  font-size: 14px;
  line-height: 25px;
}

.c-aboutCpt .item,.c-aboutCpt .part1,.c-aboutCpt .part2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13.6265px
}

.c-aboutCpt .part1 img {
    display: block;
    margin-right: 7.3px
}

.c-aboutCpt .item {
    margin-left: 18.25px
}

.c-aboutCpt .item:first-child {
    margin-left: 0
}

.c-aboutCpt .item i {
    margin-left: 7.3px
}

.c-aboutCpt .about-cpt-box,.c-aboutCpt .about-cpt-box a {
    text-align: center;
    color: #999;
    font-size: 11.68px
}

.c-aboutCpt .about-cpt-box span {
    margin-left: 3.65px
}

.c-aboutCpt .about-cpt-box span:first-child {
    margin-left: 0
}

.publicity-list li {
    border: 1.9465px solid #1778fb;
    border-radius: 1.825px;
    padding: 0 10.95px;
    min-height: 36.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7.3px;
    font-size: 10.22px;
    color: #1778fb
}

.publicity-list li.style-red {
    color: #ff4800;
    border-color: #ff4800;
    background-size: 11.68px 11.68px
}

.publicity-list img {
    display: block;
    margin-right: 3.65px
}

.publicity-list .l {
    font-weight: 700
}

.publicity-list .c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-weight: 700
}

.publicity-list small {
    font-size: 7.3px;
    line-height: 10.95px;
    text-align: center;
    display: block;
    min-width: 43.8px
}

.publicity-list .uc-btn {
    width: 43.8px;
    border-radius: 1.825px;
    height: 14.6px;
    padding: 0;
    font-size: 8.76px;
    font-weight: 700;
    line-height: 13.14px
}

.publicity-list .uc-font {
    margin-right: 3.65px
}

.van-loading {
    color: #c8c9cc;
    font-size: 0
}

.van-loading,.van-loading__spinner {
    position: relative;
    vertical-align: middle
}

.van-loading__spinner {
    display: inline-block;
    width: 29.2px;
    max-width: 100%;
    height: 29.2px;
    max-height: 100%;
    -webkit-animation: van-rotate .8s linear infinite;
    animation: van-rotate .8s linear infinite
}

.van-loading__spinner--spinner {
    -webkit-animation-timing-function: steps(12);
    animation-timing-function: steps(12)
}

.van-loading__spinner--spinner i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.van-loading__spinner--spinner i:before {
    display: block;
    width: 1.9465px;
    height: 25%;
    margin: 0 auto;
    background-color: currentColor;
    border-radius: 40%;
    content: " "
}

.van-loading__spinner--circular {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.van-loading__circular {
    display: block;
    width: 100%;
    height: 100%
}

.van-loading__circular circle {
    -webkit-animation: van-circular 1.5s ease-in-out infinite;
    animation: van-circular 1.5s ease-in-out infinite;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round
}

.van-loading__text {
    display: inline-block;
    margin-left: 7.7865px;
    color: #969799;
    font-size: 13.6265px;
    vertical-align: middle
}

.van-loading--vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.van-loading--vertical .van-loading__text {
    margin: 7.7865px 0 0
}

@-webkit-keyframes van-circular {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40
    }

    to {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120
    }
}

@keyframes van-circular {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40
    }

    to {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120
    }
}

.van-loading__spinner--spinner i:first-of-type {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    opacity: 1
}

.van-loading__spinner--spinner i:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    opacity: .9375
}

.van-loading__spinner--spinner i:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .875
}

.van-loading__spinner--spinner i:nth-of-type(4) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    opacity: .8125
}

.van-loading__spinner--spinner i:nth-of-type(5) {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    opacity: .75
}

.van-loading__spinner--spinner i:nth-of-type(6) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .6875
}

.van-loading__spinner--spinner i:nth-of-type(7) {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
    opacity: .625
}

.van-loading__spinner--spinner i:nth-of-type(8) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    opacity: .5625
}

.van-loading__spinner--spinner i:nth-of-type(9) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: .5
}

.van-loading__spinner--spinner i:nth-of-type(10) {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
    opacity: .4375
}

.van-loading__spinner--spinner i:nth-of-type(11) {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
    opacity: .375
}

.van-loading__spinner--spinner i:nth-of-type(12) {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: .3125
}

.van-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 42.8265px;
    margin: 0;
    padding: 0;
    font-size: 15.5735px;
    line-height: 1.2;
    text-align: center;
    border-radius: 1.9465px;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-appearance: none
}

.van-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: inherit;
    border-color: #000;
    border-radius: inherit;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    content: " "
}

.van-button:active:before {
    opacity: .1
}

.van-button--disabled:before,.van-button--loading:before {
    display: none
}

.van-button--default {
    color: #323233;
    background-color: #fff;
    border: .9735px solid #ebedf0
}

.van-button--primary {
    color: #fff;
    background-color: #07c160;
    border: .9735px solid #07c160
}

.van-button--info {
    color: #fff;
    background-color: #1989fa;
    border: .9735px solid #1989fa
}

.van-button--danger {
    color: #fff;
    background-color: #ee0a24;
    border: .9735px solid #ee0a24
}

.van-button--warning {
    color: #fff;
    background-color: #ff976a;
    border: .9735px solid #ff976a
}

.van-button--plain {
    background-color: #fff
}

.van-button--plain.van-button--primary {
    color: #07c160
}

.van-button--plain.van-button--info {
    color: #1989fa
}

.van-button--plain.van-button--danger {
    color: #ee0a24
}

.van-button--plain.van-button--warning {
    color: #ff976a
}

.van-button--large {
    width: 100%;
    height: 48.6665px
}

.van-button--normal {
    padding: 0 14.6px;
    font-size: 13.6265px
}

.van-button--small {
    height: 31.1465px;
    padding: 0 7.7865px;
    font-size: 11.68px
}

.van-button__loading {
    color: inherit;
    font-size: inherit
}

.van-button--mini {
    height: 23.36px;
    padding: 0 3.8935px;
    font-size: 9.7335px
}

.van-button--mini+.van-button--mini {
    margin-left: 3.8935px
}

.van-button--block {
    display: block;
    width: 100%
}

.van-button--disabled {
    cursor: not-allowed;
    opacity: .5
}

.van-button--loading {
    cursor: default
}

.van-button--round {
    border-radius: 972.36px
}

.van-button--square {
    border-radius: 0
}

.van-button__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.van-button__content:before {
    content: " "
}

.van-button__icon {
    font-size: 1.2em;
    line-height: inherit
}

.van-button__icon+.van-button__text,.van-button__loading+.van-button__text,.van-button__text+.van-button__icon,.van-button__text+.van-button__loading {
    margin-left: 3.8935px
}

.van-button--hairline {
    border-width: 0
}

.van-button--hairline:after {
    border-color: inherit;
    border-radius: 3.8935px
}

.van-button--hairline.van-button--round:after {
    border-radius: 972.36px
}

.van-button--hairline.van-button--square:after {
    border-radius: 0
}

.preferential-alert-container {
    position: fixed;
    width: 273.75px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 990
}

.preferential-alert-container .preferential-img {
    width: 100%
}

.preferential-alert-container .preferential-close {
    width: 23.725px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.preferential-alert-container .coupon-title {
    font-size: 10.95px;
    color: #ec2929;
    font-weight: 700;
    top: 43%
}

.preferential-alert-container .coupon-desc,.preferential-alert-container .coupon-title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-41%);
    -ms-transform: translateX(-41%);
    transform: translateX(-41%)
}

.preferential-alert-container .coupon-desc {
    font-size: 6.57px;
    color: #624626;
    top: 51%
}

.preferential-alert-container .van-button {
    position: absolute;
    width: 115.34px;
    left: 50%;
    top: 65%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.preferential-alert-container .van-button span {
    color: #f9eac9
}

.choose-box-pay {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-bottom: 7.3px;
    margin-top: 19.4665px; 
}

.choose-box-pay .choose-item,.choose-box-pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.choose-box-pay .choose-item {
    box-shadow: 0 0px 9px 2.5px rgba(0,0,0,.1);
    border-radius: 5px;
    flex: 1;
    min-width: 0;
    padding: 0 10px; 
    cursor: pointer; 
    flex-wrap: wrap; 
    width: 155px;
    height: 64px;
    border: 2px solid #fff;
}

.choose-box-pay .choose-item:nth-child(2n) {
    margin-left: 14.6px
}

.choose-box-pay .choose-item .uc-img {
    width: 38.9335px;
    height: 38.9335px
}

.choose-box-pay .c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 15.5735px;
    font-weight: 600;
    color: #3d3d3d;
    margin-left: 13.6265px
}

.choose-box-pay .w {
    margin-left: 4.8665px
}

.choose-box-pay img {
    display: block;
    margin-right: 7.3px
}

.choose-box-pay .uc-font {
    font-size: 13.14px
}

.uc-report-search .step-box h3 {
    font-size: 13.14px;
    font-weight: 700;
    margin-bottom: 7.3px;
    text-align: center
}

.uc-report-search .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.uc-report-search .step-list .number {
    width: 17.52px;
    border-radius: 100%;
    height: 17.52px;
    background-color: #64a6ff;
    line-height: 16.79px;
    border: .9735px solid #9fc8ff;
    color: #fff;
    margin: 0 auto 7.3px;
    position: relative;
    z-index: 99
}

.uc-report-search .step-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    text-align: center;
    position: relative;
    color: #1778fb
}

.uc-report-search .step-list li:after {
    content: "";
    width: 100%;
    height: .9735px;
    background-color: #9fc8ff;
    position: absolute;
    left: -50%;
    top: 7.665px
}

.uc-report-search .step-list li:first-child:after {
    display: none
}

.uc-report-search .step-list li.on .number,.uc-report-search .step-list li.on:after {
    background-color: #1778fb
}

.uc-report-search .step-list .txt {
    font-weight: 700;
    text-align: center!important
}

.uc-report-search .step-list .icon {
    width: 16.79px;
    height: 13.14px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -8.03px
}

.uc-report-search .publicity-box {
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto 10.95px;
    box-shadow: 0 -1.825px 8.76px 0 rgba(0,0,0,.1);
    padding: 5px 5px 10px;
    padding: 0 9.7335px;
    width: 360px;
    overflow: hidden;
}


.uc-report-search .publicity-box h3 {
    font-size: 13.14px;
    font-weight: 700;
    margin-bottom: 7.3px;
    text-align: center
}

.uc-report-search .publicity-box .tips {
    font-size: 7.3px;
    line-height: 13.14px;
    color: #999
}
 

.uc-report-search .result-box {
    border-radius: 1.825px;
    background-color: #fff;
    margin: 0 auto 10.95px;
    box-shadow: 0 -1.825px 8.76px 0 rgba(0,0,0,.1);
    padding: 7.3px 7.3px 10.95px;
    width: 345.5335px
}

.uc-report-search .result-box h3 {
    font-size: 13.14px;
    font-weight: 700;
    margin-bottom: 7.3px
}

.uc-report-search .result-box .uc-btn {
    font-size: 13.14px;
    font-weight: 700;
    margin-top: 7.3px
}

.uc-report-search .result-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.uc-report-search .result-list,.uc-report-search .result-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.uc-report-search .result-list .result-li { 
    padding: 14px 11px;
    border-radius: 3px; 
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    font-size: 12px;

}

.uc-report-search .result-list img {
    display: block;
    margin: 0 auto 8px;
    width: 400px;
}

.uc-report-search .vs-box {
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto 10.95px;
    box-shadow: 0 -1.825px 8.76px 0 rgba(0,0,0,.1);
    padding: 19.4665px 7.3px 10.95px;
    width: 360px;
    text-align: center
}

.uc-report-search .vs-box .uc-blue {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px
}

.uc-report-search .vs-box .tips {
    color: #999;
    margin-bottom: 7.3px
}

.uc-report-search .vs-box .img-box {
    width: 100%;
    margin-bottom: 7.3px
}

.uc-report-search .vs-box .img-box img {
    width: 100%;
    display: block
}

.uc-report-search .vs-box .con {
    font-size: 11.68px;
    line-height: 17.52px;
    text-align: justify;
    margin-bottom: 7.3px
}

.uc-report-search .vs-box .uc-btn {
    font-size: 13.14px;
    font-weight: 700
}

.publicity-box .choose-box {
    padding-top: 3.65px
}

.publicity-box .choose-box .choose-item {
    margin-bottom: 7.3px;
    border: 1.9465px solid #eee;
    border-radius: 1.825px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    line-height: 36.5px;
    cursor: pointer;
    color: #999;
    padding: 0 10.95px;
    font-size: 10.22px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.publicity-box .choose-box .choose-item.on {
    border: 1.9465px solid #ff4800;
    color: #ff4800;
    background-size: 11.68px 11.68px
}

.uc-report-search { 
}

.tbsm {
    padding-bottom: 9.7335px
}

.tbsm .title {
    font-size: 13px;
    font-weight: 600;
    color: #3d3d3d;
    text-align: center;
    margin-top: 20px
}

.tbsm .txt {
    font-size: 11px;
    font-weight: 400;
    color: #909090;
    line-height: 16px;
    text-align: justify;
    text-indent: 2em;
    margin-top: 11px
}

.info-box .item {
    margin-top: 0;
    
}

.info-box .jsd-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
    -webkit-align-items: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    height: 48.6665px
}

.info-box .jsd-box img {
    width: 53.5335px;
    height: 59.3735px;
    margin-left: 9.7335px
}

.info-box .txt-yc {
    border: .9735px solid #f5461d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4.8665px 0;
    height: 31.1465px;
    border-radius: 1.9465px
}

.info-box .txt-yc .txt {
    font-size: 17.52px;
    font-weight: 600;
    color: #f5461d;
    margin-left: 4.8665px;
    margin-right: 4.8665px
}

.info-box .txt-yc img {
    width: 19.4665px;
    height: 19.4665px;
    margin-left: 4.8665px
}

.yc-txt {
    font-size: 17.52px;
    font-weight: 600;
    color: #f5461d
}

.price {
    font-size: 21px;
    color: #ffe078;
    margin-left: 4px;
}

.jyyc-box {
    font-size: 13.6265px; 
    font-weight: 600;
    color: #f5461d;
    text-align: center;
    height: 19.4665px;
    border-bottom: .9735px solid #f5461d;
    margin: 9.7335px 21.4135px;
    line-height: 19.4665px
}

.yc-txt-box {
    font-size: 15px;
    font-weight: 400;
    color: #646464;
    line-height: 24px;
    text-indent: 2em;
}

.yc-txt-box .red {
    color: #f5461d
}

.yc-txt-box .sqbl {
    font-weight: 700;
    text-shadow: #fce340 -1.9465px 1.9465px 0
}

.time,.yc-txt-box .sqbl {
    font-size: 15.5735px;
    color: #f5461d
}

.time {
    font-weight: 400;
    margin-top: 9.7335px
}

.time .djs {
    font-weight: 700;
    margin-left: 9.7335px
}

.zf-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zf-box .box {
    width: 155.7335px;
    height: 111.9335px;
    background: #f5461d;
    border-radius: 1.9465px 1.9465px 1.9465px 1.9465px
}

.zf-box .box,.zf-box .box .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.zf-box .box .header .title {
    font-size: 21.4135px; 
    font-weight: 600;
    color: #fff
}

.zf-box .box .header .bb {
    font-size: 15.5735px; 
    font-weight: 400;
    color: #fff
}

.zf-box .box .jg {
    margin-top: 9.7335px;
    height: 19.4665px;
    width: 100%;
    background-size: 100%;
    background-position: 50%;
    line-height: 19.4665px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: .9735px solid #fff
}

.zf-box .box .jg .price-txt {
    font-size: 11.68px;
    font-weight: 400;
    color: #fff
}

.zf-box .box .jg .price-s {
    text-decoration: line-through
}

.zf-box .box .jg .zk {
    margin-left: 2.92px
}

.zf-box .box .jg .price-z {
    font-size: 21.4135px; 
    font-weight: 600;
    color: #fff
}

.zf-box .box .yc,.zf-box .box .zx {
    background-repeat: no-repeat;
    margin: 9.7335px auto
}

.zf-box .box .btn-s {
    width: 99.28px;
    height: 25.3065px;
    background: #fff;
    font-size: 17.52px;
    font-weight: 600;
    color: #f5461d;
    text-align: center;
    line-height: 25.3065px;
    margin-top: 9.7335px;
    margin: 0 auto;
    border-radius: 1.9465px
}

.zf-box .box:nth-child(2) {
    width: 155.7335px;
    height: 111.9335px;
    background: #3e73fe
}

.zf-box .box:nth-child(2),.zf-box-list .box {
    border-radius: 1.9465px 1.9465px 1.9465px 1.9465px
}

.zf-box-list .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 340px;
    height: 55px;
    opacity: 1;
    border: 2px solid #3e73fe;
    margin-bottom: 9.7335px;
    padding: 0 24.3335px;
    border-radius: 3px;
}

.zf-box-list .box .listPrice {
    font-size: 14px;
    font-weight: 500;
    color: #abb8db;
    text-decoration: line-through;
    margin-right: 4px
}

.zf-box-list .box .name {
    font-size: 17px;
    font-weight: 600;
    color: #3e73fe;
    width: 77.8665px;
    white-space: nowrap;
}

.zf-box-list .box .price {
    font-size: 23px; 
    font-weight: 500;
    color: #3e73fe;
    margin-left: 70px;
}

.zf-box-list .box .select {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #949eb8
}

.zf-box-list .box-active {
    border: 2px solid #f5461d
}

.zf-box-list .box-active .name,.zf-box-list .box-active .price {
    color: #f5461d;
    
}

.zf-box-list .box-active .select {
    background: #f5461d;
    border: .9735px solid #fff
}

.kf-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 19.4665px
}

.kf-tel .tel-txt {
    color: #3d3d3d
}

.kf-tel .tel,.kf-tel .tel-txt {
    font-size: 16px;
    font-weight: 400
}

.kf-tel .tel {
    color: #333;
    margin-left: 19.4665px
}

.kf-tel .tel a {
    color: #333
}

.kf-tel .tel-btn { 
    background: #3e73fe;
    border-radius: 4px;  
    margin-left: 9.7335px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
    font-size: 12px;
    font-weight: 400;
    color: #fff; 
    padding: 2.5px 5px;
    width: 80px;
}

 

.kf-wx {
    margin-top: 16px
}

.kf-wx img {
    width: 29.2px;
    height: 29.2px
}

.kf-time,.kf-wx img {
    margin-left: 19.4665px
}

.kf-time {
    font-size: 13.6265px;
    font-weight: 400;
    color: #3d3d3d;
    margin-top: 19.4665px
}

.g-fixedOperate-foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;  
    align-items: center;
    justify-content: center;
    height: 68.1335px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 888;
    background-color: #fff;
    box-shadow: 0 -3.65px 3.65px 0 rgba(0,0,0,.05)
}

.btn-red {
    width: 165.4665px;
    background: #f5461d
}

.btn-blue,.btn-red {
    height: 43.8px;
    font-size: 17.52px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.g-fixedOperate-foot .btn-blue {
    width: 345px;
    background: #3e73fe;
    opacity: 1; 
}

.gth {
    width: 19.4665px;
    height: 19.4665px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 9.7335px
}

.gth .g-txt {
    color: #f5461d
}

.gth .g-txt,.gth .g-txt-2 {
    font-size: 17.52px;
    font-weight: 600
}

.gth .g-txt-2 {
    color: #3e73fe
}

.zxycbl {
    font-size: 19.4665px
}

.bzxhg {
    font-size: 18px
}

.yc-box-tl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    margin: 5px 0 5px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.yc-box-tl .tl-bg {
    background: url(https://hangzhou-ui.oss-cn-hangzhou.aliyuncs.com/icon-rect.png) no-repeat 50%;
    padding-left: 11px;
    background-size: 100%;
    margin-left: 21px;
    width: 100%;
    height: 41px
}

.yc-box-tl .tl-bg .tl-txt {
    background: url(https://hangzhou-ui.oss-cn-hangzhou.aliyuncs.com/icon-text-1.png) no-repeat 50%;
    background-size: 100% 100%;
    width: 220px;
    height: 12px;
    margin-top: 7.7865px
}

.yc-box-tl .tl-bg .tl-txt2 {
    background: url(https://hangzhou-ui.oss-cn-hangzhou.aliyuncs.com/icon-text-2.png) no-repeat 50%;
    background-size: 100% 100%;
    width: 121px;
    height: 11.5px;
    margin-top: 5px
}

.jyyc-fk,.price-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jyyc-fk {
    color: #f5461d;
    font-size: 13.14px;
    text-align: center;
    font-weight: 600;
    padding: 7.3px 0;
    position: relative;
    margin: 7.3px 0 14.6px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jyyc-fk .yc-bj-left {
    position: absolute;
    left: -300px;
    height: 100%;
    top: 0
}

.jyyc-fk .yc-bj-right {
    position: absolute;
    height: 100%;
    top: 0;
    right: -300px
}

.jyyc-con-box {
    margin: 0
}

.jyyc-con-box .yc-gth {
    width: 16.5465px;
    position: absolute;
    height: 41px;
}

.jyyc-con-box .yc-gt-txt {
    font-size: 15px;
    font-weight: 400;
    color: #646464;
    line-height: 24px
}

.jyyc-con-box .yc-gt-txt .yc-txt-red {
    color: #f5461d;
    font-weight: 700
}

.van-dialog {
    border-radius: 1.9465px;
    width: 345.5335px;
    background: #fff;
    top: 48%;
    position: fixed;
    left: 50%;
    overflow: hidden;
    font-size: 15.5735px;
    background-color: #fff;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    z-index: 202;
    height: 254.04px;
    border-radius: 7.7865px
}

.van-dialog--round-button {
    width: 326.0665px;
    height: 43.8px;
    background: #3e73fe;
    opacity: 1;
    border: .9735px solid #3e73fe;
    border-radius: 1.9465px;
    text-align: center;
    line-height: 43.8px;
    margin: 0 auto;
    margin-top: 19.4665px;
    font-size: 17.52px;
    font-weight: 600;
    color: #fff;
    border-radius: 3.8935px
}

.van-dialog--round-button .van-dialog__message {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.close-btn,.van-dialog--round-button .van-dialog__message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.close-btn {
    color: #bcc0c8;
    position: absolute;
    top: 4.8665px;
    right: 4.8665px;
    font-size: 13.6265px;
    cursor: pointer;
    width: 19.4665px;
    height: 19.4665px;
    border-radius: 100%;
    border: .9735px solid #bcc0c8;
    line-height: 19.4665px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.close-btn,.fw {
    text-align: center
}

.fw {
    margin-top: 9.7335px
}

.van-dialog__cancel {
    color: #bcc0c8;
    position: absolute;
    top: 4.8665px;
    right: 4.8665px;
    font-size: 19.4665px;
    cursor: pointer
}

.title-txt {
    font-size: 15.5735px;
    color: #3d3d3d
}

.price-box-1,.title-txt {
    font-weight: 600;
    margin-top: 19.4665px;
    text-align: center
}

.price-box-1 {
    font-size: 23.36px;
    color: #f5461d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 2001
}

.van-overlay .fw {
    text-align: center;
    margin-top: 9.7335px
}

.kf-tel-box {
    margin-top: 9.7335px;
    border-top: .9735px solid #ede9e9
}

.btm .qw-ewm {
    width: 29.2px;
    height: 29.2px
}

.btm .tel-txt { 
    font-weight: 400;
    color: #1b1b1b;
    margin-right: 9.7335px;
    font-size: 16px;
}

.btm .link,.btm .link{
    color: #3e73fe;
    font-weight: 600; 
}

.btm .link{
    font-size: 16px;
    vertical-align: middle;
}

.btm .btn-tel {  
    background: #3e73fe;
    border-radius: 4px;
    opacity: 1;
    margin-left: 5px;
    text-align: center; 
}

.btm .btn-tel,.btm .btn-tel a { 
    color: #fff
}

.btm .btn-tel,.btm .btn-tel a,.btm .ts {
    font-weight: 400;
    font-size: 14px;
    height: 21px;
    width: 75px;
    padding: 0;
    line-height: 21px;
}

.btm .ts {
    font-size: 11.68px;
    color: #c8c8c8
}
.tips {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 5px 10px;
    background: #80c269;
    z-index: 999;
}
.upinfo {
    
    padding: 25px 20px; 
   
}
.g-header-space .header-space{
    font-size: 20px;
    font-weight: 600;
    line-height: 70px;
    height: 50px;
    color: #fff;
    text-align: center;
        margin-bottom: 5px;
}