@charset 'utf-8';

/* CSS reset */
html {
	color: #fff;
	font-family: Arial, 'Microsoft YaHei', '宋体';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
strong {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei', Arial, '宋体';
}

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

fieldset,
img {
	border: 0;
}

a {
	text-decoration: none;
	color: #3c3c3c;
	outline: none;
}

/*此处待添加默认链接颜色*/
var,
em,
strong {
	font-style: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

body {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

::-webkit-input-placeholder {
	/*Webkit browsers*/
	color: #fff;
}

:-moz-placeholder {
	/*Mozilla Firefox 4 to 8*/
	color: #fff;
}

::moz-placeholder {
	/*Mozilla Firefox 19+*/
	color: #fff;
}

:-ms-input-placeholder {
	/*Internet Explorer 10+*/
	color: #fff;
}

input {
	border: none;
	outline: none;
}

/*input:-webkit-autofill{ 
  box-shadow: 0 0 0px 1000px transparent inset !important;
}*/
.language-box {
	min-width: 37%;
}

html,
body,
.wrap {
	min-height: 100%;
	margin: 0 auto;
	background-color: rgb(246, 245, 251);
}

html,
body {
	overflow-y: auto;
}

html,
body {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	scroll-behavior: smooth;
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 35px;
	}
}

@media only screen and (min-width:321px) and (max-width: 480px) {
	html {
		font-size: 40px;
	}
}

@media only screen and (min-width:481px) and (max-width: 600px) {
	html {
		font-size: 42px;
	}
}

@media only screen and (min-width:601px) and (max-width: 719px) {
	html {
		font-size: 48px;
	}
}

@media only screen and (min-width:720px) and (max-width: 800px) {
	html {
		font-size: 55px;
	}
}

@media only screen and (min-width: 801px) {
	html {
		font-size: 80px;
	}
}

.content {
	position: absolute;
	left: 0;
	top: 1.23rem;
	width: 100%;
}
.header-bg{
	background-color:transparent;
}
/* 1280px 及以下） */
@media only screen and (max-width: 1279px) {
	.app-show {
		display: block;
	}

	.app-hide {
		display: none;
	}
	.header-h5{
		background-image: url("./topBg-Mob.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: 1.44rem;
		width: 100%;
		position: fixed;
		left: 0;
		top:0;
		display: flex;
		align-items: center;
		z-index: 1000;
	}
	.header-h5 .nav {
	    width: 0.55rem;
	    height: 0.48rem;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    background-image: url("./nav.png");
		position: relative;
		left: 0.6rem;
		top: -0.2rem;
	}
	.header-h5 .logo{
		/* background-image: url("../images/index/logo.png"); */
		background-size: 100% 100%;
		background-repeat: no-repeat;
		width: 2.86rem;
		height: 0.76rem;
		margin: auto;
	}
	.header-h5 .nav-name{
		background-image: url("./logo.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		width: 1.2rem;
		height: 1.2rem;
		margin: auto;
		position: relative;
		right: 0.3rem;
	}
	.header-h5 .right{
		position: fixed;
		right: 0.7rem;
		top: 0.2rem;
	}
	.header-h5-language{
		display: flex;
		align-items: center;
	}
	.header-h5-language .name{
		font-family: ArialMT;
		font-size: 0.3rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 0.6rem;
		letter-spacing: 0rem;
		color: rgba(51, 51, 51, 1);
		padding-right: 0.2rem;
	}
	.header-h5-language .icon{
	    background-image: url(./drop-down.png);
	    background-size: 100% 100%;
	    background-repeat: no-repeat;
		width: 0.31rem;
		height: 0.16rem;	
	}
	.footer{
		display: inherit;
		height: 2.3rem;
	}
	.footer .left {
		font-size: 0.3rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 0.6rem;
		letter-spacing: 0rem;
		color: #ffffff;	
		text-align: center;
		padding: .5rem 0 0.2rem 0;
	}
	.footer .right {
		justify-content: center;
		display: flex;
		align-items: center;
	}
	.footer .right .btn,.footer .right .line{
		font-family: MicrosoftYaHei;
		font-size: 0.3rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 0.4rem;
		letter-spacing: 0rem;
		color: #ffffff;	
	}
	.footer .right .line{
		margin: 0 .2rem;
	}
	.foot {
		background-color: #0663b1;
		font-size: 0.2rem;
	}
	.foot .foot-tab {
		padding: .5rem;
	}
	.foot .foot-tab:nth-child(2) {
		background-color: #075393;
	}
	.foot .foot-tab .foot-tab-a{
		font-size: .5rem;
		font-weight: bold;
		padding-bottom: .2rem;
	}
	.foot .foot-tab .foot-tab-b{
		font-size: .3rem;
		line-height: .5rem;
	}
	.foot .foot-tab .foot-tab-c{
		font-size: .4rem;
		line-height: .8rem;
		font-weight: bold;
	}
}

/* 1280px 像素及以上） */
@media only screen and (min-width: 1280px) {
	.pc-show {
		display: block;
	}

	.pc-hide {
		display: none;
	}

	.header-pc .left .logo {
		background-image: url("./logo.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		width: 0.95rem;
		height: 0.95rem;
	}
	.header-pc .left .name {
		font-family: MicrosoftYaHei-Bold;
		font-size: 0.38rem;
		font-weight: bold;
		font-stretch: normal;
		line-height: 0.6rem;
		letter-spacing: 0rem;
		color: #000000;	
	}
	.header-pc .nav {
		display: flex;
		align-items: center;
		width: 75%;
		justify-content: space-around;
	}

	.header-pc .nav .item {
		font-family: ArialMT;
		font-size: 0.23rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 0.6rem;
		letter-spacing: 0rem;
		color: rgba(51, 51, 51, 1);
	}
	.header-pc .nav .item.active {
		color: #0663b1;
	}
	.header-pc {
		background-image: url("./topBg-PC.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: 0.95rem;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}
	.header-pc .center{
		height: 0.95rem;
		display: flex;
		width: 16.5rem;
		position: fixed;
		top:0;
		left: 59%;
		transform: translateX(-50%);
		justify-content: space-between;
		align-items: center;
	}
	
	.header-pc .left {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.header-pc .right {
		position: absolute;
		right: 10%;
		align-items: center;
	}

	.header-pc .partner-login {
		margin-right: .2rem;
	}

	.header-pc .partner-login,
	.header-pc .seller-login {
		border-radius: 0.3rem;
		border: solid 0.04rem #0663b1;
		font-family: ArialMT;
		font-size: 0.23rem;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0rem;
		color: rgba(51, 51, 51, 1);
		padding: .1rem .2rem;
	}
	
	.header-pc .seller-login.active{
		color: #0663b1;
	}
	.header-pc-language {
		display: flex;
		align-items: center;
		padding-left: .2rem;
	}

	.header-pc-language .name {
		font-family: ArialMT;
		font-size: 0.23rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 0.6rem;
		letter-spacing: 0rem;
		color: rgba(51, 51, 51, 1);
	}

	.header-pc-language .icon {
		background-image: url("./drop-down.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		width: 0.18rem;
		height: 0.09rem;
	}
	.footer{
	    display: flex;
	    align-items: center;
	    justify-content: space-around;	
		height: 1.88rem;
	}
	.footer .right{
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	
	.footer .left {
		font-family: MicrosoftYaHei;
		font-size: 0.23rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 0.6rem;
		letter-spacing: 0rem;
		color: rgba(255, 255, 255, 1);
	}
	
	.footer .right .btn{
		font-family: MicrosoftYaHei;
		font-size: 0.23rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 0.6rem;
		letter-spacing: 0rem;
		color: rgba(255, 255, 255, 1);
	}
	.footer .right .line{
		color: rgba(255, 255, 255, 1);
		padding: 0 .2rem;
		line-height: 0.6rem;
		font-size: 0.23rem;
	}

	.foot {
		background-color: #0663b1;
		padding: 1rem;
		font-size: 0.2rem;
		display: flex;
		justify-content: center;
	}
	.foot .foot-tab {
		flex: 1;
		position: relative;
	}
	.foot .foot-tab:nth-child(1) {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.foot .foot-tab:nth-child(2) {
		padding-left: 2rem;
	}
	.foot .foot-tab:nth-child(3) {
		padding-left: 1rem;
	}
	.foot .foot-tab .foot-tab-a{
		font-size: .3rem;
		font-weight: bold;
		padding: .1rem 0;
	}
	.foot .foot-tab .foot-tab-b{
		font-size: .2rem;
		line-height: .3rem;
	}
	.foot .foot-tab .foot-tab-c{
		font-size: .2rem;
		line-height: .5rem;
		font-weight: bold;
	}
}

.menu-box {
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .2);
	z-index: 9999;
	color: #333;
}

.menu-list {
	position: relative;
	width: 50%;
	height: 100%;
	padding: .4rem 0 0.5rem;
	width: 100%;
	background-color: #fff;
}
.menu-list .above{
	display: flex;
	align-items: center;
	width: 90%;
	margin: auto;
}
	
.menu-name{
	font-size: 0.8rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.6rem;
	letter-spacing: 0rem;
	color: #000000;	
}
.menu-close {
	position: absolute;
	right: 5%;
	top: 0.5rem;
	width: 0.45rem;
	height: 0.46rem;
	background: url("./close.png") no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.mobile-nav a {
	display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .38rem;
    color: #333;
	position: relative;
	margin: auto;
	width: 90%;
}
.mobile-nav a::after{
	content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e6e6e6;
    height: 0.03rem;
	
}
.mobile-nav a.active {
	color: #0663b1;
	position: relative;
}
.mobile-nav a.active .name{
	display: inline-block;
	position: relative;
}
.mobile-nav a.active .name::before {
	content: "";
	display: block;
	width: 100%;
	height: 0.08rem;
	background-color: #0663b1;
	border-radius: 0.04rem;	
	position: absolute;
	bottom: .3rem;
	left: 0;
}
.mobile-nav a:last-child::after{
	display: none;
}
.menu-list .arrow{
	width: 0.2rem;
	height: 0.34rem;
	position: absolute;
	right: 0%;
	top:.6rem;
	background-image: url("./btnl1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.menu-login .gray{
	font-family: MicrosoftYaHei;
	font-size: 0.38rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.6rem;
	letter-spacing: 0rem;
	color: #aaaaaa;	
	text-align: center;
	padding: 1.7rem 0 .5rem 0;
	margin: auto;
	display: block;
}
.menu-login .green{
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: solid 0.04rem #0663b1;	
	font-family: MicrosoftYaHei;
	font-size: 0.38rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1rem;
	height: 1rem;
	letter-spacing: 0rem;
	color: #0663b1;	
	text-align: center;
	margin: auto;
	width: 5.5rem;
	display: block;
}
.language-nav {
	position: fixed;
	top: 1rem;
	right: 6%;
	background-color: #fff;
	border-radius: 6px;
	padding: 0 3%;
	z-index: 100;
	display: none;
	z-index: 10000;
}

.language-nav .item {
	color: #000;
	height: 0.75rem;
	line-height: .75rem;
	font-size: .35rem;
	text-align: center;
}

.language-nav .item.active {
	color: #0663b1 !important;
}
.footer{
	width: 100%;
	background-color: rgba(0, 0, 0, 1);
	z-index: 100;
	position: relative;
}
/* 动画效果 */
/* slide-bottom  */
.slide-bottom {
	-webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: .5s;
}

@-webkit-keyframes slide-bottom {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slide-bottom {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* slide-bottom  */
/* slide-right  */
.slide-right {
	-webkit-animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: .2s;
}

@-webkit-keyframes slide-right {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slide-right {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/* slide-right  */

/* slide-left */
.slide-left {
	-webkit-animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: .2s;
}

@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slide-left {
	0% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/* slide-left */
/* rotate-diagonal-1 */
.rotate-diagonal-1 {
	-webkit-animation: rotate-diagonal-1 .8s linear both;
	animation: rotate-diagonal-1 .8s linear both;
	animation-delay: .5s;
}

@-webkit-keyframes rotate-diagonal-1 {
	0% {
		-webkit-transform: rotate3d(1, 1, 0, 0deg);
		transform: rotate3d(1, 1, 0, 0deg);
	}

	50% {
		-webkit-transform: rotate3d(1, 1, 0, -180deg);
		transform: rotate3d(1, 1, 0, -180deg);
	}

	100% {
		-webkit-transform: rotate3d(1, 1, 0, -360deg);
		transform: rotate3d(1, 1, 0, -360deg);
	}
}

@keyframes rotate-diagonal-1 {
	0% {
		-webkit-transform: rotate3d(1, 1, 0, 0deg);
		transform: rotate3d(1, 1, 0, 0deg);
	}

	50% {
		-webkit-transform: rotate3d(1, 1, 0, -180deg);
		transform: rotate3d(1, 1, 0, -180deg);
	}

	100% {
		-webkit-transform: rotate3d(1, 1, 0, -360deg);
		transform: rotate3d(1, 1, 0, -360deg);
	}
}

/* rotate-diagonal-1 */
/* rotate-center */
.rotate-center {
	-webkit-animation: rotate-center 0.6s ease-in-out both;
	animation: rotate-center 0.6s ease-in-out both;
	animation-delay: .5s;
}

@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* rotate-center */

/* 应用动画效果到需要的元素上 */
.dynamic-number {
	animation: count-animation 3s infinite alternate;
	/* 指定动画名称、持续时间、无限循环并交替反向运行 */
}

/* 创建一个名为"count-animation"的动画 */
@keyframes count-animation {
	0% {
		/* 初始状态 */
		opacity: 1;
		/* 设置不透明度为完全显示 */
		transform: scale(1);
		/* 将元素大小还原到正常大小 */
	}

	50% {
		/* 过渡状态 */
		opacity: 0.7;
		/* 设置不透明度为部分隐藏 */
		transform: scale(1.2);
		/* 放大元素大小 */
	}

	100% {
		/* 结束状态 */
		opacity: 1;
		/* 重新设置不透明度为完全显示 */
		transform: scale(1);
		/* 再次将元素大小还原到正常大小 */
	}
}