/*
* 專業團隊定制網站開發
* 定制商城、企業官網、微信小程序
* 聯繫方式： qq 494906791
* */
@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;
}

*, html, body{
	margin:0;
	padding:0;
	outline:0;
}

body{
	color: rgba(0,0,0,.8);
	background-color:#fff;
	font: 14px Microsoft YaHei,SimSun,Helvetica;
	line-height: 22px;
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}

img{
	border: none;
	width: 100%;
	height: auto;
    vertical-align: top;
}

#contents img {
	display: block;
}

input[type="button"], input[type="submit"], input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select{
	-webkit-appearance: none;
}

a {
    color: #333;
    text-decoration: 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: 1rem;
    color: #000;
    padding-top: 1rem;
}
.mask_dialog div .priceStyle{
    color: #e40681;
    font-size:1.2rem;
    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: 6rem;
    height: 1.9rem;
    border:0;
    margin:1rem;
    border-radius: 3px;
    background: #ddd;
}
.mask_dialog .sure{
    background: #e40681;
    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;
}
/* header & footer */
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: 750px;
    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: #e2007b;
    font-size: 18px;
    font-weight: bold;
}

.head_flags {
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    max-width: 750px;
    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: 750px;
    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: 750px;
    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: 750px;
  height: 1000px;
}

#detail footer .copyright {
    padding-bottom: 60px;
}

/* detail page */
#detail .infos .title {
	padding: 5px;
}

#detail .infos .title h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #e61414;
}
#detail .infos .title h3 {
    font-size: 16px;
    line-height: 24px;
}

#detail .infos .details {
	background-color: #f8f8f8;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 -1px 1px rgba(0,0,0,0.11);
	border-bottom: 1px dashed #ddd;
	padding: 0 8px;
    display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#detail .infos .goods_price {
	color: #d62672;
	font-weight: bold;
	font-size: 20px;
}

#detail .infos .goods_price .price-slogan {
	color: #ff0000;
	font-weight: normal;
	font-size: 16px;
}

#detail .infos .original_price {
	text-decoration: line-through;
	color: #788188;
	font-size: 12px;
}

#detail .infos .countdowns strong {
	color: #d62672;
}

#detail .infos .slogan, #detail .infos .buy-qty {
	font-size: 12px;
	color: #888;
	padding: 8px 5px;
	border-bottom: 1px dashed #ddd;
}

#detail .infos .slogan span {
	display: inline-block;
	padding: 0 3px;
}

#detail .infos .slogan span:before {
	width: 12px;
	height: 12px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTA5MjY3NzI0NzkzIiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjUgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjY4ODQiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTI4LjEyNSIgaGVpZ2h0PSIxMjgiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTkxNS41NDYxMTIgMzE3LjIwOTZsLTM3MC40OTM0NCAzOTAuNDU3MzQ0IDQuODA3NjgtNS4wNzA4NDhjLTE0LjQyOTE4NCAxNS4yMTA0OTYtMzMuMjgzMDcyIDIzLjAyMzYxNi01Ni41NDIyMDggMjMuNDQ5Ni0yMy4yNjgzNTIgMC40MjgwMzItNDIuMTA4OTI4LTYuOTcwMzY4LTU2LjU0MzIzMi0yMi4xODcwMDhsLTE2Ny4yMzk2OC0xNzcuNTEyNDQ4Yy0xNC40MzQzMDQtMTUuMjE4Njg4LTIxLjQ0NDYwOC0zMy4xNzc2LTIxLjA1MDM2OC01My44ODY5NzYgMC40MDE0MDgtMjAuNzA4MzUyIDcuODE3MjE2LTM4LjY2NjI0IDIyLjI2MDczNi01My44ODM5MDQgMTQuNDM1MzI4LTE1LjIxMTUyIDMyLjA3NzgyNC0yMi42MTYwNjQgNTIuOTMwNTYtMjIuMTg5MDU2IDIwLjg1OTkwNCAwLjQyNzAwOCAzOC41MDM0MjQgOC4yMzkxMDQgNTIuOTMwNTYgMjMuNDU3NzkybDExNi43MTA0IDEyMS43MTg3ODQgMzMxLjkzOTg0LTM0OS44MjcwNzJDNzQ0LjQ4MDc2OCAxMTIuNzEzNzI4IDYzMy45Mjg3MDQgNjQuMDAxMDI0IDUxMiA2NC4wMDEwMjRjLTI0Ny40MjE5NTIgMC00NDggMjAwLjU3ODA0OC00NDggNDQ4UzI2NC41NzgwNDggOTYwIDUxMiA5NjBzNDQ4LjAwMTAyNC0yMDAuNTc3MDI0IDQ0OC4wMDEwMjQtNDQ3Ljk5ODk3NkM5NjAuMDAxMDI0IDQ0Mi4xODk4MjQgOTQ0LjAyODY3MiAzNzYuMTA4MDMyIDkxNS41NDYxMTIgMzE3LjIwOTZ6IiBwLWlkPSI2ODg1IiBmaWxsPSIjNzc3Nzc3Ij48L3BhdGg+PC9zdmc+) center no-repeat;
	background-size: 12px;
	display: inline-block;
	content: '';
	vertical-align: middle;
}

