.index-search {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
     background: #FD633B;
}

.index-search.hover {
   background:#fff;
}

.index-search form {
    width: 100%;
    padding: 0 .2rem;
    height: 1rem;
   
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.index-search form .click {
    display: none;
}

.index-search.hover form .click {
    display: flex;
    width: .6rem;
    height: .7rem;
    align-items: center;
    justify-content: center;
    font-size: .28rem;
}

.index-search.hover form .click i {
    color: #999;
}

.index-search form .search-wrap {
    width: 100%;
    height: .7rem;
    background: #f5f7fa;
    border-radius: .1rem;
    overflow: hidden;
    position: relative;
}
.index-search.hover form .search-wrap {
    width: calc(100% - 1.8rem);
}

.index-search form .search-block {
    position: absolute;
    top: 0;
    left: 0rem;
    width: .5rem;
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #999;
    transition: left .2s;
}

.index-search.hover .search-block {
    left: 0;
}

.index-search form .search-block i {
    color: #999;
}

.index-search form .search-focus {
    display: flex;
    width: 100%;
    height: .7rem;
    border: 0;
    font-size: .28rem;
    background: transparent;
    text-indent: 0.6rem;
    transition: .2s;
}

.index-search.hover form .search-focus {
    text-indent: 0;
    padding-left: .5rem;
    padding-right: .2rem;
}
.search-but{
    padding: .08rem .2rem;
    background: #ff5f01;
    border-radius: .1rem;
    color: #fff;
    font-size: .28rem;
    position: absolute;
    top: 0.08rem;
    right: 0.1rem;
}
.butdisnone{display:none}

.index-search form .search-submit {
    display: none;
}

.index-search.hover form .search-submit {
    display: flex;
    width: 1rem;
    height: .6rem;
    justify-content: center;
    align-items: center;
    font-size: .28rem;
    background: transparent;
    border: 0;
    color: #666;
}

.index-search-wrap {
    position: fixed;
    top: 1rem;
    height: 0;
    width: 100%;
    height: calc(100% - 1rem);
    padding: .2rem;
    background: #fff;
    display: none;
    z-index: 999;
    overflow: auto;
}

.index-search.hover .index-search-wrap {
    display: block;
}

.index-search-ranking {
    width: 100%;
    overflow-x: auto;
}

.index-search-ranking::-webkit-scrollbar {
    display:none
}

.index-search-ranking-wrap {
    width: 10.4rem;
    display: flex;
    justify-content: space-between;
}

.index-search-ranking-wrap ul {
    width: 5rem;
}

.index-search-ranking-wrap ul .title {
    width: 100%;
    font-size: .32rem;
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
    color: #e91e63;
    font-weight: bold;
}

.index-search-ranking-wrap ul .title i {
    display: block;
    width: .4rem;
    height: .4rem;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .1rem;
}

.index-search-ranking-wrap ul:nth-child(1) .title i {
    background-image: url("../img/index-search-svg-1.svg");
}

.index-search-ranking-wrap ul:nth-child(2) .title i {
    background-image: url("../img/index-search-svg-2.svg");
}

.index-search-ranking-wrap ul li {
    width: 100%;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-search-ranking-wrap ul li em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .4rem;
    height: .4rem;
    font-size: .28rem;
    background: #FF5722;
    color: #fff;
    border-radius: .1rem;
}

.index-search-ranking-wrap ul li:nth-child(3) em {
    background: #ff9800;
}

.index-search-ranking-wrap ul li:nth-child(4) em {
    background: #ffc107;
}

.index-search-ranking-wrap ul li:nth-child(5) em {
    background: #ffd75d;
}

.index-search-ranking-wrap ul li:nth-child(6) em {
    background: #f1d88b;
}

.index-search-ranking-wrap ul li:nth-child(n+7) em {
    background: #ccc;
}

.index-search-ranking-wrap ul li a {
    width: calc(100% - .6rem);
    font-size: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-search-ranking-wrap ul li.one {
    height: 1.2rem;
}

.index-search-ranking-wrap ul li.one a {
    display: flex;
    justify-content: space-between;
}

.index-search-ranking-wrap ul li.one a .pic {
    width: 1.2rem;
    height: 1.2rem;
}

.index-search-ranking-wrap ul li.one a .pic img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}

.index-search-ranking-wrap ul li.one a .info {
    width: calc(100% - 1.4rem);
    height: 1.2rem;
}

.index-search-ranking-wrap ul li.one a .info p {
    width: 100%;
    height: .8rem;
    white-space: pre-wrap;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-search-ranking-wrap ul li.one a .info .money {
    font-size: .28rem;
    color: #f44336;
}
.top{
    position: absolute;
    z-index: 0;
    top: 0%;
    left: 0;
    height: 4rem;
    width: 100%;
    background: linear-gradient(180deg, #FC3510 0%, #FD934C 60%, #fff 100%);
}
.index-banner {
    margin-top: 1rem;
    width: 100%;
    height: 4rem;
    padding: 0.2rem;
}

.index-banner .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: .2rem;
}

.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: rgb(255 255 255 / 50%);
    opacity: 1;
}

.index-banner  .swiper-pagination-bullet-active {
    background: #fff;
}


.index-card {
    width: 100%;
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
}

.index-card-wrap {
    width: 100%;
    height: 3.8rem;
    background: #fff;
    padding: .2rem .1rem;
}

.index-card-wrap:nth-child(1) {
    border-radius: .2rem 0 0 .2rem;
    border-right: .02rem solid #F8F8F8;
}

.index-card-wrap:nth-child(1) .index-card-title img {
    width: .76rem;
    height: .4rem;
    margin-right: .1rem;
}

.index-card-wrap:nth-child(2) {
    border-radius: 0 .2rem .2rem 0;
}

.index-card-title {
    width: 100%;
    height: .48rem;
    margin-bottom: .16rem;
    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: #428eff;
}

.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;
}

