html,
body,
div,
span,
p,
a {
    margin: 0;
    padding: 0;
    border: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}




/*包含以下四种的链接*/

a {
    text-decoration: none!important;
}


/*正常的未被访问过的链接*/

a:link {
    text-decoration: none;
}



/*已经访问过的链接*/

a:visited {
    text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
    text-decoration: none;
}


/* 正在点击的链接*/

a:active {
    text-decoration: none;
}


/*轮播*/

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 62vw;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*  -webkit-justify-content: center;*/
    /*  justify-content: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff!important;
    opacity: 0.7!important;
}


/*轮播*/

.content {
    margin: 2vw 4vw;
    width: 92%;
    /* background: #fff; */
    /*margin: 4vw;*/
    /* padding: 3vw; */
    border-radius: 0px;
}

.list_img {
    width: 40%;
    height: 34vw;
    overflow: hidden;
    border-radius: 2px;
}

.list_img img {
    width: 100%;
}

.list {
    border-bottom: 1px solid #fbfbfb;
    padding: 4vw 0;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 0 3vw;
    /* margin-bottom: 3vw; */
    padding-bottom: 4vw;
}

.list_text {
    padding-left: 3vw;
    width: 60%;
    /* height: 34vw; */
    font-size: 3.5vw;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 1vw;
}

.list_texts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_button {
    background: #e1476d;
    color: #fff;
    padding: 1.2vw 3vw;
    font-size: 3.2vw;
    border-radius: 4px;
}

.list_price {
    font-size: 3.2vw;
    color: #e1476d;
    margin-top: 4.5vw;
    align-items: center;
}

.pass {
    font-size: 2.6vw;
    text-align: right;
    color: #e1476d;
    /* margin-top: 6vw; */
    /* margin-right: 1vw; */
    margin-bottom: 0.5vw;
}


/*超出隐藏*/

.texts {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 3.7vw;
    /*width: 59vw;*/
    color: #333333;
}

.texts_last {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #777;
    font-size: 3.2vw;
    margin-top: -6.5vw;
     line-height: 5vw; 
}

.center {
    width: 6vw;
    height: 6vw;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #fff;
    margin-right: -2vw;
    z-index: 1;
}

.center img {
    width: 100%;
}

.center1 {
    width: 6vw;
    height: 6vw;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #fff;
    margin-right: -2vw;
    z-index: 2;
}

.center1 img {
    width: 100%;
}

.center2 {
    width: 6vw;
    height: 6vw;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 3;
    margin-right: -2vw;
}

.center2 img {
    width: 100%;
}

.center3 {
    /* width: 6vw; */
    /* height: 6vw; */
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #fff;
    /* background: #e1476d; */
    z-index: 0;
    color: #bfbfbf;;
    display: flex;
    align-items: center;
    font-size: .8em;
    justify-content: center;
    /* padding: 2vw; */
    margin-left: 2.5vw;
    /*font-weight: 500;*/
}

.centers3 {
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* width: 5vw; */
    margin-top: -1.8vw;
    font-size: 3.2vw;
}

.center_box {
    display: flex;
    border-radius: 50px;
    /* background: #fff; */
    color: #333;
    font-size: 3vw;
    align-items: center;
    /* padding: 1vw 3vw; */
    /* margin-left: 43vw; */
    /* justify-content: flex-end; */
    /* text-align: right; */
    /* right: 4vw; */
    /* margin-top: -11.5vw; */
}

.center_text {
    margin: 0 1vw;
}

.centers {
    display: flex;
    /*margin-left: 10vw;*/
}

.item {
    line-height: 40px;
    padding: 0 10px;
    border-top: #f3f3f3 solid 1px;
}

.item:active {
    background-color: #f3f3f3;
}

.loading {
    line-height: 40px;
    /*border-top: #f3f3f3 solid 1px;*/
    text-align: center;
    font-size: 12px;
    color: #999;
}

.list_img {
    display: flex;
    align-items: center;
}

.center,
.center1,
.center2 {
    display: flex;
    align-items: center;
}


