* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	font-family: Microsoft YaHei, helvetica, sans-serif;
	font-size: .9375rem;
	line-height: 1.2;
	min-width: 1382px;
	background: #f5f5f5;
	color: #333;
}

img {
	display: block;
}

input {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	outline: none;
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

li {
	list-style-type: none
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

.pr {
	position: relative;
}

.over {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.justify-content {
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.justify-content-x {
	-webkit-box-pack: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.align-items {
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.align-items-end {
	align-items: flex-end;
}

.align-content-end {
	justify-content: flex-end;
}

.row {
	margin-left: -8px;
	margin-right: -8px;
}

.column {
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
}

.rowWrap {
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
	max-width: 1216px;
	margin-right: auto;
	margin-left: auto;
}

.flexRow {
	margin-left: -8px;
	margin-right: -8px;
}

.head-wid {
	width: 100%;
	background: #fff;
}

.head-fixed {
	position: fixed;
	z-index: 99;
}

.header {
	font-size: 0.8125rem;
	border-bottom: 1px solid #dfdfdf;
	height: 36px;
}

.head-l-li {
	color: #000000;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #dfdfdf;
}

.head-l-li:last-child {
	border-right: 0;
	margin-right: 0;
}

.head-l-li__btn {
	margin: 0 22px;
	color: #d40602;
}

.head-l-li__num {
	background: #d40602;
	color: #fff;
	margin: 0 2px;
	padding: 0 3px;
	border-radius: 3px;
	font-size: .75rem;
}

.head-l-li__tz img {
	width: 10px;
}

.head-r-li {
	margin-left: 24px;
	display: flex;
	align-items: center;
	position: relative;
	height: 36px;
}

.head-r-active {
	color: #d40602;
}

.head-r-li_pr {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	display: flex;
	align-items: center;
}

.head-r-li_down {
	width: 10px;
	margin: 0 0.25rem;
}

.head-r-li_car {
	width: 13px;
	margin-right: 0.25rem;
}

.head-r-ul {
	padding-left: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 5.6rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	display: none;
	background-color: #fff;
	z-index: 4;
}

.head-r-ul li {
	padding: 8px 6px;
	text-align: center;
	font-size: .75rem;
}

.head-r-ul li:hover {
	color: #d40602;
}

.head-r-ul li a {
	display: block;
}

.head-r-list__d:hover .head-r-ul {
	display: block;
}

.head-r-list__d:hover {
	background: rgba(153, 153, 153, 0.2);
}

.search-wid {
	background: #fff;
	padding: 12px 0;
}

.search-logo {
	width: 154px;
	margin: 0 30px;
}

.search-logo img {
	width: 100%;
}

.search-r {
	display: inline-flex;
	max-width: calc(100% - 974px);
	height: 36px;
	border: 1px solid #a02928;
	color: #a02928;
	padding: 0 8px;
	font-size: 0.8125rem;
	margin-left: 60px;
}

.search-r-icon img {
	width: 15px;
	margin-right: 4px;
}

.search-bar {
	width: 760px;
	padding-left: 30px;
}

.search-label {
	align-items: flex-start;
	padding-right: 0;
	padding-left: 0;
	height: 3rem;
}

.search-label ul li {
	font-size: 0.8125rem;
	height: 2.25rem;
	min-width: 6.5rem;
	color: #000000;
	margin-right: 0;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.search-label ul li:before {
	content: "";
	width: 1px;
	height: 1.25rem;
	background-color: rgba(204, 204, 204, 1);
	position: absolute;
	left: -1px;
	top: 55%;
	transform: translateY(-50%);
}

.search-label ul li:first-child:before {
	content: "";
	width: 0;
}

.search-label ul li.label-active {
	color: #fff;
	background: #a02928;
}

.search-label ul li.label-active::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	transform: translate(-50%);
	width: 0;
	height: 0;
	border: .4rem solid transparent;
	border-top: .45rem solid #a02928;
}

.search-label ul li:hover {
	color: #fff;
	background: #a02928;
	opacity: 0.9;
}

.search-label ul li:hover::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	transform: translate(-50%);
	width: 0;
	height: 0;
	border: .4rem solid transparent;
	border-top: .45rem solid #a02928;
}

.search-row {
	height: 36px;
}

.search-btn {
	width: 86px;
	height: 100%;
	border: none;
	position: relative;
}

.search-btn img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
}

.bg-red {
	background: #a02928;
}

.input-box {
	width: calc(100% - 86px);
	box-sizing: border-box;
	border: 1px solid rgba(207, 207, 207, 1);
	height: 100%;
	padding: 4px 0;
}

.lang {
	border: none;
	outline: none;
	font-size: 0.75rem;
	text-align: center;
	width: 86px;
	height: 100%;
	border-right: 1px solid rgba(204, 204, 204, 1);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 16px;
}

.drown-icon {
	width: 8px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.search-input {
	width: calc(100% - 86px);
	padding: 0 0.75rem;
	margin: 0 auto;
	height: 100%;
}

.platform-tabs {
	background: #fff;
}

.sort-tab {
	margin: 0 8px;
}

.sort-tab li {
	font-size: 1rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	min-width: 6.75rem;
	background: #ececec;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #a02928;
	border-bottom: 0;
	overflow: hidden;
}

.sort-tab li:first-child {
	border-radius: 8px 0 0 0;
}

.sort-tab li:last-child {
	border-radius: 0 8px 0 0;
}

.sort-tab li.sort-active a {
	display: block;
	width: 100%;
	height: 100%;
	background: #a02928;
	color: #fff;
}

.sort-tab li a:hover {
	text-decoration: none;
}

.sort-tab li:hover a {
	background: #a02928;
	color: #fff;
	opacity: 0.8;
	display: block;
	width: 100%;
	height: 100%;
}

.banner-bg {
	width: 100%;
	background: #043438;
	min-height: 460px;
}

.banner-box {
	width: 760px;
	margin: 0 auto;
	transform: translateX(-4px);
}

.banner-li {
	display: none;
}

.banner-li img {
	width: 100%;
	height: auto;
}

.banner-li-active {
	display: block;
}

.banner-bot {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 12px;
}

.banner-bot-list {
	width: 17px;
	height: 17px;
	border-radius: 17px;
	box-sizing: border-box;
	border: 2px solid #fff;
	margin: 0 12px;
}

.dot-active {
	background: #fff;
}

.banner-content {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.sort {
	background-color: rgba(0, 0, 0, 0.6);
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
	width: 216px;
	height: 460px;
	pointer-events: auto;
	margin-left: 8px;
}


.sort-item-li {
	color: #fff;
	font-size: 0.8125rem;
	padding-left: 16px;
	padding-right: 16px;
	text-align: left;
	height: 32px;
	line-height: 32px;
	border-radius: 0;
	width: 100%;
	margin: 8px 0;
	cursor: pointer;
}

.sort-item-li:hover {
	background: rgba(255, 255, 255, 0.2);
}

.sort-content {
	width: calc(100% - 12px);
}

.sort-arrow img {
	width: 12px;
}

.sort-menu {
	position: absolute;
	width: 760px;
	min-height: 100%;
	background: #fff;
	top: 0;
	left: 100%;
	z-index: 4;
	box-sizing: border-box;
	border: 1px solid rgba(207, 207, 207, 1);
	display: none;
	padding: 0 12px;
}

.sort-menu-item {
	padding: 16px 0;
	border-bottom: 1px solid rgba(207, 207, 207, 1);
	display: flex;
	align-items: flex-start;
}

.sort-menu-item:last-child {
	border-bottom: 0;
}

.sort-menu-l {
	color: #000000;
	width: 120px;
	text-align: left;
	padding: 6px 0;
	padding-right: 12px;
	font-size: 0.875rem;
	line-height: 1.3;
}

.sort-menu-r {
	width: calc(100% - 120px);
	color: #666;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8125rem;
}

.sort-menu-r li {
	display: inline-block;
	line-height: 1.3;
	padding: 6px 0;
}

.sort-menu-r li a {
	padding-right: 12px;
	padding-left: 12px;
	border-right: 1px solid rgba(207, 207, 207, 1);
}

.sort-menu-r li:last-child a {
	border-right: 0
}

.banner-r {
	pointer-events: auto;
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 4;
	height: 100%;
	width: 224px;
	background: rgba(255, 255, 255, 0.9);
}

.sub-info {
	width: 100%;
	padding: 12px;
}

.sub-info-t {
	background: #fff;
}

.login-box {
	padding: 12px 10px;
	border-bottom: 1px solid #e5e5e5;
}

.login-logo img {
	width: auto;
	height: 52px;
	margin: 0 auto;
}

.login-wel {
	font-size: .8125rem;
	font-weight: 400;
	color: #a02928;
	text-align: center;
	margin-bottom: 12px;
}

.login-btn {
	width: 48%;
	height: 2rem;
	border: none;
	background: transparent;
	border-radius: 4px;
	font-size: .875rem;
	cursor: pointer;
}

.login-btn:hover {
	opacity: 0.8;
}

.login {
	box-sizing: border-box;
	border: 1px solid #a02928;
	color: #a02928;
	margin-right: 4%;
}

.register {
	background: #a02928;
	color: #fff;
}


.login-user {
	padding: 12px 12px 0 12px;
	background: #fff;
	color: rgba(56, 56, 56, 1);
	font-size: .75rem;
	font-weight: 400;
	letter-spacing: 0px;
	border-bottom: 1px solid #e5e5e5;
}

.login-user-t {
	border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.login-user-b ul {
	flex-wrap: wrap;
	padding: 6px 0;
}

.login-user-b ul li {
	width: 50%;
	padding: 6px 0;
}

.info-num {
	font-size: .75rem;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	background: rgba(212, 48, 48, 1);
	border-radius: 1rem;
	min-width: 1rem;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	margin-right: 8px;
}

.info-num div {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}

.login-user-info,
.login-user-ly {
	padding-bottom: 10px;
}

.login-user-info img {
	width: 22px;
	height: 22px;
	border-radius: 22px;
	margin-right: 10px;
}

.login-user-ly span {
	color: rgba(212, 48, 48, 1);
}

.dp-btn {
	padding: 12px 0;
}

.dp-btn-list {
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #e5e5e5;
	display: block;
	font-size: .75rem;
	color: #000;
	cursor: pointer;
}

.dp-btn-list:last-child {
	border: 0;
}

.dp-icon img {
	width: 16px;
	margin-right: 4px;
}

.news {
	border-bottom: 1px solid #e5e5e5;
}

.news-t {
	font-size: .75rem;
	color: #5b5b5b;
	padding: 8px 10px;
}

.gg-bar {
	width: 1rem;
	height: .1rem;
	background: #a02928;
	margin: 0 auto;
	margin-top: 2px;
}

.news-item {
	background: #fff;
	height: 150px;
	overflow: hidden;
	padding: 4px 10px;
}

.news-item ul li {
	padding: 8px 0;
	cursor: pointer;
}

.news-content {
	width: 130px;
}

.news-label {
	font-size: .75rem;
	color: #d40602;
	background: #fce1df;
	text-align: center;
	margin-right: 2px;
	padding: 0 1px;
}

.news-label div {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
}

.news-content-text {
	font-size: .75rem;
}

.news-item .time {
	font-size: .75rem;
	color: #a02928;
}

.news-item a:hover {
	text-decoration: none;
}

.tool {
	background: #fff;
	padding: 12px 0;
}

.tool-list {
	width: 33.33%;
	font-size: .75rem;
	color: #000;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.tool-list::after {
	position: absolute;
	content: '';
	height: 1.5rem;
	border-right: 1px solid rgba(229, 229, 229, 1);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.tool-list:nth-child(3n)::after {
	border-right: 0;
}

.tool-icon {
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
	margin-bottom: 4px;
}

.tool-icon img {
	width: 100%;
	height: 100%;
}

.kf-box {
	color: #fff;
	font-size: .75rem;
	width: 64px;
	border-radius: 0px 0px 64px 64px;
	background: #a02928;
	cursor: pointer;
	position: absolute;
	right: -72px;
	padding: 10px 0;
	top: 0;
	pointer-events: auto;
}

.kf-box a {
	color: #fff;
}

.kf-box img {
	width: 28px;
	margin: 0 auto;
	margin-top: 4px;
}

.container-sort {
	padding: 24px 0;
}

.container-sort-tab {
	width: 100%;
	background: #fff;
	text-align: center;
	margin-bottom: 18px;
}

.container-sort-tab li {
	width: calc(100% / 4);
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.125rem;
	color: #444444;
	position: relative;
	cursor: pointer;
}

.container-sort-tab li.sort-tab-active {
	background: #a02928;
	color: #fff;
}

.container-sort-tab li.sort-tab-active::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	transform: translate(-50%);
	width: 0;
	height: 0;
	border: .4rem solid transparent;
	border-top: .45rem solid #a02928;
}

.container-sort-tab li:hover {
	background: #a02928;
	color: #fff;
	opacity: 0.9;
}

.container-sort-tab li:hover::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	transform: translate(-50%);
	width: 0;
	height: 0;
	border: .4rem solid transparent;
	border-top: .45rem solid #a02928;
}

.container-sort-pro {
	background: #fff;
	padding: 6px 12px;
}

.container-sort-pro ul li {
	width: calc(100% / 6);
	cursor: pointer;
}

.container-sort-pro ul li a {
	margin: 12px;
	display: block;
	box-sizing: border-box;
	border: 1px solid rgba(229, 229, 229, 1);
}

.container-sort-pro ul li a:hover {
	text-decoration: none;
	opacity: 0.65;
}

.sort-pro-img {
	height: 10rem;
	overflow: hidden;
	margin: 8px;
}

.sort-pro-img img {
	width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.sort-pro-info {
	padding: 8px;
}

.sort-pro-title {
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(56, 56, 56, 1);
	line-height: 1.5;
	height: 2.8125rem;
	overflow: hidden;
}

.sort-pro-num {
	padding: 8px 0;
}

.sort-pro-num_l {
	width: 70px;
	font-weight: 600;
	color: rgba(68, 68, 68, 1);
}

.sort-pro-num_r {
	color: #a02928;
}

.sort-pro-price {
	color: rgba(68, 68, 68, 1);
}

.container-type {
	padding-bottom: 22px;
}

.container-type-title {
	margin-bottom: 12px;
}

.container-type-title h4 {
	margin: 0;
	color: #a02928;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0px;
	margin-left: .75rem;
}

.container-type-title::before {
	width: .25rem;
	height: 1.05rem;
	opacity: 1;
	border-radius: 1rem;
	background: #a02928;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.container-type-pro ul {
	width: calc(100% - 106px);
}

.container-type-pro ul li {
	width: calc(100% / 6);
	height: 157px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	padding-right: 1rem;
}

.container-type-pro ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.container-type-pro ul li:hover {
	opacity: 0.8;
}

.container-type-pro ul li img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.type-pro-title {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(237, 237, 237, 0.6);
	height: 2.25rem;
	line-height: 2.25rem;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(56, 56, 56, 1);
	text-align: center;
}

.container-type-pro-gd {
	width: 106px;
	height: 157px;
	border-radius: 8px;
	background: #a02928;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
	line-height: 157px;
	cursor: pointer;
}

.container-type-pro-gd:hover {
	opacity: 0.8;
}

.container-process {
	padding-bottom: 42px;
	text-align: center;
}

.container-process-tilte {
	min-width: 9rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0px;
	color: #a02928;
	padding-bottom: 8px;
	margin-bottom: 18px;
	display: inline-block;
	border-bottom: 1px solid #a02928;
}

.container-process-icon {
	background: #a02928;
	width: 64px;
	height: 64px;
	border-radius: 64px;
	margin: 0 auto;
	margin-bottom: 12px;
}

.container-process-icon img {
	width: 28px;
	flex-shrink: 0;
}

.container-process-text {
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: 0px;
	color: #000;
}

.container-process-box li {
	padding: 0 24px;
	position: relative;
}

.axg_arrow_r {
	width: 12px;
	position: absolute;
	top: 26px;
	right: -6px;
}

.axg_arrow_r img {
	width: 100%;
}

.footer {
	background: #fff;
	padding: 34px 0 20px 0;
	overflow:hidden;
}

.footer-logo img {
	width: 333px;
	margin-top: -43px;
}

.footer-code img {
	width: 100px;
}

.footer-link {
	width: calc(100% - 481px);
}

.footer-link-big {
	padding: 0 .52rem;
	flex-wrap: wrap;
}

.footer-link-big .footer-link-item {
	width: 25%;
	margin-bottom: 20px;
	padding: 0 20px;
}

.footer-link-title {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 18px;
}

.footer-link-min li {
	font-size: .8125rem;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(153, 153, 153, 1);
	margin-bottom: 12px;
	cursor: pointer;
}

.kf-content {
	position: absolute;
	right: 80px;
	top: -9rem;
	background: #fff;
	border: 1px solid rgba(229, 229, 229, 1);
	z-index: 5;
	min-width: 323px;
	max-height: 100vh;
	display: none;
}

.kf-content a {
	width: 88px;
	font-size: 0.8125rem;
	display: flex;
	align-items: center;
	word-break: keep-all;
}

.kf-group-title {
	padding: 8px;
	border-bottom: 1px solid rgba(229, 229, 229, 1);
	color: #333;
	font-size: .9375rem;
}

.kf-group-title span {
	float: right;
	font-size: 0.8125rem;
	color: #666666;
}

.kf-group-content {
	padding: 20px 16px;
	font-size: 0.8125rem;
	border-bottom: 1px solid rgba(229, 229, 229, 1);
	color: #333;
}

.kf-ul:last-child .kf-group-content {
	border-bottom: 0;
}

.kf-group-content_li {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.kf-group-content_li:last-child {
	margin-bottom: 0;
}

.kf-name {
	text-align: right;
	padding-right: 8px;
	min-width: 75px;
}

.kf-qq {
	padding-right: 8px;
}

.kf-qq a {
	background-color: #18bdfc;
	color: #fff;
}

.kf-qq a i {
	background-image: url(../../images/web/axg_qq_2022.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.kf-qq.kf-qq_r a i {
	background-image: url(../../images/web/axg_kfb_2022.png);
}

.buttonBase {
	border-width: 0px;
	outline-width: 0px;
	border-radius: 4px;
	padding: 0 8px;
	font-size: 0.9375rem;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.smallerButton {
	min-width: 3.875rem;
	height: 1.75rem;
	line-height: 1.75rem;
	display: inline-block;
}


.kf-qq.offline a {
	background-color: #dfdfdf;
	color: #666666;
}

.kf-ali {
	padding-right: 8px;
}

.kf-ali a {
	background-color: #f9e490;
}

.kf-ali a i {
	background-image: url(../img/axg_kfl_2022.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.kf-ul img.kf-wx {
	width: 5rem;
	padding: 16px 0;
}

.pop-content-style {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999999999;
	display: none;
}

.pop-content-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
}

.pop-content {
	width: 960px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main-content {
	min-height: calc(100vh - 350px);
}
