.bor-2{border-bottom:0.091rem solid red !important; color:red !important;}
.swiper-container-nav {
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.swiper-container-nav:before {
    position: absolute;
    right: 1px;
    top: 0rem;
    bottom: 0;
    width: 0.1rem;
    height: 2rem;
    border-radius: 100% 0 0 2% 0 0 50%;
    background-image: -wekbit-radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 55%);
    background-image: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 55%);
    content: "";
    z-index: 9999;
}

.swiper-container-nav .swiper-slide {
    text-align: center;
    font-size: 18px;
   /* background: #fff;*/
    width: 60%;
    /* 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-container-nav {
   /* background: #d70707;*/
}

.swiper-container-nav .swiper-slide {
    color: #444;
    font-size: 0.7rem;
}

.swiper-container-nav .bor-2 {
   
   box-sizing: border-box;
}

.swiper-container-nav {
    width: 74%;
    margin: 0;
    float: left;
    padding-left:10%;
}


/*轮播图*/

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:-1rem !important;
}
.swiper-banner {
    width: 100%;
  /*  height: 100%;*/
    position: relative;
    z-index: 1;
    /*overflow: hidden;*/
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /*background-color: #f3f3f3;*/
}

.swiper-banner .swiper-wrapper {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: -webkit-transform, left, top;
    -moz-transition-property: -moz-transform, left, top;
    -o-transition-property: -o-transform, left, top;
    transition-property: transform, left, top;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    transform: translate3d(0px, 0, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease
}

.swiper-banner .swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out
}

.swiper-banner .swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-banner .swiper-slide {
    float: left
}

.swiper-banner .swiper-slide img {
    width: 15.9rem;
    border-radius:10px;
}

.swiper-banner .swiper-slide {
   /* background: #f3f3f3;*/
    text-align: center;
    font-size: 18px;
    width: 100% !important;
    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;
}

.swiper-button-next,
.swiper-button-prev {
    height: 50px;
    width: 50px;
    top: 50%;
    z-index: 99999;
    background-position: 50%
}


