<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font-family: "FuturaMd";
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

.w {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}

.shortcut {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #232323;
	position: relative;
	text-align: right;
}

.shortcut .w {
	position: relative;
}

.shortcut .search {
	width: 180px;
	height: 26px;
	position: relative;
	background: #fff;
	border-radius: 2px;
	margin: 7px 60px 0 0;
	overflow: hidden;
}

.shortcut .search input {
	width: 154px;
	height: 26px;
	float: left;
	padding-left: 12px;
}

.shortcut .search button {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/icon-1.png) no-repeat center #fff;
	border: 0;
	position: absolute;
	right: 0;
}

.shortcut .sign {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
}

.shortcut .search form {
	position: relative;
}

/* 导航 */
.nav-box.act2 {
	background: rgba(255, 255, 255, 0.95);
	min-height: 330px;
	height: auto;
}

.nav-box.act2::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	top: 80px;
	background: #d9d9d9;
}

.nav-box {
	position: absolute;
	left: 0;
	top: 40px;
	height: 80px;
	width: 100%;
	z-index: 999;
	transition: all 0.3s;
	background-color: #ffffff;
}

.nav-box .logo {
	width: 116px;
	height: 80px;
	display: table;
}

.nav-box .logo a {
	display: table-cell;
	vertical-align: middle;
}

.nav-box .nav {
	margin-left: 3px;
	max-width: 1080px;
}

.nav-box .nav li {
	float: left;
	font-size: 14px;
	color: #333333;
	font-family: FuturaBk;
	cursor: pointer;
	padding: 0 18px;
	position: relative;
	height: 29px;
}

.nav-box .nav li &gt; a {
	display: block;
	line-height: 40px;
	font-weight: bold;
}

.nav-box .nav li:hover &gt; a {
	background: url(../images/icon-bj-1.png) no-repeat center bottom;
	padding-bottom: 2px;
}

.nav-box .nav li .d-box {
	width: 180px;
	position: absolute;
	left: 20px;
	top: 80px;
	padding-top: 25px;
	display: none;
}

.nav-box .nav li .d-box dl {
	width: 100%;
	padding: 10px 0;
	font-family: FuturaMd;
	margin-right: 35px;
}

.nav-box .nav li .d-box dl dd {
	line-height: 2.1;
	display: inline-block;
	width: 177px;
}

.nav-box .nav li .d-box dl dd:hover {
	color: #f08200;
}

.nav-box .nav li .d-box h3 {
	width: 190px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 6px;
	font-size: 24px;
	color: #f08200;
}

.nav-box .nav li:nth-child(1) .d-box {
	width: 730px;
}

.nav-box.act {
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
}

.swiper1 {
}

.swiper1 .swiper-pagination {
	bottom: 45px !important;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet {
	margin: 0 10px !important;
	width: 13px;
	height: 13px;
	border: 1px solid #00a0e9;
	background: none;
	opacity: 1;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #00a0e9;
}

.choice1 {
	padding: 50px 0;
}

.choice1 .box {
	float: left;
	width: 380px;
	height: 220px;
	background: #f5f5f5;
	font-size: 18px;
	margin: 0 10px;
	padding: 0 33px;
	overflow: hidden;
}

.choice1 .box &gt; a {
	line-height: 11;
	display: inline-block;
}

.choice1 .box #pic {
	float: right;
	position: relative;
	bottom: 45px;
}

.choice2 {
	font-family: FuturaBk;
	padding: 20px 0;
}

.choice2 h3 {
	text-align: center;
	font-size: 24px;
	color: #f08200;
	padding-bottom: 40px;
}

.choice2 .content {
}

.choice2 .content .box {
	float: left;
	width: 195px;
	font-size: 14px;
	text-align: center;
	margin: 0 22px;
}

.choice2 .content .box .img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.choice2 .content .box p {
	padding-top: 30px;
}

.choice2 .content .box:last-of-type {
	margin-right: 0;
}

.choice2 .content .box:first-child {
	margin-left: 0;
}

.choice3 {
	width: 100%;
	margin-top: 60px;
	background: #000;
}

.choice3 li {
	float: left;
	width: 12.5%;
}

.choice3 li a {
	display: block;
	width: 100%;
	background: #000;
}

.choice3 li img {
	opacity: 0.4;
	transition: all 0.5s ease-in-out;
}

