@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1200px;
	font-size: 14px;
	line-height: 1.4;
	color: #0d0d0f;
	font-weight: 500;
	font-family: "Lexend", Arial, Helvetica, sans-serif;
	outline: 0;
	vertical-align: baseline;
	background: #fff;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #302d3d;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

img {
	border: none;
}

.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	content: "";
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.alc {
	text-align: center;
}

.main {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrapper {
	position: relative;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	zoom: 1;
}

.hide {
	display: none;
}

/* price */
.price {
	color: #212121;
}

.buybtn {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 255px;
	height: 48px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	box-shadow: 0px 10px 18px 2px rgba(85, 5, 5, 0.3);
	/* background: #C90000; */
	background: transparent linear-gradient(90deg, #FB1F2E 0%, #E90505 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 5px #FF00006E;
}

.banner .buybtn {
	position: relative;
	width: 384px;
	margin-left: -17px;
	margin-top: 6px;
}


.buybtn:hover {
	background: transparent linear-gradient(90deg, #FF6363 0%, #E20000 100%) 0% 0% no-repeat padding-box;
}
.section1 .buybtn,
.section2 .buybtn {
	background: transparent linear-gradient(180deg, #FF7D7D 0%, #FF5353 41%, #FF2929 54%, #CF0202 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 8px 19px #FF00006E;
	border: 2px solid #F63629;
}
.section1 .buybtn:hover,
.section2 .buybtn:hover {
	background: transparent linear-gradient(180deg, #FFBABA 0%, #FF7B7B 41%, #FF5D5D 54%, #EC0D0D 100%) 0% 0% no-repeat padding-box;
}

/* banner */
.banner {
	width: 100%;
	min-width: 1200px;
	height: 801px;
	background: url("../images/banner_bg.jpg") center top no-repeat;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 36px;
	position: relative;
}

.banner .banner_title h1 {
	position: relative;
	margin: 0 auto;
	height: fit-content;
	width: fit-content;
}

.banner .banner_title {
	position: relative;
	padding-top: 40px;
}

.main {
	overflow: hidden;
}

.banner .logo {
	position: absolute;
	z-index: 1;
	display: block;
	width: 54px;
	height: 17px;
	left: 46px;
	top: 34px;
}

.banner .logo>svg {
	pointer-events: none;
}
.salecont {
	position: relative;
	height: 511px;
	margin-top: 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 35px;
}

.saleselbox {
	margin: 0 auto;
	width: 1125px;
	padding: 45px 0 20px;
}

.saleselbox ul li {
	position: relative;
	float: left;
	margin-right: 44px;
	width: 145px;
	cursor: pointer;
	
	
}
.saleselbox ul li img {
	opacity: 0.8;
	filter: grayscale(100%)
}
.saleselbox ul li:hover .pop_tips{
	opacity: 1;
}
.saleselbox ul li .pop_tips {
	z-index: 99;
	opacity: 0;
	position: absolute;
	min-width: 320px;
	padding: 10px;
	top: -71px;
	text-align: left;
	border: 1px solid #D2D2D2;
  border-radius: 4px;
	background: #FFFFFF;
}
.saleselbox ul li[data-id="asc"] .pop_tips {
	width: 345px;
}
.saleselbox ul li .pop_tips h3 {

	font: normal normal medium 14px/20px Lexend;
}
.saleselbox ul li .pop_tips p {
	color: #949494;
	font: normal normal normal 12px/20px Lexend;
}

.saleselbox ul li.selbox6 {
	margin-right: 0px;
}

.saleselbox ul li:before,
.saleselbox ul li:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
}

.saleselbox ul li:before {
	top: 9px;
	right: -12px;
	width: 26px;
	height: 31px;
	background: #BAB8CF;
	border-radius: 0px 10px;
}

.saleselbox ul li:after {
	top: -5px;
	right: -22px;
	width: 34px;
	height: 52px;
	background: url(../images/check_icon.png) center center no-repeat;
	opacity: 0;
	visibility: hidden;
}

.saleselbox ul li.checked,
.saleselbox ul li.checked img {
	filter: inherit;
	opacity: 1;
}

.saleselbox ul li.checked:before {
	background: #FD5F4A;
}

.saleselbox ul li.checked:after {
	opacity: 1;
	visibility: visible;
}


.salesedes {
	margin: 0 auto;
	width: 1090px;
}

.salesepro {
	width: 606px;
}

.salesepro .salesepro-name {
	float: left;
	width: 380px;
}
.salesepro .salesepro-name span {
	font-size: 14px;
	color: #696969;
	transform: scale(0.8);
  font-weight: 500;
  display: inline-block;
}

.salesepro .pcs {
	position: relative;
	float: left;
	width: 70px;
	height: 20px;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	background: transparent linear-gradient(275deg, #FFBD4A 0%, #FFEA85 100%) 0% 0% no-repeat padding-box;
}
.salesepro-cont  .pcs {
	opacity: 0;
	margin-left: 25px;
}
.salesepro-cont li.checked .pcs {
	opacity: 1;
}
.salesepro-cont  .pcs::after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	left: -10px;
	border-right: 10px solid #ffe889;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

}
.salesepro .salesepro-head  .pcs {
	background: transparent;
	color: #B9B9B9;
	font-size: 14px;
} 
.salesepro .salesepro-price {
	display: flex;
	float: right;
	width: 82px;
}
.salesepro .salesepro-price del {
	position: relative;
	margin-left: 5px;
	color: #8E8E8E;
	font-weight: normal;
	text-decoration: none;
}
.salesepro .salesepro-price del::after {
	position: absolute;
	content: "";
	width: 52px;
	left: -4px;
	height: 15px;
	background: url(../images/del_bg.png);

}

.salesepro-head {
	padding: 0px 0 10px;

}

.salesepro-head h4 {
	padding-left: 10px;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #B9B9B9;
}

.salesepro-head .salesepro-price {
	padding-left: 0px;
	text-align: left;
}

.salesepro-cont {
	margin-top: 10px;
	text-align: left;
	border-bottom: 2px solid #CECECE;
}

.salesepro-cont li {
	position: relative;
	margin-bottom: 10px;
	height: 24px;
}

.salesepro-cont li p {
	font-size: 14px;
	color: #3f3f3f;
}

.salesepro-cont .salesepro-name {
	cursor: pointer;
}

.salesepro-cont .salesepro-name:before {
	width: 14px;
	height: 13px;
	background: #E8E8E8;
	border: 1px solid #5B5B5B;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	content: "";
	margin: 0px 7px 0 7px;
	border-radius: 3px;
}

.salesepro-cont .salesepro-name p {
	display: inline-block;
}

.salesepro-cont li.checked p {
	font-weight: 700;
	color: #0d0d0d;
}

.salesepro-cont li.checked .salesepro-name::after {
	position: absolute;
	content: "";
	width: 15px;
  height: 14px;
  left: 10px;
	background: url(../images/checkout.png);
	top: 2px;
}

.saleseorder {
	width: 451px;
	height: 263px;
	float: right;
	text-align: left;
	background: transparent linear-gradient(180deg, #FFFFFF69 0%, #FFF6E5C0 24%, #FFF0D2 100%) 0% 0% no-repeat padding-box;
	border-radius: 10px;
}

.saleseordercnt {
	width: 345px;
	margin: 0px auto;
}

.saleseorder-head {
	height: 20px;
	line-height: 20px;

}

.saleseorder-head h4 {
	font-size: 14px;
	font-weight: bold;
	color: #949494;
}

.saleseorder-head .saleseorder-price img {
	margin-top: 1px;
	display: block;
}

.saleseorder-name {
	width: 240px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.saleseorder-name .saleratio-box {
	display: inline-block;
	height: 18px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FF0019;

}

.saleseorder-price {
	width: 72px;
	display: inline-block;
	color: #f71d03;
	vertical-align: middle;
	text-align: center;
}

.saleseorder-cont {
	margin-top: 5px;
	border-bottom: 1px solid #eaeaea;
}

.saleseorder-items {
	margin-top: 18px;
}

.saleseorder-discount {
	margin-top: 8px;
	margin-bottom: 10px;
}

.saleseorder-items p {
	font-size: 14px;
	color: #000;
}

.saleseorder-items p .orprice {
	font-weight: bold;
}

.saleseorder-items p b {
	font-size: inherit;
	font-weight: bold;
}

.saleseorder-discount p {
	font-size: 14px;
}

.saleseorder-discount p span {
	font-size: inherit;
	font-weight: inherit;
}

.saleseorder-total {
	margin-top: 12px;
}

.saleseorder-total p {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.saleseorder-total p span {
	font-size: inherit;
	font-weight: inherit;
}

.saleseorder-total p span b {
	font-size: 30px;
}

.salefea-title {
	padding-top: 0px;
	text-align: center;
}

.saleenjoy .salefea-title {
	padding-top: 80px;
}

.salefea-title p {
	font-size: 20px;
	color: #2f2f2f;
	margin-top: 25px;
}

.salefea-title h2 {
	font-size: 36px;
	color: #000000;
	margin-top: 10px;
	font-weight: bold;
}



.section1 .pro_list,
.section2 .pro_list {
  width: 1200px;
}

.section1 .pro_list .desc_ul,
.section2 .pro_list .desc_ul {
  display: flex;
}

.section1 .pro_list .desc_ul li,
.section2 .pro_list .desc_ul li {
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  text-wrap: nowrap;
}

.section1 {
  position: relative;
  box-sizing: border-box;
  padding-top: 0px;
  max-width: 1920px;
  margin: 100px auto 0;
}

.section1 h2 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}



.section1 .desc {
  color: #1E1C2C;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 2px auto 0;
}

.section1 .pro_list {
  margin: 62px auto 0;
}

.section1 .pro_list li {
  width: 1200px;
  display: flex;
  justify-content: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DBDBDB;
  border-radius: 0;
  height: 220px;
  margin-bottom: 47px;
  position: relative;
}

.section1 .pro_list li .like {
  width: 237px;
  height: 64px;
  background: url(../images/like.png) no-repeat center/cover;
  position: absolute;
  top: -42px;
  right: 10px;
}

.section1 .pro_list li .like p {
  color: #A14123;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 34px;
  left: 62px;
}

.section1 .pro_list li .left {
  width: 383px;
  height: 220px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1 .pro_list li .left::after {
	position: absolute;
	content: "";
	bottom: 0px;
	width: 267px;
	height: 121px;
	background: url(../images/off_76.png);
}
.section1 .pro_list li .left.imf:after,
.section2 .pro_list>li .top.isu:after{
	position: absolute;
	content: "";
	bottom: 0px;
	width: 267px;
	height: 121px;
	background: url(../images/off_56.png);
}
.section2 .pro_list>li .top.pf:after,
.section2 .pro_list>li .top.sd:after{
	position: absolute;
	content: "";
	bottom: 0px;
	width: 267px;
	height: 121px;
	background: url(../images/off_50.png);
}

.section1 .pro_list li .left.asc {
  background-color: #E8EEF2;
}

.section1 .pro_list li .left.db {
  background-color: #F3EAEA;
}

.section1 .pro_list li .left.iu {
  background-color: #E6F1E4;
}

.section1 .pro_list li .left.imf {
  background-color: #E4F1EC;
}

.section1 .pro_list li .left img.icon {
  position: absolute;
  top: 15px;
  right: 20px;
}

.section1 .pro_list li .right {
  flex: 1;
  position: relative;
  padding: 39px 98px 0 105px;
}

.section1 .pro_list li .right .s1_name {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.section1 .pro_list li .right .s1_name span {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  padding-left: 12px;
}

.section1 .pro_list li .right .s1_desc {
  font-size: 14px;
  font-weight: 400;
  color: #3E3E3E;
  line-height: 1.6;
  margin-bottom: 18px;
}

.section1 .pro_list li .right .s1_bot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.section1 .pro_list li .right .s1_bot .price {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}

.section1 .pro_list li .right .s1_bot .price del {
  color: #888888;
  font-size: 16px;
  padding-left: 6px;
  font-weight: 400;
}

.section1 .pro_list li .right .s1_bot .buybtn {
  width: 229px;
  height: 47px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.section2 {
  position: relative;
}

.section2 .pro_list {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  gap: 26px;
}

.section2 .pro_list>li {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DBDBDB;
  width: 383px;
  height: 505px;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.section2 .pro_list>li .top {
  width: 100%;
  height: 220px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section2 .pro_list>li .top img.icon {
  position: absolute;
  top: 15px;
  right: 20px;
}

.section2 .pro_list>li .top.sd {
  background-color: #EAF3F3;
}

.section2 .pro_list>li .top.isu {
  background-color: #EAEBF3;
}

.section2 .pro_list>li .top.pf {
  background-color: #EAF3F3;
}

.section2 .pro_list>li h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 19px auto 3px;
  text-align: center;
}

.section2 .pro_list>li .device {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
  text-align: center;
}

.section2 .pro_list>li .desc_ul {
  flex-direction: column;
  gap: 5px;
  text-align: center;
  align-items: center;
  margin-bottom: 19px;
}

.section2 .pro_list>li .desc_ul li {
  max-width: 310px;
  font-size: 14px;
  font-weight: 400;
  color: #3E3E3E;
  text-align: center;
}

.section2 .pro_list>li .price {
  margin: 16px auto 4px;
  font-size: 16px;
  text-align: center;
}

.section2 .pro_list>li .price span {
  font-weight: bold;
  font-size: 26px;
  color: #000;
}

.section2 .pro_list>li .price del {
  color: #888888;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
}



.award {
	margin-bottom: 80px;
	margin-top: 60px;
	position: relative;
	height: 240px;
	text-align: center;
	border-bottom: 1px solid #D8D6D5;
}

.award:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 8px;
	height: 29px;
	top: auto;
	bottom: -12px;
	background: url(../images/circle.svg) no-repeat;
}

.award h2 {
	margin-bottom: 40px;
	font-size: 30px;
}

.review {
	margin-top: 160px;
}

.review .content {
	position: relative;
	width: 1100px;
	height: 333px;
	margin: 0 auto;
	background: url(../images/review_bg.png);
}

.review .content>span {
	display: block;
	position: absolute;
	top: 115px;
	z-index: 9;
	width: 54px;
	height: 54px;
	cursor: pointer;
	border-radius: 50%;
	background: rgba(98, 95, 95, 0.17);
	border: 3px solid #616168;
	box-sizing: border-box;
}

.review .content>span::before,
.review .content>span::after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 2px;
	border-radius: 4px;
	background: #616168;
}

.review .content>span::before {
	top: 26px;
	left: 50%;
	margin-left: -7px;
	transform: rotate(45deg);
}

.review .content>span::after {
	top: 20px;
	left: 50%;
	margin-left: -7px;
	transform: rotate(-45deg);
}

.review .content>span:hover {
	background: rgba(214, 18, 18, 0.04);
	border: 3px solid #D51212;
	transition: all 0.3s ease;
}

.review .content>span:hover::before,
.review .content>span:hover::after {
	background: #D51212;
}

.review .content>span.prev {
	left: 50px;
}

.review .content>span.next {
	right: 50px;
}

.review .content>span.next::before {
	top: 20px;
}

.review .content>span.next::after {
	top: 26px;
}

.review .content .message {
	width: 820px;
	float: left;
	margin-left: 153px;
	margin-top: -50px;
	text-align: center;
	overflow: hidden;
}

.review .content .message .roll {
	width: 5740px;
}

.review .content .message dl {
	float: left;
	width: 820px;
}

.review .content .message dl dt {
	width: 100px;
	height: 100px;
	margin: 0px auto;
	border-radius: 50%;
	overflow: hidden;
	background: #2D2D30;
	border: 5px solid #2D2D30;
}

.review .content .message dl dt>img {
	width: 100px;
	height: auto;
}

.review .content .message h3 {
	margin-top: 10px;
	font-size: 26px;
	color: #fff;
}

.review .content .message p {
	margin-top: 15px;
	color: #9898A2;
	line-height: 22px;
}

.review .content .message h4 {
	font-size: 14px;
	color: #fff;
	margin-top: 13px;
}

/* service */
.service {
	margin-top: 80px;
	padding: 70px 0px 20px;
	background-color: #E6E6E6;
}

.service .wrapper {
	width: 1120px;
	min-width: 1120px;
}

.service dl {
	width: 553px;
	height: 125px;
	float: left;
	background-color: #D4D4D4;
	border: 1px solid #efeff0;
}

.service dl h3 {
	margin-bottom: 20px;
	color: #28282c;
	font-weight: 600;
	font-size: 14px;
}

.service dl.first dt {
	float: left;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 20px;
}

.service dl.first dd {
	padding-top: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #7c7c7f;
}

.service dl.last {
	float: right;
}

.service dl.last dt {
	margin-top: 20px;
}

.service dl.last dt,
.service dl.last dd {
	padding-left: 25px;
}

.note {
	margin-top: 30px;
	font-size: 12px;
	color: #7b7b7e;
}

.copyright {
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
	color: #B8B8B8;
}