@charset "utf-8";
@font-face {
    font-family: 'FontAwesome';
    src: url('../../common/webfonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../common/webfonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../common/webfonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../common/webfonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../common/webfonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../common/webfonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media (min-width: 320px){html{font-size: 18.75px;} }
@media (min-width: 360px){html{font-size: 21.0938px;} }
@media (min-width: 375px){html{font-size: 21.9727px;} }
@media (min-width: 384px){html{font-size: 22.5px;} }
@media (min-width: 414px){html{font-size: 24.2578px;} }
@media (min-width: 448px){html{font-size: 26.25px;} }
@media (min-width: 480px){html{font-size: 28.125px;} }
@media (min-width: 512px){html{font-size: 30px;} }
@media (min-width: 544px){html{font-size: 31.875px;} }
@media (min-width: 576px){html{font-size: 33.75px;} }
@media (min-width: 608px){html{font-size: 35.625px;} }
@media (min-width: 640px){html{font-size: 37.5px;} }

html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 12px;
    color: #555;
    letter-spacing: 0px;
    text-align: left;
    height: 100%;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background: #f1f1f1;
	max-width: 800px;
	min-width: 320px;
	margin: 0 auto;
}

input[type="button"], input[type="submit"], input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select{
	-webkit-appearance: none;
}

a {
    text-decoration: none;
    color: #333;
    outline-style: none;
}
.mask_bg{
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #000;
    display: none;
}
.mask_dialog{
    position: fixed;
    margin: 0 auto;
    top: 0;
    width: 90%;
    max-width: 650px;
    left: 0;
    right: 0;
    z-index: 9999999;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    transform: translateY(50%);
    display: none;  
}
.mask_dialog div{
    font-size: 0.6rem;
    color: #000;
    padding-top: 1rem;
}
.mask_dialog div .priceStyle{
    color: #333;
    font-size:0.8rem;
    margin: 0.3rem;
}
.mask_dialog hr{
    width: 95%;
    margin: auto;
    background: none;
    border:0;
    border-top: 1px solid #eee;
}
.mask_dialog .total{
    height: 25px;
}
.mask_dialog button{
    color: #fff;
    width: 2rem;
    height: 1rem;
    border:0;
    margin:0.5rem;
    border-radius: 3px;
    background: #ddd;
}
.mask_dialog .sure{
    background: #333;
    margin-left:1rem;
}

#total_price{
    margin: 0.5rem 0;
}

#cart, #index, #category, #page, #checkout, #tracking, #success {
    padding-top: 45px;
}

.display_none {
    display: none;
}

.twbottom{
    background: #fef0de;
    margin: 10px;
    padding: 10px;
    font-size: 1.5em;
    line-height: 1.8em;
}
.twbottom a{
    color: #e01015;
}

* {
    margin: 0;
}

header {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    height: 45px;
    line-height: 35px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 999999;
    background-color: #fff;
}

header .head_nav, header .head_search, header .head_cart, header .head_flag {
    cursor: pointer;
}

header .head_flag {
    padding-top: 3px;
}

header .head_flag img {
    width: 30px;
    height: 30px;
}

header .head_cart {
    position: relative;
}

header .head_cart span {
    position: absolute;
    top: 0;
    left: 55%;
    color: #fff;
    background-color: #faa41a;
    border-radius: 50%;
    padding: 0 5px;
    font-size: 12px;
    line-height: normal;
    transform:scale(0.8);
}

header .head_nav:before, header .head_search:before, header .head_cart:before {
    font-family: "FontAwesome";
    font-size: 22px;
}

header .head_nav:before {
    content: "\f0c9";
}

header .head_nav_click:before {
    font-family: "FontAwesome";
    font-size: 26px;
}

header .head_nav_click:before {
    content: "\f00d";
}

header .head_search:before {
    content: "\f002";
}

header .head_cart:before {
    content: "\f290";
}

header .head_logo img{
    height: 35px;
    width: auto;
}