#detail .infos .shareto {
	text-align: center;
	border-bottom: 1px dashed #ddd;
	padding: 5px 0 0 0;
}

.shareto img {
	width: auto;
	margin-top: 5px;
}

.shareto .slogan-share {
	background-color: #e61414;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	padding: 8px;
}

#detail .content_title {
    display: -webkit-flex;
	display: flex;
	box-shadow: 0 1px 2px rgba(0,0,0,0.11);
	top: 0;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
}

#detail .content_title div {
	width: 33%;
	text-align: center;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	color: #333;
	cursor: pointer;
}

#detail .content_title .logo img {
	width: auto;
	height: 32px;
	vertical-align: middle;
}

#detail .content_title .logo {
    line-height: 42px;
    color: #e2007b;
    font-size: 16px;
    font-weight: bold;
	overflow: hidden;
}

#detail .content_title .comments_title {
	background-color: #f6f6f6;
}

#detail .content_title .comments_title:after {
	content: '';
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTEyMzgzMzc2OTA3IiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjE4NjMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNDI0LjQ0OCA2ODYuMjcyIiBwLWlkPSIxODY0IiBmaWxsPSIjZDEyZTdmIj48L3BhdGg+PHBhdGggZD0iTTkzOS45MDQgMTM0LjE0NCA4NC4wOTYgMTM0LjE0NEMzNy42OTYgMTM0LjE0NCAwIDE2Ni4wMTYgMCAyMDUuMzc2bDAgNDcxLjYxNmMwIDM5LjM2IDM3LjY5NiA3MS4yMzIgODQuMDk2IDcxLjIzMmwxNzkuNzc2IDAgMCAxNDEuNjMyIDE0My4xMDQtMTQxLjYzMiA1MzIuODY0IDBjNDYuNTI4IDAgODQuMDk2LTMxLjg3MiA4NC4wOTYtNzEuMjMyTDEwMjMuOTM2IDIwNS4zNzZDMTAyNCAxNjYuMDE2IDk4Ni4zNjggMTM0LjE0NCA5MzkuOTA0IDEzNC4xNDR6TTM0Mi4yNzIgNTU2LjAzMiAyOTcuMTUyIDU1Ni4wMzIgMjIwLjQxNiA0NDhjLTEzLjM3Ni0xOC43NTItMjcuMzkyLTQwLjM4NC00MS42LTY1LjE1MkwxNzcuNzI4IDM4Mi44NDhjMS4zNDQgMjguNzM2IDEuOTg0IDUxLjEzNiAxLjk4NCA2Ni44OGwwIDEwNi4zMDRMMTM2Ljc2OCA1NTYuMDMybDAtMjM0Ljg4IDQ1LjEyIDBMMjU5LjIgNDMwLjQ2NGMxNi43NjggMjQgMzAuNTkyIDQ1LjM3NiA0MS4wODggNjMuOTM2bDEuMDg4IDBDMjk5Ljk2OCA0NjMuODcyIDI5OS4xMzYgNDQxLjUzNiAyOTkuMTM2IDQyNy42NDhMMjk5LjEzNiAzMjEuMjE2bDQzLjEzNiAwTDM0Mi4yNzIgNTU2LjAzMnpNNTU2LjkyOCA1NTYuMDMyIDM5OC40IDU1Ni4wMzJsMC0yMzQuODggMTUyLjI1NiAwIDAgMzYuMDMyTDQ0MS40MDggMzU3LjE4NGwwIDYwLjczNiA5My42OTYgMCAwIDM2LjAzMkw0NDEuNDA4IDQ1My45NTJsMCA2Ni4yNCAxMTUuNTIgMEw1NTYuOTI4IDU1Ni4wMzJ6TTgyMy42MTYgNTU2LjAzMmwtNDIuNzUyIDAtMjYuNDMyLTEwNS4zNDRjLTUuODI0LTIzLjc0NC0xMS4yLTQ2LjQtMTUuOTM2LTY3LjcxMmwtMS4wMjQgMGMtNC4zNTIgMjEuODg4LTkuNTM2IDQ0LjM1Mi0xNS42OCA2Ny43MTJsLTI2LjMwNCAxMDUuMzQ0LTQyLjc1MiAwLTc0LjY4OC0yMzQuODggNDUuNzYgMCAyOC4yODggOTMuNjMyYzguNDQ4IDI5LjQ0IDE1LjQyNCA1NiAyMC42NzIgNzkuNzQ0bDEuMDI0IDBjNS4yNDgtMjUuNDcyIDExLjMyOC01MS43MTIgMTcuOTItNzguNTkybDI0LjMyLTk0Ljc4NCA0NC4yMjQgMEw3ODQuMzg0IDQxNmM2Ljk3NiAyNi42MjQgMTMuMTIgNTIuNzM2IDE3LjkyIDc4LjU5MmwxLjM0NCAwYzYuMTQ0LTI4LjAzMiAxMy4yNDgtNTQuNjU2IDIwLjQxNi03OS43NDRsMjguMTYtOTMuNjMyIDQ2LjAxNiAwTDgyMy42MTYgNTU2LjAzMnoiIHAtaWQ9IjE4NjUiIGZpbGw9IiNkMTJlN2YiPjwvcGF0aD48L3N2Zz4=) center no-repeat;
	background-size: 20px;
	display: inline-block;
	width: 20px;
	height: 25px;
}

