*{margin:0;padding:0}
body {
    margin: 0;
    font-size: 14px;
    color: #444;
    background: #FFFFFF;
}
a:link, a:visited, a:active {
    text-decoration: none;
}
a:hover{
    color:#b06cef;
}
.fr {
    float: right;
}
.fl{
    float:left;
}
.clear{clear:both;}
ul li {
    list-style-type: none;
}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.pointer{cursor:pointer;}
.wrap,.web{
    width: 80%;
    margin: 0 auto;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
}
.clearfix:after,.clearfix:before{
    content: '';
    display: table;
    clear: both;
}

/*header start*/
.header {
    background-image: url('../image/header.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #23272a;
    padding: 20px 0;
}
.header_top {
    font-size: 20px;
    padding-bottom: 25px;
    animation: color-blink 2s linear infinite;
    display: inline-block;
    max-width: 220px;
    text-align: center;
}
@keyframes color-blink {
  0% {
    color: #ff0000; /* 初始颜色 */
  }
  50% {
    color: #00ff00; /* 中间颜色 */
  }
  100% {
    color: #0000ff; /* 最终颜色 */
  }
}
.navigation{
	background:#fed000;
	padding:5px 0;
	position:relative;
	transition: top 0.5s; /* 使用过渡效果平滑切换 */
}
.navigation span.left-ribbon{
	position: absolute;
	left: -40px;
	top: 8px;
	width: 40px;
	height:60px;
	background: url('../image/left-fold.png') no-repeat;
}
.navigation span.right-ribbon{
	position: absolute;
	right: -40px;
	top: 8px;
	width: 40px;
	height:60px;
	background: url('../image//right-fold.png') no-repeat;
}
.nav {
    list-style: none;
    background: #fed000;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav > li {
    float: left;
    background-image: url('../image/line-divider.png');
    background-repeat: no-repeat;
    background-position: left;
}
.nav > li:first-child, .nav > li:last-child {
    background-image: none;
}
.nav a {
    padding: 16px 33px;
    color: #000;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header_bottom {
    padding: 6% 0 2%;
}
.slider-text {
    width: 50%;
    padding-top: 5%;
    text-align: center;
}
.slider-img {
    width: 42%;
    text-align: right;
}
.slider-text h2 {
    color: #fed000;
    font-size: 40px;
}
.slider-text p {
    color: #8fa7ae;
    font-size: 20px;
    margin: 20px 0;
}
.slider-img img {
    margin-top: -10px;
    width: 75%;
    animation: swing 2s ease-in-out infinite;
}
@keyframes swing {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8%); /* 上下摇动的距离 */
  }
  100% {
    transform: translateY(0);
  }
}
/*header end*/

