html {
    font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}

main {
    max-width: 760px;
    margin-bottom: 1.4rem;
}

.index-search {
    width: 100%;
    height: 60px;
    background: #ff5722;
    padding: 13px 0.2rem;
}

.index-search form {
    width: 100%;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    border-radius: 34px;
}

.index-search .search-icon {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.index-search .search-focus {
    width: calc(100% - 100px);
    height: 40px;
    border: 0;
    padding: 10px 10px 10px 0;
    font-size: 14px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.index-search .search-submit {
    width: 60px;
    height: 34px;
    border: 0;
    background: linear-gradient(-90deg,#ff5722,#fc9950);
    font-size: 15px;
    border-radius: 20px;
    margin-top: 3px;
    margin-right: 3px;
    color: #fff;
    transition: .1s;
}

.index-search form a {
    display: none;
}

.index-search .search-wrap {
    display: none;
}

.index-search.hover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #f1f1f1);
    z-index: 1000;
}

.index-search.hover .search-icon {
    display: none;
}

.index-search.hover form {
    border-radius: 0;
    overflow: initial;
}

.index-search.hover form a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.index-search.hover form .search-focus {
    width: calc(100% - 110px);
    margin-right: 10px;
    padding: 10px;
    background: rgb(0 0 0 / 5%);
    border-radius: 4px;
    transition: width .2s;
}

.index-search.hover form .search-submit {
    height: 40px;
    margin-top: 0;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(255 87 34 / 40%);
}

.index-search.hover .search-wrap {
    display: block;
    margin-top: 13px;
    border-top: 1px solid #f1f1f1;
    width: 100%;
    overflow-x: scroll;
    width: calc(100% + .4rem);
    margin-left: calc(.2rem * -1);
    margin-right: calc(.2rem * -1);
}

.index-search.hover .search-wrap::-webkit-scrollbar {
    display:none
}

.index-search.hover .wrap {
    width: 540px;
    padding: 15px .2rem;
    display: flex;
    justify-content: space-between;
}

.index-search.hover .search-wrap ul {
    width: 250px;
    padding: 10px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    background: #fff;
    border-radius: 8px;
}

.index-search.hover .search-wrap ul .title {
    font-size: 15px;
    display: flex;
    align-items: center;
    height: 40px;
    font-weight: bold;
}

.index-search.hover .search-wrap ul .title i {
    width: 16px;
    height: 16px;
    display: flex;
    margin-right: 5px;
}

.index-search.hover li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.index-search.hover li + li {
    border-top: 1px solid rgb(0 0 0 / 5%);
}

.index-search.hover li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 30px);
    font-size: 15px;
}

.index-search.hover li em {
    display: flex;
    width: 20px;
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #d0a92d;
    border-radius: 4px;
}