/*底部*/

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.foot {
    padding: 0 4vw;
    align-items: center;
    width: 100%;
    height: 16vw;
    /*background: rgba(255, 255, 255, .8);*/
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    /*border-top: 1px solid #f3f3f3;*/
}

.foot li {
    height: 100%;
}

.foot li a {
    display: block;
    width: 100%;
    height: 100%;
}

.foot li a img {
    display: block;
    width: 7vw;
    /* margin: 2vw; */
    margin-top: 4.5vw;
}

.foot li a p {
    font-size: 3.5vw;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 2.5vw;
    font-weight: 900;
    bottom: 0;
}

p.actives {
    color: #e1476d!important;
}


/*底部*/


/*.box {
    width: 250px;
    margin: auto;
    overflow: hidden;
}*/

.home_top {
    /* position: relative; */
    width: 100%;
    /* height: 100px; */
    text-align: center;
    /* line-height: 50px; */
}

.home_top:after {
    width: 120%;
    height: 16vw;
    position: absolute;
    left: -10%;
    top: 0;
    z-index: -1;
    content: '';
    border-radius: 50% 50% 0 0;
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
}

.line {
    height: 4vw;
    border: 0.2vw solid #2c2c2c;
}

.original {
    color: #666666;
    font-size: 3.2vw;
    margin-left: 1vw;
    text-decoration: line-through
}


/*分类*/


/*body {
                min-width: 320px;
                max-width: 640px;
                margin: 0 auto;
                color: #333;
                padding: 0;
                font-family: "Microsoft Yahei";
                text-align: center;
            }*/

.swiper1 {
    width: 100%;
    height: 11vw;
    margin-bottom: 2vw!important;
    color: #212121;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 6!important;
    top: 0;
}
.swiper1 a{
    width: 100%;
    /*margin-bottom:1vw;*/
    color: #212121;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 6!important;
    top: 0;
}

.background {
    background: #fff;
    width: 100%;
    left: 0;
    padding: 0 4vw!important;
}

.swiper1 .selected {
    color: #e1476d !important;
    font-size: 15px!important;
    font-weight: 600;
}

.selected:after {
    content: "";
    width: 33%;
    border-bottom: 3px solid #e1476d;
    position: absolute;
    background-color: #000;
    bottom: 0vw;
    right: 5.5vw;
    /* border-bottom: 2px solid #ec5566; */
}

.swiper1 .swiper-slide {
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    background: none;
}

.swiper2 {
    width: 100%;
}

.swiper2 .swiper-slide {
    height: calc(100vh - 50px);
    background: none;
    color: #fff;
    text-align: center;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    display: flex;
    flex-direction: column;
}

.swiper2 .swiper-wrapper {
    height: 100%!important;
}

.container {
    padding-right: 0vw;
    padding-left: 0vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0vh;
}


/*分类*/


/*倒计时*/

.payment-time {
    display: inline-block;
    overflow: hidden;
    line-height: 20px;
    vertical-align: middle;
    background-color: #fff;
    padding: 1px;
    /* border-radius: 7px; */
    color: #333333;
    /* padding: 3vw 3vw; */
    width: 100%;
    font-size: 3vw;
}

.payment-time em {
    color: #fff;
    background-color: #e1476d;
    padding: 0 3px;
    margin: 0 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 50px;
    font-style: normal;
    width: 5vw;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center {
    text-align: center;
}

.pull-right {
    float: right!important;
    display: flex;
}

.time_d {
    background: #fff !important;
    color: #e1476d!important;
}

.time_h {
    margin-left: 1.5vw!important;
    ;
}


/*倒计时*/

.column {
    display: flex;
    flex-direction: column;
    padding: 4vw 0 0vw 0;
    display: flex;
    /* justify-content: space-between; */
    background: #fff;
    border-radius: 10px;
    /* padding: 3vw; */
    margin-bottom: 3vw;
    /* padding-bottom: 6vw; */
    overflow: hidden;
}

.column_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 3vw;
}

.backgrounds {
    height: 8.3vh;
}