/*recommend start*/
.home_activity {
    padding: 2em 0;
    background: #FFF;
    position: relative;
}
.home_activity h3 {
    font-size: 25px;
    color: #23272a;
    padding-bottom: 15px;
}
.line {
    display: block;
    background: #EEE;
    height: 1px;
}
.home_activity .act_content{
    padding: 2% 0;
}
.home_activity .act_content li{
    float: left;
    width: 21.13%;
    cursor: pointer;
    margin-right: 2%;
    border: 2px dotted #ccc;
    padding: 1%;
    text-align: center;
    transition: transform 0.3s ease;
}
.home_activity .act_content li:last-child{
    margin-right: 0;
}
.home_activity .act_content li img{
    width: 100%;
}
.home_activity .act_content li .pro_title {
    overflow: hidden;
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    color: #23272a;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 1%;
}
.home_activity .act_content li .pro_price {
    margin: 1% 0 2% 0;
    font-size: 22px;
    color: #23272a;
}
.home_activity .act_content li:hover{
    border-color: #fed000;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}
.home_activity .act_content li:hover .pro_title,.home_activity .act_content li:hover .pro_price {
    color: #fed000;
}
/*recommend end*/

/*content_bottom start*/
.content_bottom {
    padding-top: 2em;
    background: #ebebeb;
}
.position{
    margin:0 0 2% 0;
    color: #23272a;
}
.position a{
    color: #23272a;
}
/*------content-bottom-left-------start*/
.content-bottom-left {
    float: left;
    width: 21.13%;
    padding-right: 2%;
    padding-bottom: 2%;
    border-right: 1px solid #D7D7D7;
}
.categories h3, .buters-guide h3, .content-bottom-right h3, .preview-page h3 {
    font-size: 1.4em;
    color: #23272a;
    padding: 10px;
    padding-left: 25px;
    background: #fed000;
    position: relative;
    margin-bottom: 5px;
    font-weight: normal;
}
.categories h3:after, .buters-guide h3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-width: 22px 0px 20px 15px;
    border-style: solid;
    border-color: rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) #ebebeb;
}
.categories li{
    display: block;
    font-size: 14px;
    padding: 15px 0 15px;
    color: #23272a;
    border-bottom: 1px solid #D6D6D6;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.categories li:last-child{
    border:none;
}
.categories li i{
    font-size: 12px;
    padding-right:10px;
    position: relative;
}
.categories li:hover{
    color: #fed000;
    transform: scale(1.05);
    border-color: #fed000;
}
.categories li:hover i{
    font-size: 15px;
}
.buters-guide {
    margin-top: 2em;
}
.add-banner {
    background: url("../image/add-banner.png") repeat-x;
    padding: 5%;
    margin-top: 25px;
}
.add-banner img {
    float: left;
    width: 25%;
    max-height: 4.1rem;
}
.banner-desc {
    width: 73%;
    float: right;
    text-align: right;
}
.banner-desc h4 {
    display: block;
    font-size:16px;
    font-weight: normal;
    color: #23272a;
    margin-bottom: 10px;
}
.add-cart h4 a, .banner-desc a {
    font-size: 0.85em;
    display: block;
    padding: 6px 20px;
    background: #8fa7ae;
    color: #FFF;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.add-banner:hover .banner-desc a{
    background: #fed000;
}
.banner-desc a {
    background: #23272a !important;
    padding: 5px 15px !important;
    display: inline-block !important;
}
/*------content-bottom-left-------end*/

/*------content-bottom-right-------start*/
.content-bottom-right{
    float: left;
    width: 74.78%;
    padding-left: 2%;
}
.content-bottom-right h3:before, .preview-page h3:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-width: 22px 15px 21px 0px;
    border-style: solid;
    border-color: rgba(255, 0, 0, 0) #ebebeb rgba(0, 0, 255, 0) rgba(0, 128, 0, 0);
}
.images_1_of_4 {
    width: 20.72%;
    padding: 1.5%;
    text-align: center;
    position: relative;
    background: #FFF;
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
    transition: transform 0.3s ease;
}
.grid_1_of_4:nth-child(4n-3) {
    margin-left: 0;
}
.grid_1_of_4 .wz {
    height: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #23272a;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
    display: block;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.images_1_of_4 a {
    margin: 5% auto;
    display: block;
}
.images_1_of_4 img{
    width: 100%;
    height: 100%;
}
.price-details {
    border-top: 1px solid #eee;
}
.price-details p{
    margin: 5% 0;
}
.price-details p span.rupees {
    font-size: 22px;
    color: #23272a;
}
.add-cart {
    width: 75%;
    display: inline-block;
}
.add-cart h4{
    font-weight: normal;
}
.add-cart h4 a{
    font-size: 14px;
}
.add-cart h4 a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-width: 14px 5px 12px 0px;
    border-style: solid;
    border-color: rgba(239, 0, 0, 0) #FFF rgba(0, 128, 0, 0) rgba(35, 39, 42, 0);
}
.add-cart h4 a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-width: 14px 0px 12px 5px;
    border-style: solid;
    border-color: rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) #FFF;
}
.grid_1_of_4:hover{
    border-color: #fed000;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}
.grid_1_of_4:hover .wz, .grid_1_of_4:hover .price-details p span.rupees {
    color: #fed000;
}
.grid_1_of_4:hover .add-cart h4 a{
    background: #fed000;
}
/*------content-bottom-right-------end*/

/*content_bottom end*/

/*footer start*/
.footer {
    background: #23272a;
    padding: 2% 0;
}
.footer .copy_right{
    padding-top: 1.5%;
}
.footer p {
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
}
.footer p a {
    color: #FFF;
}
.returnTop{
    position: fixed;
    bottom: 2%;
    right: 1%;
    height: 55px;
    width: 55px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    display: block;
    background: #f8f8f8;
    border: 4px solid #fed000;
    border-radius: 50%;
}   
.returnTop a{
    color: #fed000;
}
.returnTop a i {
  display: inline-block;
  transform: rotate(-90deg);
}
/*footer end*/

/*pagination start*/
.pageDiv{
    text-align: center;
}
.pageDiv ul{
    margin:3% 0 !important;
}
.pagination > li > a{
    font-size: 16px;
    color: #23272a !important;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus{
    color: #fff !important;
    background-color: #fed000 !important;
    border-color:#fed000 !important;
}
.pagination + .parent-element-class {
    text-align: center;
}
/*pagination end*/

/*goods start*/
/*------goods-left-------start*/
.goods-left{
    width: 74.78%;
    padding-right: 2%;
    margin-bottom: 2%;
    border-right: 1px solid #D7D7D7;
}
.back-links {
    font-size: 1.2em;
    color: #FFF;
    padding: 10px;
    padding-left: 25px;
    background: #23272a !important;
    position: relative;
    margin-bottom: 5px;
    font-weight: normal;
}
.back-links:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-width: 22px 0px 20px 15px;
    border-style: solid;
    border-color: rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) #ebebeb;
}

