
* {
    box-sizing: border-box;
}

/*Banner*/
.banner .swiper-button-next,
.banner .swiper-button-prev {
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
    opacity: 1;
}

.banner .swiper-button-next {
    background-image: url(../imgs/icons/icon-right.png);
}

.banner .swiper-button-prev {
    background-image: url(../imgs/icons/icon-left.png);
}



/* Index_box   首页内容区 开始*/
.index_box {
    width: 1200px;
    padding: 5px 0 30px;
    margin: 0 auto;
}

/* ======限时特惠 开始======= */
.index_box .discount {
    margin-bottom: 10px;
}

.index_box .discount>.title {
    padding-left: 45px;
    background: url('../imgs/icons/title_icon_1.png') 0 center no-repeat;
    background-size: 40px;
    height: 36px;
    color: #f06e73;
    font-size: 1.5rem;
    line-height: 36px;
}

.discount .content {
    margin-top: 10px;
    border-top: 3px solid #f06e73;
}

.discount .content .left a {
    display: inline-block;
    height: 280px;
    width: 240px;
}

.discount .content .left img {
    height: 280px;
    width: 240px;
    display: inline-block;
}

.discount .content .right {
    width: 950px;
    margin-top: 15px;
    margin-left: 10px;
}

.discount .content .right .fl {
    margin-right: 10px;
}

.discount .content .right a {
    display: inline-block;
    width: 227px;
    height: 265px;
    margin-bottom: 10px;
    color: #777;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.discount .content .right .shop_img {
    position: relative;
    overflow: hidden;
    width: 227px;
    height: 150px;
    margin-bottom: 3px;
    border-bottom: 1px solid #e6e6e6
}