.index-search.hover li:nth-child(2) em {
    background: #FF5722;
    background-image: linear-gradient(to bottom, #ffbfab, #FF5722);
}

.index-search.hover li:nth-child(3) em {
    background: #FF9800;
    background-image: linear-gradient(to bottom, #ffe38e, #FF9800);
}

.index-search.hover li:nth-child(4) em {
    background: #FFC107;
    background-image: linear-gradient(to bottom, #ffecb4, #FFC107);
}

.index-banner {
    width: 100%;
    height: 3.8rem;
    padding: 0.2rem;
    background: linear-gradient(180deg,#ff5722 0%,#fc9950 30%,#f3f3f3 100%);
}

.index-banner .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.index-banner .swiper-slide a,
.index-banner .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
}

.index-banner  .swiper-pagination {
    height: .4rem;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-banner  .swiper-pagination-bullet {
    width: .6rem;
    height: .1rem;
    border-radius: .1rem;
    background: #fff;
    opacity: 1;
}

.index-banner  .swiper-pagination-bullet-active {
    background: #ff5722;
}

.index-card {
    width: 100%;
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
}

.index-card-wrap {
    width: 50%;
    height: 3.8rem;
    background: #fff;
    padding: .2rem .1rem;
}

.index-card-wrap:nth-child(1) {
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #F8F8F8;
}

.index-card-wrap:nth-child(1) .index-card-title img {
    width: .76rem;
    height: .4rem;
    margin-right: 5px;
}

.index-card-wrap:nth-child(2) {
    border-radius: 0 8px 8px 0;
}

.index-card-title {
    width: 100%;
    height: .48rem;
    margin-bottom: 8px;
    padding-left: 0.1rem;
    font-size: .36rem;
    color: #ff1b36;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.index-card-wrap:nth-child(2) .index-card-title {
    color: #25252c;
}

.index-card-wrap .swiper {
    width: 100%;
}

.index-card-wrap .swiper a {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.index-card-item-img {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: .1rem;
    overflow: hidden;
    background: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-card-item-img img {
    max-width: 100%;
    max-height: 100%;
}

.index-card-item-title {
    width: 100%;
    margin-top: .1rem;
    font-size: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-card-item-money {
    margin-top: .1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.index-card-item-money em {
    font-size: .32rem;
    font-weight: bold;
    color: #ff5a24;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-card-item-money span {
    margin-top: .05rem;
    color: #666;
    font-size: .24rem;
    text-decoration: line-through;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-list {
    width: 100%;
    padding: 0 0.2rem;
}

.index-list .wrap {
    width: 100%;
    overflow: hidden;
}

.index-list .wrap .tab {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    height: .8rem;
    padding: 0 .2rem;
    border-radius: 8px;
    margin-bottom: .2rem;
    white-space: nowrap;
    background: #fff;
    display: flex;
    align-items: center;
}

.index-list .wrap .tab.tab-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 .4rem;
    border-radius: 0;
    border-bottom: 1px #f5f5f5 solid;
}

.index-list .wrap .tab>div {
    display: inline-block;
    padding: .05rem .2rem;
    margin: 0 1%;
    border-radius: .5rem;
    font-size: .28rem;
}

.index-list .wrap .tab::-webkit-scrollbar {
    display:none
}

.index-list .wrap .tab>div.ing {
    color: #fff;
    background-color: #fc9950;
    background-image: linear-gradient(to right, #ff5a24, #fc9950);
}

.index-list .wrap .list-item {
    width: 100%;
    padding: 0 .1rem;
    margin: .2rem 0;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
}

.index-list .wrap .list-item .title {
    font-size: .32rem;
    color: #ff5a24;
    font-weight: bold;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .2rem 0;
}

.index-list .wrap .list-item .title::after {
    content: '';
    width: .72rem;
    height: .32rem;
    background-image: url("../img/indexlist-r.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: .2rem;
}

.index-list .wrap .list-item .title::before {
    content: '';
    width: .72rem;
    height: .32rem;
    background-image: url("../img/indexlist-l.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: .2rem;
}

.index-list .list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.index-list .list-wrap-item {
    width: 33.333333%;
    display: flex;
    justify-content: center;
    margin-bottom: .2rem;
}

.index-list .list-wrap a {
    float: left;
    display: flex;
    width: calc(100% - .2rem);
    justify-content: space-between;
    align-items: center;
    padding: .2rem 0 .2rem .1rem;
    font-size: 14px;
    border-radius: .1rem;
    box-shadow: 0px 2px 6px 0px rgb(255 90 36 / 15%);
}

.index-list .list-wrap a .left {
    width: .6rem;
    height: .6rem;
}

.index-list .list-wrap a .left img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
}

.index-list .list-wrap a .right {
    width: calc(100% - .7rem);
}

.index-list .list-wrap a .right span {
    display: block;
    font-size: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.index-list .list-wrap a .right div {
    margin-top: .05rem;
    font-size: .2rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banquan {
    width: 100%;
    text-align: center;
    margin-top: .2rem;
}

.banquan * {
    color: #666;
    font-size: .24rem;
}

.list .list-card {
    margin: 50px 0 0;
    padding: 0 .2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list .list-card a.item {
    background: #fff;
    width: 100%;
    height: 1.9rem;
    padding: .1rem;
    border-radius: .3rem;
    overflow: hidden;
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}

.list .list-card a.item .pic {
    width: 1.7rem;
    height: 1.7rem;
    position: relative;
}

.list .list-card a.item .pic img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}

.list .list-card a.item .info {
    width: calc(100% - 1.9rem);
}
.list .list-card a.item .info .title {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: .1rem 0;
}

.list .list-card a.item .info .bq {
    display: flex;
    margin-bottom: .1rem;
}

.list .list-card a.item .info .bq .bq-hui {
    display: flex;
}

.list .list-card a.item .info .bq .bq-hui span {
    width: .3rem;
    height: .36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .24rem;
    color: #fff;
    background: #ff5a24;
    border-top-left-radius: .05rem;
    border-bottom-left-radius: .05rem;
}

.list .list-card a.item .info .bq .bq-hui em {
    width: 1.2rem;
    height: .36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .24rem;
    color: #ff5a24;
    border: .02rem solid #ff5a24;
    border-top-right-radius: .05rem;
    border-bottom-right-radius: .05rem;
}

.list .list-card a.item .info .bq .bq-type {
    width: 1.2rem;
    height: .36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .24rem;
    color: #fff;
    background: #ff5a24;
    border-radius: .05rem;
    margin-left: .05rem;
}

.list .list-card a.item .info .bq .bq-kucun {
    width: 1.2rem;
    height: .36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .24rem;
    border-radius: .05rem;
    margin-left: .05rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list .list-card a.item .info .bq .bq-kucun.bq-kucun1 {
    background: #efefef;
    color: #666;
}

.list .list-card a.item .info .bq .bq-kucun.bq-kucun2 {
    background: #ff9800;
    color: #fff;
}

.list .list-card a.item .info .bq .bq-kucun.bq-kucun3 {
    background: #4caf50;
    color: #fff;
}

.list .list-card a.item .info .money {
    width: 100%;
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}

.list .list-card a.item .info .money .left {
    width: calc(100% - 1.5rem);
}

.list .list-card a.item .info .money .left em {
    width: 100%;
    font-size: .36rem;
    color: #ff2200;
}

.list .list-card a.item .info .money .left span {
    width: 100%;
    font-size: .26rem;
    color: #9E9E9E;
    text-decoration: line-through;
    margin: .1rem 0;
}

.list .list-card a.item .info .money .right {
    width: 1.4rem;
    height: .5rem;
    font-size: .28rem;
    color: #fff;
    background-color: #fc9950;
    background-image: linear-gradient(to right, #ff5a24, #fc9950);
    border-radius: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop .shop-common {
    width: 100%;
    height: 1rem;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    border-bottom: 0;
    z-index: 99;
}

.shop .shop-common.hover {
    background: #fff;
    border-bottom: .02rem solid #f1f2f3;
}

.shop .shop-common .fl {
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop .shop-common .fl a {
    display: flex;
    width: .6rem;
    height: .6rem;
    justify-content: center;
    align-items: center;
    background-color: #fc9950;
    background-image: linear-gradient(to right, #ff5a24, #fc9950);
    border-radius: 1rem;
    transition: .2s;
}

.shop .shop-common.hover .fl a {
    background: transparent;
}

.shop .shop-common .fl a i {
    width: .4rem;
    display: flex;
    justify-content: center;
    align-self: center;
    font-size: .32rem;
    color: #fff;
}

.shop .shop-common.hover .fl a i {
    color: #999;
}

.shop .shop-common .fr {
    width: calc(100% - 1rem);
    height: 1rem;
    line-height: 1rem;
    font-size: .32rem;
    color: #444;
    opacity: 0;
}

.shop .shop-common.hover .fr {
    opacity: 1;
}

.shop .shop-pic {
    width: 100%;
    height: 7.6rem;
}

.shop .shop-pic img {
    width: 100%;
    height: 100%;
}

.shop .shop-wrap {
    padding: 0 .2rem;
    margin-top: .2rem;
}

.shop .shop-item {
    padding: .2rem;
    background: #fff;
    border-radius: .2rem;
}

.shop .shop-money {
    margin: 0.2rem 0 .2rem;
}

.shop .shop-money em {
    font-size: .46rem;
    font-weight: bold;
    color: #ff2200;
}

.shop .shop-money span {
    font-size: .28rem;
    color: #9E9E9E;
    text-decoration: line-through;
    margin-left: 0.3rem;
}

.shop .shop-title {
    font-size: .32rem;
    margin: 0.1rem 0;
}

.shop .bq {
    margin: 0.2rem 0;
}

.shop .bq span {
    padding: .05rem .1rem;
    background: #f3f3f3;
    font-size: .24rem;
    border-radius: .1rem;
    color: #ff5a24;
    margin-right: 0.1rem;
}

.shop .bq span.goodstype {
    background-color: #fc9950;
    background-image: linear-gradient(to right, #ff5a24, #fc9950);
    color: #fff;
}

.shop .bq span.kucun1 {
    background: #efefef;
    color: #666;
}

.shop .bq span.kucun2 {
    background: #ff9800;
    color: #fff;
}

.shop .bq span.kucun3 {
    background: #4caf50;
    color: #fff;
}

.shop .shop-info {
    margin-top: .2rem;
    padding: 0 0.2rem;
    background: #fff;
    border-radius: .2rem;
}

.shop .shop-info-title {
    padding: .2rem 0;
    font-size: .28rem;
    border-bottom: 1px solid #efefef;
}

.shop .shop-info-body {
    padding: .2rem 0;
    text-align: center;
}

.shop .shop-info-body img {
    max-width: 100%;
}

.shop .shop-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    padding: 5px .2rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop .shop-nav .fl {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop .shop-nav .fl a {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.shop .shop-nav .fl a i {
    width: 20px;
    height: 20px;
    background-image: url('../img/icon.png');
    background-size: 100px;
    background-repeat: no-repeat;
}

.shop .shop-nav .fl a:nth-child(1) i {
    background-position: 0;
}

.shop .shop-nav .fl a:nth-child(2) i {
    background-position-x: -20px;
}

.shop .shop-nav .fl a:nth-child(3) i {
    background-position-x: -40px;
}

.shop .shop-nav .fl a em {
    font-size: 12px;
}

.shop .shop-nav .fr {
    width: calc(100% - 120px);
}

.shop .shop-nav .fr a {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fc9950;
    background-image: linear-gradient(to left, #ff5a24, #fc9950);
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
}

.shop #FX {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop .FX-wrap {
    width: 6rem;
    background: #fff;
    border-radius: .4rem;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.shop .FX-close {
    position: absolute;
    width: .8rem;
    height: .8rem;
    background: rgb(0 0 0 / 50%);
    border-radius: 2rem;
    bottom: -.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.shop .FX-close i {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .3rem;
    height: .3rem;
    color: #fff;
}

.shop .FX-close i svg {
    width: 100%;
    height: 100%;
}

.shop .FX-close i svg {
    width: 100%;
    height: 100%;
}

.shop .FX-bill {
    width: 100%;
    padding: 15px;
    background-color: #fff;
}

.shop .FX-wrap .FX-logo {
    width: 100%;
    height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.shop .FX-wrap .FX-shopimg {
    width: 100%;
    margin-bottom: 20px;
}

.shop .FX-wrap .FX-logo img,
.shop .FX-wrap .FX-shopimg img {
    max-width: 100%;
    max-height: 100%;
}

.shop .FX-wrap .FX-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.shop .FX-wrap .FX-info .fl {
    width: calc(100% - 100px);
}

.shop .FX-wrap .FX-info .fl .title {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.shop .FX-wrap .FX-info .fl .money {
    color: #ff0000;
}

.shop .FX-wrap .FX-info .fr {
    width: 80px;
}

.shop .FX-wrap .FX-info .fr .FX-qrcode {
    width: 100%;
}

.shop .FX-billimg {
    width: 100%;
}

.shop .FX-billimg canvas {
    max-width: 100%;
}

.buy {
    padding: 0 .2rem;
}

.buy .buy-wrap {
    margin-top: 60px;
    background: #fff;
    padding: .3rem;
    border-radius: .2rem;
    overflow: hidden;
}

.buy .buy-wrap .buy-shop {
    display: flex;
    justify-content: space-between;
    padding-bottom: .4rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #efefef;
}

.buy .buy-wrap .buy-shop .fl {
    width: 1rem;
    height: 1rem;
    border-radius: .1rem;
    overflow: hidden;
}

.buy .buy-wrap .buy-shop .fl img {
    width: 100%;
    height: 100%;
}

.buy .buy-wrap .buy-shop .fr {
    width: calc(100% - 1.2rem);
}

.buy .buy-wrap .buy-shop .fr .title {
    font-size: .24rem;
    margin-bottom: .2rem;
}

.buy .buy-wrap .buy-shop .fr .money {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.buy .buy-wrap .buy-shop .fr .money .order-money em {
    color: #F44336;
    font-size: .28rem;
}

.buy .buy-wrap .buy-shop .fr .money .order-money span {
    color: #F44336;
    font-size: .4rem;
}

.buy .buy-wrap .buy-shop .fr .money .order-mun {
    width: 2.4rem;
    height: .5rem;
    display: flex;
    justify-content: space-between;
}

.buy .buy-wrap .buy-shop .fr .money .order-mun span.min,
.buy .buy-wrap .buy-shop .fr .money .order-mun span.add {
    display: block;
    width: .5rem;
    height: .5rem;
    text-align: center;
    line-height: .5rem;
}

.buy .buy-wrap .buy-shop .fr .money .order-mun span.min i,
.buy .buy-wrap .buy-shop .fr .money .order-mun span.add i {
    font-size: .26rem;
    color: #555;
}

.buy .buy-wrap .buy-shop .fr .money .order-mun .ordermun {
    width: 1rem;
    text-align: center;
    border: 0;
    background: #efefef;
    border-radius: .1rem;
}

.buy .buy-wrap .buy-item {
    width: 100%;
    padding-bottom: .4trm;
}

.buy .buy-wrap .buy-item + .buy-item {
    padding-top: .4rem;
    border-top: 1px solid #efefef;
}

.buy .buy-wrap .buy-item .title {
    width: 100%;
    font-size: .24rem;
    color: #454545;
    margin-bottom: .2rem;
}

.buy .buy-wrap .buy-item input {
    width: 100%;
    height: .7rem;
    border: 0;
    background: #f6f6f6;
    color: #525252;
    border-radius: .1rem;
    padding-left: .2rem;
}

.buy .buy-wrap .buy-pay {
    width: 100%;
    padding-top: .4rem;
}

.buy .buy-wrap .buy-pay .title {
    width: 100%;
    font-size: .24rem;
    color: #454545;
    margin-bottom: .2rem;
}

.buy .buy-wrap .buy-pay .item {
    height: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buy .buy-wrap .buy-pay .item + .item {
    border-top: .02rem solid #efefef;
}

.buy .buy-wrap .buy-pay .item i {
    width: .4rem;
    height: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .4rem;
    color: #555;
}

.buy .buy-wrap .buy-pay .item.hover i {
    color: #ff5a24;
}

.buy .buy-wrap .buy-pay .item p {
    width: calc(100% - 1.2rem);
    color: #666;
    font-size: .24rem;
}

.buy .buy-wrap .buy-pay .item.hover p {
    color: #ff5a24;
}

.buy .buy-wrap .buy-pay .item span {
    width: .4rem;
    height:.4rem;
    background: #fff;
    border-radius: 2rem;
    border: .1rem solid #efefef;
}

.buy .buy-wrap .buy-pay .item.hover span {
    background: #ff5a24;
}

.buy .buy-wrap .buy-pay .junka-wrap {
    display: none;
}

.buy .buy-wrap .buy-pay .junka-wrap.hover {
    display: block;
}

.buy .buy-wrap .buy-pay .junka-wrap textarea {
    margin-top: .1rem;
    width: 100%;
    min-height: 1.4rem;
    font-size: .28rem;
    border: .02rem solid #efefef;
    border-radius: .1rem;
}

.buy .buy-Nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background: #fff;
    border-top: .02rem solid #efefef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .2rem;
}

.buy .buy-Nav .money {
    font-size: .28rem;
    color: #666;
}

.buy .buy-Nav .money em {
    color: #F44336;
    margin: 0 -4px 0 -6px;
}

.buy .buy-Nav .money span {
    color: #F44336;
    font-size: .36rem;
    font-weight: 700;
}

.buy .buy-Nav input {
    width: 3rem;
    height: .6rem;
    font-size: .32rem;
    border: 0;
    border-radius: .6rem;
    background-color: #fc9950;
    background-image: linear-gradient(to left, #ff5a24, #fc9950);
    color: #fff;
}

.order {
    margin-bottom: 10px;
}

.order .header-order {
    position: fixed;
    top: 0;
    left: 0;
    height: 1.8rem;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-bottom: .02rem solid #efefef;
}

.order .header-order-search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem;
    border-bottom: .02rem solid #efefef;
}

.order .header-order-search form {
    width: 100%;
    height: .6rem;
    border-radius: .1rem;
    background-color: rgba(0,0,0,.05);
    display: flex;
    overflow: hidden;
}

.order .header-order-search .search-focus {
    width: calc(100% - 0.6rem);
    height: 100%;
    border: none;
    background: none;
    color: #525252;
    font-size: .28rem;
    padding-left: .2rem;
}

.order .header-order-search .search-focus::placeholder {
    color: #525252;
}

.order .header-order-search .search-submit {
    width: .6rem;
    height: .6rem;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order .header-order-search .search-submit i {
    font-size: .24rem;
    color: #525252;
}

.order .header-order-tab {
    display: flex;
    justify-content: space-around;
    height: .8rem;
    width: 100%;
}

.order .header-order-tab div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .28rem;
    position: relative;
}

.order .header-order-tab div:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: #fc9950;
    background-image: linear-gradient(to left, #ff5a24, #fc9950);
}

.order .header-order-tab div.hover:after {
    height: .04rem;
    animation:ordertab .2s;
}

@keyframes ordertab
{
    from {height: 0;}
    to {height: .04rem;}
}

.order .order-list {
    margin-top: 2rem;
    background: #fff;
    padding: 0.2rem;
}

.order .order-list ul {
    display: none;
}

.order .order-list ul.hover {
    display: block;
}

.order .order-list li {
    padding-bottom: .4rem;
    margin-bottom: .4rem;
    border-bottom: .02rem solid #efefef;
}

.order .order-list-zt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .6rem;
}

.order .order-list-id {
    font-size: .24rem;
    color: #666;
    overflow: hidden;
}

.order .order-list-ztzt span {
    display: flex;
    align-items: center;
    width: max-content;
    height: .4rem;
    font-size: .24rem;
    padding: 0 .1rem;
    color: #fff;
    border-radius: .1rem;
}

.order .order-list-ztzt span.a {
    background: #4CAF50;
}
.order .order-list-ztzt span.b {
    background: #2196F3;
}
.order .order-list-ztzt span.c {
    background: #F44336;
}
.order .order-list-ztzt span.d {
    background: #9e9e9e;
}

.order .order-list-shop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
}

.order .order-list-img {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .2rem;
    overflow: hidden;
}

.order .order-list-img img {
    width: 100%;
    height: 100%;
}

.order .order-list-info {
    width: calc(100% - 2rem);
    height: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order .order-list-title {
    width: 100%;
    font-size: .28rem;
    max-height: .72rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
}

.order .order-list-money {
    color: #F44336;
    font-size: .32rem;
    display: flex;
    align-items: flex-end;
}

.order .order-list-money span {
    color: #999;
    font-size: .28rem;
    margin-left: .2rem;
}

.order .order-list-bq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .1rem;
}

.order .order-list-time {
    color: #666;
    font-size: .24rem;
    overflow: hidden;
}

.order .order-list-btn {
    width: 3rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.order .order-list-btn a {
    width: 1.4rem;
    text-align: center;
    height: .5rem;
    line-height: .5rem;
    border-radius: .6rem;
    font-size: .24rem;
    border: 1px solid #ccc;
}

.order .order-list-btn a:nth-child(2) {
    border-color: #F44336;
    color: #F44336;
}

.order .noshop {
    padding: .2rem .4rem .4rem;
    text-align: center;
    color: #999;
    font-size: .24rem;
}

.order .noshop a {
    color: #f38969;
    padding: 0 .1rem;
}

.order-data {
    padding: 0 .2rem;
    margin-bottom: .2rem;
}

.order-data .order-data-shop {
    margin-top: 60px;
    padding: .2rem .3rem;
    border-radius: .2rem;
    overflow: hidden;
    background: #fff;
}

.order-data .order-data-shop .title {
    width: 100%;
    height: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-data .order-data-shop .title .fl {
    font-size: .28rem;
}

.order-data .order-data-shop .title .fr {
    font-size: .28rem;
    height: .48rem;
    width: 1.6rem;
    background: rgb(0 0 0 / 5%);
    border-radius: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
}

.order-data .order-data-shop .shop-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .2rem 0;
}

.order-data .order-data-shop .shop-info .fl {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .1rem;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

.order-data .order-data-shop .shop-info .fl img {
    width: 100%;
    height: 100%;
}

.order-data .order-data-shop .shop-info .fr {
    width: calc(100% - 1.8rem);
    font-size: .28rem;
}

.order-data .order-data-info {
    margin-top: .2rem;
    padding: .2rem .3rem;
    border-radius: .2rem;
    overflow: hidden;
    background: #fff;
}

.order-data .order-data-info .title {
    width: 100%;
    font-size: .28rem;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    border-bottom: .02rem solid #efefef;
}

.order-data .order-data-info .item {
    width: 100%;
    padding: .2rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.order-data .order-data-info .item .fl {
    font-size: .3rem;
    color: #333;
}

.order-data .order-data-info .item .fr {
    font-size: .28rem;
    color: #666;
    word-break: break-word;
}

.order-data .order-data-info .item .fr .formcami {
    display: inline-flex;
    width: 1.3rem;
    height: .4rem;
    background-color: #ffd84a;
    color: #fff;
    border-radius: .2rem;
    font-size: .24rem;
    align-items: center;
    justify-content: center;
    margin-left: .1rem;
}

.buy-good {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.buy-good .wrap {
    margin-top: 80px;
    padding: 0 .3rem;
}

.buy-good .wrap .buy-good-top {
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.buy-good .wrap .buy-good-top .bg {
    width: 80px;
    height: 80px;
    background: url(../img/buygoodbg.png) no-repeat;
    background-size: 100%;
}

.buy-good .wrap .buy-good-top em {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.buy-good-down {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.buy-good-down a {
    width: 48%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #efefef;
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy-good-down a:nth-child(1) {
    border: 0;
    background: #ffd84a;
    color: #fff;
}

.kf {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.kf .item {
    width: 70%;
    height: 80px;
    background: #fff;
    border-radius: 8px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
}

.kf .item .fl {
    width: 40px;
    height: 40px;
    background-image: url('../img/fk.png');
    background-repeat: no-repeat;
    background-size: 80px;
}

.kf .item.qq .fl {
    background-position: 0;
}

.kf .item.wx .fl {
    background-position: -40px;
}

.kf .item .fr {
    width: calc(100% - 60px);
    font-size: 18px;
}

@media screen and (min-width: 760px) {
    main {
        margin-bottom: 80px;
    }
}