.choice3 li:hover img {
	opacity: 1;
}

.foot {
	width: 100%;
	background: #f5f5f5;
	font-family: FuturaMd;
}

.foot .content {
	border-bottom: 1px solid #232323;
	padding: 25px 0 50px;
}

.foot .content .box {
	width: 60%;
}

.foot .content .box dl {
	float: left;
}

.foot .content .box dl h3 {
	width: 120px;
	font-family: FuturaBk;
	font-size: 14px;
	border-bottom: 1px solid #c7c7c7;
	line-height: 2.4;
	margin-bottom: 17px;
}

.foot .content .box dl dd {
	font-size: 14px;
	line-height: 2;
}

.foot .content .box dl:nth-child(2) {
	float: right;
}

.foot .content .box #share {
	margin-top: 13px;
}

.foot .content .box #share li {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 20px;
	border-radius: 30px;
	cursor: pointer;
}

.foot .content .box #share li a {
	display: block;
	width: 30px;
	height: 30px;
}

.foot .content .box #share li:nth-child(1):hover {
	background: url(../images/icon-3-bj.png) no-repeat center #4267b2;
}

.foot .content .box #share li:nth-child(1):hover img {
	display: none;
}

.foot .content .box #share li:nth-child(2):hover {
	background: #00b9f0;
}

.foot .content .box #share li:nth-child(3):hover {
	background: url(../images/icon-5-bj.png) no-repeat center #e6231a;
}

.foot .content .box #share li:nth-child(3):hover img {
	display: none;
}

.foot .content .box #share li:nth-child(4):hover {
	background: url(../images/icon-6-bj.png) no-repeat center #ea4c89;
}

.foot .content .box #share li:nth-child(4):hover img {
	display: none;
}

.foot .content .box #share li:hover img {
	filter: brightness(100);
}

.foot .content .box2 {
}

.foot .content .box2 h3 {
	width: 40%;
	font-family: FuturaBk;
	font-size: 14px;
	border-bottom: 1px solid #c7c7c7;
	line-height: 2.4;
	margin-bottom: 17px
}

.foot .content .box2 p {
	font-size: 14px;
	line-height: 2;
	padding-bottom: 10px;
}

.foot .content .box2 form input {
	display: inline-block;
	width: 290px;
	height: 36px;
	border: 1px solid #666666;
	border-radius: 30px;
	padding-left: 18px;
	background: none;
	font-size: 12px;
}

.foot .content .box2 form button {
	display: inline-block;
	border: 0;
	width: 90px;
	height: 36px;
	text-transform: uppercase;
	color: #fff;
	background: #232323;
	font-size: 12px;
	border-radius: 30px;
}

.foot .copyright {
	display: block;
	text-align: center;
	line-height: 4;
}

/* 弹窗 */
.pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: none;
}

.pop .box {
	width: 392px;
	height: 392px;
	background: #fff;
	border-radius: 2px;
	margin: 0 auto;
	text-align: center;
	padding-top: 60px;
	position: relative;
	top: 18vh;
}

.pop .box h3 {
	font-size: 22px;
}

.pop .box h1 {
	color: #00a0e9;
	font-size: 48px;
	font-family: FuturaBk;
	font-weight: bold;
	line-height: 1.3;
}

.pop .box h1 span {
	font-size: 110px;
}

.pop .box p {
	font-size: 14px;
}

.pop .box form {
	margin-top: 35px;
}

.pop .box form input {
	display: inline-block;
	width: 190px;
	height: 36px;
	border: 1px solid #666666;
	border-radius: 30px;
	padding-left: 18px;
	background: none;
	font-size: 12px;
}

.pop .box form button {
	display: inline-block;
	border: 0;
	width: 90px;
	height: 36px;
	text-transform: uppercase;
	color: #fff;
	background: #232323;
	font-size: 12px;
	border-radius: 30px;
}

.pop .box .close {
	position: absolute;
	right: 0;
	top: 0;
}

.ban {
	width: 100%;
	height: 280px;
	margin-top: 80px;
	font-size: 14px;
	padding-top: 75px;
}

.ban span {
	font-size: 30px;
	font-family: FuturaBk;
	line-height: 2.4;
}

.ban2 {
	width: 100%;
	height: 340px;
	margin-top: 80px;
}

.location {
	font-size: 16px;
	padding: 16px 0;
	color: #666666;
}