.ept-hotcate{
    width: 100%;
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.6rem;
    flex-wrap: wrap;
}

.ept-hotcate .list-cate{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: .625rem;
    padding-bottom: 0.2rem;
    width: 100%;
}

.ept-hotcate .list-cate .more-item{
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    border-radius: .2rem;
    padding: .2rem .2rem;
    width: 100%;
}
.ept-hotcate .list-cate .more-item .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ept-hotcate .list-cate .more-item .title .img-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: .32rem;
    color: #191e2e;
    font-weight: 550;
    gap: .15625rem;
}
.ept-hotcate .list-cate .more-item .title .img-box .ept-image {
    width: .31rem;
    height: .31rem;
}
.ept-hotcate .list-cate .more-item .title .img-box .ept-image  img{
    width: 100%;
    height: 100%;
}
.ept-hotcate .list-cate .more-item .title .title-header{
    font-size: 0.32rem;
}
.ept-hotcate .list-cate .more-item .title .title-text{
    font-size: .24rem;
    font-weight: 400;
    color: #9b9fa8;
}

.ept-hotcate .list-cate .more-item .more-item-content {
    display: flex;
    gap: .2rem;
    align-items: center;
    margin-top: .2rem;
    justify-content: flex-start;
    flex-wrap: wrap
}

.ept-hotcate .list-cate .more-item .more-item-content .catalogue-box {
    width: 2.13rem;
    height: 1.2rem;
    background: #FFFFFF;
    box-shadow: 0 .0175rem .085rem rgba(255, 128, 83, .14);
    border-radius: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:.1rem;
}

.ept-hotcate .list-cate .more-item .more-item-content .catalogue-box .ept-image {
    width: 40px;
    height: 40px;
    border-radius: 50%
}
.ept-hotcate .list-cate .more-item .more-item-content .catalogue-box .ept-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.ept-hotcate .list-cate .more-item .more-item-content .catalogue-box .detail {
    display: flex;
    flex-direction: column;
    gap: .1125rem
}

.ept-hotcate .list-cate .more-item .more-item-content .catalogue-box .detail .detail-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 550;
    color: #191e2e;
    font-size: 13px;
    width: 1.2rem;
}

.ept-hotcate .list-cate .more-item .more-item-content .catalogue-box .detail .title-text {
    font-weight: 400;
    color: #9b9fa8;
    font-size: .22rem
}