header .head_logo a {
    line-height: 35px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

ul, li, p, div, input, ol, dl, dd {
    padding: 0px;
    margin: 0px;
}

ul, li {
    list-style-type: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
.shipping_address img{
    width: 100%;
}
.head_flags {
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    max-width: 800px;
    height: 100%;
    position: fixed;
    margin: 0 auto;
    z-index: 999;
	display: none;
}

.head_flag_content {
    width: 85%;
    height: auto;
    margin: 40% auto 0 auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px 4% 10px;
}

.head_flag_region_title, .head_flag_language_title {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 10px;
}

.head_flag_region_content .head_flag_region, .head_flag_language_content .head_flag_language {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
    cursor: pointer;
}

.head_flag_button .button_cancel, .head_flag_button .button_confirm {
    border: 1px solid rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 45%;
    padding: 10px 0;
    margin: 20px 2% 10px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}

.head_flag_button .button_cancel {
    background-color: #ccc;
}

.head_flag_button .button_confirm {
    background-color: #333;
}

.head_flag_region_content .selected, .head_flag_language_content .selected {
    background-color: #333;
    border-radius: 30px;
    color: #fff;
}

.head_navs {
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    max-width: 800px;
    height: 100%;
    display: none;
    position: fixed;
    margin: 0 auto;
    z-index: 999;
}

.head_navs nav {
    width: 160px;
    height: 100%;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0,0,0,.15);
}

.head_navs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.head_navs li a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    font-size: 16px;
}

.head_searchs {
	width: 100%;
    max-width: 800px;
    height: 100%;
    position: fixed;
    margin: 0 auto;
    z-index: 999;
	display: none;
}

.head_searchs .head_search_form {
	height: 40px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}

.head_searchs .head_search_form input.head_search_content {
	width: 75%;
    height: 38px;
    line-height: 38px;
    padding: 0px 5px;
    color: #bbb;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
}

.head_searchs .head_search_form input.head_search_submit {
	width: 25%;
	color: #fff;
	background-color: #333;
	border: none;
	cursor: pointer;
}


footer .guarantee {
    text-align: center;
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}

footer .guarantee img {
    width: auto;
}

footer h4 {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

footer .guarantee_content {
    font-size: 12px;
    color: #777;
}

footer .payment_pic {
    background-color: #eee;
    padding: 5px 0;
    margin-top: 10px;
}

footer .foot_nav {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
    font-size: 12px;
    background-color: #e5e5e5;
    padding: 15px 0 0 0;
}

footer .copyright {
    font-size: 12px;
    text-align: center;
    background-color: #e5e5e5;
    padding: 5px 0 10px 0;
}

.youtube {
  width: 800px;
  height: 1000px;
}

.main_body{
    background: white;
}
/* 修改小圆点的大小 */
#detail .piclist .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #999;
    border-radius: 50%;
    vertical-align: middle;
    opacity: 1;
}
/* 修改小圆点的颜色 */
#detail .piclist .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: #000;
    opacity: 1;
}


#detail .piclist {
    overflow: hidden;
    /* z-index: auto; */
}
.buy-qty {
    padding: 10px 20px;
    margin-top: 15px;
    background-color: #f4f4f4!important;
}
.gradient-background, .gradient-font {
    background: linear-gradient(90deg,#e861f7,#7c57f5);
}
.gradient-font {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.buy-qty .w-150 {
    border: 1px solid #e861f7;
    border-radius: 10px;
    width: 250px;
}
.buy-qty>span {
    display: inline-block;
    vertical-align: middle;
}

.buy-qty .w-150>span {
    color: #fff;
    display: block;
    height: 100%;
    line-height: 12px;
    text-align: center;
}

.border-radius-10 {
    border-radius: 10px!important;
}
#detail .piclist img {
    width: 100%;
    display: block;
}
#detail .infos{
    margin: 4% 4% 0;
}

#detail .infos .title {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;
    margin-bottom: 4%;
}
.font-size-15 {
    font-size: 15px!important;
}
.border-radius-4 {
    border-radius: 4px!important;
}
.font-color-fff {
    color: #fff!important;
}