.cont {
	width: 100%;
	padding: 18px 0;
	background: #f5f5f5;
	margin-top: 80px;
	font-size: 16px;
	color: #666666;
}

.Message {
	margin: 35px auto 100px;
}

.Message h3 {
	text-align: center;
	font-size: 24px;
	color: #f08200;
	font-family: FuturaBk;
}

.Message .content {
	width: 100%;
	height: auto;
	background: #f5f5f5;
	margin: 30px 0;
	padding: 30px 195px 50px;
}

.Message .content .item {
	margin: 20px 0;
}

.Message .content .item label {
	font-size: 14px;
	display: inline-block;
	width: 115px;
}

.Message .content .item label span {
	color: #ee3749;
	font-weight: bold;
	margin-right: 5px;
}

.Message .content .item input {
	width: 690px;
	height: 44px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding-left: 0.5vw;
}

.Message .content .item textarea#message {
	float: right;
	width: 690px;
	height: 175px;
	border: 1px solid #e2e2e2;
	resize: none;
	border-radius: 4px;
	padding: 0.5vw;
}

.Message .content .item-fore2 {
	text-align: center;
}

.Message .content .item-fore2 .add {
	display: inline-block;
	width: 190px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
	background: #e9e9e9;
	border-radius: 4px;
	margin-right: 8px;
}

.Message .content .item-fore2 button {
	display: inline-block;
	width: 190px;
	height: 44px;
	font-size: 14px;
	border: 0;
	background: #00a7e1;
	color: #fff;
	text-transform: uppercase;
	font-family: FuturaBk;
	border-radius: 4px;
}

.Message .content .enclosure {
	display: none;
}

/* Creat Account */
.Creat {
	margin: 180px auto 80px;
}

.Creat .boxa {
	width: 53%;
	height: 570px;
	background: url(../images/icon-bj-2.png) no-repeat center;
}

.Creat .boxb {
	width: 47%;
	padding-left: 65px;
	border-left: 1px solid #e2e2e2;
}

.Creat .boxb h3 {
	font-size: 24px;
	text-align: center;
	font-family: FuturaBk;
	line-height: 1.4;
}

.Creat .boxb .fm-field {
	margin: 22px 0;
}

.Creat .boxb .fm-field label {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	text-align: right;
	width: 140px;
}

.Creat .boxb .fm-field label span {
	font-weight: bold;
	color: #ee3749;
	margin-left: 5px;
}

.Creat .boxb .fm-field input {
	display: inline-block;
	width: 230px;
	height: 36px;
	border: 1px solid #e2e2e2;
	border-radius: 30px;
	padding-left: 15px;
	position: relative;
	left: 15px;
}

.Creat .boxb .fm-field #radio {
	width: auto;
	height: auto;
	position: static;
}

.Creat .boxb .fm-field li {
	display: inline-block;
	margin-left: 18px;
	font-size: 14px;
}

.Creat .boxb .fm-field #vdimgck {
	left: -80px;
	position: relative;
}

.Creat .boxb .fm-field2 {
	font-size: 14px;
	text-align: center;
}

.Creat .boxb .fm-field2 span {
	color: #00a0e9;
}

.Creat .boxb #Register {
	display: block;
	width: 230px;
	height: 36px;
	line-height: 36px;
	background: #00a0e9;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: FuturaBk;
	border-radius: 30px;
	margin: 30px auto;
}

/* Free Product Testing */
.P-Testing {
}

.P-Testing .brief {
	font-size: 14px;
	padding: 5vh 8vw;
}

.P-Testing .mod-tab {
	text-align: center;
}

