html,body{
	width: 100%;
	height: 100%;
	font-family: syst,syst2;
	background: rgb(245, 245, 245);
}
@font-face{
	font-family: syst;
	src: url(/Static/Web/FiraSans-ult.OTF);
}
@font-face{
	font-family: syst2;
	src: url(/Static/Web/ALIBABA-PUHUITI-REGULAR.OTF);
}
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
input{
	border: none;
	background: none;
	color: inherit;
}
input:focus{
	border: none;
	outline: none;
}
input:-ms-input-placeholder {
    color: inherit;
}/* Internet Explorer 10+ */

input::-webkit-input-placeholder {
    color: inherit;
}/* WebKit browsers */

input::-moz-placeholder {
    color: inherit;
}/* Mozilla Firefox 4 to 18 */

input:-moz-placeholder {
    color: inherit;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
button{
	background: none;
	border: none;
}
li{
	list-style: none;
}
.app{
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: relative;
	color: #FFF;
	border-color: #FFF;
}
.app.black{
	color: #000;
	border-color: #000;
}
.app.black .header{
	background: #FFF;
}
.page{
	padding-top: 60px;
	width: 100%;
	min-height: calc(100% - 111px);
}
.page-home{
	/*background: url(/Static/Web/img/bg.jpg) center / cover no-repeat;*/
}
.page-home::before{
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	height: 100%;
	top: 0;
	content: '';
}
.header{
	padding: 5px 63px 0;
	width: calc(100% - 126px);
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	z-index: 11;
}
.footer{
	padding: 10px 0;
	width: 100%;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
}
.app.black .footer,
.app.black .header{
	background: rgba(255,255,255,.5);
	box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.25);
}
.home .footer{
	background: none;
	color: #FFF;
	z-index: 10;
	position: fixed;
	bottom: 0;
	left: 0;
}
.home .footer .form{
	color: #FFF;
}
.home .footer .form input{
	color: #FFF;
	border-color: #FFF;
	font-size: 12px;
}
.home .footer .form button{
	color: #FFF;
}
.home .footer .menu-item{
	color: #FFF;
}
.form{
	display: flex;
	align-items: center;
	color: #000;
	margin-left: 63px;
}
.form input{
	width: 300px;
	height: 30px;
	border: none;
	border-bottom: 1px solid #000;
	line-height: 30px;
	color: #000;
	font-size: inherit;
}
.form button{
	margin-left: 20px;
	font-size: inherit;
	cursor: pointer;
	transition: all .5s;
}
.form button:hover{
	transform: scale(1.2);
	color: #999999;
}
.pop{
	display: flex;
	align-items: center;
	font-size: 0;
	width: 100%;
	justify-content: center;
	transition: all .5s;
	max-height: 0;
	overflow: hidden;
}
.pop.on{
	margin: 20px 0 10px;
	max-height: 200px;
}
.pop-item{
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: all .5s;
	opacity: 0;
}
.pop.on .pop-item{
	opacity: 1;
}
.pop-item:nth-child(1){
	background: url(/Static/Web/img/wechar.png) center / 100% no-repeat;
}
.pop-item:nth-child(2){
	background: url(/Static/Web/img/microblog.png) center / 100% no-repeat;
}
.pop-item:nth-child(3){
	background: url(/Static/Web/img/instagram.png) center / 100% no-repeat;
}
.home .footer .pop-item:nth-child(1){
	background: url(/Static/Web/img/wechar_.png) center / 100% no-repeat;
}
.home .footer .pop-item:nth-child(2){
	background: url(/Static/Web/img/microblog_.png) center / 100% no-repeat;
}
.home .footer .pop-item:nth-child(3){
	background: url(/Static/Web/img/instagram_.png) center / 100% no-repeat;
}

.pop-item:hover{
	opacity: .8;
}
.pop-item:nth-child(2){
	margin: 0 100px;
}
.menu{
	display: flex;
	align-items: center;
	margin-right: 63px;
}
.menu-item{
	/*font-size: 16px;*/
	color: #000;
	transition: all .5s;
	width: 115px;
	text-align: center;
}
.menu-item:not(:last-child){
	margin-right: 20px;
}
.menu-item:hover{
	color: #999999;
}