.mb-30 {
    margin-bottom: 30px!important;
}
.mt-20 {
    margin-top: 20px!important;
}
.h-42 {
    height: 42px!important;
}
#detail .infos .top-buynow{
    margin: 5px 5px 15px;
    height: 45px;
    background-image: linear-gradient(270deg,#f34242 22%,#ec2263 76%);
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
}

#detail .infos .top-buynow a{
    font-size: 18px;
    color: #fff;
}

#detail .infos .shareto {
    margin: 5px 20px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
}
#detail .infos .shareto, #detail .infos .shareto a {
    font-size: 18px;
    color: #fff;
}

#detail .infos .shareto .line {
    background-color: #00c300;
    border-radius: 5px;
}

#detail .infos .shareto .phone {
    margin-top: 5px;
    background-color: #e26849;
    border-radius: 5px;
}

/* detail page */
#detail .infos .title {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;
    margin-bottom: 4%;
}

#detail .infos .title h2,#detail .infos .title h3 {
    margin: 0;
}

#detail .infos .price {

}

#detail .infos .goods_price {
    background: linear-gradient(90deg,#e861f7,#7c57f5);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 16px!important;
    font-weight: 700;
}
#detail .infos .goods_price .price-slogan {
}

#detail .infos .original_price {
    margin: 0 0 0 10px;
    text-decoration: line-through;
    color: #666;
    font-weight: normal;
}

#detail .infos .countdowns {
    float: right;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 700;
}
#detail .infos .countdown_title{
    color: rgb(232, 97, 247);
}

#detail .infos .countdowns .timelimitbox {
    line-height: 40px;
    font-size: 24px;
}

#detail .infos .countdowns .countdown span{
    background: rgb(232, 97, 247);
    color: #fff;
    box-shadow: 0 0 10px #ccc;
    display:inline-block; 
    width:22px; 
    height:22px;
    line-height: 22px;
    text-align:center; 
    font-size:12px; 
}

#detail .infos .countdown span {
    background-color: #000;
    border-radius: 3px;
    padding: 1px 2px;
    margin: 0 2px;
    color: #fff;
}
.flex {
    display: flex;
}
.flex-just-space-between {
    justify-content: space-between;
}
.flex-align-center {
    align-items: center;
}
.flex-just-center {
    justify-content: center;
}

.van-rate--readonly {
    cursor: default;
}
.pb-20 {
    padding-bottom: 20px!important;
}

.special>span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg,#e861f7,#7c57f5);
    -webkit-background-clip: text;
    border: 1px solid #e861f7;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    padding: 4px 12px;
}
.special>span {
    margin-right: 10px;
}

.clearboth {
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    clear: both;
}



.detail-tab img{
    border: none;
    width: 100%;
    height: auto;
    vertical-align: top;
}


#detail .product-tab .tab-tit {
    position: relative;
    font-size: .6rem;
    line-height: 60px;
    color: #333;
    padding: 0 .5em;
    background-color: #f2f2f2!important;
    border-bottom: 1px solid #e6e6e6;
}
#detail .product-tab .tab-tit a {
    color: #333;
    display: block;
}
#detail .product-tab .tab-tit svg {
    height: 60px;
    width: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

#detail .purchase-records {
    padding: 0 0 10px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#detail .purchase-records ul {
    max-height: 310px;
    background: #fff;
    padding: 0 .3rem;
    box-sizing: border-box;
}

#detail .purchase-records ul li {
    height: 40px;
    line-height: 40px;
    padding: 0;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}

