* {
	margin: 0;
	padding: 0;
}
body,
html {
	height: 100%;
	background-color: #fff;
	margin: 0;
	font-family: 'PingFang SC';
}
input,
select,
textarea {
	border: 0;
	background: #fff;
	outline: 0;
	resize: none;
}
button {
	border: none;
	outline: 0;
	background-color: transparent;
}
em,
i {
	font-style: normal;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
ul {
	padding-left: 0;
}
ul li {
	list-style: none;
	padding: 0;
}
b,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0;
}
input {
	-webkit-appearance: none;
	background: 0 0;
}
input,
input[type=submit],
input[type=reset],
input[type=button],
select {
	border-radius: 0;
	outline: 0;
}
p {
	margin: 0;
}
input::-webkit-input-placeholder {
	font-size: 14px;
}
input:input-placeholder {
	color: #aeaeae;
}
textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #aeaeae;
}
button:disabled {
	opacity: 0.6;
}
button:hover {
	opacity: 0.7;
	cursor: pointer;
}
input::-webkit-input-placeholder {
	font-size: 14px;
	color: #aeaeae;
}
input::-moz-placeholder {
	font-size: 14px;
	color: #aeaeae;
}
input:-moz-placeholder {
	font-size: 14px;
	color: #aeaeae;
}
input:-ms-input-placeholder {
	font-size: 14px;
	color: #aeaeae;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
}
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}
.wrap img {
	object-fit: cover;
	display: block;
}
.a_row {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.b_row {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.more_row {
	word-wrap: break-word;
	word-break: break-all;
}
.wrap {
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 115px;
}
[v-cloak] {
	display: none;
}
.main {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1500px) {
	.main {
		width: 900px;
	}
}
.loading {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}
.loading .icon {
	width: 30px;
	height: 30px;
	display: block;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 115px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
	user-select: none;
}
#header .header_content {
	background: #fff;
	height: 100%;
}
#header .header_content .site_top_bar {
	background: #f4f8ff;
}
#header .header_content .site_top_bar .site_top_bar_content {
	height: 60px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .header_content .site_top_bar .site_top_bar_content .app_name {
	font-size: 14px;
	color: #999;
	display: block;
}
#header .header_content .site_top_bar .site_top_bar_content .app_name .blue {
	color: #2476fe;
}
#header .header_content .site_top_bar .site_top_bar_content .nav_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header .header_content .site_top_bar .site_top_bar_content .nav_list .nav_cell {
	font-size: 14px;
	color: #999;
	margin-left: 38px;
	position: relative;
}
#header .header_content .site_top_bar .site_top_bar_content .nav_list .nav_cell .qrCode {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 140px;
	height: 140px;
	background: #fff;
	z-index: 1000;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	display: none;
}
#header .header_content .site_top_bar .site_top_bar_content .nav_list .nav_cell .qrCode img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}
#header .header_content .site_top_bar .site_top_bar_content .nav_list .nav_cell:hover {
	cursor: pointer;
}
#header .header_content .site_top_bar .site_top_bar_content .nav_list .code_cell:hover .qrCode {
	display: flex;
}
#header .header_content .site_top_bar .site_top_bar_content .nav_list .nav_cell:hover {
	color: #2476fe;
}
#header .header_content .menu_list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
}
#header .header_content .menu_list .logo {
	width: 130px;
	height: 40px;
}
#header .header_content .menu_list .logo .icon {
	width: 130px;
	height: 40px;
	object-fit: contain;
}
#header .header_content .menu_list .menu_box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header .header_content .menu_list .menu_box .menu_box_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header .header_content .menu_list .menu_box .menu_box_list .menu_cell {
	font-size: 18px;
	color: #333;
	margin-left: 50px;
}
#header .header_content .menu_list .menu_box .menu_box_list .active {
	position: relative;
	color: #2476fe;
}
#header .header_content .menu_list .menu_box .menu_box_list .active:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 20px;
	height: 4px;
	background: #2476fe;
	margin: 0 auto;
}
#header .header_content .menu_list .menu_box .menu_box_list .menu_cell:hover {
	color: #2476fe;
	position: relative;
}
#header .header_content .menu_list .menu_box .menu_box_list .menu_cell:hover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 20px;
	height: 4px;
	background: #2476fe;
	margin: 0 auto;
}
#header .header_content .menu_list .menu_box .logo_btn {
	margin-left: 60px;
	display: flex;
	justify-content: center;
	border: 1px solid #2476fe;
	border-radius: 16px;
	background: #f4f8ff;
	padding: 8px 0;
	box-sizing: border-box;
}
#header .header_content .menu_list .menu_box .logo_btn .login_title {
	font-size: 14px;
	color: #333;
	line-height: 14px;
}
#header .header_content .menu_list .menu_box .logo_btn .login_title:first-child {
	border-right: 1px solid #333;
	box-sizing: border-box;
	padding-left: 14px;
	padding-right: 5px;
}
#header .header_content .menu_list .menu_box .logo_btn .login_title:last-child {
	padding-right: 14px;
	padding-left: 5px;
}
#header .header_content .menu_list .menu_box .logo_btn .login_out {
	padding: 0 14px !important;
	border: none !important;
}
#header .header_content .menu_list .menu_box .logo_btn .login_title:hover {
	cursor: pointer;
}
#footer {
	background: #2d343e;
	padding: 63px 0 51px;
	user-select: none;
}
#footer .footer_content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#footer .footer_content .footer_cell .footer_title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#footer .footer_content .footer_cell .link_list .link_btn {
	font-size: 14px;
	color: #fff;
	margin-top: 22px;
	display: block;
	opacity: 0.8;
	position: relative;
}
#footer .footer_content .footer_cell .link_list .phone {
	position: absolute;
	top: 0;
	left: 70px;
	width: 110px;
	word-wrap: normal;
	background: rgba(255, 255, 255, 0.6);
	padding: 0 10px;
	line-height: 20px;
	display: none;
	color: #333;
	border-radius: 10px;
	text-align: center;
}
#footer .footer_content .footer_cell .link_list .link_btn:hover .phone {
	display: block;
}
#footer .footer_content .footer_cell .qrCode {
	width: 118px;
	height: 118px;
	margin: 0 auto;
	display: block;
	object-fit: contain;
}
#footer .footer_content .footer_cell .code_name {
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
}
.pop_box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
}
.pop_box .pop_content {
	user-select: none;
	position: relative;
	background: #fff;
	border-radius: 10px;
	width: 770px;
	padding-top: 50px;
	min-height: 30vh;
}
.pop_box .pop_content .close_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	justify-content: flex-end;
}
.pop_box .pop_content .close_btn .icon {
	width: 63px;
	height: 51px;
	display: block;
	object-fit: contain;
}
.pop_box .pop_content .close_btn:hover {
	cursor: pointer;
}
.pop_box .pop_content .left_decoration {
	position: absolute;
	top: 10%;
	left: -40px;
	width: 65px;
	height: 50px;
}
.pop_box .pop_content .left_decoration::before {
	content: "";
	position: absolute;
	left: 40px;
	top: 36%;
	margin: auto;
	background: #333;
	width: 22px;
	height: 15px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	z-index: 10;
}
.pop_box .pop_content .right_decoration {
	position: absolute;
	bottom: 50%;
	right: -48px;
	width: 65px;
	height: 50px;
}
.pop_box .pop_content .right_decoration::before {
	content: "";
	position: absolute;
	right: 44px;
	top: 35%;
	margin: auto;
	background: #333;
	width: 22px;
	height: 15px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	z-index: 10;
}
.pop_box .pop_content .formContent {
	width: 364px;
	margin: 0 auto;
}
.pop_box .pop_content .formContent .login_tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 26px;
	color: #aaa;
	font-weight: bold;
}
.pop_box .pop_content .formContent .login_tab .login_title {
	flex: 1;
	overflow: hidden;
	text-align: center;
}
.pop_box .pop_content .formContent .login_tab .login_title:first-child {
	border-right: 1px solid #c5cbd5;
}
.pop_box .pop_content .formContent .login_tab .login_title:hover {
	cursor: pointer;
}
.pop_box .pop_content .formContent .login_tab .login_title:last-child {
	border: none;
}
.pop_box .pop_content .formContent .login_tab .black {
	color: #333;
}
.pop_box .pop_content .formContent .login_tab .active {
	color: #333;
	position: relative;
}
.pop_box .pop_content .formContent .login_tab .active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	width: 50px;
	height: 6px;
	background: #2476fe;
	margin: 0 auto;
}
.pop_box .pop_content .formContent .login_form {
	margin-top: 53px;
}
.pop_box .pop_content .formContent .login_cell {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-top: 30px;
}
.pop_box .pop_content .formContent .login_cell .login_content {
	display: flex;
	justify-content: flex-start;
	border: 1px solid #c5cbd5;
	padding: 10px 23px 10px 13px;
	border-radius: 5px;
	flex: 1;
	overflow: hidden;
}
.pop_box .pop_content .formContent .login_cell .icon {
	width: 25px;
	height: 25px;
	display: block;
	margin-right: 16px;
}
.pop_box .pop_content .formContent .login_cell input {
	flex: 1;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	height: 26px;
	line-height: 26px;
}
.pop_box .pop_content .formContent .login_cell input::-webkit-input-placeholder {
	font-size: 16px;
	color: #c5cbd5;
}
.pop_box .pop_content .formContent .login_cell input::-ms-input-placeholder {
	font-size: 16px;
	color: #c5cbd5;
}
.pop_box .pop_content .formContent .login_cell input::-moz-input-placeholder {
	font-size: 16px;
	color: #c5cbd5;
}
.pop_box .pop_content .formContent .login_cell input::-o-input-placeholder {
	font-size: 16px;
	color: #c5cbd5;
}
.pop_box .pop_content .formContent .login_cell .codeBtn {
	font-size: 14px;
	color: #fff;
	background: #2476fe;
	margin-left: 15px;
	border-radius: 5px;
	line-height: 48px;
	width: 125px;
	text-align: center;
}
.pop_box .pop_content .formContent .login_cell .codeBtn:hover {
	cursor: pointer;
}
.pop_box .pop_content .formContent .login_cell .unable {
	opacity: 0.7;
}
.pop_box .pop_content .formContent .login_other {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 23px;
}
.pop_box .pop_content .formContent .login_other .login_tips {
	font-size: 16px;
	color: #2476fe;
	font-weight: bold;
}
.pop_box .pop_content .formContent .login_other .login_tips:hover {
	cursor: pointer;
}
.pop_box .pop_content .formContent .login_other .right_option {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.pop_box .pop_content .formContent .login_other .right_option .option_cell {
	display: flex;
	align-items: center;
	margin-left: 14px;
	font-size: 14px;
	color: #c5cbd5;
}
.pop_box .pop_content .formContent .login_other .right_option .option_cell .icon {
	margin-right: 5px;
	display: block;
	width: 18px !important;
	height: 18px;
}
.pop_box .pop_content .formContent .login_other .right_option .option_cell:first-child {
	padding-right: 15px;
	border-right: 1px solid #c5cbd5;
}
.pop_box .pop_content .formContent .login_other .right_option .option_cell:last-child {
	border: none;
}
.pop_box .pop_content .formContent .login_other .right_option:hover {
	cursor: pointer;
}
.pop_box .pop_content .formContent .submit {
	margin-top: 56px;
	border-radius: 5px;
	height: 60px;
	background: #2476fe;
	line-height: 60px;
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 20px;
}
.pop_box .pop_content .formContent .login_other_plantForm {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-top: 30px;
}
.pop_box .pop_content .formContent .login_other_plantForm .icon {
	width: 42px;
	height: 42px;
	display: block;
	border-radius: 50%;
}
.pop_box .pop_content .formContent .login_other_plantForm .icon:hover {
	cursor: pointer;
}
.pop_box .pop_content .formContent .register_deal {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 14px;
	padding-left: 20px;
}
.pop_box .pop_content .formContent .register_deal .icon {
	width: 18px;
	height: 18px;
	display: block;
	margin-right: 14px;
}
.pop_box .pop_content .formContent .register_deal .tips {
	font-size: 14px;
	color: #333;
}
.pop_box .pop_content .formContent .register_deal .tips .blue {
	color: #2476fe;
}
.pop_box .pop_content .formContent .register_deal:hover {
	cursor: pointer;
}
.pop_box .pop_content .formContent .register_submit {
	height: 48px;
	line-height: 48px;
}
.pop_box .pop_content .login_form_bg {
	width: 100%;
	height: 114px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.pop_box .pop_content .deal_content {
	height: 40vh;
}
.pop_box .pop_content .deal_content .deal_title {
	font-size: 26px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.pop_box .pop_content .deal_content .content {
	height: calc(100% - 60px);
	margin: 20px 50px 0;
	font-size: 14px;
	line-height: 22px;
	overflow-y: auto;
	word-wrap: break-word;
	word-break: break-all;
	white-space: pre-line;
}
.pop_box .pop_content .deal_content .content img {
	width: 100% !important;
}
.pop_box .pop_content .reserve_form {
	width: 60%;
	margin: 0 auto;
}
.pop_box .pop_content .reserve_form .reserve_title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.pop_box .pop_content .reserve_form ::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
.pop_box .pop_content .reserve_form ::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}
.pop_box .pop_content .reserve_form ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}
.pop_box .pop_content .reserve_form .reserve_form_content {
	max-height: 80vh;
	overflow-y: auto;
	margin-top: 20px;
	padding-right: 30px;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell {
	margin-top: 15px;
	position: relative;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .cell_name {
	font-size: 16px;
	color: #333;
	padding-left: 15px;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .reserver_content {
	margin-top: 15px;
	border-radius: 5px;
	background: #f0f4f9;
	padding: 15px 19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .reserver_content input,
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .reserver_content .ipt {
	flex: 1;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .reserver_content .plc,
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .reserver_content input::-webkit-input-placeholder {
	font-size: 16px;
	color: #c5cbd5;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .reserver_content input::-moz-placeholder {
	font-size: 16px;
	color: #c5cbd5;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .reserver_content input:-moz-placeholder {
	font-size: 16px;
	color: #c5cbd5;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .reserver_content input:-ms-input-placeholder {
	font-size: 16px;
	color: #c5cbd5;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .reserver_content .trans_icon {
	width: 14px;
	height: 8px;
	display: block;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .reserver_content .trade_list {
	position: absolute;
	top: 52px;
	left: 10px;
	right: 10px;
	bottom: 0;
	z-index: 10;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	height: 120px;
	border-radius: 5px;
	overflow-y: auto;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .reserver_content .trade_list li {
	padding: 10px 22px;
	font-size: 16px;
	color: #333;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_cell .reserver_content .trade_list li:hover {
	cursor: pointer;
	background: #f0f4f9;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_other {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_other .cell_name {
	font-size: 16px;
	color: #333;
	padding-left: 15px;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_other .label_check {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
	color: #333;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_other .label_check .label_cell {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: 17px;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_other .label_check .label_cell .check {
	margin-right: 8px;
	width: 18px;
	height: 18px;
	display: block;
}
.pop_box .pop_content .reserve_form .reserve_form_content .reserve_other .label_check .label_cell:hover {
	cursor: pointer;
}
.pop_box .pop_content .reserve_form .reserve_form_content .submit {
	margin-top: 56px;
	margin-bottom: 45px;
	border-radius: 5px;
	height: 48px;
	background: #2476fe;
	line-height: 48px;
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 20px;
}
.pop_box .pop_content .success_content {
	width: 364px;
	margin: 50px auto 0;
}
.pop_box .pop_content .success_content .success_tips {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.pop_box .pop_content .success_content .success_tips .icon {
	width: 60px;
	height: 60px;
	display: block;
	margin-right: 10px;
}
.pop_box .pop_content .success_content .success_tips .tips {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.pop_box .pop_content .success_content .other_tips {
	text-align: center;
	font-size: 18px;
	color: #000;
	padding-top: 40px;
}
.layui-layer-btn .layui-layer-btn0 {
	border-color: #2476fe !important;
	background-color: #2476fe !important;
}
pre {
	word-wrap: break-word;
	word-break: break-all;
	white-space: pre-wrap;
}
.redback_pop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	user-select: none;
}
.redback_pop .redback_content {
	width: 5.7rem;
	background: linear-gradient(#f38832, #d73413);
	border-radius: 5px;
	padding: 26px 27px 33px;
	position: relative;
}
.redback_pop .redback_content .redback_title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	font-family: 'Microsoft YaHei';
	background-clip: text;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-shadow: #d71b08 -4px 3px;
	color: #fdea92;
}
.redback_pop .redback_content .close_btn {
	position: absolute;
	right: 27px;
	top: 26px;
	width: 39px;
	height: 39px;
}
.redback_pop .redback_content .close_btn .icon {
	width: 39px;
	height: 39px;
	display: block;
}
.redback_pop .redback_content .close_btn:hover {
	cursor: pointer;
}
.redback_pop .redback_content .coupon {
	margin-top: 50px;
}
.redback_pop .redback_content .coupon .pole {
	width: 4.1rem;
	border-radius: 12px;
	background: #db3614;
	padding: 5px 11px;
	margin: 0 auto;
	z-index: 0;
}
.redback_pop .redback_content .coupon .pole .pole_content {
	border-radius: 50px;
	background: #d3190a;
	height: 14px;
}
.redback_pop .redback_content .coupon .shadow {
	margin: -13px auto 0;
	height: 10px;
	background: #ffeed0;
	width: 4rem;
	box-shadow: 0 0px 10px 0 #000000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.redback_pop .redback_content .coupon .coupon_content {
	width: 4.3rem;
	margin: -5px auto 0;
	display: flex;
	justify-content: space-between;
	height: 145px;
	overflow: hidden;
}
.redback_pop .redback_content .coupon .coupon_content + .coupon_content{
	margin-top: 30px;
}
.redback_pop .redback_content .coupon .coupon_content .center_content {
	flex: 1;
	overflow: hidden;
	background: #ffeed0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: calc(100% - 40px);
	padding: 20px 0;
}
.redback_pop .redback_content .coupon .coupon_content .center_content .discount {
	height: 100%;
	flex: 0.4;
	overflow: hidden;
	border-right: 1px dashed #e72010;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.redback_pop .redback_content .coupon .coupon_content .center_content .discount .discount_num {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #fd1b03;
}
.redback_pop .redback_content .coupon .coupon_content .center_content .discount .discount_tips {
	text-align: center;
	font-size: 22px;
	color: #595959;
}
.redback_pop .redback_content .coupon .coupon_content .center_content .use_place {
	flex: 0.6;
	overflow: hidden;
}
.redback_pop .redback_content .coupon .coupon_content .center_content .use_place .big_Tips {
	text-align: center;
	font-size: 30px;
	color: #fd1b03;
}
.redback_pop .redback_content .coupon .coupon_content .center_content .use_place .small_tips {
	text-align: center;
	font-size: 22px;
	color: #595959;
	padding-top: 20px;
}
.redback_pop .redback_content .coupon .coupon_content .line {
	height: 1.4rem;
}
.redback_pop .redback_content .prize_icon {
	margin: 60px auto 0;
	width: 2.6rem;
	height: 2rem;
	display: block;
}
.redback_pop .redback_content .submit {
	width: 2.5rem;
	height: 58px;
	border-radius: 10px;
	background: linear-gradient(#fded96, #fab943);
	color: #dc2c13;
	font-size: 30px;
	text-align: center;
	line-height: 58px;
	margin: 0 auto;
	display: block;
}
.page_box {
	width: 900px;
	margin: 0 auto 115px;
	display: flex;
	justify-content: center;
}
.page_box #page .layui-laypage {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_box #page .layui-laypage-prev,
.page_box #page .layui-laypage-next {
	background: #f0f4f6;
	border-radius: 5px;
	width: 45px;
	height: 45px;
	padding: 0;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.page_box #page .layui-laypage-prev img,
.page_box #page .layui-laypage-next img {
	display: block;
	width: 10px;
}
.page_box #page .layui-laypage-next {
	margin-left: 15px;
}
.page_box #page .layui-laypage-curr {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background: #2476fe;
	color: #fff;
	border-radius: 5px;
	padding: 0;
	margin: 0 0 0 15px;
}
.page_box #page .layui-laypage-curr .layui-laypage-em {
	background: #2476fe;
	top: 0;
	left: 0;
	padding: 0;
	border-radius: 5px;
}
.page_box #page .layui-laypage-curr em {
	font-size: 18px;
}
.page_box #page a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background: #f0f4f6;
	color: #333 !important;
	margin: 0 0 0 15px;
	font-size: 18px;
	border-radius: 5px;
	width: 45px;
	height: 45px;
	padding: 0;
}
.page_box #page .layui-laypage-skip {
	height: auto;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333;
	background: transparent;
}
.page_box #page .layui-laypage-btn {
	border: 1px solid #2476fe;
	color: #2476fe;
	width: 60px;
	height: 45px;
	padding: 0;
	border-radius: 8px;
}
.page_box #page .layui-input {
	border: none;
	background: #f0f4f6;
	color: #333 !important;
	font-size: 18px;
	border-radius: 5px;
	width: 45px;
	height: 45px;
}
.page_box .layui-laypage .layui-laypage-spr{
	border: none;
}
.contact_index_btn {
	position: fixed;
	right: 0;
	top: 50%;
	width: 150px;
	
	z-index: 100;
}
.contact_index_btn .contact_icon {
	
	
	
	
	
	
	width: 150px;
	height: 90px;
	object-fit: contain;
}
.contact_index_btn .contact_tips {
	position: absolute;
	left: 15px;
	color: #fff;
	font-size: 16px;
	top: 44px;
	font-weight: bold;
}
#mine_header {
	background: #2476fe;
	height: 87px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	user-select: none;
}
#mine_header .header_content {
	width: 1200px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
#mine_header .header_content .header_left {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
#mine_header .header_content .header_left .logo {
	width: 141px;
	height: 43px;
}
#mine_header .header_content .header_left .logo .img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#mine_header .header_content .header_left .btn {
	display: block;
	border-radius: 50px;
	margin-left: 30px;
	background: #fff;
	color: #2476fe;
	font-size: 14px;
	height: 34px;
	width: 96px;
	text-align: center;
	line-height: 34px;
}
#mine_header .header_content .header_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#mine_header .header_content .header_right .call_btn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 60px;
}
#mine_header .header_content .header_right .call_btn .icon {
	width: 30px;
	height: 30px;
	margin-right: 6px;
}
#mine_header .header_content .header_right .call_btn .call_number {
	color: #fff;
	font-size: 14px;
}
#mine_header .header_content .header_right .login_out {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#mine_header .header_content .header_right .login_out .icon {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
#mine_header .header_content .header_right .login_out .tips {
	color: #fff;
	font-size: 14px;
}
#mine_header .header_content .header_right .login_out:hover {
	cursor: pointer;
}
.noMore {
	text-align: center;
	font-size: 16px;
	color: #999;
}
#app{
	min-width: 1200px;
	color: #333333;
	font-size: .14rem;
	background-color: #f3f6fb;
	margin-top: 115px;
}
.swiper-slide img {
	width: 100%;
}