.tr-menu{
	display: flex;
	align-items: center;
	/*color: inherit;*/
	color: #000;
}
.tr-menu-item{
	font-size: 14px;
	cursor: pointer;
	position: relative;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	transition: all .3s;
	width: 80px;
	text-align: center;
}
.tr-menu-item.account{
	width: 80px !important;
	justify-content: center;
}
.tr-menu-item::after{
	display: block;
	content: '';
	transition: all .5s;
	width: 0%;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.tr-menu-item.language{
	display: flex;
	align-items: center;
	width: auto;
}
.tr-menu-item.language > p{
	font-size: 0;
	width: 18px;
	height: 27px;
	background: url(/Static/Web/img/language_.png) center / 100% no-repeat;
}
.tr-menu-item .loginout{
	text-align: center;
}
.app.black .tr-menu-item.language > p{
	background: url(/Static/Web/img/language_.png) center / 100% no-repeat;
}
.app.black .tr-menu-item::after{
	background: #000;
}
.tr-menu-item:hover{
	opacity: .8;
}
.tr-menu-item:hover::after{
	width: 100%;
}
.tr-menu-item.language:hover::after{
	width: 0;
}
.tr-menu-item ul{
	min-width: 100%;
	width: auto;
	transition: all .5s;
	max-height: 0px;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	background: #f1f1f1;
}
.tr-menu-item:hover ul{
	max-height: 500px;
}

.tr-menu-item ul li{
	color: #000;
	font-size: 14px;
	padding: 0 10px;
	border-top: 1px solid #9c9c9c;
}
.tr-menu-item ul li p{
	height: 40px;
	line-height: 40px;
	text-align: left;
}
.tr-menu-item ul li dl{
	display: flex;
	flex-direction: column;
}
.tr-menu-item ul li dl dd{
	flex: 1;
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.tr-menu-item ul li dl dd::after{
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	margin-left: 5px;
}
.tr-menu-item ul li dl dd.on::after{
	background: url(/Static/Web/img/gou.png) center / cover no-repeat;
}
.tr-menu-item ul li dl dd:hover{
	color: #999999;
}
.tr-menu-item input{
	border: none;
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.tr-menu-item:nth-child(1){
	display: flex;
	align-items: center;
	width: auto;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: inherit;*/
}
.tr-menu-item.search_check::after{
	opacity: 0;
	width: 0%;
}
.tr-menu-item.search_check.on::after{
	opacity: 1;
	width: 100%;
}
.tr-menu-item.search_check:hover::after{
	opacity: 1;
	width: 100%;
}
.tr-menu-item .input-search{
    width: 16px;
    height: 16px;
    background: url(/Static/Web/img/search_.png) center / 100% no-repeat;
    margin-left: 20px;
    cursor: pointer;
    margin-top: 2px;
}
.app.black .tr-menu-item .input-search{
	background: url(/Static/Web/img/search_.png) center / 100% no-repeat;
}
/*.tr-menu-item:hover .input-search{
	background: url(/Static/Web/img/search_.png) center / 100% no-repeat;
}*/
.app.list .tr-menu-item:nth-child(1)::after{
	background: url(/Static/Web/img/right_.png) center / cover no-repeat;
}
/*.tr-menu-item:nth-child(2){
	margin: 0 50px;
}
.tr-menu-item:nth-child(3){
	margin-right: 50px;
}*/

.logo{
	width: 160px;
}
.logo img{
	width: 100%;
}
.tl-menu{
	position: fixed;
	top: 60px;
	left: 63px;
	z-index: 10;
	color: #000;
	/*width: 95px;*/
}
.category{
	position: fixed;
	top: 57px;
	left: 30px;
	z-index: 10;
}
.category > p{
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/Static/Web/img/list_.png) center / cover no-repeat;
	font-size: 0;
	transition: all .5s;
	opacity: 1;
	cursor: pointer;
}
.category .goods-tl-menu{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	padding-top: 60px;
	transition: all .5s;
	overflow: hidden;
	white-space: nowrap;
	background: rgba(255, 255, 255, .5);
	padding-top: 60px;
	height: calc(100% - 60px);
	box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.25);
}
.category.en .goods-tl-menu{
	max-width: 0;
}
.category.en:hover .goods-tl-menu{
	max-width: 500px;
}
.category.zh .goods-tl-menu{
	min-width: 0;
	max-width: 0;
}
.category.zh:hover .goods-tl-menu{
	max-width: 250px;
	min-width: 250px;
}
.category:hover + .commodity-list {
	padding-left: 270px;
	padding-right: 0;
}
.category.en:hover + .commodity-list {
	padding-left: 280px;
	padding-right: 0;
}
.goods-tl-menu .tl-menu-item{
	padding: 0 20px 0 63px;
	line-height: 30px;
	height: 30px;
}
.goods-tl-menu.on{
	max-width: 500px;
}
.category:hover p{
	opacity: 0;
}


.tl-menu-item{
	font-size: 14px;
	cursor: pointer;
	display: block;
	transition: all .5s;
	opacity: 1;
	line-height: 20px;
	height: 20px;
}
.tl-menu-item-shadow{
	text-shadow: 0.5px 1px 0 #827d7d;
}

.tl-menu-item:not(:last-child){
	margin-bottom: 10px;
}
.brand-story{
	margin-top: 20px;
}

.tl-menu-item span{
	position: relative;
}
.tl-menu-item:hover{
	opacity: .8;
}
.tl-menu-item span::after{
	display: block;
	content: '';
	transition: all .5s;
	width: 0%;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.app.black .tl-menu-item span::after{
	background: #000;
}
.tl-menu-item span:hover::after{
	width: 100%;
}

/* 商品列表  */
.page-list{
	/*padding-top: 60px;*/
	width: 100%;
	display: flex;
	justify-content: center;
	/*min-height: calc(100% - 241px);*/
}
.commodity-list{
	padding: 0 80px;
	/*display: grid;
	grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
	grid-column-gap: 2%;
	grid-row-gap: 30px;
    grid-template-rows: auto;*/
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    transition: all .5s;
}
.com-li{
	width: 23.5%;
	color: inherit;
	transition: all .5s;
	margin-bottom: 20px;
}
.com-li:not(:nth-child(4n+1)){
	margin-left: 2%;
}

.com-li-img{
	width: 100%;
	aspect-ratio: 355/533;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.25);
	font-size: 0;
}
.com-li-img .end{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	line-height: 100%;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	color: #fff;
}
.com-li-img img{
	width: 100%;
	min-width: 100px;
}
.com-li-img img:nth-child(2){
	transition: all .5s;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	transform: translate(105%, 0);
}
.com-li:hover .com-li-img img:last-child{
	transform: translate(0%, 0);
}
.com-li .title{
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
}
.com-li .info{
	display: flex;
	/*justify-content: space-between;*/
	/*font-size: 16px;*/
	font-weight: 500;
	margin-top: 5px;
	transition: all .5s;
	flex-wrap:wrap;
	line-height: 20px;
}
.com-li .info .name{
	font-size: 14px;
	width: 100%;
}
.com-li .info .price{
	font-family: 'syst';
	font-size: 12px;
	font-weight: 100;
}
.com-li:hover .info{
	color: #999999;
}

/* 详情页  */
.page-details{
	padding-bottom: 10px;
	width: 100%;
	height: calc(100% - 121px);
	min-height: initial;
	overflow: auto;
}
.category:hover + .content {
	padding-left: 310px;
}
.category.en:hover + .content {
	padding-left: 340px;
}

.content{
	/*width: 100%;*/
	padding: 0 100px;
	/*max-width: 1200px;*/
	/*min-width: 1200px;*/
	height: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	transition: all .5s;
}
.cont-left{
	/*width: 70%;*/
	/*height: calc(100% - 100px);
	overflow: auto;*/
	display: flex;
	flex: 0;
}
.cont-left .img-list{
	margin-left: 5px;
	height: 100%;
	/*width: calc(100% - 110px);*/
	/*background: #FFF;*/
	/*padding: 10px;*/
}

.img-item{
	display: none;
	height: 100%;
	/*flex: 1;*/
	position: relative;
}
.img-item.on{
	display: flex;
	justify-content: center;
	overflow: hidden;
	height: calc(100vh - 130px);
	width: calc(67vh - 95px);
}
.img-item img{
	height: 100%;
}
.img-item video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cont-right{
	width: 325px;
	margin-left: 40px;
	position: relative;
	font-size: 14px;
	flex-shrink: 0;
}
.right-top{
	line-height: 25px;
}
/*.right-top{
	position: sticky;
	top: 0;
}*/

/*.cont-right::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
	/*height: 1px;*/
}
.cont-right::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #000000;
}
.cont-right::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background   : #ededed;
}*/
.cont-right .title{
	font-size: 18px;
}
.cont-right .name{
	font-size: 20px;
	margin-top: 5px;
}
.cont-right .desc{
	/*font-size: 18px;*/
	margin-top: 10px;
}

