[v-cloak] {
	display: none
}

.container {
	width: 100%;
	min-width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.section {
	position: relative;
	width: 100%
}

.screen_box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 10px;
	background-color: white;
	padding: 10px 0;
}

.section-header {
	z-index: 999;
	position: sticky;
	top: 36px;
	left: 0;
	right: 0;
	height: 62px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.section-header[data-type="dark"] {
	background-color: #1c1d1f
}

.section-header[data-type="dark"] .nav-list .nav.active a,
.section-header[data-type="dark"] .nav-list .nav:hover a {
	color: #fff
}

.section-header[data-type="dark"] .nav-list .nav a {
	display: block;
	font-size: 14px;
	color: #bbb;
	transition: all .3s
}

.section-header[data-type="dark"] .logo {
	background: url(../images/logo-1.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.section-header[data-type="dark"] .logo_us {
	background: url(../images/logo-1_2.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.section-header[data-type="dark"] .feature-list .feature-language-en {
	background: url(../images/icon-12-a1.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	transition: all .3s;
}

.section-header[data-type="dark"] .feature-list .feature-language-zh {
	background: url(../images/icon-11-a1.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	transition: all .3s;
}

.section-header[data-type="dark"] .feature-list .feature-language-en:hover {
	background: url(../images/icon-12-a2.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}


.section-header[data-type="dark"] .feature-list .feature-language-zh:hover {
	background: url(../images/icon-11-a2.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}


.section-header[data-type="dark"] .feature-list .feature-shopping-cart {
	background: url(../images/icon-13-a1.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.section-header[data-type="dark"] .feature-list .feature-shopping-cart:hover {
	background: url(../images/icon-13-a2.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.section-header[data-type="dark"] .feature-list .feature-user {
	background: url(../images/icon-14-a1.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}
.section-header[data-type="dark"] .feature-list .feature-location .feature-img {
	background: url(../images/icon-location-w\(1\).png) no-repeat;
	font-size: 32px;
	background-size: 140%;
	background-position: 30%;
	margin-right: 8px;
}
.section-header[data-type="dark"] .feature-list .feature-location .location-list {
	font-size: 14px;
	white-space: nowrap;
	color: white;
}

.section-header[data-type="dark"] .feature-list .feature-user:hover {
	background: url(../images/icon-14-a2.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.section-header .container {
	display: flex;
	height: 62px;
	align-items: center
}

.section-header .drop-down {
	position: absolute;
	top: 99%;
	left: 50%;
	padding-top: 10px;
	opacity: 0;
	pointer-events: none;
	transform: translate3d(-50%, -10%, 0);
	transition: all .3s
}

.section-header .drop-down .item-list {
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff
}

.section-header .drop-down .item-list .item {
	height: 46px;
	line-height: 46px;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #eee
}

.section-header .drop-down .item-list .item a {
	display: block;
	min-width: 70px;
	padding: 0 18px;
	font-size: 12px;
	color: #1c1d1f !important
}

.section-header .drop-down .item-list .item a:hover {
	background-color: #eee
}

.section-header .logo {
	display: block;
	width: 90px;
	height: 100%;
	background: url(../images/logo-2.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.section-header .logo_us {
	display: block;
	width: 90px;
	height: 100%;
	background: url(../images/logo-2_2.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.section-header .nav-list {
	flex: 1;
	display: flex;
	margin-left: 60px
}

.section-header .nav-list .nav {
	position: relative;
	margin-right: 35px;
	height: 62px;
	line-height: 62px
}

.section-header .nav-list .nav:hover .drop-down {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(-50%, 0, 0)
}

.section-header .nav-list .nav:last-child {
	margin-right: 0
}

.section-header .nav-list .nav.active a,
.section-header .nav-list .nav:hover a {
	color: #bf1517
}

.section-header .nav-list .nav a {
	display: block;
	font-size: 14px;
	color: #1c1d1f;
	transition: all .3s
}

.section-header .feature-list {
	display: flex
}

.section-header .feature-list .feature {
	position: relative;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	cursor: pointer
}

.section-header .feature-list .feature:hover .drop-down {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(-50%, 0, 0)
}

.section-header .feature-list .feature .number {
	position: absolute;
	top: 0px;
	right: 0;
	padding: 0 2px;
	font-size: 10px;
	border-radius: 50%;
	color: #fff;
	background-color: #e60012;
	min-width: 20px;
	min-height: 20px;
	text-align: center;
	align-content: center;
}

.section-header .feature-list .feature-language-en {
	background: url(../images/icon-12-b1.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	margin-left: 0px;
	transition: all .3s;
}

.section-header .feature-list .feature-language-zh {
	background: url(../images/icon-11-b1.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	margin-left: 0px;
	transition: all .3s;
}

.section-header .feature-list .feature-language-en:hover {
	background: url(../images/icon-12-b2.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}


.section-header .feature-list .feature-language-zh:hover {
	background: url(../images/icon-11-b2.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.section-header .feature-list .feature-shopping-cart {
	background: url(../images/icon-13-b1.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	transition: all .3s;
}

.section-header .feature-list .feature-shopping-cart:hover {
	background: url(../images/icon-13-b2.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.section-header .feature-list .feature-user {
	background: url(../images/icon-14-b1.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	transition: all .3s;
}

.section-header .feature-list .feature-location .feature-img {
	background: url(../images/icon-location-b\(1\).png) no-repeat;
	font-size: 32px;
	background-size: 140%;
	background-position: 30%;
	margin-right: 8px;
}

.section-header .feature-list .feature-location .location-list {
	font-size: 14px;
	white-space: nowrap;
	color: black;
}

.el-popup-parent--hidden {
	padding: 0 !important;
}

.section-header .feature-list .feature-location .popup {
	font-size: 14px;
	white-space: nowrap;
	color: black;
	background-color: white;
	border-radius: 4px;
	padding: 10px;
	}

.section-header .feature-list .feature-location .popup::before {
	content: '';
	position: absolute;
	top: -10px; /* 将三角形定位到弹出框的顶部 */
	left: 10%; /* 将三角形水平居中 */
	transform: translateX(-50%); /* 将三角形水平居中 */
	border-style: solid;
	border-width: 0 10px 10px 10px; /* 上侧宽度为0，右侧、下侧、左侧为10px */
	border-color: transparent transparent white transparent; /* 透明，透明，白色，透明 */
}
.section-header .feature-list .feature-location .popup span {
	font-size: 14px;
	white-space: wrap;
	border-radius: 4px;
	width: 360px;
}

.section-header .feature-list .feature-user:hover {
	background: url(../images/icon-14-b2.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.section-footer {
	padding: 60px 0;
	font-size: 12px;
	color: #858585;
	background-color: #1c1d1f
}

.section-footer a {
	color: #858585;
	transition: all .3s
}

.section-footer a:hover {
	color: #fff
}

.section-footer .active {
	color: #fff
}

.section-footer[data-type="dark"] .footer-logo {
	background: url(../images/logo-2.png) no-repeat;
	background-size: 100%;
	width: 90px;
	height: 13px;
}

.section-footer[data-type="dark"] .footer-logo_us {
	background: url(../images/logo-2_1.png) no-repeat;
	background-size: 100%;
	width: 90px;
	height: 13px;
}

.section-footer .footer-logo {
	background: url(../images/logo-1.png) no-repeat;
	background-size: 100%;
	width: 90px;
	height: 13px;
}

.section-footer .footer-logo_us {
	background: url(../images/logo-1_1.png) no-repeat;
	background-size: 100%;
	width: 90px;
	height: 13px;
}

.section-footer[data-type="dark"] a:hover {
	color: #000
}

.section-footer[data-type="dark"] .active {
	color: #000;
}

.section-footer .link-group {
	display: flex;
	align-items: flex-end;
	padding-bottom: 23px;
	margin-bottom: 23px;
	border-bottom: 1px solid rgba(135, 135, 135, .3)
}

.section-footer .link-group .logo img {
	display: block
}

.section-footer .link-group .logo_us img {
	display: block
}

.section-footer .link-group .link-list {
	flex: 1;
	display: flex;
	align-items: center;
	/* margin-left: 60px */
}

.section-footer .link-group .link-list .link {
	margin-right: 28px
}

.section-footer .link-group .link-list .link:last-child {
	margin-right: 0
}

.section-footer .link-group .follow-list {
	display: flex;
	align-items: center;
	margin-right: -7px
}

.section-footer .link-group .follow-list .follow a {
	display: block;
	padding: 0 7px;
	opacity: .7;
	transition: all .3s;
	cursor: pointer;
}

.section-footer .link-group .follow-list .follow a:hover {
	opacity: 1
}

.section-footer .link-group .follow-list .follow a img {
	display: block
}

.section-footer[data-type="dark"] {
	background-color: #ffffff
}

.section-footer[data-type="dark"] .follow-list {
	display: none;
}

.section-footer .subinputdiv {
	display: flex;
	position: relative;
}

.section-footer .subinput {
	width: 164px;
	height: 30px;
	padding: 10px;
	border: 1px solid #5f6062;
	background: rgba(0, 0, 0, 0);
	color: #d2d2d2;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.section-footer[data-type="dark"] .subinput {
	color: #3a3a3a;
}

.section-footer .subscribe-btn {
	border: 0px;
	background: #5f6062;
	color: #fcfcfc;
	text-align: center;
	padding: 6px 12px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}

.section-footer .subscribe-btn:hover {
	background: #7f7f7f;
	color: #fcfcfc;
	text-align: center;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}

.section-footer[data-type="dark"] .sub-tips {
	width: 300px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	color: #5f6062;
	display: none;
}

.section-footer .sub-tips {
	width: 300px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	color: #FFFFFF;
	display: none;
}

.section-banner img {
	display: block;
	width: 100%
}

.section-banner.section-banner-1 .info {
	position: absolute;
	top: 80px;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%
}

.section-banner.section-banner-1 .info .title {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 36px;
	color: #fff
}

.section-banner.section-banner-1 .info .btn-group {
	display: flex
}

.section-banner.section-banner-1 .info .btn-group .btn {
	width: 130px;
	height: 40px;
	line-height: 38px;
	margin-right: 35px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	transition: all .3s;
	background-color: rgba(255, 255, 255, 0.2)
}

.section-banner.section-banner-1 .info .btn-group .btn:hover {
	background-color: rgba(255, 255, 255, 0.5)
}

.section-banner.section-banner-1 .info .btn-group .btn:last-child {
	margin-right: 0
}

.section-focus {
	padding: 60px 0
}

.section-focus .commodity {
	display: flex;
	align-items: center
}

.section-focus .commodity .pic {
	margin-left: 7.5%
}

.section-focus .commodity .pic img {
	display: block
}

.section-focus .commodity .info {
	width: 390px;
	margin-left: 8.75%
}

.section-focus .commodity .info .name {
	font-size: 30px
}

.section-focus .commodity .info .desc {
	padding: 15px 0 40px 0;
	line-height: 1.75;
	font-size: 14px;
	white-space: pre-wrap;
}

.section-focus .commodity .info .btn-group {
	display: flex
}

.section-focus .commodity .info .btn-group .btn {
	width: 150px;
	height: 40px;
	align-content: center;
	margin-right: 35px;
	border-radius: 20px;
	font-size: 15px;
	text-align: center;
	color: #3a3b3d;
	border: 1px solid #3a3b3d;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
}

.section-focus .commodity .info .btn-group .btn:hover {
	color: #000000;
	border: 1px solid #000000;
	background-color: #e6e6e6;
}

.section-focus .commodity .info .btn-group .btn:last-child {
	margin-right: 0
}



.section-focus .commodity .info .btn-group .btn3 {
	min-width: 130px;
	height: 40px;
	/* line-height: 38px; */
	align-content: center;
	margin-right: 35px;
	border-radius: 20px;
	font-size: 15px;
	text-align: center;
	color: #3a3b3d;
	border: 1px solid #3a3b3d;
	cursor: pointer
}

.section-focus .commodity .info .btn-group .btn3:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: #2e2e2e;
}

.section-focus .commodity .info .btn-group .btn3:last-child {
	margin-right: 0
}

.section-classify {
	padding: 60px 0
}

.section-classify .item-list {
	display: flex
}

.section-classify .item-list .item {
	flex: 1;
	position: relative;
	height: 520px;
	margin-right: 16px;
	overflow: hidden;
	background-color: #f6f6f6
}

.section-classify .item-list .item:last-child {
	margin-right: 0
}

.section-classify .item-list .item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.section-classify .item-list .item .more:hover {
	border-bottom: 1px solid #858585;
	text-align: center;
}

.section-classify .item-list .item .sub-title {
	margin-top: 38px;
	text-align: center;
	font-size: 16px;
	color: #858585
}

.section-classify .item-list .item .title {
	text-align: center;
	font-size: 36px;
	color: #232323
}

.section-classify .item-list .item .more {
	text-align: center;
	font-size: 15px;
	color: #333333
}

.section-classify .item-list .item .pic {
	position: absolute;
	top: 62%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%)
}

.section-classify .item-list .item .pic img {
	display: block;
	margin: 0 auto;
	max-width: 90%
}

/*.section-classify .item-list .item a:hover{
	opacity: .9;
}
.section-banner-two a img:hover{
	opacity: .9;
}*/
.page {
	position: relative;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 0px;
}


/* 邮箱验证页 */
.section-emailverifi .group {
	width: 100%;
	height: 620px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.section-emailverifi .group .img {
	width: 100%;
	display: flex;
}

.section-emailverifi .group .img img {
	display: block;
	width: 177px;
	height: 24px;
	margin: 0 auto;
}

.section-emailverifi .btn-txt {
	width: 844px;
	height: 520px;
	background: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center
}

.section-emailverifi .emailverifi-title {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #232323;
	margin: 30px 0px 80px 0px;
}

.section-emailverifi .btn-txt .btn-group {
	display: flex;
}

.section-emailverifi .btn-txt .btn-group .btn1 {
	width: 225px;
	height: 48px;
	font-size: 16px;
	background: #fff5f5;
	border: #df3033 2px solid;
	color: #df3033;
	text-align: center;
	line-height: 42px;
	margin: 7px;
}

.section-emailverifi .btn-txt .btn-group .btn1:hover {
	width: 225px;
	height: 48px;
	font-size: 16px;
	background: #ffebeb;
	color: #df3033;
	border: #df3033 2px solid;
	text-align: center;
	line-height: 42px;
	margin: 7px;
}

.section-emailverifi .btn-txt .btn-group .btn2 {
	width: 225px;
	height: 48px;
	font-size: 16px;
	background: #df3033;
	color: #FFFFFF;
	border: #df3033 2px solid;
	text-align: center;
	line-height: 42px;
	margin: 7px;
}

.section-emailverifi .btn-txt .btn-group .btn2:hover {
	width: 225px;
	height: 48px;
	font-size: 16px;
	background: #bf1517;
	color: #FFFFFF;
	border: #df3133 2px solid;
	text-align: center;
	line-height: 42px;
	margin: 7px;
}

.section-emailverifi .btn-txt .icon {
	width: 60px;
	height: 60px;
}

.myorderBoxList a {
	color: #232323;
}

.myorderBoxList a:hover {
	color: #df3033;
}

/* 搭配中心 */



/*------------------下载中心------------------ */
.page-simapppro .section-banner-1 {
	margin: 15px 0px;
}

.page-simapppro .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-simapppro .swiper-pagination-bullet {
	background: #6a6a6a;
}

.page-simapppro .swiper-button-prev,
.page-simapppro .swiper-button-next {
	padding: 40px 20px;
	background: rgba(0, 0, 0, .6);
}

.page-simapppro .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20px;
}

.page-simapppro .section-banner-2 {
	color: #232323;
	font-size: 14px;
}

.page-simapppro .section-banner-2 span {
	font-size: 36px;
	font-weight: bold;
}

.line {
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, .1);
	margin: 20px 0px;
}

.page-simapppro .section-banner-2 .windowsbtn {
	width: 316px;
	height: 85px;
	border-radius: 4px;
	background: #000000;
	color: #FFFFFF;
	display: flex;
	padding: 20px 40px;
}

.page-simapppro .section-banner-2 .windowsbtn:hover {
	background: #282828;
}

.page-simapppro .section-banner-2 .windowsbtn-cont {
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-simapppro .section-banner-2 .windowsbtn .txt {
	line-height: 28px;
	margin-top: -8px;
	margin-left: 16px;
}

.page-simapppro .section-banner-2 .icon {
	width: 49px;
	height: 49px;
}

.page-simapppro .section-banner-2 .simAppPro {
	padding: 45px 45px 72px 45px;
	background: #FFFFFF;
	display: flex;
}

.page-simapppro .section-banner-2 .simAppPro .portrait {
	width: 90px;
	height: 90px;
	display: block;
	border-radius: 20px;
	margin: 0px 33px 0px 25px;
}

.page-simapppro .section-banner-2 .simAppPro .item {
	margin: 3px 0px;
}

.page-simapppro .section-banner-3 {
	margin: 26px 0px 110px 0px;
}

.page-simapppro .section-banner-3 .banner3con {
	display: flex;
	font-size: 14px;
	color: #232323;
	background: #FFFFFF;
	padding: 45px 45px 72px 45px;
	display: flex;
	flex-wrap: wrap;
}

.page-simapppro .section-banner-3 .banner3con .title {
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.page-simapppro .section-banner-3 .banner3con .describe {
	margin: 16px 20px 10px 20px;
	width: 1100px;
	background: #f7f7f7;
	padding: 30px;
	border-radius: 8px;
	color: #232323;
}

.page-regular .container-nr {
	padding: 20px 60px 60px 60px;
	margin-bottom: 100px;
	background: #FFFFFF;
}

.page-regular .down-btn {
	border-bottom: 2px #d1d1d1 solid;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-regular .down-btn .btn {
	width: 240px;
	height: 32px;
	font-size: 20px;
	color: #979797;
	text-align: center;
	transition: all .1s
}

.page-regular .down-btn .btn:hover {
	color: #232323;
	border-bottom: 3px #df3033 solid;
}

.page-regular .down-btn .activity {
	width: 240px;
	height: 32px;
	color: #232323;
	border-bottom: 3px #df3033 solid;
}

.page-regular .down-nr {
	margin-top: 28px;
	font-size: 14px;
	color: #232323;
	display: flex;
	flex-wrap: wrap;
}

.page-regular .down-nr .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}

.page-regular .down-nr>div {
	width: 100%;
	margin-bottom: 20px;
}

.page-regular .down-nr .dec {
	width: 100%;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
}

.page-regular .down-nr .dec:nth-child(even) {
	width: 100%;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	background: #f8f8f8;
}

.page-regular .down-nr .url {
	color: #FFFFFF;
	background: #1583f5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 25px;
}

.page-regular .down-nr .url .icon {
	width: 11px;
	height: 12px;
	margin-top: -2px;
	margin-right: 4px;
}

.page-regular .down-nr .decs {
	width: 550px;
	text-align: left;
}

.page-regular .down-nr .time {
	width: 80px;
	height: 25px;
}

/*------------ 服务中心 ------------------*/

/* 售后 */
.page-aftersale .section-banner-1 {
	margin-top: 16px;
}

.page-aftersale .section-banner-1 .info {
	position: relative;
	padding: 40px 70px;
	font-size: 12px;
	color: #FFFFFF;
}

.page-aftersale .section-banner-1 .info .title {
	font-size: 36px;
}

.page-aftersale .section-banner-2 {
	margin-bottom: 100px;
	overflow-x: hidden;
}

.page-aftersale .section-banner-2 .sale-container {
	min-height: 610px;
	display: flex;
	flex-wrap: nowrap;
}

.page-aftersale .section-banner-2 .sale-left {
	width: 360px;
	min-height: 610px;
	margin-right: 25px;
	background: rgba(255, 255, 255, 1.00);
}

.page-aftersale .section-banner-2 .sale-right {
	position: relative;
	width: 786px;
	min-height: 610px;
	padding: 10px 40px 40px 40px;
	font-size: 14px;
	background: rgba(255, 255, 255, 1.00);
}

.page-aftersale .section-banner-2 .ticket {
	width: 100%;
	height: 46px;
	background: #000000;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	line-height: 46px;
	font-weight: 600;
}

.page-aftersale .section-banner-2 .dropdown-menu {
	margin: 25px 22px;
}

.page-aftersale .section-banner-2 .el-button--primary {
	position: relative;
	width: 314px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	color: #1c1d1f;
	text-align: left;
	background: rgba(255, 255, 255, 0);
}

.page-aftersale .section-banner-2 .el-button--primary span {
	font-size: 14px;
	width: 270px;
	display: flex;
	text-align: left;
	justify-content: space-between;
}

.page-aftersale .el-dropdown-menu {
	width: 314px;
}

.page-aftersale .section-banner-2 .tac {
	width: 360px;
}

.page-aftersale .section-banner-2 .el-col-12 {
	width: 100%;
}

.page-aftersale .section-banner-2 .el-col-12 h5 {
	padding: 40px 22px 14px 22px;
	background: #f9f9f9;
}

.page-aftersale .section-banner-2 .el-submenu__title {}

.page-aftersale .section-banner-2 .el-submenu__title:hover {
	background-color: #f9f9f9 !important;

}

.page-aftersale .section-banner-2 .el-menu-item {
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 30px;
}

.page-aftersale .section-banner-2 .el-menu-item:hover {
	background-color: #f9f9f9 !important;
}

.page-aftersale .section-banner-2 .el-menu-item.is-active {
	background-color: #f9f9f9 !important;
}

.page-aftersale .section-banner-2 .el-submenu__title .el-submenu__icon-arrow {
	opacity: 0;
}

.page-aftersale .section-banner-2 .el-submenu__title .el-icon-chat-dot-round {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	font-size: 18px;
}

.page-aftersale .section-banner-2 .el-menu {
	border: 0px;
}

.page-aftersale .section-banner-2 .one-nr {
	display: flex;
	margin-top: 30px;
}

.page-aftersale .section-banner-2 .title {
	padding-top: 8px;
}

.page-aftersale .section-banner-2 .decs {
	width: 600px;
	padding: 8px 18px;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}

.one-step {
	margin-bottom: 55px;
	display: flex;
	margin-top: 30px;
}

.rich_txt {
	display: block;
	width: 100%;
	word-break: break-all;
}

img {
	display: block;
	word-break: break-all;
	width: 100%;
	height: auto;
}

.page-aftersale .section-banner-2 .title {
	width: 60px;
	margin-right: 16px;
}

.page-aftersale .section-banner-2 .btngroup {
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: center;

}

.page-aftersale .section-banner-2 .btn {
	color: #a7a6a6;
	padding: 10px 14px;
	border-radius: 4px;
	border: 1px solid #d0d0d0;
	margin: 7px;

}

.page-aftersale .section-banner-2 .btnactivity {
	color: #e60012;
	border: 1px solid #ee8c8e;
	background: #fff5f5;
}

.page-aftersale .section-banner-2 .chat-btn {
	position: absolute;
	right: 35px;
	bottom: 35px;
	width: 120px;
	height: 40px;
	border-radius: 16px;
	border: 1px solid #d3d3d3;
	color: #1c1d1f;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	cursor: pointer;
}

.page-aftersale .section-banner-2 .dian {
	position: absolute;
	left: 33px;
	width: 8px;
	height: 8px;
	background: #72c73c;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 1.00);
}

.page-aftersale .section-banner-2 .empty {
	color: #cecece;
	font-size: 20px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
}



/* ---------------------------------商城--------------------------------------- */
/* -----轮播------- */
.section-swiper {
	width: 100%;
	height: 480px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination-bullet {
	background: #f7f7f7;
}

.prev-background {}

.swiper-button-prev,
.swiper-button-next {
	padding: 40px 20px;
	background: #141414;
	transition: all .3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	padding: 40px 20px;
	background: #3a3a3a;
}

:root {
	--swiper-navigation-size: 22px;

	--swiper-theme-color: #f9f9f9;
}


/* ---产品 */
.product {
	width: 100%;
	min-width: 960px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.product-title {
	height: 80px;
	line-height: 110px;
	color: #232323;
	font-weight: 600;
	font-size: 24px;
}

.product-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.product-top .product-block:nth-child(1) {
	width: 48.9%;
	height: auto;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
	/* cursor: pointer; */
	padding: 50px 0;
}

.product-top .product-block:nth-child(2) {
	width: 48.9%;
	height: auto;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
	/* cursor: pointer; */
	padding: 50px 0;
}

.product-top .product-block:nth-child(1) .product-block-img {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-top .product-block:nth-child(1) .product-block-img img {
	max-width: 250px;
	min-width: 180px;
}

.product-top .product-block:nth-child(1) .product-block-txt {
	width: 50%;
	display: inline;
	/* height: 200px; */
}

.product-top .product-block:nth-child(1) .block-txt-txt1 {
	background-color: #fa8c16;
	padding: 4px;
	color: #Ffff;
}

.product-top .product-block:nth-child(1) .block-txt-txt2 {
	text-align: left;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;

}

.product-top .product-block:nth-child(1) .product-block-img {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .product-top .product-block:nth-child(1) .block-txt-txt3 {
	width: 90%;
	color: #595959;
	font-size: 13px;
	margin: 10px 0;
	min-height: 80px;
} */

.product-top .product-block:nth-child(1) .block-txt-txt4 span {
	color: #333333;
	font-size: 13px;
	font-weight: 600;
}

.product-top .product-block:nth-child(1) .block-txt-txt4 s {
	color: #c5c5c5;
	font-size: 12px;
	margin-left: 3px;
}

.product-top .product-block:nth-child(2) .product-block-img img {
	max-width: 250px;
	min-width: 180px;
}

.product-top .product-block:nth-child(2) .product-block-txt {
	width: 50%;
	display: inline;
	/* height: 200px; */
}

.product-top .product-block:nth-child(2) .block-txt-txt1 {
	background-color: #fa8c16;
	padding: 4px;
	color: #Ffff;
}

.product-top .product-block:nth-child(2) .block-txt-txt2 {
	text-align: left;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;

}

/* .product-top .product-block:nth-child(2) .block-txt-txt3 {
	width: 90%;
	color: #595959;
	font-size: 13px;
	margin: 10px 0;
	min-height: 80px;
} */

.product-top .product-block:nth-child(2) .block-txt-txt4 span {
	color: #333333;
	font-size: 13px;
	font-weight: 600;
}

.product-top .product-block:nth-child(2) .block-txt-txt4 s {
	color: #c5c5c5;
	font-size: 12px;
	margin-left: 3px;
}

/*现货*/
.textcolor1 {
	background-color: #02b700 !important;
}

/*预售*/
.textcolor2 {
	background-color: #fa8c16 !important;
}

/*缺货*/
.textcolor3 {
	background-color: #898989 !important;
}

/*停产*/
.textcolor4 {
	background-color: #cacaca !important;
}

/*本地仓库缺货,从全球航运购买*/
.textcolor5 {
	background-color: #898989 !important;
	display: inline-block;
}

/* 调货 */
.textcolor6 {
	background-color: #0079FE !important;
}

.buyGlobal {
	color: #ffcc00;
}

.product-bottom {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.product-bottom .product-block {
	width: 24%;
	/* height: 400px; */
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* cursor: pointer; */
	margin: 0px 10px 15px 0px;
	padding: 20px 0;
	transition: all .3s
}

.product-bottom .product-block:hover {
	-moz-box-shadow: 2px 2px 10px #c5c5c5;
	-webkit-box-shadow: 2px 2px 10px #c5c5c5;
	box-shadow: 2px 2px 10px #c5c5c5;
}

.product-bottom .product-block-txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
	width: 90%;
}

.product-bottom .product-block-img {
	max-width: 240px;
	min-width: 220px;
}

.product-bottom .block-txt-txt2 {
	width: 90%;
	text-align: center;
	min-height: 50px;
	;
	display: flex;
	align-items: center;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	margin: 10px 0;
}

.product-block-img img {
	max-width: 250px;
	min-width: 180px;
}


.block-txt-txt1 {
	background-color: #fa8c16;
	padding: 4px;
	color: #Ffff;
}

.block-txt-txt3 {
	/* width: 80%; */
	color: #595959;
	font-size: 13px;
	word-wrap: break-word;
	/* margin: 10px 0; */
	/* min-height: 80px; */
}

.block-txt-txt4 span {
	color: #333333;
	font-size: 13px;
	font-weight: 600;
}

.block-txt-txt4 s {
	color: #c5c5c5;
	font-size: 12px;
	margin-left: 3px;
}

/* ----商品详情 */
.shopping-details {
	width: 100%;
	min-width: 960px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.shopping-details .swiper-btn {
	position: absolute;
	top: 580px;
	left: 100px;
	width: 550px;
	left: 0;
	text-align: center;
}

.shopping-details .swiper-btn .btn {
	width: 128px;
	height: 34px;
	border-radius: 17px;
	background: #ffffff;
	border: 1px solid #c2c2c2;
	color: #232323;
	transition: all .3s;
}

.shopping-details .swiper-btn .btn:hover,
.shopping-details .swiper-btn .active {
	background: #000000;
	border: 1px solid #000000;
	color: #FFFFFF;
}


.shopping-details .swiper-btn .btn span>div {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 0px solid #000000;
}

.shopping-details .swiper-btn .btn .icon-btn {
	width: 23px;
	height: 23px;
	margin-left: 4px;
}

.shopping-details .swiper-btn .button1 .icon-btn {
	background: url(../images/details/banner-icon01.png) no-repeat;
	background-size: 100%;
}

.shopping-details .swiper-btn .button2 .icon-btn {
	background: url(../images/details/banner-icon02.png) no-repeat;
	background-size: 100%;
}

.shopping-details .swiper-btn .button1:hover .icon-btn,
.shopping-details .swiper-btn .button1 .active .icon-btn {
	background: url(../images/details/banner-icon01-a.png) no-repeat;
	background-size: 100%;
}

.shopping-details .swiper-btn .button2:hover .icon-btn,
.shopping-details .swiper-btn .button2 .active .icon-btn {
	background: url(../images/details/banner-icon02-a.png) no-repeat;
	background-size: 100%;
}

.shopping-details .CheckboxContent .checkbox {
	margin-top: 20px;
}

.NavigationTips {
	height: 60px;
	line-height: 60px;
	color: #4f5352;
	font-size: 14px;
}

.NavigationTips a {
	color: #4f5352;
	font-size: 14px;
}

.NavigationTips a:hover {
	color: #df3033;
	font-size: 14px;
}

.detailsSwiper {
	width: 49%;
	height: 49%;
	max-width: 550px;
	min-width: 450px;
	max-height: 550px;
	min-height: 450px;
	display: flex;
	justify-content: center;
	position: sticky;
	position: -webkit-sticky;
	top: 70px;
}

.shopping-details-top {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-height: 612px;
}

.SwiperImg {
	width: 100%;
	height: 100%;
}

.SwiperVideo {
	background: #000;
	width: 550px;
	height: 550px;
}

.detailsSwiper .swiper {
	position: absolute;
	/* bottom: -3%; */
	bottom: 20px;
	width: 85%;
	height: 60px;
}

.detailsSwiper .swiper .swiper-wrapper {
	height: 60px;
}

.detailsSwiper .swiper .swiper-slide {
	background-color: transparent;
}

.detailsSwiper .swiper .swiper-slide img {
	width: 45px;
	height: 45px;
	border: 1px solid #dedede;
}

.detailsSwiper .Swiperactive img {
	border: 2px solid #e14648 !important;
}

.detailsSwiper .swiper-button-prev {
	padding: 0;
	background: transparent;
}

.detailsSwiper .swiper-button-next {
	padding: 0;
	background: transparent;
}

.detailsRight {
	width: 49%;
}

.detailsRightTxt1 {
	padding: 4px;
	color: #fff;
	position: relative;
	top: 2px;
	/* min-width: 34px; */
}

.detailsRightTxt2 {
	font-size: 25px;
	margin-top: 10px;
	font-weight: 600;
	line-height: 28px;
	color: #232323;
}

.detailsRightTxtBox {
	display: flex;
	/* height: 60px; */
	font-weight: 400;
	align-items: center;
	justify-content: space-between;
}

.detailsRightTxtBoxTxt1 {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
}

.detailsRightTxtBoxTxt2 {
	color: #c5c5c5;
	font-size: 16px;
	margin-left: 5px;
}

.detailsRightTxtBoxTxt3 {
	background-color: #8b90a3;
	color: #fff;
	padding: 1px 5px;
	font-size: 12px;
	margin-left: 5px;
}

.detailsRightTxtBoxTxt4 {
	color: #e14648;
	padding: 1px 5px;
	font-size: 15px;
	margin-left: 5px;
}

.detailsRightTxt3 {
	padding: 20px 0;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	color: #232323;
	font-weight: 600;
	font-size: 14px;
}


.detailsRightTxt4 {
	padding: 20px;
	color: #232323;
	font-weight: 400;
	font-size: 13px;
	background-color: #f8f8f8;
	margin: 10px 0;

}

.detailsRightTxt4Color {
	color: #e14648;
}

.collocation {}

.collocationTxt {
	margin-top: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #232323;
}

.CheckContent {
	display: flex;
	padding: 15px;
	border: 2px solid #a8a8a8;
	border-radius: 10px;
	margin-top: 10px;
	justify-content: space-evenly;
}

.CheckboxContent {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	align-items: self-start;
}

.CheckboxContentBox {
	width: 80%;
	display: flex;
	flex-direction: column;
}

.CheckboxContent-Top {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: self-start;
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
}


.CheckboxContent-Top-Img {
	width: 70px;
}

.CheckboxContent-Top-txt1 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #232323;
}

.CheckboxContent-Top-txt2 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #232323;
}

.CheckboxContent-bottom-txt1 {
	color: #232323;
	font-size: 13px;
	margin: 15px 0;
}

.CheckboxContent-bottom-txt2 {
	color: #df3033;
	font-weight: 600;
}

.CheckBackground {
	border: 2px solid #df3033;
}

.ivu-checkbox-checked .ivu-checkbox-inner {
	border-color: #df3033;
	background-color: #df3033;
}

.ivu-checkbox-checked:hover .ivu-checkbox-inner {
	border-color: #df3033;
}

.CheckoutBox {
	padding: 20px 0;
	display: flex;
}

.CheckoutBox-One {
	width: 80px;
	height: 40px;
	display: flex;
	align-items: center;
	border: 1px solid #cccccc;
}

.CheckoutBox-One .shul {
	width: 60%;
	;
	text-align: center;
	font-size: 20px;
}

.AdditionAnd {
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f7f9fa;
	border-left: 1px solid #cccccc;
}

.AdditionAnd span {
	font-size: 20px;
	width: 100%;
	height: 50%;
	/* border: 2px solid #cccccc; */
	border-right: none;
	border-top: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.CheckoutBoxButton1 {
	width: 200px;
	height: 40px;
	margin: 0 20px;
	background-color: #df3033;
	color: white;
	border: #f09ea0;
	cursor: pointer;
	font-size: 15px;
}

.CheckoutBoxButton2 {
	width: 200px;
	height: 40px;
	margin: 0 10px;
	background-color: #fff5f5;
	color: #df3033;
	border: 2px solid #f09ea0;
	cursor: pointer;
	font-size: 15px;
}


.modal1 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
}

.modal1Hm {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .5;
}

.modal1Container {
	position: absolute;
	width: 600px;
	height: 280px;
	background-color: white;
	border-radius: 10px;
	z-index: 9;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
}

.modal1ContainerTxt {
	color: #3f3f3f;
	font-size: 18px;
	height: 60px;
	margin-top: 10px;
}

.modal1ContainerButton Button {
	height: 40px;
}

.tabsPane .el-tabs__item {
	width: 150px !important;
	text-align: center;
	font-size: 24px;
}

.tabsPane .el-tabs__item.is-active {
	color: #232323;
}

.tabsPane .el-tabs__active-bar {
	background-color: #df3033;
}

.summary {
	display: flex;
	flex-direction: column;
	padding: 30px;
	/* align-items: center; */
	justify-content: center;
}

.summaryBox {
	width: 70%;
}

.summary-one {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eeeeee;
}

.summaryTxt {
	position: absolute;
	left: 20px;
	top: 0;
	font-size: 20px;
	font-weight: bold;
}

.summaryBox p {
	padding-bottom: 20px;
}

.summary-two {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 20px;
	border-bottom: 1px solid #eeeeee;
}

.summary-two .summaryBox {
	padding-bottom: 20px;
}

.summary-two .summaryBox .txt {
	font-size: 18px;
	padding: 0;
}

.summaryBox ul {
	width: 95%;
	margin: auto;
	list-style: disc;
}

.second-down-nr {
	margin-top: 28px;
	font-size: 14px;
	color: #232323;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
}

.second-down-nr>div {
	width: 90%;
}

.second-down-nr>div:nth-child(2n) .dec {
	width: 100%;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	background: #f9f9f9;
}

.second-down-nr .dec {
	width: 100%;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	background-color: #f4f4f4;
}

.second-down-nr .dec .decs {
	width: 550px;
}

.second-down-nr .url {
	color: #FFFFFF;
	background: #1583f5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 25px;
}

.second-down-nr .url .icon {
	width: 11px;
	height: 12px;
	margin-top: -2px;
	margin-right: 4px;
}

/* ---------- 填写地址 */
.address {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.addressBox {
	display: flex;
	margin: 20px 0px 100px 0px;
	justify-content: space-between;
}

.addressLeft {
	width: 40%;
	display: flex;
	flex-direction: column;
}

.addressLeftText1 {
	font-size: 18px;
	font-weight: 600;
}

.addressLeft .commodity {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-top: 10px;

}

.addressLeft .commodityBox {
	height: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.addressLeft .commodityBox-Img {
	width: 70px;
	height: 70px;
}

.addressLeft .commodityBox-TxT {
	width: 80%;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.commodityBox-TxT-left {
	width: 80%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.commodityBox-TxT-left p {
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.commodityBox-border {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #eeeeee;
	color: #1c1d1f;
	cursor: pointer;
}

.addressLeft .commoditActive {
	height: auto;
}

.addressLeft .commodityText {
	width: 100%;
}

.addressLeft .commodityText div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
	font-size: 14px;
}

.addressLeft .commodityText div:last-child span:last-child {
	font-size: 18px;
}

.commodityExplain {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #eeeeee;
	color: #e22f32;
	font-weight: 600;
	font-size: 13px;
}

.addressRight {
	position: relative;
	width: 55%;
}

.selection {
	position: absolute;
	top: 0;
	right: 0;
	color: #df3033;
	cursor: pointer;
}

.country {
	width: 100%;
	margin: 20px 0;
}

.country .el-select {
	width: 100%;
}

.triplicate {
	display: flex;
	flex-wrap: nowrap;
}

.triplicate .el-select:nth-child(2) {
	margin: 0px 10px;
}

.triplicate .el-input:nth-child(2) {
	margin: 0px 10px;
}

.country .el-select .el-input.is-focus .el-input__inner {
	border-color: #df3033;
}

.country .el-select .el-input__inner:focus {
	border-color: #df3033;
}

.el-select-dropdown__item.selected {
	color: #df3033;
}

.country .el-input .el-input__inner:focus-within {
	border-color: #df3033 !important;
}

.country textarea {
	resize: none;
}

.countryTxt {
	margin: 10px 0;
	color: #232323;
	font-weight: 500;
	font-size: 16px;
}

.countryMail {
	display: flex;
	padding: 10px 0;
	align-items: flex-start;
	flex-direction: column;
}

.countryMail div {
	border: 2px solid #cacaca;
	padding: 2px;
	border-radius: 4px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.countryMail .active {
	border: 2px solid #df3033 !important;
}

.countryButton {
	padding: 20px 0;
	border-top: 1px solid #eeeeee;
}

.countryButton .el-button--danger {
	background-color: #df3033;
	border-color: #F56C6C;
}

.countryButton p {
	padding: 20px 0;
	color: #df3033;
	font-weight: 600;
}

.AddressBook {
	width: 100%;
	min-height: 400px;

}

.AddressBookBox {
	padding: 20px;
	background-color: #f9f9f9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.AddressBookBox div {
	width: 80%;
}

.AddressBookBox div p {
	margin-bottom: 5px;
}

.AddressBookBox .el-button--primary {
	background-color: transparent;
	border-color: #e75e61;

}


/* 个人中心 */
.userBox {
	width: 100%;
	height: 607px;
	display: flex;
	justify-content: space-between;
}

.userBoxLeft {
	width: 25%;
	height: 400px;
	background-color: white;
}

.userBoxLeft .el-menu {
	border: none;
}

.userBoxLeft .el-col-12 {
	min-width: 200px;
	width: 80%;
}

.userBoxLeft .el-submenu .el-menu-item {
	padding-left: 70px !important;
}

.userBoxRight {
	width: 73%;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* background-color: white; */
}

.userBoxRightTop {
	width: 100%;
	height: 180px;
	display: flex;
	justify-content: space-between;
}

.userBoxRightTopLeft {
	width: 60%;
	height: 100%;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.userBoxRightTopRight {
	width: 38%;
	height: 100%;
	background-color: white;

}

.userBoxRightTopLeftRight {
	width: 60%;
	margin-left: 20px;
	font-size: 14px;
}

.userBoxRightTopLeftRight-name {
	color: #df3033;
	margin: 0 10px;
	display: initial;
}

.userBoxRightTopLeftRight-email {
	margin-top: 12px;
	display: flex;
	align-items: center;
}

.userBoxRightTopRight {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.userBoxRightTopRight-money {
	font-size: 18px;
	margin-top: 10px;
}

.userBoxRightBottom {
	width: 100%;
	height: 200px;
	background-color: white;
	display: flex;
	font-size: 16px;
	align-items: center;
	/* justify-content: space-between; */
	/* padding: 0 40px; */
}

.userBoxRightBottomLeft {
	display: flex;
	align-items: center;
	/* margin-left: 15px; */
}

.userBoxRightBottomLeft i {
	margin-right: 10px;
}

.userBoxRightBottomRight {
	color: #df3033;
	font-size: 14px;
	cursor: pointer;
}

/* ------修改密码 */
.ModifyPasswordBox {
	width: 73%;
	height: 500px;
	min-height: 400px;
	background-color: white;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
}

.ModifyPasswordBoxTxt1 {
	width: 100%;
	text-align: left;
	font-size: 25px;
	margin-bottom: 20px;

}

.el-submenu__title:hover {
	color: white;
}

.el-menu-item:hover {
	color: white;
}

.ModifyPasswordBoxInput {
	width: 320px;
}

.ModifyPasswordBoxInput .el-input {
	margin-bottom: 15px;
	height: 50px;
}

.ModifyPasswordBoxInput .el-input input {
	height: 100%;
}

.ModifyPasswordBoxInput button {
	width: 100%;
	margin-top: 20px;
	height: 50px;
}

/* -----修改资料 */
.InformationBox {
	width: 73%;
	height: auto;
	min-height: 400px;
	background-color: white;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.InformationBoxAvatar {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #cecece;
}

.InformationBoxAvatar .avatar-uploader {
	width: 100px;
	height: 100px;
}

.InformationBoxAvatar .el-upload {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/portrait-img.png) no-repeat;
	background-size: 100%;
}

.InformationBoxAvatar .avatar {
	position: relative;
	width: 100px;
	height: 100px;
}



.InformationBoxAvatar .avatar-imtips {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 9;
	transition: all .3s
}

.InformationBoxAvatar .avatar-uploader .el-upload:hover .avatar-imtips {
	opacity: .9;
}

.InformationLogin {
	width: 40%;
	height: 50px;
	background-color: #f7f7f7;
	padding: 6px;
	padding-left: 15px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	color: #979797;
	margin-top: 20px;
}

.InformationInput {
	width: 40%;
	height: 50px;
	margin-top: 20px;
	position: relative;
}

.InformationInput .el-input {
	height: 100%;
}

.InformationInput .el-input__inner {
	height: 100%;
}

.InformationInputTxt {
	/* position: absolute; */
	color: #979797;
	/* top: 8px; */
	/* right: -200px; */
	/* width: 180px; */
	/* height: 40px; */
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
}

.InformationInputTxt span {
	color: #df3033;
	cursor: pointer;
}

.InformationInput .el-date-editor.el-input {
	width: 100%;
}

.InformationInput button {
	width: 100%;
}

.Information {
	height: auto;
}

.InformationSex {
	width: 40%;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #979797;
}

.InformationSex .sex {
	margin-left: 10px;
	margin-right: 20px;
}

/* ------地址薄 */
.Addressbook {
	height: auto;
}

.el-dialog {
	margin-top: 8vh;
}

.AddressbookBox {
	width: 73%;
	height: auto;
	min-height: 570px;
	background-color: white;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.AddressbookContent {
	width: 100%;
	/* height: 110px; */
	border: 1px solid #eeeeee;
	border-radius: 5px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.AddressbookContentLeft {
	width: 75%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 14px;
}

.AddressbookContentLeftTop span {
	margin-right: 10px;
}

.AddressbookContentLeftTxt1 {
	color: #979797;
}

.AddressbookContentRight {
	/* width: 20%; */
	display: flex;
	align-items: center;
	font-size: 14px;
	/* position: relative; */
}

.AddressbookContentRight i {
	padding: 8px;
	border-radius: 20px;
}

.AddressbookContentRight i:hover {
	background: rgba(0, 0, 0, .05);
}

.AddressbookContentRightTxt1 {
	color: #333333;
	/* position: absolute; */
	cursor: pointer;
	white-space: nowrap;
}

.AddressbookContentRight .el-icon-edit-outline {
	/* position: absolute; */
	right: 45px;
	font-size: 20px;
	cursor: pointer;
}

.AddressbookContentRight .el-icon-delete {
	/* position: absolute; */
	right: 0px;
	font-size: 20px;
	cursor: pointer;
}

.AddressbookContentRightTxt1:hover {
	color: #df3033;
}

.AddressbookBox .active {
	background-color: #f7f7f7;
}

/* --------我的订单 */
.myorderBox {
	width: 100%;
	height: auto;
}

.myorderBox .el-tabs__item {
	width: 150px;
	text-align: center;
}

.myorderBox-tabs {
	width: 100%;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	border: 1px solid #dadada;
	background-color: #f7f7f7;
	border-radius: 5px;
}

.myorderBox-tabs span {
	width: 16%;
	text-align: center;
}

.myorderBox-tabs span:first-child {
	width: 36%;
}

.myorderswitch {
	width: 100%;
	height: 40px;
	position: relative;
	border-bottom: 2px solid #E4E7ED;
	margin-bottom: 20px;
}

.myorderswitch .myorderswitchSpan .activeName {
	color: #df3033;
}

.myorderswitch .myorderswitchSpan p:hover {
	color: #df3033;
	cursor: pointer;
}

.myorderswitch .myorderswitchSpan p span {
	color: #df3033;
}

.myorderswitchSpan {
	display: flex;
	align-items: center;
}

.myorderswitchXian {
	display: flex;
	position: absolute;
	bottom: -1px;
}

.myorderswitchXian p {
	width: 150px;
	height: 2px;

}

.myorderswitchXian .activeName {
	background-color: #df3033;
}

.myorderswitch .myorderswitchSpan p {
	width: 150px;
	height: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #303133;
}

.myorderBoxList {
	width: 100%;
	height: auto;
	margin: 10px 0;
}

.myorderBoxListEl {
	width: 100%;
	height: auto;
	min-height: 100px;
	border: 1px solid #dadada;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px
}

.myorderBoxListElNumber {
	padding: 10px 20px;
	border-bottom: 1px solid #dadada;
	color: #adadad;
	cursor: pointer;
}

.myorderBoxListBox {
	padding: 10px 20px;
	display: flex;
}

.myorderBoxListBoxLfet {
	display: flex;
	width: 83%;
	flex-direction: column;

}

.myorderBoxListBoxLfet .ListBoxLfet {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
	justify-content: flex-start;
}

.myorderBoxListBoxImg {
	width: 50px;
	height: 50px;
}

.myorderBoxListBoxTxt1 {
	width: 210px;
	margin-left: 10px;
}

.myorderBoxListBoxTxt2 {
	/* width: 110px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333333;
	font-size: 13px;
}

.myorderBoxListBoxTxt3 {
	font-weight: 600;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.myorderBoxListBoxTxt3 .el-button--primary.is-plain {
	color:
		/* white */
	;
	border-color: #da595b;
	background-color: #fff5f5;
	margin-bottom: 10px;
	font-weight: 600;
}

.myorderBoxListBoxTxt3 .el-button+.el-button {
	margin-left: 0;
	margin-bottom: 5px;
}

.myorderBoxListBoxTxt3 .is-plain:hover {
	background: #ffebeb;
	color: #df3033;
}

.myorderBoxListBoxTxt3 .txt {
	margin-bottom: 4px;
	font-size: 14px;
	cursor: pointer;
}

.myorderBoxListBoxTxt3 .el-icon-time {
	font-size: 20px;
	color: #df3033;
	margin-right: 5px;
}

.myorderBoxListBoxTxt3 .txt1 {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

.myorderBoxListBoxTxt4 {
	opacity: 0;
}

.myorderBoxListBoxLfet .ListBoxLfet:first-child .myorderBoxListBoxTxt4 {
	opacity: 1;
}

.myordePagination {
	display: flex;
	justify-content: right;
}

/* ------订单详情 */
.orderdetailsNumber {
	width: 100%;
	display: flex;
	flex-direction: column;
	/* align-items: center;
	justify-content: space-between; */
	/* height: 80px; */
	padding-bottom: 40px;
	border-bottom: 1px solid #dadada;
}

.orderdetailsNumberLeft {
	display: flex;
	flex-direction: row;
	align-items: center;
	/* height: 40px; */
	font-size: 14px;
	justify-content: space-between;
}

.orderdetailsNumberLeft .txt1 {
	margin-right: 20px;
	color: #979797;
}

.orderdetailsNumberLeft .el-icon-document-copy {
	cursor: pointer;
}

.el-button:hover {
	color: white;
}

.orderdetailsNumberLeft .txt2 {
	margin-right: 10px;
}

.orderdetailsNumberLeft .el-tag {
	border: none;
	color: white;
}

.orderdetailsLogistics {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #dadada;
}

.orderdetailsTxt1 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: left;
}

.orderdetailsBox {
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.orderdetailsBox-one {
	width: 100%;
	display: flex;
	min-height: 30px;
	border-bottom: 1px solid #dadada;
	justify-content: space-between;
	align-items: center;
}

.orderdetailsBox-one span {
	width: 16%;
	color: #2d2d2d;
	text-align: center;
}

.orderdetailsBox-one span:first-child {
	width: 44%;
	text-align: left;
}

.orderdetailsBox-two {
	display: flex;
	width: 100%;
	padding: 20px 0;
	display: flex;
	align-items: center;
}

.orderdetailsBox-two-img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.orderdetailsBox-two-text {
	width: 16%;

	color: #2d2d2d;
	text-align: center;
	/* display: flex; */
	/* align-items: center; */
}

.orderdetailsBox-two .orderdetailsBox-two-text:first-child {
	width: 41%;
	display: flex;
	align-items: center;
}

.orderdetailsMoney {
	width: 100%;
	/* height: 140px; */
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	border-bottom: 1px solid #dadada;
	justify-content: space-evenly;
}

.orderdetailsMoney p {
	width: 33%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
}

.orderdetailsMoney p:last-child {
	align-items: baseline;
}

.orderdetailsMoney p:last-child span:last-child {
	font-size: 22px;
	margin-top: 10px;
}

.orderdetailsReceiving {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #dadada;
	/* height: 140px; */
	padding: 20px 0;
	font-size: 13px;
}

.orderdetailsReceiving .txt1 {
	font-size: 16px;
	margin-bottom: 10px;
}

.orderdetailsReceiving .txt2 {
	width: 150px;
	display: inherit;
	color: #9f9f9f;
}

.orderdetailsReceiving div {
	display: flex;
	margin: 2px 0;
}

.orderdetailsReceiving .txt3 {
	width: 80%;
	color: #232323;
}

.section-login {
	background: white;
	position: static;
	bottom: 0;
	color: #858585;
	background-color: white;
}

.login {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 110px;
}

.login .logo {
	margin-bottom: 30px;
}

.login .logo_us {
	margin-bottom: 30px;
}

.loginBox {
	width: 800px;
	min-height: 500px;
	background-color: white;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* padding-bottom: 50px; */
}

.loginBoxTxt {
	height: 110px;
}

.loginBoxTxttwo {
	height: 190px;
}

.loginBox .loginBoxTxt1 {
	font-size: 24px;
	font-weight: 600;
}

.loginBoxInput {
	width: 380px;
	height: 50px;
	margin: 10px 0;
}

.loginBoxInput .el-input {
	height: 100%;
}

.loginBoxInput .el-input input {
	height: 100%;
}

.loginBoxInput .el-input__suffix {
	display: flex;
	align-items: center;
	cursor: pointer;
	right: 10px;
}

.loginBoxInput .el-button {
	width: 100%;
	height: 100%;
}

.loginBoxTxt2 {
	color: #df3033;
	margin-top: 10px;
	cursor: pointer;
}

.loginBoxTxt2 a {
	color: #df3033;
}

.AgainEmail .loginBoxInput .el-button--primary.is-plain {
	color: #df3033;
	background-color: #fff5f5;
	border-color: #ee9192;
}

.AgainEmail .loginBoxInput .el-button--primary.is-plain:hover {
	color: white;
	background-color: #df3033;
	border-color: #ee9192;
}

.shopping {
	padding-bottom: 20px;
}

.userBoxLeft .el-col-12 {
	min-width: 200px;
	width: 100%;
}

.el-button:hover {
	background: #c81623;
}

.CheckoutBoxButton1:hover {
	background: #c81623;
}

.CheckoutBoxButton2:hover {
	background: #bf1517;
}

.CheckoutBoxButton2:hover {
	width: 200px;
	margin: 0 10px;
	background-color: #ffebeb;
	color: #df3033;
	border: 2px solid #f09ea0;
	cursor: pointer;
	font-size: 15px;
}

.forgotpassword .btn2 {
	background-color: #fff5f5;
	color: #df3033;
	border: 2px solid #f09ea0;
	cursor: pointer;
}

.forgotpassword .btn2:hover {
	background-color: #ffebeb;
	color: #df3033;
	border: 2px solid #f09ea0;
	cursor: pointer;
}

/* 联系我们 */
.page-contact .section-banner-1 {
	height: 300px;
}

.page-contact .we-list {
	width: 100%;
	padding: 36px 50px;
	background: #FFFFFF;
	color: #353535;
	font-size: 14px;
	margin-bottom: 25px;
}

.page-contact .we-list .title-div {
	border-bottom: 2px solid #ebebeb;
}

.page-contact .we-list .title {
	font-size: 24px;
	/* width: 200px; */
	/* display: block; */
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 3px solid #df3033;
}


.page-contact .we-list .decs {
	margin-top: 28px;
	line-height: 26px;
	display: flex;
	flex-wrap: nowrap;
}


.page-contact .we-list .title-div2 {
	margin: 20px 0 5px 0;
}

.page-contact .we-list .title2 {
	font-size: 18px;
	width: 500px;
	display: block;
	font-weight: bold;
	color: #353535;
}

.page-contact .we-list .decs2 {
	margin-top: 5px;
	line-height: 26px;
	flex-wrap: nowrap;
}

.page-contact .we-list p {
	width: 90%;
}


.page-contact .we-list .decs .xtitle {
	color: #979797;
	width: 92px;
}

.page-sitemap .containerfelx {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 30px 0px 60px 0px;
}

.page-sitemap .sitemap-div {
	width: 300px;
	margin-bottom: 30px;
}

.page-sitemap .title {
	color: #353535;
	font-size: 20px;
	font-weight: bold;
	width: 76px;
	border-bottom: 3px solid #df3033;
}

.page-sitemap .decs {
	font-size: 14px;
	color: #45abe6;
	margin: 15px 0px;
}

.page-sitemap .decs a {
	text-decoration: none;
	color: #45abe6;
}

/* 支付页面 */
.page-home .addressRight .pay-btn {
	width: 180px;
	height: 60px;
	font-size: 16px;
	margin-right: 14px;
	border: 2px solid #cacaca;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;

}

.page-home .addressRight .pay-btn img {
	width: 35px;
	height: 35px;
	margin: 0px 6px;
}

.page-home .addressRight .pay-btnacvti {
	border: 2px solid #df3033;
}

.page-home .addressRight .paybtn-div {
	display: flex;
	margin-top: 20px;
}

.addressRight .paymentimg-div {
	width: 400px;
	height: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 18px;
}

.addressRight .paymentimg-div .paymentimg {
	width: 190px;
	height: 190px;
	margin-bottom: 10px;
}

.addressRight .pay-check {
	color: #60c14c;
	font-size: 68px;
}

.addressRight .paysuccess-txt {
	color: #232323;
	font-size: 18px;
	text-align: center;
	margin: 32px;
}

.addressRight .btn-txt {
	width: 660px;
	height: 420px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.addressRight .btn-txt .btn-group {
	display: flex;
}

.addressRight .btn-txt .btn-group .btn1 {
	width: 225px;
	height: 48px;
	font-size: 16px;
	background: #fff5f5;
	border: #df3033 2px solid;
	color: #df3033;
	text-align: center;
	line-height: 42px;
	margin: 7px;
}

.addressRight .btn-txt .btn-group .btn1:hover {
	width: 225px;
	height: 48px;
	font-size: 16px;
	background: #ffebeb;
	color: #df3033;
	border: #df3033 2px solid;
	text-align: center;
	line-height: 42px;
	margin: 7px;
}

.addressRight .btn-txt .btn-group .btn2 {
	width: 225px;
	height: 48px;
	font-size: 16px;
	background: #df3033;
	color: #FFFFFF;
	border: #df3033 2px solid;
	text-align: center;
	line-height: 42px;
	margin: 7px;
}

.addressRight .btn-txt .btn-group .btn2:hover {
	width: 225px;
	height: 48px;
	font-size: 16px;
	background: #bf1517;
	color: #FFFFFF;
	border: #df3133 2px solid;
	text-align: center;
	line-height: 42px;
	margin: 7px;
}

.addressRight .btn-txt .btn-group .btn3 {
	width: 96px;
	height: 36px;
	font-size: 14px;
	background: #df3033;
	color: #FFFFFF;
	border: #df3033 2px solid;
	border-radius: 3px;
	text-align: center;
	line-height: 36px;
	margin: 7px;
}

.addressRight .btn-txt .btn-group .btn3:hover {
	width: 96px;
	height: 36px;
	font-size: 14px;
	background: #bf1517;
	color: #FFFFFF;
	border: #df3133 2px solid;
	text-align: center;
	line-height: 36px;
	margin: 7px;
}

.btn-group-bc {
	display: flex;
	justify-content: center;
}

/* 购物车 */
.page-cart .section-banner .txt {
	font-size: 14px;
	color: #df3033;
	padding: 24px 0px;
	font-weight: bold;
}

.page-cart .container-cart {
	margin-top: 20px;
}

.page-cart .container-cart .el-checkbox__label {
	/* opacity: 0; */
}

.page-cart .container-cart .checkbox-head {
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.page-cart .container-cart .checkbox1 {
	/* width: 490px; */
	display: flex;
	text-align: left;
}

.page-cart .container-cart .checkbox2 {
	width: 80px;
}

.page-cart .container-cart .checkbox3 {
	width: 80px;
}

.page-cart .container-cart .checkbox4 {
	width: 120px;
}

.page-cart .container-cart .checkbox5 {
	width: 90px;
}

.page-cart .container-cart .checkbox6 {
	width: 60px;
	cursor: pointer;
}

.page-cart .container-cart .checkbox-nr {
	display: flex;
	padding: 12px 20px;
	font-size: 14px;
}

.page-cart .container-cart .checkbox-box {
	display: flex;
	flex-direction: column;
}

.page-cart .container-cart .checkbox-spbox {
	display: flex;
	flex-wrap: wrap;

}

.page-cart .container-cart .checkbox-sp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	height: 164px;
	width: 100%;
	/*margin: 38px 0px;*/
	padding: 38px 0px;
	border-bottom: 1px solid #ebebeb;
}

.page-cart .container-cart .checkbox-nr .el-checkbox {
	height: 164px;
	/*margin: 38px 0px;*/
	margin: 0px;
	padding: 38px 20px 38px 0px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ebebeb;
}

.page-cart .container-cart .checkbox-sp .img {
	width: 86px;
	height: 86px;
	margin-right: 24px;
}

.page-cart .container-cart .checkbox1 .divtxt {
	display: flex;
	flex-direction: column;
	align-content: center;
	font-weight: bold;
}

/*现货*/
.page-cart .container-cart .checkbox1 .type1 span {
	background: #02b700;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0px 10px;
}

.type1 span {
	background: #02b700;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0px 5px;
}

/*预售*/
.page-cart .container-cart .checkbox1 .type2 span {
	background: #fa8c16;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0px 10px;
}

.type2 span {
	background: #fa8c16;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0px 5px;
}

/*缺货*/
.page-cart .container-cart .checkbox1 .type3 span {
	background: #898989;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0px 10px;
}

.type3 span {
	background: #898989;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0px 5px;
}

/*停产*/
.page-cart .container-cart .checkbox1 .type4 span {
	background: #cacaca;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0px 10px;
}

.type4 span {
	background: #cacaca;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0px 5px;
}

/* 调货 */
.page-cart .container-cart .checkbox1 .type6 span {
	background: #0079FE;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0px 10px;
}

.type6 span {
	background: #0079FE;
	font-weight: 500;
	color: #FFFFFF;
	padding: 0px 5px;
}



.page-cart .container-cart .total-txt {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: right;
	color: #232323;
	font-size: 14px;
	padding: 38px 0px;
	border-bottom: 1px solid #ebebeb;
}

.page-cart .container-cart .total-txt span {
	color: #df3033;
}

.page-cart .container-cart .amount {
	font-size: 20px;
	font-weight: 500;
}

.page-cart .container-cart .btn-group {
	display: flex;
	justify-content: flex-end;
	margin: 30px 0px 180px 0px;
}

.page-cart .container-cart .btn-group .btn1 {
	width: 225px;
	height: 48px;
	font-size: 16px;
	background: #fff5f5;
	border: #df3033 2px solid;
	color: #df3033;
	text-align: center;
	line-height: 42px;
	margin: 7px;
}

.page-cart .container-cart .btn-group .btn1:hover {
	width: 225px;
	height: 48px;
	font-size: 16px;
	background: #ffebeb;
	color: #df3033;
	border: #df3033 2px solid;
	text-align: center;
	line-height: 42px;
	margin: 7px;
}

.page-cart .container-cart .btn-group .btn2 {
	width: 225px;
	height: 48px;
	font-size: 16px;
	background: #df3033;
	color: #FFFFFF;
	border: #df3033 2px solid;
	text-align: center;
	/* line-height: 42px; */
	margin: 7px;
}

.page-cart .container-cart .btn-group .btn2:hover {
	width: 225px;
	height: 48px;
	font-size: 16px;
	background: #bf1517;
	color: #FFFFFF;
	border: #df3133 2px solid;
	text-align: center;
	/* line-height: 42px; */
	margin: 7px;
}

.section-header-tips {
	z-index: 9999;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	height: 36px;
	background-color: #f4f4f4;
}

.section-header-tips .container-tips {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	height: 36px;
	align-items: center;
	background: #f4f4f4;
	color: #1c1d1f;
	font-size: 12px;
}

.container-tips-right {
	display: flex;
	align-items: center;
	transition: all .3s;
	padding: 3px 8px;
	border-radius: 4px;
}

.container-tips-right:hover {
	background: #e6e6e6;
}

/* 全球 */
.container-tips .global-icon {
	background: url(../images/nationalFlag/Global.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 22px;
	height: 22px;
	margin-right: 6px;
}
/* 中国 */
.container-tips .china-icon {
	background: url(../images/nationalFlag/CN.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

/* 澳大利亚 */
.container-tips .AU-icon {
	background: url(../images/nationalFlag/AU.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

/* 加拿大 */
.container-tips .CA-icon {
	background: url(../images/nationalFlag/CA.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

/* 欧盟 */
.container-tips .EU-icon {
	background: url(../images/nationalFlag/EU.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

/* 日本 */
.container-tips .JP-icon {
	background: url(../images/nationalFlag/JP.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

/* 韩国 */
.container-tips .KOR-icon {
	background: url(../images/nationalFlag/KOR.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

/* 英国 */
.container-tips .UK-icon {
	background: url(../images/nationalFlag/UK.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

/* US */
.container-tips .US-icon {
	background: url(../images/nationalFlag/US.png) no-repeat;
	background-size: 100%;
	background-position: 50%;
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

.section-area {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.7);
}

.section-area .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	height: 740px;
	background: #ffffff;
}

.section-area-top {
	padding: 50px 0px;
	margin: 0px 60px;
	box-sizing: border-box;
	border-bottom: solid 1px #dadada;
}

.section-area-bottom {
	padding: 50px 60px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	overflow-y: auto;
	height: 64%;
}

.section-area-title {
	font-size: 48px;
}

.section-area-dec {
	font-size: 18px;
}

.section-area .el-icon-close {
	font-size: 42px;
	position: absolute;
	right: 14px;
	top: 14px;
}

.section-area .listArea {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	background: #f7f7f7;
	width: 500px;
	height: 160px;
	margin: 0px 0px 25px 0px;
	padding: 36px 20px;
	transition: all .3s;
	user-select: none;
}

.section-area .listArea:hover {
	background: #ebebeb;
}

.section-area .listArea:nth-child(odd) {
	margin: 0px 25px 25px 0px;
}

.section-area-bottom .name {
	font-size: 24px;
	color: #2c2c2c;
	width: 70%;
}

.section-area-bottom .symbol {
	font-size: 16px;
	color: #2c2c2c;
	width: 30%;
	text-align: right;
}

.section-area-bottom .dec {
	font-size: 12px;
	color: #b1b1b1;
}