.product-details{
    margin: 2% auto;
}
.goods_zoom {
    width: 48%;
    float: left;
    text-align: center;
    background: #fff;
    padding: 1% 0;
}
.goods_zoom .pic_show{
    margin: 0 auto !important;
    margin-bottom: 2% !important;
}
.goods_info{
    margin-left: 2%;
    width: 50%;
    float: right;
}
.goods_info ul li {
    display: block;
    color: #000;
    font-size: 1.1em;
    padding: 5px 0;
}
.goods_info ul li span:first-child,.goods_info .good_info_buy dl dt{
    font-size: 13px;
    color: #8B8B8B;
    line-height: 30px;
}
.goods_info ul li em{
    font-style: normal;
}
.goods_info ul li .price,.goods_info ul li .price span{
    font-size: 1em;
    color: #fed000;
}
.goods_info .good_info_buy{
    margin: 2% 0;
}
.goods_info .good_info_buy dl{
    display: flex;
}
.goods_info .good_info_buy dl dd .input {
    display: inline;
    width: 60px;
    padding: 3px 5px;
    outline: none;
    margin-left: 5px;
    font-size: 20px;
    color: #444;
    border: none;
    text-align: center;
}
.goods_info .good_info_buy dl dd .item span{
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    cursor: pointer;
    padding: 5px 12px;
    margin: 10px 5px;
}
.goods_info .good_info_buy dl dd .item span.current{
    background-color: #fed000;
    border-color: #000;
}
.goods_info .btn_submit_buy,.goods_info .btn_add_cart{
    width: 90%;
    margin: 3% auto;
    font-size: 1.2em;
    display: block;
    padding: 3%;
    background: #fed000;
    color: #FFF;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
}
.goods_info .btn_add_cart{
    margin-top: 5%;
    background: #CBCBCB;
}
.area_box{
    display: none;
    position: absolute;
    font-size: .8rem;
    background: #fff;
    padding: 1%;
    width: 25%;
    margin-top: -20px;
}
.goods_info .area_box ul li{
    float: left;
    margin: 1% 2%;
    background: #ebebeb;
    padding: 2% 2%;
}
.goods_info .area_box ul li a{
    color: #23272a;
}
.product_desc{
    margin-top: 2%;
}
.resp-tabs-list li{
    font-size: 18px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    border-radius: 2px 2px 0 0;
    border: 1px solid #c1c1c1;
    margin-bottom: -1px !important;
    background: #CBCBCB;
    color: #585858;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
    padding: 12px 14px 14px 14px !important;
}
.resp-tab-active {
    border-bottom: none !important;
    background: #fff !important;
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}
.resp-tabs-container {
    padding: 2%;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
}
.resp-tabs-container ul:after{
    content: '';
    display: table;
    clear: both;
}
.resp-tabs-container ul li{
    float: left;
    width: 33.333%;
    margin-bottom: 2%;
    text-align: left;
    font-size: 12px;
    white-space: nowrap; /* 文本不换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.resp-tabs-container img{
    max-width: 750px;
    margin-top: -4px;
}
/*------goods-left-------end*/

/*------goods-right-------start*/
.goods-right {
    width: 21.13%;
    padding-left: 2%;
    padding-bottom: 2%;
    margin-bottom: 2%;
}
.goods-right h3{
    font-size: 1.2em;
    color: #FFF;
    padding: 10px;
    padding-left: 25px;
    background: #23272a !important;
    position: relative;
    margin-bottom: 5px;
    font-weight: normal;
}
.goods-right h3:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-width: 22px 15px 20px 0px;
    border-style: solid;
    border-color: rgba(255, 0, 0, 0) #ebebeb rgba(0, 0, 255, 0) rgba(0, 128, 0, 0);
}
.popular-products li {
    background: #FFF;
    text-align: center;
    padding: 4%;
    margin-top: 10px;
}
.popular-products li > h4{
    color: #23272a;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 2%;
    white-space: nowrap; /* 让文本内容只在一行显示 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
    width: 200px; /* 设置元素宽度，根据实际情况调整 */
}
.popular-products li img{
    max-width: 100%;
}
.goods-seller{
    margin: 2% 0;
    background: #fff;
    padding: 3%;
    text-align: center;
}
.goods-seller img{
    max-width: 100%;
    max-height: 90px;
}
.goods-seller p{
    font-size: 1.2em;
    margin: 2% 0;
}
.goods-seller ul li{
    text-align: left;
    margin-left: 5%;
    margin-bottom: 2%;
}
.goods-seller a{
    margin: 5% auto;
    font-size: 1.2em;
    display: block;
    padding: 3%;
    background: #23272a;
    color: #FFF;
    text-decoration: none;
}
.goods-seller:hover p{
    color: #fed000;
}
.goods-seller:hover a{
    background: #fed000;
}
/*------goods-right-------end*/