.swiper-container-horizontal {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
#detail .purchase-records .purchase-records__item {
    float: left;
    height: 100%;
    box-sizing: border-box;
    padding: 0 .1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#detail .purchase-records .purchase-records__item:nth-child(1) {
    width: 45%;
}
#detail .purchase-records .purchase-records__item:nth-child(2) {
    text-align: center;
    width: 27%;
}
#detail .purchase-records .purchase-records__item:nth-child(3) {
    text-align: right;
    width: 28%;
}
#detail .purchase-records .purchase-records__item img {
    margin: 0 .3rem .1rem 0;
    vertical-align: middle;
}
.max-width {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
.font-size-20 {
    font-size: 20px!important;
}

.fiex-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    display: flex;
    box-shadow: 4px 0 10px #e861f7;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}
.icon-shoppingcartactive{
    margin-right: 5px;
    font-size: 20px!important;
}

.width-64 {
    width: 40%!important;
}
.fiex-bottom button.fiex-buynow {
    width: 60%;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
}

.fiex-bottom .fiex-buynow a strong {
    white-space: nowrap;
    display: inline;
    position: inherit;
    font-weight: 400;
    background-position: 0;
    background-repeat: no-repeat;
}

.coddetail-comment .detail_commentspics a {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    overflow: hidden;
    text-align: center;
    margin: 10px 5px 10px 0;
    border-radius: 5px;
}

.coddetail-comment dt .review-star i {
    color: #999;
}
.order_info {
    padding-bottom: 10px;
}

.order_info_title {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    height: 44px;
    box-shadow: 0 1px 5px #ddd;
}

.notice {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.notice a {
    text-decoration: underline;
    color: #333;
    font-weight: bold;
}

.order_contents {
    padding: 20px 0;
}

.order_success {
    display: flex;
    justify-content: center;
}

.order_success div {
    padding: 0 10px;
}

.order_success img {
    max-width: 100%;
    width: 100px;
}

.order_success p {
    padding: 3px 0;
}

.order_success p span {
    color: #333;
}

.order_success p.order_success_title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    padding: 20px 0 10px 0;
}

.order_unpaid, .change_to_cod {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.order_unpaid {
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}

.order_unpaid img, .change_to_cod img {
    width: auto;
    padding: 3px 0;
}

.order_details, .shipping_details, .tracking_order_details {
    margin-top: 20px;
    padding: 15px 20px;
    box-shadow: 0 1px 5px #ddd;
}

.order_details_title, .shipping_details_title, .tracking_order_details_title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

.order_detail, .shipping_detail {
    padding-left: 10px;
}

.order_detail .order_products {
	padding: 3px 0;
}

.order_detail .order_products p {
	font-weight: bold;
}

.order_detail .order_products p.order_products_detail {
	padding-left: 20px;
	font-weight: normal;
}

.shipping_details .shipping_detail_title {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 120px;
    text-align: right;
    padding: 3px 10px 3px 0;
}

.shipping_details .shipping-address {
    text-align: left;
}

.order_total {
    text-align: right;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-top: 10px;
}

a.backtohome {
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
    background: linear-gradient(90deg,#e861f7,#7c57f5)!important;
}

#click_to_view {
    text-align: right;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}

.click_to_view:after {
    font-family: "FontAwesome";
    content: '\f107';
    font-size: 16px;
    font-weight: bold;
    padding-left: 3px;
    color: #333;
}

.click_to_noview:after {
    font-family: "FontAwesome";
    content: '\f106';
    font-size: 16px;
    font-weight: bold;
    padding-left: 3px;
    color: #333;
}

.checkout_form {
    padding: 8px;
}

.form_title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}

.form_lists div {
    position: relative;
    margin: 0 0 5px 0;
}

.form_lists .form_list span {
    position: absolute;
    height: 41px;
    line-height: 41px;
    padding: 0 8px;
}

.form_lists .form_list input {
    width: 100%;
    height: 41px;
    line-height: 41px;
    color: #333;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-sizing: border-box;
}

.form_lists .form_name input {
    padding-left: 50px;
}

.form_lists .form_mobile input {
    padding-left: 50px;
}

.form_lists .form_email input {
    padding-left: 57px;
}

.form_lists .form_address input {
    padding-left: 50px;
    padding-right: 5px;
}

.form_lists .form_housenumber input {
    padding-left: 65px;
    padding-right: 5px;
}

.form_lists .form_postcode input {
    padding-left: 80px;
    padding-right: 5px;
}

.form_lists .form_store input {
    padding-left: 80px;
    padding-right: 5px;
}

.form_lists .form_city input {
    padding-left: 50px;
    padding-right: 5px;
}

.form_notice a {
    text-decoration: underline;
}

.form_lists .form_notice, .form_lists .form_notice a {
	color: #333;
	font-weight: bold;
}

.form_lists .form_select, .form_lists .form_halfpage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_lists .form_select select {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 0 8px;
    box-sizing: border-box;
    height: 41px;
    line-height: 41px;
    background: url(../images/select.png) center right no-repeat;
    cursor: pointer;
    margin-top: 5px;
}
.form_halfpage .form_postcode, .form_lists .form_city, .form_halfpage .form_store,.form_halfpage .form_select select {
    width: 49%;
    margin: 0;
}

.form_lists .form_select #form_select_mengshi{
     width: 100%;   
}