.box .title{
	margin-top: 20px;
	font-size: 16px;
}
.color-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.color-item{
	margin-right: 40px;
	margin-bottom: 10px;
	border: 2px solid #dcdcdc;
	border-radius: 50%;
	font-size: 0;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.color-item.on{
	border-color: #000;
}
.slse-but{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.slse-but .but-item{
	height: 28px;
	border: 1px solid #000;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	padding: 0 10px;
	transition: all .5s;
	margin-right: 20px;
	min-width: 50px;
	margin-bottom: 20px;
}
.page-details .slse-but.slse-size{
	display: grid;
	grid-template-columns: calc(22.5% - 2px) calc(22.5% - 2px) calc(22.5% - 2px) calc(22.5% - 2px) ;
	grid-column-gap: calc(3.33% + 1px);
	/*grid-row-gap: 20px;*/
}
.page-details .slse-but.slse-size .but-item{
	margin-right: 0;
}
.slse-but .but-item:hover{
	transform: scale(1.1);
}
.slse-but .but-item.on{
	background: #000;
	color: #FFF;
}
.contro-but{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.contro-but .but-item{
	flex: 1;
	height: 28px;
	border: 1px solid #000;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	transition: all .5s;
}
.contro-but .but-item:hover{
	transform: scale(1.1);
}
.contro-but .but-item.black{
	background: #000;
	color: #FFF;
	/*margin-left: 74px;*/
}
.contro-but .but-item:nth-child(2){
	margin-left: 30px;
}
.detail-text{
    color: #707070;
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
    letter-spacing: 2px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.detail-text img{
	width: 100%;
}
.detail-text:hover{
    max-height: 600px;
}


.detail-text img{
	width: 100%;
    border: 1px solid #cdcdcd;
}

/* 购物车 */
.shopping-list{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	/*padding-bottom: 130px;*/
}

.shopping-item{
	/*display: grid;
	grid-template-columns: 381px 52px 200px 90px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.goods{
	display: flex;
}
.goods .goods-img-block {
	width: 150px !important;
	max-height: 200px;
}
.goods .goods-img-block img{
	width: unset !important;
	height: 200px;
}
.goods .goods-info{
	margin-left: 20px;
	font-size: 16px;
	width: 400px;
	/*margin-top: 15px;*/
}
.goods .goods-info .name{
	/*font-size: 16px;*/
	margin-top: 5px;
}
.goods .goods-info .color{
	margin-top: 10px;
}
.goods .goods-info .slse{
	margin-top: 5px;
}
.goods-number input{
	border: 1px solid #000;
	width: 50px;
	height: 25px;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
}
.goods-number .number-but{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.goods-number .number-but .but-item{
	/*修改了购物车图标-+大小，原15*/
	width: 10px;
	height: 10px;
	font-size: 0;
	margin-top: 10px;
	cursor: pointer;
}
.goods-number .number-but .but-item.add{
	background: url(/Static/Web/img/add.png) center / cover no-repeat;
}
.goods-number .number-but .but-item.minus{
	background: url(/Static/Web/img/minus.png) center / 24px no-repeat;
}
.shopping-item .price{
	width: 200px;
	font-size: 18px;
	text-align: right;
}
.shopping-item .price>div{
	width: 200px;
	font-size: 18px;
	text-align: right;
}
.shopping-item .del-btn{
	width: 90px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #000;
	color: #FFF;
}
.shopping-but{
	max-width: 1200px;
	width: 100%;
	height: 70px;
	position: sticky;
	bottom: 0;
	background: rgb(245,245,245);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 10px;
	margin: 20px auto 0;
}
.shopping-but .but-item{
	/*width: 120px;*/
	min-width: 120px;
	padding: 0 20px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #000;
	color: #FFF;
	cursor: pointer;
}

/* 创建订单 */
.page-order{
	padding-top: 60px;
	padding-bottom: 0;
    min-height: calc(100% - 111px);
    line-height: 30px;
}
.shopping-item .order-number{
	width: 100%;
	/*font-size: inherit;*/
	text-align: center;
}
.order-cont{
    max-width: 1200px;
    width: 100%;
    margin: 50px auto 0px;
	min-height: 20px;
}
.order-cont .shopping-list{
	padding-bottom: 0;
}
.order-cont .cont-title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.order-cont .cont-title .title-after{
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
}
.order-cont:first-child{
	margin-top: 0;
}
.order-cont .form-item{
	display: flex;
	align-items: center;
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 20px;
}
.order-cont .form-item .checkbox{
	width: 20px;
	height: 20px;
	background: url(/Static/Web/img/check.png) center / cover no-repeat;
	margin-right: 10px;
}
.order-cont .form-item .checkbox.on{
	background: url(/Static/Web/img/check_.png) center / cover no-repeat;
}
.order-cont .address-list .address-item{
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.page-order .shopping-but .but-item{
	margin-right: 0;
}

/* 支付页 */
.page-pay{
	padding-top: 60px;
	padding-bottom: 0;
    min-height: calc(100% - 111px);
    line-height: 30px;
}
.pay-list{
	display: flex;
	align-items: center;
}
.pay-item{
	display: flex;
	align-items: center;
	justify-content:center;
	height: 35px;
	border: 1px solid #000;
	width: 150px;
	margin-right: 35px;
	cursor: pointer;
}
.pay-item.on{
	background: #000;
	color: #FFF;
}
.pay-item i{
	margin-right: 10px;
}
i.beibao{
	width: 20px;
	height: 20px;
	display: block;
	background: url(/Static/Web/img/beibao.png) center / cover no-repeat;
}
.pay-item.on i.beibao{
	background: url(/Static/Web/img/beibao_.png) center / cover no-repeat;
}
i.alipay{
	width: 25px;
	height: 25px;
	display: block;
	background: url(/Static/Web/img/alipay.png) center / cover no-repeat;
}
.pay-item.on i.alipay{
	background: url(/Static/Web/img/alipay_.png) center / cover no-repeat;
}
i.card{
	width: 30px;
	height: 24px;
	display: block;
	background: url(/Static/Web/img/card.png) center / cover no-repeat;
}
.pay-item.on i.card{
	background: url(/Static/Web/img/card_.png) center / cover no-repeat;
}
.page-pay .shopping-but{
	/*max-width: 1200px;
	left: 50%;
	transform: translate(-50%, 0);*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-pay .shopping-but p{
	font-size: 24px;
	font-weight: bold;
}
.page-pay .shopping-but .total-item {
	font-size: 18px;
	font-weight: bold;
}
/*.page-pay .shopping-but .total-item div:nth-child(2){
	font-size: 20px;
}*/
.page-pay .shopping-but .but-item{
	margin: 0;
}
.shipping-item{
	display: flex;
	height: 50px;
	border-bottom: 1px solid #000;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}

/* 订单页 */
.page-End-order{
	padding-bottom: 25px;
}
.else-info{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}
.else-item{
	display: flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
}
.else-item p{
	margin-right: 100px;
}
.order-flex{
	display: flex;
	max-width: 1200px;
    width: 100%;
    margin: 50px auto 0px;
    justify-content: space-between;
}
.order-flex .order-cont{
	width: 48%;
	flex-shrink: 0;
	margin: 0;
}
.title-flex{
	display: flex;
	justify-content: space-between;
}
.title-flex span{
	font-weight: normal;
	font-size: 24px;
}

/* 登录页 */
.page-login{
	position: relative;
	line-height: 30px;
}
.page-login .login-form{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	width: 400px;
	align-items: center;
}
.page-login .login-form .form-item{
	width: calc(100% - 20px);
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding: 0 10px;
	position: relative;
}
.page-login .login-form .form-item input{
	height: 100%;
	width: 100%;
	display: block;
	font-size: 18px;
	text-align: center;
}
.page-login .login-form .login-btn-item{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #000;
	display: flex;
	justify-content: space-between;
}
.page-login .login-form .login-but{
	width: 200px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	background: #000;
	color: #FFF;
	margin-top: 50px;
	cursor: pointer;
}
.page-login .login-form .form-item input:-ms-input-placeholder {
    color: #999999;
}/* Internet Explorer 10+ */

.page-login .login-form .form-item input::-webkit-input-placeholder {
    color: #999999;
}/* WebKit browsers */

.page-login .login-form .form-item input::-moz-placeholder {
    color: #999999;
}/* Mozilla Firefox 4 to 18 */

.page-login .login-form .form-item input:-moz-placeholder {
    color: #999999;
}

/* 弹窗组件修改 */
.ui__alert .ui__alert_content{
	min-width: 400px;
    max-width: 600px;
}

/* 账户页  */
.page-account{
	line-height: 30px;
}
.order-list{

}
.order-list .order-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	border-bottom: 1px solid #000;
	font-size: 16px;
	padding: 0 10px;
}
.order-list .order-item:hover{
	background: #000;
	color: #FFF;
}
.order-list .order-item div{
	flex: 1;
	text-align: center;
}
.order-list .order-item div:nth-child(1){
	text-align: left;
}
.order-list .order-item div:nth-child(4){
	text-align: right;
}
.list-loading {
	text-align: center;
	font-size: 18px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding-left: 70px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.list-loading::before {
	content: '';
	display: inline-block;
	margin-right: 5px;
   	width: 30px;
	height: 30px;
	background: url("/Static/Web/img/loading.gif") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	transform: translate(-30px, 0);
}
.list-empty {
	text-align: center;
	font-size: 18px;
	width: 100%;
}
.edit-but{
	display: flex;
	align-items: center;
}
.edit-but p{
	background: #000;
	color: #FFF;
	width: 100px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	margin-left: 50px;
	border: 1px solid #000;
}
.page-account .address-item.a, .page-order .address-item.a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	border-bottom: 1px solid #000;
	font-size: 16px;
	padding: 0 10px;
	line-height: normal;
}
.page-order .address-item.a .checkbox{
	width: 20px;
	height: 20px;
	background: url(/Static/Web/img/check.png) center / cover no-repeat;
	margin-right: 10px;
}
.page-order .address-item.a .checkbox.on{
	background: url(/Static/Web/img/check_.png) center / cover no-repeat;
}
.add-address{
	width: 150px;
	line-height: 35px;
	text-align: center;
	background: #FFF;
	font-size: 16px;
	margin-top: 30px;
	cursor: pointer;
	border: 1px solid #000;
	/*color: #000;*/
	transition: all .3s;
	background: #000;
	color: #FFF;
}
.address-item.a .address-text:nth-child(1), .address-item.a.b .address-text:nth-child(2){
	width: 400px;
}
.address-item.a .address-text:nth-child(2),
.address-item.a .address-text:nth-child(3),
.address-item.a.b .address-text:nth-child(3),
.address-item.a.b .address-text:nth-child(4){
	width: 150px;
	text-align: center;
}
/*.add-address:hover{
	background: rgb(50, 50, 50);
	color: #FFF;
}*/
.sel-box{
	position: absolute;
	top: 100%;
	width: 100%;
	max-height: 0px;
	transition: all .5s;
	overflow: hidden;
	z-index: 1;
}
.sel-box.on{
	opacity: 1;
	max-height: 302px;
}
.sel-address{
	max-width: 900px;
	width: calc(100% - 2px);
	border: 1px solid #000;
	/*max-height: 0px;*/
	position: /*absolute;
	top: 110%;
	left: 0px;*/
	background: #FFF;
}
.sel-head{
	padding: 0 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #000;
	position: absolute;
}
.sel-head p{
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
}
.sel-head p:hover{
	color: #000;
}
.sel-head .head-item{
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	cursor: pointer;
	margin-right: 20px;
}
.sel-head .head-item.on{
	background: #000;
	color: #FFF;
}
.sel-body{
	display: flex;
	max-height: 300px;
	overflow: auto;
	flex-direction: column;
	background-color: #FFF;
	align-items: center;
}

.sel-body .body-item{
	width: 95%;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	cursor: pointer;
	border-bottom: 1px solid #000;
	color: #000;
}
.sel-body .body-item:last-child {
	border-bottom: 0;
}

.sel-body .body-item:hover{
	background: #000;
	color: #FFF;
}
.sel-body .body-item.on{
	background: #000;
	color: #FFF;
}
.address-add{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0 10px;
	border-bottom: 1px solid #000;
	height: 50px;
	align-items: center;
}
.address-input{
	height: 30px;
}
.address-input input{
	padding: 0 10px;
	height: 100%;
	border: 1px solid #000;
	display: block;
}
.address-input input:-ms-input-placeholder {
	color: #999999;
}/* Internet Explorer 10+ */

.address-input input::-webkit-input-placeholder {
	color: #999999;
}/* WebKit browsers */

.address-input input::-moz-placeholder {
	color: #999999;
}/* Mozilla Firefox 4 to 18 */

.address-input input:-moz-placeholder {
	color: #999999;
}

.pop-address,.pop-address .shade{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.pop-address{
	z-index: 999;
}
.pop-address .shade{
	background: rgba(0, 0, 0, 0.2);
}
.pop-address .pop-main{
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #000;
	padding: 40px 50px 30px;
	background: #FFF;
}
.form-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-box .form-item{
	flex: 1;
	flex-shrink: 0;
}
.form-box .form-item:nth-child(2){
	margin: 0 20px;
}
.form-item{
	width: 100%;
	min-height: 50px;
	border-bottom: 1px solid #000;
	margin-top: 20px;
	position: relative;
	margin-bottom: 0;
}

.form-item input{
	width: 100%;
	height: 100%;
	line-height: 50px;
	display: block;
	font-size: 18px;
}
.form-item input:-ms-input-placeholder {
	color: #999999;
}/* Internet Explorer 10+ */

.form-item input::-webkit-input-placeholder {
	color: #999999;
}/* WebKit browsers */

.form-item input::-moz-placeholder {
	color: #999999;
}/* Mozilla Firefox 4 to 18 */

.form-item input:-moz-placeholder {
	color: #999999;
}

.form-item textarea {
	width: 100%;
	line-height: 30px;
	display: block;
	font-size: 18px;
	border: none;
	outline: none;
	resize: none;
	background: none;
}
.form-item textarea:-ms-input-placeholder {
	color: #999999;
}/* Internet Explorer 10+ */

.form-item textarea::-webkit-input-placeholder {
	color: #999999;
}/* WebKit browsers */

.form-item textarea::-moz-placeholder {
	color: #999999;
}/* Mozilla Firefox 4 to 18 */

.form-item textarea:-moz-placeholder {
	color: #999999;
}

.pop-but{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.pop-but p{
	width: 48%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background: #000;
	border: 1px solid #000;
	cursor: pointer;
}
.pop-but p:nth-child(2){
	color: #000;
	background: #FFF;
}
.page-home{
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
}

#home-swiper{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#home-swiper .swiper-slide{
	overflow: hidden;
	position: relative;
	transition: all .5s;
}
#home-swiper .swiper-slide .slide-video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home-swiper .swiper-slide img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#home-swiper .swiper-slide::before{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	/*background: rgba(0, 0, 0, 0.3);*/
	content: '';
}
#home-swiper .swiper-slide p{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 45px;
	font-weight: bold;
	color: #000;
	text-align: center;
	letter-spacing: 2px;
}
#home-swiper .swiper-slide:hover{
	transform: scale(1.05);
}

.page-contact .contact {
	width: 100%;
	min-width: 300px;
	max-width: 600px;
	/*width: 60%;
	margin-left: 20%;
	padding-top: 15vh;
	margin-bottom: 20vh;*/
	margin: 0 auto;
}

.help-container {

	/*width: 70%;*/
	/*margin: 0 auto;*/
	margin-left: 63px;
	overflow-x: hidden;
	max-width: 1200px;
	min-width: 300px;
}

.help-container .help-left{
	margin: 0;
	padding: 0;
	float: left;
	width: 25%;
	position: relative;
	/*top: 50%;*/
	transform: translateY(20%);
}


.help-container .help-right{
	margin: 0;
	padding: 0;
	width: 75%;
	float: left;

}

.help-left ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.help-left li{
	margin-bottom: 40px;
	font-size: 18px;
	color: #808080;
}
.help-left li.on{
	margin-bottom: 40px;
	color: #000;
}
.help-left li{
	cursor: pointer;
}

.help-right p {

	font-family: syst;
	font-size: 14px;
	margin-bottom: 0;
	color: #666;
	font-weight: 400;
	line-height: 40px;
}


.page-contact .contact h1 {
	font-size: 18px;
	margin-bottom: 16px;
	color: #555;
	font-weight: normal;
}
.contact-form > div{
	margin-top: 0;
	margin-bottom: 10px;
}
.contact-form-item{
	display: flex;
	font-size: 16px;
	margin-top: 0;
}
.contact-form-item input{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-family: syst;
}
.contact-form-item textarea{
	height: 100px;
	font-size: 14px;
	font-family: syst;
}

.page-contact .contact p {
	font-family: syst;
	font-size: 14px;
	margin-bottom: 0;
	color: #666;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 2px;
}
.page-contact .contact p .enspan{
	color: #000000;
	font-weight: bold;
}

.page-contact .contact a {
	text-transform: uppercase;
	color: #555;
}

.contact-minititle{
	margin-top: 20px;
	font-size: 18px;
}

.page-contact .contact .pop-but{
	margin-top: 50px;
}
.page-contact .contact .pop-but p {
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background: #000;
	border: 1px solid #000;
	cursor: pointer;
	margin: 0 auto;
}

/* 相册 */
.album-container {
	margin: 0 auto;
	/*position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);*/
	width: calc(90% - 160px);
	height: 100%;
	max-width: 1200px;
	/*max-height: 100%;*/
	/*background-color: #fff;*/
	border-radius: 8px;
	padding: 0 80px;
	/*min-height: calc(100% - 144px);*/
	position: relative;
}

.vueGallery .activePhoto {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 65%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #fff;
	position: relative;
}
.vueGallery .activePhoto button {
	border: none;
	background-color: transparent;
	font-size: 32px;
	color: #fff;
	opacity: 0.5;
	position: absolute;
	outline: none;
	height: 100%;
}
.vueGallery .activePhoto button:hover {
	opacity: 1;
}
.vueGallery .activePhoto button.previous {
	padding: 0 1em 0 0.7em;
	left: 0;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
}
.vueGallery .activePhoto button.next {
	padding: 0 0.7em 0 1em;
	right: 0;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
}
.vueGallery .thumbnails {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	grid-gap: 10px;
}
.vueGallery .thumbnails div {
	width: 100%;
	border: 2px solid #fff;
	outline: 2px solid #fff;
	cursor: pointer;
	/*margin: 10px;*/
	padding-bottom:65%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;

}
.vueGallery .thumbnails div:hover {
	opacity: 0.6;
}
.vueGallery .thumbnails div.active {
	outline-color: #5c4084;
	opacity: 1;
}
.app.home{
	overflow: auto;
}
.app.home::-webkit-scrollbar {
	display: none;
}
.app.home::-webkit-scrollbar-thumb {
	display: none;
}
.app.home::-webkit-scrollbar-track {
	display: none;
}

.pop-img{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -99999999px;
	z-index: 999;
}
.pop-img .pop-img-shade{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}
.pop-img-main{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	border-radius: 5px;
	padding: 30px;
	width: 900px;
	height: 683px;
}
#img-swiper{
	width: 500px;
	height: 683px;
	margin: 0 auto;
}

#img-swiper .swiper-slide img{
	width: 100%;
}
#img-swiper .swiper-button-next,
#img-swiper .swiper-button-prev{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #000;
	color: #FFF;
	pointer-events: initial;
}
#img-swiper .swiper-button-next:after, 
#img-swiper .swiper-button-prev:after{
	font-size: 18px;
}
/*#img-swiper .swiper-button-next{
	transform: translate(150%, 0);
}
#img-swiper .swiper-button-prev{
	transform: translate(-150%, 0);
}*/
.pop-img.init{
	display: block;
}
.pop-img.on{
	left: 0;
}

.page-album{
	/*min-height: calc(100% - 254px);*/
	height: calc(100% - 254px);
}

#album-swiper{
	width: 100%;
	height: 100%;
	/*overflow: initial;*/
}
#album-swiper .swiper-wrapper{
	height: 100% !important;
}
#album-swiper .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
	height: 100% !important;
}
#album-swiper img{
	/*width: 100%;*/
	width: unset !important;
	max-width: 100%;
	max-height: calc(100% - 50px);
	/*max-height: calc(100% - 50px);*/
}
#album-swiper .swiper-slide p{
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
}
.album-container .swiper-button-next, 
.album-container .swiper-button-prev{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	/*background: #000;*/
	color: #000;
}
/*.album-container .swiper-button-next{
	transform: translate(100%,0);
}
.album-container .swiper-button-prev{
	transform: translate(-100%,0);
}*/
.thum-list{
	display: flex;
	margin-top: 10px;
}
.thum-item{
	width: 200px;
	border: 2px solid #FFF;
}
.thum-item img{
	width: 100%;
}
.thum-item.on{
	border: 2px solid #000;
}
.thum-item:not(:first-child){
	margin-left: 10px;
}
.empty-list {
	width: 300px;
	height: 300px;
	margin: 80px auto;
	display: block;
}