#detail .foot_buy {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    text-align: center;
    height: 50px;
    box-shadow: 0px 0px 3px rgba(0,0,3,0.15);
    z-index: 999;
}

#detail .foot_buy a {
    display: block;
    width: 20%;
    min-width: 20%;
    font-size: 12px;
    line-height: normal;
    padding-top: 8px;
}

#detail .foot_buy .buy_now {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #e40681;
    border-radius: 3px;
    color: #fff;
    line-height: 50px;
	cursor: pointer;
}

#detail .foot_buy .buy_cart:before, #detail .foot_buy .buy_service:before, #detail .foot_buy .buy_home:before, #detail .foot_buy .buy_fb:before {
    font-family: "FontAwesome";
    font-size: 22px;
    display: block;
    padding: 0;
    margin: 0 auto;
    color: #e40681;
}

#detail .foot_buy .buy_cart:before {
    content: "\f07a";
}

#detail .foot_buy .buy_service:before {
    content: "\f086";
}

#detail .foot_buy .buy_home:before {
    content: "\f015";
}

#detail .foot_buy .buy_fb:before {
	content: "\f007";
}

#detail .foot_buy .buy_cart {
    position: relative;
}

#detail .foot_buy .buy_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);
}

/* cart page */
.cart_empty {
    padding: 50px 0;
    text-align: center;
    background-color: #f3f3f3;
}

.cart_empty img {
    width: 200px;
    height: auto;
}

.cart_empty_notice {
    font-size: 18px;
    padding: 30px 0;
}

.shopping_now a {
    border: 1px solid #707070;
    border-radius: 8px;
    color: #707070;
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px;
}

.cart_content {
    border-top: 10px solid #eee;
}

.cart_group {
    border-bottom: 10px solid #eee;
    padding: 0 8px;
}

