* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif'; */
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff');
}

@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	/* Project id 2871779 */
	src: url('../fonts/AlimamaShuHeiTi-Bold.woff');
}

@font-face {
	font-family: "RanyBold";
	/* Project id 2871779 */
	src: url('../fonts/Rany-Bold.otf');
}

@font-face {
	font-family: "Rany";
	/* Project id 2871779 */
	src: url('../fonts/Rany.ttf');
}

a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

html{
	font-family: Microsoft YaHei;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 5px;
	height: 5px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(60, 116, 196, 1);
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #EDEDED;
}

.picCover {
	position: relative;
}

.picCover .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.picCover .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content312 {
	padding: 0 3.21%;
}

.content520 {
	padding: 0 5.20%;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.font30 {
	font-size: 30px;
}

.font48 {
	font-size: 48px;
}

.font36 {
	font-size: 36px;
}

.font60 {
	font-size: 60px;
}

.font72 {
	font-size: 72px;
}

.font80 {
	font-size: 80px;
}

.font90 {
	font-size: 90px;
}

.font120 {
	font-size: 120px;
}

.font200 {
	font-size: 200px;
}

.header {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, .9);
	padding: 11px 0;
}

.header .content312 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo img {
	display: block;
	width: 46px;
}

.header .r {
	display: flex;
	align-items: center;
}

.header .r .nav {
	display: flex;
	gap: 58px;
}

.header .r .nav li>a {
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
	line-height: 36px;
	transition: all .6s;
}

.header .r .nav li:hover>a,
.header .r .nav li.active>a {
	color: #3F76C5;
}

.header .r .header-select{
	position: relative;
	width: 200px;
	margin-left: 53px;
}
.header .r .header-select-t{
	height: 40px;
	border-radius: 5px;
	border: 1px solid #EBEBEC;
	appearance: none;
	background: url(../img/bottom1.png);
	background-repeat: no-repeat;
	background-position: right 13px center;
	padding: 0 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 36px;
	outline: none;
}
.header .r .header-select-c{
	position: absolute;
	left: 0;
	top: 100%;
	padding: 10px 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
	transition: all .6s;
}
.header .r .header-select.active .header-select-c{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
	transform: translateY(0);
}
.header .r .header-select-c .container{
	width: 100%;
	padding: 12px 15px 10px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(130,132,134,0.3);
	border-radius: 5px;
	display: block;
}
.header .r .header-select-c .container .item:not(:last-child){
	margin-bottom: 4px;
}
.header .r .header-select-c .container .item-t{
	width: 100%;
	padding: 0 7px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 36px;
	background: #F8F8F8;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.header .r .header-select-c .container .item-c{
	display: none;
	padding: 6px 10px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #EBEBEC;
	border-top: none;
}
.header .r .header-select-c .container .item-c .a-item{
    max-height: 249px;
    overflow: auto;
}
.header .r .header-select-c .container .item-c a{
	display: block;
	font-family: Rany;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 36px;
	padding: 0 13px;
	border-radius: 5px;
	transition: all .6s;
}
.header .r .header-select-c .container .item-c a:hover{
	color: #000;
}
.header .r .header-select-c .container .item-c a.active{
	background-color: rgba(34, 34, 34, 1);
	color: #fff;
}
.header .r .header-select-c .submit{
	/* width: 180px; */
	line-height: 36px;
	background: #222222;
	border-radius: 5px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 10px;
	cursor: pointer;
}
.header .r .header-shoppingCart {
	position: relative;
	width: 40px;
	height: 40px;
	background: #E5E5E5;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 103px;
}

.header .r .header-shoppingCart .iconfont {
	color: rgba(34, 34, 34, 1);
	font-size: 24px;
}

.header .r .header-shoppingCart .number {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-25%, -25%);
	display: block;
	min-width: 20px;
	line-height: 20px;
	background: #EE0E4F;
	border-radius: 10px;
	padding: 0 5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.header .r .header-avatar {
	width: 40px;
	height: 40px;
	background: #E5E5E5;
	border-radius: 20px;
	overflow: hidden;
	margin-left: 10px;
}

.header .r .header-avatar img {
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
}

.header .r .header-language {
	height: 36px;
	background: #F6F7F9;
	border-radius: 18px;
	overflow: hidden;
	display: flex;
	margin-left: 26px;
}