.a-link-btn {
    margin-top: 20px;
	/*text-decoration: underline;*/
	font-size: 16px;
    cursor: pointer;
}
.a-link-btn img{
    position: relative;
    top: -2px;
    left: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
}
.size-chart{
	opacity:0.7;//透明度设置
	z-index:-1;
	position:absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
}
.attr-invlid{
	margin-top: 5px;
	color: red;
}
.preSell{
	margin-top: 34px;
}
.preSellDay{
	/*background-color: #d5d5d5;*/
	margin-top: 34px;
	/*padding-left:5px;*/
	padding-bottom: 15px;
	font-size: 12px;
}
.wap-preSell{
	margin-top: 0.2rem;
}
.register-desc{
	color: #ff0000;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(calc(100% + 20px), -50%);
}
.img-thum{
	width: 100px;
	height: 100%;
	/*max-height: 735px;*/
	overflow: auto;
	padding-right: 5px;
	flex-shrink: 0;
}
.img-thum .img-thum-item{
	margin-bottom: 10px;
	border: 2px solid rgba(0, 0, 0, 0);
	font-size: 0;
}
.img-thum .img-thum-item.on{
	border: 2px solid rgba(0, 0, 0, 1);
}

.img-thum img{
	width: 100%;
}


.img-thum::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.img-thum::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius   : 5px;
	background-color: rgba(0, 0, 0, .1);
}
.img-thum::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background   : rgb(220, 220, 220);
	border-radius: 5px;
	width: 5px;
}