.cart_group_title {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.shippingpromos {
	color: #e40681;
	font-weight: bold;
	font-size: 16px;
}

.del_id {
    float: right;
}

.del_id:before {
    font-family: "FontAwesome";
    font-size: 20px;
    content: '\f1f8';
    color: #aaa;
    cursor: pointer;
}

.cart_list {
    border-bottom: 1px dashed #ddd;
    display: -webkit-flex;
    display: flex;
    padding: 8px 0;
}

.cart_list:last-child {
    border-bottom: none;
}

.cart_list_pic {
    padding-right: 10px;
}

.cart_list_pic img {
    width: 100px;
    height: auto;
    display: block;
}

.cart_list_infos {
    width: 100%;
    position: relative;
    padding: 0 20px 25px 0;
}

.cart_list_title span {
    font-size: 12px;
    color: #e40681;
    border: 1px solid #e40681;
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
    padding: 0 4px 1px 4px;
    line-height: normal;
}

.cart_list_attribute {
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    padding: 5px 0;
}

.cart_list_attribute span {
    padding-right: 10px;
    color: #888;
    font-size: 12px;
    font-family: Arial,Helvetica,Verdana;
}

.cart_list_attribute span:last-child {
    padding-right: 0;
}

.cart_list_remove {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 20px;
    height: 50%;
    text-align: right;
}

.cart_list_foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.cart_list_price {
    font-weight: bolder;
    font-size: 18px;
    color: #333;
}

.cart_list_qty {
    display: -webkit-flex;
    display: flex;
    text-align: center;
}

.cart_list_qty .cart_add_del {
    border: 1px solid #dedede;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    background-color: #f8f8f8;
    width: 20px;
    display: inline-block;
    cursor: pointer;
}

.cart_display_qty {
    display: inline-block;
    width: 20px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    line-height: 20px;
    height: 20px;
}

.cart_display_total {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    line-height: 24px;
}

.display_total {
    text-align: right;
}

.cart_display_total span {
    font-size: 18px;
    font-weight: bold;
    color: #e40681;
    display: inline-block;
}

.promos-title {
	text-align: center;
	color: #f1b52b;
	font-size: 18px;
	font-weight: bold;
}

.cart_button {
    padding: 15px 8px;
}

.cart_button a {
    display: block;
    box-shadow: 3px 3px 5px #e5e5e5;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.cart_button a.cart_checkout {
    background-color: #e40681;
}

.cart_button a.cart_continue {
    background-color: #f1b52b;
}

/* for success page */
.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: #e2007b;
    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: #e2007b;
}

.order_success p.order_success_title {
    font-size: 22px;
    color: #e2007b;
    font-weight: bold;
    padding: 20px 0 10px 0;
}

.order_unpaid, .change_to_cod {
    text-align: center;
    font-size: 16px;
    color: #e2007b;
    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: #e2007b;
    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_detail p {
	font-size: 14px;
	font-weight: bold;
}

.shipping_detail p span.shipping_detail_title {
	display: inline-block;
	width: 80px;
	text-align: right;
	padding: 3px 10px 3px 0;
}

.shipping_detail p span.shipping-address {
    width: auto;
    text-align: left;
    vertical-align: top;
}

.order_total {
    text-align: right;
    font-size: 16px;
    color: #e2007b;
    font-weight: bold;
    padding-top: 10px;
}

.backtohome {
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #e2007b;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
}

/* for checkout page */
#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: #e40681;
}

.click_to_noview:after {
    font-family: "FontAwesome";
    content: '\f106';
    font-size: 16px;
    font-weight: bold;
    padding-left: 3px;
    color: #e40681;
}

.checkout_form {
    padding: 8px;
}

.form_title {
    color: #e40681;
    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_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: #e40681;
	font-weight: bold;
}

.form_halfpage .form_postcode, .form_lists .form_city, .form_halfpage .form_store {
	width: 49%;
	margin: 0;
}

.form_lists .form_select, .form_lists .form_halfpage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_lists .form_select select {
    width: 49%;
    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_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 {
    border: 2px solid #e40681;
    background-color: #e40681;
    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 {
    border: 2px solid #e40681;
    background-color: #e40681;
    color: #fff;
}

.form_lists .form_firstname input, .form_lists .form_lastname input {
    padding-left: 48px;
}

.submit_order {
    color: #fff;
    text-align: center;
    background: #e40681;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    box-shadow: 3px 3px 5px #e5e5e5;
    border-radius: 5px;
    margin: 20px 0 10px 0;
    cursor: pointer;
}

.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: #ff004e;
    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%;
}

.index_new_title {
    background-image: url(../images/index_new.png);
}

.index_countdown_title {
    background-image: url(../images/index_countdown.png);
}

.index_featured_title {
    background-image: url(../images/index_featured.png);
}

/* for lists style */
.lists {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background-color: #efefef;
    padding: 0 0 2% 0;
}

.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: #d62672;
    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 #e40681;
    padding-left: 7px;
    color: #e40681;
    background-color: #fff;
}