.header .r .header-language a {
	width: 50px;
	line-height: 36px;
	color: rgba(186, 186, 186, 1);
	border-radius: 18px;
	transition: all .6s;
	text-align: center;
	font-size: 14px;
}

.header .r .header-language a.active {
	color: #fff;
	background-color: rgba(34, 34, 34, 1);
}

.header .r .aslideBtn .iconfont {
	color: rgba(153, 153, 153, 1);
	font-size: 22px;
	transition: all .6s;
}

.header .r .header-search-box {
	position: relative;
	margin-left: 40px;
}

.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 22px;
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(233, 202, 86, 1);
}

.header .r .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}

.header .r .header-search-box .header-search {
	width: 230px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	/* background: #F0F0F0; */
	border-radius: 19px;
	display: flex;
	align-items: center;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
	border: 1px solid #999;
}

.header .r .header-search-box .header-search input {
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	height: 100%;
	width: 100%;
	border-radius: 19px;
	border: none;
	outline: none;
	background-color: transparent;
}

.header .r .header-search-box .header-search input::placeholder {
	color: #999;
}

.header .r .header-search-box .header-search .iconfont {
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}

.header .r .header-search-box .header-search .iconfont:hover {
	color: rgba(233, 202, 86, 1);
}

.footer {
	padding-top: 100px;
	background: linear-gradient(-30deg, #222222, #333333);
}

.footer-t {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.footer-t-l {
	flex: 1;
	margin-right: 30px;
	display: flex;
	align-items: center;
}

.footer-t-l .logo img {
	display: block;
	width: auto;
	width: 65px;
}
.footer-t-l-r {
	flex: 1;
	margin-left: 24px;
}

.footer-t-l-r .text-title {
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}

.footer-t-l-r .text-des {
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 17px;
}
.footer-c-r,
.footer-t-r {
	width: 53.71%;
}

.footer-t-r .list {
	display: flex;
	gap: 49px;
	justify-content: space-between;
}

.footer-t-r .list .li-title {
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	transition: all .6s;
}
.footer-t-r .list .li-title:hover{
	color: rgba(60, 116, 196, 1);
}
.footer-t-r .list .li-title:not(:first-child) {
	margin-top: 54px;
}

.footer-t-r .list .li-des {
	margin-top: 30px;
	column-count: 2;
	column-gap: 30px;
	break-inside: avoid;
}

.footer-t-r .list .li-des a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	transition: all .6s;
}
.footer-t-r .list .li-des a:hover{
	color: #fff;
}
.footer-t-r .list .li-des p:not(:last-child) {
	margin-bottom: 19px;
}
.footer-c{
	display: flex;
	justify-content: space-between;
	padding: 87px 0 119px;
	flex-wrap: wrap;
}
.footer-c .links{
    width: 100%;
    margin-top: 15px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255,255,255,.7);
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    /* order: -1; */
}
.footer-c .links a{
    color: rgba(255,255,255,.7);
    transition: all .6s;
    
}
.footer-c .links a:hover{
   color: rgba(255,255,255,1);
}
.footer-c-l{
	flex: 1;
	margin-right: 30px;
}
.footer-c-l .text-title{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
}
.footer-c-l form{
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-top: 38px;
	width: 420px;
	max-width: 100%;
}
.footer-c-l form input{
	border: none;
	outline: none;
	width: 100%;
	height: 25px;
	flex: 1;
	margin-right: 30px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	background: transparent;
}
.footer-c-l form input::placeholder{
	color: #999999;
}
.footer-c-l form .iconfont{
	color: rgba(153, 153, 153, 1);
	cursor: pointer;
}
.footer-c-l .social{
	margin-top: 40px;
	display: flex;
	gap: 10px;
}
.footer-c-l .social a{
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #F6F7F9;
	border-radius: 50%;
	color: rgba(171, 171, 171, 1);
	transition: all .6s;
}
.footer-c-l .social a:hover{
	background-color: rgba(60, 116, 196, 1);
	color: #fff;
}
.footer-c-l .social a .iconfont{
	font-size: 20px;
}
.footer-c-r .text-title{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
}
.footer-c-r .tel{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	line-height: 36px;
	margin-top: 34px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 31px;
}
.footer-c-r .address{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	line-height: 36px;
	margin-top: 7px;
}
.footer-b{
	border-top: 1px solid RGBA(85, 85, 85, 1);
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	padding: 20px 0;
}
.footer-b .content1400{
	display: flex;
	justify-content: space-between;
}
.footer-b a{
	color: #999;
	transition: all .6s;
}
.footer-b a:hover{
	color: #fff;
}
.feedbackItem{
	padding: 30px 30px 42px;
	width: 24.41%;
	background: #FFFFFF;
	border-radius: 10px;
}
.feedbackItem:not(:last-child){
	margin-right: .78%;
}
.feedbackItem .icon .iconfont{
	font-family: Arial;
	font-weight: 400;
	line-height: 1;
	color: #C7C7C7;
}
.feedbackItem .text-box{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 2;
	height: 72px;
	margin-top: 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.feedbackItem .avatar{
	margin-top: 32px;
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 36px;
}
.feedbackItem .avatar img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}
.feedbackItem .avatar .name{
	flex: 1;
	margin-left: 15px;
}
.commonMoreBread{
	padding-top: 27px;
	font-weight: 300;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 19px;
}
.commonMoreBread a{
	color: #222222;
	transition: all .6s;
}
.commonMoreBread .iconfont{
	font-size: 12px;
}
.commonMoreBread a.active,
.commonMoreBread a:hover{
	color: rgba(60, 116, 196, 1);
}
.pc-aslide {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: ease-in-out .6s;
}