.ept-hotcate .list-cate .more-item .more-item-content .catalogue-box .detail .title-text:active {
    color: #fc3510
}

.container[data-v-2f6b7073] {
    padding: 0 .5625rem
}
.title-text span{
    color: #9b9898;
}





















.index-list {
    padding: 0 .2rem;
    margin-bottom: 1.6rem;
}

.index-list-header {
    width: 100%;
    height: .8rem;
    padding: 0 .2rem;
    background: #fff;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-list-header .fl {
    font-size: .28rem;
    color: #121212;
    font-weight: bold;
}

.index-list-header .fr {
    width: .6rem;
    height: .6rem;
    padding: .1rem;
    position: relative;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
}

.index-list-header .fr span {
    display: block;
    width: .18rem;
    height: .18rem;
    border-radius: .04rem;
    background: #d5d5d5;
}

.index-list-header .fr span:nth-child(1) {
    background: #428eff;
}

.index-list-header .fr span:nth-child(2) {
    background: #ff9800;
    margin-left: .04rem;
}

.index-list-header .fr span:nth-child(3) {
    background: #8bc34a;
}
.index-list-header .fr span:nth-child(4) {
    background: #e91e63;
    margin-left: .04rem;
}

.index-list.horizontal .index-list-header .fr span {
    width: 100%;
    height: .08rem;
    border-radius: .02rem;
}

.index-list.horizontal .index-list-header .fr span:nth-child(2),
.index-list.horizontal .index-list-header .fr span:nth-child(4) {
    margin-left: 0;
}

.index-list.horizontal .index-list-header .fr span:nth-child(4) {
    display: none;
}

.index-list-wrap {
    width: 100%;
    margin-top: .2rem;
}

.index-list-item {
    display: flex;
    width: 100%;
    height: 2.2rem;
    padding: .2rem;
    background: #fff;
    border-radius: .2rem;
    margin-bottom: .2rem;
    justify-content: space-between;
    align-items: center;
}

.index-list-item .pic {
    width: 1.8rem;
    height: 1.8rem;
}

.index-list-item .pic img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}

.index-list-item .info {
    width: calc(100% - 2rem);
}

.index-list-item .info .title {
    font-size: .28rem;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #121212;
}

.index-list-item .info .bq {
    display: flex;
    margin-top: .1rem;
}

.index-list-item .info .bq span {
    padding: 0 .1rem;
    height: .36rem;
    font-size: .24rem;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    margin-right: .1rem;
}

.index-list-item .info .bq span.hui {
    background: #f44336;
    color: #fff;
}

.index-list-item .info .bq span.type {
    background: #428eff;
    color: #fff;
}

.index-list-item .info .bq span.kucun {
    background: #66bb6a;
    color: #fff;
}

.index-list-item .info .money {
    display: flex;
    margin-top: .1rem;
    align-items: center;
}

.index-list-item .info .money-true {
    margin-right: .2rem;
    display: flex;
    align-items: center;
}

.index-list-item .info .money-true span {
    font-size: .28rem;
    color: #f44336;
    font-weight: bold;
}

.index-list-item .info .money-true em {
    font-size: .36rem;
    color: #f44336;
    font-weight: bold;
}

.index-list-item .info .money-false {
    font-size: .28rem;
    color: #9E9E9E;
    text-decoration: line-through;
}

.index-list.horizontal .index-list-wrap {
    display: flex;
    flex-flow: wrap;
    background: #fff;
    border-radius: .2rem;
    overflow: hidden;
}

.index-list.horizontal .index-list-item {
    width: 50%;
    height: 5.6rem;
    margin: 0;
    flex-direction: column;
    border-radius: 0;
}

.index-list.horizontal .index-list-item:nth-child(n+3) {
    border-top: .02rem solid #efefef;
}

.index-list.horizontal .index-list-item:nth-child(even) {
    border-left: .02rem solid #efefef;
}

.index-list.horizontal .index-list-item .pic {
    width: 3.2rem;
    height: 3.2rem;
}

.index-list.horizontal .index-list-item .info {
    width: 100%;
    margin-top: .2rem;
}

.index-list.horizontal .index-list-item .info .bq span.kucun {
    display: none;
}

.index-list.horizontal .index-list-item .info .money-false {
    display: none;
}