.pass-desc{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #5e5e5e;
}
.pass-desc h1{
	font-size: 18px;
	font-weight: normal;
}
.pass-desc p{
	margin-left: 20px;
}
.create-address{
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	font-size: 12px;
	background: #000;
	color: #FFF;
	font-weight: normal;
	min-width: 120px;
	text-align: center;
}

/*新加的导航栏父类样式*/
.margin-top-30{
	margin-top: 30px;
}
.son-menu-item{
	font-family: 'syst';
	font-size: 12px;
	font-weight: 300;
	/*text-indent: 2em;*/
	color: #000;
}
.font-size-one{
	font-family: 'syst2';
	font-weight: 500;
}
/*新加的导航栏父类*/

.flex-space-between{
	justify-content: space-between;
}
.border-none{
	border: none;
}
.flex-space-between .first-name{
	height: 50px;
	width: 48%;
	border-bottom: 1px solid #000;
}
.flex-space-between .last-name{
	height: 50px;
	width: 48%;
	border-bottom: 1px solid #000;
}

.anti-fake{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50rem;
	height: 21rem;
	background-color:rgba(255,255,255,.5);;
	z-index: 99;
	border-radius: 10px;
}
.anti-box{
	width: 40rem;
	margin: 0 auto;
}
.anti-fake-title{
	text-align: center;
	font-size: 28px;
	margin: 0 auto;
	padding-top: 50px;
	letter-spacing: 2px;
}

