@font-face {
	font-family: Oxanium;
	src: url(/fonts/OxaniumExtralight-ALL0m.ttf?4439cd26f8bf837b3adf8930d9ba1403);
	font-display: swap;
	font-weight: 100;
}

@font-face {
	font-family: Oxanium;
	src: url(/fonts/OxaniumLight-qZZK0.ttf?74329b9c6d05879acf5ddede6e643ea9);
	font-display: swap;
	font-weight: 200;
}

@font-face {
	font-family: Oxanium;
	src: url(/fonts/OxaniumRegular-JRRnn.ttf?9c502089cab797bb45ca7e0b03144121);
	font-display: swap;
	/*font-weight: 400;*/
	font-weight: normal;
}

@font-face {
	font-family: Oxanium;
	src: url(/fonts/OxaniumMedium-VGG8V.ttf?7e6e3d627a65053c426b276df9fe5c40);
	font-display: swap;
	/*中黑*/
	font-weight: 500;
}

@font-face {
	font-family: Oxanium;
	src: url(/fonts/OxaniumSemibold-GOO5Z.ttf?11dad28c0c082972d3099359df08b601);
	font-display: swap;
	font-weight: 600;
}

@font-face {
	font-family: Oxanium;
	src: url(/fonts/OxaniumBold-p77oZ.ttf?63d600c63ec14ae4bb89216ace918898);
	font-display: swap;
	/*font-weight: 700;*/
	font-weight: bold;
}

@font-face {
	font-family: Oxanium;
	src: url(/fonts/OxaniumExtrabold-DOOd0.ttf?3655e4d439a5702d516a1d22b2867b78);
	font-display: swap;
	font-weight: 900;
}
/* @font-face {
	font-family: "Source Han Sans CN";
	src: url("../font/SourceHanSansCN/SourceHanSansCN-ExtraLight.otf");
	font-display: swap;
	font-weight: 100;
}
@font-face {
	font-family: "Source Han Sans CN";
	src: url("../font/SourceHanSansCN/SourceHanSansCN-Light.otf");
	font-display: swap;
	font-weight: 200;
}
@font-face {
	font-family: "Source Han Sans CN";
	src: url("../font/SourceHanSansCN/SourceHanSansCN-Regular.otf");
	font-display: swap;
	font-weight: 400;
}
@font-face {
	font-family: "Source Han Sans CN";
	src: url("../font/SourceHanSansCN/SourceHanSansCN-Medium.otf");
	font-display: swap;
	font-weight: 500;
}
@font-face {
	font-family: "Source Han Sans CN";
	src: url("../font/SourceHanSansCN/SourceHanSansCN-Bold.otf");
	font-display: swap;
	font-weight: 700;
}
@font-face {
	font-family: "Source Han Sans CN";
	src: url("../font/SourceHanSansCN/SourceHanSansCN-Normal.otf");
	font-display: swap;
	font-weight: 300;
}
@font-face {
	font-family: "Source Han Sans CN";
	src: url("../font/SourceHanSansCN/SourceHanSansCN-Heavy.otf");
	font-display: swap;
	font-weight: 900;
} */
@font-face {
	font-family: "glyphicons";
	src: url(/fonts/glyphicons-halflings-regular.ttf?4692b9ec53fd5972caa2f2372ae20d16);
	font-display: swap;
}

@font-face {
	font-family: "glyphicons";
	src: url(/fonts/glyphicons-halflings-regular.woff?82b1212e45a2bc35dd731913b27ad813);
	font-display: swap;
}

@font-face {
	font-family: "glyphicons";
	src: url(/fonts/glyphicons-halflings-regular.woff2?be810be3a3e14c682a257d6eff341fe4);
	font-display: swap;
}

* {
    font-family: "Oxanium","Font Awesome 5 Free", "feather", "Glyphicons Halflings", "Microsoft YaHei UI", "Microsoft Yahei", "微软雅黑", "PingFang", "Helvetica Neue", "Helvetica", "arial", sans-serif!important;

	/* font-family:"Microsoft YaHei UI", "Microsoft Yahei", "微软雅黑", "PingFang", "Helvetica Neue", "Helvetica", "arial", sans-serif; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

/* 滚动条 */
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}
*::-webkit-scrollbar-thumb {
	background: #CCCCCC;
    border-radius: 4px;
}

*::-webkit-scrollbar-thumb:window-inactive {
    background: #CCCCCC;
    border-radius: 4px;
}

html,
body {
	min-width: 1200px;
}

img {
	max-width: 100%;
	width: 100%
}

img[width='30%'] {
	width: 30% !important;
}

img[width='50%'] {
	width: 50% !important;
}

.pad {
	display: block;
}

.sp-pad {
	display: none;
}

.form-require {
	color: #FF1010 !important;
	margin-left: 5px;
}

.require-position {
	position: absolute;
	left: -20px;
	top: 7px;
}