.P-Testing .mod-tab li {
	width: 25%;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.P-Testing .mod-tab li:hover {
	color: #00a0e9;
}

.P-Testing .mod-tab li.on {
	background: url(../images/icon-bj-3.png) no-repeat center bottom;
	color: #00a0e9;
}

.P-Testing .content {
	margin: 38px auto;
}

.P-Testing .content ul {
	width: 100%;
}

.P-Testing .content li {
	float: left;
	width: 33.33%;
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 25px 0;
	font-size: 14px;
	overflow: hidden;
}

.P-Testing .content li .img {
	width: 330px;
	height: 290px;
	overflow: hidden;
	margin: 0 auto;
}

.P-Testing .content li h3 {
	text-align: center;
	font-family: FuturaBk;
	padding: 22px 20px;
}

.P-Testing .content li .txt {
	text-align: center;
}

.P-Testing .content li .txt dl {
	display: inline-block;
	width: 30%;
	line-height: 1.5;
	text-align: center;
	color: #666666;
	border-right: 1px solid #dddddd;
}

.P-Testing .content li .txt dl dt {
	font-size: 20px;
	color: #333333;
}

.P-Testing .content li .txt dl:last-of-type {
	border: 0;
}

.P-Testing .content li .txt2 {
	text-align: center;
	line-height: 1.4;
	color: #666666;
	padding: 25px 0;
}

.P-Testing .content li .apply {
	text-align: center;
	margin-top: 5px;
}

.P-Testing .content li .apply input {
	display: inline-block;
	width: 205px;
	height: 30px;
	background: #f5f5f5;
	color: #999999;
	padding-left: 20px;
	border-radius: 30px;
}

.P-Testing .content li .apply button {
	width: 100px;
	height: 30px;
	text-align: center;
	background: #00a7e1;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	margin-left: 20px;
	border-radius: 30px;
}

.P-Testing .content li:nth-child(3n+3) {
}

.P-Testing .content li:hover {
	border: 1px solid #00a7e1
}

/* Lucky Club */
.Lucky {
}

.Lucky .brief {
	font-size: 14px;
	padding-top: 3vh;
}

.Lucky .brief p {
	padding: 1.2vh 0;
}

.Lucky .content {
	width: 100%;
	background: #f5f5f5;
	padding: 34px 205px;
	margin: 5vh 0 10vh;
}

.Lucky .content .item {
	margin: 22px 0;
}

.Lucky .content .item label {
	display: inline-block;
	font-size: 14px;
	width: 195px;
}

.Lucky .content .item input {
	display: inline-block;
	width: 590px;
	height: 44px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}

.Lucky .content .item button {
	display: inline-block;
	width: 296px;
	height: 46px;
	text-align: center;
	color: #fff;
	background: #00a7e1;
	border: 0;
	text-transform: uppercase;
	font-family: FuturaBk;
	font-size: 14px;
	border-radius: 4px;
}

.Lucky .content .item.t-align {
	text-align: right;
	margin-top: 40px;
}

/* Our Company */
.Company {
	padding: 1vh 0 8vh;
}

.Company .brief {
	font-size: 14px;
	color: #666666;
}

.Company .brief h3 {
	text-align: center;
	font-size: 24px;
	color: #f08200;
	font-family: FuturaBk;
	line-height: 4;
}

.Company .brief ul li {
	padding: 10px 0;
}

.Company .brief ul h4 {
	font-family: FuturaBk;
}

.Company .brief ul h4::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #666666;
	border-radius: 30px;
	position: relative;
	bottom: 3px;
	margin-right: 15px;
}

.Company .brief ul p {
	padding: 0;
}

.Company .brief p {
	padding: 10px 0;
}

/* .Company .brief p span{color: #00a0e9;} */
/* Rewards */
.ban2 .Join {
	width: 495px;
	background: #fff;
	float: right;
	padding: 15px 0;
	position: relative;
	top: 25px;
}

.ban2 .Join h3 {
	text-align: center;
	font-size: 24px;
	color: #00a0e9;
	font-family: FuturaBk;
	line-height: 1.8;
}

.ban2 .Join .item {
	text-align: center;
	margin: 20px 0;
}

.ban2 .Join .item input {
	height: 44px;
	width: 90%;
	border: 1px solid #cccccc;
	padding-left: 18px;
	border-radius: 4px;
	font-size: 16px;
}

.ban2 .Join .item:nth-child(1) input {
	background: url(../images/icon-9.png) no-repeat right 18px center;
}

.ban2 .Join .item:nth-child(2) input {
	background: url(../images/icon-10.png) no-repeat right 18px center;
}

.ban2 .Join .item button {
	height: 44px;
	width: 90%;
	background: #00a0e9;
	color: #fff;
	border: 0;
	font-size: 16px;
	font-family: FuturaBk;
	border-radius: 4px;
}

.Rewards {
	padding: 1vw 0 8vh;
}

.Rewards .brief {
	font-size: 14px;
}

.Rewards .brief h3 {
	font-size: 18px;
	font-family: FuturaBk;
	padding: 12px 0;
}