.anti-code input{
	padding: 0 10px 0 60px;
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
}
.verify_code{
	margin-top: 3rem;
}
.verify_code input{
	padding: 0 10px 0 60px;
	width: 75%;
	height: 55px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
}
.verify_code span img{
	float: right;
	width: 20%;
	height: 55px;
	border-radius: 5px;
	cursor: pointer;
}
.anti-fake-check-btn{

	/*position: absolute;*/
	margin:40px auto 0;
	width: 325px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #000;
	color: #FFF;
	cursor: pointer;
}
.anti-box p{
	line-height: 30px;
	letter-spacing: 1px;
}


.page-brandstory{
	font-size: 12px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;

}
.page-brandstory .cate-title{
	font-family: 'syst2';
	font-size: 13px;
	font-weight: bold;
	/*color: #00469b;*/
	line-height: 20px;
}
.mini-cate-title{
	font-family: 'syst2';
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.story-con{
	display: flex;
	position: relative;
	/*margin-top: 10px;*/
	margin-bottom: 1%;
}
.brand-story-list{
	padding: 0 20%;
	display: flex;
	flex-direction: column;
}

.left-area{
	overflow: hidden;
	width: 40%;
	height: 100%;
	aspect-ratio: 393/262;
	position: relative;
}


.left-area img{
	background-position: center;
	/*width: 478px;*/
	width: 100%;
	/*height: 319px;*/
	margin: 0 auto;

}
.left-area img:nth-child(2){
	transition: all .5s;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	transform: translate(105%, 0);
}
.story-con:hover .left-area img:last-child{
	transform: translate(0%, 0);
}



.right-area{
	margin-left: 20px;
	width: 60%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.story-content{
	color: #707070;
	margin-top: 10px;
	line-height: 20px;
	letter-spacing: 2px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	word-wrap: break-word;
	font-size: 14px;
}
.story-content.entext{
	font-size: 10px;
}
.story-right-btns{
	margin-top: 10px;
	display: flex;
	font-size: 14px;
}

.story-right-btns .st-btn-item{
	height: 28px;
	text-align: left;
	line-height: 28px;
	cursor: pointer;
	transition: all .5s;
	text-decoration:underline;
	margin-right: 30px;
}
.story-right-btns .st-btn-item:hover{
	transform: scale(1.1);
}

/*.story-right-btns .st-btn-item:nth-child(2){
	margin-left: 30px;
}*/
.attr-gl-cls{
	font-family: 'syst2';
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.story-attr-text{
	color: #707070;
	margin-top: 5px;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 2px;
}
.return_pre_page{
	width: 20px;
	height: 20px;
	position: fixed;
	top: 57px;
	left: 30px;
	z-index: 10;
	cursor: pointer;
	background: url(https://img.thelastredemption.cn/return-page.png) center / cover no-repeat;
	cursor: pointer;

}
.layui-m-layercont{
	line-height: 0 !important;
}
.brand-story-details-title{
	margin-top: 30px;
	word-break: break-word;
	margin-bottom: 30px;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.25em;
	color: #111111;
	display: flex;
	justify-content:center;
}
.brand-story-details-content p {

	font-family: syst;
	font-size: 14px;
	margin-bottom: 0;
	color: #666;
	font-weight: 400;
	line-height: 40px;
}
.brand-story-details-content img{
	width: 100%;
}

.brand-story-details-content video{
	width: 100%;
}
.page-brandstory-details{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	/*padding: 60px 25px 0;*/
}
.bd-right-nav{
	position: fixed;
	right: 40px;
	bottom: 120px;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
	transition: all .3s ease;
}
.bd-right-nav .bd-right-nav-content{
	color: #000000;
	padding-left: 10px;
}
.bd-right-nav-content.aron{
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 4%);
}

.bd-right-nav .bd-right-nav-content:hover{
	color: #333333;
}
.bd-share-icon{
	width: 15px;
	position: relative;
	top: 3px;
}
.bd-right-nav-title{
	font-size: 12px;
	padding-left: 10px;
}
.wx-qrcode-content{
	box-shadow: 0 8px 24px rgb(81 87 103 / 16%);
	max-width: 276px;
	position: fixed;
	right: 170px;
	bottom: 135px;
	z-index: 2;
	border:none;
	overflow:hidden;
	border-radius: 5px;
	height: 160px;
}
.qr-pop-title{
	text-align: center;
	font-size: 1rem;
	background-color: #ffffff;
	padding: 5px 0;
}
.qrcode-img{
	background-color: #ffffff;
	width: 100px;
	height: 100px;
	padding: 20px 20px 0 20px;
}

@media only screen and (max-width: 1399px){
	.page-brandstory .cate-title{
		font-size: 13px;
	}
	.cate-mini-title{
		font-size: 12px;
	}
	.st-btn-item{
		font-size: 14px;
	}
	.story-content{
		font-size: 14px;
		line-height: 20px;
	}
	.story-content.entext{
		font-size: 10px;
		line-height: 16px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1700px){
	.page-brandstory .cate-title{
		font-size: 15px;
	}
	.cate-mini-title{
		font-size: 14px;
	}
	.st-btn-item{
		font-size: 16px;
	}
	.story-content{
		font-size: 16px;
		line-height: 25px;
	}
	.story-content.entext{
		font-size: 14px;
		line-height: 22px;
	}
}
@media only screen and (min-width: 1701px) and (max-width: 1999px) {
	.page-brandstory .cate-title{
		font-size: 17px;
	}
	.cate-mini-title{
		font-size: 16px;
	}
	.st-btn-item{
		font-size: 16px;
	}
	.story-content{
		font-size: 16px;
		line-height: 30px;
	}
	.story-content.entext{
		font-size: 16px;
		line-height: 26px;
	}
}
@media only screen and (min-width: 2000px){
	.page-brandstory .cate-title{
		font-size: 25px;
	}
	.cate-mini-title{
		font-size: 24px;
		margin-top: 10px;
	}
	.st-btn-item{
		font-size: 24px;
	}
	.story-content{
		font-size: 24px;
		line-height: 40px;
	}
	.story-content.entext{
		font-size: 22px;
		line-height: 35px;
	}
}

.loading-img,img:not(.not-loading) {
	min-width: 50%;
	min-height: 50%;
	width: 100%;
	height: 100%;
	background:url("/Static/Web/img/loading.gif") no-repeat;
	background-size: 30px 30px;
	background-position: 50% 50%;
}
img.not-loading {
	background: rgba(0,0,0,0);
}

.layer-loading-gif {
	background-color: rgba(0,0,0,0) !important;
	box-shadow: none !important;
	background: url(/Static/Web/img/loading.gif) no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
}

.del-price {
	color: #8c8b8b;
	text-decoration: line-through;
}





