@charset "utf-8";
* {
    margin: 0;
    padding: 0
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul, li, p, br {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle;
    width: 100%
}

a {
    text-decoration: none;
    outline: none;
    color: inherit
}

:focus {
    outline: 0
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

em, i {
    font-style: normal
}

button, input, select, textarea {
    font-family: "微软雅黑", "Microsoft YaHei", Tahoma, Verdana, Arial;
    border: 0;
    font-size: .24rem;
    -webkit-tap-highlight-color: transparent
}

button {
    cursor: pointer
}

::placeholder {
    color: #999
}

html, body {
    height: 100%;
    position: relative
}

body {
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "微软雅黑", "Microsoft YaHei", Tahoma, Verdana, Arial;
    font-size: .24rem
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    zoom: 1
}

@supports (bottom: env(safe-area-inset-bottom)) {
    .footer {
        margin-bottom: env(safe-area-inset-bottom)
    }
}

.wrapper {
    max-width: 7.5rem;
    color: #000;
    line-height: 1.5;
    margin: 0 auto
}

.top-block {
    background: url(../../images/wsczylplus/top-bg.png) no-repeat;
    width: 7.5rem;
    height: 4.3rem;
    background-size: 100% 100%;
    overflow: hidden;
    color: #fff;
    position: relative
}

.top-block .search-bar {
    margin: .15rem .3rem;
    height: .5rem;
    border-radius: .5rem;
    line-height: .5rem;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding-left: 2.7rem
}

.top-block .search-bar img {
    width: .26rem
}

.top-block .search-bar input {
    border: 0;
    background: none;
    color: #fff;
    line-height: .5rem
}

.top-block .search-bar ::placeholder {
    color: #fff
}

.top-block .change-num {
    position: absolute;
    font-size: .28rem;
    top: 1.05rem;
    right: .6rem;
    text-decoration: underline
}

.top-block .login-info {
    text-align: center;
    font-size: .32rem;
    position: absolute;
    top: 1.9rem;
    width: 100%
}

.top-block .login-info .login-btn {
    text-decoration: underline;
    margin: 0 .05rem
}

.top-search .search-bar {
    margin: .15rem .3rem;
    height: .5rem;
    border-radius: .5rem;
    line-height: .5rem;
    background: #fff;
    border: 1px solid #c4c4c4;
    color: #fff;
    padding-left: 2.7rem
}

.top-search .search-bar img {
    width: .26rem
}

.top-search .search-bar input {
    border: 0;
    background: none;
    color: #333;
    line-height: .5rem
}

.top-search .search-bar ::placeholder {
    color: #333
}

.top-btn {
    text-align: center;
    position: absolute;
    top: 3.1rem;
    width: 100%
}

.top-btn a {
    width: 1.8rem;
    height: .58rem;
    line-height: .58rem;
    border-radius: .58rem;
    background: #fff;
    color: #262635;
    font-size: .26rem;
    display: inline-block;
    margin: 0 .2rem;
    box-shadow: -2px 0 3px -1px #c0403e, 0 -2px 3px -1px #c0403e, 0 2px 3px -1px #c0403e, 2px 0 3px -1px #c0403e
}

.price-class {
    font-size: 0;
    text-align: center;
    margin: .15rem 0
}

.price-class li {
    width: 33.33%;
    color: #262635;
    font-size: .32rem;
    display: inline-block;
    height: .6rem;
    line-height: .6rem;
    border-left: 1px solid #d8d8d8
}

.price-class li:first-child {
    border-left: 0
}

.content {
    margin: 0 .3rem
}

.banner-block h2 {
    font-size: .32rem;
    color: #2c2c3a;
    line-height: .8rem
}

.ticket-class {
    margin: .4rem 0 0 .3rem;
    font-size: 0;
    overflow-x: scroll;
    margin-left: 0;
    -webkit-overflow-scrolling: touch
}

.ticket-class ul {
    width: 120%;
    display: flex
}

.ticket-class li {
    display: inline-block;
    flex: 1;
    max-width: 18.4%;
    min-width: 18.4%;
    height: 1.25rem;
    text-align: center;
    font-size: .24rem;
    font-weight: 700;
    color: #262635;
    word-wrap: break-word;
    word-break: break-all;
    position: relative
}

.ticket-class .cur::after {
    content: '';
    height: 2px;
    width: 100%;
    display: inline-block;
    background: -webkit-linear-gradient(left, #3e69f6, #61d1fa);
    background: -moz-linear-gradient(left, #3e69f6, #61d1fa);
    position: absolute;
    bottom: 0;
    left: 0
}

.ticket-class img {
    width: .64rem;
    height: .64rem;
    display: block;
    margin: 0 auto .15rem auto
}

.ticket-class::-webkit-scrollbar {
    display: none
}

/*新增*/
.ticket-class1 {
    margin: .1rem 0 0 .3rem;
    font-size: 0;
    overflow-x: scroll;
    margin-left: 0;
    -webkit-overflow-scrolling: touch
}

.ticket-class1 ul {
    width: 120%;
    display: flex
}

.ticket-class1 li {
    display: inline-block;
    flex: 1;
    max-width: 32%;
    min-width: 32%;
    height: 1.35rem;
    text-align: center;
    font-size: .24rem;
    font-weight: 700;
    color: #262635;
    word-wrap: break-word;
    word-break: break-all;
    position: relative
}

.ticket-class1 .cur::after {
    content: '';
    height: 2px;
    width: 100%;
    display: inline-block;
    background: -webkit-linear-gradient(left, #3e69f6, #61d1fa);
    background: -moz-linear-gradient(left, #3e69f6, #61d1fa);
    position: absolute;
    bottom: 0;
    left: 0
}

.ticket-class1 img {
    width: .64rem;
    height: .64rem;
    display: block;
    margin: 0 auto .15rem auto
}

.ticket-class1::-webkit-scrollbar {
    display: none
}
/*end*/

.ticket-list {
    font-size: 0;
    margin: .3rem
}

.ticket-list a {
    display: inline-block;
    line-height: .38rem;
    font-size: .24rem;
    font-weight: 700
}

.ticket-list .arrow-icon {
    background: url(../../images/wsczylplus/arrow-icon.png);
    width: .16rem;
    height: .22rem;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: .1rem
}

.ticket-list .list-arrow {
    background: url(../../images/wsczylplus/list-icon.png);
    width: .3rem;
    height: .3rem;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle
}

.ticket-list .list-modle .list-arrow {
    background: url(../../images/wsczylplus/list-icon2.png);
    background-size: 100% 100%
}

.ticket-list .list1, .ticket-list .list2 {
    width: 2.2rem;
    display: inline-block;
    padding-left: .35rem
}

.ticket-list .list3 {
    width: 1rem;
    border-right: 1px solid #d8d8d8
}

.ticket-list .list4 {
    width: 1.5rem;
    text-align: center
}

.ticket-list .cur-blue {
    color: #ea4d4e;
}

.ticket-info {
    margin-top: .3rem
}

.ticket-info li {
    background: url(../../images/wsczylplus/ticket-bg.png) no-repeat;
    width: 6.92rem;
    height: 2.2rem;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: .35rem
}

.ticket-info .product-img {
    width: 2.4rem;
    height: 1.6rem;
    position: absolute;
    left: .15rem;
    top: .3rem
}

.ticket-info .product-name {
    font-size: .28rem;
    color: #333;
    position: absolute;
    left: 2.8rem;
    top: .3rem;
    width: 1.9rem
}

.ticket-info .sales {
    font-size: .24rem;
    color: #959595;
    position: absolute;
    left: 2.8rem;
    top: 1.55rem;
    width: 1.9rem
}

.ticket-info .product-price {
    font-size: .28rem;
    color: #ff5353;
    position: absolute;
    right: 0;
    top: .3rem;
    width: 1.8rem;
    text-align: center
}

.ticket-info .product-price em {
    font-size: .38rem
}

.ticket-info .buy-btn {
    width: 1.34rem;
    height: .5rem;
    line-height: .5rem;
    background: #ff5656;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 1.45rem;
    right: .2rem;
    border-radius: .1rem
}

.ticket-info.ticket-info-modle {
    text-align: left;
}

.ticket-info.ticket-info-modle li {
    background: url(../../images/wsczylplus/ticket-bg2.png) no-repeat;
    width: 3.1rem;
    height: 2.2rem;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: .35rem;
    display: inline-block;
    margin:0 .15rem .35rem .15rem;
    text-align: center;
}

.ticket-info.ticket-info-modle .product-img {
    width: 1.5rem;
    height: auto;
    position: absolute;
    left: .8rem;
    top: .1rem
}

.ticket-info.ticket-info-modle .product-name {
    font-size: .24rem;
    color: #333;
    position: absolute;
    left: .6rem;
    top: 1.2rem;
    width: 1.9rem;
    text-align: center;
    line-height: 1.2
}

.ticket-info.ticket-info-modle .sales {
    font-size: .18rem;
    color: #959595;
    position: absolute;
    left: .15rem;
    top: 1.85rem;
    line-height: .24rem
}

.ticket-info.ticket-info-modle .product-price {
    font-size: .18rem;
    color: #ff5353;
    position: absolute;
    right: .15rem;
    top: 1.85rem;
    width: auto;
    line-height: .24rem
}

.ticket-info.ticket-info-modle .product-price em {
    font-size: .24rem
}

.ticket-info.ticket-info-modle .buy-btn {
    display: none
}

.move-more {
    text-align: center;
    font-size: .3rem;
    color: #333;
    margin: .2rem 0
}

.move-more i {
    position: relative
}

.move-more i:after {
    content: "";
    position: absolute;
    top: .15rem;
    left: -0.32rem;
    border-right: 1px solid #575757;
    border-bottom: 1px solid #757575;
    width: .24rem;
    height: .24rem;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg)
}

.gray-bg {
    background: #ffffff;
}

.order-box {
    background: #fff;
    padding: .1rem .3rem;
    margin-bottom: .1rem;
    color: #333
}

.order-box .word-text {
    line-height: .6rem;
    font-size: .28rem
}

.order-box .word-text input {
    width: 5rem;
    margin-left: .2rem;
    color: #888
}

.order-box .word-text::placeholder {
    color: #888;
    font-size: .24rem
}

.order-box .text-right {
    float: right
}

.order-box .sale-ticket {
    font-size: .24rem;
    color: #888;
    padding-right: .15rem
}

.order-box .sale-ticket i {
    position: relative
}

.order-box .sale-ticket i:after {
    content: "";
    position: absolute;
    top: .12rem;
    left: .05rem;
    border-right: 1px solid #575757;
    border-bottom: 1px solid #757575;
    width: .16rem;
    height: .16rem;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.order-product {
    height: 1.7rem
}

.order-product img {
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: .1rem
}

.order-product .info {
    float: left
}

.order-product .line1 {
    width: 1.82rem;
    height: 1.1rem;
    overflow: hidden
}

.order-product .line2 {
    font-size: .28rem;
    color: #ff5050
}

.order-product .info-num {
    float: right;
    line-height: .5rem;
    margin-top: .9rem
}

.order-product .info-num span {
    width: .5rem;
    height: .5rem;
    border: 1px solid #e6e6e6;
    color: #bababa;
    font-size: .38rem;
    line-height: .45rem;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.order-product .info-num input {
    color: #333;
    font-size: .3rem;
    max-width: .6rem;
    text-align: center;
    line-height: .5rem;
    vertical-align: middle
}

.ticket-detail {
    background: #fff;
    width: 6.9rem;
    border-radius: .1rem;
    margin: .25rem .3rem;
    font-size: .28rem;
    color: #888;
    margin-bottom: 1rem
}

.ticket-detail .ticket-img {
    margin: .2rem auto;
    width: 5rem;
    display: block
}

.ticket-detail p {
    line-height: .55rem
}

.ticket-detail .text-line {
    border-bottom: 1px #888 dashed;
    margin-bottom: .1rem;
    padding-bottom: .1rem
}

.ticket-detail .ticket-name {
    font-size: .32rem;
    color: #333
}

.font-orange {
    color: #ff5050
}

.buy-read {
    margin-top: .2rem
}

.buy-read h2 {
    font-size: .24rem;
    color: #333
}

.buy-read p {
    font-size: .22rem
}

.slide-btn {
    display: block;
    width: 100%;
    padding-right: .28rem;
    position: relative
}

.slide-btn:after {
    content: '';
    *display: inline;
    *zoom: 1;
    width: .18rem;
    height: .18rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: .11rem;
    right: .2rem
}

.slide-btn:after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    top: -0.35rem
}

.slide-btn.open:after {
    border: 0;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    top: -0.25rem
}

.slide-main {
    max-height: inherit;
    overflow: hidden
}

.slide-hide {
    max-height: 0
}

.slide-main.open {
    max-height: 0;
    height: auto;
    overflow: auto
}

.slide-main.open.slide-hide {
    max-height: inherit;
    height: auto;
    overflow: auto
}

footer {
    height: 1rem;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 1rem;
    text-align: center;
    z-index: 10
}

footer .buy-btn {
    background: #fe7519;
    font-size: .38rem;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    height: 1rem;
    width: 90%
}

footer .buyBtn {
    background: #ff5656;
    font-size: .38rem;
    color: #fff;
    display: inline-block;
    float: right;
    height: 1rem;
    width: 100%
}

footer .soldoutBtn {
    background: #DDDDDD;
    font-size: .38rem;
    color: #fff;
    display: inline-block;
    float: right;
    height: 1rem;
    width: 100%
}

footer .soldout-Btn {
    background: #DDDDDD;
    font-size: .38rem;
    color: #fff;
    display: inline-block;
    float: right;
    height: 1rem;
    width: 50%
}

footer .tel-foot img {
    width: .32rem;
    margin-right: .2rem
}

.slide-info {
    margin: .2rem 0;
    text-align: center;
    font-size: .32rem;
    color: #333
}

.ticket-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    background: #fff;
    z-index: 99;
    font-size: .28rem;
    padding: 0 .3rem
}

.ticket-top span {
    float: right
}

.product-imgs {
    position: absolute;
    top: .63rem
}

.swiper-container {
    height: 100%
}

.ticket-more {
    overflow: visible !important
}

.swiper-container {
    height: 100%
}

.swiper-slide {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.swiper-slide .wrapper {
    margin-bottom: 1rem
}

.popBox {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#7f000000');
    z-index: 30;
    display: none
}

:root .popBox {
    -webkit-filter: none \9;
    filter: none \9
}

.popBox.open {
    display: block
}

.popBox .popBox-inner {
    background: #fff;
    position: absolute;
    width: 6.5rem;
    top: 50%;
    left: 50%;
    margin-left: -3.15rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    border-radius: 5px
}

.popBox .popBox-inner .close {
    position: absolute;
    top: 0;
    right: 0;
    width: .5rem;
    height: .5rem;
    line-height: .46rem;
    display: block;
    text-align: center;
    color: #666;
    font-size: .5rem
}

.popBox .popBox-head {
    margin: 0;
    padding: 0 .1rem;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #0195ff;
    line-height: .8rem;
    font-size: .36rem;
    color: #0195ff
}

.popBox .popBox-body {
    padding: .2rem .4rem;
    font-size: .28rem;
    line-height: 180%;
    color: #333
}

.popBox .popBox-body .popBox-scroll {
    max-height: 6rem;
    overflow: hidden;
    overflow-y: auto;
    word-break: break-all
}

.popBox .popBox-body .popBox-scroll p {
    text-indent: .56rem
}

.popBox .popBox-foot {
    text-align: center;
    padding: 10px 0 20px 0
}

.popBox .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: .66rem;
    font-size: .3rem;
    width: 2.2rem;
    background: #0195ff;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin: 0 .5rem;
    box-sizing: border-box
}

.popBox .btn-cancel {
    background: #b9b9b9
}

.popBox .btn:nth-child(2) {
    margin-left: 4%
}

.search-index {
    line-height: .56rem;
    overflow: hidden
}

.search-index .search-bar {
    margin: .2rem 0;
    height: .56rem;
    border-radius: .56rem;
    line-height: .56rem;
    background: #f5f5f5;
    color: #fff;
    padding-left: .22rem;
    width: 6rem;
    float: left
}

.search-index .search-bar img {
    width: .26rem
}

.search-index .search-bar input {
    border: 0;
    background: none;
    color: #333;
    line-height: .5rem;
    width: 4.5rem
}

.search-index .search-bar ::placeholder {
    color: #333
}

.search-index .search-btn {
    background: none;
    float: right;
    margin: .2rem 0;
    line-height: .56rem
}

.next-search {
    overflow: hidden
}

.next-search h2 {
    font-size: .32rem;
    font-weight: 300;
    position: relative
}

.next-search .delete-icon {
    background: url(../../images/wsczylplus/delete-icon.png) no-repeat;
    background-size: 100% 100%;
    width: .3rem;
    height: .29rem;
    position: absolute;
    right: 0;
    top: .15rem
}

.next-search li {
    line-height: .9rem;
    font-size: .28rem;
    color: #666;
    border-bottom: 1px solid #efefef;
    padding-left: .1rem
}

.search-fixed {
    position: relative
}

.search-fixed .next-search {
    position: absolute;
    top: 1rem;
    width: 6.9rem;
    background: #fff
}

.order-foot {
    width: 50%;
    float: left;
    text-align: left
}

.order-foot span {
    display: block;
    line-height: .5rem;
    padding-left: .3rem
}

.order-foot .line1 {
    color: #9c9c9c;
    font-size: .2rem
}

.order-foot .line2 {
    color: #333;
    font-size: .24rem;
    font-weight: 700
}

.order-foot .line2 em {
    font-size: .28rem;
    color: #ff5050
}

/*# sourceMappingURL=style.css.map */


/*20190423lnn*/
 .chongzhi{width: 93%;margin:auto;padding-top:15px; position: relative;}
    .phone_num{position: absolute;top: 0.5rem;color: white;font-size: 0.6rem;left: 0.5rem;}
    .little_item{position: absolute;top: 1.25rem;color: white;font-size: 0.2rem;left: 0.5rem;}
    .ml{margin-left: 0.5rem;}
    .moren{display: inline-block;width: 1.75rem;height: 0.65rem;line-height: 0.65rem;border:1px solid #f4ccbc; border-radius: 5px;text-align: center;font-size: 0.3rem; margin-bottom: .2rem}
    .moren1{display: inline-block;width: 2.4rem;line-height: 0.55rem;border:1px solid #f4ccbc; border-radius: 5px;text-align: center;font-size: 0.3rem;padding: 0 0.25rem;}
    .charge{color: #ff751a;border: 1px solid #ff751a;}
  .youhui{width: 95%;margin: 0.25rem auto; position: relative;}
  .youhui_item{position: absolute;color: red;left: 0.35rem;top: 0.1rem;font-size: 0.25rem;}
  /**.youhui_line1{overflow: hidden; position: absolute;color: #333333;left: 0.3rem;top: 0.5rem;font-size: 0.2rem;}**/
    .youhui_line1{overflow: hidden;position: absolute;color: #333333;left: 0;top: .8rem;font-size: 0.2rem;line-height: 2;padding: .1rem .2rem;text-align: left;background: #f1f1f1;border-radius: .1rem;}
  .youhui_line2{position: absolute;color: #333333;left: 0.3rem;top: 0.95rem;font-size: 0.2rem;}
  .pay_list{margin-left: 10px; margin-top: 10px; display: inline-block; width: 45%;height: 0.8rem;line-height: 0.8rem; border: 1px solid #cdcdcd;border-radius: 8px; vertical-align: middle;}
  .img_weixin{margin-bottom: 5px; width: 0.5rem;height: 0.5rem; margin-left: 7px;}
  .img_tuijian{width: 0.8rem;height: 0.3rem;margin-bottom: 5px;}
  .no{float: right; margin-right: 0.3rem;margin-top: 0.2rem; width: 15px;height: 15px;display: inline-block;border-radius: 50%;border: 1px solid #c9c9c9;position: relative;}
  .circle{
    width: 15px;
    height: 15px;
    display: inline-block;
   /* border-radius: 50%;*/
    border: 1px solid #c9c9c9;
    float: left;margin-top: 0.25rem;margin-left: 1.5rem;}
    .item_all{color: #333333;font-size: 0.3rem;line-height: 0.8rem;margin-left: 0.35rem;}
    .xuanze{font-size: 0.3rem;line-height: 0.55rem;width: 92%;margin: auto; color: #fe7519;}
    .black{color: #333333;}
    .youhui{font-size: 0.3rem;text-align: center;line-height: 0.8rem;vertical-align: middle;height: 0.8rem;}
    .btn_zhifu{width: 85%;height: 0.7rem;line-height: 0.7rem;color: white;background-color: #fe7519;text-align: center;border-radius: 18px; margin: 0.2rem auto 0.5rem auto;font-size: 0.3rem;}
    
    
    /****************弹窗***************/
.loading_01{ position:fixed; background:rgba(0,0,0,0.8); left:0; right:0; top:0; bottom:0; z-index:100;}
.notice_01{ position:absolute; width:84%; left:8%; background:#fff; border-radius:5px; top:30%; z-index: 101;}
.tit{ text-align:center; line-height:50px; font-size:16px; font-weight:bold; color:#1cb3d7; border-bottom: 1px solid #1cb3d7;}
.not_text{ width:90%; margin:2% auto 4% auto; font-size:14px; line-height:20px; color:#333;}
.notice_01 a.close_btn,.notice_01 a.half_btn{ display:block; width:60%; background-color:#1cb3d7; margin-left:15%; margin:20px auto; border-radius:5px; line-height:40px; font-size:16px; color:#fff; text-align:center;}
.notice_01 a.half_btn{width:40%; display:inline-block; margin-left:6%;}

.qx {
	color:#fff;
	width:.45rem;
	height:.45rem;
	line-height:.0rem;
	border-radius:.45rem;
	text-align:center;
	font-size:.5rem;
	display:inline-block;
	position:absolute;
	right:.2rem;
	top:-.7rem;
	border:2px solid #fff;
	background-color:#888;
}
.shure{ width: 65%; padding: 8px 0;text-align: center; cursor: pointer; display: inline-block;border-radius: 5px; color: #fff;font-size: 16px;}



/**弹窗-订单提交成功*/
.loading{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.5);display: none;}
.pop-waiting{position: fixed;z-index: 30;width:90%;top:50%;left:5%;margin-top:-60px;display:none;text-align:center;color:#fff;font-size:14px;display: none;}
.pop-waiting .timer{ color:#ff9900; padding:0 2px;}
.dot-animation i{ margin:20px 7px; width:10px; height:10px; display:inline-block; border-radius:50%; background:#6699ff;}
.dot-animation i:nth-child(1) {
  background: #00cc66;
  -webkit-animation: dotAnimation 1s linear 0s infinite backwards;
     -moz-animation: dotAnimation 1s linear 0s infinite backwards;
       -o-animation: dotAnimation 1s linear 0s infinite backwards;
          animation: dotAnimation 1s linear 0s infinite backwards;
}
.dot-animation i:nth-child(2) {
  background: #6699ff;
  -webkit-animation: dotAnimation 1s linear 0.25s infinite backwards;
     -moz-animation: dotAnimation 1s linear 0.25s infinite backwards;
       -o-animation: dotAnimation 1s linear 0.25s infinite backwards;
          animation: dotAnimation 1s linear 0.25s infinite backwards;
}
.dot-animation i:nth-child(3) {
  background: #ff9900;
  -webkit-animation: dotAnimation 1s linear 0.5s infinite backwards;
     -moz-animation: dotAnimation 1s linear 0.5s infinite backwards;
       -o-animation: dotAnimation 1s linear 0.5s infinite backwards;
          animation: dotAnimation 1s linear 0.5s infinite backwards;
}

/* -dotAnimation- */
@-webkit-keyframes dotAnimation {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-moz-keyframes dotAnimation {
  0% {
    -moz-transform: scale(1, 1);
         transform: scale(1, 1);
  }
  25% {
    -moz-transform: scale(1.6, 1.6);
         transform: scale(1.6, 1.6);
  }
  50% {
    -moz-transform: scale(1, 1);
         transform: scale(1, 1);
  }
}
@-o-keyframes dotAnimation {
  0% {
    -o-transform: scale(1, 1);
       transform: scale(1, 1);
  }
  25% {
    -o-transform: scale(1.6, 1.6);
       transform: scale(1.6, 1.6);
  }
  50% {
    -o-transform: scale(1, 1);
       transform: scale(1, 1);
  }
}
@keyframes dotAnimation {
  0% {
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1.6, 1.6);
       -moz-transform: scale(1.6, 1.6);
         -o-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
  }
  50% {
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}