.discount .content .right .shop_img img {
    width: 227px;
    height: 150px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.discount .content .right .shop_img>p {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: rgba(136, 201, 242, 0.5);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.75rem;
}

.discount .content .right .shop_img:hover>p {
    bottom: 0;
}

.discount .content .right .shop_img:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.discount .content .right .shop_n {
    font-size: 0.85rem;
    color: #777;
    overflow: hidden;
    height: 35px;
    overflow: hidden;
    padding-left: 5px;
}

.discount .content .right .shop_p {
    padding-left: 10px;
    margin-top: 10px;
    color: #f60;
    font-size: 0.88rem;
}

.discount .content .right .shop_p span {
    font-size: 1.2rem;
}

.discount .content .right .shop_l {
    margin-top: 10px;
    font-size: 0.63rem;
}

.discount .content .right .shop_op {
    display: inline-block;
    width: 50%;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    text-decoration: line-through;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.discount .content .right .shop_cfd {
    /* float: right; */
    display: inline-block;
    width: 50%;
    height: 25px;
    line-height: 25px;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}

/* ======限时特惠 结束======= */

/* ======当季特惠 开始======= */
.index_box .commend {
    margin-bottom: 10px;
}

.index_box .commend>.title {
    padding-left: 35px;
    background: url('../imgs/icons/title_icon_2.png') 0 center no-repeat;
    background-size: 32px;
    height: 36px;
    color: #ff542c;
    font-size: 1.5rem;
    line-height: 36px;
}

.commend .content {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 3px solid #ff542c;
}

.commend .content .list {
    width: 230px;
    height: 240px;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-sizing: border-box;
    float: left;
}

.commend .content .list.big {
    display: inline-block;
    width: 470px !important;
    height: 240px;
    overflow: hidden;
}

.commend .content .list a {
    position: relative;
    display: inline-block;
    width: 470px;
    height: 240px;
}

.commend .content .list.big .img {
    width: 100%;
    height: 100%;
}

.commend .content .list.big .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.commend .content .list.big {
    display: inline-block;
    width: 230px;
    height: 240px;
    margin-right: 10px;
}

.commend .content .list>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.commend .content .list.big .text>p,
.commend .content .list.big .text .down {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
    opacity: .8;
    padding-left: 20px;
    font-size: .88rem;
    width: 60%;
}

.commend .content .list.big .text .down {
    padding-left: 27px;
}

.commend .content .list.big .text .price {
    position: absolute;
    width: 165px;
    height: 50px;
    bottom: 10px;
    right: 10px;
    padding-left: 60px;
    background: url('../imgs/hot_sale.png') 0px center no-repeat;
    background-size: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    opacity: .8;
    font-size: 1.5rem;
    color: #f60;
    line-height: 50px;
}

.commend .content .list.mr10 {
    margin-right: 10px;
}

.commend .content .list .img {
    width: 228px;
    height: 150px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.commend .content .list p.c {
    padding-top: 20px;
    background: url('../imgs/hot_sale.png') 5px top no-repeat;
    background-size: 60px;
    font-size: 0.88rem;
    color: #777;
    height: 60px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.commend .content .list p.bottom {
    font-size: 0.75rem;
    color: #777;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.commend .content .list p.bottom span {
    display: inline-block;
    width: 40%;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.commend .content .list p.bottom span.right {
    text-align: right;
    color: #f60;
    font-size: 1rem;
}

.commend .content .list .shop_img {
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 150px;
    margin-bottom: 5px;
}

.commend .content .list .shop_img p {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: rgba(136, 201, 242, 0.5);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.75rem;
}

.commend .content .list .shop_img:hover .img {
    transform: scale(1.2, 1.2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.commend .content .list .shop_img:hover>p {
    bottom: 0;
}

/* ======当季特惠 结束======= */

/* ======线路循环 开始======= */
.index_box .line {
    margin-bottom: 10px;
}

.line>.title {
    height: 36px;
    color: #63b7e3;
    font-size: 1.5rem;
    line-height: 36px;
}

.line>.title .t {
    float: left;
    width: 250px;
}

.line>.title .title-tabs {
    float: left;
    width: 950px;
}

.line>.title .title-tab {
    border-radius: 3px;
    font-size: 1rem;
    color: #333;
    cursor: pointer;
    padding: 0 8px;
}

.line>.title .title-tab-second {
    margin-left: 20px;
}

.line>.title .title-tab.active {
    background-color: #63b7e3;
    color: #fff;
}

.line>.title .title-tab:hover {
    background-color: rgba(99, 183, 227, .6);
}

.line .content {
    margin-top: 10px;
    border-top: 3px solid #63b7e3;
}

.line .content .left {
    width: 240px;
    height: 510px;
    margin-top: 10px;
}

.line .content .left a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.line .content>.right {
    display: none;
    width: 950px;
    height: 495px;
    margin-top: 15px;
    overflow: hidden;
}

.line .content>.right.active {
    display: block;
}

.line .list.big {
    width: 465px;
    height: 240px;
}

.line .list {
    float: left;
    width: 227px;
    height: 240px;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    margin-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
}


.line .list.big>a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.line .list .img {
    width: 240px;
    height: 150px;
}

.line .list.big .img {
    width: 100%;
    height: 100%;
}

.line .list.big .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.line .list.big .text {
    line-height: 35px;
    opacity: .8;
    padding-left: 20px;
    font-size: .88rem;
}

.line .list.big .text p,
.line .list.big .text .down {
    width: 60%;
    font-size: .88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line .list.big .text .price {
    position: absolute;
    width: 165px;
    height: 50px;
    bottom: 10px;
    right: 10px;
    padding-left: 60px;
    background: url(../imgs/hot_sale.png) 0px center no-repeat;
    background-size: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    opacity: .8;
    font-size: 1.5rem;
    color: #f60;
    line-height: 50px;
}

/* .line .list.small{
    margin-right: 10px;
} */
/* .mr5 {
    margin-right: 5px;
} */

.line .list.small p.c {
    padding-top: 20px;
    background: url('../imgs/hot_sale.png') 5px top no-repeat;
    background-size: 60px;
    font-size: 0.75rem;
    color: #777;
    height: 60px;
    line-height: 18px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.line .list.small p.bottom {
    font-size: 0.75rem;
    color: #777;
    overflow: hidden;
    padding: 0 5px;
}
.line .list.small p.ticket_bottom{
    width: 100%;
    font-size: 0.75rem;
    color: #777;
    padding-left: 5px;
    position: absolute;
    bottom: 0;
    height: 45px;
}
.line .list.small p.ticket_bottom .qg{
    display: inline-block;
    width: 80px;
    height: 20px;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    border-bottom: 35px solid #ff7129;
    border-left: 25px solid transparent;
    position: relative;
    top: 10px;
}
.line .list.small p.ticket_bottom span{
    color: #ff7129;
    position: relative;
    top: 20px;
    line-height: 20px;
}
.line .list.small p.ticket_bottom .num{
    font-size: 20px;
}
.line .list.small p.bottom span {
    display: inline-block;
    width: 40%;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line .list.small p.bottom span.right {
    text-align: right;
    color: #f60;
    font-size: 1rem;
}

/* ======线路循环 结束======= */




/* Index_box 首页内容去 结束*/


/*discount*/
/* .index_box .discount {
    margin-bottom: 5px;
}        
.index_box .discount .title{
    padding-left: 10px;
    height:36px;
    margin-bottom: 10px;
    color:#f06e73;
    font-size: 1.8rem;
}
.index_box .discount .title_icon {
    width:40px;
    height:26px;
}
.index_box .discount .content {
    border-top: 3px solid #f06e73;
}
.index_box .discount .left {
    width:16.67%;
    margin-right: 2.67%;
}
.index_box .discount .right {
    width:80.66%;
    padding-top: 15px;
}
.index_box .discount .right >li {
    position: relative;
    float:left;
    width:23.96%;
    height:250px;
    margin-right: 1.3%;
    border: 1px solid #e6e6e6;
}
.index_box .discount .right >li:last-child{
    margin-right: 0;
}
.index_box .discount .right .shop_img {
    position: relative;
    overflow:hidden;
    height:151px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
}
.index_box .discount .right li:hover img{
    transform: scale(1.2, 1.2);
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
}
.index_box .discount .right .shop_img img {
    width:100%;
    max-width: 230px;
    height:150px;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
}
.index_box .discount .right .shop_img p{
    position: absolute;
    bottom:-100%;
    left:0;
    right:0;
    line-height: 24px;
    text-align: center;
    color:#fff;
    background-color: rgba(136, 201, 242,0.5);
    -webkit-transition:all .8s;
    -moz-transition:all .8s;
    -ms-transition:all .8s;
    transition:all .8s;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.75rem;
}
.index_box .discount .right li:hover p{
    bottom:0;
    -webkit-transition:all .8s;
    -moz-transition:all .8s;
    -ms-transition:all .8s;
    transition:all .8s;
}
.index_box .discount .right .shop_n {
    padding-left: 10px;
    font-size: 0.88rem;
    color:#777;
    overflow: hidden;
    height:35px;
}
.index_box .discount .right .shop_p {
    position: absolute;
    bottom:20px;
    padding-left: 10px;
    color:#f60;
    font-size: 0.88rem;
}
.index_box .discount .right .shop_p span {
    font-size: 1.5rem;
}
.index_box .discount .right .shop_l {
    padding:0 10px;
    color:#a0a0a0;
    font-size: 0.63rem;
    margin-bottom: 5px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:16px;
}
.index_box .discount .right .shop_op {
    display:inline-block;
    width:50%;
    text-decoration: line-through;
}
.index_box .discount .right .shop_cfd {
    display:inline-block;
    width:50%;
    text-align: right;
} */
/*commend*/
/* .index_box .commend {
    margin-bottom: 5px;
}
.index_box .commend .title {
    padding-left: 10px;
    margin-bottom: 15px;
    height:53px;
    border-bottom: 3px solid #ff542c;
    color:#ff542c;
    font-size: 1.8rem;
}

.index_box .commend_content li {
    float:left;
    margin-right: 0.83%;
    margin-bottom: 15px;
}
.index_box .commend li.commend_big {
    position: relative;
    width: 39.16%;
    height:240px;
}
.index_box .commend_content li.margin_none{
    margin-right: 0;
}

.index_box .commend .commend_big img {
    width:100%;
    height:100%;
}
.index_box .commend .commend_big .text {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    height:80px;
    background-color: rgba(0,0,0,.3);
    color:#fff;
    font-size: .88rem;
}
.index_box .commend .commend_big .text span:first-child{
    position: absolute;
    top:25px;
    left:15px;
}
.index_box .commend .commend_big .text i {
    font-style: normal;
    border-right:2px solid #fff;
    padding-right:10px;
    opacity:.8;
}
.index_box .commend .commend_big .text i.date {
    border-right:none;
}
.index_box .commend_big .text i:last-child {
    border-right: none;
}
.index_box .commend .commend_big .bottom {
    display: inline-block;
    margin-top: 20px;
    position: absolute;
    bottom:5px;
    left:22px;
    right:5px;
}
.index_box .commend .commend_big .price {
    position: absolute;
    width: 125px;
    right:0;
    bottom:0;
    color:#f60;
    font-size:.88rem;
}
.index_box .commend_big .price img {
    width:auto;
    height:16px;
}
.index_box .commend_big .price .num {
    font-size:1.5rem;
}


.index_box .commend .hot_sale{
    width: 19.16%;
    height:240px;
    position: relative;
    border:1px solid #e6e6e6;
}
.index_box .commend .hot_sale a >img {
    width: 100%;
    max-width: 230px;
    height:150px;
}
.index_box .commend .hot_sale .content {
    padding: 0 5px;
}
.index_box .hot_sale .content .tit {
    margin-top: 5px;
    margin-bottom: 40px;
}
.index_box .hot_sale .content .tit img {
    margin: -3px;
}
.index_box .hot_sale .content .tit span {
    margin-top: -5px;
    font-size:.75rem;
    color:#777;
}
.index_box .hot_sale .content .bottom {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    font-size:.75rem;
    color:#777;
    padding-left: 5px;
    height:30px;
    line-height: 30px;
}
.index_box .hot_sale .content .bottom .price {
    float:right;
    color:#f60;
    margin-right: 5px;
}
.index_box .content .bottom .price i {
    font-style: normal;
    font-size:1.5rem;
} */

/*out*/
/* .index_box .out {
    margin-bottom: 5px;
}
.index_box .out .content_box {
    overflow: hidden;
}
.index_box .out .content_box>li.content {
    display: none;
}
.index_box .out .content_box>li.active {
    display: block;
}
.index_box .out .title {
    height:53px;
    border-bottom: 3px solid #63b7e3;
    padding-left: 10px;
}
.index_box .out .title .tit {
    display:inline-block;
    color:#63b7e3;
    line-height: 50px;
    text-align: left;
    margin-right: 75px;
    font-size: 1.8rem;
}
.index_box .in .title .tit {
    color:#ffa726;
}
.index_box .around .title .tit {
    color:#8bc34a;
}
.index_box .ship .title .tit {
    color:#9c7dd2;
    width:215px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_box .sign .title .tit {
    color:#3fd5ac;
}
.index_box .out .title img {
    margin-right: 15px;
    float: left;
}
.index_box .out .out_list {
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}
.index_box .out .out_list li {
    float:left;
    padding: 5px 12px;
    margin-top: 9px;
    cursor: pointer;
    border-radius:3px;
}
.index_box .out .out_list li:hover {
    background-color: rgba(99,183,227,.5);
}
.index_box .out .out_list li.active {
    background-color: #63b7e3;
}

.index_box .out .content .left {
    width: 20%;
    margin-right: 0.83%;
}
.index_box .out .content .right {
    width: 79.17%;
    padding-top: 15px;
}
.index_box .out .content .right li {
    position: relative;
    float: left;
    margin-right: 5px;
    margin-bottom: 11px;
    height:240px;
}
.index_box .out .content .right li.margin_none {
    margin-right: 0;
}
.index_box .out .right .out_big {
    position: relative;
    width: 49.5%;
    height: 240px;
}
.index_box .out .content .right .out_list a >img{
    width: 230px;
    height:150px;
}
.index_box .out .right .out_big a >img {
    width:100%;
    height: 240px;
}
.index_box .out .right .out_big .text {
    position: absolute;
    left: 0;
    right:0;
    bottom:0;
    height:80px;
    background-color: rgba(0,0,0,.3);
    padding: 12px 16px;
}
.index_box .out_big .text>span {
    display: block;
}
.index_box .out_big .text i {
    font-style: normal;
    color:#fff;
    opacity: .8;
    padding:0 10px;
    border-right:2px solid #fff;
    font-size: .88rem;
}
.index_box .out_big .text i.days, .index_box .out_big .text i.cfd_date {
    border:none;
}
.index_box .out_big .text>span.bottom {
    margin-top: 20px;
}
.index_box .out_big .text .price {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #f60;
    font-size: .88rem;
}
.index_box .out_big .text .price .num {
    font-size: 1.5rem;
}
.index_box .out .right .out_list {
    border:1px solid #e6e6e6;
}
.index_box .out .out_list>img {
    width: 100%;
}
.index_box .out .out_list .content {
    padding:0 5px;
}
.index_box .out_list .content .tit {
    margin-top: 5px;
    margin-bottom: 22px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:220px;
}
.index_box .out_list .content .tit .icon_hot_sale {
    margin-left: 3px;
}
.index_box .out_list .content .tit span {
    font-size: .75rem;
    color: #777;
    width:160px;
    text-align: left;
}
.index_box .out_list .content .bottom {
    font-size: .75rem;
    color: #777;
    position: absolute;
    bottom:5px;
    left:5px;
    right:5px;
}
.index_box .out_list .content .bottom .price {
    color: #f60;
    margin-left: 35%;
    float:right;
}
.index_box .out_list .content .bottom i {
    font-style: normal;
    font-size: 1rem;
} */

/*in*/
/* .index_box .in .in_list li.active {
    background-color: #ffa726;
}
.index_box .in .in_list li:hover {
    background-color: rgba(255,167,38,.5);
} */
/*around*/
/* .index_box .around .around_list li.active {
    background-color: #8bc34a;
}
.index_box .around .around_list li:hover {
    background-color: rgba(139,159,74,.5);
} */
/*ship*/
/* .index_box .ship .ship_list li.active {
    background-color: #9c7dd2;
}
.index_box .ship .ship_list li:hover {
    background-color: rgba(156,125,210,.5);
} */
/*sign*/
/* .index_box .sign .sign_list li.active {
    background-color: #3fd5ac;
}
.index_box .sign .sign_list li:hover {
    background-color: rgba(63,213,172,.5);
} */
/*ticket*/
/* .index_box .ticket .ticket_list li.active {
    background-color: #42a6f5;
}
.index_box .ticket .ticket_list li:hover {
    background-color: rgba(66,166,245,.5);
} */