.form_lists .form_country select, .form_lists .form_shipping select {
	width: 100%;
}

.form_lists .form_message textarea {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 10px 50px;
    height: 64px;
    line-height: 22px;
}

.form_lists #shipping_peisong{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: flex-start;
    flex-direction:row;
    justify-content : space-between;
}

.form_lists #shipping_peisong button {
    background: #FFF;
    height: 38px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px 10px;
    cursor: pointer;
    flex:1;
    margin-right: 5px;
    width: 33%;
    max-width: 33%;
}

.form_lists #shipping_peisong button.selected {
    background: linear-gradient(90deg,#e861f7,#7c57f5)!important;
    color: #fff;
}

.payment {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: flex-start;
    flex-direction:row;
}

.payment button {
    background: #FFF;
    height: 38px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px 10px;
    cursor: pointer;
    flex:1;
    margin-right: 5px;
    min-width: 33%
    width:49.5%;
    max-width: 49.5%;
}

@media screen and (max-width: 413px) {
    .payment button {
        height: 48px;
    }
}
.payment button.selected {
    background: linear-gradient(90deg,#e861f7,#7c57f5)!important;
    color: #fff;
}

.form_lists .form_firstname input, .form_lists .form_lastname input {
    padding-left: 48px;
}

.shipping_info {
    padding-bottom: 5px;
    padding-top: 5px;
}



/* index page */
.category_images {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 0;
}

.category_images p {
    width: 20%;
    display: block;
}

.banners {
    overflow: hidden;
    padding-bottom: 8px;
}

.banners p {
    float: left;
    width: 50%;
}

.index_title {
    height: 50px;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 50px;
    color: #fff;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    padding-left: 2%;
}

.list {
    width: 48%;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    margin: 8px 1% 0 1%;
    box-sizing: border-box;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_pic a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.list_title {
    font-size: 12px;
    padding: 3px 2%;
}

.list_title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.list_price {
    padding: 0 2% 3px 2%;
}

.list_price .index_price {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.list_price .index_price1 {
    font-size: 12px;
    text-decoration: line-through;
    color: #788188;
    padding-left: 1%;
}

/* for category */
.breadcrumbs {
    padding: 10px;
}

.breadcrumbs span {
    color: #666;
}

.breadcrumbs span:before {
    font-family: "FontAwesome";
    content: '\f105';
    font-weight: bold;
    padding: 0 5px;
}

.category_content {
    display: flex;
    position: relative;
}

.list_content .lists{
    background-color: #fff;
}

.category_lists {
    width: 100px;
    min-width: 100px;
    background-color: #f7f7f7;
    padding: 5px 0;
}

.category_content .normal {
    top: 45px;
    position: static;
}

.category_content .fixed {
    top: 45px;
    position: fixed;
}

.category_content .absolute {
    bottom: 0;
    position: absolute;
}

.category_lists ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category_lists li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #fefefe;
	overflow: hidden;
}

.category_lists li a.selected {
    border-left: 3px solid #333;
    padding-left: 7px;
    color: #333;
    background-color: #fff;
}

/* for page */
#page .pages h5 {
    font-size: 30px;
    color: #333;
    text-align: center;
    padding: 25px 0;
}

#page .pages p {
    padding: 10px;
}

#page .go_back a {
	display: block;
    width: 60px;
    height: 32px;
    line-height: 32px;
    background: #333;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
	cursor: pointer;
}