.pc-aslide.active {
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}

.pc-aslide-content {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 829px;
	max-width: 100%;
	padding: 48px 50px 50px 77px;
	display: flex;
	flex-direction: column;
	transition: ease-in-out .6s;
	transform: translateX(120%);
	opacity: 0;
}

.pc-aslide.active .pc-aslide-content {
	transform: translateX(0);
	transition: ease-in-out .6s .3s;
	opacity: 1;
}

.pc-aslide-content-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc-aslide-content-t .close {
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
	cursor: pointer;
}

.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover,
.pc-aslide-content-t .close:hover {
	color: rgba(233, 202, 86, 1);
}

.pc-aslide-content-t .close .iconfont {
	font-size: 30px;
}

.pc-aslide-content-c {
	text-align: center;
	margin-top: 100px;
	flex: 1;
	overflow: auto;
}

.pc-aslide-content-c .list {
	display: inline-block;
	min-width: 300px;
}

.pc-aslide-content-c .list li {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(40px);
}

.pc-aslide.active .pc-aslide-content-c .list li {
	opacity: 1;
	transform: translateY(0);
}

.pc-aslide-content-c .list li:not(:last-child) {
	margin-bottom: 50px;
}

.pc-aslide-content-c .list .li-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	transition: all .6s;
}

.pc-aslide-content-c .list .li-des {
	border-top: 1px solid rgba(230, 230, 230, 1);
	margin-top: 20px;
	padding-top: 20px;
	display: none;
}

.pc-aslide-content-c .list .li-des a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}
@keyframes flow {
	0% {
		background-position: 0% 50%;
	}

	25% {
		background-position: 100% 50%;
	}

	50% {
		background-position: 100% 0%;
	}

	75% {
		background-position: 0% 0%;
	}

	100% {
		background-position: 0% 50%;
	}
}
.productItem {
	position: relative;
}

.productItem>a {
	position: relative;
	display: block;
	background-color: #fff;
	padding: 20px 20px 30px;
	min-height: 100%;
}

.productItem>a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(222, 222, 222, 0) 0%, rgba(222, 222, 222, 0) 49%, rgba(222, 222, 222, .86) 100%);
	opacity: 0;
	z-index: 3;
	transition: all 0.6s;
}

.productItem:hover>a::before {
	opacity: 1;
}

.productItem .picCover {
	padding-top: 98.36%;
}

