@charset"utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Roboto);
*, body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #4F4F4F;
	font-family:'Noto Sans TC' ,"微軟正黑體", Microsoft JhengHei, Arial, helvetica;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 150%;
	letter-spacing: 0.05em;
}
.body_m{
	overflow: hidden;
}
.fb_dialog {
	left: -10%;
}
.fb_reset {
	position: unset !important;
}
a {
	hlbr: expression(this.onFocus=this.blur());
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	/* transition: all .4s ease-in; */
	transition: all .4s cubic-bezier(0, 0.57, 0, 1.09);
}
a , a:hover, img {
	outline: none;
	text-decoration: none;
}
img, a img {
	border: none;
	max-width: 100%;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pd_text ul {
	list-style: disc;
	padding: 5px 20px;
	font-size: 18px;
}
p, h1, h2, h3, h4{
	line-height: 150%;
}
select{
	outline: none !important;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
::placeholder {
	color: #828282;
}
.mb{
	display: none !important
}
.mb01{
}
.flex{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.wrap{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.noflex{
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.flex1{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fancybox-button{
	background: #fff!important;
}
.text-danger{
	color: #EB5757;
}
.text-center{
	text-align: center;
}
/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	padding: 0 55px;
	background: #B40101;
	z-index: 99;
}
.h_inside{
	width: 100%;
	display: flex;
	margin: 0 auto;
	max-width: 1920px;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width: 15%;
}
/* .logo a {
	color: #fff;
	display: block;
	font-size: 21px;
	text-align: right;
	font-weight: bold;
	background: url(../images/logo.png) no-repeat left center;
	background-size: auto 30px;
} */
.m_btn{
	display: none;
}
nav {
	flex: 1;
	margin: 0 15px;
}
nav ul, .addon ul{
	display: flex;
	align-items: center;
}
nav ul li{
	position: relative;
}
nav ul li a{
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	padding: 23px 13px 21px 13px;
}
nav ul li a.m_menu:after{
	display: inline-block;
	font-family: "Material Icons";
	content: "\e5cf";
	font-size: 17px;
	margin:0 0 0 5px;
}
.addon a {
	display: inline-flex;
}
nav ul li a , .addon, .addon a{
	color: #fff;
	font-size: 19px;
}
nav ul li ul{
	position: absolute;
	display: none;
	top: 72px;
	left: 0;
	min-width: 180px;
	padding: 20px;
	background:#fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 5px 5px;
}
nav ul li:hover ul{
	display: block;
}
nav ul li ul li{
	margin: 0 0 12px 0;
}
nav ul li ul li a{
	padding: 0;
	color: #4F4F4F;
	font-size: 19px;
	white-space: nowrap;
}
nav ul li ul li a i{
	font-size: 17px;
}
nav ul li ul li a:hover{
	color: #B40101;
}
.addon {
	padding: 17px 10px;
}
.addon img{
	margin: 0 5px 0 0;
}
.addon ul li {
	color: #fff;
	position: relative;
	margin: 0 15px 0 0;
	display: inline-flex;
	align-items: center;
}
s.addon ul li:last-child, .total ul li, .h_cart_box ul li{
	margin: 0;
}
/* 選單購物車 */
.h_cart{
	position: relative;
}
.h_cart img {
	margin: 0;
}
a.h_cart_btn {
	display: inline-flex;
	align-items: center;
}
.h_cart b {
	display: inline-block;
	padding: 2px 5px 3px 5px;
	font-size: 17px;
	line-height: 1;
	color: #B40101;
	background: #fff;
	border-radius: 100%;
}
.h_cart_box ,.search_box{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 57px;
	right: 0;
	width: 400px;
	padding: 5px 30px;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	z-index: 1;
}
.h_cart_box{
	padding: 5px 30px 30px 30px;
}
.h_cart_box.open, .search_box.open{
	opacity: 1;
	visibility:visible;
}
.h_cart_box ul{
	flex-wrap: wrap;
}
.h_cart_box ul li{
	display: flex;
	align-items: flex-end;
	width: 100%;
	padding: 15px 10px;
	border-bottom: 1px solid #C4C4C4
}
.h_cart_box ul li, .h_cart_box ul li a, .s_close{
	color: #4F4F4F;
	font-size: 18px;
	font-weight: 700;
}
.h_cart_box ul li .c_price, .h_cart_box ul li.cost{
	color: #828282;
	font-weight: 500;
}
.c_price{
	text-align: right;
}
.total{
	padding: 15px 10px;
}
.total ul li, .search_box form {
	display: flex;
	align-items: center;
	border: 0;
	padding: 0;
}
.subtotal{
	color: #B40101;
}
a.check{
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 20px;
	background: #B40101;
	border-radius: 5px;
	text-align: center;
}
.h_cart_box .no_item{
	margin: 20px 0 0 0;
}
/* 搜尋 */
.search_btn img{
	margin: 5px 0 0 0;
}
.search_box{
	padding: 30px;
}
.search_box input{
	flex: 1;
	font-size: 16px;
	font-weight: 500;
	color: #828282;
	border-radius: 5px;
	padding: 10px 15px;
	border: 1px solid #C4C4C4;
}
a.s_btn{
	width: 75px;
	font-size: 18px;
	padding: 10px;
	margin: 0 0 0 5px;
	justify-content: center;
	background: #4F4F4F;
	border-radius: 5px;
}
a.s_btn, .s_close{
	margin: 0 0 0 5px;

}
.s_close{
	cursor: pointer;
	font-size: 27px;
}
/* footer */
.footer_info{
	background: #B40101;
	padding: 50px 0;
}
.footer_info .flex{
	width: 900px;
	align-items: center;
	margin: 0 auto;

}
.footer_info p{
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.footer_info p:last-child{
	margin: 0;
}
.f_logo{
	margin: 0 75px 0 0;
}
.footer_link{
	padding: 35px 0;
	background: #F2F2F2;
}
.footer_link .flex{
	justify-content: center;
	align-items: center;
}
.footer_link .flex a{
	color: #4F4F4F;
	font-size: 19px;
	font-weight: 600;
	margin: 0 20px 0 0;
}
.footer_link .flex a:nth-child(9){
	margin: 0 26px 0 0;
}
.footer_link .flex a.icon_share{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 7px 0 0;
	text-indent: -9999px;
}
.footer_link .flex a.icon_share:nth-child(1){
	background: url(../images/icon_fb.svg) no-repeat center center;
}
.footer_link .flex a.icon_share:nth-child(2){
	background: url(../images/icon_line.svg) no-repeat center center;
}
.footer_link .flex a.icon_share:nth-child(3){
	background: url(../images/icon_yt.svg) no-repeat center center;
}
/* 固定右下按鈕展開樣式 */
.fix_bt_btnn {
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	bottom: 19%;
	right: 40px;
	z-index: 10;
	color: #fff;
	background-color: #B40101;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.fix_bt_btnn:hover > .show{
	display: block;
}
/* 固定右下方按鈕 */
.show {
	display: none;
}
.toolbar{
	position: fixed;
	width: 65px;
	bottom: 24%;
	right: 25px;
	z-index: 10;

}
.toolbar > li{
	margin: 0 0 6px 0;
}
.toolbar > li > a{
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;;
	background: #B40101;
	border: 1px solid #fff;
}
.toolbar > li.fixed_top > a{
	background: transparent;
}
.fixed_top {
	position: fixed;
	bottom: 12%;
	right: 40px;
	list-style: none;
	z-index: 15;
}
/* 歷史紀錄 */
.history{
	position: relative;
}
.history_item.open{
	display: block;
}
.history_item{
	display: none;
	position: absolute;
	left: -195%;
	bottom: -100%;
	width: 120px;
	padding: 0 0 10px 0;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #BDBDBD;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.history_item h3{
	font-size: 16px;
	color: #fff;
	padding: 6px;
	text-align: center;
	background: #828282;
}
.history_item ol{
	padding: 10px 10px 0 10px;
}
.history_item ol li{
	margin: 0 0 10px 0;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #E0E0E0;
}
.more{
	color: #828282;
}
.fixed_cart b{
	position: absolute;
	right: 0;
	top:0;
	font-size: 12px;
	line-height: 1;
	padding: 1px 3px;
	background:#fff;
	color: #B40101;
	text-align: center;
	border-radius: 100%;
	border: 1.5px solid #B40101;
}
/* 登入視窗 */
#login_box, #sign_box{
	width: 520px;
	max-height: 800px;
	padding: 44px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4.648px 4.648px rgba(0, 0, 0, 0.25);
}
#login_box h2, #sign_box h2{
	font-size: 26px;
	color: #B40101;
	text-align: center;
	margin: 0 0 20px 0;
}
#sign_box p{
	font-size: 16px;
}
#sign_box ul{
	padding: 15px 0;
}
#login_box ul li{
	display: flex;
	margin: 0 0 20px 0;
	align-items: center;
}
#login_box ul li span{
	width: 50px;
	display: inline-block;
}
#login_box ul li input:hover, #login_box ul li input:focus, #login_box ul li input:focus-visible, #sign_box ul li input:hover, #sign_box ul li input:focus, #sign_box ul li input:focus-visible{
	outline: 0;
	border: 0;
	box-shadow: 0;
}
#login_box ul li input{
	flex: 1;
	border: 0;
	padding: 10px 12px;
	background: #E0E0E0;
}
#login_box .flex{
	padding: 25px 0
}
#login_box .flex1, #login_box .flex1 .forgot_pw{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#login_box .flex1 .forgot_pw {
	font-size: 18px;
	line-height: 1;
}

.forgot_pw:before {
	font-size: 25px;
	display: inline-block;
	font-family: "Material Icons";
	content: "\e8fd";
	margin: 0 5px 0 0;
}
.gray_btn{
	font-size: 20px;
	padding: 10px;
	display: block;
	color: #fff;
	text-align: center;
	background: #4F4F4F;
	border-radius: 5px;
}
#login_box .gray_btn, #sign_box .gray_btn {
	width: 100%;
}
.other_ligin{
	padding: 22px 0;
	border-top: 1px solid #BDBDBD
}
.other_ligin p{
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
}
.other_ligin span{
	color: #fff;
}
.btn_fb, .btn_google, .btn_sign{
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	background: #2F80ED;
	border-radius: 5px;
}
.btn_google{
	background: #EB5757;
}
.btn_sign{
	background: #4F4F4F;
}
#sign_box ul li{
	margin: 0 0 10px 0;
}
#sign_box ul li p{
	font-size: 18px;
	font-weight: bold;
	margin:  0 0 15px 0;
}
#sign_box ul li p span{
	font-size: 15px;
}
#sign_box ul li input{
	border: 0;
	width: 100%;
	padding: 10px 12px;
	background: #E0E0E0;
}
#sign_box ul li select{
	flex: 1;
	border: 0;
	padding: 10px 12px;
	background: #E0E0E0 url(../images/icon_select.svg) no-repeat 88%  center;
}
.bithday, .address, .gender{
	display: flex;
	align-items: center;
}
.bithday span{
	margin: 0 5px;
}
#sign_box ul li .address select{
	flex: none;
	width: 120px;
	margin: 0 5px 0 0;
}
#sign_box ul li .half{
	width: 48%;
}
#sign_box ul li .half:first-child{
	margin: 0 4% 0 0;
}
#sign_box ul li .gender .radio {
	flex: 1;
	margin: 10px 0 0 0;
}
#sign_box .checkbox label{
	display: block;
}
#sign_box ul li .checkbox label span{
	display: block;
	margin: 5px 0 0 0;
}
#sign_box ul li .checkbox label a{
	font-weight: 500;
}
.confirm{
	display: flex;
	align-items: center;
}
#sign_box ul li.confirm p, #sign_box ul li.confirm input{
	margin: 0 10px 0 0;
}
#sign_box ul li.confirm input{
	width: 155px;
}
.login h2{
	font-size: 30px;
}
.login h2, .login p{
	margin: 0 0 30px 0;
}
.login p{
	font-size: 20px;
}
/* checkbox */
/* #color_check +label{
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: -17px;
	left: 0px;
	background-color: #B40101;
}
#color_check:checked +label::before {
	display: block;
	content: "";
	text-align: center;
	font-size: 16px;
	color: #fff;
} */
.checkbox, .radio  {
	position: relative;
}
.checkbox-inline{
	display: inline-block;
}
.radio{
	margin: 0 10px 0 0;
}
.radio:last-child{
	margin: 0;
}
.one_cell label,.checkbox label, .radio  label {
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	cursor: pointer;
	line-height: 1;
	padding-left: 1px;
}
.one_cell label a,.checkbox label a, .radio label a{
	color: #B40101;
}
.one_cell label:not(:empty), .checkbox label:not(:empty) , .radio label:not(:empty) {
	padding-left: 28px;
}
.checkbox label:before, .checkbox label:after, .radio label:before, .radio label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.one_cell label:before, .one_cell label:after{
	content: "";
	position: absolute;
	left: 0;
	top: -15px;
}
.one_cell label:before,.checkbox label:before, .radio label:before {
	width: 18px;
	height: 18px;
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.54);
	border-radius: 0.125em;
	cursor: pointer;
	transition: background 0.3s;
}
.one_cell input[type=checkbox],.checkbox input[type=checkbox], .radio input[type=radio] {
	display: none;
}
.one_cell input[type=checkbox]:checked + label:before,.checkbox input[type=checkbox]:checked + label:before, .radio input[type=radio]:checked + label:before {
	background: #B40101;
	border: 2px solid #B40101;
}
.one_cell input[type=checkbox]:checked + label:after ,.checkbox input[type=checkbox]:checked + label:after , .radio input[type=radio]:checked + label:after {
	transform: translate(4px, 5px) rotate(-45deg);
	width: 12px;
	height: 5px;
	border: 0.125em solid #fff;
	border-top-style: none;
	border-right-style: none;
}
.one_cell input[type=checkbox]:disabled + label:before ,.checkbox input[type=checkbox]:disabled + label:before , .radio input[type=radio]:disabled + label:before {
	border-color: rgba(0, 0, 0, 0.26);
}
.one_cell input[type=checkbox]:disabled:checked + label:before,.checkbox input[type=checkbox]:disabled:checked + label:before, .radio input[type=radio]:disabled:checked + label:before {
	background: rgba(0, 0, 0, 0.26);
}
/* radio */
.cart_cost .radio_bonus01,.cart_cost .radio_bonus02 {
	width: auto !important;
}
.coupon_box {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	width: auto !important;
}
.show_coupon_num {
	display: block;
}
/* news */

/* .slide-container-pc {
	position: relative;
}

.mySlides {
	width: 100vw;
	height: 500px;
}

.w3-button-container {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
} */

.news_swiper {
	width: 600px;
	height: 300px;
}