.Group-main h3{
    font-size:14px;
    line-height: 2.5rem;
    padding:0 14px;
   
}
.Group-main h3.tit-style1{
     background: -webkit-linear-gradient(to right, #fd963d, #fd3e53);
    background: linear-gradient(to right,#fd963d, #fd3e53);
}
.Group-main h3.tit-style2{
     background: -webkit-linear-gradient(to left, #fd963d, #fd3e53);
    background: linear-gradient(to left,#fd963d, #fd3e53);
}
.Group-main h3 *{color:#fff;}
.Group-main h3 a{
    font-size:0.9rem;
    line-height:2.5rem;
    display:inline-block;
}
.Group-main h3 i{
   margin-left: 0.5rem;
    font-size: 0.6rem;
    line-height: 2.5rem;
    display:inline-block;
}

.Group-main h3 .more{
    float:right;
    font-size:12px;
}
.Group-main h3 .more a{
	font-size:0.65rem;
}
.Group-main .hot {
    margin-bottom: 0.6rem;
    background: #fff;

}
.Group-main .hot .hot-img{
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
}

.Group-main b {
    font-weight: normal
}

.Group-main img {
    width: 100%;
    height: 100%;
}

.Group-main .content {
    padding: 0 14px
}

.Group-main .hot-title {
    margin-top: 0.6rem;
    font-size: 0.7rem;
}

.Group-main .hot-txt {
    font-size: 0.6rem;
    /*box-sizing: border-box;*/
/*    border: 1px dashed #e1e1e1;
    padding: 10px 8px;*/
    color: #666;
    display:inline-block;
    max-width:80%;
}

.Group-main .hot .price {
    margin-top: 0.3rem;
    background:#fd3d53;
   /* line-height:2rem;
    height:2rem;*/
}
.Group-main .hot .price .con{
    position:relative;
}
.Group-main .hot .price .con .left *{
    color:#fff;
}
.Group-main .hot .price .con .right{
    position:absolute;
    right:0;
    top:0;
    background:#fae467;
    width:5rem;
    text-align:center;
    height:100%;
    font-size:0.9rem;
}
.Group-main .hot .price .con .right:before{
    content:"";
    display:inline-block;
    border:1.38rem solid;
    border-color:transparent #fae467 transparent transparent;
    position:absolute;
    right:5rem;
    top:0;

}
.Group-main .hot .price .con .right .immediately{
    color:#fd3d53;
    display:inline-block;
    line-height:2.7rem;
}

.Group-main .hot .num {
    text-align: right;
    font-size: .6rem;
    color: #fd3d53;
}
.Group-main .hot .price .con .left,
.Group-main .hot .price .con .right {
    float: left;
}

.Group-main .hot .price .con .left {
    color: #fd3d53;
    font-size: 1rem;
    width: 100%;
    padding:0.1rem 0;
    height:2.5rem;
}

.Group-main .hot .price .con .left .time {
    font-size: 0.6rem;
    padding-left:0.5rem;
    margin-top:0.2rem;
}

.Group-main .hot .price .con .left b {
   margin-left:0.4rem;
}

.Group-main .hot .price .con .left del {
    font-size: 0.7rem;
    vertical-align:middle;
    margin-left:0.2rem;
}

.Group-main .hot .price .con .right {
   /* text-align: right;
    width: 35%*/
}

/*.Group-main .hot .price .con .right .immediately {
   width: 4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #fd3d53;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
}*/

.Group-main .list ul li {
    display: inline-block;
    vertical-align: top;
    width: 49.3%;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
    position: relative;
    padding-bottom: 10px;
    background: #fff
}
.Group-main .list ul li:nth-child(odd){
    float:left;
}
.Group-main .list ul li:nth-child(even){
    float:right;
}


.Group-main .list ul li .content {
    padding: 0 8px;
    position:relative;
}

.Group-main .list ul li .list-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.Group-main .list ul li .price {}

.Group-main .list ul li .price b {
    font-size: 0.6rem;
}

.Group-main .list ul li .price {
    font-size: 0.8rem;
    color: #fd3d53;
    margin-bottom:0.4rem;
}
.Group-main .list ul li .right{
    font-size:0.5rem;
    color:#888;
}
.Group-main .list ul li .btn-inter{
    position:absolute;
    right:0.4rem;
    bottom:0.2rem;
} 

.Group-main .list ul li .ls .left,
.Group-main .list ul li .ls .right {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.Group-main .list ul li .ls .left a {
    font-size: 0.1rem;
    border: 1px solid #c50202;
    color: #c50202;
    border-radius: 20px;
    padding: 1px 6px;
    position: relative;
}

.Group-main .list ul li .ls .right {
    font-size: 0.6rem;
    text-align: right;
    position: relative;
    top: 0.29rem;
}

.Group-main .list ul li .txt {
    font-size: 0.63rem;
    height: 1.8rem;
    text-overflow: ellipsis;
    padding: 0 10px;
    overflow: hidden;
    letter-spacing: 1px;
    width: 100%;
    box-sizing: border-box;
    margin: 0.45rem 0 0.3rem;
    color:#666;
}

.Group-main .list ul li .list-img .time,.grid .goods-secrch-list .time{
    background: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    font-size: 0.6rem;
    z-index: 9;
    text-align: center;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 1px 8px;
    line-height:1.25rem;
}
.list .goods-secrch-list .time{
    color: #999;
    position: absolute;
    font-size: 0.6rem;
    z-index: 88;
    left: 5rem;
    text-align: center;
    box-sizing: border-box;
    padding: 1px 8px;
    top: 1.9rem;
    width: 10rem;
    text-align: left;
}

.maskG {
    position: fixed;
    top: 2.045rem;
    left: 0;
    background:#fff;
    width: 100%;
    z-index: 999;
    display: none;
    padding-left:0.545rem;
    padding-right:0.545rem;
    box-sizing:border-box;
}
.maskG .list li {
    float: left;
    padding: 0.2rem 0.8rem;
    border-radius: 0.9rem;
    line-height:0.6rem;
    margin-right:0.545rem;
    background:#f5f5f5;
    margin-bottom:0.545rem;
}

.maskG .X {
    background: url(../images/new/icon-close.png) no-repeat;
    background-position: 50%;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.maskG .list li a {
    color: #222;
    font-size:0.545rem;
}


.bottG {
    background: url(../images/new/arrow-bottom-bg.png) no-repeat;
    background-position: 50%;
    background-size:80%;
    width: 50%;
    height: 2.045rem;
    display: block;
    margin:auto;

}


/*  详情 */

.listhead {
    border-bottom: 1px solid #e1e1e1;
}

.listhead .leftgo,
.listhead .right {
    float: left;
    width: 50%;
    background: #fbfbfb;
    height: 2rem;
}

.listhead .leftgo {
    background: url(../images/leftG.png) no-repeat;
    background-size: 1.3rem;
    background-position: 1%;
}

.listhead .right {
    background: url(../images/more.png) no-repeat;
    background-size: 1.3rem;
    background-position: 98%;
}

.priceTime {
    background: #dc2600;
}

.priceTime .price {
    padding-left: 0.5rem;
    width: 70%;
    height: 2rem;
}

.priceTime .price,
.priceTime .time {
    float: left;
    box-sizing: border-box;
}

.priceTime .price .lt,
.priceTime .price .rt {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.priceTime .price .lt {
    font-size: 1.5rem;
    margin-right: 0.1rem;
    position: relative;
    top: -3px;
}

.priceTime .price .lt b {
    font-size: 0.7rem;
}

.priceTime .price .rt {
    width: 5rem;
}

.priceTime .price .rt span {
    font-size: 0.5rem;
    position: relative;
    top: -0.1rem;
}

.priceTime .price .rt del {
    font-size: 0.5rem;
    position: relative;
    top: -0.5rem;
}

.priceTime .time {
    background: url(../images/G-jx.png) no-repeat;
    background-size: 100%;
    height: 2rem;
    width: 30%;
    padding: 0.1rem 0rem 0.1rem 0.5rem;
}

.priceTime .time .txt {
    text-align: center;
    font-size: 0.4rem;
    color: #6f1705;
    margin-bottom: 0.2rem;
}

.priceTime .time .hms {
    font-size: .2rem;
    text-align: center
}

.priceTime .time .hms span {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 0.1rem;
}

.list-txt {
    padding: 0.7rem;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0.8rem;
}

.list-txt .title .Ah {
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
    max-height: 3.2rem;
    overflow: hidden;
}

.prompt {
    color: #dc2600;
    font-size: 0.7rem;
    padding:0 0.5rem 0.8rem;
    background:#fff;
}
.freeShipping{
    padding:0 0.5rem;
    background:#fff;
}

.freeShipping .free,
.freeShipping .piece,
 .freeShipping .address {
    width: 33.33333%;
    float: left;
    font-size: 0.7rem;
    color: #999999;
}

 .freeShipping .piece {
    text-align: center;
}

 .freeShipping .address {
    text-align: right;
}

b {
    font-weight: normal;
}

.choose {
    padding: 0.2rem 0rem 0.2rem 0.7rem;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 0.8rem;
    height: 2rem;
    line-height: 2rem;
}

.choose .tops {
    /*
    background: url(../images/rightG.png) no-repeat;
    background-size: 10%;
    background-position: 103% 50%;
    font-size: 0.7rem;
*/
}

.choose2 {
    padding: 0;
    height: 4rem;
    color: #999999;
}

.choose2 .tops {
    padding: 0;
    box-sizing: border-box;
}

.choose2 .bot {}

.choose2 .bot span {
    font-size: 0.7rem;
    display: block;
    float: left;
    width: 33.33333%;
    text-align: center;
}

.choose2 .bot span b {
    color: #dc2600;
}

.choose .left,
.choose .right {
    float: left;
    width: 60%;
    font-size: 0.7rem;
    color: #999999;
    box-sizing: border-box;
}

.choose .right {
    text-align: right;
    padding-right: 1.6rem;
    background: url(../images/rightG.png) no-repeat;
    background-size: 1.2rem;
    background-position: 97% 50%;
    width: 40%;
}

.choose .right .xz {
    border: 1px solid #e1e1e1;
    padding: 0.1rem 0.3rem;
}

.choose .conn {
    color: #dc2600;
    margin-left: 0.5rem
}

.contentlist {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
}

.contentlist ul {
    text-align: center;
}

.contentlist ul li {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-bottom: 0.4rem;
}

.contentlist ul li .contlist-img img {
    width: 100%;
    height: 100%;
    border: 1px solid #e1e1e1;
}

.contentlist .title {
    text-align: left;
    color: #999999;
    font-size: 0.7rem;
    padding-left: 0.6rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.contentlist ul li .txt p {
    font-size: 0.6rem;
    text-align: left;
    max-height: 2.29rem;
    overflow: hidden;
    padding: 0.1rem;
    color: #999999;
}

.contentlist ul li .price {
    font-size: 0.7rem;
    text-align: left;
    color: #999999;
}

.Gmore {
    padding: 10px 0;
    text-align: center;
    font-size: 0.6rem;
    color: #999999;
    margin-bottom: 2rem;
}

.Gfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    border-top: 1px solid #e1e1e1;
    height: 2rem;
}

.Gfooter .joinCar,
.Gfooter .ljgm {
    float: right;
    font-size: 0.8rem;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
}

.Gfooter .joinCar {
    background: #f49600;
    color: #fff;
}

.Gfooter .ljgm {
    background: #e03131;
    color: #fff;
}

.choose .xt {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #e1e1e1;
}

.choose2 .left span {
    padding-left: 0.5rem;
    position: relative;
    left: -0.3rem;
    top: 0.6rem;
}

.Choicehead {
    display: block;
    width: 100%;
    height: 1.95rem;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: solid 0.05rem #EEE;
    border-top: solid 0.05rem #EEE;
}

.Choicehead ul {
    font-size: 0;
    display: block;
    width: 85%;
    float: left;
}

.Choicehead ul li:first-child {
    width: 40%;
}

.Choicehead ul li {
    vertical-align: top;
    display: inline-block;
    width: 30%;
}

.Choicehead .browse-mode {
    display: block;
    width: 14.5%;
    float: right;
    border-left: solid 0.05rem #EEE;
}

.Choicehead .browse-mode a {
    text-align: center;
    display: block;
    height: 1.95rem;
}

.Choicehead .browse-mode .browse-list {
    background-image: url(../images/browse_list.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
}

.Choicehead .browse-mode a span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.4rem auto;
    opacity: 0.5;
}

.Choicehead ul li a.current {
    color: #ED5564;
}

.Choicehead ul li a {
    font-size: 0.65rem;
    color: #888;
    line-height: 1.95rem;
    text-align: center;
    display: block;
    height: 1.95rem;
}

.Choicehead ul li a i {
    font-size: 0px;
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 0.2rem;
    border-width: 0.2rem;
    border-color: #AAA transparent transparent transparent;
    border-style: solid dashed dashed dashed;
}

.Choicehead ul li a.current i {
    border-color: #ED5564 transparent transparent transparent;
}

.list-main .list ul li .content {
    padding-top: 16px;
}

.list-main .list ul li .txt {
    margin: 6px 0 10px;
}

.list-main .ls {
    padding: 0 10px;
}

.list-main .ls .left {
    font-size: 0.6rem;
    color: #999;
}

.list-main .ls .left b {
    margin-left: 4px;
    color: #c50202;
}

.list-main .ls .right {
    top: 0 !important
}

.list-main .ls .right a {
    padding: 4px 10px;
    background: #e03131;
    color: #fff;
    border-radius: 4px;
}

.Group-banenr{
   /* margin-top:2.045rem;*/
    height:8.63rem;
    background:url(../images/new/tuan-head-bg.png) no-repeat center;
    background-size:contain;
    padding-top:0.8rem;
    padding-bottom:1.1rem;
    box-sizing:border-box;
}