.productItem .picCover .imgScale {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.productItem .text-box {
	margin-top: 12px;
}

.productItem .text-title {
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	transition: all .6s;
}

.productItem .text-des {
	font-family: RanyBold;
	font-size: 18px;
	color: #222222;
	line-height: 1;
	margin-top: 10px;
}

.productItem .label {
	position: absolute;
	left: 20px;
	top: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	background: #FF6700;
	box-shadow: 5px 9px 30px 0px rgba(255, 103, 0, 0.3);
	border-radius: 5px;
	padding: 0 10px;
	z-index: 3;
}

.productItem .addCartBtn {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #F2F2F2;
	color: rgba(222, 222, 222, 1);
	cursor: pointer;
	transition: all .6s;
	z-index: 3;
}

.productItem .addCartBtn.active {
	background: #222222;
	border-color: #222;
	color: #fff;
	box-shadow: 5px 9px 30px 0px rgba(34, 34, 34, 0.3);
}

.productItem .addCartBtn .iconfont {
	font-size: 20px;
}

.productItem .li-b {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 0 20px 30px;
	display: flex;
	justify-content: center;
	gap: 10px;
	z-index: 3;
	opacity: 0;
	transition: all .6s;
}

.productItem:hover .li-b {
	opacity: 1;
}

.productItem .li-b .btn {
	line-height: 50px;
	padding: 0 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 25px;
	display: flex;
	align-items: center;
	transition: all .6s;
}

.productItem .li-b .btn.buyBtn {
	background: rgba(34, 34, 34, 1);
}

.productItem .li-b .btn.shoppingCartBtn {
	background: rgba(255, 255, 255, 1);
	color: rgba(204, 204, 204, 1);
}

.productItem .li-b .btn.shoppingCartBtn .iconfont {
	font-size: 30px;
}

.productItem .li-b .btn:hover {
	background-color: rgba(63, 118, 197, 1) !important;
	color: #fff !important;
}
.cart-fly-item {
	position: fixed;
	width: 50px;
	height: 50px;
	z-index: 1000;
	pointer-events: none;
	transition: all 1s cubic-bezier(0.42, 0, 0.58, 1);
}

.cart-fly-item img {
	max-width: 100%;
	max-height: 100%;
}
.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}
.video-content iframe,
.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}
.addressItems .item {
    border: 1px solid #DEDEDE;
    padding: 45px 30px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #222222;
    line-height: 40px;
}

.addressItems .item.addAddressItem {
    cursor: pointer;
}

.addressItems .item:not(:last-child) {
    margin-bottom: 10px;
}

.addressItems .item .itemContainer {
    display: flex;
    gap: 0 49px;
}
.addressItems .item .tel {
    color: rgba(34, 34, 34, 1);
    font-size: 18px;
    font-family: RanyBold;
}

.addressItems .item .text {
    flex: 1;
}

.addressItems .item .addAddressBtn {
    display: flex;
    cursor: pointer;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    line-height: 36px;
}

.addressItems .item .addAddressBtn .icon {
    width: 40px;
    line-height: 40px;
    background: #DEDEDE;
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-right: 15px;
}

.addAddressModal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 42px 44px 86px;
    background: #FFFFFF;
    width: 820px;
    max-width: 90%;
}

.addAddressModal-content .title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
}

.addAddressModal-content form {
    margin-top: 24px;
}

.addAddressModal-content form .inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.addAddressModal-content form .inputs .input1 {
    grid-column: 1/3;
}

.addAddressModal-content form .input {
    border: 1px solid #DEDEDE;
}

.addAddressModal-content form .input input,
.addAddressModal-content form .input select,
.addAddressModal-content form .input textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 17px;
    border: none;
    outline: none;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    line-height: 30px;
}