/*goods end*/

/*simple_seller start*/
.settle-cont{
    width: 60%;
    height: auto;
    background-color: #fff;
    padding: 3%;
    margin: 2% auto;
}
.settle-cont h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 53px;
}
.settle-cont dl{
    height: 70px;
    display: flex;
}
.settle-cont dl dt{
    width: 200px;
    line-height: 40px;
    text-align: end;
    margin-right: 10px;
    color: #3c368c;
}
.settle-cont dl dd {
    width: 300px;
}
.settle-cont dl dd input,.settle-cont dl dd select{
    height: 40px;
    width: 100%;
    padding: 0 1%;
    border: 1px solid #23272a;
}
.settle-cont dl dd select{
    width: 32.416%;
}
.settle-cont dl .input_submit{
    width: 300px;
    margin: 5% auto;
    font-size: 1.2em;
    display: block;
    padding: 3%;
    background: #fed000;
    border: none;
    color: #FFF;
    text-decoration: none;
}
.settle-cont dl dd .J_protocal{
    height: auto;
    width: auto;
    margin-top: 1%;
    margin-right: 1%;
}
.settle-cont p.go_login{
    text-align: center;
    margin: 2% 0 0 0;
}
.settle-cont .prompt{
   text-align: center;
    color: #fed000;
    font-size: 16px;
    margin-bottom: 5%;
}
/*simple_seller end*/