.tracking_title, .detail_listing_title {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    height: 44px;
    background-color: #f8f8f8;
    border-bottom: 1px dashed #ddd;
}

.tracking_form {
	padding: 10px;
    text-align: center;
}

.tracking_form input {
	margin: 10px auto;
	text-align: center;
}

input.tracking_content {
	width: 90%;
    height: 32px;
    line-height: 32px;
    color: #666;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
	padding: 0 10px;
	
}
div.lists{
    display: flex;
    flex-wrap: wrap;
}

.index_listing .lists {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background-color: #efefef;
    padding: 0 0 2% 0;
}

input.tracking_submit {
    width: 100%;
    display: block;
    text-decoration: none;
    height: 40px;
    background: linear-gradient(90deg,#e861f7,#7c57f5)!important;
    border: 0px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}

#tracking .notice {
	margin: 15px 0;
}

#tracking .tracking_orders {
	display: flex;
	padding: 5px 0;
}

#tracking .order_products p {
	font-weight: bold;
}

#tracking .order_products p.order_products_detail {
	padding-left: 30px;
	font-weight: normal;
}

#tracking .tracking_orders_title {
	color: #333;
	font-weight: bold;
	padding-right: 8px;
	width: 75px;
	text-align: right;
}

#tracking .tracking_order_detail a {
	text-decoration: underline;
    color: #333;
    font-weight: bold;
}


