@charset "utf-8";
i {
    font-size: 12px !important;
    line-height: 1;
}
/* nav菜单栏样式 */
.commonHeaderNav {
    height: 34px;
    line-height: 20px;
    box-sizing: border-box;
    /* border-bottom: 1px solid #DDDDDD; */
    border-bottom: 2px solid #00A0E8;
    background-color: #fff;
}
.header_nav_container {
    display: flex
}
.header_nav_container .header_nav_item,
.header_nav_container .header_nav_index {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #2D2D2D;
    cursor: pointer;
}
.header_nav_container .header_nav_item{
    margin-right: 30px;
}
.header_nav_container .header_nav_item.nav_active{
    color: #0070BC !important;
}

.header_nav_index::after{
    content:'';
    display: inline-block;
    width:1px;
    height:16px;
    margin:0 20px;
    background:#ddd;
}

.header_nav_container .pull_down_show{
    font-size:16px;
    font-weight: 400;
    line-height: 1em;
    vertical-align: middle;
}

/* 头部菜单-全部分类展开样式-start */

.header_nav_classify{
    position: relative;
}
.header_nav_classify:hover .nav_classify_pull{
    display: block;
}
.header_nav_classify .nav_classify_pull{
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 100;
    padding-top: 15px;
}
.header_nav_classify .nav_classify_container{
    width: 270px;
    height: 450px;
    padding: 15px 0 15px 0;
    /* border-radius: 5px; */
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.header_nav_classify .nav_classify_item{
    height: 36px;
    margin-bottom: 2px;
    padding: 0 20px;
    line-height: 36px;
    font-size: 14px;
    color: #2D2D2D;
    cursor: pointer;
}
.header_nav_classify .nav_classify_item:hover {
    /* border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; */
    color: #0070BC;
    background: #EEF3FF;
}
.header_nav_classify .nav_classify_item:hover .classify_item_more {
    display: block;
}
.header_nav_classify .nav_classify_item .classify_item_title span:not(:last-child)::after {
    content: '/';
    display: inline-block;
    margin: 0 2px;
}
.header_nav_classify .classify_item_more{
    display: none;
    width: 953px;
    padding-left: 10px;
    position: absolute;
    top: 15px;
    left: 270px;
    z-index: 100;
}
.header_nav_classify .classify_more_options{
    width: 955px;
    min-height: 450px;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #99AEFF;
}
.header_nav_classify .classify_options_title{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #444444;
}
.header_nav_classify .classify_options_title:not(:first-child) {
    margin-top: 30px;
}
.header_nav_classify .classify_options_title .options_title_icon {
    margin-left: 10px;
    color: #999999;
}
.header_nav_classify .classify_options_href {
    display: flex;
    flex-wrap: wrap;
}
.classify_options_href .options_href_link {
    display: inline-block;
    width: 25%;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

/* 头部菜单-全部分类展开样式-end */

/* 头部购物车按钮以及展开新样式 */
.headCart .cartDetailsShow{
    position: absolute;
    top: 40px !important;
    right: 0;
    padding-top: 18px;
    z-index: 999;
}

.shoppingCartBox .headAcart{
    box-sizing: border-box;
    width: 112px;
    height: 42px !important;
    border-radius: 5px;
    border: none;
    text-align: center;
    color: #0093E6;
    background: #E5F5FF;
    position: relative;
}

.headCart .atocart::after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top-color: #fff;
    z-index: 999;
    height: 12px;
    width: 12px;
    transform: rotateZ(45deg);
    background-color: #fff;
    top: -7px;
    right: 55px;
}

.headCart .atocart {
    background-color: #fff;
    padding: 20px 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 500px;
    text-align: left;
    display: none;
    filter: drop-shadow(0 1px 5px #00A0E840);
}

.index-cartTit {
    margin-bottom: 18px;
}
.index-cartTit .indexaccTap_active,
.indexaccTap_active {
    color:#00A0E8;
    position: relative;
}
.index-cartTit .indexaccTap_active::after,
.indexaccTap_active::after{
    content: '';
    display: inline-block;
    width:100%;
    height:2px;
    border-radius: 3px;
    background:#00A0E8;
    position: absolute;
    bottom:0;
    left:0;
}

.index-cart-listTap {
    display: inline-block;
    padding-bottom:8px;
    line-height: 24px;
    overflow: hidden;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    margin-right: 10px
}

.headCart .atocart td a,
.headCart .atocart td p {
    display: block;
    width: 120px;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    color: #666 !important;
    background:#fff;
}

.headCart .atocart td a span {
    position: relative;
    left: 0;
    top: 0;
    font-size: 16px
}

.headCart .atocart tr {
    border-bottom: 1px solid #e0e0e0;
    position: relative
}

.headCart .atocart td,
.headCart .atocart th {
    padding-left: 10px;
    height: 30px;
    text-align: left;
    top: 0;
    padding: 0 0 0 10px
}

.headCart .atocart td b {
    position: absolute;
    width: 100%;
    height: 33px;
    left: 2px;
    z-index: 2;
    top: 2px;
    background: url(../img/lose.png)
}

.cart-goods-item.invalid_cart_goods .delcartgood_global {
    color: #333
}

.cart-goods-item.invalid_cart_goods td,
.cart-goods-item.invalid_cart_goods a,
.cart-goods-item.invalid_cart_goods p {
    background-color: #f0f0f0cc;
    color: #999 !important
}
.cartTxt_it {
    font-size: 12px
}
.cartTxt_items {
    padding-right: 15px
}

.cart_txtc1 {
    color: #ff4200;
    font-weight: bold
}

.cart_txtc1.icon-rmb,
.cart_txtc1.icon-usd {
    font-size: 12px !important
}

.headCart .atocart .center {
    text-align: center;
    font-size: 12px
}

.headCart .atocart .cupleft {
    text-align: left;
    font-size: 12px
}

.headCart .cartNoDate {
    width: 100px;
    height: 108px;
    margin: 10px auto 0 auto;
    background: #fff url(../images/header_cart_empty.png) no-repeat center/cover;
}

.headCartMiddle {
    line-height: 35px
}

.headCart .atocart td.icon-shanchu {
    font-size: 16px;
    cursor: pointer
}

.headAcart,
.headAticket {
    color: #444444;
    padding-top: 6px;
    padding-right: 16px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ededed
}

.headAticket {}

.headAcart .icon-cart {
    color: #656464
}
.atocart_main {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 10px
}

.index-cart-scroll {
    max-height: 180px;
    margin-bottom: 15px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
}

.index-cart-scroll .order_resultName {
    position: sticky;
    top: 0;
    z-index: 100
}

.atocart_main::-webkit-scrollbar,
.index-cart-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #e8e8e8;
    border-radius: 10px
}

.atocart_main::-webkit-scrollbar-track,
.index-cart-scroll::-webkit-scrollbar-track {
    border-radius: 10px
}

.atocart_main::-webkit-scrollbar-thumb,
.index-cart-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1
}

