@charset "utf-8";

/* 公共样式 */

* {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	outline: none !important;
	-webkit-box-sizing: border-box;
}

html, body {
	width: 100%;
	font-size: 12px;
	min-width: 1200px;
	position: relative;
	background: #F5F5F5;
	-webkit-overflow-scrolling: touch;
	font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif !important;
}

a {
	outline: none;
	text-decoration: none;
	-webkit-touch-callout: none;
}

img {
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
	-webkit-touch-callout: none;
}

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

ul, ol, li {
	list-style: none;
}

input, textarea {
	border: none;
	outline: none;
}

span, em, a, img, button, input, textarea {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

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

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

header {
	width: 100%;
	background: url('https://yuan-site.oss-cn-beijing.aliyuncs.com/index/header_bg.jpg?x-oss-process=image/interlace,1') top left no-repeat;
}

.center_box {
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.menu_box {
	width: 100%;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.logo {
	width: auto;
	height: 46px;
	margin-right: 10px;
}

.logo_text {
	width: auto;
	height: 40px;
}

.menu_supplier {
	height: 42px;
	cursor: pointer;
	margin-left: 10px;
}

.menu_supplier > img {
	height: 100%;
}

.menu_supplier_empower {
	opacity: 0;
	z-index: -1;
	top: 52px;
	left: -120px;
	width: 550px;
	position: absolute;
	border-radius: 5px;
	background: #FFFFFF;
	transition: all 0.15s;
	border: 5px solid #FFFFFF;
	box-shadow: 0 0 10px #FFFFFF;
}

.menu_supplier_empower > img {
	width: 100%;
}

.menu_supplier_empower:before {
	content: '';
	z-index: -1;
	top: -10px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	background: #FFFFFF;
	left: calc(50% - 10px);
	transform: rotate(45deg);
}

.menu_supplier:hover .menu_supplier_empower {
	opacity: 1;
	z-index: 9999;
}

.menu_list {
	display: flex;
	margin-right: 10px;
	align-items: center;
}

.menu_list > a {
	color: #FFFFFF;
	padding: 0 10px;
	font-size: 16px;
	line-height: 44px;
	font-weight: bold;
	white-space: nowrap;
	display: inline-flex;
}

.menu_list > a:last-child {
	margin-right: -20px;
}

.menu_list > span {
	width: 2px;
	height: 16px;
	background: #FFFFFF;
	display: inline-flex;
}

footer {
	height: 270px;
	display: flex;
	color: #FFFFFF;
	font-size: 14px;
	background: #272B2E;
	align-items: center;
	justify-content: center;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	text-decoration: underline;
}

.footer_box > div {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	justify-content: center;
}

.link_box > span:after {
	content: '|';
	margin-left: 8px;
	margin-right: 4px;
}

.link_box > span:last-child:after {
	content: none;
}

.info > span {
	margin-right: 8px;
}

.info > span:last-child {
	margin-right: 0;
}

.beian > * {
	display: flex;
	margin-right: 14px;
}

.beian > *:last-child {
	margin-right: 0;
}

.beian > * > img {
	margin-right: 6px;
}

.mask {
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
}

.mask_main {
	max-width: 1200px;
	max-height: 100%;
	min-width: 500px;
	min-height: 300px;
	border-radius: 8px;
	background: #FFFFFF;
}

.mask_close {
	top: 15px;
	z-index: 9;
	right: 15px;
	width: 38px;
	height: 38px;
	display: block;
	cursor: pointer;
	position: absolute;
	background: url("../img/index/close.png") 0 0 no-repeat;
}

.cooperation_box > .mask_main {
	width: 630px;
	height: 372px;
}

.cooperation_main {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.cooperation_title {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	justify-content: center;
}

.cooperation_title > img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin-right: 36px;
	border-radius: 34px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.cooperation_title > span {
	font-size: 32px;
	line-height: 32px;
}

.cooperation_info {
	font-size: 18px;
}

.cooperation_info > p {
	line-height: 60px;
}

body > section {
	min-height: calc(100vh - 115px - 270px);
}

.header_title {
	width: 100%;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.header_search_box {
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_search {
	height: 100%;
	display: flex;
	overflow: hidden;
	border-radius: 6px;
	align-items: center;
	width: calc(100% - 276px);
	justify-content: space-between;
}

.header_search_text {
	height: 100%;
	width: 256px;
	display: flex;
	color: #FFFFFF;
	cursor: default;
	font-size: 20px;
	border-radius: 6px;
	background: #3064CE;
	align-items: center;
	justify-content: center;
}

#search {
	height: 100%;
	border: none;
	padding: 0 20px;
	font-size: 18px;
	width: calc(100% - 150px);
}

#search_submit {
	width: 150px;
	border: none;
	height: 100%;
	display: flex;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	background: #2152b4;
	align-items: center;
	transition: all 0.1s;
	justify-content: center;
}

#search_submit > i {
	font-size: 20px;
	padding-top: 2px;
	margin-right: 8px;
}

#search_submit:hover {
	background: #1B4292;
}

.header_search_item {
	height: 208px;
	display: flex;
	align-items: center;
	padding: 50px 0 60px;
	justify-content: space-between;
}

.header_search_item > * {
	width: 180px;
	height: 98px;
	display: flex;
	cursor: pointer;
	background: #FFFFFF;
	align-items: center;
	border-radius: 10px;
	flex-direction: column;
	justify-content: flex-start;
}

.header_search_item > * > i {
	width: 100%;
	display: flex;
	font-size: 44px;
	margin-top: 12px;
	line-height: 44px;
	align-items: center;
	justify-content: center;
}

.header_search_item > * > p {
	width: 100%;
	color: #333333;
	display: flex;
	padding: 0 15px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: calc(100% - 54px);
}

.header_search_item > *:nth-child(1) > i {
	color: #FC7575;
}

.header_search_item > *:nth-child(2) > i {
	color: #FF8B00;
}

.header_search_item > *:nth-child(3) > i {
	color: #1C77FF;
}

.header_search_item > *:nth-child(4) > i {
	color: #8F5AF7;
}

.header_search_item > *:nth-child(5) > i {
	color: #01B4A9;
}

.header_search_item > *:nth-child(6) > i {
	color: #7E7EFF;
}

.header_search_item > *:before {
	width: 0;
	height: 0;
	top: -12px;
	opacity: 0;
	content: '';
	display: block;
	position: absolute;
	transition: all 0.1s;
	border-bottom: 15px solid #FFFFFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.header_search_item > *.active:before {
	opacity: 1;
}

section > .center_box > div {
	margin-bottom: 40px;
}

section > .center_box > div:first-child {
	margin-top: 40px;
}

.box_list {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.box_list > div {
	width: 375px;
	min-height: 765px;
	background: #FFFFFF;
	border-top: 2px solid #EC3543;
}

.box_list_title {
	height: 60px;
	display: flex;
	padding: 0 15px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #F4F4F4;
}

.box_list_title > span {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.box_list_title > a {
	color: #EC3543;
	font-size: 14px;
	letter-spacing: 2px;
}

.wanted_item {
	display: flex;
	padding: 17px 7px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #F4F4F4;
}

.wanted_item:last-child {
	border-bottom: none;
}

.wanted_item > div:nth-child(1) {
	width: 132px;
	height: 100px;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

.wanted_item > div:nth-child(1) > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wanted_item > div:nth-child(2) {
	width: calc(100% - 147px);
}

.wanted_item > div:nth-child(2) > div {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}

.wanted_item > div:nth-child(2) > div:last-child {
	margin-bottom: 0;
}

.wanted_item > div:nth-child(2) > div > div:first-child {
	display: flex;
	align-items: center;
}

.wanted_name {
	color: #000000;
	font-size: 20px;
	line-height: 20px;
}

.wanted_tag {
	width: 22px;
	height: 22px;
	color: #FFFFFF;
	margin-left: 6px;
	border-radius: 3px;
	background: #EC3543;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.wanted_reward {
	color: #EC3543;
	font-size: 14px;
}

.wanted_duration,
.wanted_release {
	color: #666666;
	font-size: 12px;
}

.wanted_info {
	height: 48px;
	line-clamp: 2;
	color: #333333;
	font-size: 12px;
	overflow: hidden;
	line-height: 24px;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	align-items: flex-start !important;
}

.dishonesty_item {
	width: 100%;
	padding: 0 7px;
	border-bottom: 1px solid #F4F4F4;
}

.restricted_ride {
	background: none !important;
}

.restricted_ride > * {
	margin-bottom: 23px;
	background: #FFFFFF;
}

.restricted_ride > *:last-child {
	margin-bottom: 0;
}

.restricted_ride .box_list_main {
	height: 310px;
}

.box_list_main_title {
	width: 100%;
	height: 40px;
	display: flex;
	background: #EEEEEE;
	align-items: center;
	justify-content: space-between;
}

.box_list_main_title > div {
	height: 100%;
	display: flex;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}

.box_list_main_title > div:nth-child(1) {
	width: 45%;
}

.box_list_main_title > div:nth-child(2) {
	width: 55%;
}

.dishonesty_item_title {
	padding: 10px 0;
}

.dishonesty_item_title > span {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 10px;
	border-radius: 4px;
	background: #EC3543;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.dishonesty_item_list {
	height: 270px;
	overflow: hidden;
	margin-bottom: 7px;
}

.dishonesty_item_list > ul {
	width: 100%;
	height: 270px;
}

.dishonesty_item_list > ul > li {
	display: flex;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	background: #FFFFFF;
	align-items: flex-start;
	justify-content: space-between;
}

.dishonesty_item_list > ul > li[data-type='1'] {
	background: #F6F6F6;
}

.dishonesty_item_list > ul > li > span {
	text-align: center;
}

.dishonesty_item_list > ul > li > span:nth-child(1) {
	width: 45%;
}

.dishonesty_item_list > ul > li > span:nth-child(2) {
	width: 55%;
}

.live_item {
	display: flex;
	padding: 6px 11px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #F4F4F4;
}

.live_item:last-child {
	border-bottom: none;
}

.live_item > div:first-child {
	width: 145px;
	height: 94px;
}

.live_item > div:last-child {
	width: calc(100% - 152px);
}

.live_item > div:first-child > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.live_item_title {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.live_item_tag {
	margin: 6px 0;
}

.live_item_tag > span {
	color: #999999;
	font-size: 12px;
	padding: 3px 6px;
	line-height: 12px;
	border-radius: 3px;
	border: 1px solid #F4F4F4;
}

.live_item_tag > span[data-type='red'] {
	color: #EC3543;
	border-color: rgba(236, 53, 67, 0.6);
}

.live_info {
	height: 36px;
	line-clamp: 2;
	color: #666666;
	font-size: 12px;
	overflow: hidden;
	line-height: 18px;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	align-items: flex-start !important;
}

.advert_img, .advert_img > a {
	width: 100%;
}

.advert_img > a > img {
	width: 100%;
	object-fit: cover;
}

.new_list_box {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.new_list_box > div {
	width: 375px;
	background: #FFFFFF;
	border-top: 2px solid #EC3543;
}

.new_list_title {
	height: 80px;
	display: flex;
	padding: 0 15px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #F4F4F4;
}

.new_list_title > span {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.new_list_title > a {
	color: #EC3543;
	font-size: 14px;
	letter-spacing: 2px;
}

.report_link_box {
	width: 100%;
	background: #FFFFFF;
	border-top: 2px solid #EC3543;
}

.report_link_title {
	height: 80px;
	display: flex;
	padding: 0 15px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #F4F4F4;
}

.report_link_title > span {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.report_link_title > a {
	color: #EC3543;
	font-size: 14px;
	letter-spacing: 2px;
}

.report_link_main {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 20px;
	align-items: center;
	justify-content: flex-start;

}

.report_link_main > div {
	display: flex;
	padding: 12px 0;
	align-items: center;
	width: calc(100% / 4);
	justify-content: flex-start;
}

.report_link_main > div > a {
	color: #333333;
	display: flex;
	font-size: 16px;
	text-indent: 10px;
	align-items: center;
}

.report_link_main > div:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #EC3543;
	display: inline-block;
}

.report_link_main > div > a:hover {
	color: #EC3543;
	text-decoration: underline;
}

.new_list_main {
	padding: 0 10px;
}

.new_item {
	height: 120px;
	display: flex;
	padding: 20px 0;
	align-items: flex-start;
	border-bottom: 1px solid #F7F7F7;
	justify-content: space-between;
}

.new_list_main .new_item:last-child {
	border-bottom: none;
}

.new_item_img {
	width: 105px;
	height: 80px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.new_item_img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new_item_info {
	height: 100%;
	display: flex;
	flex-direction: column;
	width: calc(100% - 120px);
	justify-content: space-between;
}

.new_item_title {
	height: 48px;
	line-clamp: 2;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	line-height: 24px;
	font-weight: bold;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	align-items: flex-start !important;
}

.new_item_time {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}

.download_box {
	width: 100%;
	display: flex;
	padding-bottom: 15px;
	align-items: flex-end;
	justify-content: space-between;
}

.download_main {
	width: 45%;
	height: 100%;
	display: flex;
	color: #FFFFFF;
	align-items: center;
	margin-bottom: 100px;
	flex-direction: column;
}

.download_title {
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 55px;
}

.download_img {
	width: 227px;
	height: 227px;
}

.download_img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.download_tip {
	font-size: 24px;
	margin-top: 30px;
}

#download_app {
	width: 227px;
	height: 78px;
	display: flex;
	color: #EC3543;
	cursor: pointer;
	font-size: 30px;
	margin-top: 30px;
	line-height: 30px;
	background: #FFFFFF;
	align-items: center;
	border-radius: 15px;
	justify-content: center;
}

.phone_img {
	width: 55%;
}

.phone_img > img:nth-child(1) {
	top: 35px;
	left: 205px;
	position: absolute;
}

section.app_download {
	background: #FFFFFF;
}

section.app_download > div:nth-child(2n) {
	background: #F5F5F5;
}

.app_download_box {
	padding: 50px 0;
}

.app_download_title {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	line-height: 120px;
}

.app_download_main {
	width: 100%;
	display: flex;
	color: #333333;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.app_download_main img {
	max-width: 1170px;
	margin: 40px auto;
}

.app_download_main > p {
	max-width: 880px;
	font-size: 24px;
	text-indent: 2em;
	line-height: 44px;
}

.api_interface_head {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 56px 0 126px;
	justify-content: center;
}

.api_interface_btn {
	width: 100%;
	bottom: 40px;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
}

.api_interface_purchase {
	width: 144px;
	height: 44px;
	color: #FFFFFF;
	font-size: 20px;
	overflow: hidden;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 30px;
	text-align: center;
	border-radius: 22px;
	display: inline-block;
	border: 2px solid #F1F1F1;
}

.api_interface_purchase:after {
	opacity: 1;
	content: '查看详情';
	transition: all 0.15s;
}

.api_interface_purchase:before {
	opacity: 0;
	width: 100%;
	left: -144px;
	content: '→';
	font-size: 40px;
	text-align: center;
	position: absolute;
	transition: all 0.3s;
}

.api_interface_purchase:hover:after {
	opacity: 0;
}

.api_interface_purchase:hover:before {
	left: 0;
	opacity: 1;
}

.api_interface {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.api_interface_title {
	color: #333333;
	font-size: 24px;
	line-height: 64px;
	font-weight: bold;
	margin-bottom: 30px;
}

.api_interface_title:after {
	bottom: 0;
	width: 36px;
	height: 6px;
	content: '';
	display: block;
	position: absolute;
	border-radius: 3px;
	background: #1B4292;
	left: calc(50% - 18px);
}

.api_interface_main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.api_interface_main > * {
	height: 246px;
	display: flex;
	margin-right: 24px;
	margin-bottom: 24px;
	padding-top: 10px;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	width: calc((100% - 48px) / 3);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.api_interface_main > *:nth-child(3n) {
	margin-right: 0;
}

.api_interface_item_title {
	color: #333333;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
}

.api_interface_item_describe {
	display: block;
	height: 66px;
	color: #333333;
	font-size: 14px;
	padding: 0 40px;
	line-height: 23px;
	text-align: center;
}

.information {
	min-height: calc(100vh - 465px);
}

.information_head {
	width: 100%;
	height: 100px;
	display: flex;
	background: #F8F8F8;
	align-items: center;
	margin-bottom: 36px;
	flex-direction: column;
	justify-content: center;
}

.information_head:before {
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	height: 12px;
	display: block;
	position: absolute;
	background: url('../img/index/title_bg.png') 0 0 repeat-x;
}

.information_title {
	color: #1B4292;
	font-size: 20px;
	line-height: 20px;
}

.information_main {
	color: #333333;
	padding: 0 88px;
	font-size: 14px;
	line-height: 24px;
}

.information_main * {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.information_main > p {
	text-indent: 28px;
	padding-bottom: 24px;
}

.article_header_img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.information_source {
	width: 100%;
	color: #999999;
	padding: 0 88px;
	font-size: 12px;
	line-height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.information_statement {
	color: #FF0000;
	padding: 0 88px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}

.information_carousel {
	display: flex;
}

.information_carousel_img {
	width: 785px;
	height: 346px;
	display: flex;
	background: #FFFFFF;
}

.information_carousel_img .swiper-slide > a,
.information_carousel_img .swiper-slide > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #F1F1F1;
}

.carousel_item_main {
	top: 0;
	width: 385px;
	height: 346px;
	right: -385px;
	padding: 30px;
	position: absolute;
	background: #FFFFFF;
}

.carousel_item_main > * {
	color: #333333;
	font-size: 14px;
	line-height: 26px;
}

.carousel_item_main > *:nth-child(1) {
	line-clamp: 4;
	display: block;
	font-size: 26px;
	overflow: hidden;
	max-height: 168px;
	font-weight: bold;
	line-height: 42px;
	text-align: justify;
	margin-bottom: 16px;
	padding-bottom: 8px;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	border-bottom: 1px solid #EBEBEB;
	align-items: flex-start !important;
}

.information_carousel_main {
	right: 0;
	bottom: 40px;
	width: 385px;
	height: 22px;
	position: absolute;
}

.information_carousel_main > .swiper-button-prev:after,
.information_carousel_main > .swiper-button-next:after {
	content: none;
}

.information_carousel_main > .swiper-button-prev,
.information_carousel_main > .swiper-button-next {
	top: 0;
	width: 22px;
	height: 22px;
	margin-top: 0;
}

.information_carousel_main > .swiper-button-prev {
	background: url('../img/index/prev.png') center center no-repeat;
}

.information_carousel_main > .swiper-button-next {
	background: url('../img/index/next.png') center center no-repeat;
}

/*.information_carousel_main > .swiper-pagination {
	bottom: 0;
	z-index: 1;
	font-size: 16px;
	line-height: 22px;

}

.information_carousel_main > .swiper-pagination > .swiper-pagination-current {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: -2px;
	display: inline-block;
}*/


.information_carousel_img .swiper-pagination-bullet {
	opacity: 1;
	background: #FFFFFF;
}

.information_carousel_img .swiper-pagination-bullet-active {
	width: 24px;
	border-radius: 4px;
	background: #EC3543;
}

.information_list {
	width: 100%;
	background: #FFFFFF;
}

.information_tab {
	width: 100%;
	height: 75px;
	display: flex;
	padding: 20px;
	align-items: center;
}

.information_tab_item {
	color: #333333;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	padding: 12px 20px;
	margin-right: 30px;
	border-radius: 10px;
	transition: all 0.1s;
}

.information_tab_item:last-child {
	margin-right: 0;
}

.information_tab_item:hover,
.information_tab_item.tab_active {
	color: #FFFFFF;
	background: #EC3543;
}

.information_item {
	display: flex;
	padding: 20px;
	height: 197px;
	color: #333333;
	border-top: 2px solid #EBEBEB;
}

.information_item > *:nth-child(1) {
	width: 273px;
	height: 155px;
	margin-right: 20px;
}

.information_item > *:nth-child(1) > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.information_item > *:nth-child(2) {
	height: 100%;
	display: flex;
	flex-direction: column;
	width: calc(100% - 293px);
}

.information_item > *:nth-child(2) > *:nth-child(1) {
	color: #333333;
	display: block;
	font-size: 20px;
	overflow: hidden;
	line-height: 20px;
	white-space: nowrap;
	margin-bottom: 20px;
	text-overflow: ellipsis;
}

.information_item > *:nth-child(2) > *:nth-child(1):hover {
	color: #EC3543;
	text-decoration: underline;
}

.information_item > *:nth-child(2) > *:nth-child(2) {
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.information_item > *:nth-child(2) > *:nth-child(3) {
	left: 0;
	bottom: 8px;
	display: flex;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
}

.information_item > *:nth-child(2) > *:nth-child(3) > div {
	margin-right: 40px;
}

.information_item > *:nth-child(2) > *:nth-child(3) > p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.information_item > *:nth-child(2) > *:nth-child(3) > p > span {
	margin-right: 20px;
}

.information_item > *:nth-child(2) > *:nth-child(3) > p > span:last-child {
	margin-right: 0;
}

.criminal_title {
	display: flex;
	padding: 35px 0 100px;
	align-items: center;
	justify-content: center;
}

.location_route {
	color: #333333;
	font-size: 14px;
	line-height: 56px;
}

.location_route a {
	color: #4395FF;
}

.location_route a:hover {
	text-decoration: underline;
}

.location_route span {
	color: #666666;
	padding: 0 6px;
}

.location_route span.detail_title {
	padding: 0;
	color: #333333;
}

.criminal_briefly {
	width: 100%;
	height: 360px;
	display: flex;
	color: #333333;
	justify-content: space-between;
}

.criminal_briefly > div:nth-child(1) {
	width: 656px;
	height: 100%;
	display: flex;
	padding: 40px 24px;
	background: #FFFFFF;
}

.criminal_briefly > div:nth-child(2) {
	width: 490px;
	height: 100%;
}

.criminal_briefly > div:nth-child(2) > video {
	width: 100%;
	height: 100%;
	background: #333333;
}

.criminal_carousel {
	width: 180px;
	height: 214px;
}

.criminal_carousel img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.criminal_carousel .swiper-pagination {
	bottom: -35px;
}

.criminal_carousel .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.criminal_briefly > div:nth-child(1) > div:nth-child(2) {
	padding-left: 24px;
}

.criminal_briefly_desc > div:nth-child(1) {
	display: flex;
	padding-bottom: 7px;
	justify-content: space-between;
}

.criminal_briefly_desc > div:nth-child(1) > div:nth-child(1) {
	display: flex;
	align-items: center;
}

.criminal_briefly_desc > div:nth-child(1) > div:nth-child(1) > span {
	font-size: 20px;
	line-height: 20px;
	margin-right: 20px;
}

.criminal_briefly_desc > div:nth-child(1) > div:nth-child(1) > i {
	width: 22px;
	height: 22px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	border-radius: 3px;
	background: #EC3543;
	align-items: center;
	margin-bottom: -2px;
	display: inline-flex;
	justify-content: center;
}

.criminal_briefly_desc > div:nth-child(1) > div:nth-child(2) {
	color: #EC3543;
	font-size: 16px;
	line-height: 16px;
}

.criminal_briefly_desc > div {
	font-size: 16px;
	margin-top: 8px;
	line-height: 30px;
}

.criminal_btns {
	bottom: 20px;
	display: flex;
	position: absolute;
	align-items: center;
	width: calc(100% - 48px);
	justify-content: space-around;
}

.criminal_btns > div {
	height: 34px;
	display: flex;
	color: #ED3F4C;
	cursor: pointer;
	padding: 0 20px;
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	border: 1px solid #ED3F4C;
	background: rgba(237, 63, 76, 0.05);
}

.criminal_btns > div.criminal_verification {
	padding: 0 30px;
}

.criminal_btns > .prominent {
	color: #FFFFFF;
	background: #ED3F4C;
}

.criminal_btns > div i {
	font-size: 18px;
	line-height: 18px;
}

.criminal_btns > div span {
	font-size: 16px;
	line-break: 16px;
	font-weight: bold;
	margin-left: 10px;
}

.criminal_money_reward {
	width: 100%;
	height: 170px;
	display: flex;
	align-items: center;
	padding-left: 295px;
	padding-right: 265px;
	justify-content: center;
	background: #FFFFFF url('https://yuan-site.oss-cn-beijing.aliyuncs.com/index/money_reward_bg.png?x-oss-process=image/interlace,1') 0 0 no-repeat;
}

.criminal_money_reward > div {
	width: 100%;
	display: flex;
	color: #2C1B40;
	font-size: 36px;
	font-weight: bold;
	align-items: center;
	padding-bottom: 20px;
	justify-content: space-between;
	text-shadow: 0 5px 2px rgba(44, 27, 64, 0.5);
}

.criminal_info_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.criminal_info_box > div > div {
	background: #FFFFFF;
	margin-bottom: 24px;
}

.criminal_info_left {
	width: 771px;
}

.criminal_info_right {
	width: 375px;
}

.criminal_info_title {
	height: 72px;
	display: flex;
	color: #333333;
	padding: 0 24px;
	font-size: 24px;
	font-weight: bold;
	align-items: center;
	border-top: 2px solid #ED3D4A;
	justify-content: space-between;
	border-bottom: 1px solid #F4F4F4;
}

.criminal_info_main {
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	padding: 16px 24px;
}

.criminal_info_main div {
	margin-bottom: 10px;
}

.criminal_info_main p {
	text-indent: 32px;
	margin-bottom: 8px;
}

.criminal_info_main a {
	width: 100%;
	color: #333333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 11px;
	text-overflow: ellipsis;
}

.criminal_info_main a:hover {
	text-decoration: underline;
}

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

.criminal_data .criminal_info_main > div:nth-child(1) > span {
	margin-right: 40px;
}

.bdsharebuttonbox {
	height: 57px;
	padding: 10px 20px;
	border-top: 1px solid #F4F4F4;
}

.bdsharebuttonbox:before {
	content: '分享到：';
	float: left;
	font-size: 14px;
	line-height: 36px;
}

.screen_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.criminal_screen {
	width: 704px;
	height: 100%;
	background: #FFFFFF;
}

.criminal_search {
	width: 452px;
	height: 100%;
	background: #FFFFFF;
}

.criminal_screen_title {
	height: 55px;
	padding: 0 30px;
	font-size: 24px;
	line-height: 52px;
	font-weight: bold;
	border-top: 2px solid #EC3543;
	border-bottom: 1px solid #F4F4F4;
}

.criminal_search_main {
	width: 100%;
	padding: 0 24px;
	font-size: 16px;
	line-height: 16px;
}

.criminal_search_main > div {
	width: 100%;
	height: 34px;
	display: flex;
	margin-top: 16px;
	align-items: center;
	justify-content: space-between;
}

.criminal_search_main > div[data-type="name"]:before {
	left: -12px;
	content: '*';
	color: #FF0000;
	position: absolute;
}

.criminal_search_main > div > div:nth-child(1) {
	width: 114px;
	display: flex;
	align-items: center;
	padding-right: 18px;
	justify-content: space-between;
}

.criminal_search_main > div > div:nth-child(1):after {
	right: 0;
	content: '：';
	position: absolute;
}

.criminal_search_main > div > div:nth-child(2) {
	width: 290px;
	height: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.criminal_search_main > div > div:nth-child(2) > input {
	width: 100%;
	height: 100%;
	font-size: 18px;
	text-indent: 16px;
	background: #F5F5F5;
}

.criminal_screen_flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.criminal_screen_flex > .criminal_screen_item {
	width: 50%;
}

.criminal_screen_flex .criminal_screen_item_list {
	width: 100%;
}

.criminal_search_btn {
	height: 56px !important;
	padding-bottom: 16px;
}

.criminal_search_title {
	color: #EC3543;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding-right: 0 !important;
}

.criminal_search_title:after {
	content: none !important;
}

#criminal_search_submit {
	right: 0;
	width: 290px;
	height: 40px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
	border-radius: 5px;
	background: #1B4292;
}

.criminal_search_main > p {

}

.included_box > .mask_main {
	width: 410px;
	height: 310px;
	min-width: 410px;
	min-height: 310px;
}

.included_close {
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url("../img/index/included_close.png") 0 0 no-repeat;
}

.included_main {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 30px 50px;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.included_main > img {
	width: 270px;
	margin-top: 21px;
}

.included_title {
	font-size: 22px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 8px;
}

.included_title > p > span {
	color: #EC3543;
}

.included_btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.included_btn > div {
	width: 91px;
	height: 38px;
	display: flex;
	color: #1B4292;
	cursor: pointer;
	font-size: 18px;
	line-height: 18px;
	background: #FFFFFF;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	border: 2px solid #1B4292;
}

.included_btn > div#included_yes {
	color: #FFFFFF;
	background: #1B4292;
}

.screen_criminal_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px !important;
}

.screen_criminal_item {
	width: 218px;
	color: #333333;
	padding: 15px 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	transition: all 0.1s;
	border: 1px solid #EEEEEE;
}

.screen_criminal_item:hover {
	border-color: #E0E0E0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.screen_criminal_item:nth-child(5n) {
	margin-right: 0;
}

.screen_criminal_item_img {
	width: 100%;
	display: flex;
	padding: 17px 0 0;
	align-items: center;
	justify-content: center;
}

.screen_criminal_item_img > img {
	width: 135px;
	height: 160px;
	object-fit: cover;
}

.screen_criminal_item_title {
	width: 100%;
	display: flex;
	padding: 20px 0 15px;
	align-items: flex-end;
	justify-content: space-between;
}

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

.screen_criminal_item_name > span {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.screen_criminal_item_name > i {
	width: 22px;
	height: 22px;
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 8px;
	line-height: 12px;
	font-style: normal;
	border-radius: 3px;
	background: #EC3543;
	align-items: center;
	margin-bottom: -2px;
	display: inline-flex;
	justify-content: center;
}

.screen_criminal_item_price {
	color: #EC3543;
	font-size: 12px;
	line-height: 18px;
}

.screen_criminal_item_desc {
	width: 100%;
	height: 48px;
	font-size: 14px;
	overflow: hidden;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.screen_criminal_item_other {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	font-size: 12px;
	margin-top: 3px;
	line-height: 18px;
	align-items: flex-start;
	justify-content: space-between;
}

.screen_criminal_item_release {
	color: #666666;
}

.criminal_screen_main > *:last-child {
	border-bottom: none;
}

.criminal_screen_item,
.criminal_screen_condition {
	display: flex;
	color: #333333;
	font-size: 14px;
	line-height: 34px;
	padding: 5px 30px;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #EEEEEE;
}

.criminal_screen_condition {
	padding: 8px 30px;
}

.criminal_screen_item_title {
	width: 78px;
	display: flex;
	align-items: center;
	padding-right: 22px;
	justify-content: space-between;
}

.criminal_screen_item_title:after {
	right: 6px;
	content: '：';
	position: absolute;
}

.filter_main,
.criminal_screen_item_main {
	width: calc(100% - 78px);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.criminal_screen_item_list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	max-height: 32px;
	width: calc(100% - 50px);
}

.criminal_screen_item_main[data-open='1'] .criminal_screen_item_list {
	max-height: none;
}

.criminal_screen_item_list > span {
	padding: 0 5px;
	cursor: pointer;
	display: block;
	margin-right: 20px;
}

.criminal_screen_item_list > span.criminal_active {
	color: #EC3543;
}

.criminal_screen_item_list > span:last-child {
	margin-right: 0;
}

.criminal_screen_item_more {
	width: 50px;
	color: #666666;
	cursor: pointer;
}

.criminal_screen_item_more:hover {
	color: #333333;
}

.criminal_screen_item_more:after {
	content: '更多 ∨';
}

.criminal_screen_item_main[data-open='1'] .criminal_screen_item_more:after {
	content: '收起 ∧';
}

.criminal_screen_condition {
	opacity: 0;
	line-height: 24px;
	min-height: 42px;
}

.filter_main {
	flex-wrap: wrap;
	margin-bottom: -8px;
	justify-content: flex-start !important;
}

.filter_main > * {
	display: flex;
	padding: 0 10px;
	margin-right: 8px;
	align-items: center;
	margin-bottom: 8px;
	justify-content: center;
	border: 1px solid #EC3543;
}

.filter_main > *:nth-last-child(2) {
	margin-right: 0;
}

.remove_filter {
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-left: 6px;
	border-radius: 50%;
	margin-right: -4px;
	display: inline-block;
	background: url('../img/index/remove_btn.png') 0 0 no-repeat;
}

.clear_filter {
	border: none;
	display: none;
	color: #EC3543;
	cursor: pointer;
	line-height: 24px;
	transition: all 0.1s;
}

.clear_filter:hover {
	color: #F11B2C;
}

.extension_box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.crime_map_box {
	width: 100%;
	height: 624px;
	background: #EEE8D8;
	padding: 0 30px 30px;
}

.crime_map_box:before {
	top: 0;
	left: 0;
	content: '';
	height: 5px;
	width: 110px;
	display: block;
	position: absolute;
	background: #C50000;
}

.crime_map_box:after {
	content: '';
	top: 100px;
	left: 690px;
	width: 15px;
	height: 500px;
	display: block;
	position: absolute;
	background: url('../img/index/border_dot.png') 0 0 repeat-y;
}

.crime_title {
	color: #333333;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	padding: 36px 0 30px;
}

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

.crime_map {
	width: 700px;
	height: 500px;
	overflow: hidden;
}

.crime_info {
	width: 410px;
	height: 500px;
}

.crime_info_title {
	width: 100%;
	color: #C21E24;
	font-size: 24px;
	line-height: 72px;
	text-align: center;
	border-bottom: 1px dashed #C21E24;
}

.crime_info_list {
	width: calc(100% + 12px);
	height: 400px;
	display: flex;
	overflow: auto;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: -15px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.crime_info_list::-webkit-scrollbar {
	width: 6px; /*滚动条宽度*/
	height: 6px; /*滚动条高度*/
}

/*定义滚动条轨道 内阴影+圆角*/
.crime_info_list::-webkit-scrollbar-track {
	transition: all 0.1s;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	border-radius: 3px; /*滚动条的背景区域的圆角*/
	background-color: #F1F1F1; /*滚动条的背景颜色*/
}

/*定义滑块 内阴影+圆角*/
.crime_info_list::-webkit-scrollbar-thumb {
	border-radius: 3px; /*滚动条的圆角*/
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .1);
	background-color: #c1c1c1; /*滚动条的背景颜色*/
}

.crime_info_list .crime_list_item {
	width: 70px;
	height: 130px;
	display: flex;
	color: #333333;
	margin-right: 15px;
	margin-bottom: 10px;
	align-items: center;
	flex-direction: column;
}

.crime_info_list .crime_list_item:nth-child(5n) {
	margin-right: 0;
}

.crime_list_item > div:nth-child(1) > img {
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.crime_list_item > div:nth-child(2) {
	width: 100%;
	display: flex;
	padding: 0 3px;
	margin-top: 6px;
	align-items: center;
	justify-content: space-between;
}

.crime_list_item > div:nth-child(2) > i {
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	border-radius: 3px;
	background: #EC3543;
	align-items: center;
	margin-bottom: 1px;
	display: inline-flex;
	justify-content: center;
}

.crime_list_item > div:nth-child(2) > span {
	font-size: 14px;
	line-height: 14px;
	margin-left: 5px;
}

.crime_list_item > div:nth-child(3) {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
}

/*飘窗*/
#bay {
	z-index: 999;
	width: 400px;
	position: fixed;
	object-fit: contain;
	top: calc(50vh - 100px);
	left: calc(50vw - 200px);
}

#bay_close {
	top: 2px;
	right: 2px;
	width: 20px;
	height: 20px;
	display: flex;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	align-items: center;
	justify-content: center;
}

#bay_close > * {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
}

#bay > img {
	width: 100%;
}