.addAddressModal-content form .input select {
    appearance: none;
    background: url(../img/bottom3.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.addAddressModal-content form .input input::placeholder,
.addAddressModal-content form .input textarea::placeholder {
    color: #999999;
}

.addAddressModal-content form .input textarea {
    height: 100px;
    resize: none;
}

.addAddressModal-content form .btns {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.addAddressModal-content form .btns .btn {
    width: 200px;
    line-height: 48px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    text-align: center;
    cursor: pointer;
    transition: all .6s;
}

.addAddressModal-content form .btns .submitBtn,
.addAddressModal-content form .btns .btn:hover {
    background-color: rgba(34, 34, 34, 1);
    color: #fff;
    border-color: rgba(34, 34, 34, 1);

}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: rgba(51, 51, 51, 1);
	font-family: Rany;
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
	border-radius: 50%;
}

.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(34, 34, 34, 1);
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
	transition: all .6s;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

.m-right-buttom {
	display: none;
}
@media (max-width: 1700px) {
	.header .r .header-shoppingCart{
		margin-left: 30px;
	}
	.header .r .header-select{
		margin-left: 30px;
	}
	.header .r .nav{
		gap: 31px;
	}
	.content520{
		padding: 0 3%;
	}
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.feedbackItem{
		padding: 25px;
	}
	.feedbackItem .text-box{
		margin-top: 14px;
		font-size: 16px;
		line-height: 30px;
		height: 60px;
	}
	.feedbackItem .avatar{
		margin-top: 20px;
	}
	.header .r .nav{
		gap: 24px;
	}
	.header .r .header-language{
		margin-left: 15px;
	}
	.header .r .header-select,
	.header .r .header-shoppingCart{
		margin-left: 20px;
	}
	.font48 {
		font-size: 36px;
	}

	.font36 {
		font-size: 32px;
	}

	.font60 {
		font-size: 48px;
	}
	.font72 {
		font-size: 60px;
	}
	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}
	.font120 {
		font-size: 100px;
	}
	.font200 {
		font-size: 150px;
	}
	.footer-c-r, .footer-t-r{
		width: 52%;
	}
	.footer-t-r .list{
		gap: 68px;
	}
	.footer-t-r .list .li-des{
		column-gap: 49px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.header .r .nav li>a{
		font-size: 15px;
	}
	.header .r .header-select{
		width: 170px;
	}
	.header .r .nav{
		gap: 21px;
	}
	.header .r .header-shoppingCart .number{
		width: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.pc-aslide-content-c .list .li-title {
		font-size: 20px;
	}
	.header .r .header-shoppingCart,
	.header .r .header-avatar{
		width: 36px;
		height: 36px;
	}
	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 35px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 16px;
		line-height: 2;
	}

	.font36 {
		font-size: 30px;
	}

	.font60 {
		font-size: 36px;
	}
	.font72 {
		font-size: 48px;
	}
	.font80 {
		font-size: 48px;
	}

	.font90 {
		font-size: 60px;
	}
	.font120 {
		font-size: 72px;
	}
	.font200 {
		font-size: 120px;
	}

	.font30 {
		font-size: 28px;
	}

	.font48 {
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.addressItems .item{
		padding: 20px;
	}
	.feedbackItem{
		width: 32%;
	}
	.feedbackItem:not(:last-child){
		margin-right: 2%;
	}
	.footer-t-r .list{
		gap: 41px;
	}
	.footer-t-r .list .li-des{
		column-gap: 27px;
	}
	.footer-c{
		padding: 45px 0 60px;
	}
	.footer{
		padding-top: 60px;
	}
	.footer-t-r .list .li-des p:not(:last-child){
		margin-bottom: 10px;
	}
	.footer-t-r .list .li-des{
		margin-top: 19px;
	}
	.footer-t-r .list .li-title:not(:first-child){
		margin-top: 24px;
	}
	.footer-c-r .tel{
		margin-top: 21px;
		gap: 0 23px;
		line-height: 30px;
	}
	.header .logo img{
		width: 40px;
	}
	.content520,
	.content312{
		padding: 0 3%;
	}
	.header .r .nav{
		display: none;
	}
	.font36 {
		font-size: 28px;
	}

	.font60 {
		font-size: 30px;
	}
	.font72 {
		font-size: 36px;
	}
	.font80 {
		font-size: 36px;
	}

	.font90 {
		font-size: 50px;
	}
	.font120 {
		font-size: 60px;
	}
	.font200 {
		font-size: 90px;
	}

	.font30 {
		font-size: 26px;
	}

	.font48 {
		font-size: 28px;
	}

	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		margin-left: 20px;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: rgba(60, 116, 196, 1);
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: rgba(60, 116, 196, 1);
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}

}

@media (max-width: 1024px) {
	.commonMoreBread{
		padding-top: 10px;
		gap: 0 9px;
	}
	.addressItems .item .addAddressBtn,
	.addressItems .item{
		line-height: 30px;
	}
	.addressItems .item .addAddressBtn .icon{
		width: 30px;
		line-height: 30px;
	}
	.addressItems .item .itemContainer{
		flex-wrap: wrap;
	}
	.addressItems .item .text{
		flex: none;
		width: 100%;
	}
	.feedbackItem .avatar{
		margin-top: 10px;
	}
	.feedbackItem .text-box{
		margin-top: 8px;
	}
	.feedbackItem .avatar img{
		width: 40px;
		height: 40px;
	}
	.feedbackItem .avatar .name{
		margin-left: 5px;
	}
	.footer{
		padding-top: 50px;
	}
	.footer-c{
		padding: 40px 0 50px;
	}
	.footer-t{
		flex-direction: column;
	}
	.footer-t-l .logo img{
		width: 58px;
	}
	.footer-t-l{
		margin-right:0;
		width:100%;
	}
	
	 .footer-t-r{
		 width: 100%;
		 margin-top: 40px;
	 }
	.footer-c-r{
		 width: 100%;
	}
	.footer-c{
		flex-direction:column-reverse;
	}
	.footer-c .links{
		order:-1;
	}
	.footer-c-r .tel{
		font-size: 14px;
		line-height: 24px;
		gap: 0 19px;
		margin-top: 10px;
	}
	.footer-c-r .address{
		font-size: 14px;
		line-height: 24px;
	}
	.footer-c-l .text-title{
		margin-top: 25px;
		font-size:20px;
	}
	.footer-c-l form{
		margin-top:20px;
		padding-bottom:10px;
		width:100%;
	}
	.footer-c-l .social{
		margin-top: 20px;
	}
	.font36 {
		font-size: 26px;
	}

	.font60 {
		font-size: 28px;
	}
	.font72 {
		font-size: 30px;
	}
	.font80 {
		font-size: 30px;
	}

	.font90 {
		font-size: 40px;
	}
	.font120 {
		font-size: 60px;
	}
	.font200 {
		font-size: 70px;
	}

	.font30 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
    .video-content iframe, .video-content video{
        width: 100%;
        height: 400px;
    }
    .footer-t-r{
        display: none;
    }
	.commonMoreBread{
		font-size: 14px;
	}
	.addressItems .item{
		padding: 10px 15px;
	}
	.feedbackItem .avatar,
	.feedbackItem .text-box{
		font-size: 14px;
	}
	.feedbackItem{
		width: 49%;
	}
	.feedbackItem:not(:last-child){
		margin-right: 2%;
	}
	.footer{
		padding-top: 40px;
	}
	.footer-c{
		padding: 25px 0 40px;
	}
	.footer-t-r .list .li-title{
		font-size: 16px;
	}
	.footer-t-r .list .li-title:not(:first-child){
		margin-top: 14px;
	}
	.footer-t-r .list .li-des{
		margin-top: 10px;
	}
	.footer-t-r .list .li-des p:not(:last-child){
		margin-bottom: 5px;
	}
	.footer-t-r .list .li-des a{
		font-size: 14px;
		line-height: 24px;
	}
	.font36 {
		font-size: 24px;
	}

	.font60 {
		font-size: 26px;
	}
	.font72 {
		font-size: 28px;
	}
	.font80 {
		font-size: 28px;
	}

	.font90 {
		font-size: 30px;
	}
	.font120 {
		font-size: 48px;
	}
	.font200 {
		font-size: 50px;
	}

	.font30 {
		font-size: 22px;
	}

	.font48 {
		font-size: 24px;
	}

	.pc-aslide-content {
		background-color: transparent;
	}

	.pc-aslide {
		z-index: 99;
		background-color: transparent;
	}

	.pc-aslide::before,
	.pc-aslide::after {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vw;
		right: 50vw;
		bottom: -50vw;
		background-color: rgba(0, 0, 0, 1);
		border-radius: 0 50% 0 0;
		transform-origin: center;
		transform: scale(0);
		transition: opacity .7s, transform 1.5s;
	}

	.pc-aslide::after {
		background-color: #fff;
		right: auto;
		bottom: auto;
		left: 50vw;
		top: -50vw;
		border-radius: 0 0 0 50%;
		transition: opacity .7s, transform 1s;
	}

	.pc-aslide.active::after,
	.pc-aslide.active::before {
		transform: scale(5);
		opacity: 1;
	}

	.pc-aslide-content-t {
		display: none;
	}

	.pc-aslide-content {
		padding: 60px 3%;
	}

	.pc-aslide-content {
		transform: translateX(0);
		z-index: 4;
	}

	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.footer-t-r{
		margin-top: 25px;
	}
	.footer-b .content1400{
		flex-direction: column;
		align-items: center;
	}
	.footer-b{
		padding: 10px 0;
	}
	.modal .close{
		right: 0;
		top: -40px;
	}
	.addAddressModal-content .title{
		font-size: 22px;
	}
	.addAddressModal-content{
		padding: 30px;
	}
	.addAddressModal-content form .btns .btn{
		width: 100%;
	}
	.addAddressModal-content form .btns{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.productItem .li-b{
		display: none;
	}
	.productItem:hover .li-b{
		opacity: 0;
	}
	.pagination ul li{
		font-size: 18px;
	}
}
@media (max-width:600px) {
	.m-right-buttom{
		margin-left: 10px;
	}
	.header .r .header-language a{
		width: 40px;
		line-height: 30px;
		font-size: 12px;
	}
	.header .r .header-language{
		height: 30px;
		margin-left: 10px;
	}
	.header .r .header-shoppingCart, .header .r .header-avatar{
		width: 30px;
		height: 30px;
	}
	.header .r .header-shoppingCart .iconfont{
		font-size: 20px;
	}
	.header .r .header-shoppingCart{
		margin-left: 15px;
	}
	.header .r .header-select{
		margin-left: 0;
	}
}
@media (max-width: 500px) {
	.productItem>a{
		padding: 15px 15px 20px;
	}
	.productItem .text-box{
		margin-top: 6px;
	}
	.productItem .text-des{
		margin-top: 5px;
		font-size: 16px;
	}
	.productItem .text-title{
		font-size: 16px;
	}
	.productItem .label{
		left: 15px;
		top: 15px;
		font-size: 12px;
		padding: 0 5px;
		line-height: 24px;
	}
	.productItem .addCartBtn{
		right: 15px;
		top: 15px;
		width: 30px;
		height: 30px;
	}
	.productItem .addCartBtn .iconfont{
		font-size: 18px;
	}
	.pagination ul li{
		font-size: 16px;
	}
	.addAddressModal-content{
		padding: 20px;
	}
	.addAddressModal-content .title{
		font-size: 20px;
	}
	.addAddressModal-content form .inputs{
		grid-template-columns: repeat(1,1fr);
		gap: 15px;
	}
	.addAddressModal-content form .inputs .input1{
		grid-column: 1/1;
	}
	.addressItems .item .itemContainer{
		gap: 0 27px;
	}
	.addressItems .item{
		font-size: 14px;
		line-height: 30px;
	}
	.addressItems .item .tel{
		font-size: 18px;
	}
	.feedbackItem .text-box{
		line-height: 20px;
		height: 40px;
	}
	.feedbackItem{
		width: 100%;
	}
	.footer-t-r .list .li-title{
		font-size: 14px;
	}
	.footer-t-l-r .text-title{
		font-size: 18px;
	}
	.footer-t-l-r .text-des{
		font-size: 16px;
	}
	.footer-c{
		padding-bottom: 30px;
	}
	.footer-c-l form{
		margin-top: 10px;
	}
	.footer-c-l{
		margin-right: 0;
	}
	.footer-c-r .text-title{
		font-size: 16px;
	}
	.footer-c-l .text-title{
		font-size: 18px;
	}
	.footer-t-r .list{
		gap: 27px;
	}
	.footer-t-r .list .li-des{
		column-gap: 19px;
	}
	.footer{
		padding-top: 30px;
	}
	.footer-c{
		padding: 20px 0 35px;
	}
	.footer-t-l .logo img{
		width: 43px;
	}
	.footer-t-l-r{
		margin-left: 20px;
	}
	.footer-t-l-r .text-des{
		font-size: 16px;
		margin-top: 10px;
	}
	.header .logo img{
		width: 35px;
	}
	.header .r .header-select{
		width: 140px;
		/* padding: 0 15px; */
	}
	.font36 {
		font-size: 22px;
	}

	.font60 {
		font-size: 24px;
	}
	.font72 {
		font-size: 26px;
	}
	.font80 {
		font-size: 26px;
	}

	.font90 {
		font-size: 26px;
	}
	.font120 {
		font-size: 30px;
	}
	.font200 {
		font-size: 30px;
	}

	.font30 {
		font-size: 20px;
	}

	.font48 {
		font-size: 22px;
	}

	.pc-aslide-content-c .list {
		min-width: 249px;
	}

	.pc-aslide-content-c .list .li-des {
		padding-top: 15px;
		margin-top: 15px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 25px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 14px;
		line-height: 2;
	}

	.pc-aslide-content-c .list .li-des a:not(:last-child) {
		margin-bottom: 5px;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 16px;
	}

	.pc-aslide-content-t {
		height: 50px;
	}

	.pc-aslide-content-t .logo img {
		width: 100px;
	}
}