.index-list-animation {
    width: 100%;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-list-animation-seven {
    width: 1.2rem;
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.index-list-animation-seven span {
    width: .16rem;
    height: 100%;
    border-radius: .08rem;
    background: #428eff;
    -webkit-animation: listsaven 1.04s ease infinite;
}
@-webkit-keyframes listsaven {
    0%,100%{
        height: .2rem;
    }
    50%{
        height: .5rem;
    }
}
.index-list-animation-seven span:nth-child(2) {
    background: #ff9800;
    -webkit-animation-delay: 0.13s;
}
.index-list-animation-seven span:nth-child(3) {
    background: #8bc34a;
    -webkit-animation-delay: 0.26s;
}
.index-list-animation-seven span:nth-child(4) {
    background: #e91e63;
    -webkit-animation-delay: 0.39s;
}
.index-list-animation-seven span:nth-child(5) {
    background: #BA68C8;
    -webkit-animation-delay: 0.52s;
}

.index-list-footer {
    width: 100%;
    height: .8rem;
    font-size: .28rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banquan {
    width: 100%;
    text-align: center;
    margin-top: .4rem;
}

.banquan * {
    color: #666;
    font-size: .24rem;
}

.fenlei-wrap {
    position: fixed;
    top: 1.04rem;
    width: 100%;
    height: calc(100% - 2.24rem);
    display: flex;
}

.fenlei-listnav {
    width: 1.6rem;
    height: 100%;
    background: #fff;
    overflow: hidden auto;
}

.fenlei-listnav .fenlei-listnav-item {
    width: 100%;
    height: 1rem;
    padding: 0 .2rem;
    font-size: .28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.fenlei-listnav .fenlei-listnav-item.ing {
    background: #f5f7fa;
}

.fenlei-listnav .fenlei-listnav-item.ing::after {
    content: '';
    position: absolute;
    top: .2rem;
    left: 0;
    width: .04rem;
    height: .6rem;
    background: #ff9800;
}

.fenlei-list {
    width: calc(100% - 1.6rem);
    height: 100%;
    padding: .2rem .2rem 0 .2rem;
    margin-bottom: 1.4rem;
    overflow: hidden auto;
}

.fenlei-listnav::-webkit-scrollbar,
.fenlei-list::-webkit-scrollbar {
    display: none;
}

.fenlei-list .fenlei-list-title {
    margin-bottom: .3rem;
    font-size: .28rem;
    color: #121212;
}

.fenlei-list .fenlei-list-item .item {
    width: 100%;
    padding: 0 .2rem;
    background: #fff;
    border-radius: .2rem;
    display: flex;
    flex-flow: wrap;
    margin-bottom: .3rem;
}

.fenlei-list .fenlei-list-item .item a {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: .2rem 0;
}

.fenlei-list .fenlei-list-item .item a img {
    width: .8rem;
    height: .8rem;
    border-radius: 1rem;
}

.fenlei-list .fenlei-list-item .item p {
    color: #666;
    font-size: .26rem;
    margin-top: .08rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1.2rem;
}

.list-wrap {
    width: 100%;
    min-height: 100%;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
}

.list-wrap .item {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    padding: .2rem;
    border-bottom: 1px solid #efefef;
}

.list-wrap .item .pic {
    width: 1.6rem;
    height: 1.6rem;
}

.list-wrap .item .pic img {
    width: 100%;
    height: 100%;
    border-right: .2rem;
}

.list-wrap .item .info {
    width: calc(100% - 1.6rem);
    padding-left: .2rem;
    display: flex;
    flex-direction: column;
}

.list-wrap .item .info .title {
    color: #121212;
    overflow: hidden;
    height: 35px;
    font-size: 13px;
}

.list-wrap .item .info .bq {
    display: flex;
    margin-top: .1rem;
}

.list-wrap .item .info .bq>div {
    height: .36rem;
    margin-right: .1rem;
    border-radius: .1rem;
    display: flex;
    align-items: center;
}

.list-wrap .item .info .bq>div.bq-hui {
    display: flex;
}

.list-wrap .item .info .bq>div.bq-hui span {
    width: .36rem;
    height: .36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f44336;
    color: #fff;
    font-size: .24rem;
    border-radius: .1rem 0 0 .1rem;
}

.list-wrap .item .info .bq>div.bq-hui em {
    width: 1.2rem;
    height: .36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f44336;
    color: #f44336;
    font-size: .24rem;
    border-radius: 0 .1rem .1rem 0;
}

.list-wrap .item .info .bq>div.bq-type {
    display: flex;
    padding: 0 .1rem;
    height: .36rem;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #428eff;
    font-size: .24rem;
    border-radius: .1rem;
}

.list-wrap .item .info .bq>div.bq-kucun {
    display: flex;
    padding: 0 .1rem;
    height: .36rem;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #fff;
    border-radius: .1rem;
}

.list-wrap .item .info .bq>div.bq-kucun1 {
    background: #9e9e9e;
}

.list-wrap .item .info .bq>div.bq-kucun2 {
    background: #ff9800;
}

.list-wrap .item .info .bq>div.bq-kucun3 {
    background: #8bc34a;
}

.list-wrap .item .info .money {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-wrap .item .info .money .money-info {
    display: flex;
    align-items: center;
}

.list-wrap .item .info .money .money-info em {
    font-size: 15px;
    color: #f44336;
    font-weight: 700;
}

.list-wrap .item .info .money .money-info span {
    color: #999;
    text-decoration: line-through;
    margin-left: .2rem;
    font-size: 11px;
}

.list-wrap .item .info .money .money-go {
    width: 1.4rem;
    height: .5rem;
    font-size: .28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: linear-gradient(to right, #ff9800, #ff5722);
    color: #fff;
}

.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: rgb(0 0 0 / 50%);
    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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop .shop-common.hover .fr {
    opacity: 1;
}

.shop .shop-pic {
    width: 100%;
    height: 7.6rem;
    background-color: #f5f7fa;
}

.shop .shop-pic img {
    width: 100%;
    height: 100%;
}

.shop .shop-wrap {
    width: 100%;
    /* background: #fff; */
    border-top: 1px solid #efefef;
}
.shop .shop-wrap .shop-title  {padding: 10px;margin: 10px auto;width: 96%;background: #fff;border-radius: 10px;}
.shop .shop-wrap .shop-title .goodsname {
    color: #121212;
    line-height: 1.8;
    /* font-weight: 700; */
    font-size: .3rem;
}

/*.shop .shop-wrap .shop-title span {*/
/*    width: 1.4rem;*/
/*    height: .5rem;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: .28rem;*/
/*    background: linear-gradient(to left, #ff9800, #ff5722);*/
/*    color: #fff;*/
/*    border-radius: .1rem;*/
/*    margin-right: .1rem;*/
/*}*/

/*.shop .shop-money {*/
/*    margin-bottom: .3rem;*/
/*    padding: 0 .2rem;*/
/*}*/

.shop .shop-money em {
    font-size: .52rem;
    font-weight: bold;
    color: #ff2200;
}

.shop .shop-money span {
    font-size: 13px;
    color: #9E9E9E;
    text-decoration: line-through;
}

.shop .shop-wrap .shop-bq {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop .shop-wrap .shop-bq .shop-bq-bq {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    width: 100%;
}

.shop .shop-wrap .shop-bq .shop-bq-bq span {
    align-content: center;
    height: .48rem;
    color: #666;
    text-align: center;
    font-size: 12px;
}

.shop .shop-wrap .shop-bq .shop-bq-bq span.hui {width: 33%;}

.shop .shop-wrap .shop-bq .shop-bq-bq span.kucun1 {
    border-color: #9e9e9e;
    color: #9e9e9e;
}

.shop .shop-wrap .shop-bq .shop-bq-bq span.kucun2 {
    border-color: #ff9800;
    color: #ff9800;
}

.shop .shop-wrap .shop-bq .shop-bq-bq span.kucun3 {
    border-color: #8bc34a;
    color: #8bc34a;
}

.shop .shop-wrap .shop-bq .shop-bq-fx {
    width: 1.4rem;
    height: .5rem;
    border-radius: .3rem 0 0 .3rem;
    background: rgb(0 0 0 / 5%);
    color: #666;
    font-size: .28rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop .shop-wrap .shop-bq .shop-bq-fx i {
    width: .28rem;
    height: .28rem;
    background-image: url("../img/svg_buy_fx.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: .1rem;
}

.shop .shop-body {
    width: 96%;
    padding-bottom: 1.2rem;
    background-color: #fff;
    margin: 10px auto;
    border-radius: 10px;
}
.shop .shop-body .shop-body-title {
    width: 100%;
    height: 1rem;
    font-size: .28rem;
    padding: 10px;
    border-bottom: 1px solid #e5e3e3;
}

.shop .shop-body .shop-body-content {
    padding: 10px;
    text-align: center;
}

.shop .shop-body .shop-body-content img {
    max-width: 100%;
}

.shop-nav-common {
    position: fixed;
    width: 100%;
    height: 1.2rem;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-nav-common .fl {
    width: 2.4rem;
    height: 1.2rem;
    display: flex;
}

.shop-nav-common .fl a {
    display: inline-flex;
    width: 1.2rem;
    height: 1.2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shop-nav-common .fl a i {
    display: inline-flex;
    width: .4rem;
    height: .4rem;
    background-repeat: no-repeat;
    background-position: center;
}

.shop-nav-common .fl a:nth-child(1) i {
    background-image: url("../img/svg_buy_home.svg");
    background-size: .38rem .4rem;
}

.shop-nav-common .fl a:nth-child(2) i {
    background-image: url("../img/svg_buy_kf.svg");
    background-size: .4rem .33rem;
}

.shop-nav-common .fl a em {
    font-size: .24rem;
    margin-top: .06rem;
}

.shop-nav-common .fr {
    width: calc(100% - 2.4rem);
    padding: 0 .2rem;
}

.shop-nav-common .fr a {
    display: flex;
    width: 100%;
    height: .8rem;
    font-size: .36rem;
    color: #fff;
    background: linear-gradient(to left, #ff9800, #ff5722);
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.createorder {
    width: 100%;
}
.createorder .buy-wrap {
    margin-top: 1.2rem;
    padding: .3rem;
    overflow: hidden;
}

.createorder .buy-wrap .buy-shop {
    display: flex;
    justify-content: space-between;
    padding-bottom: .4rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #efefef;
}

.createorder .buy-wrap .buy-shop .fl {
    width: 1rem;
    height: 1rem;
    border-radius: .1rem;
    overflow: hidden;
}

.createorder .buy-wrap .buy-shop .fl img {
    width: 100%;
    height: 100%;
}

.createorder .buy-wrap .buy-shop .fr {
    width: calc(100% - 1.2rem);
}

.createorder .buy-wrap .buy-shop .fr .title {
    font-size: .24rem;
    margin-bottom: .2rem;
}

.createorder .buy-wrap .buy-shop .fr .money {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.createorder .buy-wrap .buy-shop .fr .money .order-money em {
    color: #F44336;
    font-size: .28rem;
}

.createorder .buy-wrap .buy-shop .fr .money .order-money span {
    color: #F44336;
    font-size: .4rem;
}

.createorder .buy-wrap .buy-shop .fr .money .order-mun {
    width: 2.4rem;
    height: .5rem;
    display: flex;
    justify-content: space-between;
}

.createorder .buy-wrap .buy-shop .fr .money .order-mun span.min,
.createorder .buy-wrap .buy-shop .fr .money .order-mun span.add {
    display: block;
    width: .5rem;
    height: .5rem;
    text-align: center;
    line-height: .5rem;
}

.createorder .buy-wrap .buy-shop .fr .money .order-mun span.min i,
.createorder .buy-wrap .buy-shop .fr .money .order-mun span.add i {
    font-size: .26rem;
    color: #555;
}

.createorder .buy-wrap .buy-shop .fr .money .order-mun .ordermun {
    width: 1rem;
    text-align: center;
    border: 0;
    background: #efefef;
    border-radius: .1rem;
}

.createorder .buy-wrap .buy-item {
    width: 100%;
    padding-bottom: .4trm;
}

.createorder .buy-wrap .buy-item + .buy-item {
    padding-top: .4rem;
    border-top: 1px solid #efefef;
}

.createorder .buy-wrap .buy-item .title {
    width: 100%;
    font-size: .24rem;
    color: #454545;
    margin-bottom: .2rem;
}

.createorder .buy-wrap .buy-item input {
    width: 100%;
    height: .7rem;
    border: 0;
    background: #f6f6f6;
    color: #525252;
    border-radius: .1rem;
    padding-left: .2rem;
}

.createorder .buy-wrap .buy-pay {
    width: 100%;
    padding-top: .4rem;
}

.createorder .buy-wrap .buy-pay .title {
    width: 100%;
    font-size: .24rem;
    color: #454545;
    margin-bottom: .2rem;
}

.createorder .buy-wrap .buy-pay .item {
    height: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.createorder .buy-wrap .buy-pay .item + .item {
    border-top: .02rem solid #efefef;
}

.createorder .buy-wrap .buy-pay .item i {
    width: .4rem;
    height: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .4rem;
    color: #555;
}

.createorder .buy-wrap .buy-pay .item.hover i {
    color: #ff5a24;
}

.createorder .buy-wrap .buy-pay .item p {
    width: calc(100% - 1.2rem);
    color: #666;
    font-size: .24rem;
}

.createorder .buy-wrap .buy-pay .item.hover p {
    color: #ff5a24;
}

.createorder .buy-wrap .buy-pay .item span {
    width: .4rem;
    height:.4rem;
    background: #fff;
    border-radius: 2rem;
    border: .1rem solid #efefef;
}

.createorder .buy-wrap .buy-pay .item.hover span {
    background: #ff5a24;
}

.createorder .buy-wrap .buy-pay .junka-wrap {
    display: none;
}

.createorder .buy-wrap .buy-pay .junka-wrap.hover {
    display: block;
}

.createorder .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;
}

.createorder .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;
}

.createorder .buy-Nav .money {
    font-size: .28rem;
    color: #666;
}

.createorder .buy-Nav .money em {
    color: #F44336;
    margin: 0 -4px 0 -6px;
}

.createorder .buy-Nav .money span {
    color: #F44336;
    font-size: .36rem;
    font-weight: 700;
}

.createorder .buy-Nav input {
    width: 3rem;
    height: .6rem;
    font-size: .32rem;
    border: 0;
    border-radius: .6rem;
    background-image: linear-gradient(to left, #ff9800, #ff5722);
    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: #8bc34a;
    color: #fff;
    border-radius: .2rem;
    font-size: .24rem;
    align-items: center;
    justify-content: center;
    margin-left: .1rem;
}

.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;
    }
}
.goodsid{
    font-size: 13px;
    color: #999;
}
.shop-brand{
    height: 38px;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    justify-content: space-evenly;
    width: 96%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 5px;
}
.shop-brand .item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-brand .img{
    display: block;
    width: 13px;
    height: 13px;
}
.shop-brand .name{
    padding: 0 2px;
    font-weight: 400;
    color: #9d9d9d;
    font-size: .24rem;
}
.shop-money{
        width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.shop-money .km{
    background: #4caf50;
}
.shop-money .zc{
    background: #217bf3;
}
.shop-money .wl{
    background: #ff9800;
}
.shop-money .type{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 10px;
    color: #fff;
    font-size: .24rem;
    white-space: nowrap;
    border-radius: 0.08rem;
    margin-left: 0.28rem;
}
.shop-common .btn{
        width: 0.68rem;
    height: 0.68rem;
    background: #fffc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop .shop-common .icon{
        width: 0.4rem;
    height: 0.4rem;
    line-height: 0;
    color: #333;
}
.goods-level-price{
    margin-top: 0.2rem;
    width: 100%;
    height: 0.6rem;
    padding: 0 0.2rem;
    background: #ffead1;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.level_price_left{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.level_price_left .icon{
        width: 0.32rem;
    height: 0.32rem;
    line-height: 0;
    color: #6f4e42;
    margin-right: 0.1rem;
}
.level_price_left span{
    font-size: .24rem;
    color: #6f4e42;
    line-height: 0;
}
.level_price_right a{
        height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    line-height: 0;
    color: #b0a5a1;
}
.goods-type{
    display: flex;
    align-items: center;
}