div.affirm {
    display: block;
    text-decoration: none;
    height: 40px;
    background: linear-gradient(90deg,#e861f7,#7c57f5)!important;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}

.buy_page {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}
.buy_page>div {
    border: none;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    border-top: 1px solid #ececec;
}
.buy_page>div:first-child {
    border: none;
}
.buy_page>div {
    border: none;
    padding-left: 16px;
    padding-right: 16px;
}
.buy_page>div.control {
    border-top: 1px solid #eee;
    margin-top: 16px;
}
.buy_page .title {
    display: inline-block;
    color: #818181;
    font-size: 16px;
    padding-bottom: 30px;
    vertical-align: top;
    min-width: 66px;
}

.buy_page .buy_page_info .taocan_title,.buy_page .buy_page_info .guige_title,.buy_page .buy_page_info .yanse_title,.buy_page .buy_page_info .gift_title {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 7px;
    display: block;
}
.buy_page .taocan,.buy_page .guige,.buy_page .yanse,.buy_page .gift {
    display: block;
    clear: both;
}
.buy_page .taocan .taocan_content,.buy_page .guige .guige_content,.buy_page .yanse .yanse_content,.buy_page .gift .gift_content {
    display: block;
    clear: both;
}
.buy_page .taocan .taocan_content span {
    display: block;
    width: calc(100% - 2rem);
    /* height: 40px; */
    padding: 7px 16px;
    margin: 0 auto 14px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    clear: both;
}
.buy_page .yanse .yanse_content span,.buy_page .gift .gift_content span {
    display: block;
    width: calc(100% - 2rem);
    padding: 7px 16px;
    margin: 0 auto 14px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.buy_page .taocan .taocan_content span,.buy_page .guige .guige_content span,.buy_page .yanse .yanse_content span,.buy_page .gift .gift_content span {
    border-radius: 5px;
}
.buy_page .buy_page_info .select {
    background: linear-gradient(90deg,#e861f7,#7c57f5)!important;
    color: #fff !important;
}
.buy_page .buy_page_info .taocan .taocan_content span,.buy_page .buy_page_info .yanse .yanse_content span,.buy_page .buy_page_info .gift .gift_content span {
    display: block;
    width: auto;
    padding: 7px 36px;
    margin-right: 16px;
    float: left;
}

.buy_page .buy_page_info .guige .guige_content span{
    display: block;
    width: auto;
    max-width: 32%;
    margin-right: 1%;
    float: left;
}

.buy_page .guige .guige_content span {
    display: block;
    width: calc(100% - 2rem);
    padding: 6px 2px;
    margin: 0 auto 14px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.buy_page_info {
	overflow-y: auto;
	max-height: 70%;
}
.buy_page_info .gift_title {
    color: #e61414;
    padding-bottom: 5px;
    font-weight: bold;
}

.buy_page_info span.display{
    display:inline;
}

.buy_page_info .guige .guige_content span.lists,.buy_page_info .yanse .yanse_content span.lists,.buy_page_info .gift .gift_content span.lists {
    text-align: center;
}

.buy_page_info .buy_page_section {
	padding: 5px 8px 0 8px;
	position: relative;
}

span.disabled {
    color: #cdcdcd;
    border: 2px dashed #c3c3c3;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: line-through;
    display: none!important;
}

span.select.buy_sku_pic {
    background-color: #faa41a;
    border: 2px solid #faa41a;
}

.coddetail-comment .reviewslist {
    max-height: 300px;
    overflow: auto;
}
.coddetail-comment dl {
    padding: .2rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    margin: 0  .5rem;
}
.coddetail-comment dt {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 24px;
}
.coddetail-comment dt .review-name {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.coddetail-comment dt .review-name img {
    margin-right: 5px;
}
.coddetail-comment dt .review-dt {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.coddetail-comment dt .review-star {
    margin-left: 15px;
}
.coddetail-comment dt .review-star i.cur {
    color: #ff9d00;
}
.icon-xing:before {
    content: "\e615";
    color: rgb(254, 200, 110);
    font-size: 0.7em;
}
/* other */
.not_found {
	text-align: center;
}

.buyer-list {
    position: fixed;
    bottom: 80px;
    z-index: 8887;
}

.buyer-list-container {
    color: #fff;
    height: 88px;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 0 0 10px;
}

.buyer-list .swiper-slide {
    text-align: center;
    opacity: 0;
    box-sizing: border-box;
    height: 50%;
    padding: 10px 0;
}

.buyer-list .swiper-slide div {
    background: rgba(0,0,0,.6);
    padding: 2px 15px;
    border-radius: 15px;
}

.buyer-list .swiper-slide-active {
    opacity: 1;
}

.buyer-list .swiper-slide-next {
    opacity: .5;
}
.foot_buy .order-query {
    width: 30%;
    text-align: center;
    cursor: pointer;
    position: relative
}

.order-query span {
    display: inline-block;
    width: 100%
}

@media screen and (max-width: 359px) {
    .list .list_price span {
        display: block;
    }
}

@media screen and (max-width: 413px) {
    .form_lists .select_payment span.payment_paypal {
        width: 150px;
    }

	.form_lists .form_postcode, .form_lists .form_city, .form_halfpage .form_store {
		width: 100%;
		margin: 0 0 5px 0;
	}

	.form_lists .form_halfpage {
		display: block;
	}
}

@media screen and (max-width: 599px) {
    .list_title a {
        -webkit-line-clamp: 2;
    }

    .order_info_notice {
        margin: 0 10px;
    }

	.category_lists li a {
		font-size: 12px;
	}

	.category_lists {
		width: 85px;
		min-width: 85px;
	}

	.index_title {
		font-size: 22px;
		padding-left: 3%;
	}

	.english .form_lists .form_postcode, .english .form_lists .form_city {
		width: 100%;
		margin: 0 0 5px 0;
	}

	.english .form_lists .form_halfpage {
		display: block;
	}
}
.modal-content strong {
    color:red;
}
.modal-content button {
  background-color: #7c57f5;
}

.modal-content button:hover {
  background-color: #7c57f5;
}

.control .coupon_save,.control .buy_page_price{
    font-weight: bold;
    font-size: 20px;
}
.original_price {
    display: none;
    text-decoration: line-through;
    text-align: right;
}
.coupon_save {
    display: none;
    text-align: right;
    color: #7c57f5;
}
.buy_page_price {
    text-align: right;
    color: #7c57f5;
}
.index_banner img{
    width: 100%;
}
.promotion{
    text-align: center;
    color:white;
    background: linear-gradient(90deg,#e861f7,#7c57f5);
    font-size: 18px;
    padding: 5px;
    margin: 5px;
}