/*cart start*/
.cart_prompts { padding: 10px 20px; line-height: 2; border: 1px solid rgba(245, 197, 58, 0.3); background: rgba(245, 197, 58, 0.06); margin-bottom: 10px; }
.cart_prompts strong { color: #fed000; font-weight: bold; font-size: 14px; }
.cart_prompts ol { counter-reset: num; }
.cart_prompts ol li { color: #fed000; }
.cart_prompts ol li:before { content: counter(num) ". "; counter-increment: num; }

.cart_table h3, .cart_item_goods h3 { font-size: 14px; color: #222; margin-bottom: 10px; }
.cart_table h3 i, .cart_item_goods h3 i { margin-right: 10px; color: #fed000; }
.cart_table table, .cart_item_goods table { width: 100%; text-align: center; border: 1px solid #ccc; }
.cart_table table img, .cart_item_goods table img { display: block; width: 66px; height: 66px; padding: 3px; border: 1px solid #ddd; margin: 10px auto; }
.cart_table table td, .cart_table table th, .cart_item_goods table td, .cart_item_goods table th { border-bottom: 1px solid #ddd; }
.cart_table table td img, .cart_table table th img, .cart_item_goods table td img, .cart_item_goods table th img { display: inline-block; }
.cart_table table th, .cart_item_goods table th { border-left: 1px solid #ddd; height: 36px; font-size: 14px; background: #fff; }
.cart_table table th:first-child, .cart_item_goods table th:first-child { border-left: none; }
.cart_table table td:nth-child(3), .cart_item_goods table td:nth-child(3) { text-align: left; }
.cart_table table em, .cart_item_goods table em { font-weight: bold; color: #fed000; }
.cart_table table .stats, .cart_item_goods table .stats { padding: 10px; line-height: 2; text-align: right; }
.cart_table table .stats em, .cart_item_goods table .stats em { font-size: 16px; }
.cart_table table p, .cart_item_goods table p { padding-top: 4px; line-height: 1.6; }

.cart_btn { height: 50px; position: relative; margin-bottom: 50px; }
.cart_btn .clear_cart_btn { position: absolute; left: 0; top: 14px; cursor: pointer; background: #fff; position: relative; padding: 0 20px; background-image: -webkit-linear-gradient(0deg, #f0f0f0, #fff); background-image: linear-gradient(0deg, #f0f0f0, #fff); width: 100px; height: 32px; color: #555; line-height: 32px; font-size: 16px; cursor: pointer; border: 1px solid #ddd; }
.cart_btn .clear_cart_btn i { color: #999; }
.cart_btn .go_back_btn { border: 1px solid #ddd; background: #fff; position: absolute; right: 200px; top: 14px; font-size: 16px; cursor: pointer; background-image: -webkit-linear-gradient(0deg, #f0f0f0, #fff); background-image: linear-gradient(0deg, #f0f0f0, #fff); width: 120px; height: 32px; text-align: center; line-height: 32px; }
.cart_btn .go_back_btn i { color: #999; }
.cart_btn .gopay_btn { position: absolute; right: 20px; top: 10px; margin: 0; }

.cart_2, .cart_3 { width: 1198px; border: 1px solid #ddd; background: #fff; margin: 0 auto; }
.cart_2 .cart_header, .cart_3 .cart_header { background: #fff; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; height: 32px; line-height: 32px; font-size: 14px; text-indent: 20px; font-weight: bold; }

.cart_item { margin: 20px; }
.cart_item h3 { border-top: 2px solid #fed000; padding: 10px; color: #FF8225; font-size: 15px; font-weight: bold; }

.cart_item_addr { padding: 10px 20px; border: 1px solid rgba(245, 197, 58, 0.3); background: #fff; }
.cart_item_addr h4 { border-bottom: 1px solid rgba(245, 197, 58, 0.3); font-size: 14px; padding: 8px 0; margin-bottom: 5px; }
.cart_item_addr .addr_list { line-height: 2; }
.cart_item_addr .addr_list span { color: #2d64b3; cursor: pointer; }
.cart_item_addr .addr_list span:hover { color: #FF8225; }

.cart_item_express table, .cart_item_pay table, .cart_item_msg table { width: 100%; }
.cart_item_express table, .cart_item_express table th, .cart_item_express table td, .cart_item_pay table, .cart_item_pay table th, .cart_item_pay table td, .cart_item_msg table, .cart_item_msg table th, .cart_item_msg table td { border: 1px solid #ddd; }
.cart_item_express table th, .cart_item_express table td, .cart_item_pay table th, .cart_item_pay table td, .cart_item_msg table th, .cart_item_msg table td { padding: 8px; line-height: 1.6; }
.cart_item_express table th, .cart_item_pay table th, .cart_item_msg table th { background: #fff; text-align: left; padding-left: 30px; }
.cart_item_express table tfoot td, .cart_item_pay table tfoot td, .cart_item_msg table tfoot td { background: #f0f0f0; }

.cart_item_count { padding: 20px; background: rgba(245, 197, 58, 0.06); }
.cart_item_count .count { font-size: 14px; }
.cart_item_count .count strong { color: #fed000; }
.cart_item_count table { margin-top: 20px; width: 100%; border-top: 1px solid #f5c53a; }
.cart_item_count table td { padding-top: 20px; }
.cart_item_count table .all_count { text-align: right; }
.cart_item_count table .all_count em { font-size: 16px; color: #fed000; }

.use_ticket_btn { cursor: pointer; margin-top: 10px; display: inline-block; font-size: 13px; color: #fed000; }
.use_ticket_btn i { color: #FF8225; }

.cart_topay_btn, .gobank_pay_btn { display: block; float: right; overflow: hidden; background: #FF8225; position: relative; margin: 20px 20px 20px 0; padding: 0 20px; min-width: 140px; height: 40px; color: #fff; line-height: 40px; cursor: pointer; }
.cart_topay_btn input, .gobank_pay_btn input { display: none; }
.cart_topay_btn span, .gobank_pay_btn span { display: block; font-size: 16px; text-align: center; }

.gobank_pay_btn { width: 120px; margin: 20px 0; float: left; }

.cart_3_con { width: 1000px; margin: 20px auto; }
.cart_3_con h3 { font-size: 14px; padding: 10px; }
.cart_3_con table { width: 100%; }
.cart_3_con table, .cart_3_con table th, .cart_3_con table td { border: 1px solid #ddd; }
.cart_3_con table th, .cart_3_con table td { padding: 8px; line-height: 1.6; }
.cart_3_con table th { background: #fff; }
.cart_3_con .show_more { display: inline-block; height: 40px; line-height: 40px; color: #0a4263; cursor: pointer; }
.cart_3_con .show_more:hover { color: #FF8225; }

.cart_3_status { padding: 10px; border-bottom: 1px solid #f5c53a; }
.cart_3_status strong { font-size: 14px; font-weight: bold; }
.cart_3_status a { float: right; }
.goods_resize { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.goods_resize .add, .goods_resize .reduce { display: block; width: 32px; height: 28px; background: #f0f0f0; cursor: pointer; outline: 1px solid #ddd; float: left; font-size: 14px; text-align: center; line-height: 28px; }
.goods_resize .add:hover, .goods_resize .reduce:hover { background: #fed000; color: #fff; outline: 1px solid #fed000; }
.goods_resize .input { display: block; float: left; width: 50px; height: 28px; border: none; outline: 1px solid #ddd; text-align: center; }

/*cart end*/

/*error start*/
.prompt_page { width: 600px; margin: 50px auto; padding: 50px; background: #fff; }
.prompt_page .ico { width: 140px; height: 140px; display: block; float: left; margin-right: 50px; }
.prompt_page.error { box-shadow: 0 0 5px #fed000; }
.prompt_page.error .ico { background: url("../image/cry.gif") center no-repeat; }
.prompt_page.error strong { color: #fed000; font-size: 16px; }
.prompt_page.success { box-shadow: 0 0 5px #379339; }
.prompt_page.success .ico { background: url("../image/right.gif") center no-repeat; }
.prompt_page.success strong { color: #379339; font-size: 16px; }
.prompt_page article { line-height: 2; display: table-cell; vertical-align: middle; height: 140px; }
/*error end*/

/*ucenter start*/
.center_content { background: #fff; }
.center_content .ucenter_content_bar .ucenter_bar { width: 240px; float: left; background-color: #fff; }
.center_content .ucenter_content_bar .ucenter_bar .ucenter_bar_wapper { padding: 28px 0 22px; line-height: 20px; }
.center_content .ucenter_content_bar .ucenter_bar .ucenter_bar_wapper a { font-size: 18px; display: block; color: #333; padding-left: 29px; }
.center_content .ucenter_content_bar .ucenter_bar .user_bar { margin-bottom: 15px; background: #fff; }
.center_content .ucenter_content_bar .ucenter_bar .user_bar h3 { font-size: 14px; text-align: center; margin: 9px 30px 11px; color: #888; font-weight: 400; position: relative; }
.center_content .ucenter_content_bar .ucenter_bar .user_bar h3::after { content: ""; display: block; height: 1px; width: 45px; position: absolute; top: 7px; right: 0; background: #888; }
.center_content .ucenter_content_bar .ucenter_bar .user_bar h3::before { content: ""; display: block; height: 1px; width: 45px; position: absolute; top: 7px; left: 0; background: #888; }
.center_content .ucenter_content_bar .ucenter_bar .user_bar ul li { padding: 10px 0; line-height: 20px; }
.center_content .ucenter_content_bar .ucenter_bar .user_bar ul li a { padding-left: 29px; display: block; color: #333; font-size: 14px; }
.center_content .ucenter_content_bar .ucenter_bar .user_bar ul li a:hover { color: #0a4263; }
.center_content .ucenter_content_bar .ucenter_bar .user_bar ul li:before { content: ""; position: absolute; display: block; width: 3px; height: 3px; background: #FF8225; left: 10px; top: 15px; }
.center_content .ucenter_content_bar .ucenter_bar .user_bar ul li:last-child { border: none; }
.center_content .ucenter_content_bar .ucenter_bar .user_bar ul li.current { background: #fff; border-bottom: none; }
.center_content .ucenter_content_bar .ucenter_bar .user_bar ul li.current a { color: #0a4263; }
.center_content .ucenter_content_bar .ucenter_bar .user_bar ul li.current:after { width: 7px; height: 7px; border-width: 0 1px 1px 0; border-style: solid; border-color: #FF8225; content: ""; display: block; position: absolute; right: 10px; top: 11px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.center_content .ucenter_goods { background-color: #fff; padding-bottom: 20px; }
.center_content .ucenter_goods h3 { color: #3a3a3a; font-size: 22px; font-weight: 400; background: #fff; padding: 30px 0 15px 0; line-height: 1; border-bottom: 1px solid #dedede; }
.center_content .ucenter_goods ul { height: 704px; position: relative; }
.center_content .ucenter_goods ul li.floor_show { background: #f0f0f0; }
.center_content .ucenter_goods ul li { height: 356px; width: 300px; background: #FFF; float: left; position: relative; }
.center_content .ucenter_goods ul li a { display: inline-block; width: 100%; height: 100%; text-align: center; }
.center_content .ucenter_goods ul li a img { margin: 0 auto; display: block; width: 170px; height: 170px; padding-top: 29px; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.center_content .ucenter_goods ul li a .pro_title { overflow: hidden; line-height: 30px; height: 30px; white-space: nowrap; text-overflow: ellipsis; margin: 10px auto 0px; width: 170px; font-size: 14px; font-weight: 400; color: #3a3a3a; text-align: center; }
.center_content .ucenter_goods ul li a .pro_price { text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 10px auto 0px; width: 170px; font-size: 14px; font-weight: 400; color: #0a4263; line-height: 24px; }
/*ucenter end*/

/*help_list start*/
.help_list li{
    display: block;
    font-size: 14px;
    padding: 15px 0 15px;
    color: #23272a;
    border-bottom: 1px solid #D6D6D6;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.help_list li:last-child{
    border:none;
}
.help_list li i{
    font-size: 12px;
    padding-right:10px;
    position: relative;
}
.help_list li:hover{
    color: #fed000;
    transform: scale(1.005);
    border-color: #fed000;
}
.help_list li:hover i{
    font-size: 15px;
}
.help_content{
    background: #fff;
    padding: 2%;
    min-height: 600px;
    line-height: 30px;
    margin: 2% 0;
}
.help_content ul {
    margin-bottom: 2%;
}
.help_content ul li{
    width: 45% !important;
    margin-right: 2%;
    padding: 15px 0 15px;
    border-bottom: 1px solid #D6D6D6;
    float: left;
    white-space: nowrap; /* 让文本内容只在一行显示 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
    width: 200px; /* 设置元素宽度，根据实际情况调整 */
}
.help_content ul li:nth-last-child(-n + 2){
    border:none;
}
.help_content .help_content_tab{
    padding: 15px 0;
    border-bottom: 1px solid #fed000;
    margin-bottom: 2%;
}
.help_content .help_content_tab span{
    border: 1px solid #fed000;
    padding: 15px 15px 19px 15px;
    border-bottom: 3px solid #fff;
    background: #fed000;
    color: #fff;
}
/*help_list end*/