.footer {
	width: 100%;
	min-width: 1200px;
	background-color: #2d343e;
	height: 2.64rem;
}

.foot {
	margin: 0 auto;
	width: 12rem;
	display: flex;
	justify-content: space-between;
}

.footer_cont {
	display: flex;
	flex-direction: column;
	font-size: .14rem;
	color: white;
	margin-top: .5rem;
}

.footer_cont span {
	margin-top: .1rem;
}

.footer_img {
	display: flex;
	flex-direction: column;

	align-items: center;
	font-size: .14rem;
	color: white;
	margin-top: .5rem;
}

.footer_img img {
	width: 1.17rem;
	height: 1.17rem;
	margin-top: .1rem;
}

.footer_img span {
	margin-top: .1rem;
}
* {
	padding: 0;
	margin: 0;
}
.title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title img {
	width: 3.6rem;
	height: 0.54rem;
	position: absolute;
}
.title div {
	color: #333333;
	font-size: .3rem;
	z-index: 99;
}
.top {
	width: 100%;
	height: .6rem;
	background-color: #e8effb;
	color: #999999;
	font-size: .14rem;
	display: flex;
	align-items: center;
}
.top_cont {
	width: 12rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_cont_sc img {
	width: 1.16rem;
	height: .35rem;
	margin-top: -.05rem;
}

.top_cont ul {
	list-style: none;
	font-size: .14rem;
	display: flex;
}

.top_cont ul li a {
	text-decoration: none;
	color: #999999;
	margin-left: 0.2rem;
}
.sign {
	width: .95rem;
	height: .33rem;
	border: .01rem solid #2476fe;
	text-align: center;
	line-height: .33rem;
	border-radius: .16rem;
	font-size: .14rem;
	color: #333333;

}
.top_cont_sc {
	width: 12rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: .55rem;

}
.top_cont_sc ul {
	list-style: none;
	font-size: .18rem;
	display: flex;
	align-items: center;
}
.top_cont_sc ul li div {
	width: .2rem;
	height: 0.04rem;
	background-color: #2476FE;
	margin: 0 auto;
	margin-top: -.05rem;
	display: none;
}
.top_cont_sc ul li a {
	text-decoration: none;
	color: #333333;
	display: flex;
	flex-direction: column;
	padding: 0 0.3rem;
	height: .55rem;
	line-height: .55rem;

	z-index: 9999;

}
.top_cont_sc ul li a:hover {
	color: #2476fe;
}
.Res {
	height: 1.33rem;
	position: absolute;
	background-color: white;
	width: 1.32rem;
	top: .55rem;
	left: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;

}
.li_ {
	height: .55rem;
	width: 1.32rem;
	position: relative;
}

.problem_news {
	width: 4.93rem;
	background-color: white;
	padding: .2rem 0;
	font-size: .14rem;
	color: #333333;
	border-radius: .2rem;
	display: flex;
	justify-content: center;
	margin-top: .25rem;
}
.problem_content {
	width: 12rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: .5rem;
}
.news {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: .4rem;
	background-color: white;
}

.news_cont {
	width: 5.66rem;
	height: 3.66rem;
	border-radius: 0.15rem;
	overflow: hidden;
	border: .01rem solid #2476FE;
	margin-top: .4rem;
}

.news_cont_title {
	width: 5.66rem;
	height: .6rem;
	position: relative;
	background-color: #f2f5fa;
	display: flex;
	align-items: center;

}

.cont_title_name {
	width: 5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333333;
	font-size: .16rem;
	margin: 0 auto;
}

.more {
	width: .65rem;
	height: .26rem;
	background-color: #2476fe;
	text-align: center;
	line-height: .26rem;
	border-radius: .13rem;
	color: white;
	font-size: .14rem;
}

.rectangle {
	width: .06rem;
	height: .25rem;
	background-color: #2476fe;
	border-top-right-radius: .06rem;
	border-bottom-right-radius: .06rem;
	left: 0;
	position: absolute;
}

.news_cont_mige {
	width: 5rem;
	height: 1.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333333;
	margin: 0 auto;
	margin-top: .15rem;
}

.news_cont_mige img {
	width: 1.5rem;
	height: 1.1rem;
}

.news_cont_miges {
	width: 3.35rem;
	height: 1.1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mige_name {
	width: 3.35rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .16rem;
}

.mige_cont {
	width: 3.35rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: .14rem;
	color: #777777;
}

.mige_details {
	width: 3.35rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.line {
	
	height: .2rem;
	border-bottom: 0.01rem dashed gainsboro;
}

.problem_content ul {
	width: 5rem;
	margin: 0 auto;
	color: #333333;
	margin-top: .24rem;
	list-style: circle;
}

.problem_content li {
	margin-top: .1rem;
	margin-left: .15rem;
	font-size: .14rem;

}
.menu_box .menu_box_list ul .nav_li {display: inline-block;position: relative;line-height: 65px;}
.menu_box .menu_box_list>ul li>ul{
	display: none;
	width: 100%;
	position: absolute;
	top: 63px;
	left: 25px;
	text-align: center;
	background:#fff;
}
.menu_box .menu_box_list>ul li>ul li{
	line-height: 35px;
}
.menu_box .menu_box_list>ul li>ul li a{
	color: #333;
}
.menu_box .menu_box_list>ul li:hover ul{
	display: block;
}
.footer_content p{
	color:#c8cacc;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.banner{
	width: 100%;
}
@media screen and (max-width: 1500px) {
	.redback_pop .redback_content{
		width:4rem;
	}
	.redback_pop .redback_content .coupon .pole{
		width: 3.2rem;
	}
	.redback_pop .redback_content .coupon .shadow{
		width: 3.2rem;
	}
	.redback_pop .redback_content .coupon .coupon_content{
		width: 3.2rem;
		height: 120px;
	}
	.redback_pop .redback_content .prize_icon{
		width: 1.3rem;
		height: 1rem;
	}
	.redback_pop .redback_content .coupon{
		margin-top: 30px;
	}
}
.contact_people {
	width: 150px;
	background: url(../klb_images/yayi_contact_bg.png) no-repeat center;
	background-size: 100% 100%;
	margin-top: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
.contact_item {
	width: 122px;
	height: 38px;
	background: #FFFFFF;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.contact_item_01 {
	margin-bottom: 12px;
}
.contact_item_02 {
	margin-bottom: 12px;
}
.contact_icon_01 {
	width: 22px;
	height: 22px;
}
.contact_name {
	font-size: 14px;
	color: #000000;
	display: block;
	margin-left: 10px;
}