.flex-between {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.align-center {
	align-items: center;
}

.wrap-content {
	max-width: 1200px;
	width: 80%;
	margin: 0 auto;
}

.hv-scale {
	display: block;
	border-radius: 16px;
}

.introduce-modular:hover {
	transform: scale(1.05);
}

.introduce-modular {
	transition: all 1000ms;
}

.hv-scale img {
	border-radius: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.mt-24 {
	margin-top: 24px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mt-58 {
	margin-top: 58px !important
}

.mb-32 {
	margin-bottom: 32px
}

.bg-white {
	background: #fff !important;
}

/* boostrap overwrite */
a:focus,
a:hover {
	text-decoration: none;
}

ol,
ul {
	margin-bottom: 0;
}

label {
	margin-bottom: 0;
    font-size: 14px;
    color: #1A1A1A;
    padding-left: 0;
}

.modal::-webkit-scrollbar {
	width: 0;
}

.pagination {
	margin-bottom: 0;
}

.pagination>li>a,
.pagination>li>span {
	color: #0099FF;
	border: 1px solid #0099FF;
	background-color: transparent;
}

.pagination>li>a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 500;
	/* text-align: center; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 50%;
}

.pagination>li {
	display: inline-block;
	margin: 0 4px;
	width: 40px;
	height: 40px;
}

.shop-box-fixed {
	min-height: 400px;
	max-height: 600px;
}

.single-top {
	margin-top: 28px;
	margin-left: 60px;
}

.single-main {
	width: 400px;
	margin: 0 auto;
}

/* tab切换样式 */
.user-content-tab {
	display: flex;
	justify-content: space-around;
	padding-bottom: 8px;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	color: #1A1A1A;
}

.content-tab-list {
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.20);
	letter-spacing: 1.8px;
	text-align: center;
	line-height: 18px;
}

.content-tab-active {
	color: rgba(0, 0, 0, 0.9);
	position: relative;
	font-weight: 500
}

.content-tab-active:before {
	position: absolute;
	bottom: -16px;
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #333;
	border-radius: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.content-tab-active:after {
	position: absolute;
	bottom: -15px;
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	border-radius: 8px;
	left: 50%;
	transform: translateX(-50%);
}

/* tab切换样式end */

.banner-mask {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.modal-open {
	padding-right: 0 !important
}

.modal-open .modal {
	padding-right: 0 !important;
    z-index: 1060;
}

.modal-content {
	box-shadow: none;
	border: none;
	width: 100%;
	border-radius: 16px;
	/* overflow: hidden; */
}

.modal-close {
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, .5);
	border-bottom-left-radius: 8px;
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer
}

.modal-tab {
	margin-bottom: 30px;
}

.modal-backdrop {
	bottom: 0;
	z-index: 1050;
}

.modal-title {
	font-weight: 500;
	font-size: 18px;
	color: #4D4D4D;
	letter-spacing: 1.8px;
	line-height: 26px;
}

.modal-registe-title {
	font-size: 24px;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	text-align: left;
	margin-bottom: 30px;
	font-weight: bold;
}

.modal-body {
	padding: 0;
}

.modal-dialog-centered {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translate(-50%,0px)!important; */
	margin: 88px auto 100px;
    max-width: initial;
}

#consultModal .modal-dialog-centered {
	/* left: auto;
	right: 70px;
	transform: translateY(-50%)!important; */
}

.modal-w1440 {
	width: 1440px;
}

.modal-w1040 {
	width: 1040px;
}

.modal-w1000 {
	width: 1000px;
}

.modal-w920 {
	width: 920px;
}

.modal-w850 {
	width: 850px;
}
.modal-w637{
	width: 637px;
}

.modal-w800 {
	width: 800px;
}
.modal-w700 {
	width: 700px;
}

.modal-w460 {
	width: 460px;
}

.modal-w400 {
	width: 400px;
}

.modal-w680 {
	width: 680px;
}

.modal-w640 {
	width: 640px;
}

.w240 {
	width: 240px
}

.w200 {
	width: 200px
}

.modal-container {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	transform: translate(-50%, -50%);
	border-radius: 16px;
	background-color: #ffffff;
	width: 1040px;
	display: none;
}

.close-model {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 24px;
	right: 24px;
	cursor: pointer;
	z-index: 9;
}

.modal-backdrop {
	bottom: 0;
	z-index: 1050;
	position: fixed;
	left: 0;
}

.wx-alipay-tab {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.pay-tab {
	width: 130px;
	height: 48px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #4D4D4D;
}

.pay-tab-active {
	background: transparent !important;
	border: 1px solid #0099FF;
	/* color: #fff; */
}

.pay-wx-img {
	width: 23px;
	height: 20px;
	margin-right: 6px;
	background: url(/images/wx.png?badcb396021f501f5be7b45a5b2ad8d3);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.pay-wx-img-active {
	/* background: url('../img/wx-active.png'); */
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.pay-alipay-img {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background: url(/images/alipay2.png?857a9f8850c0384b1a90482f58bcb9c2);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.pay-alipay-img-active {
	/* background: url('../img/alipay-active.png'); */
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.free-registe {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 47px;
}

/* boostrap overwrite -end */

/* 字体颜色 */
.text-color-b3 {
	color: #B3B3B3 !important;
}

/* 字体颜色 end */

/* 宽度设置 */
.wrap {
	max-width: 1440px;
	margin: 0 auto;
}

.wrap-header {
	/* max-width: 1210px; */
	margin: 0 auto
}

.wrap-top {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 35px
}

.wrap-md {
	max-width: 1140px;
	margin: 0 auto;
}

.wrap-sm {
	max-width: 1040px;
	margin: 0 auto;
}

/* .wrap-kv {
	max-width: 2000px;
	margin: 0 auto
} */


/* 宽度设置 end */

/* 面包屑 */
/* .crumbs-nav .breadcrumbs {
	padding: 0 50px;
} */

.crumbs-nav .breadcrumbs a {
	font-weight: 400;
	font-size: 14px;
	color: #475A66;
	letter-spacing: 1.2px;
	line-height: normal;
	margin-right: 32px;
	display: inline-block;
	position: relative;
}

.crumbs-nav .breadcrumbs a::after {
	content: "";
	display: inline-block;
	opacity: 0.5;
	background: #475A66;
	width: 20px;
	height: 1px;
	position: absolute;
	right: -26px;
	top: 9px;
}

.crumbs-nav .breadcrumbs a.active-crumbs {
	opacity: 0.5;
}

.crumbs-nav .breadcrumbs a.active-crumbs::after {
	display: none;
}

.crumbs-nav .breadcrumbs a:hover {
	opacity: 0.5;
}

/* 面包屑 end */

/* 右滑箭头 */
.btnright {
	padding-right: 50px;
	position: relative;
	line-height: normal !important;
}

.btnright::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	height: 14px;
	width: 14px;
	background-image: url(/images/blue-arrow.svg?b0277a8e351df60f560476f1913d9ecb);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
	transition: right .4s ease-in-out;
	-webkit-transition: right .4s ease-in-out;
}

.btnright:hover {
	/* opacity: .7; */
}

.btnright:hover::after {
	background-image: url(/images/blue-arrow-hover.png?dcf4689637a504fe7719aa6738dcdd33);
	right: 10px;
}

.btnright:hover::after:hover {
	background-color: #fff;
}

.footer-pc .btnright::after {
	background-image: url(/images/blue-arrow.svg?b0277a8e351df60f560476f1913d9ecb);
	width: 10px;
	height: 10px;
	right: -17px;
}

.footer-pc .btnright:hover::after {
	background-image: url(/images/blue-arrow-hover.svg?dc67464abbfb7eda1347afab28940bb9);
}

/* 右滑箭头 end */

/* 动画 */
.transition {
	transition: all 400ms;
}

/* 通用按钮 */
.btnz {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	padding: 5px 11px;
	background: transparent;
	outline: none !important;
	align-items: center;
	cursor: pointer;
	line-height: normal !important;
	white-space: nowrap;
    /*width: 100%;*/
}

.btn-radio-46 {
	background: #FFFFFF;
	border-radius: 46px;
	padding: 10px 50px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1.8px;
	text-align: center;
}

.btn-outline-orange {
	border: 1px solid #FFAD00;
	color: #FFAD00;
	transition: all 400ms ease-in-out;
}

.btn-outline-orange:hover {
	background: #FFAD00;
	color: #ffffff;
}

.btn-outline-blue {
	border: 1px solid #0099FF;
	color: #0099FF;
	transition: all 400ms ease-in-out;
}

.btn-outline-blue:hover {
	border: 1px solid #0099FF;
	background-color: #0099FF;
	color: #fff;
}

.btn-outline-grey {
	border: 1px solid #475A66;
	color: #1A1A1A;
	transition: all 400ms ease-in-out;
}

.btn-outline-grey:hover {
	border: 1px solid #475A66;
	background-color: #475A66;
	color: #fff;
}
.btn-sm{
	font-size: 14px;
	color: #0099FF;
	letter-spacing: 1.4px;
	line-height: 24px!important;
	padding: 4px 34px;
	border-radius: 32px;
	/* margin-left: 20px; */
	display: inline-block;
}
.btn-xl{
	font-size: 14px;
	color: #0099FF;
	letter-spacing: 1.4px;
	line-height: 24px!important;
	padding: 4px 34px;
	width: 200px!important;
	border-radius: 32px;
	/* margin-left: 20px; */
	display: inline-block;
}
.btn-ml-20{
	margin-left: 20px;
}
.btn-outline-blue{
	color: #0099FF;
	border: 1px solid #0099FF;
	background-color: #fff;
}
.btn-outline-blue:hover{
	color: #fff;
	background-color: #0099FF;
}
.btn-outline-orange{
	color: #FF6600;
	border: 1px solid #FF6600;
	background-color: #fff;
}
.btn-outline-orange:hover{
	color: #fff;
	background-color: #FF6600;
}
.btn-orange{
	color: #ffffff;
	border: 1px solid #FF6600;
	background-color: #FF6600;
}
.btn-orange:hover{
	color: #fff;
	border: 1px solid #fd9956;
	background-color: #fd9956;
}
.btn-outline-grey{
	color: #475A66;
	border: 1px solid #475A66;
	background-color: #fff;
}
.btn-outline-grey:hover{
	color: #fff;
	background-color: #475A66;
}

/* 通用按钮 end */

/* sweet-alert 按钮 */
.swal2-popup {
	width: 400px !important;
	padding: 30px !important;
	border-radius: 16px !important;
	/*display: block !important;*/
	position: fixed !important;
	top: 88px;
	/* transform: translateX(-50%); */
}

.swal2-actions {
	width: 100% !important;
}

.swal2-styled {
	/* width: 45%;
	height: 60px; */
	/* background: #fff!important; */
	border-radius: 46px !important;
	background: #FFFFFF !important;
	/* font-size: 18px !important; */
}

.swal2-styled:focus {
	box-shadow: none !important;
}

.swal2-styled.swal2-confirm:focus {
	box-shadow: none !important;
}

.swal2-styled.swal2-cancel {
	color: #475A66 !important;
	border: 1px solid #475A66 !important;
}

.swal2-styled.swal2-confirm {
	color: #0099FF !important;
	border: 1px solid #0099FF !important;
}

.swal2-styled.swal2-confirm:hover {
	border: 1px solid #0099FF !important;
	background-color: #0099FF !important;
	color: #fff !important;
}
.swal2-actions{
	margin-top: 60px!important;
}
button.swal2-styled{
	font-size: 14px!important;
    color: #0099FF;
    letter-spacing: 1.4px;
    line-height: 24px!important;
    padding: 7px 34px;
    border-radius: 32px;
    margin-left: 20px;
    display: inline-block;
	margin: 0 10px;
}

/*是否关闭由配置控制*/
/*.swal2-close {
	display: none !important;
}*/

.swal2-container {
	display: flex !important;
	justify-content: center;
}

.swal2-icon.swal2-warning::before {
	content: '' !important
}
.swal2-icon.swal2-warning {
    border-color: green !important;
    color: green !important;
}

/* sweet-alert 按钮 end */

.iframe-box {
	width: 100%;
	height: 660px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iframe-content {
	width: 100%;
	height: 100%;
}

/* 通用input */
input.input-grey {
	background: #fff;
	border-radius: 0;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 0;
	color: #333;
	width: 100%;
	/* height: .48px; */
	border: none;
	/* padding: 0; */
	border-bottom: 1px solid #ccc;
	min-height: 44px;
	height: auto;
}

input {
	color: #1A1A1A;
}

input:focus-within {
	border-bottom: 1px solid #0099FF;
}

input::-webkit-input-placeholder {
	color: #999999;
}

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

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

input:-ms-input-placeholder {
	color: #999999;
}

input::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
	display: none !important;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
}

/* 通用input end */

/* checkbox radio*/
.cek-label input[type=radio] {
	display: none;
}

.cek-label input[type=checkbox] {
	display: none;
}

.cek-yes,
.cek-square {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 2px;
	margin-right: 6px;
	margin-bottom: 4px;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
}

.checkbx:checked+.cek-yes,
.checkbx:checked+.cek-square {
	border-radius: 2px;
	background: #FFFFFF;
	border: 1px solid #0099FF;
}

.checkbx:checked+.cek-square::after {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 10;
	display: block;
	width: 8px;
	height: 8px;
	background: #0099FF;
	border-radius: 1px;
}

.checkbx:checked+.cek-yes::after {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 10;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(/images/yes.svg?61a6e21e2db1dc29b17b67d24be5e42d);
	background-repeat: no-repeat;
	background-size: 10px 10px;
}

.radio-input input[type=radio] {
	opacity: 0;
}

.radio-input {
	position: relative;
}

.radio-input>span {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50% !important;
	border: 1px solid #CCCCCC;
	width: 16px;
	height: 16px;
	transform: translate(-50%, -50%);
}

.radio-input>input:checked~span {
	border: 1px solid #0099FF;
}

.radio-input>input:checked~span:after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 100% !important;
	background: #0099FF;
}

/* checkbx-end */

/* switch-start*/
.switch-container {
    width: 44px;
    height: 24px;
}
.switch {
    display: none;
}
.switch-label {
    position: relative;
    display: block;
    background-color: #EEEEEE;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 25px;
}
.switch-label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: white;
    opacity: 1;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.2s ease;
}
.switch:checked ~ .switch-label {
    background-color: #0099ff;
}
.switch:checked ~ .switch-label:before {
    content: '';
    left: auto;
    right: 2px;
}
/* switch-end*/

/* 下拉框 */
.select-type-edit {
	position: relative;
    flex: 1;
}

.type-edit-txt {
	border: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px!important;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	width: 100%;
	position: relative;
	background-image: url(/images/arrow-d.svg?811f289989e3f5a7c717c11ed75a9747);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: right 10px center;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 24px;
}

.type-edit-txt[disabled] {
	background: rgba(0, 0, 0, .05);
}

.can-select-list {
	position: absolute;
	width: 100%;
	left: 0;
	background: #FFFFFF;
	border: 1px solid #0099FF;
	border-radius: 0 0 8px 8px;
	display: none;
	z-index: 1;
	max-height: 300px;
	overflow-y: auto;
	z-index: 100;
}

.can-select-list::-webkit-scrollbar {
	width: 0
}

.can-select-list li {
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
	padding: 0 10px 0;
	cursor: pointer;
}

.can-select-list li:last-child {
	border-radius: 0 0 8px 8px;
}

.can-select-list li:hover {
	background-color: #0099FF;
	color: #ffffff;
}

.can-select-list li.active {
	border: 1px solid #0099FF;
	color: #0099FF;
}

.can-select-list li.active:hover {
	color: #ffffff;
}

/* 下拉框 end*/

/* 角标 */
span.blue-mark {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	align-items: center;
	justify-content: center;
	padding: 0px 3px 1px !important;
	font-size: 12px;
	color: #0099FF;
	letter-spacing: 0;
	font-weight: 400;
	border: 1px solid #0099FF;
	border-radius: 4px;
	transform: translate(5px, -2px);
	white-space: nowrap;
	margin-right: 7px;
}

span.red-mark {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	align-items: center;
	justify-content: center;
	padding: 0px 3px 1px !important;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 400;
	border: 1px solid #EF0D0D;
	border-radius: 4px;
	background: #EF0D0D;
	transform: translate(5px, -2px);
	white-space: nowrap;
}

span.grey-mark {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	align-items: center;
	justify-content: center;
	padding: 0px 5px 1px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 400;
	border: 1px solid #475a66;
	border-radius: 4px;
	background: #475a66;
	/* transform: translate(5px, -2px); */
	white-space: nowrap;
}

/* 角标 end */

/* 小圆点 */
.spot {
	position: relative;
	padding-right: 20px;
}

.spot::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	transform: translateY(-50%);
	background-color: #475A66;
	opacity: 0.5;
}

/* 小圆点 end */

/* bootstrap 提示框 */
.alert {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.det-tips {
	margin: 30px 0;
	font-size: 18px;
	letter-spacing: 1.8px;
	text-align: center;
}

.modal-footer {
	border-top: none;
}

.modal-dialog.modal-video {
	width: 83%;
	max-width: 1200px;
	padding: 10px;
	background-color: #FFFFFF
}

/* bootstrap 提示框 end */

/* swiper轮播 */
.swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0099FF;
}

/* swiper轮播 end */

/* 边距 */
.pl-50 {
	padding-left: 50px;
}

.plr-80 {
	padding-left: 80px;
	padding-right: 80px;
}

/* 边距 end */

/* 圆角 */
.border-r0 {
	border-radius: 0;
}

/* 圆角 end */

/* 字体颜色 */
.red {
	color: #EF0D0D;
}

/* 字体颜色 end */

/* 头部导航 */
/* .header-sp{
	display: none;
} */
/* .right-menu{
	display: none;
} */
.sp-br {
	display: none;
}

.sp {
	display: none !important;
}

.header-global {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 5px 35px;
}

.header-global-box {
	width: 100%;
	background: #fff;
}

.global-area {
	color: #666666 !important;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 36px;
	letter-spacing: 1px;
	margin-left: 36px;
	padding-left: 33px;
	border-left: 1px solid #ccc;
	height: 32px;
	margin-bottom: -5px;
	font-family: aktiv-grotesk-condensed, 'Helvetica Neue', sans-serif;
	letter-spacing: 0;
}

.global-box {
	text-align: center;
	line-height: 24px;
	letter-spacing: 1px;
	display: flex;
	align-items: flex-end;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	margin-bottom: 3px;

}

.global-box span {
	margin-left: 5px;
	line-height: 20px;
	font-family: aktiv-grotesk-condensed, 'Helvetica Neue', sans-serif;
	font-weight: bold;
	color: #666666;
	margin-left: 12px;
	margin-bottom: 2px;
	font-size: 18px;
	letter-spacing: 0;
}

.lang-box{
	margin-right: 20px;
	position: relative;
}
.lang-box .link-lang{
	position: relative;
	padding-left: 30px;
	padding-right: 18px;
	font-weight: bold;
    color: #666666;
    font-size: 16px;
    letter-spacing: 0;
}
.lang-box .link-lang::before{
	content: '';
	position: absolute;
	top: 49%;
	left: 0;
	width: 22px;
	height: 20px;
	background: url(/images/ico_lang_gray.svg) no-repeat;
	background-size: 22px 20px;
	transform: translateY(-50%);
}
.lang-box .link-lang::after{
	position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 10px;
    background: url(/images/ico_arrow_gray_down_01.svg) no-repeat;
    background-size: 12px 6px;
    transform: translateY(-50%);
    transition: transform 0.2s;
    content: '';
}
.box-header-lang{
	position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 11;
    width: 88px;
    background-color: #f8f8f8;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    display: none;
}
.lang-item{
	border-bottom: 1px solid #ccc;
}
.lang-item > a{
	display: block;
    padding: 12px 10px;
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
.lang-item:hover > a{
	color: #fff;
	background-color: #0099ff;
}
.lang-box.is-open .box-header-lang{
	display: block;
}
.lang-box.is-open .link-lang::after {
	transform: translateY(-50%) rotate(-180deg);
}



.header-pc {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
	height: 118px;
	width: 100%;
	min-width: 1024px;
	/* border-bottom: 1px solid #eee; */
}

.header-pc:hover {
	background: #FFFFFF !important;
}

.header-pc:hover .nav-list li a {
	color: #333 !important;
}

.industry-left li a.btn-outline-grey:hover {
	color: #fff !important;
}

.header-pc:hover svg path {
	fill: #333 !important;
}

.header-pc:hover .hv-arr-white::after {
	background-image: url(/images/arrow-d.svg?811f289989e3f5a7c717c11ed75a9747) !important;
}

.header-pc:hover span {
	color: rgba(102, 102, 102, 1)
}

.header-pc:hover .global-area {
	color: rgba(102, 102, 102, 1);
}

.header-navs-box {
	width: 100%;
	background-image: linear-gradient(rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
}

.community-header-navs {
	width: 100%;
	background: #fff;
}

.header-navs {
	display: flex;
	justify-content: space-between;
	max-width: 1140px;
	/* padding: 0 35px; */
	margin: 0 auto
}

.nav-left {
	align-items: center;
}

.nav-logo {
	height: 32px;
	line-height: 48px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 8px
}

.nav-logo img {
	width: 150px;
}

.nav-logo a {
	display: flex;
	width: 100%;
	height: 100%;
}

.nav-list ul {
	display: flex;
	display: -webkit-flex;
	/* margin: 31px 0; */
}

.nav-list li {
	padding: 0px 36px 0px 0;
}

.nav-list>ul>li {
	height: 48px;
}

.nav-list .nav-space {
	padding-right: 15px;
}

.nav-list .nav-cart {
	position: relative;
}

.nav-cart .cart-goods-num {
    border-radius: 7px;
    font-size: 12px;
    background-color: #ff0000;
    letter-spacing: 0;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: -12px;
    -webkit-transform: scale(0.85);
    text-align: center;
    line-height: 13px;
    padding: 3px 2px 2px;
    display: none;
    min-width: 16px;
    /* box-sizing: border-box; */
    height: 16px;
    /* border-radius: 50%; */
}

.nav-list li>a {
	color: #333;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	font-weight: 500;
	position: relative;
	line-height: 26px;
	transition: all .3s;
}

.nav-item li>a svg {
	width: 24px !important;
	height: 24px !important;
}

.nav-item:hover>a {
	opacity: .7;
}
.crumbs-nav-box{
	position: sticky;
	position: -webkit-sticky;
	top: 118px;
	z-index: 98;
	background-color: #fff;
}
.crumbs-nav {
	/* min-height: 34px;
	line-height: 34px; */
	width: 100%;
	z-index: 20;
	background: #fff;
	line-height: 18px;
}

.crumbs-nav-box {
	width: 100%;
	/* min-height: 34px; */
	display: flex;
	line-height: 18px;
	padding: 11px 0;
	border-bottom: 1px solid #eee;
}

/* 头部nav部分 */
.header-nav .nav-item>a::before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #0E9FFF;
	transition: width .5s ease;
	-webkit-transition: width .5s ease;
}

.nav-list-r .nav-item>a::before {
	display: none;
}

.header-pc .nav-list .nav-item:hover a:hover {
	/* color: rgba(51,51,51,0.5)!important; */
}

.header-pc .nav-list-r .nav-item:hover a:hover {
	/* color: #333!important; */
}

.nav-item:hover a::before {
	width: 100%;
}

.nav-item>a {
	display: inline-block;
	padding: 11px 0;
}

.nav-login {
	display: flex;
	display: -webkit-flex;
}

.new-message {
	position: relative;
}

.new-message::after {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	right: 0px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #ff0000;
}

.login-padding {
	padding: 33px 0px 24px 0px;
}

.nav-login a {
	color: #333;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	padding: 0 15px;
	font-weight: 400;
	margin-top: 4px;
}

.nav-login a svg {
	width: 24px;
}

.nav-right .nav-item>a:hover {
	opacity: .5;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

.company-subnav .login-user .btn-outline-grey:hover {
	color: #fff !important;
}

.header-pc svg path {
	fill: #333;
}

/* [0713导航修改] */
.nav-global{
    display: flex;
    align-items: center;
}
.search-box{
    display: flex;
    width: 360px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 24px;
    margin-right: 20px;
}
.search-box > .select-type-edit{
    width: 126px;
    flex: initial;
    border-right: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.search-box .type-edit-txt{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 24px 0 0 24px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #999999;
    letter-spacing: 1.6px;
    line-height: 24px;
}
.search-box .search-input{
    flex: 1;
    position: relative;
}
.search-box .search-input::after{
    /* content: '';
    position: absolute;
    top: 7px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url(/img/icon-search.png);
    background-size: 100%; */
}
.search-box .search-input > input{
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
    border-radius: 0 24px 24px 0;
    padding-left: 20px;
    padding-right: 50px;
    font-size: 16px;
    color: #999999;
    letter-spacing: 1.6px;
    line-height: 24px;
}
.search-box .search-input .search-icon{
    position: absolute;
    top: 7px;
    right: 20px;
    width: 24px;
    height: 24px;
}

/* 白色导航 */
.header-white {
	background: #fff !important;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

.header-white .header-nav {
	transition-delay: .3s;
	-moz-transition-delay: .3s;
	/* Firefox 4 */
	-webkit-transition-delay: .3s;
	/* Safari 和 Chrome */
	-o-transition-delay: .3s;
	/* Opera */
}

.header-white .nav-list li a {
	color: #333;
}

.header-white .nav-login a {
	color: #333;
}

.header-white span {
	color: rgba(102, 102, 102, 1);
}

.header-white .global-area {
	color: rgba(102, 102, 102, 1);
}

.header-white svg path {
	fill: #333 !important;
}

.header-white .header-navs-box {
	/* background: none !important; */
	background: #ffffff !important;
}

/* 白色导航 end */

.datepicker {
	width: 100%;
}

/* 社区头部 */
.nav-logo-community {
	width: 154px;
	height: 32px;
	margin-right: 24px;
}

.community-home {
	height: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.community-nav-item {
	position: relative;
}

.community-nav-item>a {
	display: inline-block;
	padding: 11px 0;
}

.community-nav-item-active {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 36px);
	height: 2px;
	background-color: #0082FF;
}

.community-home>a {
	display: inline-block;
	width: 104px;
	height: 32px;
	font-size: 14px;
	color: #838383;
	letter-spacing: 0;
	background: #FCFCFC;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 2px;
	text-align: center;
	line-height: 32px;
	margin-right: 100px;
}

.community-search-box {
	position: relative;
}

.community-search {
	width: 340px;
	height: 40px;
	background: #F4F4F4;
	border-radius: 24px;
	border: none;
	padding: 15px 40px 15px 15px;
	margin-right: 24px;
	margin-bottom: 5px;
}

.community-search::-webkit-input-placeholder {
	color: rgba(153, 153, 153, .8);
}

.community-search::-moz-input-placeholder {
	color: rgba(153, 153, 153, .8);
}

.community-search::-ms-input-placeholder {
	color: rgba(153, 153, 153, .8);
}

.community-search-img {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 38px;
	top: 10px;
}

.community-search:focus-within {
	border: none;
}

.community-author {
	position: relative;
	cursor: pointer;
}

.community-author img {
	width: 40px;
	height: 40px;
}

.community-author-img {
	border-radius: 50%;
}

.user-login-list {
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	padding: 12px 12px 16px 12px
}

.user-login-list-one {
	display: flex;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
}

.user-login-list-one:first-child {
	margin-bottom: 16px;
}

.user-login-list-one img {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.user-login-box {
	width: 110px;
	background: #fff;
	position: absolute;
	top: 64px;
	left: -29px;
	border-radius: 6px;
	border: 1px solid #D8D8D8;
	display: none;
}

.user-login-list:before {
	content: '';
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #D8D8D8;
	position: absolute;
	top: -10px;
	left: calc(50% - 10px)
}

.user-login-list:after {
	content: '';
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -9px;
	left: calc(50% - 10px)
}

/* 社区头部 end */

.service-padding {
	padding: 8px 0 0 4px;
}

.nav-service {
	line-height: 32px;
	border-radius: 24px;
	width: auto;
	height: 32px;
	text-align: center;
	color: #fff;
	position: relative;
}

.nav-service a {
	font-size: 1.6rem;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 400;
	/* margin: 0px 19px; */
	display: inline-block;
	background: #0099FF;
	padding: 0 19px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

.service-l {
	border-radius: 24px 0 0 24px;
	position: relative;
}

.service-l::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	width: 1px;
	height: 28px;
}

.service-l {
	/* margin-right: -10px; */
}

.online-r {
	border-radius: 0 24px 24px 0;
	margin-left: -5px;
}

.nav-service a:hover {
	background: rgba(0, 153, 255, 0.8);
	color: #fff;
}

.nav-service span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 1px;
	height: 28px;
}

.item-subnav {
	position: fixed;
	width: 100%;
	top: 118px;
	left: 0;
	min-width: 1200px;
	text-align: center;
	z-index: 120;
	background: #fff;
}

.subnav-fff:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	width: 100%;
	height: 15px;
	z-index: 100;
	background: rgba(0, 0, 0, 0);
}

.subnav-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	z-index: 80;
	display: none;
}

.subnav-fff {
	background: #fff;
	height: 100%;
	padding-top: 24px
}

.product-subnav .subnav-fff {
	padding-bottom: 20px;
}

.subnav-two {
	min-width: 1140px;
	margin: 0px auto;
	padding-bottom: 20px;
	background: #fff;
}

.company-subnav ul {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.company-subnav li {
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.8px;
	line-height: 26px;
	margin: 0 0 44px 0;
	padding: 0 55px 0 0px;
}

.login-two {
	display: flex;
	display: -webkit-flex;
	padding-top: 20px;
	justify-content: center;
}

.login-two li {
	padding: 0 103px 0 0px;
	margin: 15px 0 20px;
}

.login-two li:first-child {
	margin-bottom: 20px;
}

.company-subnav li:first-child a {
	/* font-size: 1.8rem; */
}

.login-two li:first-child a {
	font-size: 1.8rem;
	font-weight: 600;
}

.login-message {
	border-left: 1px solid #ccc;
	padding-left: 40px;
}

.login-message li {
	margin: 15px 0 -8px;

}

.login-message li.header-user {
	margin-top: 40px;
}

.login-message li.header-user a,
.login-message li.inquiry-header a,
.login-message li.login-out a {
	text-decoration: underline;
	font-size: 1.4rem;
    cursor: pointer;
}

.login-message a>img {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	margin-top: -1px;
}

.login-message li a {
	cursor: unset;
}

.login-message .user-account {
	text-decoration: underline;
	cursor: pointer;
}

.company-subnav li:hover .triangle-span {
	background-image: url(/images/blue-arrow-hover.png?dcf4689637a504fe7719aa6738dcdd33);
}

.trade-two {
	display: flex;
	display: -webkit-flex;
}

.industry-subnav ul {
	display: flex;
	flex-wrap: wrap;
}

.industry-subnav li {
	color: #4D4D4D;
	letter-spacing: 1.4px;
	margin: 0px 0px 20px 10px;
	padding: 0;
	cursor: pointer;
	height: 32px;
}

.industry-subnav li>a {
	font-size: 1.4rem;
}

.industry-subnav li:first-child>a {
	font-size: 1.4rem;
}

.industry-subnav li:hover .triangle-span {
	background-image: url(/images/blue-arrow-hover.png?dcf4689637a504fe7719aa6738dcdd33);
}

.industry-subnav img {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.product-subnav .w-90 {
	display: flex;
}

.product-subnav .product-left {
	width: 160px;
	border-right: 1px solid #eee;
	min-width: 150px;
}

.industry-subnav p {
	display: inline-block;
	margin-bottom: 0;
}

.product-subnav .product-left ul {
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: baseline;
}

.product-subnav .product-left ul li {
	cursor: pointer;
	padding: 0;
	margin-bottom: 40px;
}

.product-subnav .product-left ul li:last-child {
	margin-bottom: 0;
}

.product-subnav .product-left ul li a {
	display: inline-flex;
	margin: 10px 0;
	justify-content: flex-start;
}

.product-subnav .product-left ul li a:hover .triangle-span {
	background-image: url(/images/blue-arrow-hover.png?dcf4689637a504fe7719aa6738dcdd33);
}

.pro-active a::after {
	background-image: url(/images/blue-arrow-hover.png?dcf4689637a504fe7719aa6738dcdd33);
	right: 0;
}

.product-right {
	flex: 1;
	margin: 0px 0 20px;
	display: flex;
	align-items: center;
}

.product-right.list {
	display: none;
	align-items: flex-start;
	z-index: 99;
	background: #fff;
	max-height: 265px;
	overflow: auto;
}

/* .product-right.list[data-index="0"] {
	max-height: 265px;
	overflow: auto;
} */

.product-right.list[data-index="0"] li {
	margin: 0 0 24px;
}

.product-right.list[data-index="0"] li img {
	width: 48px;
	height: 48px;
}

.product-right.list[data-index="0"] li:hover p {
	color: #475A66;
}

.product-right.list::-webkit-scrollbar {
	width: 4px;
}

.product-right.list::-webkit-scrollbar-track {
	background: #E6E6E6;
	border-radius: 1px;
}

.product-right.list::-webkit-scrollbar-thumb {
	border-radius: 1px;
	background: #808080;
}

.product-right.list::-webkit-scrollbar-thumb:window-inactive {
	background: #808080;
}

.product-right>img {
	width: 500px;
	height: 250px;
	margin: 0 56px 0 30px;
}

.product-right .right-wrapeer {
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-right .right-wrapeer .title {
	text-align: left;
	font-size: 2.4rem;
	color: #4D4D4D;
	font-weight: 600;
}

.product-right .right-wrapeer img {
	width: 250px;
	height: 100px;
}

.product-share-link a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	border: 1px solid #808080;
	color: #808080 !important;
	font-size: 16px;
	line-height: 60px;
	transition: all 400ms ease-in-out;
}

.product-share-link img {
	width: 14px !important;
	height: 14px !important;
	margin-left: 20px;
}

.header-pc .nav-list .product-share-link a:hover {
	background: #627885;
	color: #ffffff !important;
}

.product-right.list ul {
	display: flex;
	flex-wrap: wrap;
}

.product-right.list li {
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.8px;
	/* line-height: 26px; */
	margin: 20px 0;
	padding: 0 23px 0 23px;
	cursor: pointer;
	width: 33%;
}

.product-right.list li a {
	display: flex;
	align-items: center;
	padding: 0;
	align-items: center;
}

.product-right.list li p {
	max-width: calc(100% - 75px);
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.product-right.list li p:hover {
	color: rgba(0, 0, 0, 0.3) !important
}

.product-right.list li a p {
	text-align: left;
	margin-bottom: 0;
}

.product-right.list li a span {
	text-align: left;
	margin-left: 10px;
	width: 20px;
	position: static;
	margin-top: 10px;
}

.product-right.list img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
}

.product-right.list-zero {
	max-height: 576px;
	margin-top: 10px;
}

.product-right .zero-flex {
	display: flex;
	display: -webkit-flex;
	height: 100%;
}

.solution-li {
	width: 50% !important;
	margin: 0 0 64px !important;
}

.zero-flex .zero-flex-l {
	width: 215px;
	text-align: left;
	padding-left: 30px;
	border-right: 1px solid #eee;
}

.zero-flex .zero-flex-l>div {
	font-weight: 600;
	font-size: 1.4rem;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	line-height: 28px;
	margin-bottom: 8px;
}

.zero-flex .zero-flex-r {
	flex: 1;
	text-align: left;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-wrap: wrap;
}

.zero-flex .zero-flex-r>a {
	font-size: 1.4rem;
	color: #475A66 !important;
	letter-spacing: 0.7px;
	line-height: 20px;
	text-decoration: underline;
	display: block;
	width: 30%;
	margin-bottom: 12px;
}

.product-right.list-two {
	overflow-y: auto;
}

.product-right.list-two li {
	margin: 0px 8px 0 20px;
	padding: 0;
	/* width: 300px; */
	width: calc((100% - 90px) /3);
}

.product-right.list-two li a {
	display: block;
}

.product-right.list-two li a>p {
	font-size: 1.4rem;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	text-align: center;
	line-height: 28px;
	margin-top: 20px;
}

.product-right.list-two li img {
	width: 100%;
	height: 200px;
	margin-right: 12px;
	border-radius: 16px;
}

.item-subnav li a {
	color: #333 !important;
	display: inline-block;
}

.trade-two li a {
	padding: 0;
}

.industry-subnav li a {
	height: 32px;
	line-height: 32px !important;
	width: 106px;
}

.industry-subnav .industry-left li a:hover p {
	color: #fff !important;
}

.industry-right p {
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
	text-align: left;
}

.product-act {
	background-image: url(/images/blue-arrow-hover.png?dcf4689637a504fe7719aa6738dcdd33);
}

.header-flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.sp-more>img {
	height: 36px;
	width: auto;
	margin-top: 10px;
}

.sp-nav {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100vh;
	padding: 0 5%;
}

.sp-nav li {
	line-height: 50px;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 15px;
}

.sp-nav li>a {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.nav-two {
	display: none;
}

.nav-two li {
	line-height: 35px;
	font-size: 1.4rem;
}

.nav-two li>a {
	display: block;

}

.nav-more .sp-icon img {
	transform: rotate(-90deg);
}

.login-item .item-nav {
	position: fixed;
	top: 88px;
	left: 0;
	width: 100%;
	background: #fff;
}

.item-subnav .login-btn {
	width: 600px;
	color: #333 !important;
	margin: 20px 0 40px;
	border: 1px solid #475A66;
}

.item-subnav .login-btn.a:hover {
	color: #fff !important;
}

.information-two {
	display: flex;
	display: -webkit-flex;
}

.information-left {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	/* flex: 1; */
	width: 840px;
	min-width: 565px;
	justify-content: space-between;
}

.information-right {
	min-width: 425px;
	width: 425px;
	height: 240px;
	border-left: 1px solid #eee;
	margin: 0 0 20px 0;
	padding-left: 40px;
}

.information-right img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 16px;
}

.industry-left {
	min-width: 480px;
	width: 50%;
}

.industry-subnav ul {
	justify-content: flex-start;
}

.industry-subnav li {
	/*margin: 0 0 20px;*/
	/*width: 25%;*/
	padding: 0 !important;
}

.industry-right {
	flex: 1;
	/* min-width: 430px; */
}

.industry-right>img {
	width: 100%;
	/* height: 124px; */
	/* max-height: 140px; */
	margin-bottom: 11px;
}

.industry-right p {
	font-size: 1.5rem;
	color: #4D4D4D;
	line-height: 28px;
}

.login-two-left {
	display: flex;
	justify-content: space-around;
}

.hv-arr {
	position: relative;
	cursor: pointer;
}

.hv-arr::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(/images/arrow-d.svg?811f289989e3f5a7c717c11ed75a9747);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}

.username::after {
	background-image: url(/images/arrow-d.svg?811f289989e3f5a7c717c11ed75a9747) !important;
	background-size: 12px auto;
	margin-top: 2px;
}

/* 头部导航 end*/

/* 滚动按钮 */
.scoll {
	font-size: 1.4rem;
	color: rgb(45, 64, 72);
	letter-spacing: 14px;
	position: fixed;
	bottom: 80px;
	right: -50px;
	z-index: 3;
	font-weight: 700;
	text-align: center;
	transform: rotate(-270deg);
}

.aaa-top {
	background: rgb(45, 64, 72) -webkit-linear-gradient(left, rgb(45, 64, 72), rgb(250, 250, 250) 50%, rgb(45, 64, 72)) no-repeat 0 0;
	background-size: 20% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.aaa-top {
	-webkit-animation: slideShine 2s infinite ease-in;
	animation: slideShine 2s infinite ease-in;
}

@-webkit-keyframes slideShine {
	0% {
		background-position: 0 0;
	}

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

@keyframes slideShine {
	0% {
		background-position: 0 0;
	}

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

/* .scoll{
	line-height: 26px;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200%;
	-webkit-animation: masked-animation 4s infinite ease-in;
}
@-webkit-keyframes masked-animation {
	0%{
		background-position: 0 0;
		background-image: -webkit-linear-gradient(left, rgb(45,64,72), rgb(45,64,72));
	}
	50%{
		background-position: 0 0;
		background-image: -webkit-linear-gradient(left, rgb(45,64,72), rgb(45,64,72));
	}
	75%{
		background-position: -30% 0;
		background-image: -webkit-linear-gradient(left, rgb(45,64,72), rgb(250,250,250));
	}
	100% {
		background-position: -100% 0;
		background-image: -webkit-linear-gradient(left, rgb(45,64,72), rgb(250,250,250));
	}
} */

/* .scoll{
	background: rgb(45,64,72) -webkit-linear-gradient(left, rgb(45,64,72), rgb(250,250,250)) 0 0 no-repeat;
	-webkit-background-size: 80px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.3);
	-webkit-animation: slideShine 4s infinite ease-in;
}
@-webkit-keyframes slideShine {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
} */

/* 滚动按钮 end*/

/* 返回顶部 */
.back-top {
	font-size: 1.4rem;
	color: #d8d8d8;
	letter-spacing: 14px;
	position: fixed;
	bottom: 102px;
	right: -70px;
	display: none;
	font-weight: 700;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	text-align: center;
	transform: rotate(-270deg);
}

/* 返回顶部 */

/* 底部导航 */
.footer-sp {
	display: none;
}

.footer-pc {
	height: 340px;
	background-size: 100% 70%;
	background-repeat: no-repeat;
	padding: 40px 0 16px;
	min-width: 1140px;
	border-top: 1px solid #f2f2f2
}

.footer-nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-pc a {
	font-size: 1.4rem;
	color: rgba(51, 51, 51, 0.9);
	letter-spacing: 1.4px;
	line-height: 20px !important;
	display: inline-block;
	padding-right: 0px;
}

.footer-pc a span {
	display: inline-block;
	width: 14px;
	margin-left: 5px;
}

.content-one {
	display: flex;
	display: -webkit-flex;
	/* justify-content: space-between; */
}

.content-one>li {
	width: 230px;
}

.content-one .triangle-span {
	background-image: url(/images/white-arrow.png?db2e4b539e6bc92b9daefdceeff66455);
	width: 10px;
	height: 11px;
}

.content-one a:hover .triangle-span {
	background-image: url(/images/white-arrow-hover.png?e1ac0c45744e2cff448d88047cbd3550);
}

.content-two {
	margin-top: 10px;
}

.content-two li {
	margin-top: 2px;
	margin-bottom: 2px;
}

.content-two a {
	font-size: 1.4rem;
	letter-spacing: 1.4px;
	line-height: 18px;
	font-weight: 400 !important;
	color: rgba(102, 102, 102, 1);
	padding-right:0px;
}

.content-two a span {
	/*margin-right: 4px;*/
	margin-left: 0;
}

.nav-copyright {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px !important;
	padding: 16px 35px 0;
	border-top: 1px solid #f2f2f2;
}

.footer-logo {
	width: 112px;
	margin-right: 15px;
}

.nav-copyright p {
	color: #707070;
	letter-spacing: 0;
	line-height: 18px;
	font-size: 12px;
	margin-bottom: 0;
	text-align: right;
	font-family: aktiv-grotesk-condensed, 'Helvetica Neue', sans-serif;
}

.copyright-list {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: flex-end;
	color: #E6E6E6;
	margin: 20px 0 8px;
}

.copyright-list li {
	font-size: 14px;
	display: flex;
	align-items: center;
	letter-spacing: 1.4px;
	margin-bottom: -4px;
}

.footer-arrow {
	width: 13px;
	height: 13px;
	margin: -2px 9px 0 20px
}

.copyright-list li a {
	padding-right: 0;
	font-size: 13px;
	font-family: aktiv-grotesk-condensed, 'Helvetica Neue', sans-serif;
	letter-spacing: 0;
	color: #666;
}

.footer-pc .content-one>li a {
	font-weight: bold;
}

.footer-li {
	width: 170px
}

.concat-padding {
	width: 270px;
	padding-left: 40px;
	border-left: 1px solid #F2F2F2
}

.concat-title {
	font-weight: bold;
}

.concat-content {
	margin-top: 16px;
}

.concat-content li {
	color: rgba(102, 102, 102, 1);
	display: flex;
}

.concat-content li>p {
	white-space: nowrap;
}

.footer-li>li a {
	font-weight: bold;
}

.footer-li>li:not(:last-child) {
	margin-bottom: 16px
}

/* 底部导航 end*/

/* 咨询按钮 */
.fix-btn {
    border: none;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 60px;
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
}
.fix-consult-btn {
    opacity: .8;
    transition: all .3s;
    height: 80px;
    display: block;
    margin-bottom: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0099FF;
    /*background: #ff9900;*/
    width: 100%;
    border: none;
    padding-left: 4px;
}
.fix-consult-btn p{
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-top: 5px;
}
.fix-consult-btn:hover {
	opacity: 1;
}
.fix-constract-btn {
	top: calc(50% + 40px);
	border-radius: 0 0 0 16px;
	display: none;
}
.consult-scroll {
	opacity: .5;
	right: -42px;
}
.consult-btn img {
	width: 36px;
}
.consult-radio {
	display: inline-block;
}
.submit-box {
	margin: 0 auto;
	display: flex;
	align-items: center;
}
/* 咨询按钮 end*/

/* 咨询弹框 */
.consult-modal .modal-content {
	padding: 30px;
}

.consult-modal .modal-header {
	padding: 0;
	margin-bottom: 16px;
}

.consul-tip {
	color: #FF1010 !important;
	margin: 15px 0 0 20px;
}

.form-upload-span {
	min-width: 100px;
}

.form-item p {
	font-size: 1.8rem;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 500;
}

.form-item .select-type-edit {
	line-height: 32px;
	padding: 3px 0px;
}

.form-item textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	resize: none;
	padding: 8px 12px;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	margin: 10px 0 16px 0;
}

.form-item .item-label {
	margin-bottom: 32px;
	position: relative;
}

.form-item .item-label span {
	display: inline-flex;
	width: 100px;
	font-size: 1.6rem;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
	font-weight: 600;
}

.form-item .item-label input {
	height: 32px;
	border: none;
	border-bottom: 1px solid #ccc;
	width: calc(100% - 105px);
	font-size: 14px
}
.add-mutil-type{
	position: relative;
	flex: 1;
}
.add-mutil-type input{
	width: calc(100% - 5px)!important;
}
.mutil-type-down{
	position: absolute;
	top: 0;
	right: 0;
}
.mutil-type-down>p{
	font-size: 14px;
    color: #0099FF;
	text-align: right;
	margin-bottom: 0;
	line-height: 32px;
	cursor: pointer;
}
.mutil-type-down ul{
	display: none;
	position: absolute;
	top: 32px;
	right: 0;
	background: #FFFFFF;
	box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px 0 #00000014, 0 9px 28px 8px #0000000d;
	border-radius: 3px;
	padding: 10px;
	z-index: 2;
	max-height: 250px;
	overflow-y: auto;
}
.mutil-type-down ul li{
	white-space: nowrap;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	cursor: pointer;
}
.mutil-type-down ul li:hover{
	color: #0099FF;
}
.mutil-type-down ul li b{
	color: #333;
	font-weight: 600;
}
.mutil-type-down:hover ul{
	display: block;
}
.swiper-box {
	margin: 30px 0;
}

.qa-popup {
	padding: 30px 50px 24px !important;
}

.qa-list {
	margin-top: 12px;
}

.qa-list li {
	width: 100%;
	font-size: 16px;
	color: #333;
	letter-spacing: 1.6px;
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
	line-height: 32px;
	font-weight: 500;
}

.li-content-answer {
	padding-left: 20px;
	color: #4D4D4D;
	font-weight: 400;
	margin-bottom: 12px;
}

.qa-more {
	text-align: center;
}

.qa-more>a {
	font-weight: 500;
	font-size: 16px;
	color: #808080;
	letter-spacing: 1.6px;
}

.popup-box-flex {
	display: flex;
	margin: 45px 0 34px 0;
	position: relative;
	justify-content: space-between;
}

.li-before {
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #4D4D4D;
	margin: 15px 18px 18px 0
}

.li-content {
	width: calc(100% - 20px)
}

/* 咨询弹框 end */search-box

/* 搜索弹框 */
.popout {
	position: fixed;
	top: 88px;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}

.seach-two {
	padding: 58px 0;
	width: 600px;
	margin: 0 auto;
}

.pop-search-input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	border-radius: 0;
	border: none;
	outline: none;
	background: transparent;
	width: 600px;
	margin: 0 auto;
	border-bottom: 1px solid #B3B3B3;
	color: #B3B3B3;
	font-size: 2rem;
	padding: 5px;
	padding-left: 34px;
	line-height: 30px;
}

.search-desc {
	width: 600px;
	margin: 0 auto;
	font-size: 1.4rem;
	color: #B3B3B3;
	text-align: right;
	margin-top: 8px;
	line-height: 28px;
}

.search-reltv .search-desc {
	width: 100%
}

.search-esc {
	font-size: 14px;
	color: #373839;
	text-align: right;
	margin-top: 10px;
}

.popout-input {
	position: relative;
}

.popout-input>img {
	position: absolute;
	top: 8px;
	left: 0;
	width: 21px;
	height: 21px;
}

/* 搜索弹框 end*/

/* 搜索页面 search */
.search {
	margin-top: 150px;
}

.search-home {
	background: #2999fb;
	width: 200px;
	height: 60px;
	border-radius: 30px;
	position: relative;
}

.home-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	margin-left: -1px;
	box-shadow: 0 0 5px grey;
	padding: 15px;
	display: inline-block;
	position: absolute;
}

.search-home span {
	font-size: 1.6rem;
	color: #fff;
	margin: 0px 0 0 71px;
	line-height: 60px;
}

.index-section {
	margin-top: 32px;
}

.search-content {
	margin-top: 32px
}

.search-contain {
	width: 600px;
	margin: 0 auto;
}

.search-reltv {
	position: relative;
}

.list-result {
	margin-bottom: 64px;
}

.search-reltv .reltv-input {
	border-radius: 0;
	outline: none;
	padding: 4px 0;
	border: none;
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	color: rgba(0, 0, 0, .9) !important;
}

.serch-tab {
	border-bottom: 1px solid #E6E6E6;
}

.list-result .serch-tab {
	padding: 24px 0;
}

.sech-result-t {
	font-size: 1.4rem;
	color: rgba(0, 0, 0, .9);
	letter-spacing: 1.4px;
	letter-spacing: 1.4px;
	line-height: 20px;
	padding: 17px 0 41px;
}

.sech-result-t span {
	color: #0099FF;
	margin: 0 5px;
}

.sech-result-list .sech-result-item {
	padding: 0;
	border-bottom: none;
}

.sech-result-item {
	margin-bottom: 40px;
}

.sech-result-item .res-title {
	margin-bottom: 16px;
	margin-top: 0;
}

.sech-result-item .res-title a {
	font-size: 2rem;
	font-weight: bold;
	color: #475A66;
	letter-spacing: 1.8px;
	line-height: 30px;
	display: inline-block;
}

.sech-result-item .res-sub-t {
	font-size: 15px;
	color: #373839;
	margin-bottom: 8px;
}

.sech-result-item .res-con {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sech-result-item .res-con p {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.60);
	text-align: justify;
}

.res-con .key-w {
	color: #2999fb;
	font-weight: bold;
}

.list-result nav {
	margin-bottom: 80px;
}

.list-result .pagination {
	margin-top: 24px;
}

/* 搜索页面 search end*/


/* 登陆 login */
.login {
	background-image: url(/images/login-bg.png?5c6f2bd7245c77967ae6973f17c342df);
	width: 100%;
	height: 100vh;
	background-size: cover;
	display: flex;
	display: -webkit-flex;
	min-width: 1140px;
}

.login-left {
	width: 30%;
	height: 100vh;
	/* max-width: 480px; */
}

.login-left img {
	height: 100vh;
	-o-object-fit: cover;
	   object-fit: cover;
}

.login-riht {
	width: 100%;
	height: 100vh;
	flex: 1;
	background: rgba(255, 255, 255, 0.98);
	position: relative;
}

.right-content {
	width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.login-logo {
	width: 193px;
	margin-bottom: 60px;
}

.login-content {
	text-align: center;
	padding: 60px 50px 40px 50px;
	/* height: 500px; */
}
.login-register-modal.modal-content{
	padding: 35px 50px 35px 50px;
	/* height: 440px; */
	border-radius: 24px;
	min-height: 440px;
}
.mh538.registe{
	height: auto;
}
.login-register-modal .login-content{
	padding: 0;
}
.mh500 {
	height: 500px;
	padding: 56px 60px 50px;
}

.mh538 {
	height: 538px;
	padding: 56px 60px 0px;
}
.mh538 .login-content{
	padding: 0;
}
.mh500 .modal-tab-content {
	padding: 0 10px;
}

.mh1000 {
	height: 1000px;
}

.mh600 {
	height: 600px
}

.body-content {
	padding: 60px 50px 40px 50px;
}

.login-bind {
	/* padding-bottom: 60px; */
}
.login-register-tabs{
	display: flex;
    padding: 0 0 8px;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 30px;
    font-size: 18px;
    color: #333;
}
.login-register-tabs .login-register-tab{
	width: 50%;
	position: relative;
}
.login-register-tabs .login-register-tab a,
.login-register-tabs .login-register-tab span{
	display: inline-block;
	width: 100%;
	font-size: 14px;
    color: #999;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}
.login-register-tabs .login-register-tab.active a,
.login-register-tabs .login-register-tab.active span{
    color: #333;
}
.login-register-tabs .login-register-tab.active::after{
	position: absolute;
    bottom: -15px;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.login-register-tabs .login-register-tab.active::before{
	position: absolute;
    bottom: -16px;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.login-radio{
	text-align: left;
	padding-left: 6px;
    margin-bottom: 30px;
	width: 100%;
}
.login-radio label{
	min-width: 65px;
	padding-left: 20px;
	font-size: 14px;
    line-height: 24px;
	margin-right: 0;

}
.login-radio label:first-child{
	margin-right: 20px;
}
.login-register-content .login-radio label{
	padding-left: 26px;
	margin-right: 5px;
    display: inline-flex;
}
.login-radio .radio-input input[type=radio]{
	margin: 0;
}
.login-radio .radio-input>span{
	left: 10px;
}
.login-register-content .login-radio .radio-input>span{
	left: 0;
}
.login-switch{
	float: right;
	font-size: 14px;
	color: #0099FF;
	cursor: pointer;
	line-height: 24px;
}
.login-switch.hidden{
	visibility: hidden;
}
.login-register-content .login-radio{
	text-align: left;
	padding-left: 0;
    margin-bottom: 30px;
    padding-top: 10px;
}
.login-register-content{
	height: auto;
}
/* 微信登录 */
.agree-clause {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 58px;
	/* margin-top: 16px; */
	flex-direction: column;
	position: relative;
	width: 100%;
}

.agree-clause label {
	font-weight: normal;
	cursor: pointer;
	width: auto;
}

.agree-clause .login-err {
	bottom: -22px;
	left: unset;
	display: none;
}
.logintype-title{
	display: none;
}
.get-login {
	font-size: 14px;
	color: #0099FF;
	letter-spacing: 1.4px;
	line-height: 20px;
	cursor: pointer;
}

.back-login {
	transform: rotate();
}

.other-logintype {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.90);
	letter-spacing: 1.6px;
	text-align: center;
	line-height: 24px;
}
.other-logintype.hidden{
	visibility: hidden;
}
.logintype-box {
	display: flex;
	justify-content: center;
	/* margin-top: 16px; */
}

.logintype-item {
	width: 24px;
	height: 24px;
	margin: 0 6px;
	cursor: pointer;
}

.login-title {
	overflow: hidden;
}

.login-title h4 {
	text-align: left;
	font-size: 1.8rem;
	color: #333333;
	font-weight: 600;
	border-bottom: 2px solid #2999fb;
	display: inline-block;
	float: left;
}

.login-main {
	/* margin: 30px 0 44px; */
}

.main-name {
	font-size: 1.8rem;
	color: #333333;
}

.main-wxcode {
	width: 165px;
	height: 165px;
	margin: 21px auto 9px;
}

iframe {
	height: 100%;
	width: 100%;
}

.main-tips {
	margin: 19px 0 10px;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	text-align: center;
	line-height: 28px;
}

.main-clause {
	font-size: 1.4rem;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	/* margin: 16px 0 8px 0; */
}

.login-clause {
	font-size: 1.4rem;
	color: #0099FF;
}

.login-other {
	margin-top: 30px;
}

.other-tite {
	font-size: 1.4rem;
	color: #808080;
	position: relative;

}

.other-tite::before {
	content: '';
	width: 80px;
	height: 1px;
	background: #D8D8D8;
	position: absolute;
	left: 0;
	top: 50%;
}

.other-tite::after {
	content: '';
	width: 80px;
	height: 1px;
	background: #D8D8D8;
	position: absolute;
	right: 0;
	top: 50%;
}

.other-tite-user::before {
	width: 10px;
}

.other-tite-user::after {
	width: 10px;
}

.other-tite-user::before {
	width: 10px;
}

.other-tite-user::after {
	width: 10px;
}

.other-name {
	margin-top: 12px;
}

.other-sign {
	display: flex;
	display: -webkit-flex;
	justify-content: space-evenly;
}

.other-sign .name-phone:first-child {}

.name-phone {
	display: flex;
	display: -webkit-flex;
	cursor: pointer;
}

.name-phone:last-child {
	margin-right: 0px;
}

.name-phone img {
	width: 25px;
	height: 25px;
}

.name-phone p {
	font-size: 1.4rem;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	margin: 0 0 0 7px;
	line-height: 25px;
}

.other-absent {
	font-size: 1.4rem;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin-top: 16px;
}

.other-user {
	text-decoration: underline;
}

.other-name-user {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}

.login-wxcode {
	width: 160px;
	height: 160px;
	padding: 5px;
}

/* 微信登录 end */

/* 微信登录绑定手机 */
.main-input {
	width: 100%;
	height: 48px;
	margin-bottom: 32px;
	position: relative;
}

.main-photo {
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
}
.login-main .main-input{
	height: 44px;
	margin-bottom: 30px;
}
.login-content .login-main .main-input{
	height: 38px;
	margin-bottom: 20px;
}
.login-main input {
	height: 38px;
	font-size: 16px;
	line-height: 32px;
}
.login-content .login-main input {
	min-height: 38px;
	padding: 0;
	height: 38px;
	font-size: 16px;
	line-height: 32px;
}

.bind-code {
	position: relative;
}

.send-code {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	color: #0099FF;
	font-size: 14px;
	line-height: 38px !important;
	border: none;
	cursor: pointer;
}

.pw-see {
	width: 20px;
	height: 18px;
}

.next-btn .sign-in {
	width: 100%;
	display: block;
}
.next-btn {
	margin-top: 44px;
}
.login-register-btns.next-btn{
	margin-top: 30px;
}
.login-register-btns.next-btn .sign-in{
	padding: 0;
	height: 44px;
}

.add-contact .next-btn {
	margin-top: 60px;
}

.bind-tip {
	font-size: 2.4rem;
	color: rgba(0, 0, 0, .9);
	letter-spacing: 1.6px;
	line-height: 24px;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 14px;
}

.reset-password p.bind-tip {
	margin: 0px 0 20px;
}

.reset-password .progress-item:first-child {
	margin-left: 0;
}

.reset-password .progress-line {
	justify-content: space-between;
	/* padding: 0 12px; */
	margin-bottom: 24px;
	margin-bottom: 0;
	position: relative
}

.reset-password .progress-item .circle-c {
	margin-right: 0;
}

.reset-password .progress-item .circle-c::before {
	content: "";
	display: inline-block;
	background: #B3B3B3;
	width: 48px;
	height: 2px;
	position: absolute;
	top: 23px;
	left: -55px;
}

.reset-password .progress-item:nth-child(1) .circle-c::before {
	display: none;
}

.reset-password .progress-txt {
	margin-left: 0px;
}

.reset-topTip {
	font-size: 1.4rem;
	color: #FFAD00;
	letter-spacing: 1.4px;
	line-height: 20px;
	text-align: left;
	position: absolute;
	left: 0;
	top: -22px
}

.login-bind .bind-tip {
	margin-bottom: 40px;
}

.clause-err {
	width: 100%;
	text-align: center !important;
}

.login-err {
	font-size: 12px !important;
	color: #FF5858 !important;
	letter-spacing: 0px !important;
	line-height: 20px !important;
	text-align: left;
	margin-top: 0px !important;
	margin-bottom: 0 !important;
	position: absolute !important;
	bottom: -20px !important;
	left: 0 !important;
}

/* 微信登录绑定手机 end */

/* 登录成功 */
.success-main {}

.success-name {
	font-size: 2.4rem;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 30px;
	text-align: center;
}

.success-tips {
	font-size: 1.8rem;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	margin: 40px 0 50px;
}

.success-message {
	padding: 0 9px;
}

.success-message a {
	margin-bottom: 24px;
	width: 100%;
	padding: 8px 50px;
}

.success-message .message-look {
	border: 1px solid #0099FF;
	color: #0099FF;
}

.success-message .message-perfect {
	border: 1px solid #0099FF;
	background-color: #0099FF;
	color: #fff;
}

/* 登录成功 end */

/* 登陆 login end */


/* 短信验证码登录 */
.code-tip {
	margin-top: 20px;
}

.code-tip p {
	font-size: 1.4rem;
	color: #475A66;
}

/* 短信验证码登录 end */

/* 完善信息 */
.enterprise {
	display: none;
}

.perfect-title h4 {
	border-bottom: none;
}

.business {
	position: relative;
	width: 270px;
}

.slect {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}

.preview {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	border-bottom: none;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 16px;
}

.business button {
	background: #F2F2F2;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	left: 0;
	border: none;
}

.business button img {
	width: 48px;
}

.business button p {
	font-size: 1.6rem;
	color: #999999;
	margin-top: 18px;
}

.personal .main-title,
.enterprise .main-title,
.add-contact .main-title,
.add-invoice .main-title {
	display: flex;
	display: -webkit-flex;
	height: 4px;
}

.personal .main-input span,
.enterprise .main-input span,
.add-contact .main-input span,
.add-invoice .main-input span {
	min-width: 160px;
	line-height: 44px;
	text-align: left;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	font-weight: 600;
}

.personal input,
.enterprise input,
.add-contact input,
.add-invoice input,
.enterprise .enterprise-select {
	flex: 1;
	cursor: pointer;
}

.personal .main-id,
.enterprise .main-id {
	height: auto;
	display: flex;
	display: -webkit-flex;
	margin-top: 24px;
}

.personal .login-err,
.enterprise .login-err,
.add-contact .login-err,
.add-invoice .login-err {
	margin-left: 160px;
}

.personal .personal-idphoto,
.enterprise .personal-idphoto {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex: 1;
}

.personal-idphoto .main-photo,
.enterprise .main-photo {
	width: 300px;
	height: 190px;
	margin-bottom: 0px;
	background: #f2f2f2;
	border-radius: 16px;
}

.personal .next-btn,
.enterprise .next-btn,
.add-contact .next-btn,
.add-invoice .next-btn {
	width: 280px;
	margin: 60px auto 0;
}

.main-title-flex {
	display: flex;
}

.main-photo.avatar-overview {
	width: 190px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;

}

.avatar-idphoto {
	position: relative;
}

.avatar-idphoto .login-err {
	left: 50%;
	transform: translateX(-50%);
}

.idCard-box {
	width: 100%;
}

.idCard-reg {
	margin-left: 0 !important;
}

.enterprise-select {
	display: flex;
}

.enterprise-province {
	width: 200px;
	margin-right: 20px;
}

.enterprise-province:last-child {
	margin-right: 0;
}

.enterprise-province>.type-edit-txt {
	height: 44px;
}

.success-img {
	width: 96px;
}

.success-p {
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	text-align: center;
	line-height: 26px;
	margin: 40px 0;
}

.success-message .perfect-btn {
	width: 280px;
}

/* 完善信息 end */

/* 物流信息 */
.logistics.login-content {
	padding: 0;
	border-radius: 16px;
	overflow: hidden;
}

.logistics-head {
	display: flex;
	display: -webkit-flex;
	padding: 60px 50px 40px 50px;
}

.log-title {
	display: flex;
	display: -webkit-flex;
	width: 50%;
	text-align: left;
}

.tit-left {
	width: 160px;
	font-weight: 500;
	font-size: 1.6rem;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.tit-right {
	flex: 1;
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.tit-blue {
	color: #0099FF;
}

.logistics-body {
	text-align: left;
	padding: 0px 50px 0px 50px;
	background-color: #E6E6E6;
	max-height: 398px;
	overflow-y: auto;
}

.log-item {
	padding: 10px 0 0px;
}

.log-item:first-child {
	padding-top: 20px;
}

.item-time {
	font-size: 1.6rem;
	color: #808080;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.item-cont {
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

/* 物流信息 end */

/* error 页面 */
.err {
	background-image: url(/images/err-code.png?81605424364bea4d917e5c7971c3e7bb);
	background-repeat: no-repeat;
	background-size: 492px 280px;
	background-position: top 112px left 40px;
	padding: 100px 0 120px;
}

.err .err-title {
	opacity: 0.5;
	font-weight: 500;
	font-size: 4.8rem;
	color: #475A66;
	letter-spacing: 2.4px;
	line-height: 48px;
}

.err .err-txt {
	font-weight: 500;
	font-size: 2.4rem;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
	margin-top: 30px;
}

.err-back {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 68px;
}

.err-back a {
	font-size: 1.4rem;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	text-decoration: underline;
	margin-top: 45px;
}

.err-back img {
	width: 287px;
}

.err-code {
	margin-top: 152px;
	font-weight: 100;
	font-size: 12rem;
	color: #B3B3B3;
	letter-spacing: 6px;
	text-align: center;
}

.err-refresh {
	font-size: 1.4rem;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	text-align: center;
	margin-top: 51px;
	margin-bottom: 115px;
}

.refresh {
	font-size: 1.4rem;
	color: #0099FF;
	letter-spacing: 0.7px;
	line-height: 20px;
	text-decoration: underline;
}

/* error 页面 end */

.empty-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 200px;
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-1040 {
	width: 1040px !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-h-100px {
	min-height: 100px !important
}

.min-w-100px {
	min-width: 100px !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

/*边框样式*/
.border-none {
	border: none !important;
}

.border-gray {
	border-color: #E6E6E6 !important;
}

.border-blue {
	border-color: #0099FF !important;
}

.border-top {
	border-top: 1px solid #E6E6E6;
}

.border-right {
	border-right: 1px solid #E6E6E6;
}

.border-bottom {
	border-bottom: 1px solid #E6E6E6;
}

.border-left {
	border-left: 1px solid #E6E6E6;
}

/*边框样式结束*/

.hidden {
	display: none;
}

/*外边距样式*/
.margin-none {
	margin: unset !important;
}

.margin-10 {
	margin: 10px !important;
}

.margin-20 {
	margin: 20px !important;
}

.margin-30 {
	margin: 30px !important;
}

.margin-40 {
	margin: 40px !important;
}

.margin-top-none {
	margin-top: unset !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-24 {
	margin-top: 20px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-right-none {
	margin-right: unset !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-right-30 {
	margin-right: 30px !important;
}

.margin-right-40 {
	margin-right: 40px !important;
}

.margin-bottom-none {
	margin-bottom: unset !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-left-none {
	margin-left: unset !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-left-40 {
	margin-left: 40px !important;
}

/*外边距样式结束*/
/*字数限制...显示*/
.text-overflow {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
}

.text-overflow-2 {
	-webkit-line-clamp: 2;
}

.text-overflow-3 {
	-webkit-line-clamp: 2;
}

.text-blue {
	color: #0099FF !important;
}

.text-red {
	color: #EF0D0D !important;
}

.text-grey {
	color: #475A66 !important;
}

.text-white {
	color: #fff !important;
}

.text-underline {
	text-decoration: underline;
}

.bg-none {
	background: none;
	background: no-repeat;
}

.rotate-45 {
    transform: rotate(45deg) !important;
}


/* ipad */
@media all and (min-width: 768px) and (max-width: 1024px) {

	html,
	body {
		width: 100%;
		min-width: 100%;
		overflow-x: hidden;
	}

	.header-pc {
		display: none;
	}

	.header-sp {
		display: block;
	}

	.wrap {
		max-width: 100%;
		margin: 0 auto;
	}

	.wrap-md {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 25px;
	}

	.wrap-sm {
		max-width: 100%;
		margin: 0 auto;
		width: 90%;
	}

	.header-wrapper-logo {
		display: flex;
		align-items: flex-end;
	}

	.header-sp-sidebar {
		width: 100%;
		padding: 0 20px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 50px;
	}

	.crumbs-nav .breadcrumbs {
		padding: 0 0;
	}

	.footer-pc {
		min-width: 100%;
		height: auto;
	}

	.footer-logo {
		width: 125px;
		height: 25px;
		margin-bottom: 20px;
	}

	.nav-copyright {
		display: block;
	}

	.copyright-list {
		flex-direction: column;
		align-items: center;
	}

	.copyright-list li a {
		color: #666;
		font-size: 15px;
		line-height: 13px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.nav-copyright p {
		font-size: 12px;
		font-weight: 500;
		margin-bottom: 0;
		text-align: center;
		color: #333;
		font-weight: unset;
	}

	.speech-nav li>a {
		white-space: nowrap;
	}

	/* 弹框 */
	.modal-w1440 {
		width: 88%;
	}

	.modal-w1040 {
		width: 88%;
	}

	.modal-w1000 {
		width: 88%;
	}

	.modal-w920 {
		width: 88%;
	}
	.modal-w700,
	.modal-w800 {
		width: 88%;
	}

	.modal-w460 {
		width: 88%;
	}

	.modal-w400 {
		/* width: 88%!important; */
	}

	.main-input {
		height: auto;
	}

	.login-content {
		/* padding: 0; */
	}

	.modal-content {
		height: auto;
		overflow-y: auto;
		max-height: 600px;
	}

	.personal .main-title,
	.enterprise .main-title,
	.add-contact .main-title,
	.add-invoice .main-title {
		display: block;
		text-align: left;
		height: auto;
	}

	.personal .main-input span,
	.enterprise .main-input span,
	.add-contact .main-input span,
	.add-invoice .main-input span {
		line-height: normal;
	}

	.personal .main-id,
	.enterprise .main-id {
		display: block;
		text-align: left;
	}

	.personal .personal-idphoto,
	.enterprise .personal-idphoto {
		/* display: block; */
	}

	.personal-idphoto .main-photo,
	.enterprise .main-photo {
		margin-top: 20px;
		width: 49%;
	}

	.personal .login-err,
	.enterprise .login-err,
	.add-contact .login-err,
	.add-invoice .login-err {
		margin-left: 0;
		/* height: 20px; */
	}

	.enterprise-province {
		width: auto;
		margin-right: 10px;
	}

	.type-edit-txt {
		padding: 0;
	}

	.main-photo.avatar-overview {
		width: 190px;
	}

	/* 物流信息 */
	.tit-left {
		width: 120px;
	}

	.footer-pc a {
		line-height: 20px !important;
	}

	.concat-info {
		margin-top: 20px;
	}

	.concat-padding {
		padding-left: 0;
		border: none;
	}

	/* 弹框 end */
}

/* ipad end*/


/* iphone */
@media screen and (min-width: 320px)and (max-width: 767px) {

	html,
	body {
		width: 100%;
		min-width: 100%;
		overflow-x: hidden;
	}

	.sp-br {
		display: block;
	}

	.sp-pad {
		display: block;
	}

	.footer-pc {
		min-width: unset;
	}

	.wrap {
		max-width: 100%;
		margin: 0 auto;
	}

	.wrap-md {
		max-width: 100%;
		margin: 0 auto;
		width: 87%;
	}

	.wrap-top {
		padding: 0 20px;
	}

	.wrap-sm {
		max-width: 100%;
		margin: 0 auto;
		width: 87%;
	}

	.btn-outline-blue:hover {
		border: 1px solid #0099FF;
		background-color: #fff;
		color: #0099FF;
	}

	.btn-outline-grey:hover {
		border: 1px solid #475A66;
		background-color: #fff;
		color: #475A66;
	}
	.btn-sm{
		padding: 3px 15px;
	}
	.btn-ml-20{
		margin-left: 10px;
	}

	/* 弹框 */
	.modal-w1440 {
		width: 90%;
	}

	.modal-w1040 {
		width: 90%;
	}

	.modal-w1000 {
		width: 90%;
	}

	.modal-w920 {
		width: 90%;
	}
	.modal-w700,
	.modal-w800 {
		width: 90%;
	}

	.modal-w460 {
		width: 90%;
	}

	.modal-w400 {
		width: 90% !important;
	}

	.modal-w680 {
		width: 90% !important
	}

	.modal-w640 {
		width: 90%;
	}

	.mh538 {
		padding: 56px 30px 0;
	}

	.qa-popup {
		padding: 15px !important;
	}

	.modal-dialog-centered {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) !important;
	}

	.modal-dialog {
		margin: 0;
	}

	.consult-modal .modal-content {
		padding: 15px;
	}

	.consult-radio {
		display: block;
	}

	.consult-radio:last-child {
		margin-top: 10px;
	}

	.consul-tip {
		margin: 15px 0 0 0px;
	}

	.main-input {
		height: auto;
	}

	.modal-close {
		width: 42px;
		height: 42px;
	}

	.reset-password .progress-item .circle-c::after {
		width: 26px;
	}

	/* sweet-alert 按钮 */
	.swal2-popup {
		width: 88% !important;
	}

	/* 视频 */
	.modal-video .modal-content {
		height: auto;
		border-radius: 0px
	}

	.modal-dialog.modal-video {
		width: 96%;
		max-width: 1200px;
		padding: 4px;
		background-color: #FFFFFF;
	}

	.hv-scale:hover img {
		transform: scale(1);
	}

	.hv-scale img {
		transition: all 0ms;
	}

	/* 咨询 */
	#consultModal .modal-dialog-centered {}

	/* 登录 */
	.pay-tab {
		width: 48%;
	}

	.main-tips {
		letter-spacing: 0px;
	}

	.success-message .perfect-btn {
		width: 100%;
	}

	/* 认证 完善信息 */
	.modal-content {
		height: auto;
		overflow-y: auto;
		max-height: 600px;
	}

	.personal .main-title,
	.enterprise .main-title,
	.add-contact .main-title,
	.add-invoice .main-title {
		display: block;
		text-align: left;
		height: auto;
	}

	.personal .main-input span,
	.enterprise .main-input span,
	.add-contact .main-input span,
	.add-invoice .main-input span {
		line-height: normal;
	}

	.personal .main-id,
	.enterprise .main-id {
		display: block;
		text-align: left;
	}

	.personal .personal-idphoto,
	.enterprise .personal-idphoto {
		display: block;
	}

	.personal-idphoto .main-photo,
	.enterprise .main-photo {
		margin-top: 20px;
	}

	.personal-idphoto .main-photo,
	.enterprise .main-photo {
		width: 100%;
	}

	.personal .login-err,
	.enterprise .login-err,
	.add-contact .login-err,
	.add-invoice .login-err {
		margin-left: 0;
		/* height: 20px; */
	}

	.personal .next-btn,
	.enterprise .next-btn,
	.add-contact .next-btn,
	.add-invoice .next-btn {
		width: 100%;
	}

	.enterprise-province {
		width: auto;
		margin-right: 10px;
	}

	.type-edit-txt {
		padding: 0;
		background-position: right 5px center;
	}

	.main-photo.avatar-overview {
		width: 190px;
	}

	/* 物流信息 */
	.logistics-head {
		display: block;
		padding: 40px 30px 30px 30px;
	}

	.log-title {
		width: 100%;
	}

	.tit-left {
		width: 100px;
	}

	.logistics-body {
		padding: 0px 30px 0px 30px;
	}

	/* 弹框 end */

	/* 导航 */
	.header-sp {
		display: block;
	}

	.header-pc {
		display: none;
	}

	.footer-sp {
		display: block;
		background-image: url(/images/footer-bg.png?805d2b3cb0969cc937d664eaba0aa525);
		background-size: 100% 100%;
		padding: 30px 0;
		background-repeat: no-repeat;
	}

	.footer-sp a {
		color: #fff;
		line-height: 50px;
		font-size: 1.6rem;
		font-weight: bold;
		padding: 0 15px;
		display: flex;
		justify-content: space-between;
	}

	.footer-sp a>.sp-icon {
		transform: rotate(-90deg);
	}

	.content-one li {
		/* margin-bottom: 30px */
	}

	.sp-two {
		display: none;
	}

	.sp-two a {
		display: block;
		padding-left: 30px;
		font-size: 1.4rem;
		line-height: 40px;
	}

	.footer-sp .copyright-list {
		display: block;
		margin: 10px 0;
	}

	.footer-sp .copyright-list a {
		display: block;
		line-height: 25px;
	}

	.concat-padding {
		width: 100%;
		padding-left: 0;
		border: none;
		margin-bottom: 20px
	}

	.nav-content {
		/* padding: 0 25px; */
	}

	.content-one {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		height: 370px;
		align-content: space-around;
	}

	.btnright-title {
		margin-bottom: 30px;
	}

	.btnright-title:nth-child(1) {
		order: 0
	}

	.btnright-title:nth-child(2) {
		order: 1
	}

	.btnright-title:nth-child(3) {
		order: 5
	}

	.btnright-title:nth-child(4) {
		order: 6
	}

	.btnright-title:nth-child(5) {
		order: 3
	}

	.btnright-title:nth-child(6) {
		order: 4
	}

	.btnright-title li {
		margin-bottom: 0px;
	}

	.btnright-title li:last-child {
		margin-bottom: 0;
	}

	.copyright-list {
		flex-wrap: wrap;
		margin: 30px 0;
	}

	.copyright-list li:nth-child(3) span {
		display: none;
	}

	/* 导航 end */

	/* 滚动；返回顶部 */
	.scoll {
		right: -65px;
	}

	.back-top {
		right: -85px;
	}

	/* 滚动；返回顶部 end */

	/* 搜索页面 */
	.search-contain {
		width: 100%;
	}

	.search-desc {
		width: 100%;
	}

	.pagination>li {
		width: 30px;
		height: 30px;
	}

	/* 搜索页面 end*/

	/* 404 页面 */
	.err-back {
		display: block;
	}

	.err-back img {
		width: 100%;
		margin-top: 120px;
	}

	/* 404 页面 end*/

	/* 分页 */
	.pagination {
		display: none !important;
	}

	/* 分页end */


	/* 0323修改 */
	.footer-pc a {
		line-height: 20px !important;
		display: inline-block;
		padding-right: 30px;
	}

	.copyright-list li a {
		padding-right: 0px;
		font-weight: bold;
		color: #666666;
		font-size: 15px;
	}

	.footer-pc .btnright::after {
		height: 10px;
	}

	.content-two {
		margin-top: 16px;
	}

	.content-two a {
		font-size: 1.4rem;
		letter-spacing: 1.2px;
		line-height: 28px !important;
	}

	.btnright-title li {
		margin-bottom: 0px;
	}

	.footer-pc a span {
		margin-left: 0;
	}

	.content-two a span {
		margin-right: 5px;
	}

	.footer-pc {
		padding: 60px 0 42px;
		min-width: 100%;
		background-size: cover;
		background-size: 250% 60%;
		height: auto;
	}

	.footer-pc .btnright-title>a {
		font-weight: bold;
	}

	.content-one {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}

	.nav-copyright img {
		margin-bottom: 20px;
		width: 125px;
		height: 25px;
		margin-right: 0
	}

	.nav-copyright p {
		font-size: 12px;
		font-weight: unset;
		margin-bottom: 0;
		text-align: center;
		color: #333;
		text-align: left;
		line-height: 1.5
	}

	.nav-copyright {
		margin-top: 0px !important;
		display: block;
		padding: 16px 20px;
	}

	.copyright-list {
		flex-direction: column;
		align-items: center;
	}

	.copyright-list li {
		margin-top: 10px;
	}

	.footer-arrow {
		margin-bottom: 0 !important;
		width: 10px !important;
		height: 12px !important;
	}

	.wx-alipay-tab {
		display: block;
		padding: 0 15px;
		margin-top: 40px;
	}

	.pay-tab {
		margin: 0 auto;
		width: 100%;
		margin-bottom: 30px;
		height: 60px;
	}

	.wx-alipay-code {
		display: none;
	}

	/* 0323修改 end */
}

/* iphone end*/

/* 特殊尺寸 */
@media all and (min-width: 768px) and (max-width: 1440px) {
	.nav-logo {
		margin-right: 90px;
	}

	.nav-list li {
		padding: 0px 36px 0px 0;
	}
}

/* 特殊尺寸 end */

/* 手机菜单 */
@media all and (min-width: 768px) and (max-width: 1024px) {
	.sp-pad {
		display: none;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.black-overlay {
		background: rgba(0, 0, 0, 0.4);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		display: none;
	}

	.right-login {
		height: 76px;
		text-align: right;
		padding-right: 20px;
		padding-top: 14px;
	}

	.right-login>a {
		margin-left: 50px;
		/* margin-left: 20px; */
		display: inline-block;
		/* width: 24px; */
		height: 24px;
	}

	.right-login>a.sp-login {
		font-weight: 500;
		font-size: 1.6rem;
		color: #333333;
		vertical-align: top;
		margin-top: 3px;
	}

	.right-login svg path {
		fill: #333333;
	}

	.right-service {
		width: 100%;
		padding-right: 20px;
	}

	.right-service>a {
		width: 49%;
	}

	.right-search {
		margin: 40px 0;
		padding-right: 20px;
	}

	.right-search .pop-search-input {
		width: 100%;
		border-bottom: 1px solid #E6E6E6;
	}

	.header-sp {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 60px;
		z-index: 100;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		background: #fff;
	}

	.color-icon.header-sp,
	.scroll.header-sp {
		background: rgba(255, 255, 255, 1);
		background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
		border-bottom: 1px solid #e6e6e6;
	}

	.color-icon .hamburger:before,
	.color-icon .hamburger:after,
	.scroll .hamburger:before,
	.scroll .hamburger:after {
		background: #767676;
	}

	.scroll .header-sp-sidebar {
		color: rgba(51, 51, 0, .9)
	}

	.scroll .header-sp-sidebar {
		background: #fff;
	}

	.color-icon .header-sp path {
		fill: #767676;
	}

	.header-wrapper {
		height: 54px;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		padding: 10px 20px;
		align-items: center;
	}

	.header-sp-global-box {
		margin-top: 5px;
	}

	.header-wrapper-logo span {
		display: block;
		height: 28px;
		font-size: 20px;
		margin-left: 16px;
		padding-left: 16px;
		border-left: 1px solid #ccc;
		font-family: aktiv-grotesk-condensed, 'Helvetica Neue', sans-serif;
		color: #666;
		font-weight: bold;
		line-height: 38px;
	}

	.o-logo-w {
		width: 140px;
	}

	.sp-search {
		cursor: pointer;
	}

	.sp-search svg {
		vertical-align: middle;
	}

	.hamburger {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}

	.hamburger:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #333;
		transition: all .3s linear;
		-webkit-transition: all .3s linear
	}

	.hamburger:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #333;
		transition: all .3s linear;
		-webkit-transition: all .3s linear;
	}

	.hamburger.open:after {
		transform: rotate(-45deg);
		top: 15px;
		transform-origin: left;
	}

	.hamburger.open:before {
		transform: rotate(45deg);
		top: 1px;
		transform-origin: left;
	}

	.right-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 83%;
		height: 100vh;
		z-index: 101;
		background: #fff;
		overflow-y: auto;
		transition: right .3s linear;
		-webkit-transition: right .3s linear;
		border-radius: 16px 0 0 0;
	}

	.right-menu.menu-open {
		right: 0;
	}

	.right-user {
		position: fixed;
		top: 0;
		right: -100%;
		width: 83%;
		height: 100vh;
		z-index: 102;
		background: #fff;
		overflow-y: auto;
		transition: right .5s linear;
		-webkit-transition: right .5s linear;
		border-radius: 16px 0 0 0;
	}

	.right-user.menu-open {
		right: 0;
	}

	.sp-user-message {
		border-left: none;
		padding-left: 0px;
	}

	.sp-user-message li {
		margin: 5px 0;
	}

	.sp-user-message li>a {
		font-size: 16px;
		color: #4D4D4D;
		letter-spacing: 1.6px;
		line-height: 32px;
	}

	.sp-user-message li:first-child>a {
		font-weight: 500;
		font-size: 18px;
		color: #1A1A1A;
		letter-spacing: 1.8px;
		line-height: 26px;
	}

	.sp-user-navs {
		margin: 60px 0;
	}

	.sp-user-navs li {
		margin-bottom: 30px;
	}

	.sp-user-navs li>a {
		font-size: 18px;
		color: #4D4D4D;
		letter-spacing: 1.8px;
		line-height: 26px;
	}

	.sp-user-btn {
		margin-right: 20px;
	}

	.sp-user-btn>a {
		width: 100%;
	}

	.sp-user {
		padding-top: 14px;
	}

	.sp-user>a {
		vertical-align: middle;
	}

	a.user-portrait {
		width: 48px;
		height: 48px;
		background-color: #007AFF;
		border-radius: 50%;
		position: relative;
	}

	.user-portrait svg {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.user-portrait svg path {
		fill: #fff;
	}

	.right-menu {
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: bottom;
	}

	.right-navs {
		padding: 0px 0px 100px 20px;
	}

	.cross-icon {
		position: absolute;
		top: 33px;
		right: 20px;
		display: inline-block;
		width: 9px;
		height: 1px;
		background: #909090;
		z-index: 99;
	}

	.cross-icon:after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 9px;
		height: 1px;
		background: #909090;
		transition: transform 0.3s linear;
		-webkit-transition: transform .3s linear;
		transform: rotate(-90deg);
	}

	.cross-icon.vopen:after {
		transform: rotate(0deg);
	}

	.cross-icon:before {
		content: "";
		display: inline-block;
		width: 40px;
		height: 20px;
		position: absolute;
		top: -10px;
		left: -20px;
		z-index: 0;
	}

	.cross-icon+ul {
		display: none;
	}

	ul.mfirst {
		display: block;
	}

	/*.cross-icon.vopen+ul {
		display: block;
	}*/
	.mnav-item2,
	.mnav-item {
		position: relative;
		width: 100%;
	}

	.mnav-item {}

	.mnav-item-list {
		display: flex;
		border-bottom: 1px solid #E6E6E6;
	}

	.menubtn-s {
		position: relative;
		flex: 1;
	}

	.menubtn-t {
		position: relative;
		flex: 1;
	}

	.mnav-item:last-child {
		border-bottom: none;
	}

	.mnav-item2 .mnav-item-list>a,
	.mnav-item .mnav-item-list>a {
		font-weight: 200;
		font-size: 1.5rem;
		color: #333;
		letter-spacing: 0.8px;
		text-align: left;
		line-height: 20px;
		display: inline-block;
		position: relative;
		z-index: 1;
	}

	.mnav-item .mnav-item-list>a {
		font-weight: 500;
		font-size: 1.8rem;
		color: #1A1A1A;
		letter-spacing: 1.8px;
		line-height: 26px;
		padding: 20px 0;
		max-width: calc(100% - 40px);
	}

	.menulink.mnav-item2 .mnav-item-list>a,
	.menulink.mnav-item .mnav-item-list>a {
		/* width: 100%; */
	}

	.v-nav_levl2 {
		padding-left: 12px;
		font-size: 1.5rem;
		font-weight: 200;
		color: #333333;
		letter-spacing: 1.1px;
		display: none;
	}

	.v-nav_levl2>li {}

	.v-nav_levl2>li a {
		font-weight: 500;
		font-size: 1.6rem;
		color: #333333;
		letter-spacing: 1.6px;
		line-height: 32px;
		padding: 16px 0;
		display: block;
		padding-right: 40px;
		border-bottom: 1px solid #E6E6E6;
	}

	.mnav-item2 .mnav-item-list>a {
		border-bottom: none;
		max-width: calc(100% - 60px);
	}

	.v-nav_levl3 {
		padding-left: 18px;
		font-size: 1.5rem;
		font-weight: 200;
		color: #333333;
		letter-spacing: 1.1px;
		display: none;
	}

	.v-nav_levl3>li {
		line-height: 32px;
	}

	.v-nav_levl3>li a {
		font-size: 1.6rem;
		color: #4D4D4D;
		letter-spacing: 1.6px;
		line-height: 32px;
		font-weight: 400;
		padding: 12px 0;
		border-bottom: 1px solid #E6E6E6;
		padding-right: 30px;
	}

	.v-nav_levl2>li a.btn {
		font-size: 12px;
	}

	.have-img {
		display: flex;
		display: -webkit-flex;
		margin-top: 10px;
	}

	.mmenu-img {
		width: 80px;
		display: inline-block;
	}

	.mm-more {
		align-self: flex-end;
		display: inline-block;
		margin-left: 60px;
	}

	.mm-store {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}

	.mm-store>div {
		width: 50%;
		text-align: center;
		margin-top: 30px;
	}

	.mm-store>div a span {
		display: block;
		font-size: 12px;
		font-weight: 200;
		color: #333333;
		letter-spacing: 1px;
	}

	.mm-contact {
		margin-top: 60px;
	}

	.mm-contact .f-title {
		font-size: 13px;
		font-weight: 200;
		color: #666666;
		letter-spacing: 1px;
	}

	.mm-contact .social-icon {
		text-align: center;
		margin-top: 17px;
	}

    .crumbs-nav-box{
        top: 54px;
    }
}

@media screen and (min-width: 320px)and (max-width: 767px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}
    .crumbs-nav-box{
        top: 54px;
    }
	.black-overlay {
		background: rgba(0, 0, 0, 0.4);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		display: none;
	}

	.prd-overlay {
		background: rgba(0, 0, 0, 0.4);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: none;
	}

	.prd-list {
		position: fixed;
		top: 76px;
		z-index: 11;
		width: 100%;
		background-color: #fff;
	}

	.prd-list-two {
		position: fixed;
		top: 104px;
		z-index: 11;
		width: 100%;
		background-color: #fff;
	}

	.sect-grey-bg {
		margin-top: 50px;
	}

	.right-login {
		height: 76px;
		text-align: right;
		padding-right: 20px;
		padding-top: 26px;
	}

	.right-login>a {
		/* margin-left: 50px; */
		margin-left: 15px;
		display: inline-block;
		/* width: 24px; */
		height: 24px;
	}

	.right-login>a.sp-login {
		font-weight: 500;
		font-size: 1.6rem;
		color: #333333;
		vertical-align: top;
		margin-top: 3px;
	}

	.right-login svg path {
		fill: #333333;
	}

	.right-service {
		width: 100%;
		padding-right: 20px;
	}

	.right-service>a {
		width: 49%;
	}

	.service-l {
		margin-right: -5px;
	}

	.right-search {
		margin: 40px 0;
		padding-right: 20px;
	}

	.right-search .pop-search-input {
		width: 100%;
		border-bottom: 1px solid #E6E6E6;
	}

	.header-sp {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 60px;
		z-index: 100;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		background: #fff;
	}

	.color-icon.header-sp,
	.scroll.header-sp {
		background: rgba(255, 255, 255, 1);
		background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	}

	.color-icon .hamburger:before,
	.color-icon .hamburger:after,
	.scroll .hamburger:before,
	.scroll .hamburger:after {
		background: #767676;
	}

	.scroll .header-sp-sidebar {
		background: #fff;
		border-bottom: 1px solid #e6e6e6;
	}

	.color-icon .header-sp path {
		fill: #767676;
	}

	.header-wrapper {
		height: 54px;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		padding: 10px 20px;
		align-items: center;
	}

	.header-wrapper-logo {
		display: flex;
		align-items: flex-end;
	}

	.header-wrapper-logo span {
		display: block;
		height: 27px;
		font-size: 20px;
		margin-left: 16px;
		padding-left: 16px;
		border-left: 1px solid #ccc;
		font-family: aktiv-grotesk-condensed, 'Helvetica Neue', sans-serif;
		color: #666;
		font-weight: bold;
		line-height: 34px;
		letter-spacing: 0;
	}

	.o-logo-w {
		width: 125px;
	}

	.sp-search {
		cursor: pointer;
	}

	.sp-search svg {
		vertical-align: middle;
	}

	.header-sp-global-box {
		display: flex;
		align-items: center;
	}

	.header-sp-sidebar {
		width: 100%;
		padding: 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 50px;
	}

	.hamburger {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}

	.hamburger:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #333;
		transition: all .3s linear;
		-webkit-transition: all .3s linear
	}

	.hamburger:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #333;
		transition: all .3s linear;
		-webkit-transition: all .3s linear;
	}

	.hamburger.open:after {
		transform: rotate(-45deg);
		top: 15px;
		transform-origin: left;
	}

	.hamburger.open:before {
		transform: rotate(45deg);
		top: 1px;
		transform-origin: left;
	}

	.right-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 83%;
		height: 100vh;
		z-index: 105;
		background: #fff;
		overflow-y: auto;
		transition: right .3s linear;
		-webkit-transition: right .3s linear;
		border-radius: 16px 0 0 0;
	}

	.right-menu.menu-open {
		right: 0;
	}

	.right-user {
		position: fixed;
		top: 0;
		right: -100%;
		width: 83%;
		height: 100vh;
		z-index: 106;
		background: #fff;
		overflow-y: auto;
		transition: right .5s linear;
		-webkit-transition: right .5s linear;
		border-radius: 16px 0 0 0;
	}

	.right-user.menu-open {
		right: 0;
	}

	.sp-user-message {
		border-left: none;
		padding-left: 0px;
	}

	.sp-user-message li {
		margin: 5px 0;
	}

	.sp-user-message li>a {
		font-size: 16px;
		color: #4D4D4D;
		letter-spacing: 1.6px;
		line-height: 32px;
	}

	.sp-user-message li:first-child>a {
		font-weight: 500;
		font-size: 18px;
		color: #1A1A1A;
		letter-spacing: 1.8px;
		line-height: 26px;
	}

	.sp-user-navs {
		margin: 60px 0;
	}

	.sp-user-navs li {
		margin-bottom: 30px;
	}

	.sp-user-navs li>a {
		font-size: 18px;
		color: #4D4D4D;
		letter-spacing: 1.8px;
		line-height: 26px;
	}

	.sp-user-btn {
		margin-right: 20px;
	}

	.sp-user-btn>a {
		width: 100%;
	}

	.sp-user {
		padding-top: 14px;
	}

	.sp-user>a {
		vertical-align: middle;
	}

	a.user-portrait {
		width: 48px;
		height: 48px;
		background-color: #007AFF;
		border-radius: 50%;
		position: relative;
	}

	.user-portrait svg {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.user-portrait svg path {
		fill: #fff;
	}

	.right-menu {
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: bottom;
	}

	.right-navs {
		padding: 0px 0px 100px 20px;
	}

	.cross-icon {
		position: absolute;
		top: 33px;
		right: 40px;
		display: inline-block;
		width: 9px;
		height: 1px;
		background: #909090;
		z-index: 99;
	}

	.cross-icon:after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 9px;
		height: 1px;
		background: #909090;
		transition: transform 0.3s linear;
		-webkit-transition: transform .3s linear;
		transform: rotate(-90deg);
	}

	.cross-icon.vopen:after {
		transform: rotate(0deg);
	}

	.cross-icon:before {
		content: "";
		display: inline-block;
		width: 40px;
		height: 20px;
		position: absolute;
		top: -10px;
		left: -20px;
		z-index: 0;
	}

	.cross-icon+ul {
		display: none;
	}

	ul.mfirst {
		display: block;
	}

	/*.cross-icon.vopen+ul {
		display: block;
	}*/
	.mnav-item2,
	.mnav-item {
		position: relative;
		width: 100%;
	}

	.mnav-item {}

	.mnav-item-list {
		display: flex;
		border-bottom: 1px solid #E6E6E6;
	}

	.menubtn-s {
		position: relative;
		flex: 1;
	}

	.menubtn-t {
		position: relative;
		flex: 1;
	}

	.mnav-item:last-child {
		border-bottom: none;
	}

	.mnav-item2 .mnav-item-list>a,
	.mnav-item .mnav-item-list>a {
		font-weight: 200;
		font-size: 1.5rem;
		color: #333;
		letter-spacing: 0.8px;
		text-align: left;
		line-height: 20px;
		display: inline-block;
		position: relative;
		z-index: 1;
	}

	.mnav-item .mnav-item-list>a {
		font-weight: 500;
		font-size: 1.8rem;
		color: #1A1A1A;
		letter-spacing: 1.8px;
		line-height: 26px;
		padding: 20px 0;
		max-width: calc(100% - 40px);
	}

	.menulink.mnav-item2 .mnav-item-list>a,
	.menulink.mnav-item .mnav-item-list>a {
		/* width: 100%; */
	}

	.v-nav_levl2 {
		padding-left: 12px;
		font-size: 1.5rem;
		font-weight: 200;
		color: #333333;
		letter-spacing: 1.1px;
		display: none;
	}

	.v-nav_levl2>li {}

	.v-nav_levl2>li a {
		font-weight: 500;
		font-size: 1.6rem;
		color: #333333;
		letter-spacing: 1.6px;
		line-height: 32px;
		padding: 16px 0;
		display: block;
		padding-right: 40px;
		border-bottom: 1px solid #E6E6E6;
	}

	.mnav-item2 .mnav-item-list>a {
		border-bottom: none;
		max-width: calc(100% - 60px);
	}

	.v-nav_levl3 {
		padding-left: 18px;
		font-size: 1.5rem;
		font-weight: 200;
		color: #333333;
		letter-spacing: 1.1px;
		display: none;
	}

	.v-nav_levl3>li {
		line-height: 32px;
	}

	.v-nav_levl3>li a {
		font-size: 1.6rem;
		color: #4D4D4D;
		letter-spacing: 1.6px;
		line-height: 32px;
		font-weight: 400;
		padding: 12px 0;
		border-bottom: 1px solid #E6E6E6;
		padding-right: 30px;
	}

	.v-nav_levl2>li a.btn {
		font-size: 12px;
	}

	.have-img {
		display: flex;
		display: -webkit-flex;
		margin-top: 10px;
	}

	.mmenu-img {
		width: 80px;
		display: inline-block;
	}

	.mm-more {
		align-self: flex-end;
		display: inline-block;
		margin-left: 60px;
	}

	.mm-store {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}

	.mm-store>div {
		width: 50%;
		text-align: center;
		margin-top: 30px;
	}

	.mm-store>div a span {
		display: block;
		font-size: 12px;
		font-weight: 200;
		color: #333333;
		letter-spacing: 1px;
	}

	.mm-contact {
		margin-top: 60px;
	}

	.mm-contact .f-title {
		font-size: 13px;
		font-weight: 200;
		color: #666666;
		letter-spacing: 1px;
	}

	.mm-contact .social-icon {
		text-align: center;
		margin-top: 17px;
	}



	/* 0324修改 */
	.v-nav_levl2 li .mnav-item-list a {
		padding: 12px 0;
		font-size: 16px;
		line-height: 32px;
	}

	.v-nav_levl2 li .mnav-item-list .cross-icon {
		top: 28px;
	}

	.v-nav_levl2>li a {
		font-weight: 500;
		font-size: 1.6rem;
		color: #333;
		letter-spacing: 1.6px;
		line-height: 32px;
		padding: 16px 0;
		display: block;
		padding-right: 40px;
		border-bottom: 1px solid #e6e6e6;
	}

	/* 0324修改 end*/

}

/*手机菜单end*/

.hv-show{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	cursor: pointer;
	white-space: normal!important;
}
.hv-show-txt {
    box-shadow: 0px 0px 6px #000;
    padding: 5px;
    font-size: 12px;
    display: none;
    position: absolute;
    border-radius: 5px;
    top: -30px;
    background: #fff;
    line-height: 18px;
	z-index: 3;
}
.hv-show:hover .hv-show-txt{
	display: block;
}

.header-menu-li-a:hover .header-menu-hv-show-txt{
	display: block;
}

.header-menu-hv-show-txt {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	left:0px;
	top:30px;
	box-shadow: 0px 0px 6px #000;
	padding: 5px;
	font-size: 12px;
	display: none;
	position: absolute;
	border-radius: 5px;
	background: #fff;
	line-height: 18px;
	z-index: 3;
}

.footer-cart-goods-num {
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 7px;
    font-size: 12px;
    background-color: #ff0000;
    letter-spacing: 0;
    color: #ffffff;
    /* position: absolute; */
    /* top: 10px; */
    /* right: -12px; */
    -webkit-transform: scale(0.85);
    text-align: center;
    line-height: 13px;
    padding: 3px 2px 2px;
    /* display: none; */
    min-width: 16px;
    height: 16px;
    z-index: 0;
}
.badge-oval {
    border-radius: 4px;
    font-size: 12px;
    background-color: #ff0000;
    letter-spacing: 0;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: -27px;
    -webkit-transform: scale(0.75);
    text-align: center;
    line-height: 12px;
    padding: 3px 4px 4px;
    min-width: 16px;
    height: 16px;
}

.notice-box{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    background-image: url(/images/notice-bg.png?2674857b6362518deaa59a786bad8ee4);
    background-position: center;
    background-size: 100%;
    border: 1px solid #eee;
}

.notice-left{
    color: #383B40;
    /* letter-spacing: 1.4px; */
    /*line-height: 40px;*/
}
.notice-left > .icon-notice{
    width: 20px;
    height: 21px;
    margin-right: 10px;
}
.notice-right > .icon-logo{
    width: 20px;
    height: 20px;
}