/* for page */
#page .pages h5 {
    font-size: 30px;
    color: #e40681;
    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: #e2007b;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
	cursor: pointer;
}

/* for tracking */
.tracking_title, .detail_listing_title {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    height: 44px;
    box-shadow: 0 1px 5px #ddd;
}

.tracking_form {
	padding: 10px;
}

.tracking_form input {
	display: block;
	margin: 10px auto;
	text-align: center;
}

input.tracking_content {
	width: 65%;
    height: 32px;
    line-height: 32px;
    color: #666;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
	padding: 0 10px;
	
}

input.tracking_submit {
    width: 60px;
    height: 32px;
    line-height: 32px;
    background: #e2007b;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
	border: none;
	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: #e2007b;
	font-weight: bold;
	padding-right: 8px;
	width: 75px;
	text-align: right;
}

#tracking .tracking_order_detail a {
	text-decoration: underline;
    color: #e2007b;
    font-weight: bold;
}

/*
For: buy page
*/
.buy_pages {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 8888;
	left: 0;
	top: 0;
	display: none;
}

.buy_page {
	z-index: 9999;
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 750px;
	height: 80%;
	margin: 0 auto;
	top: 20%;
    display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.buy_page_head {
	position: relative;
	padding: 0 10px 10px 120px;
	border-bottom: 1px solid #ddd;
}

.buy_page_img {
	position: absolute;
	width: 100px;
    height: auto;
	max-height: 100px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #888;
    position: absolute;
    left: 10px;
    top: -30px;
}

.buy_page_price {
	color: #e40681;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0 2px 0;
}

.buy_page_qtys {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

.buy_page_titles {
    color: #555;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.buy_page_close {
	font-size: 26px;
    font-family: Arial,Helvetica,Verdana;
    color: #666;
    border-radius: 100%;
    border: 1px solid #666;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 10px;
    top: 5px;
	cursor: pointer;
}

.buy_page_info {
	border-top: 5px solid #eee;
	overflow-y: auto;
	max-height: 70%;
}

.buy_page_info .buy_page_info_title {
	padding-bottom: 5px;
	font-weight: bold;
}
.buy_page_info .gift {
    color: #e61414;
    padding-bottom: 5px;
    font-weight: bold;
    display: none;
}
.buy_page_info span.display{
    display:inline;
}

.buy_page_info .taocan, .buy_page_info .guige, .buy_page_info .yanse {
    display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 5px;
}
.buy_page_info .taocan,.buy_page_info .yanse {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
}
.buy_page_info .taocan_title, .buy_page_info .guige_title, .buy_page_info .yanse_title {
	white-space: nowrap;
	font-size: 16px;
	padding: 2px 5px 0 0;
}

.buy_page_info .guige .guige_content span.lists,.buy_page_info .yanse .yanse_content span.lists {
    text-align: center;
}

.buy_page_info .buy_page_section {
	padding: 5px 8px 0 8px;
	position: relative;
}

.close_buy_page_section {
	position: absolute;
	right: 0;
	font-size: 20px;
	padding: 0 10px;
	height: 25px;
	vertical-align: middle;
	cursor: pointer;
	display: none;
}

.buy_page_foot {
    display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.buy_page_button_add {
	width: 49%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #f1b52b;
    border-radius: 3px;
    color: #fff;
    line-height: 50px;
	cursor: pointer;
	box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
}

.buy_page_button_buy {
	width: 49%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #e40681;
    border-radius: 3px;
    color: #fff;
    line-height: 50px;
	cursor: pointer;
	box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
}

span.lists{
	color: #555;
	background-color: #e9e9e9;
    border: 2px solid #e9e9e9;
	border-radius: 3px;
	padding: 0 3px 2px 4px;
	display: inline-block;
	margin: 0 3px 5px 0;
	cursor: pointer;
	line-height: normal;
}

span.select{
    color: #fff;
	background-color: #faa41a;
    border: 2px solid #faa41a;
    box-shadow: 0 0 5px #faa41a;
}

span.disabled {
    color: #cdcdcd;
    border: 2px dashed #c3c3c3;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: line-through;
}

span.select.buy_sku_pic {
    background-color: #faa41a;
    border: 2px solid #faa41a;
}

.buy_page_addone {
	height: 50px;
	overflow: hidden;
	background: url(../images/addone_bg.png) top center no-repeat;
	background-size: 100%;
	cursor: pointer;
	border-top: 1px solid #ddd;
}

.add_one {
	color: #666;
	text-align: center;
	padding: 3px 0;
}

.add_one:after {
	background: url(../images/addone.gif) center no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
	display: block;
	content: '';
    padding: 0;
    margin: 0 auto;
	border-radius: 100%;
}

/*
For: comments
*/
.comments{
    clear: both;
}
.comment_lists {
	overflow: hidden;
}

.comment_lists_title {
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.comment_lists ul {
	list-style:none;
	padding:0;
	margin:0;
}

.comment_list {
	padding: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.comment_info {
    display: -webkit-flex;
	display: flex;
	padding: 0 0 10px 0;
}

.comment_star {
	flex:1;
	text-align:center;
	color:#666666;
}

.comment_star img {
	height:18px;
	width:auto;
}

.comment_username {
	color:#e40681;
}

.comment_addtime,.comments_content {
	color:#666;
}

.comment_addtime {
	width: 80px;
	white-space: nowrap;
	overflow: hidden;
}

.comments_pic img {
	height: 70px;
	width: auto;
	margin-top: 9px;
	margin-right: 10px;
}

.no_comment {
	text-align: center;
	line-height: 35px;
	color: #e40681;
}

.comment_pages {
	padding: 10px 0;
	text-align: center;
}

.comment_pages .page_id {
	display: inline-block;
	border: 1px solid #e40681;
	color: #e40681;
	border-radius: 5px;
	padding: 3px 8px;
	margin: 0 3px;
	cursor: pointer;
}

.comment_pages .selected {
	background-color: #e40681;
	color: #fff;
}

/*
Submit forms
*/
.comments-submit {
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
}

.comments-submit span {
	border: 1px solid #ccc;
	border-radius: 20px;
	color: #666;
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
}

.submit-comment-forms {
	position: fixed;
	background-color: rgba(0,0,0,.5);
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	max-width: 750px;
	margin: 0 auto;
}

.submit-comments {
	background-color: #fff;
	border-radius: 5px;
	width: 80%;
	margin: 40% auto 0 auto;
	padding: 20px 5%;
}

.submit-comments .comments-title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #e40681;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.submit-comments .comments-name, .submit-comments .comments-mobile, .submit-comments .comments-star, .submit-comments .comments-content {
	padding-bottom: 15px;
}

.submit-comments .thecommenttitle {
	width: 25%;
	min-width: 80px;
	text-align: right;
	display: inline-block;
}

.submit-comments div input {
	width: 64%;
	border: 1px solid rgba(0,0,0,.2);
	outline: 0;
	background-color: #fff;
	line-height: 25px;
	border-radius: 3px;
	padding: 0 3px;
}

.submit-comments .commentStar {
	font-size: 24px;
	color: #e40681;
	cursor: pointer;
}

.submit-comments .red-star {
	color: #e40681;
	display: inline-block;
	padding-right: 3px;
}

.submit-comments .comments-content .thecommenttitle {
	vertical-align: top;
}

.submit-comments .comments-content textarea {
	width: 64%;
	height: 50px;
	padding: 3px;
}

.submit-comments .comment-submit {
	text-align: center;
}

.submit-comments .comment-submit span {
	border: 1px solid #ccc;
	border-radius: 20px;
	color: #666;
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
}

#closeSubmitComment {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}

.comments {
    padding: 30px 0;
}

/* other */
.not_found {
	text-align: center;
}

#gototop{
	position:fixed;
	width:40px;
	height:40px;
	right:10px;
	bottom:140px;
	cursor:pointer;
}

#gototop img {
    width: 40px;
}




.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;
}



@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;
	}
}