.Rewards .brief h4 {
	font-family: FuturaBk;
	padding: 12px 0;
}

.Rewards .brief li {
	color: #666666;
	padding: 12px 0;
}

.Rewards .brief li h5 {
	font-family: FuturaBk;
}

.Rewards .brief li h5::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #666666;
	border-radius: 30px;
	position: relative;
	bottom: 3px;
	margin-right: 15px;
}

.Rewards .brief li p {
	padding-left: 20px;
}

/* 产品列表 */
.Product-list {
	padding: 50px 0;
}

.Product-list .L-column {
	width: 292px;
	font-size: 14px;
}

.Product-list .L-column .tit {
	font-size: 24px;
	font-family: FuturaBk;
	padding-bottom: 25px;
}

.Product-list .L-column ul li {
	margin-bottom: 15px;
}

.Product-list .L-column ul li h3 {
	font-size: 18px;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	line-height: 2;
	background: url(../images/icon-12.png) no-repeat right 17px center;
	cursor: pointer;
}

.Product-list .L-column ul li h3.active {
	background: url(../images/icon-11.png) no-repeat right 17px center
}

.Product-list .L-column ul li a {
	display: block;
	line-height: 2;
}

.Product-list .L-column ul li span {
	display: block;
	color: #f08200;
	line-height: 2;
}

.Product-list .L-column .jba_b {
	line-height: 2.4;
	padding: 10px 0;
}

.Product-list .content {
	width: 100%;
}

.Product-list .content li {
	float: left;
	width: 257px;
	font-size: 16px;
	font-family: FuturaBk;
	margin-left: 39px;
	margin-bottom: 30px;
	word-wrap:break-word;
}

.Product-list .content li .img {
	width: 100%;
	height: 261px;
	overflow: hidden;
}

.Product-list .content li &gt; p {
	min-height: 72px;
}

.Product-list .content li span {
	display: block;
	font-size: 14px;
	color: #f08200;
	font-family: FuturaMd;
	margin: 3px 0;
}

.Product-list .content li img {
	-webkit-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
	-ms-transition: all ease-out .5s;
}

.Product-list .content li:hover img {
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.Product-list .content li:hover {
	color: #f08200;
}

.Product-list .mod-tab {
	text-align: center;
	margin-bottom: 30px;
}

.Product-list .mod-tab li {
	width: 15%;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 10px;
	background: url(../images/icon-bj-3.png) no-repeat center bottom;
}

.Product-list .mod-tab li:hover {
	color: #00a0e9;
}

.Product-list .mod-tab li.on {
	background: url(../images/icon-bj-3.png) no-repeat center bottom;
	color: #00a0e9;
}

/* 产品详情 */
.product-details {
	width: 100%;
	background: #f5f5f5;
	padding-bottom: 30px;
}

.product-details .pi1l {
	width: 594px;
}

.product-details .pi1l .gallery-thumbs {
	margin-top: 22px;
}

.product-details .pi1l .gallery-thumbs .swiper-slide {
	height: 90px !important;
	width: 90px;
	float: left;
	margin-right: 35px;
}

.product-details .pi1l .gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid #00a0e9;
}

.product-details .pi1l .gallery-thumbs .swiper-wrapper {
	flex-direction: row;
	display: block !important;
	width: 120%;
}

.product-details .swiper-slide {
	background: #fff;
	text-align: center;
	max-height: 594px;
	overflow: hidden;
}

.product-details .pir {
	width: 565px;
	padding-top: 30px;
}

.product-details .pir .pirtop {
}

.product-details .pir .pirtop h3 {
	font-size: 24px;
	line-height: 1.3;
}

.product-details .pir .pirtop .box {
	font-size: 16px;
	font-family: FuturaBk;
	line-height: 3.6;
	display: inline-block;
}

.product-details .pir .pirtop .Price {
	font-size: 30px;
	color: #f08200;
	font-family: FuturaBk;
}

.product-details .pir .Color {
}

.product-details .pir .Color &gt; label {
	text-transform: uppercase;
	font-size: 14px;
}

.product-details .pir .Color span {
	font-size: 14px;
	display: inline-block;
	margin: 0 8px;
}

.product-details .pir .Color i {
	cursor: pointer;
	display: inline-block;
	width: 34px;
	height: 34px;
	border: 2px solid #dedede;
	border-radius: 30px;
	margin-left: 15px;
}