/* layout */
.wrapper{
	padding: 74px 0 0 0;
}
.wrapper .swiper-container{
	overflow: hidden;
}
.index_banner a{
	display: block;
	position: relative;
	height: 800px;
}
.index_banner img{
	position:absolute;
	width: 100%;
	height: 100%;
	max-width: 100%;
	z-index: 1;
}
.wrapper .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #C4C4C4;
	opacity: 1;
}
.wrapper .swiper-pagination-bullet-active{
	background: #B40101;
}
.rp_bottom .swiper-pagination-bullet-active {
	background: #B40101;
}
/* index_member */
.index_member{
	padding: 30px 0;
	background: #333;
}
.index_member .swiper-container {
	width: 1600px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.index_member ul li{
	padding: 0 88px;
	border-left: 2px solid #F2C94C;
}
.index_member ul li:first-child{
	border: 0;
}
.index_member ul li a{
	display: flex;
	align-items: center;
}
.index_member ul li.pic img{
	width: 100%;
}
.index_member ul li .text{
	flex: 1;
	margin: 0 0 0 30px;
}
.index_member ul li .text h3 {
	color: #F2C94C;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px 0;
}
.index_member ul li .text p{
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
.index_member .swiper-button-next:after, .index_member .swiper-button-prev:after{
	display: none
}
.index_member .swiper-button-next, .index_member .swiper-button-prev{
	width: 13px;
	height: 101%;
	top: 25%;
	padding: 35px;
}
.index_member .swiper-button-prev {
	left: 0;
	background: #333333 url(../images/arrow_yellow_L.svg) no-repeat center center;
	background-size: 13px auto;
}
.index_member .swiper-button-next {
	right: 0;
	background: #333333 url(../images/arrow_yellow_R.svg) no-repeat center center;
	background-size: 13px auto;
}
/* index_news */
.news_style {
	margin: 0 auto;
	width: 1400px;
	padding: 0 85px;
}
.index_news .swiper-button-next:after, .index_news .swiper-button-prev:after{
	display: none
}
.index_news .swiper-button-next, .index_news .swiper-button-prev{
	width: 15px;
	height: 101%;
	top: 0;
	padding: 35px;
}
.index_news .swiper-button-prev {
	left: 0;
	background: #fff url(../images/arrow_gray_L.svg) no-repeat center center;
	background-size: 15px auto;
}
.index_news .swiper-button-next {
	right: 0;
	background: #fff url(../images/arrow_gray_R.svg) no-repeat center center;
	background-size: 15px auto;
}
.index_news h2, .index_hot h2{
	padding: 50px 0;
	text-align: center;
}
.index_news h2 b, .index_hot h2 b{
	display: block;
	font-family: Arial;
	font-size: 32px;
	line-height: 1;
	color: #B40101;
}
.index_news h2 span, .index_hot h2 span{
	font-size: 40px;
	font-weight: 700;
	padding: 0 0 12px 0;
	border-bottom: 3px solid #B40101;
}
.index_news ul li{
	font-size: 0;
}
.index_news ul li img{
	width: 100%;
}
.index_news ul li h3{
	font-size: 28px;
	font-weight: 500;
	margin: 20px 0 45px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* index_hot */
.index_hot{
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.index_hot .swiper-container {
	overflow: inherit;
	padding: 0 70px 100px 70px;
}
.index_hot .swiper-button-next:after, .index_hot .swiper-button-prev:after{
	display: none
}

.index_hot .swiper-button-next, .index_hot .swiper-button-prev{
	width: 15px;
	height: 101%;
	top: 0;
	padding: 35px;
}
.index_hot .swiper-button-prev {
	left: 0;
	background: #fff url(../images/arrow_gray_L.svg) no-repeat center center;
	background-size: 15px auto;
}
.index_hot .swiper-button-next {
	right: 0;
	background: #fff url(../images/arrow_gray_R.svg) no-repeat center center;
	background-size: 15px auto;
}
.index_hot ul li:only-child{
	position: relative;
	/* left: 50%;
	transform: translateX(-50%); */
}
.index_hot ul li .pic{
	position: relative;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	font-size: 0;
	border: 1px solid #E0E0E0;
}
.index_hot ul li .pic a{
	display: block;
}
.index_hot ul li .pic img{
	width: 100%;
}
.index_hot ul li .pic .label_hot {
	position: absolute;
	color: #fff;
	top: 0;
	left: 23px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 12px;
	background: #B40101;
	border-radius: 0 0 10px 10px;
	z-index: 1;
}
.index_hot ul li .pic .label_hot:before {
	font-size: 36px;
	display: block;
	font-family: "Material Icons";
	content: "\ef55";
	margin: 0 0 5px 0;
}
.index_hot ul li .text{
	padding: 25px 7px;
}
.index_hot ul li .text h3 a{
	color: #4F4F4F;
	display: block;
	margin: 0 0 15px 0;
	font-size: 28px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	height: 90px;
}
.index_hot ul li .text .flex{
	align-items: center;
}
.index_hot ul li .text .price{
	flex: 1;
	color: #B40101;
	font-size: 30px;
	font-weight: 500;
}
.index_hot ul li .text .flex a{
	background: #B40101;
	color: #fff;
	padding: 5px 15px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-radius: 55px;
}
.index_hot ul li .text .flex a:hover{
	opacity: .6;
}
.index_pd{
	padding: 60px 0
}
.index_ad img{
	width: 100%;
}
/* inside */
.crumbs{
	width: 100%;
	font-size: 16px;
	color: #000;
	padding: 35px 0 25px 0;
}
.crumbs a{
	color: #828282;
}
.inside,.inside1{
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}
/* ins_banner */
.ins_banner{
	position: relative;
	width: 100%;
	height: 600px;
	background-size: cover;
}
.ins_banner01 {
	width: 100%;
}
.ins_banner a , .ins_banner01 a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.ins_banner01.category a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.ins_banner h1{
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	color: #3e3e3e;
	padding: 0 0 8px 10px;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.35em;
	border-bottom: 1px solid #3e3e3e;
	transform: translate(-50%, -50%);
}
.ins_banner.category, .ins_banner.pd{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ins_banner.event {
	background: url(../images/pj_banner_pc01.jpg) no-repeat left center;
	background-size: cover;
}
.ins_banner.about {
	/* background: url(../images/ins_banner_about.jpg) no-repeat left center;20220624變更bn */
	background: url(../images/about_img/about_bn_pc.jpg) no-repeat left center;
	background-size: cover;
}
.ins_banner.video {
	background: url(../images/vedio_list_img/banner_PC_1920_600.jpg) no-repeat left center;
	background-size: cover;
}
.ins_banner.news {
	background: url(../images/news_list_img/banner_PC_1920_600.jpg) no-repeat left center;
	background-size: cover;
}
.ins_banner.event2022 {
	background: url(../images/event2022_img/banner_PC_1920_600.jpg) no-repeat left center;
	background-size: cover;
}
.ins_banner.life {
	background: url(../images/ins_banner_life.jpg) no-repeat left center;
	background-size: cover;
}
.ins_banner.person {
	background: url(../images/ins_banner_person.jpg) no-repeat left center;
	background-size: cover;
}
.ins_banner.food {
	background: url(../images/ins_banner_food.jpg) no-repeat left center;
	background-size: cover;
}
.ins_banner.news h1, .ins_banner.life h1{
	color: #4F4F4F;
	border-bottom: 1px solid #4F4F4F;
}
.ins_banner.video h1, .ins_banner.life h1{
	color: #4F4F4F;
	border-bottom: 1px solid #4F4F4F;
}
.ins_banner.event2022 h1, .ins_banner.life h1{
	color: #4F4F4F;
	border-bottom: 1px solid #4F4F4F;
}
/* category */
.category_link{
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	padding: 10px 0 0 0;
	letter-spacing: 0.08em;
}
.category_link a{
	margin: 0 0 0 50px;
}
.category_link a:nth-child(1){
	margin: 0;
}
.category_link a.active{
	color: #B40101;
}
.category ul {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0 0 0;
}
.category ul li{
	width: 32%;
	margin: 0 2% 2% 0;
}
.category ul li:nth-child(3n){
	margin: 0 0 2% 0;
}
.category ul li .pic {
	font-size: 0;
	overflow: hidden;
	border-radius: 5px;
	/* border: 1px solid #B40101; */
}
.category ul li:nth-child(3n) .pic{
	border: 1px solid #E0E0E0;
}
.category ul li .text{
	margin: 25px 0;
}
.category ul li h2{
	font-size: 30px;
}
.category ul li h3{
	color: #B40101;
	font-size: 18px;
}
.category ul li p.price{
	color: #B40101;
	font-size: 35px;
}
.category ul li h2, .category ul li p.price{
	letter-spacing: normal;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	height: 90px;
}
/* products */
.pd_img{
	width: 500px;
	overflow: hidden;
	margin: 0 100px 0 0;
}
.mySwiper2 {
	width: 100%;
}
.mySwiper2 .swiper-slide{
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #E0E0E0;
}
.mySwiper2 .swiper-pagination{
	display: none;
}
.mySwiper {
	padding: 20px 40px;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
	border: 1px solid #E0E0E0;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.pd_img .swiper-slide img {
	display: block;
	width: 100%;
}
.pd_img .swiper-button-next, .pd_img .swiper-button-prev{
	color: #828282;;
}
.pd_img .swiper-button-next:after, .pd_img .swiper-button-prev:after{
	font-size: 23px;
}
.pd_img .swiper-button-prev, .pd_img  .swiper-rtl .swiper-button-next{
	left: 0;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 0;
}
.pd_img_bt{
	display: flex;
	align-items: center;
}
.share_icon, .favorite{
	flex: 1;
}
.share_icon a{
	display: inline-block;
	margin: 0 8px 0 0;
}
.pd_img_bt input[type="checkbox"] {
	display: none;
}
.pd_img_bt input[type="checkbox"] + label {
	display: inline-flex;
	background: #FA5A64;
	color: #fff;
	cursor: pointer;
	width: 120px;
	height: 50px;
	font-size: 19px;
	line-height: 50px;
	padding: 0 10px;
	border-radius: 50px;
	align-items: center;
	justify-content: center
}
.pd_img_bt input[type="checkbox"] + label:before{
	display: inline-flex;
	align-items: center;
	font-family: "Material Icons";
	content: "\e87d";
	font-size: 20px;
	margin: 0 7px 0 0;
}
.pd_img_bt input[type="checkbox"]:checked + label {
	border: 1px solid #FA5A64;
	color: #FA5A64;
	background: #fff;
}
.pd_img_bt input[type="checkbox"]:checked + label:before{
	content: "\e87d";
}
.favorite{
	text-align: right;
}
.pd_text{
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	height: 100%;
	/* justify-content: center; */
}
.pd_text h1{
	font-weight: bold;
	font-size: 30px;
	color: #333;
	margin: 0 0 10px 0;
}
.pd_no {
	font-weight: 500;
	font-size: 18px;
	color: #333;
}
.pd_text h3 {
	font-weight: 500;
	font-size: 18px;
	color: #b40101;
}
.pd_no{
	color: #828282;
	padding: 0 0 5px 0;
}
.pd_no, .pd_text h1, .pd_text h3 ,.pd_label, .pd_info, .pd_btn{
	width: 100%;
}
.pd_label span {
	font-size: 18px;
	line-height: 1;
	border: 1px solid;
	padding: 1px 10px 2px 10px;
	border-radius: 5px;
}
.pd_label span.green{
	color: #72B919;
}
.pd_label span.blue{
	color: #0044BB;
}
.pd_label span.orange{
	color: #F67619;
}
.pd_event, .pd_coupon{
	width: 100%;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #C4C4C4;
}
.pd_event h4, .pd_coupon h4{
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #4C4C4C;
}
.pd_event ul li, .pd_coupon ul li{
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
}
.pd_event ul li a, .pd_coupon ul li p{
	flex: 1;
}
.pd_event ul li:after{
	display: inline-block;
	font-family: "Material Icons";
	content: "\e5cc";
	font-size: 30px;
	color: #B40101;;
}
.pd_event ul li a h5, .pd_event ul li a p, .pd_coupon ul li p, .pd_coupon ul li a, .pd_price p, .pd_price p.price , .price_new{
	font-weight: 500;
}
.pd_event ul li a h5{
	font-size: 20px;
	color: #B40101;
}
.pd_event ul li a p{
	font-size: 14px;
	color: #BDBDBD;
}
.pd_coupon ul li p{
	font-size: 20px;
	font-weight: 500;
}
.pd_coupon ul li a{
	padding: 4px 10px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 12px;
	background: #B40101;
}
.pd_coupon ul li a.got{
	background: #BDBDBD;
}
.pd_gift {
	width: 100%;
	margin: 30px 0 0 0;
	border: 1px solid #B40101;
}
.pd_gift h4{
	color: #fff;
	padding: 8px;
	font-size: 17px;
	background: #B40101;
}
.pd_gift .flex {
	padding: 10px 20px;
	align-items: center;
}
.pd_gift .flex img {
	max-width: 110px;
	margin: 0 20px 0 0;
}
.pd_gift .flex p{
	font-size: 19px;
	font-weight: bold;
}
.pd_info{
	display: flex;
	margin: 132px 0 0 0;
}
.pd_info .quantity, .pd_info .pd_price{
	flex: 1;
}
.pd_price {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: flex-end;
	justify-content: center;
}
.w_05 {
	width: 5%;
}
.w_10 {
	width: 10%;
}
.w_20 {
	width: 20%;
}
.w_35 {
	width: 35%;
}
.new_width .less,.new_width .plus {
	width: 30px !important;
	height: 30px !important;
}
.new_width .quantity {
	margin: 0 !important;
}
.quantity{
	margin: 0 46px 0 0;
}
.quantity p{
	font-size: 14px;
	color: #333;
}
.less, .plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	background: #b40101;
	border: 1px solid #b40101;
}
.plus:before, .less:before{
	font-size: 25px;
	display: inline-block;
	font-family: "Material Icons";
}
.plus:before{
	content: "\e145";
}
.less:before{
	content: "\e15b";
}
.quantity .flex input{
	flex: 1;
	font-size: 25px;
	text-align: center;
	border: 1px solid #BDBDBD;
}
.quantity .flex input:focus-visible{
	outline: 0;
}
.pd_price p , .price_new{
	width: 100%;
	color: #333;
	font-size: 18px;
	text-align: right;
	margin: 0 0 5px 0;
}
.pd_price p.price, .pd_price p.price span , .show_item_money{
	letter-spacing: normal;
}
.pd_price p.price{
	font-size: 20px;
}
.pd_price p.price span , .show_item_money {
	font-size: 43px;
	color: #B40101;
	line-height: 1;
}
.pd_btn{
	display: flex;
	margin: 30px 0 0 0;
}
.pd_btn a{
	flex: 1;
	display: block;
	font-size: 20px;
	text-align: center;
	padding: 13px 10px;
	border-radius: 50px;
}
.pd_btn a.btn_sold{
	color: #fff;
	background: #ccc;
}
.pd_btn a.btn_buy{
	color: #fff;
	background: #B40101;
}
.pd_btn a.btn_add{
	color: #B40101;
	margin: 0 10px 0 0;
	border: 1px solid  #B40101;
}
.pd_tab {
	padding: 70px 25px 25px 25px;
}
.pd_tab ul{
	display: flex;
	padding: 0 60px;
}
.pd_tab ul li{
	color: #333;
	font-size: 18px;
	cursor: pointer;
	padding: 0 0 10px 0;
	margin: 0 25px 0 0;
}
.pd_tab ul li.active{
	border-bottom: 2px solid #B40101;
}
.tab_content{
	padding: 0 25px;
}
.tab_content iframe {
	width: 100%;
	height: 600px;
}
.tab_content h2, .pd_related h2{
	color: #333;
	font-size: 18px;
	padding: 0 0 13px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px dashed #C4C4C4;
}
.tabpage{
	margin: 0 0 50px 0;
}
.faq ul{
	counter-reset:i;
}
.faq ul li{
	counter-increment: i;
	margin: 0 0 10px 0;
	border-radius: 5px;
	overflow: hidden;
}
.faq ul li h4:before {
	display: inline-block;
	content:  "Q" counter(i);
	margin: 0 10px 0 0;
	font-weight: bold;
}
.faq_head {
	display: flex;
	align-items: center;
	background: #E0E0E0;
	padding: 18px 30px;
	cursor: pointer;
	font-size: 22px;
	font-weight: 500;
	transition: 0.2s ease all;
}
.faq_head h4{
	font-weight: 400;
}
.faq_content {
	overflow: hidden;
	box-sizing: border-box;
	height: 100%;
	max-height: 0;
	transition: 0.4s ease all;
}
.faq_wrapper{
	padding: 30px;
	border: 1px solid #BDBDBD;
	border-radius: 0px 0px 5px 5px;
}
.faq_wrapper ul, .faq_wrapper ol{
	padding: 0 0 0 30px;
}
.faq_wrapper ul li, .faq_wrapper ol li{
	margin: 0 0 10px 0;
}
.open .faq_head .icon::after {
	transform: scaleY(0);
}
.open .faq_head{
	background: #B40101;
	border-radius: 5px 5px 0px 0px;
}
.open .faq_head h4{
	color: #fff;
}
.open .faq_head .icon::before,  .open .faq_head .icon::after{
	background: #fff;
}
.spec ,.spec p{
	font-size: 18px;
	line-height: 180%;
}
.pd_related {
	margin: 50px 0 70px 0;
	overflow: hidden;
}
.pd_related.video_pd {
	margin: 0;
	padding: 60px 0;
	border-top: 1px solid #C4C4C4;
}
.pd_related .swiper-container {
	padding: 0 50px;
}
.pd_related .swiper-slide {
	width: 18%;
	margin: 0 2.5% 0 0;
}
.pd_related .swiper-slide:last-child{
	margin: 0;
}
.pd_related ul li .pic{
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	font-size: 0;
	overflow: hidden;
}
.pd_related ul li:first-child .pic{
	border: 1px solid #B40101;
}
.pd_related ul li .text{
	margin: 12px 0;
}
.pd_related ul li .text h3{
	font-size: 20px;
}
.pd_related ul li .text p.price{
	color: #B40101;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: normal;
}
.pd_related .swiper-pagination{
	display: none;
}
.pd_related .swiper-button-next, .pd_related .swiper-button-prev{
	width: 15px;
	height: 101%;
	top: 0;
	padding: 0 20px;
}
.pd_related .swiper-button-next{
	right: 0;
	background: #fff url(../images/arrow_gray_R.svg) no-repeat center center;
}
.pd_related .swiper-button-prev{
	left: 0;
	background: #fff url(../images/arrow_gray_L.svg) no-repeat center center;
}
.pd_related .swiper-button-next:after, .pd_related .swiper-button-prev:after{
	display: none;
}
.fixed_pd{
	position: fixed;
	display: none;
	width: 100%;
	height: 60px;
	background: #FFF;
	bottom: 0;
	left: 0;
	z-index: 12;
}
.fixed_pd ul{
	display: flex;
	align-items: center;
}
.fixed_pd ul li:first-child{
	max-width: 20%;
	padding: 10px
}
.fixed_pd ul li {
	flex: 1;
	font-size: 12px;
	text-align: center;
}
.fixed_pd ul li a {
	position: relative;
	display: block;
}
.fixed_pd ul li a b{
	position: absolute;
	background: #B40101;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	border-radius: 100%;
	right: 30%;
	top: 0;
	padding: 1px 6px;
}
.fixed_pd ul li img {
	display: block;
	width: 24px;
	margin: 0 auto 5px auto;
}
.fixed_pd ul li.fixed_pd_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 8px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	border-radius: 30px;
	margin: 0 8px 8px 8px;
}
.fixed_pd ul li.fixed_pd_btn a.phone{
	background: #13AC22;
}
.fixed_pd ul li.fixed_pd_btn a.phone:before{
	display: inline-block;
	content: " ";
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	background: url(../images/icon_phone_wt.svg) no-repeat left center;
}
.fixed_pd ul li.fixed_pd_btn a.put_cart{
	background: #B40101;
}
/* event */
.event ul, .life_list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 70px 0;
}
.event ul li{
	width: 49%;
	height: 256px;
	margin: 0 2% 2% 0;
}
.event ul li:nth-child(even){
	margin: 0 0 2% 0;
}
.event ul li a , .life_list ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.event ul li a:hover, .life_list ul li a:hover {
	opacity: .8;
}
.event ul li a h2{
	color: #fff;
	font-size: 25px;
	line-height: 1;
	padding: 0 0 0 10px;
	border-left: 2px solid #B40101;
	letter-spacing: 0.1em;
}
/* life */
.life_list ul li{
	width: 100%;
	height: 525px;
	margin: 0 0 25px 0;
}
.life_list ul li .text{
	position: relative;
	display: inline-block;
	padding: 0 0 0 25px;
	border-left: 4px solid #B40101;
	z-index: 1;
}
.life_list ul li .text h2, .life_list ul li .text p{
	color: #fff;
	line-height: 1;
}
.life_list ul li .text h2{
	font-size: 35px;
	margin: 0 0 15px 0;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.life_list ul li .text p{
	font-size: 27px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
/* cart_step */
.cart_step ul{
	display: flex;
	width: 840px;
	max-width: 100%;
	margin: 50px auto;
}
.cart_step ul li{
	display: flex;
	font-size: 20px;
	font-weight: 700;
	color: #BDBDBD;
}
.cart_step ul li, .cart_step ul li .flex{
	justify-content: center;
	align-items: center;
}
.cart_step ul li:after{
	content: " ";
	display: inline-block;
	width: 155px;
	height: 6px;
	margin: 0 15px;
	background: #C4C4C4;;
}
.cart_step ul li:nth-child(3):after{
	display: none;
}
.cart_step ul li b{
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 50px;
	color: #fff;
	margin: 0 15px 0 0;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	border-radius: 100%;
	background: #BDBDBD;
}
.cart_step ul li.active{
	color: #B40101;
}
.cart_step ul li.active:after{
	background: #B40101;
}
.cart_step ul li.active b{
	background: #B40101;
}
.no_item{
	width: 100%;
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f2f2f2;
	margin: 0 0 30px 0;
}
.table, .one_table{
	width: 100%;
	display: table;
	border-collapse: collapse;
}
.one_table.m-0{
	margin: 0 !important;
}
.row, .one_row{
	position: relative;
	display: table-row;
}
.cell, .one_cell{
	display: table-cell;
}
.vendor{
	margin: 0 0 45px 0;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	overflow: hidden;
}
.vendor .row:after {
	content: " ";
	display: block;
	width: 95%;
	height: 1px;
	background: #C4C4C4;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.vendor .row.th:after,.vendor .row:last-child:after {
	display: none;
}
.vendor .cell.th{
	padding: 15px;
	background: #E0E0E0;
}
.vendor .cell.th.vendor_name{
	text-align: center;
}
.vendor .cell.th.vendor_name span{
	color: #B40101;
}
.vendor .cell{
	font-size: 18px;
	font-weight: 700;
	vertical-align: top;
	padding: 25px 15px;
}
.vendor_name{
	text-align: center;
}
.vendor_name img{
	width: 120px;
}
.cart_name{
	width: 23%;
}
.cart_name h2 ,.cart_name h2 a{
	font-size: 18px;
	font-weight: 600;
}
.cart_name h2 .pd_label span{
	font-size: 13px;
}
.cart_name .cart_note{
	font-size: 12px;
	color: #B40101;
	margin: 10px 0 0 0;
}
.cart_num .quantity{
	margin: 0;
}
.cart_num .less, .cart_num .plus{
	width: 30px;
	height: 30px;
}
.cart_num .quantity input {
	font-size: 18px;
	flex: none;
	width: 92px;
}
.vendor .cell.delete{
	text-align: center;
}
.cart_total{
	padding: 25px 0 0 0;
	margin: 25px 30px;
	border-top: 1.5px solid #828282;
}
.cart_msg, .cart_total ul li p {
	font-weight: 500;
	font-size: 18px;
}
.cart_msg span{
	color: #B40101;
	font-size: 25px;
}
.cart_msg , .cart_total ul {
	margin: 0 30px 20px 30px;
}
.cart_total ul li{
	display: flex;
	margin: 0 0 5px 0;
	align-items: center;
	justify-content: flex-end;
}
.cart_total ul li p{
	flex: 1;
}
.cart_total ul li p ,.cart_total ul li div{
	text-align: right;
}
.cart_total ul li div{
	width: 140px;
}
.cart_total ul li div b{
	color: #B40101;
	font-size: 22px;
}
.cart_btn{
	text-align: right;
}
.cart_btn .gray_btn, .cart_btn .common_btn{
	display: inline-block;
	width: 200px;
	height: 50px;
	padding: 0;
	line-height: 50px;
}
/* cart_add */
.cart_add{
	overflow: hidden;
	margin: 0 0 45px 0;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
}
.cart_add h1{
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #E0E0E0;
}
.cart_add .swiper-container{
	padding: 45px 75px 0;
}
.cart_add ul{
	display: flex;
}
.cart_add ul li{
	max-width: 18%;
	margin: 0 2.5% 2.5% 0;
}
.cart_add ul li h2{
	height: 54px;
	overflow: hidden;
	margin: 10px 0;
	color: #4F4F4F;
	font-size: 18px;
	font-weight: 500;
}
.cart_add ul li .text{
	text-align: right;
	margin: 40px 0 0 0;
}
.cart_add ul li .text .del{
	color: #828282;
	font-size: 16px;
	text-decoration: line-through;
}
.cart_add ul li .text .price{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #B40101;
	font-size: 15px;
	font-weight: 600;
}
.cart_add ul li .text .price span{
	font-size: 20px;
	font-weight: 500;
	color: #B40101;
	margin: 0 0 0 20px;
}
.cart_add ul li select{
	width: 100%;
	margin: 10px 0;
	padding: 6px 10px;
	border: 1px solid #828282;
	background: #E0E0E0 url(../images/icon_select.svg) no-repeat 88%  center;
}
.cart_add ul li .common_btn{
	padding: 8px;
}
.cart_add .swiper-pagination{
	display: none;
}
/* cart2 */
.cart2 .cell{
	text-align: center;
}
.cart2 .cell.cart_name{
	text-align: left;
}
.line_point img{
	max-width: 150px;
}
.cart_total .cart_cost ul{
	margin: 30px 0 0 0;
}
.cart_total .cart_cost ul li{
	margin: 0 0 15px 0;
	justify-content: flex-start;
}
.cart_total .cart_cost ul li p{
	flex: none;
}
.cart_total .cart_cost ul li p span{
	color: #B40101;
}
.cart_cost ul li input{
	font-size: 16px;
	font-weight: 500;
	margin: 0 15px;
	padding: 7px 15px;
	border-radius: 3px;
	background: #F2F2F2;
	border: 1px solid #C4C4C4;
}
.coupon_msg{
	flex: 1;
	color: #B40101;
	margin: 0 0 0 10px;
}
.cart_cost ul li a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 10px;
	border-radius:5px;
	text-align: center;
	letter-spacing: 0.05em;
	background: #B40101;
	margin-left: 10px;
}
.cart_cost ul li a.cost_cancel{
	background: #D9AA5A;
}
.cart_coupons{
	font-size: 15px;
	font-weight: 500;
	color: #D9AA5A;
}
.cart2 .cart_total ul li p{
	text-align: left;
}
.cart2 .cart_total ul li p a{
	margin: 0 0 0 5px;
}
.cart2 .cart_total ul li div span{
	color: #B40101;
}
.cart2 .cart_total ul li.cost_msg p{
	font-size: 16px;
	text-align: right;
	letter-spacing: 0.08em;
	color: #D9AA5A;
}
/* pay */
.pay{
	margin: 0 0 25px 0;
	padding: 35px 75px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
}
.pay00{
	margin: 0 0 25px 0;
	padding: 0 45px;
	border-radius: 5px;
}
.pay h2 , .pay00 h2{
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
	border-left: 1.5px solid #B40101;
}
.pay ul li{
	margin: 0 0 15px 0;
}
.pay ul li p{
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600;
}
.pay ul li p span{
	font-size: 14px;
	font-weight: 700;
}
.pay ul li .half:first-child{
	margin: 0 40px 0 0;
}
.pay ul li input[type="text"], .pay ul li input[type="password"], .pay ul li input[type="number"], .pay ul li select{
	font-size: 18px;
	font-weight: 500;
	padding: 12px 17px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
}
.pay ul li input[type="text"], .pay ul li input[type="password"], .pay ul li input[type="number"] {
	width: 288px;
	max-width: 100%;
}
.pay ul li select {
	width: auto;
	background: #fff url(../images/icon_select.svg) no-repeat 92% center;
	padding: 12px 50px 12px 17px;
}
.pay ul li .pay_address input{
	width: 100%;
	margin: 10px 0 0 0;
}
.pay ul li .time .radio{
	margin: 0 23px 0 0;
}
.pay_icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.box ul {
	padding: 0 0 0 50px;
	list-style: disc;
}
.box ul li, .donate_p{
	font-size: 18px;
	font-weight: 500;
}
.donate_p{
	margin: 0 0 10px 0;
}
.box ul li a, .donate_p a{
	color: #D9AA5A;
}
.box ol li{
	display: flex;
	align-items: center;
}
.box ol li p{
	margin: 0 10px 0 0;
	font-weight: 500;
}
.box ul li span ,.box ol li span{
	font-size: 14px;
	font-weight: 500;
}
.box ul li .address select{
	flex: none;
	width: 120px;
	margin: 0 5px 0 0;
}
.box ul li .address input{
	flex: 1;
}
.invocie_memo h3{
	font-size: 18px;
	font-weight: 600;
}
.invocie_memo h3, .invocie_memo p{
	margin: 0 0 10px 0;
}
.invocie_memo p{
	font-size: 17px;
	font-weight: 500;
}
.coupons{
	width: 800px;
	padding: 45px 45px 0 45px;
	margin-bottom: 10px;
}
#donate, .coupons{
	position: relative;
	width: 100%;
}
#donate{
	max-width: 700px;
}
#donate h2, .coupons h2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 55px;
	font-size: 24px;
	font-weight: 600;
	color: #828282;
	border-bottom: 1px solid #C4C4C4;
}
#donate .one_table, .coupons .one_table {
	margin: 40px 0 30px 0;
}
#donate .one_cell, .coupons .one_cell, .one_cell{
	padding: 15px 20px;
	border-bottom: 1px solid #C4C4C4;
}
.one_row:last-child .one_cell{
	border: 0;
}
.coupons .one_cell.th, .one_cell.th {
	padding: 12px 20px;
}
#donate .one_cell.th, .coupons .one_cell.th, .one_cell.th{
	font-size: 18px;
	font-weight: bold;
	background: #E0E0E0;
}
#donate .btn, .coupons .btn{
	margin: 0;
	justify-content: flex-end;
}
#donate .btn a, .coupons .btn a{
	width: 80px;
	height: 40px;
	line-height: 40px;
}
/* cart_success */
.cart_success{
	text-align: center;
	padding: 26px;
	margin: 0 0 35px 0;
	border-radius: 5px;
	background: rgba(180, 1, 1, 0.1);
}
.cart_success h2{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
.cart_success p{
	font-size: 32px;
}
.order_info{
	margin: 0 0 50px 0;
	padding: 30px 75px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
}
.order_info h2{
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #C4C4C4;
}
.order_info h2.border-0{
	border: 0;
	padding: 0;
}
.order_info h2 span{
	font-weight: bold;
}
.order_info h2 span , .order_info ul li span.text-danger, .order_info ul li b.text-danger, .order_memo ol li.text-danger, .data_danger{
	color: #B40101;
}
.order_info ul li span.text-danger, .order_info ul li b.text-danger{
	font-size: 18px;
}
.order_info ul li span.text-danger{
	font-weight: 500;
}
.order_info ul{
	margin: 0 0 38px 0;
}
.order_info ul li{
	display: flex;
	margin: 0 0 18px 0;
}
.order_info ul li p{
	width: 76px;
	font-size: 18px;
	font-weight: 600;
	margin: 0 35px 0 0;
}
.order_memo{
	margin: 6px 0 38px 0;
}
.order_memo ol {
	list-style: disc;
	padding: 0 0 0 22px;
}
.order_memo ol li{
	margin:0 0 5px 0;
}
.order_memo ol li a{
	color: #D9AA5A;
	text-decoration: underline;
}
.order_memo ol li.text-danger{
	font-weight: 700;
}
.order_table .cart_total{
	margin: 25px 0;
}
.order_table .cart_total ul {
	width: 300px;
	max-width: 100%;
	margin: 0 0 0 auto;
}
.order_table .cart_total ul li p{
	width: auto;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
.order_table .cart_total ul li div span{
	color: #B40101;
	font-weight: 500;
}
.order_info  .order_table .cart_total ul li{
	margin: 0 0 5px 0;
}
.order_info .order_table .cart_total ul li:last-child{
	margin: 10px 0 0 0;
}
.order_info .order_table .cart_total ul li:last-child div span{
	font-weight: 600;
}
.deliver_box{
	background: #efefef;
	padding: 30px;
	margin: 20px 0;
}
.deliver_box h2, .deliver_box p{
	margin: 0 0 20px 0;
}
.deliver_box table{
	width: 100%;
	border-bottom: 1px solid #000;
}
.deliver_box th {
	background: #fff;
}
.deliver_box th, .deliver_box td {
	padding: 15px;
	text-align: center;
}
.deliver_box tr{
	background: #fff;
}
.deliver_box tr:nth-child(even){
	background: #f9f9f9;
}
.deliver_box tr td:first-child{
	width: 20%;
}
.deliver_box th.text-left, .deliver_box td.text-left{
	text-align: left;
}
.deliver_box td div{
	display: inline-flex;
	align-items: center;
}
.order_line img{
	width: 95px;
	margin: 5px 0 0 0;
}
/* member */
.member_btn{
	position: relative;
	width: 1240px;
	max-width: 100%;
	margin: 0 auto;
	margin: 15px auto 40px auto;
	overflow: hidden;
}
.member_btn .swiper-container{
	padding: 0 0 40px 0;
	overflow: initial;
	padding: 0 50px 40px 50px;
}
.member_btn ul{
	display: flex;
}
.member_btn ul li{
	width: 170px;
	margin: 0 25px 0 0;
}
.member_btn ul li:last-child{
	margin: 0;
}
.member_btn ul li a{
	display: flex;
	color: #FFF;
	font-size: 20px;
	height: 60px;
	line-height: 1.2;
	border-radius: 5px;
	background: #828282;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}
.member_btn ul li.active a {
	background: #B40101;
}
.member_btn .swiper-button-prev{
	left: 0;
	background:  #fff url(../images/arrow_gray_L.svg) no-repeat center center;
}
.member_btn .swiper-button-next{
	right: 0;
	background: #fff url(../images/arrow_gray_R.svg) no-repeat center center;
}
.member_btn .swiper-button-next, .member_btn .swiper-button-prev {
	width: 20px;
	height: 100%;
	top: 0;
}
.member_btn .swiper-button-next:after, .member_btn .swiper-button-prev:after{
	display: none;
}
.member_btn .swiper-pagination{
	z-index: 8;
}
.member_btn .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.member_btn .swiper-horizontal>.swiper-pagination-bullets, .member_btn .swiper-pagination-bullets.swiper-pagination-horizontal, .member_btn .swiper-pagination-custom, .member_btn .swiper-pagination-fraction{
	bottom: 0;
}
.member{
	margin: 0 0 30px 0;
	padding: 50px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
}
.member h2{
	margin: 0 0 30px 0;
}
.member h4{
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 0 0 18px 0;
	overflow: hidden;
	border-left: 1.5px solid #B40101;
}
.member h4 a{
	float: right;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 6px 12px;
	display: inline-block;
	background: #B40101;
	border-radius: 5px;
}
.page_total{
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	margin: 0 0 10px 0;
}
.member .one_table{
	margin: 0 0 30px 0;
}
.member .one_cell.th{
	font-weight: bold;
	padding: 10px 15px;
}
.member .one_cell{
	font-size: 18px;
	font-weight: 500;
}
.member .one_cell a{
	color: #B40101;
	font-weight: 600;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.data_danger{
	margin: 0 0 10px 0;
}
.txtcenter {
	text-align: center;
}
.member_data li .half:first-child{
	margin: 0 40px 0 0;
}
.ask .one_table{
	border-bottom: 1.5px solid #828282;
}
.record .one_row:nth-child(odd) .one_cell{
	color: #D9AA5A;
}
.record .one_row.th .one_cell{
	color: #4F4F4F;
}
.ask ul{
	padding: 0 0 18px 22px;
	list-style: disc;
}
.ask ul li{
	margin: 0 0 10px 0;
}
.ask_item ul{
	list-style: none;
}
.ask_item ul li{
	margin: 0 0 18px 0;
}
.ask_item ul li p{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.ask_item ul li select, .ask_item ul li textarea{
	width: 100%;
	font-size: 18px;
	border-radius: 5px;
	padding: 10px 15px;
	border: 1px solid #C4C4C4;
}
.ask_item ul li select{
	background: #fff url(../images/icon_select.svg) no-repeat 98% center;
}
.ask .text-danger{
	font-weight: bold;
	color: #B40101;
}
/* invoice */
.invoice h3{
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 20px 0;
	padding: 0 0 0 13px;
	border-left: 2px solid #B40101;
}
.invoice p{
	line-height: 180%;
	margin: 0 0 10px 0;
}
.invoice a{
	color: #D9AA5A;
	text-decoration: underline;
}
.invoice .btn a{
	color: #fff;
	text-decoration: none;
}
.invoice table{
	width: 100%;
	border: 1px solid #C4C4C4;
	border-bottom: 0;
	border-right: 0;
	margin: 0 0 20px 0;
}
.invoice table th{
	padding: 15px;
	font-size: 15px;
	background: #F2F2F2;
	border-bottom: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
}
.invoice table th:first-child, .invoice table th:nth-child(2){
	width: 12%;
}
.invoice table td{
	font-size: 13px;
	padding: 12px 15px;
	border-bottom: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
}
/* coupon */
.coupon_input{
	display: flex;
	margin: 10px 0 25px 0;
	align-items: center;
	justify-content: flex-end;
}
.coupon_input p{
	font-size: 20px;
	height: 100%;
	line-height: 1;
	font-weight: bold;
	padding: 0 10px;
	border-left: 1.5px solid #B40101;
}
.coupon_input input{
	width: 370px;
	height: 48px;
	padding: 10px 15px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
}
.coupon_input a{
	display: inline-flex;
	color: #fff;
	width: 98px;
	height: 48px;
	margin: 0 0 0 18px;
	background: #B40101;
	justify-content: center;
	align-items: center;
	border-radius:5px;
}
/* favorite */
.favorite_list{
	margin: 25px 0;
}
.favorite_list ul{
	display: flex;
	flex-wrap: wrap;
}
.favorite_list ul li{
	width: 23%;
	margin: 0 2.6% 2.6% 0;
}
.favorite_list ul li:nth-child(4n){
	margin: 0 0 2.6% 0;
}
.favorite_list ul li .pic{
	overflow: hidden;
	border-radius: 5px;
	font-size: 0;
	border: 1px solid #E0E0E0;
}
.favorite_list ul li .text{
	margin: 22px 0;
}
.favorite_list ul li .text h2 {
	font-size: 18px;
	font-weight: 600;
	height: 56px;
	overflow: hidden;
}
.favorite_list ul li .text .price{
	font-size: 20px;
	font-weight: 500;
	color: #B40101;
}
.favorite_list ul li .text .flex{
	align-items: center;
}
.favorite_list ul li .text .flex .flex{
	justify-content: flex-end;
}
.heart input[type="checkbox"]{
	display: none;
}
.heart input[type="checkbox"] + label{
	cursor: pointer;
}
.heart input[type="checkbox"] + label:before {
	display: inline-block;
	font-family: "Material Icons";
	content: "\e87e";
	font-size: 27px;
	color: #EB5757;
	margin: 0 10px 0 0;
}
.heart input[type="checkbox"]:checked + label:before{
	content: "\e87d";
}
/* mommy */
.mommy h3{
	color: #EB5757;
	font-size: 18px;
	text-align: center;
	margin: 0 0 18px 0;
}
.mommy ul{
	width: 800px;
	max-width: 100%;
	margin: 0 auto 40px auto;
}
.mommy ul li{
	margin: 0 0 35px 0;
}
.mommy ul li p{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.mommy ul li .flex{
	align-items: center;
}
.mommy ul li .flex .img{
	width: 250px;
	height: 250px;
	padding: 1%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #E0E0E0;
	border: 1px solid #E0E0E0;;
}
.mommy ul li .flex .img img{
	max-height: 100%;
}
.mommy ul li .flex input[type="file"]{
	display: none;
}
.mommy ul li .flex .flex1{
	text-align: center;
}
.mommy ul li .flex label{
	cursor: pointer;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	padding: 8px 15px;
	width: 300px;
	margin: 0 auto;
	background: #4F4F4F;
}
/* pager */
.pager{
	text-align: center;
}
.pager select{
	margin: 0 10px;
	padding: 10px 40px 10px 15px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
	background: #fff url(../images/icon_select.svg) no-repeat 92% center;
}
/*about*/
.about_btn{
	display: flex;
	justify-content: center;
	margin: 5px 0 28px 0;
}
.about_btn a:first-child{
	margin: 0;
}
.about_btn a{
	color: #fff;
	width: 170px;
	height: 65px;
	font-size: 20px;
	font-weight: bold;
	line-height: 65px;
	text-align: center;
	display: inline-block;
	background: #828282;
	border-radius: 5px;
	margin: 0 0 0 30px;
}
.about_btn a p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.about_btn a.active{
	background: #B40101;
}
.one_item .about h1{
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin: 38px 0;
	letter-spacing: 0.1em;
}
.about_one_item .about h1 {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin: 38px 0;
	letter-spacing: 0.1em;
}
.about_one_item {
	padding: 20px 25px;
}
.brand ul{
	display: flex;
	padding: 0 0 54px 0;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #C4C4C4;
}
.brand ul li{
	width: 151px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin: 0 40px 0 0;
}
.brand ul li:last-child{
	margin: 0;
}
.brand ul li:before{
	content: " ";
	display: block;
	width: 115px;
	height: 115px;
	margin: 0 auto 25px auto;
}
.brand ul li:nth-child(1):before{
	background: url(../images/icon_attentive.svg) center center no-repeat;
}
.brand ul li:nth-child(2):before{
	background: url(../images/icon_care.svg) center center no-repeat;
}
.brand ul li:nth-child(3):before{
	background: url(../images/icon_natural.svg) center center no-repeat;
}
.brand ul li:nth-child(4):before{
	background: url(../images/icon_selection.svg) center center no-repeat;
}
.about_slogan{
	margin: 38px 0 ;
}
.about_slogan h5{
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.05em;
}
.about .tab-group{
	width: 100%;
	position: relative;
	margin: 40px 0;
}
.about .tab-nav{
	display: flex;
	justify-content: center;
}
.about .tab-nav li {
	display: inline-block;
	margin: 0 118px 0 0;
}
.about .tab-nav li:last-child{
	margin: 0;
}
.about .tab-nav li a{
	display: block;
	text-align: center;
	font-size: 0;
	background: #4F4F4F;;
	border-radius: 100%;
}
.about .tab-nav li.active a{
	background: #B40101;
}
.about .tab-nav li a:before, .about .tab-nav li.active:after{
	content: " ";
	display: block;
}
.about .tab-nav li a:before{
	width: 150px;
	height: 150px;
}
.about .tab-nav li.active:after{
	text-align: center;
	font-family: "Material Icons";
	content: "\e5e1";
	font-size: 33px;
	color: #B40101;
	margin: 40px 0;
	transform: rotate(90deg);
}
.about .tab-nav li:nth-child(1) a:before{
	background: url(../images/a_tab_nav_1.svg) no-repeat center center;
}
.about .tab-nav li:nth-child(2) a:before{
	background: url(../images/a_tab_nav_2.svg) no-repeat center center;
}
.about .tab-nav li:nth-child(3) a:before{
	background: url(../images/a_tab_nav_3.svg) no-repeat center center;
}
.about .tab-group section{
	display: none;
	height: 0;
	padding: 53px;
	overflow: hidden;
	border: 1px solid #C4C4C4;
	transition: opacity 0.4s ease, height 0.4s ease;
}
.tab-group section.active {
	display: flex;
	height: auto;
	align-items: center;
	overflow: visible;
}
.about .tab-group section .pic{
	width: 500px;
	margin: 0 57px 0 0;
}
.about .tab-group section .text{
	flex: 1;
	color: #333;
	font-size: 25px;
	font-weight: 500;
}
/*about 20220624新增*/
.pc_none,.pc_none414,.pc_none642,.pc_none425 {
	display: none;
}
.tab_p_txt05.pc_none642 {
	display: none;
}
.about_tit_txt {
	text-align: center;
	margin: 115px 0 50px 0;
	font-size: 40px;
	font-weight: bold;
	background: linear-gradient(to top, #650000, #b1000b, #e81205);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.tit_margin1 {
	margin: 115px 0 50px 0;
}
.tit_margin2 {
	margin: 115px 0 -40px 0;
}
.tit_margin3,.tit_margin4 {
	margin: 42px 0 32px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_tit_txt.tit_margin3 span {
	font-size: 65px;
	margin: 0 15px;
	font-weight: bold;
	background: linear-gradient(to top, #650000, #b1000b, #e81205);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.about_story_text {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	color: #4F4F4F;
}

.about_sbt_banner {
	position: relative;
}

.about_sbt_banner img {
	max-width: 100%;
}

.about_sl_banner {
	position: absolute;
	top: -290px;
	left: -25px;
}

.about_cubeee {
	width: 2px;
	height: 150px;
	margin: 60px auto 40px auto;
	background: linear-gradient(to bottom,#B40101, #C4121D, #FF171C);
}

.value_3box {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.value_4box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.valueimg {
	margin: 10px;
}

.valueimg img {
	max-width: 100%;
}

.valueimg .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
}
.valueimg .text h3 {
	background: linear-gradient(to top, #650000, #b1000b, #e81205);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 29px;
}

.valueimg .text p {
	font-size: 25px;
	font-weight: bold;
}

.tab_niangjia {
	margin: 165px 0 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabimg01,.tabimg02 {
	cursor: pointer;
}

.tabimg01 img,.tabimg02 img {
	opacity: 0.5;
	max-width: 100%;
}

.tabimg_act img {
	opacity: 1 !important;
}

.tab_change {
	margin: 10px 0 25px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab_c01,.tab_c02 {
	width: 55px;
	height: 11px;
	border-radius: 25px;
	margin: 0 5px;
	background-color: #BDBDBD;
	cursor: pointer;
}

.tab_act {
	background-color: #B40101 !important;
}

.tab_niangjia_content {
	margin: 0 0 45px 0;
	padding: 45px 32px;
	border: 1px solid #C4C4C4;
}

.tab_tit_txt {
	color: #C18C2F;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.tab_img_all {
	max-width: 100%;
	position: relative;
}

.tab01-003,.tab01-004 {
	padding: 25px;
}

.posi_tab_txt {
	position: absolute;
}

.tab_p_txt01 {
	right: 70px;
	bottom: 165px;
}

.tab_p_txt01 p {
	color: #C18C2F;
	font-size: 27px;
	font-weight: bold;
}

.tab_p_txt02 {
	left: 100px;
	bottom: 150px;
	text-align: center;
}

.tab_p_txt02 p {
	color: #fff;
	font-weight: bold;
}

.tab_p_txt02 p:first-child {
	font-size: 25px;
}
.tab_p_txt02 p:last-child {
	font-size: 39px;
}

.martop01 {
	margin: 30px 0 0 0;
}

.tab_flex,.tab_flex01 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab_flex01 {
	flex-direction: row-reverse;
}

.tab_p_txt03 p {
	color: #4F4F4F;
	font-size: 25px;
	font-weight: bold;
}

.cubeboxxx {
	background-color: #f9f3ea;
	margin: -5px 30px 0 30px;
}

.tab_p_txt05,.tab_p_txt06 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px;
}

.tab_p_txt05 p,.tab_p_txt06 {
	color: #4F4F4F;
	font-size: 25px;
	font-weight: bold;
}

.tab_p_txt05 h3,.tab_p_txt06 h3 {
	color: #C18C2F;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

#tab_niangjia02 {
	display: none;
}

/* video_list */
.video_btn{
	font-size: 23px;
	font-weight: bold;
	padding: 25px;
	margin: 25px 0 40px 0;
	text-align: center;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
}
.video_btn a{
	margin: 0 0 0 50px;
}
.video_btn a:first-child{
	margin: 0;
}
.video_btn a.active{
	color:#B40101;
}
.video_banner img, .video_banner iframe{
	width: 100%;
}
.video_banner iframe{
	height: 600px;
}
.video_list ul{
	display: flex;
	flex-wrap: wrap;
}
.video_list ul li{
	width: 32%;
	margin: 0 2% 2% 0;
	padding: 0 0 50px 0;
}
.video_list ul li:nth-child(3n){
	margin: 0 0 2% 0;
}
.video_list ul li .pic{
	position: relative;
	height: 260px;
	overflow: hidden;
	background: #f2f2f2;
}
.video_list ul li .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.video_list ul li .pic ,.video_list ul li .pic:before{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video_list ul li .pic:before{
	position: absolute;
	content: "圖片尚未上傳";
	height: 100%;
	left: 0;
	top: 0;
	color: #ccc;
	font-size: 20px;
}
.video_list ul li .pic .author{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 17px;
	text-align: right;
	padding: 13px 20px;
	letter-spacing: 0.05em;
	background: rgba(0, 0, 0, 0.3);
	z-index: 3;
}
.video_list ul li .text{
	margin: 40px 0 0 0;
}
.video_list ul li .text .date{
	font-size: 18px;
}
.video_list ul li .text h2{
	font-size: 20px;
	height: 60px;
	margin:15px 0;
	font-weight: bold;
	-webkit-line-clamp: 2;
}
.video_list ul li .text h2, .video_list ul li .text p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: normal;
	-webkit-box-orient: vertical;
}
.video_list.life ul li .text h2{
	height: auto;
	-webkit-line-clamp: 1;
}
.video_list ul li .text p{
	font-size: 18px;
	-webkit-line-clamp: 3;
}
.video_list .pager{
	margin: 0 0 60px 0;
}
.video_list .pager a{
	font-size: 20px;
	margin: 0 20px 0 0;
}
.video_list .pager a.prev{
	margin: 0 35px 0 0;
}
.video_list .pager a.next{
	margin: 0 35px;
}
.video_list .pager a.active{
	color: #B40101;
}
/* video_detail */
.video_detail{
	padding: 40px 70px;
}
.video_detail .date{
	font-size: 25px;
}
.video_detail h2{
	font-size: 31px;
	font-weight: bold;
	margin: 10px 0 45px 0 ;
}
.video_detail{
	font-size: 25px;
	line-height: 180%;
}
.detail_memo{
	font-size: 25px;
	font-weight: bold;
	margin: 60px 0;
	letter-spacing: 0.05em;
	padding: 0 0 0 40px;
	border-left: 4px solid #B40101;
}
.deatil_text{
	padding: 0 0 30px 0;
	border-bottom: 1px solid #C4C4C4;
}
.deatil_text, .deatil_text p{
	font-size: 25px;
	line-height: 180%;
}
.video_bottom{
	padding: 48px 60px;
}
.other_link, .news .share_icon {
	padding: 0 0 30px 0;
}
.other_link ul li{
	font-size: 23px;
	margin: 0 0 10px 0;
	letter-spacing: 0.08em;
}
.other_link a{
	color: #B40101;
}
.other_link a:hover{
	color: #2D9CDB;
	text-decoration: underline;
}
.news .share_icon {
	align-items: center;
}
.news .share_icon p{
	font-size: 23px;
	font-weight: bold;
}
.niangjia_shiji_banner {
	position: relative;
	width: 100%;
	height: 600px;
	background-size: cover;
}
.niangjia_shiji_banner.news {
	background: url(../images/niangjia_shiji_img/bn00001.jpg) no-repeat left center;
	background-size: cover;
}
/* report */
.report_banner{
	position: relative;
	width: 100%;
	height: 600px;
	background-size: cover;
}
.report_banner.news {
	background: url(../images/report_bn.jpg) no-repeat left center;
	background-size: cover;
}
.bn_title_box{
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align: center;
	flex-direction: column;
}
.report h2{
	font-size: 36px;
	font-weight: bold;
	margin: 50px 0 35px 0;
}
.report h2 span{
	color: #B40101;
	padding: 0 0 15px 0;
	border-bottom: 3px solid #B40101;
}
.report h2 , .report p{
	text-align: center;
	letter-spacing: 0.1em;
}
.report p{
	font-size: 34px;
	font-weight: 500;
}
.reprot_list{
	margin: 80px 0;
}
.reprot_list ul li{
	position: relative;
	font-size: 0;
	height: 283px;
}
.report_img{
	position:absolute;
	width: 100%;
	/* height: 100%; */
}
.ml_rp {
	margin-left: 3.5%;
}
.txt_flex{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
}
.level_img img{
	max-width: fit-content;
}
.text_titbox{
	display: flex;
	flex-direction: column;
}
.text_icon , .text_icon_odd , .oneicon_box {
	display: flex;
	flex-direction: column;
}
.text_icon img , .text_icon_odd img , .oneicon_box img {
	max-width: fit-content;
}
.text_icon01{
	display: flex;
}
.twoicon_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 20px;
}
.oneicon_box{
	display: flex;
}
.twoflex_box{
	display: flex;
	justify-content: flex-end;
}
.twoflex_box01{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.r_align{
	align-items: flex-end;
}
.even_p{
	text-align: right;
}
.reprot_list ul li:nth-child(odd) .text{
	left: 20%;
}
.reprot_list ul li:nth-child(even) .text{
	right: 20%;
}
.reprot_list ul li .text{
	position: absolute;
	/* padding: 30px; */
	top: 50%;
	width: 560px;
	transform: translateY(-50%);
	border-radius: 5px;
	/* background: #fff; */
	z-index: 1;
}
.reprot_list ul li .text b{
	display: block;
	font-size: 55px;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #B40101;
}
.reprot_list ul li .text b, .reprot_list ul li .text h3{
	color: #B40101;
	letter-spacing: 0.04em;
}
.reprot_list ul li .text h3{
	font-size: 28px;
	font-weight: bold;
}
.reprot_list ul li .text p{
	font-size: 20px;
}
.reprot_list ul li .text p span{
	color: #B40101;
}
.reprot_list h4{
	color: #fff;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	padding: 28px 0;
	letter-spacing: 0.12em;
	background: #4F4F4F;
}
.report_pd{
	margin: 90px 0;
}
.report_pd h2{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 35px 0;
}
.report_pd ul{
	display: flex;
}
.report_pd ul li{
	width: 32%;
	margin: 0 2% 2% 0;
}
.report_pd ul li:nth-child(3n){
	margin: 0;
}
.report_pd ul li:nth-child(2n){
	margin: 2% 2% 2% 0;
}
.report_pd ul li {
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.04em;
}
.reprot_list hr{
	margin: 0 20%;
}
.report_tit{
	text-align: center;
	font-size: 32px;
	margin-bottom: 1%;
	font-weight: 700;
}
.report_swiper{
	width: 1400px;
	margin: 0 auto;
	padding: 0 80px;
}
.report_style{
	padding: 0 70px;
}
.report_swiper .swiper-button-next:after, .report_swiper .swiper-button-prev:after{
	display: none
}
.report_swiper .swiper-button-next, .report_swiper .swiper-button-prev{
	width: 15px;
	height: 101%;
	top: -10px;
	padding: 35px;
}
.report_swiper .swiper-button-prev {
	left: 0;
	background: #fff  url(../images/arrow_gray_L.svg) no-repeat center center;
	background-size: 15px auto;
}
.report_swiper .swiper-button-next {
	right: 0;
	background: #fff  url(../images/arrow_gray_R.svg) no-repeat center center;
	background-size: 15px auto;
}
.report_img_mob , .report_img_mob375 , .report_img_mob768 , .report_img_mob820 {
	display: none;
}
.br_show {
	display: none;
}
.rp_back {
	width: 100px;
	height: 50px;
	color: #fff;
	background-color: #B40101;
	position: absolute;
	top: 10%;
	left: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
}
.rp_mask {
	background-color: #fff;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	align-content: center;
	justify-content: center;
	align-items: center;
	display: none;
}
.rp_page {
	margin: 1% auto 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
}
.rp_page_img {
	text-align: center;
	height: 800px;
}
.rp_page_img img {
	max-width: 90%;
}
.rp_bottom {
	background-color: #b3b3b3;
	bottom: 0;
	width: 100%;
	position: fixed;
}
.rp_bottom_swiper {
	width: 1400px;
	margin: 0 auto;
	padding: 0 80px;
}
.rp_link {
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
}
.rp_bottom_swiper .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
	border: 0px solid #E0E0E0;
}
.rp_bottom_swiper .mySwiper .swiper-slide {
	padding: 10px;
}
.rp_bottom_swiper .swiper-button-next:after, .rp_bottom_swiper .swiper-button-prev:after{
	display: none
}
.rp_bottom_swiper .swiper-button-next, .rp_bottom_swiper .swiper-button-prev{
	width: 15px;
	height: 101%;
	top: 25px;
	padding: 35px;
}
.rp_bottom_swiper .swiper-button-prev {
	left: 0;
	background: #fff0   url(../images/rp_swiper_prev1.png) no-repeat center center;
	background-size: 50px auto;
}
.rp_bottom_swiper .swiper-button-next {
	right: 0;
	background: #fff0   url(../images/rp_swiper_next1.png) no-repeat center center;
	background-size: 50px auto;
}
/*faq*/
.one_item h1{
	color: #B40101;
	font-size: 28px;
	text-align: center;
	margin: 0 0 40px 0;
}
.common_faq_btn{
	text-align: center;
	padding: 10px 0;
	margin: 0 0 40px 0;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
}
.common_faq_btn a{
	color: #828282;
	font-size: 20px;
	margin: 0 0 0 30px;
}
.common_faq_btn a:first-child{
	margin: 0;
}
.common_faq ul li{
	border-bottom: 1px solid #C4C4C4;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}
.common_faq ul li:last-child{
	border: 0;
}
.common_faq ul li h2{
	color: #B40101;
	font-size: 20px;
	margin: 0 0 10px 0;
	letter-spacing: 0.05em;
}
.common_faq ul li h2 ,.common_faq ul li h3{
	font-weight: bold;
}
.common_faq ul li h3, .common_faq ul li p{
	font-size: 18px;
	line-height: 180%;
}
/*contact*/
.contact{
	margin: 0 0 50px 0;
}
.contact p{
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.05em;
}
.contact ul{
	margin: 40px 0 0 0;
	padding: 54px 77px 10px 77px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
}
.contact ul li, .member_data li{
	margin: 0 0 35px 0;
}
.contact ul li p, .member_data li p{
	text-align: left;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 15px 0;
	padding: 0 0 0 13px;
	border-left: 1.5px solid #B40101;
}
.contact ul li input, .contact ul li select, .contact ul li textarea, .member_data li input, .member_data li input.width100, .member_data li select{
	width: 100%;
	padding: 13px 16px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
}
.member_data li input{
	width: 220px;
}
.contact ul li select, .member_data li select, .return .one_cell select{
	background: #fff url(../images/icon_select.svg) no-repeat 92% center;
}
.member_data li select{
	/* width: auto; */
	width: 30%;
	margin: 0 0 10px 0;
	font-size: 17px;
}
.member_data li input {
	width: 100%;
	font-size: 17px;
}
.contact ul li textarea{
	min-height: 134px;
}
/* return */
.return h2{
	margin: 20px 0;
}
.number {
	padding: 5px !important;
	width: 40px !important;
	height: 30px !important;
	font-size: 15px !important;
	border-radius: 0px !important;
	text-align: center;
}
.p-001 {
	padding: 10px;
}
.return .one_cell input {
	width: auto;
	padding: 13px 16px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
}
.return .one_cell select{
	width: 100%;
	padding: 13px 16px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
}
/* common_btn */
.btn{
	display: flex;
	width: 100%;
	margin: 0 0 70px 0;
	align-items: center;
	justify-content: center;
}
.btn.m-0{
	margin: 0;
	padding: 0;
}
.btn.left{
	justify-content: flex-start;
}
.btn.right{
	justify-content: flex-end;
}
.btn a, .btn button{
	cursor: pointer;
	width: 200px;
	height: 50px;
	padding: 0;
	border: 0;
	font-size: 19px;
	line-height: 50px;
}
.btn a:hover, .btn button:hover{
	opacity: .8;
}
.btn a:nth-child(2){
	margin: 0 0 0 20px;
}
.common_btn{
	display: block;
	color: #fff;
	text-align: center;
	background: #B40101;
	border-radius: 5px;
}
/* nopage */
.nopage {
	width: 100%;
	margin: 50px 0;
	padding: 50px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
}
.nopage h1 {
	text-align: center;
	padding: 0 0 10px 0;
	margin: 30px 0px;
}
.nopage p{
	margin: 10px 0;
}
.nopage ul{
	padding: 20px 0 20px 20px;
}
.nopage ul li{
	margin: 10px 0;
}
a.back_btn {
	display: block;
	margin: auto;
	padding: 10px 30px;
	background: #ccc;
	color: #000;
	text-align: center;
	width: 180px;
	border-radius: 4px;
}
/* search */
.search_top{
	padding: 20px;
	display: flex;
	align-items: center;
	background: #F2F2F2;
}
.search_top select{
	padding: 10px 16px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
	background: #fff url(../images/icon_select.svg) no-repeat 92% center;
}
@media screen and (max-width:1900px) {
	nav ul li a, .addon, .addon a {
		font-size: 18px;
	}
	.index_banner a{
		height: 792px;
	}
}
@media screen and (max-width:1800px) {
	nav ul li a {
		padding: 25px 10px;
	}
	.index_banner a{
		height: 750px;
	}
}
@media screen and (max-width:1700px) {
	header {
		padding: 0 30px;
	}
	.logo a{
		font-size: 19px;
	}
	nav ul li a, .addon, .addon a {
		font-size: 16px;
	}
	.index_banner a{
		height: 708px;
	}
}
@media screen and (max-width:1600px) {
	header {
		padding: 0 20px;
		height: 75px;
	}
	.logo {
		width: 11%;
	}
	.logo a {
		font-size: 17px;
	}
	nav ul li a, .addon, .addon a {
		font-size: 15px;
	}
	.index_banner a{
		height: 667px;
	}
	/* report_css */
	.level_img img {
		max-width: 70%;
	}
	.reprot_list ul li{
		height: 236px;
	}
	.text_titbox{
		margin-left: -50px;
	}
	.reprot_list ul li:nth-child(odd) .text {
		left: 10%;
	}
	.reprot_list ul li:nth-child(even) .text {
		right: 10%;
	}
	.reprot_list ul li:nth-child(even) .text_titbox{
		margin-left: 0px;
	}
}
@media screen and (max-width:1500px) {
	header {
		padding: 0 15px;
	}
	nav ul li a {
		padding: 25px 9px;
	}
	nav ul li a, .addon, .addon a {
		font-size: 15px;
	}
	.index_banner a{
		height: 625px;
	}
}
@media screen and (max-width:1440px) {
	.logo {
		width: 16%;
	}
	.logo a {
		font-size: 15px;
	}
	nav ul li a {
		padding: 25px 5px;
	}
	.index_banner a{
		height:600px;
	}
	.ins_banner{
		height: 450px;
	}
}
@media screen and (max-width:1400px) {
	nav ul li a, .addon, .addon a {
		font-size: 14px;
	}
	.index_banner a{
		height: 583px;
	}
	.news_style {
		width: auto;
	}
	/* report_css */
	.reprot_list ul li{
		height: 206px;
	}
	.reprot_list ul li:nth-child(odd) .text {
		left: 5%;
	}
	.reprot_list ul li:nth-child(even) .text {
		right: 10%;
	}
	.level_img img {
		max-width: 60%;
	}
	.text_titbox {
		margin-left: -80px;
	}
	.reprot_list ul li .text h3 {
		font-size: 23px;
	}
	.reprot_list ul li .text p {
		font-size: 15px;
	}
	.rp_bottom_swiper {
		width: 1110px;
	}
}
@media screen and (max-width:1366px) {
	.logo {
		width: 17%;
	}
	.index_banner a{
		height: 569px;
	}
	.ins_banner{
		height: 427px;
	}
	.reprot_list ul li {
		height: 201px;
	}
	.reprot_list ul li .text b {
		font-size: 41px;
		padding: 0 0 10px 0;
	}
	.reprot_list ul li .text h3 {
		font-size: 23px;
	}
	.reprot_list ul li .text p {
		font-size: 18px;
	}
	.news_style {
		margin: 10px 45px;
	}

	/* report_css */
	.text_icon img , .oneicon_box img {
		max-width: 70%;
	}
	.text_icon_odd img {
		max-width: 28%;
	}
	.twoicon_box img {
		max-width: 85%;
	}
	.report_swiper {
		width: 995px;
		padding: 0;
	}
	.report h2 {
		font-size: 30px;
	}
	.report p , .report_tit {
		font-size: 27px;
	}
}
@media screen and (max-width:1280px) {
	.logo {
		width: 18%;
	}
	.logo a {
		font-size: 13px;
		background-size: auto 25px;
	}
	.addon ul li{
		margin: 0 9px 0 0;
	}
	nav ul li a {
		padding: 25px 5px;
	}
	nav ul li a {
		font-size: 14px;
	}
	.addon, .addon a {
		font-size: 12px;
	}
	.index_banner a{
		height: 533px;
	}
	.index_member ul li .text {
		margin: 0 0 0 20px;
	}
	.index_member ul li .text h3{
		font-size: 23px;
	}
	.index_member ul li .text p {
		font-size: 15px;
	}
	.ins_banner{
		height: 400px;
	}
	/* report_css */
	.reprot_list ul li {
		height: 189px;
	}
}
@media screen and (max-width:1136px) {
	/* header */
	header {
		padding: 0 10px;
		height: 50px;
	}
	.logo {
		width: 14%;
	}
	.logo a {
		font-size: 13px;
		background-size: auto 20px;
	}
	nav {
		margin: 0 5px;
	}
	nav ul li a, .addon, .addon a {
		font-size: 12px;
	}
	nav ul li a {
		padding: 15px 3px;
	}
	.addon {
		padding: 12px 10px;
	}
	.addon img {
		width: 15px;
	}
	.h_cart_box, .search_box{
		top: 34px;
	}
	.h_cart b{
		font-size: 12px;
		padding: 1px 2px 2px 2px;
	}
	/* layout */
	.wrapper {
		padding: 50px 0;
	}
	.wrapper.p-0{
		padding: 50px 0 0 0 !important;
	}
	/* index */
	.index_banner a{
		height: 473px;
	}
	.index_member ul li {
		padding: 0 60px;
	}
	.index_member ul li .pic {
		width: 50px;
	}
	.index_member ul li .text h3 {
		font-size: 21px;
	}
	.index_member ul li .text p {
		font-size: 14px;
	}
	.index_member .swiper-button-next:after, .index_member .swiper-button-prev:after{
		font-size: 25px;
	}
	/* ins_banner */
	.ins_banner{
		height: 355px;
	}
	/* crumbs */
	.crumbs{
		padding: 18px 20px 0 20px;
	}
	.category ul{
		margin: 25px;
	}
	.category ul li, .category ul li:nth-child(3n){
		width: 48%;
		margin: 0 4% 4% 0;
	}
	.category ul li:nth-child(even){
		margin: 0 0 4% 0;
	}
	.category ul li .pic, .category ul li:nth-child(3n) .pic{
		border: 1px solid #E0E0E0;
	}
	.category ul li .text {
		margin: 10px 0;
	}
	.category ul li h2{
		font-size: 18px;
		height: 55px;
	}
	.category ul li p.price{
		font-size: 18px;
	}
	/* pd */
	.pd_top{
		padding: 20px 25px;
	}
	.pd_content, .pd_related{
		padding: 0 25px;
	}
	.pd_price p.price span , .show_item_money {
		font-size: 39px;
	}
	.pd_related{
		padding: 25px 25px 0 25px;
	}
	.pd_related .swiper-button-prev, .pd_related .swiper-button-next {
		display: none;
	}
	/* event */
	.event{
		padding: 22px
	}
	/* cart */
	.vendor, .cart_add{
		margin: 0 15px 45px 15px;
	}
	.pay{
		margin: 0 20px 25px 20px;
	}
	.one_item{
		padding: 20px 25px;
	}
	/* cart_success */
	.order_info{
		margin: 0 15px 50px 15px;
	}
	/* video_list  */
	.video_list {
		background: #fff;
		padding: 15px 25px;
	}
	.video_list ul li .pic{
		height: 245px;
	}
	/* video_detail */
	.video_btn{
		margin: 25px 25px 40px 25px;
	}
	.video_banner{
		padding: 50px 25px 0;
	}
	.video_detail {
		padding: 10px 25px;
	}
	.video_bottom {
		padding: 30px 25px;
	}
	/* report */
	.report_pd{
		margin: 30px 25px;
	}
	/* life */
	.life_list{
		margin: 20px 0 0 0;
	}
	.life_list ul{
		margin: 0;
	}
	.life_list ul li:last-child{
		margin: 0;
	}
	/* report_css */
	.reprot_list ul li {
		height: 167px;
	}
	.reprot_list ul li:nth-child(odd) .text {
		left: -4%;
	}
	.reprot_list ul li:nth-child(even) .text {
		right: 7%;
	}
	.level_img img {
		max-width: 50%;
	}
	.text_titbox {
		margin-left: -100px;
	}
	.ml_rp {
		margin-left: 5%;
	}
	.text_icon img , .oneicon_box img {
		max-width: 60%;
	}
	.text_icon_odd img {
		max-width: 27%;
	}
	.reprot_list ul li .text h3 {
		font-size: 20px;
	}
	.reprot_list ul li .text p {
		font-size: 16px;
	}
	.twoicon_box img {
		max-width: 75%;
	}
	.text_icon01 img {
		width: 40%;
	}
	.twoicon_box {
		margin-right: 0;
	}
}
@media screen and (max-width:1100px) {
	/*2022_about*/
	.about_sl_banner {
		top: -245px;
		left: 60px;
		width: 15%;
	}
	.valueimg .text h3 {
		font-size: 25px;
	}
	.tab_p_txt05 h3,.tab_p_txt06 h3 {
		font-size: 32px;
	}
	.tab_p_txt03 p,.tab_p_txt05 p,.tab_p_txt06 p,.valueimg .text p {
		font-size: 21px;
	}

}
@media screen and (max-width:1080px) {
	/* header */
	header {
		padding: 0 5px;
	}
	.addon {
		padding: 12px 0;
	}
	nav {
		margin: 0;
	}
	.logo a {
		font-size: 12px;
		background-size: auto 15px;
	}
	/* footer */
	.footer_link{
		padding: 20px 0;
	}
	.footer_link .flex a{
		font-size: 17px;
	}
	/* index */
	.index_banner a{
		height: 450px;
	}
	.index_member ul li {
		padding: 0 50px;
	}
	/* inside */
	.ins_banner{
		height: 338px;
	}
	/* cart */
	.cart_total .cart_cost ul li{
		flex-wrap: wrap;
	}
	.cart_total .cart_cost ul li p{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.cart_cost ul li input{
		margin: 0 15px 0 0;
	}
	.coupon_msg {
		width: 100%;
		flex: none;
		margin: 10px 0 0 0;
	}
	/* video */
	.video_list ul li .pic{
		height: 232px;
	}
	/* report_css */
	.reprot_list ul li {
		height: 159px;
	}


}
@media screen and (max-width:1024px) {
	/* header */
	.logo {
		width: 12%;
	}
	.addon {
		padding: 15px 0;
	}
	.addon img {
		width: 10px;
	}
	nav ul li a {
		padding: 15px 4px;
	}
	/* footer */
	.footer_link .flex a {
		font-size: 15px;
	}
	/* index */
	.index_banner a{
		height: 427px;
	}
	.index_member .swiper-button-next:after, .index_member .swiper-button-prev:after {
		font-size: 19px;
	}
	.index_member ul li {
		padding: 0 45px;
	}
	.index_member ul li .text h3 {
		font-size: 19px;
	}
	.index_member ul li .text p {
		font-size: 13px;
	}
	.ins_banner{
		height: 320px;
	}
	/* pd */
	.pd_img {
		width: 400px;
		margin: 0 80px 0 0;
	}
	.share_icon img {
		width: 38px;
	}
	.pd_img_bt input[type="checkbox"] + label{
		height: 40px;
		line-height: 40px;
	}
	/* cart */
	.box ol li{
		flex-wrap: wrap;
	}
	.box ol li span{
		width: 100%;
		margin: 10px 0 0 0;
	}
	/* member */
	.member{
		padding: 15px;
	}
	.member .one_cell{
		font-size: 16px;
	}
	/* video */
	.video_list ul li .pic{
		height: 219px;
	}
	.pd_related.video_pd{
		margin: 0 0 50px 0;
		padding: 25px 25px 0 25px;
	}
	.tab_content iframe{
		height: 518px;
	}
	/* report_css */
	.reprot_list ul li {
		height: 151px;
	}
	.twoicon_box img {
		max-width: 65%;
	}
	.twoicon_box {
		margin-right: -10px;
	}
	.text_icon_odd img {
		max-width: 19%;
	}
	.reprot_list ul li .text h3 {
		font-size: 25px;
	}
	.text_icon_odd {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
	}
	.text_icon , .oneicon_box {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.twoflex_box {
		align-items: flex-end;
	}
	.twoicon_box {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	.text_icon img {
		max-width: 20%;
	}
	.twoicon_box img {
		max-width: 30%;
	}
	.oneicon_box img {
		max-width: 40%;
	}
	.twoflex_box01 {
		flex-direction: row-reverse;
	}
	.reprot_list ul li .text p {
		font-size: 19px;
	}
	.ml_rp {
		margin-left: 6%;
	}
	.report_swiper {
		width: 850px;
	}

	/*2022_about*/
	.about_story_text {
		font-size: 25px;
	}
	.tab_tit_txt {
		font-size: 31px;
	}
	.tab_p_txt01 {
		right: 45px;
		bottom: 135px;
	}
	.tab_p_txt03 p {
		font-size: 18px;
	}
	.tab_p_txt05 h3,.tab_p_txt06 h3 {
		font-size: 29px;
	}
	.tab_p_txt05 p,.tab_p_txt06 p {
		font-size: 19px;
	}
	.tab_p_txt02 p:last-child {
		font-size: 35px;
	}
	.tab_p_txt02 {
		left: 80px;
		bottom: 130px;
	}
}
@media screen and (max-width:1000px) {
	.p-001 {
		padding: 0;
	}
	.txtcenter {
		text-align: start;
	}
	.pd_text h1 {
		font-size: 36px;
	}
	.pd_text ul {
		font-size: 16px;
	}
	.pd_price {
		border-top: 1px solid;
		margin: 10px;
	}
	.news_style {
		margin: 0;
	}
	.index_news ul li h3 {
		font-size: 18px;
	}
	.fixed_top {
		bottom: 15%;
	}
	.fix_bt_btnn {
		bottom: 23%;
	}
	.cp{
		display: none !important;
	}
	.mb{
		display: block !important;
	}
	.m_btn{
		display: block;
	}
	header{
		height: 37px;
	}
	.logo{
		width: 12%;
	}
	/* .logo a {
		width: 115px;
		height: 20px;
		font-size: 14px;
		background: url(../images/logo.png) no-repeat left top;
		background-size: auto 20px;
	} */
	.addon {
		padding: 0;
	}
	.addon ul li{
		margin: 0;
	}
	.a_login .mb{
		color: #fff;
		display: inline-block !important;
	}
	.m_btn{
		width: 24px;
		height: 24px;
		order: -1;
	}
	.m_btn span{
		width: 12px;
		height: 1px;
		background: #fff;
		display: block;
		margin: 4px auto;
		border-radius: 5px;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.m_btn.active span:nth-child(1) {
		-webkit-transform: translateY(3px) rotate(45deg);
		-ms-transform: translateY(3px) rotate(45deg);
		-o-transform: translateY(3px) rotate(45deg);
		transform: translateY(3px) rotate(45deg);
	}
	.m_btn.active span:nth-child(2) {
		opacity: 0;
	}
	.m_btn.active span:nth-child(3) {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		-o-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
	.menu_mobile, .nav_overlay{
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 37px;
		z-index: 1000;
	}
	.menu_mobile.active, .nav_overlay.active {
		display: block;
	}
	.nav_overlay{
		width: 100%;
		height: 100%;
		background: rgba(0,0,0 ,.3);
		z-index:999 !important;
	}
	.search_block input{
		width: 100%;
		height: 24px;
		padding: 10px;
		border-radius: 4px;
	}
	.search_block input:focus, .search_block input:focus-visible{
		border: 0;
		outline: 0;
	}
	.search_block a{
		display:inline-block;
		position:absolute;
		right: 0;
		top: 0;
	}
	.search_block a:before{
		display: inline-block;
		font-family: "Material Icons";
		content: "\e8b6";
		font-size: 17px;
		margin: 3px 5px;
	}
	.overlay{
		display: none;
	}
	nav {
		flex: none;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		z-index: 100000;
	}
	.search_m{
		padding: 25px 21px 0;
	}
	nav ul{
		padding: 14px 21px;
	}
	nav ul, .search_m, nav .share_icon.mb{
		width: 153px;
		background: #000;
		flex-wrap: wrap;
	}
	nav ul li{
		display: block;
		width: 100%;
	}
	nav ul li img {
		vertical-align: -3px;
		margin: 0 5px 0 0;
	}
	nav ul li a{
		font-weight: 700;
		display: block;
		padding: 10px 0;
	}
	nav ul li a, .addon, .addon a {
		font-size: 14px;
	}
	nav ul li a.m_menu:after{
		float: right;
		font-size: 25px;
	}
	nav ul li ul {
		opacity: 1;
		display: none;
		position: fixed;
		min-width: auto;
		width: 145px;
		height: 100%;
		top: 37px;
		left: 153px;
		padding: 75px 20px 20px 20px;
		background: #4F4F4F;

	}
	nav ul li:hover ul, nav ul li:hover ul {
		opacity: 1;
		display: none;
	}
	nav ul li ul li a{
		font-size: 14px;
		color: #fff;
		white-space: normal;
	}
	nav ul li ul.open{
		display: block;
	}
	nav .share_icon.mb{
		padding: 10px 21px 100px 21px;
		border-top: 1px solid #4F4F4F;
		border-bottom: 1px solid #4F4F4F;
	}
	nav .share_icon.mb a{
		margin: 0 0 10px 0;
	}
	nav .share_icon.mb a:nth-child(3){
		margin: 0;
	}
	nav .mb .logout {
		margin: 10px 0;
		display: block;
		color: #fff;
	}
	nav .mb .logout{
		display: inline-flex;
		align-items: center;
	}
	nav .mb .logout:after{
		color: #fff;
		content: "\e9ba";
		font-size: 19px;
		margin: 0 0 0 10px;
		display: inline-block;
		font-family: "Material Icons";
	}
	/* footer */
	.footer_menu{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #fff;
		z-index: 11;
		filter: drop-shadow(0px -1px 2px rgba(0, 0, 0, 0.25));
	}
	.footer_menu ul{
		display: flex;
		align-items: center;
	}
	.footer_menu ul li{
		flex: 1;
		font-size: 12px;
		text-align: center;
		margin: 10px 0;
		padding: 0 10px;
		border-left: 1px solid #BDBDBD;
	}
	.footer_menu ul li img{
		display: block;
		width: 24px;
		margin: 0 auto 5px auto;

	}
	.footer_menu ul li a{
		position: relative;
		display: block;
	}
	.footer_menu ul li:first-child{
		border: 0;
	}
	.footer_menu ul li a b {
		position: absolute;
		background: #B40101;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		border-radius: 100%;
		right: 35%;
		top: 0;
		padding: 1px 6px;
	}
	footer{
		padding: 0 0 50px 0;
	}
	.footer_link{
		background: #333;
	}
	.footer_link .flex{
		flex-wrap: wrap;
	}
	.footer_link .flex span {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		text-align: center;
	}
	.footer_link .flex span:nth-child(3){
		margin: 0;
	}
	.footer_link .flex span a{
		color: #fff;
		display: inline-block;
		margin: 0;
		font-size: 13px;
		padding: 0 6px;
		border-left: 1px solid #fff;
	}
	.footer_link .flex span a:first-child, .footer_link .flex span:nth-child(3) a{
		border: 0;
	}
	.toolbar{
		right: 45px;
		bottom: 30%;
		width: 39px;
	}
	.toolbar > li > a{
		width: 39px;
		height: 39px;
	}
	.toolbar > li > a.mb{
		display: flex !important;
	}
	/* layout */
	.wrapper, .wrapper.p-0 {
		padding: 37px 0 0 0 !important;
	}
	/* index */
	.index_banner a{
		height: 1125px;
	}
	.index_member{
		padding: 0;
	}
	.index_member .swiper-container{
		padding: 10px 0;
	}
	.index_member .swiper-button-next, .index_member .swiper-button-prev {
		height: 100%;
		top: 20px;
		padding: 10px;
	}
	.index_member .swiper-button-next {
		right: 0;
		background: #4F4F4F url(../images/arrow_yellow_R.svg) no-repeat center center;
		background-size: 10px auto;
	}
	.index_member .swiper-button-prev {
		left: 0;
		background: #4F4F4F url(../images/arrow_yellow_L.svg) no-repeat center center;
		background-size: 10px auto;
	}
	.index_member ul li a{
		align-items: flex-start;
	}
	.index_member ul li .pic {
		width: 25px;
	}
	.index_member ul li .text {
		margin: 0 0 0 10px;
	}
	.index_member ul li .text h3 {
		font-size: 18px;
	}
	.index_member ul li .text p{
		font-size: 13px;
	}
	.index_news{
		padding:  0 22px;
	}
	.index_news .swiper-container{
		padding: 0 0 40px 0;
	}
	.index_news .swiper-container-horizontal>.swiper-pagination-bullets, .index_news .swiper-pagination-custom, .index_news .swiper-pagination-fraction{
		bottom: 0;
	}
	.index_news h2 b, .index_news h2 span, .index_hot h2 span{
		font-size: 24px;
		padding: 0;
	}
	.index_news .swiper-button-next, .index_news .swiper-button-prev{
		display: none;
	}
	.index_hot{
		padding: 0 22px;
	}
	.index_hot .swiper-container {
		padding: 0 0 80px 0;
	}
	.index_hot h2 b{
		font-size: 32px;
	}
	.index_hot h2 img{
		width: 18px;
	}
	.index_hot .swiper-button-next, .index_hot .swiper-button-prev{
		display: none;
	}
	.index_hot .swiper-container-horizontal>.swiper-pagination-bullets, .index_hot .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 35px;
	}
	.index_hot.index_pd{
		margin: 15px 0;
	}
	.index_pd.index_hot ul li .text .flex a{
		/* display: none; */
	}
	.footer_link .flex a.icon_share:nth-child(1){
		background: url(../images/icon_fb_wt.svg) no-repeat center center;
	}
	.footer_link .flex a.icon_share:nth-child(2){
		background: url(../images/icon_line_wt.svg) no-repeat center center;
	}
	.footer_link .flex a.icon_share:nth-child(3){
		background: url(../images/icon_yt_wt.svg) no-repeat center center;
	}
	.wrapper .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.index_hot ul li .text h3 a{
		margin: 0;
	}
	.index_hot ul li .text .flex{
		flex-wrap: wrap;
	}
	.index_hot ul li .text h3 a, .index_hot ul li .text .price{
		font-size: 18px;
		height: 55px;
	}
	.index_hot ul li .text .price {
		flex: none;
		width: 100%;
	}
	.index_hot ul li .text .flex a{
		font-size: 14px;
		margin: -20px 0 0 0;
	}
	.index_hot ul li .pic .label_hot:before {
		font-size: 23px;
		margin: 0 0 1px 0;
	}
	.index_hot ul li .pic .label_hot{
		left: 12px;
		font-size: 12px;
		padding: 7px 5px;
	}
	.index_hot .swiper-container {
		padding: 0 0 40px 0;
	}
	.index_hot .swiper-container-horizontal>.swiper-pagination-bullets, .index_hot .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 10px;
	}
	/* ins_banner */
	.ins_banner{
		height: 313px;
	}
	.ins_banner.life h1{
		color: #fff;
		font-size: 24px;
		border: 0;
	}
	/* crumbs */
	.crumbs{
		font-size: 12px;
	}
	/* category */
	.category h1{
		color: #333;
		font-size: 16px;
		font-weight: bold;
	}
	.category h1{
		padding: 8px 25px
	}
	.category_link{
		font-size: 12px;
		text-align: left;
		padding: 15px 25px;
		background: #F2F2F2;
	}
	.pd_top{
		padding: 18px 0 0 0;
		flex-wrap: wrap;
	}
	.pd_img{
		width: 100%;
		margin: 0 0 20px 0;
		background: #FFFFFF;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}
	.mySwiper{
		display: none;
	}
	.wrapper .mySwiper2  .swiper-pagination-bullet-active{
		background: #4F4F4F;
	}
	.wrapper .mySwiper2 .swiper-pagination-bullet{
		background: #BDBDBD;
	}
	.mySwiper2 .swiper-pagination{
		display: block;
	}
	.pd_text{
		padding: 0 25px 0 25px;
	}
	.pd_event, .pd_coupon{
		order: 1;
	}
	.pd_info {
		margin: 10px 0 0 0;
	}
	.pd_price p {
		text-align: left;
	}
	.pd_price p.price {
		font-size: 18px;
	}
	.pd_price p.price span , .show_item_money {
		font-size: 48px;
	}
	.pd_img_bt.mb {
		width: 100%;
		display: flex !important;
		margin: 20px 0 0 0;
	}
	.pd_event, .pd_coupon{
		border-top: 4px solid #F2F2F2;
	}
	.pd_event ul li a h5, .pd_coupon ul li p{
		font-size: 18px;
	}
	.pd_event ul li a p, .pd_coupon ul li a{
		font-size: 12px;
	}
	.pd_content{
		padding: 0;
	}
	.pd_tab {
		padding: 30px 25px;
	}
	.pd_tab ul {
		padding: 0;
	}
	.pd_tab ul li{
		flex: 1;
		margin: 0;
		font-size: 14px;
		padding: 0 0 7px 0;
		text-align: center;
			border-bottom: 3px solid #E0E0E0;
	}
	.pd_tab ul li.active{
		border-bottom: 3px solid #B40101;
	}
	.tabpage{
		margin: 0;
	}
	.faq {
		margin: 30px 0 0 0;
	}
	.faq, .spec{
		padding: 25px 0;
	}
	.tab_content h2, .pd_related h2{
		border: 0;
		font-size: 14px;
		padding:  15px 0 0 0;
		border-top: 1px solid #BDBDBD;
	}
	.faq_head, .faq_wrapper{
		padding: 10px;
	}
	.faq ul li{
		margin: 0 0 15px 0;
	}
	.faq_head, .faq_wrapper ,.spec ,.spec p{
		font-size: 14px;
	}
	.pd_related .swiper-slide {
		width: 32%;
	}
	.pd_related .swiper-container{
		margin: 0;
		padding: 0 0 50px 0;
	}
	.pd_related ul li:first-child .pic, .pd_related ul li .pic{
		border: 1px solid #E0E0E0;
	}
	.pd_related ul li .text h3, .pd_related ul li .text p.price{
		font-size: 18px;
	}
	.pd_related .swiper-pagination{
		display: block;
		bottom: 0 !important;
	}
	.fixed_pd{
		display: block;
	}
	.overlay{
		content:"";
		display: none;
		position:fixed;
		width:100%;
		height:100%;
		background:#000;
		z-index:1;
		top:0;
		left:0;
		opacity:0.6;
		overflow: hidden;
	}
	.open .overlay{
		display: block;
	}
	.panel{
		position: absolute;
		display: block;
		bottom:0;
		width: 100%;
		opacity:1;
		margin: 0px;
		text-align: center;
		background: #FFF;
		box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.25);
		z-index:2;
		transform: translateY(100%);
		-webkit-transition: all .5s;
		transition: all .5s;
		z-index: 10000;
	}
	.panel_item{
		padding: 10px 25px 20px 25px;
	}
	.open .panel{
		transform: translateY(0%);
	}
	.close{
		padding: 10px;
	}
	.close:before{
		text-align: right;
		display: block;
		font-family: "Material Icons";
		content: "\e5cd";
			font-size: 34px;
		cursor: pointer;
		margin: 10px 0 0 0;
	}
	.panel_btn a{
		display: none;
		width:100%;
		padding: 10px 0;
		border-radius: 10px;
	}
	.panel .pd_price{
		color: #f00;
	}
	.panel .quantity p, .panel .price b{
		font-size: 14px;
		color: #333;
	}
	.panel .quantity{
		display: flex;
		align-items: center;
	}
	.panel .less, .panel .plus {
		width: 29px;
		height: 29px;
	}
	.panel .quantity .flex input{
		font-size: 18px;
		flex: none;
		width: 60%;
		color: #BDBDBD;
	}
	.panel .price{
		display: flex;
		margin: 25px 0 0 0;
		padding: 10px 0;
		border-top: 1px solid #BDBDBD;
	}
	.panel .price span{
		flex: 1;
		text-align: right;
		font-size: 48px;
		font-weight: 500;
		color: #B40101;
	}
	.fixed_btn a{
		color: #fff;
		display: block;
		padding: 10px;
		font-size: 18px;
		font-weight: 700;
		border-radius: 20px 20px 20px 20px;
	}
	.fixed_btn a.buy{
		background: #EB5757;
		margin:  0 0 15px 0;
	}
	.fixed_btn a.add{
		background: #B40101;
	}
	.event ul li {
		width: 48%;
		margin: 0 4% 4% 0;
		border-radius: 5px;
		overflow: hidden;
	}
	.event ul li:nth-child(even){
		margin: 0 0 4% 0;
	}
	.event ul li a h2{
		font-size: 18px;
		font-weight: 700;
	}
	.cart_step{
		padding: 0 48px;
	}
	.cart_step ul li .flex{
		flex-wrap: wrap;
	}
	.cart_step ul li b{
		display: block;
		width: 35px;
		height: 35px;
		font-size: 27px;
		line-height: 33px;
		margin: 0 0 10px 0;
	}
	.cart_step ul li span {
		width: 100%;
		display: block;
		text-align: center;
	}
	.vendor, .cart_add {
		margin: 0 15px 20px 15px;
	}
	.vendor .table{
		display: block;
	}
	.vendor .row{
		display: flex;
		flex-wrap: wrap;
	}
	.vendor .cell.th{
		display: none;
	}
	.vendor .row.th{
		margin: 0;
	}
	.vendor .row.th ,.vendor .row:nth-child(2){
		border: 0;
	}
	.vendor .row{
		margin: 0 20px;
		border-top: 1px solid #C4C4C4;
	}
	.vendor .cell.th.vendor_name{
		width: 100%;
		display: block;
		text-align: left;
		padding: 10px 12px;
		margin: 0 0 10px 0;
	}
	.vendor .cell {
		font-size: 14px;
		padding: 20px 10px;
		display: inline-block;
	}
	.vendor .cell.vendor_name {
		float: left;
		display: inline-block;
		width: 120px;
	}
	.vendor .cell.cart_name{
		font-size: 18px;
	}
	.cart_name h2 a{
		display: block;
		height: 54px;
		overflow: hidden;
	}
	.vendor .cell.cart_name {
		width: calc( 100% - 120px);
	}
	.vendor .cell.cart_num, .vendor .cell.delete {
		order: 1;
	}
	.vendor .cell span.mb{
		display: inline-block !important;
	}
	.vendor .cell.cart_num{
		margin: -20px 0 0 120px;
		width: calc(100% - 120px - 50px);
	}
	.vendor .cell.cart_num span.mb, .vendor .cell.c_total span.mb{
		margin:  0 20px 0 0;
	}
	.vendor .cell.cart_num .flex{
		display: inline-flex;
		align-items: center;
	}
	.vendor .cell.del {
		margin: -55px 20px 0 120px;
		text-decoration: line-through;
	}
	.vendor .cell.cart_price{
		margin: -55px 0 0 0;
	}
	.cart_num .plus:before, .cart_num .less:before {
		font-size: 19px;
	}
	.cart_num .less, .cart_num .plus {
		width: 29px;
		height: 29px;
	}
	.vendor .row:after {
		display: none;
	}
	.vendor .cell.c_total {
		order: 2;
		width: calc(100% - 120px);
		margin: -25px 0 0 120px;
	}
	.vendor .cell.c_total span.mb{
		color: #333;
		font-size: 14px;
	}
	.vendor .cell.delete {
		text-align: right;
		width: 50px;
		margin: -20px 0 0 0;
	}
	.vendor .cell.c_total span{
		color: #B40101;
		font-size: 18px;
		font-weight: 500;
	}
	.cart_msg, .cart_total ul {
		margin: 0 0 20px 0;
	}
	.cart_total {
		padding: 0;
		margin: 25px 15px;
		border-top: 0;
	}
	.cart_total ul li p{
		font-size: 14px;
		text-align: left;
	}
	.cart_total p b, .cart_total ul li div b{
		font-size: 18px;
	}
	.cart_btn{
		display: flex;
		text-align: center;
	}
	.cart_btn .gray_btn, .cart_btn .common_btn{
		width: 49%;
		margin: 0 2% 0 0;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}
	.cart_btn .common_btn{
		margin: 0;
	}
	.cart_add {
		border: 0;
		margin: 0;
		padding: 0 25px 70px 25px;
	}
	.cart_add h1{
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		background: transparent;
	}
	.cart_add .swiper-container {
		padding: 0;
		overflow: initial;
	}
	.cart_add ul li{
		max-width: 48%;
		margin: 0 4% 0 0;
	}
	.cart_add ul li img{
		border-radius: 5px;
		border: 1px solid #E0E0E0;
	}
	.cart_add ul li .text{
		text-align: left;
	}
	.cart_add ul li .text .price {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.cart_add ul li .text .price span{
		width: 100%;
		margin: 0;
	}
	.cart_add ul li .common_btn{
		font-size: 14px;
		background: #4F4F4F;
		border-radius: 20px 20px 20px 20px;
	}
	.cart_add .swiper-pagination{
		display: block;
	}
	.cart_add .swiper-horizontal>.swiper-pagination-bullets, .cart_add .swiper-pagination-bullets.swiper-pagination-horizontal, .cart_add .swiper-pagination-custom, .cart_add .swiper-pagination-fraction {
		bottom: -40px;
	}
	/* cart2 */
	.vendor.cart2{
		border: 0;
	}
	.vendor.cart2 .table{
		border: 1px solid #C4C4C4;
		border-radius: 5px;
		overflow: hidden;
	}
	.vendor.cart2 .cell.c_total{
		color: #B40101;
	}
	.cart2 .cell{
		text-align: left;
	}
	.cart_total.flex{
		margin: 15px 0;
		flex-wrap: wrap;
	}
	.cart_total.flex .flex1 {
		flex: none;
		width: 100%;
	}
	.cart_total .cart_cost ul li p{
		font-size: 14px;
		font-weight: bold;
	}
	.cart_cost ul li input{
		flex: 1;
	}
	.cart_cost ul li input ,.pay ul li input[type="text"], .pay ul li input[type="password"], .pay ul li input[type="number"], .pay ul li select{
		border: 0;
		font-size: 14px;
		font-weight: bold;
		padding: 10px 15px;
		color: #828282;
		background: #E0E0E0;
	}
	.cart_cost ul li a{
		width: 110px;
		background: #4F4F4F;
	}
	.radio_bonus01 label a {
		width: 65px !important;
		background: #B40101 !important;
	}
	.cart_coupons{
		font-size: 13px;
	}
	.cart_msg, .cart_total ul {
		width: 100%;
	}
	.cart2 .cart_total ul li p, .cart2 .cart_total ul li div{
		font-size: 18px;
		font-weight: 500;
	}
	.cart2 .cart_total ul li div {
		width: auto;
		flex: 1;
	}
	.cart2 .cart_total ul li .radio_bonus01, .cart2 .cart_total ul li .radio_bonus02 {
		flex: none;
	}
	.pay00 {
		padding: 15px 0;
		border-bottom: 1px solid #C4C4C4;
		border-radius: 0;
	}
	.cart2 .cart_total ul li div b{
		font-size: 22px;
	}
	.pay{
		margin: 0 20px 15px 20px;
		padding: 20px 0;
		border-radius: 0;
		border: 0;
		border-top: 1px solid #C4C4C4;
	}
	.pay ul li p{
		font-size: 14px;
		font-weight: bold;
	}
	.pay ul li input[type="text"], .pay ul li input[type="password"], .pay ul li input[type="number"]{
		width: 100%;
	}
	.pay ul li select{
		padding: 10px 40px 10px 15px;
		background: #E0E0E0 url(../images/icon_select.svg) no-repeat 92% center;
	}
	.box ul {
		padding: 0;
		list-style: none;
	}
	.box ul li, .donate_p, .box ul li p,.box ol li p{
		font-size: 14px;
	}
	.box ol li p{
		width: 140px;
	}
	.box ol li input{
		width: auto;
		flex: 1;
	}
	.box ul li span, .box ol li span {
		font-size: 12px;
		margin: 10px 0 0 0;
		display: block;
	}
	#donate .btn a, .coupons .btn a{
		padding: 0;
	}
	#donate h2, .coupons h2{
		font-size: 20px;
		color: #4F4F4F;
		border: 0;
		padding: 15px 30px;
	}
	#donate .one_table, .coupons .one_table {
		margin: 20px 0;
	}
	.one_row.th{
		display: none;
	}
	.one_row{
		display: block;
		margin: 0 0 15px 0;
	}
	.one_cell , #donate .one_cell, .coupons .one_cell{
		display: flex;
		padding: 0;
		align-items: initial;
		background: #F2F2F2;
		border-bottom: 0;
	}
	.one_cell .flex1{
		padding: 10px;
	}
	.one_cell:before {
		content: attr(data-th) " ";
		width: 98px;
		display: inline-block;
		font-weight: bold;
		font-size: 14px;
		padding: 10px;
		background: #BDBDBD;
	}
	.one_cell .flex1{
		margin: 0 0 0 20px;
	}
	#donate .btn a, .coupons .btn a {
		width: 50%;
	}
	.invocie_memo h3 {
		font-size: 14px;
		font-weight: 700;
	}
	.invocie_memo p {
		font-size: 14px;
	}
	/* checkbox */
	.checkbox label:before, .radio label:before{
		background: #BDBDBD;
		border-radius: 2px;
		border: 2px solid #BDBDBD;;
	}
	/* cart_success */
	.cart_success{
		padding: 15px;
		margin: 0 15px 22px 15px;
	}
	.cart_success h2, .cart_success p {
		font-size: 24px;
	}
	.order_info {
		padding: 0;
		border: 0;
		border-radius: 0;
	}
	.order_info h2 {
		font-size: 18px;
	}
	.order_info ul {
		margin: 0 0 20px 0;
	}
	.order_info ul li {
		margin: 0 0 5px 0;
	}
	.order_memo ol li{
		color: #000;
	}
	.order_table .cart_total ul {
		width: 100%;
	}
	/*one_item*/
	.one_item h1{
		font-size: 22px;
		margin: 0 0 20px 0;
	}
	/* member */
	.member_tit{
		color: #333;
		font-size: 22px;
		padding: 10px 25px;
		font-weight: bold;
		background: #fff;
	}
	.member_btn{
		margin: 0;
		background: #F2F2F2;
	}
	.member_btn .swiper-container{
		width: 100%;
		height: 220px;
		padding: 15px 38px;
		overflow: hidden;
	}
	.member_btn .swiper-button-next, .member_btn .swiper-button-prev{
		display: none;
	}
	.member_btn ul li{
		width: 100%;
		display: block;
		margin: 0 15px 15px 0;
		height: 55px;
	}
	.member_btn ul li a{
		width: 100%;
		height: 100%;
		font-size: 14px;
		font-weight: bold;
	}
	.member_btn .swiper-pagination{
		padding: 10px 0 25px 0;
		background: #fff;
	}
	.member_btn:after {
		position: absolute;
		content: " ";
		display: block;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 95%;
		height: 4px;
		background: #f2f2f2;
		z-index: 9;
	}
	.member {
		padding: 0;
		border: 0;
	}
	.deliver_box {
		padding: 15px;
	}
	.deliver_box tr td:first-child {
		width: 40%;
	}
	.member h4{
		padding: 0;
		border: 0;
	}
	.ask .one_table{
		border: 0;
	}
	.record .one_row.th, .record .one_row {
		display: table-row;
		margin: 0;
	}
	.record .one_cell:before{
		display: none;
	}
	.record .one_cell.th{
		min-width: 33%;
		background: #BDBDBD;
	}
	.record .one_cell.th:first-child{
		width: 105px;
	}
	.record .one_cell{
		padding: 6px;
		background: #fff;
		display: table-cell;
	}
	.ask_item ul{
		padding: 0
	}
	.ask_item ul li select{
		background: #E0E0E0 url(../images/icon_select.svg) no-repeat 98% center;
	}
	.ask_item ul li textarea{
		background: #F2F2F2;
	}
	.member_data li select{
		width: 100%;
	}
	/* favorite */
	.favorite_list ul li, .favorite_list ul li:nth-child(4n) {
		width: 48%;
		margin: 0 4% 4% 0;
	}
	.favorite_list ul li:nth-child(even){
		margin: 0 0 4% 0;
	}
	.favorite_list ul li .text h2{
		font-size: 13px;
		height: 40px;
	}
	.favorite_list ul li .text .flex{
		flex-wrap: wrap;
	}
	.favorite_list ul li .text .price{
		width: 100%;
		font-size: 18px;
	}
	.favorite_list ul li .text .flex .flex {
		flex: none;
		margin: 15px 0 0 0;
	}
	/*about*/
	.about_btn{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.about_btn a{
		width: 49%;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		margin: 0 0 2% 2%;
	}
	.about_btn a p {
		font-size: 14px;
	}
	.about_btn a:nth-child(3n) {
		margin: 0;
	}
	.about_btn a:last-child{
		margin: 0;
	}
	.brand{
		margin: 25px 0 0 0;
	}
	.brand ul{
		padding: 0 0 25px 0;
	}
	.brand ul li {
		width: 25%;
		margin: 0;
		padding: 1%;
	}
	.brand ul li:before {
		width: 65px;
		height: 65px;
		margin: 0 auto 6px auto;
	}
	.brand ul li:nth-child(1):before{
		background: url(../images/icon_attentive_m.svg) center center no-repeat;
	}
	.brand ul li:nth-child(2):before{
		background: url(../images/icon_care_m.svg) center center no-repeat;
	}
	.brand ul li:nth-child(3):before{
		background: url(../images/icon_natural_m.svg) center center no-repeat;
	}
	.brand ul li:nth-child(4):before{
		background: url(../images/icon_selection_m.svg) center center no-repeat;
	}
	.brand ul li h3{
		font-size: 14px;
		font-weight: 500;
	}
	.brand ul li h4{
		font-size: 18px;
		font-weight: bold;
	}
	.about_slogan h5 {
		font-size: 24px;
	}
	.about .tab-nav li {
		max-width: 32%;
		margin: 0 28px 0 0;
	}
	.about .tab-nav li a:before {
		width: 84px;
		height: 84px;
	}
	.about .tab-nav li:nth-child(1) a:before {
		background: url(../images/a_tab_nav_1.svg) no-repeat center center;
		background-size: 80%;
	}
	.about .tab-nav li:nth-child(2) a:before {
		background: url(../images/a_tab_nav_2.svg) no-repeat center center;
		background-size: 68%;
	}
	.about .tab-nav li:nth-child(3) a:before {
		background: url(../images/a_tab_nav_3.svg) no-repeat center center;
		background-size: 68%;
	}
	.about .tab-nav li.active:after {
		font-size: 35px;
		margin: 18px 0;
	}
	.about .tab-group section{
		padding: 20px;
		flex-wrap: wrap;
	}
	.about .tab-group section .pic{
		width: 100%;
		margin: 0 0 22px 0;
	}
	.about .tab-group section .pic img{
		width: 100%;
	}
	.about .tab-group section .text{
		font-size: 13px;
		line-height: 192%;
	}
	/* video_list */
	.news .about_btn, .report .about_btn {
		margin: 0;
		background: #fff;
		padding: 15px 25px 25px 25px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}
	.video_btn{
		border: 0;
		margin: 0;
		padding: 15px 25px;
		font-size: 12px;
		background: #F2F2F2;
	}
	.video_btn a {
		margin: 0 0 0 20px;
	}
	.video_list ul li, .video_list ul li:nth-child(3n){
		width: 100%;
		padding: 0;
		margin: 0 0 30px 0;
	}
	.video_list ul li .pic {
		height: 668px;
	}
	.video_list ul li .text {
		margin: 10px 0 0 0;
	}
	.video_list .pager a {
		font-size: 12px;
		margin: 0 10px 0 0;
	}
	.video_list .pager a.prev {
		margin: 0 20px 0 0;
	}
	.video_list .pager a.next {
		margin: 0 20px;
	}
	.video_list ul li .text h2 {
		font-size: 16px;
		height: auto;
	}
	.video_list ul li .text p {
		font-size: 13px;
		-webkit-line-clamp: 2;
	}
	/* video_detail */
	.video_banner{
		padding: 50px 25px 0;
	}
	.video_banner iframe {
		height: 400px;
	}
	.video_detail {
		padding: 10px 25px;
		font-size: 13px;
	}
	.video_detail .date{
		font-size: 12px;
	}
	.video_detail h2 {
		font-size: 24px;
		margin: 10px 0;
	}
	.deatil_text, .deatil_text p {
		font-size: 13px
	}
	.video_bottom {
		padding: 30px 25px;
	}
	.other_link, .news .share_icon{
		padding: 0;
	}
	.other_link h3{
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 15px 0;
	}
	.other_link ul li {
		font-size: 13px;
	}
	.news .share_icon{
		padding: 15px 0 0 0;
	}
	.news .share_icon p {
		font-size: 14px;
	}
	/* report */
	.report h2 {
		font-size: 38px;
	}
	.report h2 span{
		border: 0;
	}
	.report p {
		font-size: 21px;
	}
	.reprot_list ul li{
		height: 147px;
	}
	.reprot_list ul li:nth-child(odd) .text {
		right: auto;
	}
	.reprot_list ul li:nth-child(even) .text{
		left: auto;
	}
	.reprot_list ul li img, .reprot_list ul li .text {
		/* position: relative; */
	}
	.reprot_list ul li .text{
		/* top: auto;
		width: 100%;
		padding: 25px;
		transform: translateY(0%); */
	}
	.reprot_list ul li .text b {
		font-size: 48px;
	}
	.reprot_list ul li .text h3{
		font-weight: 600;
		font-size: 30px;
	}
	.reprot_list ul li .text p {
		font-size: 18px;
	}
	.report_pd{
		margin: 0;
		padding: 30px 25px;
		border-top:  1px solid #C4C4C4;
	}
	.report_pd h2{
		font-size: 38px;
	}
	.report_pd ul {
		flex-wrap: wrap;
	}
	.report_pd ul li, .report_pd ul li:nth-child(3n){
		width: 100%;
		margin: 0 0 20px 0;
	}
	.report_pd ul li img{
		width: 100%;
	}
	.report_pd ul li p{
		font-size: 23px;
	}
	.rp_bottom_swiper .mySwiper {
		display: block;
	}
	.rp_bottom_swiper {
		width: auto;
	}
	/*common_faq*/
	.common_faq_btn{
		margin: 0 0 30px 0;
	}
	.common_faq_btn a{
		display: inline-block;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		margin: 0 0 0 15px;
	}
	.common_faq_btn, .common_faq ul li{
		border: 0;
	}
	.common_faq ul li{
		padding: 0;
		margin: 0 0 25px 0;
	}
	.common_faq.privacy ul li{
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #C4C4C4;
	}
	.common_faq ul li h2{
		font-size: 18px;
	}
	.common_faq ul li h3, .common_faq ul li p{
		font-size: 14px;
		line-height: 1.6;
	}
	/*contact*/
	.contact p{
		text-align: left;
		font-size: 14px;
	}
	.contact ul, .contact ul li p{
		border: 0;
		padding: 0;
	}
	.contact ul li input, .contact ul li select, .contact ul li textarea{
		border: 0;
		border-radius: 0;
		padding: 8px 15px;
		background: #E0E0E0;
	}
	.contact ul li.btn{
		padding: 0;
	}
	.contact ul li.btn button{
		width: 100%;
	}
	/* btn */
	.btn {
		margin: 0;
		padding: 30px 20px;
	}
	.btn a{
		flex: 1;
		font-size: 19px;
		line-height: 1.5;
		height: auto;
		padding: 8px 15px;
		border-radius: 20px;
	}
	.search_top{
		padding: 15px;
		flex-wrap: wrap;
	}
	.search_top .flex1{
		flex: none;
		width: 100%;
		margin: 0 0 15px 0;
	}
	.search_top select{
		width: 100%;
	}

	/* report_css */
	.text_icon , .oneicon_box {
		justify-content: flex-start;
	}
	.twoicon_box {
		justify-content: flex-end;
		margin-right: -12%;
	}
	.text_icon01 {
		margin-right: -20%;
	}
}
@media screen and (max-width:960px) {
	.report h2 {
		font-size: 33px;
	}
	.reprot_list ul li:nth-child(odd) .text {
		left: -7%;
	}
	.reprot_list ul li:nth-child(even) .text {
		right: 5%;
	}

	/*2022_about*/
	.about_tit_txt {
		font-size: 35px;
	}
	.about_story_text {
		font-size: 23px;
	}
	.valueimg .text p {
		font-size: 19px;
	}
	.tab_tit_txt {
		font-size: 29px;
	}
	.tab_p_txt01 p {
		font-size: 24px;
	}
	.tab_p_txt03 p {
		font-size: 16px;
	}
	.tab_p_txt05 h3,.tab_p_txt06 h3 {
		font-size: 25px;
	}
	.tab_p_txt05 p,.tab_p_txt06 p {
		font-size: 17px;
	}
}
@media screen and (max-width:915px) {

	/*2022_about*/
	.tab_niangjia_content {
		padding: 45px 10px;
	}
	.about_story_text {
		font-size: 21px;
	}

}
@media screen and (max-width:914px) {
	.reprot_list ul li {
                height: 135px;
        }
	.reprot_list ul li:nth-child(odd) .text {
		left: -10%;
	}
	.reprot_list ul li:nth-child(even) .text {
		right: 2%;
	}
	.logo {
		width: 13%;
	}
}
@media screen and (max-width:880px) {
	/*2022_about*/
	.tab01-003, .tab01-004 {
		padding: 15px;
	}
}
@media screen and (max-width:860px) {
	.reprot_list ul li {
                height: 127px;
        }
	.reprot_list ul li:nth-child(odd) .text {
		left: -11%;
	}
	.reprot_list ul li:nth-child(even) .text {
		right: 0%;
	}
	.report_swiper {
		width: 768px;
	}
	.logo {
		width: 14%;
	}

	/*2022_about*/
	.about_sl_banner {
		top: -205px;
		left: 30px;
		width: 15%;
	}
	.valueimg .text h3 {
		font-size: 23px;
	}
	.valueimg .text p {
		font-size: 17px;
	}
	.tab_tit_txt {
		font-size: 25px;
	}
	.tab_p_txt03 p {
		font-size: 15px;
	}
	.tab_p_txt02 {
		left: 70px;
		bottom: 105px;
	}
	.tab_p_txt02 p:last-child {
		font-size: 30px;
	}
	.tab_p_txt01 p {
		font-size: 21px;
	}
}
@media screen and (max-width:820px) {
	.report_img {
		display: none;
	}
	.report_img_mob768 , .report_img_mob820 {
		display: block;
		margin: 0 auto;
	}
	.reprot_list ul li {
		height: auto;
	}
	.reprot_list ul li:nth-child(odd) .report_img_mob {
		left: 12.3%;
	}
	.mob_06 {
		margin: 0 auto;
	}

	/*2022_about*/
	.about_story_text {
		font-size: 19px;
	}
	.valueimg .text {
		padding: 15px 10px;
	}
	.tab01-003, .tab01-004 {
		padding: 15px;
		width: 45%;
	}
}
@media screen and (max-width:768px) {
	.logo {
		width: 16%;
	}
	.index_banner a {
		height: 864px;
	}
	.ins_banner{
		height: 240px;
	}
	.coupon_input{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.coupon_input p{
		width: 100%;
		border: 0;
		padding: 0 0 7px 0;
	}
	.coupon_input input{
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		color: #828282;
		background: #E0E0E0;
	}
	.coupon_input a{
		width: 110px;
		height: 33px;
		margin: 10px 0 0 auto;
		background: #4F4F4F;
	}
	/* life */
	.life_list ul li{
		height: 400px;
	}
	/* video */
	.video_list ul li .pic {
		height: 505px;
	}
	.tab_content iframe {
		height: 400px;
	}
	/* report_css */
	.reprot_list ul li .text {
		width: 600px;
	}
	.reprot_list ul li:nth-child(odd) .report_img_mob {
		left: 6.3%;
	}
	.level_img img {
		max-width: 80%;
	}
	.text_icon_odd img {
		max-width: 30%;
	}
	.text_titbox {
		margin-left: -20px;
	}
	.reprot_list ul li .text h3 {
		font-size: 40px;
	}
	.reprot_list ul li .text p {
		font-size: 20px;
	}
	.reprot_list ul li:nth-child(odd) .text {
		left: -8%;
	}
	.reprot_list ul li:nth-child(even) .text {
		right: 3%;
	}
	.ml_rp {
		margin-left: 9%;
	}
	.text_icon01 img {
		width: 30%;
	}
	.text_icon01 {
		margin-right: -8%;
	}
	.oneicon_box img {
		max-width: 85%;
	}
	.text_icon img {
		max-width: 32%;
	}
	.twoicon_box {
		justify-content: flex-start;
	}
	.index_news .swiper-container {
		height: 365px;
	}
	.index_hot h2 {
		padding: 15px 0 50px 0;
	}
	.index_hot .swiper-container {
		height: 550px;
	}
	.show_coupon_num {
		font-size: 15px;
	}

	/*2022_about*/
	.tab_p_txt01 p {
		font-size: 19px;
	}
	.tab_p_txt01 {
		right: 45px;
		bottom: 105px;
	}
	.tab_p_txt02 p:first-child {
		font-size: 21px;
	}
	.tab_p_txt02 p:last-child {
		font-size: 27px;
	}
	.tab_p_txt02 {
		left: 55px;
		bottom: 100px;
	}
	.tab01-003, .tab01-004 {
		padding: 15px;
		width: 40%;
	}
	.tab_p_txt05 h3, .tab_p_txt06 h3 {
		font-size: 22px;
	}
	.tab_p_txt05 p, .tab_p_txt06 p {
		font-size: 16px;
	}
	.tabimg01, .tabimg02 {
		width: 30%;
	}
	.tab_niangjia {
		margin: 70px 0 15px 0;
	}
	.about_cubeee {
		width: 2px;
		height: 95px;
		margin: 30px auto;
	}
	.valueimg .text {
		padding: 15px 0px;
	}
}
@media screen and (max-width:700px) {
	.report_swiper {
		width: 600px;
	}
	.reprot_list ul li:nth-child(odd) .report_img_mob {
		left: 0%;
	}
	.report_swiper .swiper-button-next, .report_swiper .swiper-button-prev {
		height: 102%;
	}
	.swiper-wrapper {
		padding-bottom: 10px;
	}
	.report_img_mob768 {
		display: none;
	}
	.report_img_mob {
		display: block;
	}
	.logo {
		width: 19%;
	}

	/*2022_about*/
	.tit_margin1 {
		margin: 70px 0 50px 0;
	}
	.tab_p_txt02 {
		left: 35px;
		bottom: 75px;
	}
	.tab01-003, .tab01-004 {
		padding: 15px;
		width: 38%;
	}
	.tab_p_txt05, .tab_p_txt06 {
		padding: 35px 25px;
	}
	.tab_p_txt05 p, .tab_p_txt06 p {
		font-size: 15px;
	}
	.valueimg .text p {
		font-size: 15px;
	}

}
@media screen and (max-width:642px) {
	/* toolbar */
	.toolbar li img {
		width: 21px;
	}
	.toolbar li.fixed_cart a img {
		width: 27px;
	}
	.toolbar li.fixed_top a img{
		width: 39px;
	}
	/* index */
	.index_banner a {
		height: 722px;
	}
	/* login */
	#login_box h2, #sign_box h2{
		text-align: left;
	}
	/* ins_banner */
	.ins_banner {
		height: 155px;
	}
	.ins_banner h1{
		font-size: 24px;
		border: 0;
		padding: 0;
		letter-spacing: 0.04em;
	}
	/* product */
	.pd_related .swiper-slide {
		width: 48%;
	}
	.pd_related .swiper-button-next, .pd_related .swiper-button-prev{
		display: none;
	}
	/* event */
	.event ul li{
		height: 293px;
	}
	/* mommy */
	.mommy ul li p {
		font-size: 18px;
	}
	.mommy ul li .flex .img{
		width: 200px;
		height: 200px;
		margin: 0 25px 0 0;
	}
	.mommy ul li .flex .flex1{
		flex: none;
		width: 150px;
	}
	.mommy ul li .flex label {
		width: 100%;
		font-size: 14px;
	}
	/* video */
	.video_list ul li .pic {
		height: 416px;
	}
	/* project */
	.ins_banner.event {
		background: url(../images/pj_banner_mob01.jpg) no-repeat left center;
	}
	.index_news .swiper-container {
		height: 330px;
	}
	.index_hot .swiper-container {
		height: 500px;
	}

	/*2022_about*/
	.about_one_item {
		padding: 20px 0;
	}
	.about_btn {
		margin: 5px 25px 28px 25px;
	}
	.about_tit_txt {
		font-size: 23px;
	}
	.tit_margin1 {
		margin: 35px 0 15px 0;
	}
	.about_story_text {
		font-size: 15px;
	}
	.about_sl_banner {
		display: none;
	}
	.tit_margin2 {
		margin: 65px 0 -20px 0;
	}
	.value_3box {
		padding: 0 25px;
		flex-direction: column;
		align-items: center;
	}
	.valueimg {
		display: flex;
	}
	.valueimg img {
		max-width: 50%;
	}
	.valueimg .text {
		padding: 0;
		flex-grow: 3;
		margin: 0 0 0 10px;
	}
	.valueimg .text p {
		font-size: 21px;
	}
	.about_cubeee {
		width: 2px;
		height: 70px;
		margin: 25px auto;
	}
	.mb_none {
		display: none;
	}
	.pc_none {
		display: block;
	}
	.value_4box .valueimg {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 45%;
	}
	.value_4box .valueimg img {
		max-width: 100%;
	}
	.value_4box {
		flex-wrap: wrap;
	}
	.tab_niangjia_content {
		padding: 45px 10px;
		margin: 10px 25px;
	}
	.tab_p_txt01 {
		right: 18px;
		bottom: 75px;
	}
	.mb_none642 {
		display: none;
	}
	.pc_none642 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.tab_p_txt05.pc_none642 {
		display: block;
		text-align: center;
	}
	.mbt-3 {
		margin: 0 0 15px 0;
	}
	.tab_p_txt04 {
		text-align: center;
		margin: 25px 0;
	}
	.tab_p_txt04 p {
		color: #4F4F4F;
		font-size: 17px;
		font-weight: bold;
	}
	.tab01-003, .tab01-004 {
		padding: 10px;
		width: 100%;
	}
	.tab_p_txt05 p, .tab_p_txt06 p {
		font-size: 17px;
	}
	.tab_p_txt05 h3, .tab_p_txt06 h3 {
		font-size: 24px;
	}
	.tab_p_txt02 p:first-child {
		font-size: 19px;
	}
	.tab_p_txt02 p:last-child {
		font-size: 25px;
	}
	.tab_p_txt02 {
		left: 30px;
		bottom: 75px;
	}
	.tab_tit_txt p {
		color: #C18C2F;
	}
}
@media screen and (max-width:621px) {
	/* index */
	.index_banner a {
		height: 698px;
	}
	/* event */
	.event ul li {
		height: 282px;
	}
	/* video */
	.video_list ul li .pic {
		height: 401px;
	}
}
@media screen and (max-width:642px) {
	/* ins_banner */
	.ins_banner {
		height: 600px;
	}
	.wrapper .mob01 {
		height: 310px;
	}

}
@media screen and (max-width:600px) {
	.reprot_list ul li:nth-child(odd) .text {
		left: -15%;
	}
	.reprot_list ul li:nth-child(even) .text {
		right: 0%;
	}
	.ml_rp {
		margin-left: 10%;
	}
	.logo {
		width: 21%;
	}

	/*2022_about*/
	.tab_p_txt01 {
		right: 15px;
		bottom: 75px;
	}
	.tab_p_txt01 p {
		font-size: 17px;
	}
	.valueimg .text p {
		font-size: 19px;
	}
	.tab_p_txt05 h3, .tab_p_txt06 h3 {
		font-size: 22px;
	}
}
@media screen and (max-width:585px) {
	/* index */
	.index_banner a {
		height: 658px;
	}
	/* login */
	#login_box, #sign_box{
		max-height: 520px;
		padding: 30px;
	}
	#login_box h2, #sign_box h2 {
		font-size: 20px;
		margin: 0 0 15px 0;
	}
	/* sign */
	#sign_box p, .other_ligin p{
		font-size: 12px;
	}
	#sign_box ul li p {
		margin: 0 0 8px 0;
	}
	/* btn */
	.gray_btn ,.btn_fb, .btn_google, .btn_sign, #sign_box ul li p ,.radio label, .checkbox label, #login_box .flex1 .forgot_pw{
		font-size: 14px;
	}
	.gray_btn ,.btn_fb, .btn_google, .btn_sign{
		padding: 5px 10px;
	}
	/* event */
	.event ul li {
		height: 265px;
	}
	/* cart_success */
	.order_info ul li p{
		width: 90px;
	}
	/* video */
	.video_list ul li .pic {
		height: 376px;
	}
	/* report_css */
	.report_swiper {
		width: 414px;
	}
	.swiper-wrapper {
		padding-bottom: 25px;
	}
	.reprot_list ul li:nth-child(odd) .text {
		left: -18%;
	}
	.reprot_list ul li:nth-child(odd) .report_img_mob {
		left: 0%;
	}
	.text_icon_odd img {
		max-width: 20%;
	}
	.text_icon img {
		max-width: 21%;
	}
	.oneicon_box img {
		max-width: 56%;
	}
	.text_icon01 {
		margin-right: -15%;
	}
	.twoicon_box img {
		max-width: 33%;
	}
	.twoicon_box {
		margin-right: -20%;
	}
	.index_news .swiper-container {
		height: 290px;
	}

	/*2022_about*/
	.tab_p_txt05 h3, .tab_p_txt06 h3 {
		font-size: 21px;
	}
	.tab_p_txt02 p:last-child {
		font-size: 22px;
	}
	.cubeboxxx {
		margin: -5px 5px;
	}
}
@media screen and (max-width:540px) {
	.logo {
		width: 23%;
	}
	/* index */
	.index_banner a {
		height: 607px;
	}
	/* product */
	.fixed_pd ul li a b{
		right: 0;
	}
	/* event */
	.event ul li {
		height: 240px;
	}
	/* cart */
	.cart_step ul li:after{
		width: 90px;
	}
	/* video */
	.video_list ul li .pic {
		height: 344px;
	}
	.tab_content iframe {
		height: 270px;
	}
	.ins_banner {
		height: 540px;
	}
	/* report_css */
	.report_swiper {
		width: 360px;
	}
	.level_img {
		text-align: end;
	}
	.level_img img {
		max-width: 60%;
	}
	.text_titbox {
		margin-left: 20px;
	}
	.reprot_list ul li:nth-child(odd) .text {
		left: -35%;
	}
	.reprot_list ul li:nth-child(even) .text {
		right: 2%;
	}
	.reprot_list ul li .text h3 {
		font-size: 30px;
	}
	.reprot_list ul li .text p {
		font-size: 18px;
	}
	.text_icon_odd img {
		max-width: 20%;
	}
	.text_icon img {
		max-width: 22%;
	}
	.oneicon_box img {
		max-width: 50%;
	}
	.reprot_list ul li:nth-child(even) .text_titbox {
		margin-right: -65px;
	}
	.text_icon01 {
		justify-content: flex-end;
	}
	.oneicon_box {
		margin-right: -10px;
		justify-content: flex-end;
	}
	.twoicon_box {
		margin-right: -23%;
	}
	.r_align {
		margin-right: -5px;
	}
	.twoflex_box01 {
		margin-right: -50px;
	}
	.index_hot .swiper-container {
		height: 450px;
	}
	.show_coupon_num {
		font-size: 13px;
	}
	/*2022_about*/
	.valueimg .text p {
		font-size: 17px;
	}
	.tab_p_txt01 {
		right: 3px;
		bottom: 55px;
	}
	.tab_p_txt02 {
		left: 30px;
		bottom: 60px;
	}
	.tab_p_txt02 p:first-child {
		font-size: 17px;
	}
	.tab_p_txt02 p:last-child {
		font-size: 20px;
	}
	.tab01-003, .tab01-004 {
		padding: 10px;
		width: 50%;
	}
}
@media screen and (max-width:500px) {
	/*2022_about*/
	.value_3box {
		padding: 0 5px;
	}
	.tab_p_txt01 p {
		font-size: 16px;
	}
	.tab_p_txt02 {
		left: 20px;
		bottom: 60px;
	}
	.tab_p_txt02 p:last-child {
		font-size: 19px;
	}
	.tab_p_txt05 h3, .tab_p_txt06 h3 {
		font-size: 19px;
	}
	.tab_p_txt05 p, .tab_p_txt06 p {
		font-size: 15px;
	}
}
@media screen and (max-width:480px) {
	/* header */
	.logo {
		width: 25%;
	}
	/* footer */
	.footer_menu ul li a b{
		right: 20%;
	}
	/* index */
	.index_banner a {
		height: 540px;
	}
	.index_member ul li {
		padding: 0 28px;
	}
	.index_news h2 {
		padding: 25px 0;
	}
	.index_hot h2 {
		padding: 15px 0 25px 0;
	}
	#login_box, #sign_box{
		padding: 18px;
	}
	#sign_box ul li.flex{
		flex-wrap: wrap;
	}
	#sign_box ul li .half, #sign_box ul li .half:first-child {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#sign_box ul li.flex .radio{
		margin: 0 10px 0 0;
	}
	/* product */
	.share_icon a{
		margin: 0 5px 0 0;
	}
	.share_icon{
		flex: none;
	}
	.favorite{
		flex: 1;
	}
	/* event */
	.event ul li {
		height: 210px;
	}
	/* mommy */
	.mommy ul li .flex .img{
		width: 150px;
		height: 150px;
	}
	/* video */
	.video_list ul li .pic {
		height: 302px;
	}
	/* video_detail */
	.video_banner iframe {
		height: 300px;
	}
	/* life */
	.life_list ul li{
		height: 200px;
		margin: 0;
	}
	.life_list ul li .text h2 {
		font-size: 40px;
		margin: 0 0 20px 0;
	}
	.life_list ul li .text p{
		font-size: 27px;
	}
	/* invoice */
	.invoice table th{
		padding: 5px;
		font-size: 13px;
	}
	.invoice table td{
		font-size: 12px;
		padding: 5px;
	}
	.invoice table th:first-child, .invoice table th:nth-child(2){
		width: 18%;
	}
	.tab_content iframe {
		height: 240px;
	}
	/* report_css */
	.reprot_list ul li .text h3 {
		font-size: 25px;
	}
	.reprot_list ul li .text p {
		font-size: 15px;
	}
	.reprot_list ul li:nth-child(even) .text_titbox {
		margin-right: -85px;
	}
	.reprot_list ul li:nth-child(odd) .text {
		left: -50%;
	}
	.reprot_list ul li:nth-child(even) .text {
		right: 3%;
	}
	.level_img img {
		max-width: 50%;
	}
	.oneicon_box img {
		max-width: 43%;
	}
	.text_icon img {
		max-width: 21%;
	}
	.twoicon_box img {
		max-width: 30%;
	}
	.twoicon_box {
		margin-right: -30%;
	}
	.index_hot .swiper-container {
		height: 414px;
	}

	/*2022_about*/
	.tab_p_txt01 p {
		font-size: 15px;
	}
	.tab_p_txt02 {
		left: 25px;
		bottom: 55px;
	}
	.tab_p_txt02 p:first-child {
		font-size: 15px;
	}
	.tab_p_txt02 p:last-child {
		font-size: 17px;
	}
	.tab_p_txt04 p {
		font-size: 15px;
	}
	.tab_p_txt04 {
		margin: 15px 0;
	}
	.tab_p_txt05 h3, .tab_p_txt06 h3 {
		font-size: 18px;
	}
}
@media screen and (max-width:425px) {
	/* index */
	.index_banner a {
		height: 478px;
	}
	.logo {
		width: 30%;
	}
	/* event */
	.event ul li {
		height: 182px;
	}
	/* cart */
	.cart_step ul li:after{
		width: 70px;
	}
	.pay ul li .radio label, .pay ul li .checkbox label{
		flex-wrap: wrap;
		line-height: 1.5;
	}
	.pay ul li .flex.time{
		flex-wrap: wrap;
	}
	.pay ul li .flex.time.invo .radio{
		width: 100%;
		margin: 0 0 10px 0;
	}
	/* video_list */
	.video_list ul li .pic {
		height: 264px;
	}
	.video_banner iframe {
		height: 212px;
	}
	.tab_content iframe {
		height: 210px;
	}
	/* report_css */
	.reprot_list ul li:nth-child(odd) .text {
		left: -58%;
	}
	.text_titbox {
		margin-left: 0px;
	}
	.reprot_list ul li:nth-child(even) .text_titbox {
		margin-right: -110px;
	}
	.reprot_list ul li .text p {
		font-size: 17px;
	}
	.mob_06 {
		display: none;
	}
	.report_img_mob375 {
		display: block;
		margin: 0 auto;
	}
	.index_news .swiper-container {
		height: 255px;
	}
	/*2022_about*/
	.mb_none425 {
		display: none;
	}
	.pc_none425 {
		display: block;
	}
	.w08 {
		width: 8%;
	}
	.valueimg img {
		max-width: 40%;
	}
	.tabimg01, .tabimg02 {
		width: 35%;
	}
	.tab_tit_txt {
		font-size: 21px;
	}
	.tab_p_txt01 p {
		font-size: 13px;
	}
	.tab_p_txt05, .tab_p_txt06 {
		padding: 35px 10px;
	}
	.tab_p_txt05 p, .tab_p_txt06 p {
		font-size: 13px;
	}
	.tab_p_txt05 h3, .tab_p_txt06 h3 {
		font-size: 15px;
	}
}
@media screen and (max-width:414px) {
	/* footer */
	.footer_menu ul li a b{
		right: 15%;
	}
	.fix_bt_btnn ,.fixed_top {
		right: 30px;
	}
	.toolbar {
		right: 35px;
	}
	/* index */
	.index_banner a {
		height: 466px;
	}
	/* event */
	.event ul li {
		height: 178px;
	}
	/* cart */
	.cart_num .quantity input {
		width: 50px;
		font-size: 15px;
	}
	.cart_num .less, .cart_num .plus {
		width: 24px;
		height: 24px;
	}
	.vendor .cell.delete {
		width: 38px;
		margin: -20px 0 0 10px;
	}
	.vendor .cell.cart_num span.mb, .vendor .cell.c_total span.mb {
		margin: 0 10px 0 0;
	}
	/* video_list */
	.video_list ul li .pic {
		height: 256px;
	}
	.video_banner iframe {
		height: 200px;
	}
	.tab_content iframe {
		height: 200px;
	}
	.ins_banner {
		height: 414px;
	}
	.text_icon_odd img {
		max-width: 19%;
	}
	.reprot_list {
		margin: 65px 0;
	}
	.index_news .swiper-container {
		padding: 0 0 40px 0;
		height: 260px;
	}
	.index_hot .swiper-container {
		padding: 0 0 5px 0;
		height: 385px;
	}
	.coupons {
		padding: 45px 10px 0 10px;
	}
	.one_cell:before {
		padding: 5px;
	}
	.one_cell .flex1 {
		margin: 0;
		padding: 5px 10px;
	}

	/*2022_about*/
	.valueimg img {
		max-width: 45%;
	}
	.valueimg .text h3 {
		font-size: 21px;
	}
	.valueimg .text p {
		font-size: 15px;
	}
	.tab_tit_txt {
		font-size: 21px;
	}
	.mb_none414 {
		display: none;
	}
	.pc_none414 {
		display: block;
	}
	.tab_p_txt01 {
		right: 15px;
		bottom: 30px;
	}
	.tab_p_txt01 p {
		font-size: 15px;
	}
	.tab_p_txt02 {
		left: 15px;
		bottom: 45px;
	}
	.tab_p_txt02 p:first-child {
		font-size: 14px;
	}
	.tab_p_txt02 p:last-child {
		font-size: 16px;
	}
	.tab_p_txt05 h3 {
		font-size: 18px;
	}
	.tab_p_txt05 p {
		font-size: 15px;
	}
}
@media screen and (max-width:393px) {
	.ins_banner {
		height: 393px;
	}

	/*2022_about*/
	.tab_p_txt04 p {
		font-size: 14px;
	}
	.tab_p_txt06 {
		text-align: center;
	}
	.tab_p_txt06 h3 {
		font-size: 15px;
	}
	.tab_p_txt06 p {
		font-size: 15px;
		padding: 0 10px;
	}
}
@media screen and (max-width:390px) {
	/* index */
	.index_banner a {
		height: 439px;
	}
	.index_member ul li .text h3{
		font-size: 17px;
	}
	/* event */
	.event ul li {
		height: 166px;
	}
	/* cart */
	.cart_step ul li:after{
		margin: 0 8px;
	}
	.vendor .row {
		margin: 0 15px;
	}
	.vendor .cell.th.vendor_name {
		margin: 0;
	}
	.vendor .cell.vendor_name {
		width: 110px;
	}
	.vendor .cell.del {
		margin: -45px 20px 0 110px;
	}
	.vendor .cell.cart_price {
		margin: -45px 0 0 0;
	}
	.vendor .cell.cart_num {
		margin: -25px 0 0 110px;
		width: calc(100% - 110px - 50px);
	}
	.vendor .cell.delete {
		margin: -25px 0 0 5px;
	}
	.vendor .cell.c_total {
		width: calc(100% - 110px);
		margin: -25px 0 0 110px;
	}
	/* cart2 */
	.cart_cost ul li input{
		flex: none;
	}
	.cart_cost ul li a {
		width: 90px;
	}
	.cart2 .cart_total ul li p a {
		margin: 5px 0 0 0;
		display: block;
	}
	/* video_list */
	.video_list ul li .pic {
		height: 239px;
	}
	.video_banner iframe {
		height: 190px;
	}
	.tab_content iframe {
		height: 190px;
	}
}
@media screen and (max-width:375px) {
	/* footer */
	.footer_menu ul li a b{
		right: 8%;
	}
	/* index */
	.logo {
		width: 32%;
	}
	.index_banner a {
		height: 422px;
	}
	/* product */
	.fixed_pd ul li.fixed_pd_btn a{
		padding: 8px 10px;
	}
	/* event */
	.event ul li {
		height: 158px;
	}
	/* cart */
	.cart_step {
		padding: 0 35px;
	}
	.cart_num .quantity input {
		width: 40px;
	}
	.cart_name h2, .cart_name h2 a {
		font-size: 16px;
	}
	/* video_list */
	.video_list ul li .pic {
		height: 228px;
	}
	.video_banner iframe {
		height: 180px;
	}
	.tab_content iframe {
		height: 180px;
	}
	.ins_banner {
		height: 375px;
	}
	/* report_css */
	.reprot_list ul li:nth-child(odd) .text {
		left: -75%;
	}
	.level_img img {
		max-width: 45%;
	}
	.reprot_list ul li .text h3 {
		font-size: 20px;
	}
	.reprot_list ul li .text p {
		font-size: 15px;
	}
	.index_news .swiper-container {
		height: 225px;
	}
	.index_hot .swiper-container {
		height: 360px;
	}
	.coupons h2 {
		text-align: center;
		padding: 15px;
	}

	/*2022_about*/
	.tab_tit_txt {
		font-size: 19px;
	}
	.tab_p_txt01 {
		right: 8px;
		bottom: 30px;
	}
	.tab_p_txt02 p:first-child {
		font-size: 13px;
	}
	.tab_p_txt02 {
		left: 7px;
		bottom: 38px;
	}
	.tab_p_txt04 p {
		font-size: 13px;
	}
	.tab_p_txt06 h3,.tab_p_txt06 p {
		font-size: 14px;
	}
	.valueimg img {
		max-width: 40%;
	}
	.value_4box .valueimg {
		width: 40%;
	}
}
@media screen and (max-width:360px) {
	/* footer */
	.footer_link .flex span a{
		font-size: 12px;
		padding: 0 3px;
	}
	/* index */
	.index_banner a {
		height: 405px;
	}
	.logo {
		width: 34%;
	}
	/* event */
	.event ul li {
		height: 150px;
	}
	/* cart */
	.vendor .cell {
		padding: 15px 5px;
	}
	.vendor .cell.cart_num span.mb, .vendor .cell.c_total span.mb {
		margin: 0 5px 0 0;
	}
	/* video_list */
	.video_list ul li .pic {
		height: 218px;
	}
	/* video_detail */
	.video_banner iframe {
		height: 170px;
	}
}
@media screen and (max-width:320px) {
	/* index */
	.logo {
		width: 39%;
	}
	.index_banner a {
		height: 360px;
	}
	.index_member ul li {
		padding: 0 20px;
	}
	.index_member ul li .text h3 {
		font-size: 13px;
	}
	.index_member ul li .text p{
		font-size: 12px;
	}
	/* product */
	.pd_img_bt input[type="checkbox"] + label:before{
		font-size: 17px;
	}
	.pd_img_bt input[type="checkbox"] + label{
		width: 100px;
	}
	.fixed_pd ul li.fixed_pd_btn a{
		font-size: 15px;
	}
	/* event */
	.event ul li {
		height: 130px;
	}
	/* cart */
	.cart_step ul li:after{
		width: 50px;
	}
	.vendor .cell.cart_num {
		width: calc(100% - 110px - 30px);
	}
	.cart_num .plus:before, .cart_num .less:before {
		font-size: 12px;
	}
	.cart_num .less, .cart_num .plus {
		width: 19px;
		height: 19px;
	}
	.cart_num .quantity input {
		width: 30px;
		font-size: 12px;
	}
	.vendor .cell.delete{
		width: 25px;
	}
	/* video_list */
	.video_list ul li .pic {
		height: 190px;
	}
	.video_banner iframe {
		height: 150px;
	}
	.ins_banner {
		height: 320px;
	}
	/* report_css */
	.reprot_list ul li:nth-child(odd) .text {
		left: -97%;
	}
	.report_swiper {
		width: 300px;
	}
	.report_tit {
		font-size: 23px;
	}
	.level_img img {
		max-width: 40%;
	}
	.reprot_list ul li .text h3 {
		font-size: 17px;
	}
	.reprot_list ul li .text p {
		font-size: 13px;
	}
	.reprot_list ul li:nth-child(even) .text_titbox {
		margin-right: -130px;
	}
	.twoicon_box img {
		max-width: 25%;
	}
	.twoicon_box {
		margin-right: -40%;
	}
	.text_icon_odd img {
		max-width: 21%;
	}
	.text_icon img {
		max-width: 22%;
	}
	.oneicon_box img {
		max-width: 36%;
		margin-left: 5px;
	}
	.twoflex_box01 {
		margin-right: -60px;
	}
	.ml_rp {
		margin-left: 2%;
	}
	.report p {
		font-size: 15px;
	}
	.report h2 {
		font-size: 25px;
		margin: 50px 0 20px 0;
	}
	.br_show {
		display: block;
	}
	.index_hot .swiper-container {
		height: 330px;
	}
	.coupons h2 {
		font-size: 17px;
		padding: 10px;
	}
	.coupons {
		padding: 35px 5px 0 5px;
	}
	/*2022_about*/
	.about_story_text {
		font-size: 13px;
	}
	.about_tit_txt {
		font-size: 19px;
	}
	.valueimg .text h3 {
		font-size: 15px;
	}
	.valueimg .text p {
		font-size: 13px;
	}
	.tab_p_txt01 p {
		font-size: 12px;
	}
	.tab_tit_txt {
		font-size: 16px;
	}
	.tab_p_txt02 p:last-child {
		font-size: 14px;
	}
	.tab_p_txt05 h3 {
		font-size: 15px;
	}
	.tab_p_txt05 p {
		font-size: 12px;
	}
	.tab_p_txt06 h3, .tab_p_txt06 p {
		font-size: 12px;
		padding: 0;
	}
}