.atocart_main table {
    /* margin-bottom: 10px */
}

.headCart .atocart td.icon-shanchu:hover {
    color: red
}

.atocart_operation_hint{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.atocart_operation_hint .atocart_operation_btn {
    width: 110px;
    height: 38px;
    background-color: #00A0E8;
    border-radius: 5px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}

.headA {
    display: inline-block;
    padding-left: 11px;
    position: relative;
    height: 34px
}

.headAcart .icon-cart {
    font-size: 36px;
    position: absolute;
    line-height: 1;
    left: -13px;
    top: 0px
}

.headTop_float {
    transition: 0.5s;
    position: fixed;
    top: 0px;
    height: 74px;
    font-size: 14px;
    width: 100%;
    line-height: 32px;
    background: #fff;
    min-width: 1190px;
    margin: 0 auto;
    left: 0;
    border-bottom: 1px solid #ccc;
    z-index: 99;
    transition: box-shadow 0.3s;
    box-shadow: 0 3px 3px rgba(130, 130, 130, 0.3)
}

.headTop_float .headLogo,
.headTop_float .headName,
.headTop_float .headSearch,
.headTop_float .headCart {
    margin-top: 10px;
    padding-top: 0
}

.headCart:hover .atocart {
    display: block !important;
}
.shoppingCartBox .cartBoxWidth {
    width: 630px;
    max-height: 327px;
    box-sizing: border-box
}

.cartNoHint {
    font-size: 12px;
    text-align: center;
    color: #666
}

.shoppingCartBox .atocart th {
    height: 32px;
    background: #FAFAFA;
}

.shoppingCartBox .atocart td {
    color: #666666 !important;
    border-bottom: 1px solid #F8F8F8;
    background: #fff;
}
.shoppingCartBox .atocart .invalid_cart_goods td,
.shoppingCartBox .atocart .invalid_cart_goods td p {
    background:#F3F3F3 !important;
}

.shoppingCartBox .atocart td.totalPrices {
    color: #F5222D !important;
}
.shoppingCartBox:hover {
    background: #fff
}


/* header头部吸顶 */
.publicHead-fixed {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 300;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    animation: showFixed .5s ease-in-out 0s 1 alternate forwards;
    padding-bottom: 15px;
}

@keyframes showFixed {
    0% {
        top: -100px
    }

    100% {
        top: 0
    }
}

/* 购物车/订单详情 - 满减优惠卷 */
.ShoppingCart_manjian{
	display: flex;
	align-items: center;
	margin-right: 8px;
}
.ShoppingCart_manjian .ShoppingCart_left{
	background: #FF303A;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 20px;
	height: 18px;
	display: inline-block;
	position: relative;
	color: #fff;
	text-align: center;
    font-size: 12px;
	line-height: 18px;
}
.ShoppingCart_manjian .ShoppingCart_left::before{
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	left: -4px;
    top: 6px;
}
.ShoppingCart_manjian .ShoppingCart_right{
	border: 1px solid #FEA5A9;
    border-left: none;
    color: #FF303A;
    font-size: 12px;
    height: 16px;
    padding: 0 4px;
    line-height: 16px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ShoppingCart_coupon{
	display: flex;
	align-items: center;
	margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.ShoppingCart_coupon .ShoppingCart_left{
	background: #23BE7D;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 20px;
	height: 18px;
	display: inline-block;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 18px;
    font-size: 12px;
}
.ShoppingCart_coupon .ShoppingCart_left::before{
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	left: -4px;
    top: 6px;
}
.ShoppingCart_coupon .ShoppingCart_right{
	border: 1px solid #23BE7D;
    border-left: none;
    color: #23BE7D;
    font-size: 12px;
    height: 16px;
    padding: 0 4px;
    line-height: 16px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ShoppingCart_coupon .ShoppingCart_right::after{ 
	content: '';
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #23BE7D;
    display: inline-block;
    margin-left: 5px;
}

.ShoppingCart_coupon:hover .cartYhqxlDiv{
	display: block;
}
/* 优惠卷弹框 */
.cartYhqxlDiv{
	display: none;
    position: absolute;
    width: 525px;
    max-height: 337px;
    top: 18px;
    background-color: #fff;
    z-index: 30;
    cursor: auto;
    box-shadow: 0 10px 30px 0 rgba(106, 106, 106, 0.15);
    border-radius: 4px;
    left: -30px;
    box-sizing: border-box;
    padding: 20px;
}
.cartYhqxlDivM{
	overflow-y: auto;
    max-height: 300px;
    width: 100%;
    box-sizing: border-box;
}

/* 优惠劵 */
.cartYhqxlDiv_box{
	height: 89px;
    width: 465px;
	margin-bottom: 15px;
	display: flex;
    border: 1px solid #A3DAFF;
    background:linear-gradient(to right,#E9EFFF,#ffffff);
    position: relative;
    border-radius: 10px;
    padding: 15px 0;
    box-sizing: border-box;
}
.cartYhqxlDiv_box_top{
    width: 20px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 105px;
    top: -1px;
    transform: rotate(180deg);
}
.cartYhqxlDiv_box_top::after{
    content: "";
    width: 90%;
    height: 180%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: -112%;
    left: 0;
    border: 1px solid #A3DAFF;
}
.cartYhqxlDiv_box_bottom{
    width: 20px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 105px;
    bottom: -1px;
}
.cartYhqxlDiv_box_bottom::before{
    content: "";
    width: 90%;
    height: 180%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: -112%;
    left: 0;
    border: 1px solid #A3DAFF;
}
.cartYhqxlDiv_box:last-child{
    margin-bottom: 0;
}
.cartYhqxlDiv_boxyhq{
   width: 115px;
    height: 58px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    color: #00A0E8;
    font-size: 30px;
    font-weight: 700;
    border-right: 1px dashed rgba(217, 217, 217);
    align-content: center;
}
.cartYhqxlDiv_boxyhq .iconfont{
    font-size: 17px !important;
    vertical-align: 2px;
    font-weight: 700;
}
.cartYhqxlDiv_boxyhq p{
    color: #00A0E8;
    border: 1px solid #00A0E8;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
    max-width: 80px;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
}

.cartYhqxlDiv_boxtxt{
	width: 220px;
    line-height: 16px;
    font-weight: normal;
    padding-left: 24px;
    font-size: 14px;
    color: #333;
    display: inline-grid;
}
.cartYhqxlDiv_boxtxt .cartYhqxlDiv_text{
    color: #666666;
    font-size: 12px;
    margin-top: 5px;
    line-height: 16px;
    display: flex;
}
.cartYhqxlDiv_boxtxt .cartYhqxlDiv_text .cartYhqxlDiv_textcom{
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 16px;
    margin: 0 2px;
}
.cartYhqxlDiv_boxtxt .cartYhqxlDiv_boxtxtspl{
	color: #999;
    margin-top: 7px;
    font-size: 12px;
}
.cartYhqxlDiv_boxbtn{
	width: 80px;
	height: 30px;
    line-height: 30px;
    text-align: center;
	border:1px solid #00A0E8;
	color: #00A0E8;
	cursor: pointer;
    border-radius: 4px;
    background: none;
    margin: 14px 0 0 5px;
}
.cartYhqxlDiv_boxbtn1{
	background:linear-gradient(to bottom,#5CC0FF,#0085F2);
	color: #fff;
}
/* 购物车/订单详情 - 满减优惠卷 end */