.product-details .pir .Color i em {
	display: block;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	overflow: hidden;
}

.product-details .pir .Color i.active {
	border: 2px solid #232323;
}

.product-details .pir .Color i.i1 em {
	background: #e5e8e3;
}

.product-details .pir .Color i.i2 em {
	background: #454449;
}

.product-details .pir .Color i.i3 em {
	background: #1651b3;
}

.product-details .pir .Color i.i4 em {
	background: #ffffff;
}

.product-details .pir .Color i.i5 em {
	background: #dc6ea5;
}

.product-details .pir .Size {
	font-size: 14px;
	margin-top: 25px;
}

.product-details .pir .Size &gt; label {
	text-transform: uppercase;
	margin-right: 33px;
}

.product-details .pir .Size span {
	display: inline-block;
	padding: 5px 20px;
	_border: 1px solid #aaaaaa;
	color: #666666;
	cursor: pointer;
	margin: 5px 5px;
}

.product-details .pir .Size span:hover {
	border: 1px solid #232323;
	color: #232323;
}

.product-details .pir .buy {
	display: block;
	width: 100%;
	height: 51px;
	line-height: 50px;
	font-size: 14px;
	font-family: FuturaBk;
	text-align: center;
	background: #FFD814;
	float: right;
}

.product-details .pir .brief {
	width: 100%;
	height: auto;
	_overflow-y: auto;
	background: #fff;
	font-size: 14px;
	padding: 25px 28px;
	margin-top: 30px;
}

.product-details .pir .brief p {
	padding: 2px 0;
	background: url(../images/dian.png) no-repeat left top 6px;
	padding-left: 25px;
	background-size: 14px 14px;
}

.You-Like {
	padding: 75px 0;
}

.You-Like h3 {
	text-align: center;
	font-size: 24px;
	color: #f08200;
	background: url(../images/icon-bj-4.png) no-repeat center;
	font-family: FuturaBk;
}

.swiper2 {
	margin-top: 40px;
}

.swiper2 .swiper-slide {
	font-size: 16px;
	font-family: FuturaBk;
}

.swiper2 .swiper-slide .img {
	width: 100%;
	margin-bottom: 38px;
	text-align: center;
}

.swiper2 .swiper-slide span {
	display: block;
	font-size: 14px;
	color: #f08200;
	font-family: FuturaMd;
	margin: 3px 0;
}

#swiper2 .next {
	right: -50px;
}

#swiper2 .prev {
	left: -50px;
}

.a_txt {
	display: none;
}

.rg {
	display: none;
}

.page {
	margin: 20px auto;
	text-align: center;
}

.page ul li {
	display: inline-block;
	margin: 0 2px !important;
	font-size: 14px !important;
	float: none !important;
	width: auto !important;
}

.page ul li a {
	background: #fff;
	opacity: 1;
}

.page ul li a, .page ul li span {
	display: inline-block;
	border-radius: 2px;
}

.page ul li.active span {
	color: #fff;
	background: #70b070;
}

.page ul li .page-link-active {
	color: #fff;
	background: #70b070;
}

.content .nav-page-box{
	display: flex;
	justify-content: center;
	align-items: center;
}

.content .nav {
	margin-bottom: 0px;
	border: 1px solid #F88B22;
	border-radius: 3px;
	float: left;
}
.content .nav &gt; a {
	float: left;
	display: block;
	padding: 0;
	border-right: 1px solid #F88B22;
	color: #555;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	word-break: break-all;
}
.content .nav &gt; a.current,
.content .nav &gt; a:hover {
	color: #fff;
	background: #F88B22;
}
.content .nav &gt; a.current {
	font-weight: normal;
}
.content .nav &gt; a.last {
	border-right: none;
}
.content .nav &gt; a.pages {
	border-right: none;
	border-left: 1px solid #F88B22;
	cursor: default;
	width: 60px;
}
.content .nav &gt;a.page_set .page_select:hover {
	color: #fff;
	background: #F88B22;
}
.content .nav &gt;a.page_set {
	border-left: 1px solid #F88B22;
	cursor: default;
	width: 110px;
	border-right: none;
	text-align: center;
	overflow: hidden;
	word-break: break-all;
	border-right: none;
}

.content .nav &gt;a.page_set .page_select {
	border: none;
	color: #555;
	font-size: 12px;
}
</pre></body></html>