@charset "UTF-8";

/* CSS Document */
iframe {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

*,
body,
header,
footer,
div,
input,
img,
p,
b,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
li,
ul,
dt,
dd,
dl,
span,
a,
article,
hgroup,
nav,
aside,
details,
section,
summary,
figcaption,
figure {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: rgb( 30, 61, 94 );
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main,
section {
	display: block;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border: 0 none;
}

a {
	display: inline-block;
}

table {
	border: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}

table td {
	padding: 0;
}

body{
	background: #ffffff;
	font-size: 0px;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@font-face {
	font-family: 'Roboto';
	font-display: swap;
	src: local('Roboto-Regular'),url('../font/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	font-display: swap;
	src: local('Roboto-Bold'),url('../font/Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "ProductSans";
	font-display: swap;
	src: local('ProductSans-Regular'),url('../font/ProductSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "ProductSans";
	font-display: swap;
	src: local('ProductSans-Bold'),url('../font/ProductSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "ProductSans";
	font-display: swap;
	src: local('ProductSans-Black'),url('../font/ProductSans-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

/* @font-face {
	font-family: "ProximaNova";
	font-display: swap;
	src: url('../font/Proxima_Nova_Black.otf');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: "ProximaNova";
	font-display: swap;
	src: url('../font/Proxima_Nova_Bold.ttf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "ProximaNova";
	font-display: swap;
	src: url('../font/Proxima_Nova_Regular.ttf');
	font-weight: normal;
	font-style: normal;
} */

@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont/iconfont.eot');
	src: url('../font/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../font/iconfont/iconfont.woff2') format('woff2'),
		url('../font/iconfont/iconfont.woff') format('woff'),
		url('../font/iconfont/iconfont.ttf') format('truetype'),
		url('../font/iconfont/iconfont.svg#iconfont') format('svg');
  }
  .iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  @keyframes openDiv{
	0%{
		height: 0px;
	}
	99%{
		height: 0px;
	}
	100%{
		height: 100%;
	}
  }
  .insideL span::before{
	font-family: "iconfont";
	font-size: 25px;
	vertical-align: middle;
	color:#000;
	}
  .icon_file_search::before{
		content:"\e7b4";
	}
	.icon_comment::before{
		content:"\e8e8";
		font-weight: border;
	}
  .icon_fire::before{
	  content:"\e842";
  }
  .icon_user::before{
	  content:"\e7ae";
  }
  .icon_safety_certificate::before{
	  content:"\e7c0";
  }
  .icon_stock::before{
	  content:"\e7f2";
  }
  .icon_message::before{
	  content:"\e78a";
  }
  .icon_tags::before{
	  content:"\e7e5";
  }
  .icon_zoom_in::before{
	  content:"\e898";  
	}
	.icon_reload_time::before{
		content:"\e789";
	}
  .icon_bulb::before{
	  content:"\e7c3";
  }
  .icon_edit_square::before{
	  content:"\e791";
  }
  .icon_pie_chart::before{
	  content:"\e78e";
  }
  .icon_question_circle::before{
	  content:"\e782";
  }
  .icon_warning_circle::before{
	  content:"\e786";
  }
/* header */
header{
	width: 100%;
	top:0;
	z-index: 222;
}
header#index{
	background-image: -moz-linear-gradient( 0deg, rgb(44,141,169) 0%, rgb(15,76,129) 100%);
  	background-image: -webkit-linear-gradient( 0deg, rgb(44,141,169) 0%, rgb(15,76,129) 100%);
  	background-image: -ms-linear-gradient( 0deg, rgb(44,141,169) 0%, rgb(15,76,129) 100%);
}
header,
footer {
	padding:10px 15px;
	background: #0f4c81;
}
footer{
	padding: 20px 15px;
}
.logo img{
	width:auto;
	height: 28px;
	vertical-align: bottom;
}
.logo img.search_img{
	height: 26px;
	width: 26px;
}
#head_top .search_img{
	display: block;
}
.head_top_index .search_img{
	display: none;
}
.searchBar .search_img{
	display: block;
}
.searchBar{
	display: flex;
}
.header_down .icon_down::before{
	font-size: 20px;
	margin-right: 0px;
	color: #fff;
}
.header_down{
	position: absolute;
	right: 30px;
	top:5px;
}
.nav_menu {
	width: 20px;
	height: 20px;
	cursor: pointer;
	font-size: 0;
	display: inline-block;
	/* position: absolute;
	right: 0px;
	top: 5px; */
}
#head_top,.head_top_index{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_search{
	position: fixed;
	right: 0px;
	top:48px;
	height: 0px;
	width: 0px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
#search_btn:checked~.header_search{
	width:100%;
	height: 100%;
	z-index: 997;
}
#search_btn:checked~.search_menu::before{
	content:"\e617"
}
.nav_menu span {
	display: inline-block;
	width: 100%;
	height: 3px;
	background: #fff;
	margin-top: 5px;
}

.nav_menu span:nth-child(1) {
	margin: 0;
}

#menu_btn {
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 0;
	display: none;
	z-index: 9999;
}
#search_btn{
	display: none;
}
.search_menu::before{
	font-family: iconfont;
    font-size: 24px;
	vertical-align: middle;
	content: "\e8ef";
	color: #fff;
}
.body_btn {
	position: fixed;
	left: 0;
	top: 50px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	z-index: 966;
	visibility: hidden;
	pointer-events: none;
	display: block;
	background-color: rgba(0,0,0,.6);
}
.nav_tab{
	text-align: left;
	position: fixed;
	background: #052949;
	height:100%;
	width: 100%;
	left: -100%;
	top: 0px;
	overflow: hidden;
	overflow-y: auto;
	z-index: 999;
	transition: all .2s ease-in;
}
.nav_logo_box{
	background: #052949;
	/* background:  #0f4c81; */
	padding: 10px 0 10px 20px;
	text-align: center;
}
.nav_logo img{
	height: 28px;
}
.nav_tab>div{
	padding-left: 20px;
}
.nav_tab>div.nav_tab_son{
	border-bottom: 1px solid #334160;
}
.nav_tab>div.nav_tab_son a{
	font-size: 18px;
	line-height: 56px;
	/* color: rgba(255,255,255); */
	color:#EEEEEE;
	font-family: "ProductSans";
	font-weight: normal;
	display: block;
	position: relative;
}
.nav_tab>div.nav_tab_son a::before,.nav_link h3::before{
	font-family: iconfont;
	font-size: 22px;
	margin-right: 5px;
	vertical-align: middle;
}
.nav_tab>div.nav_tab_son a::after{
	position: absolute;
	right: 0px;
	content: ">";
	color:#35526c;
	right: 15px;
}
.nav_link h3::after{
	font-family: iconfont;
	position: absolute;
	right: 0px;
	content: "\e7eb";
	color:#35526c;
	right: 14px;
	font-size: 14px;
}
.nav_link h3::before{
	content: "\e842";
}
.nav_link h3{
	font-size: 18px;
	line-height: 56px;
	/* color:rgba(255,255,255); */
	color: #EEEEEE;
	font-family: "ProductSans";
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.nav_top_num{
	font-size: 0px;
	/* padding-left: 27px; */
	padding-bottom: 16px;
}
.nav_top_num_item{
	display: inline-block;
	width: 33.3%;
}
.nav_top_num_item a{
	font-size: 14px;
	line-height: 2.5;
	color: rgba(255,255,255,.6);
}
.nav_code::before{
	content:"\e7e3";
}
.nav_search::before{
	content:"\e8ef"
}
.nav_menu span:not(:nth-child(2)) {
	transition: 0.2s ease transform;
	-webkit-transition: 0.2s ease transform;
}

#menu_btn:checked~.nav_menu {
	z-index: 1000;
	position: fixed;
}
#menu_btn:checked{
	display: block;
}
#search_btn:checked~.body_btn {
	visibility: visible;
	pointer-events: auto;
}

#menu_btn:checked~.nav_tab {
	/* height:100%;
	width: 100%; */
	left: 0;
	transition: all .2s ease-in;
}

#menu_btn:checked~.nav_menu span:first-child {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-transform-origin: 0px 5px;
			transform-origin: 0px 5px;
}

#menu_btn:checked~.nav_menu span:nth-child(2) {
	background-color: #052949;
}

#menu_btn:checked~.nav_menu span:last-child {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	-webkit-transform-origin: 0px -2px;
			transform-origin: 0px -2px;
}
.container {
	padding: 0px 15px;
	min-height: calc(100vh - 200px);
}
/* footer */
.bottom_logo{
	display: block;
	margin-bottom: 10px;
}
.bottom_logo img{
	height: 32px;
	width: auto;
}
.bottom_list {
	text-align: left;
	font-size: 0px;
}

.bottom_list>div {
	display: inline-block;
	line-height: 1.92;
	text-align: left;
	color: rgba( 255, 255, 255, 0.502 );
}
.bottom_list>div a{
	margin: 0 10px;
	color: rgba( 255, 255, 255, 0.502 );
}
/* banner */
.banner {
	/* background: #fff; */
	background-image: -moz-linear-gradient( 0deg, rgb(44,141,169) 0%, rgb(15,76,129) 100%);
  	background-image: -webkit-linear-gradient( 0deg, rgb(44,141,169) 0%, rgb(15,76,129) 100%);
  	background-image: -ms-linear-gradient( 0deg, rgb(44,141,169) 0%, rgb(15,76,129) 100%);
	padding: 70px 25px;
}

.banner .search {
	margin: 16px 0px;
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
	padding-right: 3px;
}
.banner .input_writing{
	height: 41px;
	border: none;
	width: 75%;
}
.banner .sub_btn{
	background: rgb( 51, 204, 153 );
	border-radius: 20px;
	height: 35px;
	margin-top: 3px;
	width: 25%;
	font-size: 12px;
}
.barContent,.not_found_banner {
	padding: 0px 15px;
	text-align: center;
}

.banner h1 {
	font-size: 40px;
	font-family: "ProductSans";
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.1;
}

.banner p {
	font-family: "ProductSans";
	font-weight: normal;
	color: rgba( 255, 255, 255, 0.502 );
	line-height: 1.4;
}

.barImg img {
	width: 80%;
}

/* query code */
#query_select {
	width: 100%;
	border: none;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-left: 20px;
	cursor: pointer;
	height: 35px;
	line-height: 1.3;
	font-family: "ProductSans";
	font-weight: normal;
  	color: rgb( 15, 76, 129 );
	background: #fff;
	border: 1px solid #ccd0dc;
}

.query_select {
	position: relative;
}

.query_select::after,.number_select::after {
	position: absolute;
	content: "";
	right: 15px;
	top: 15px;
	pointer-events: none;
	width: 0px;
	height: 0px;
	border: 8px solid;
	border-color: #0f4c81 transparent transparent transparent;
}
.index_box .code_title{
	display: none;
}
.index_box .table_box{
	max-height: 300px;
	overflow: auto;
}
.query_table {
	text-align: left;
}
.query_table th,#thead_block td{
	font-weight: bold;
	padding: 15px 0px;
	font-size: 16px;
	font-family: "ProductSans";
	color: rgb( 15, 76, 129 );
	line-height: 1.5;
}
.query_table td {
	padding: 8px 0px;
}
.query_table tbody tr:nth-of-type(odd){
	background: #f7f9fb;
	border-radius: 4px;
}
.query_code_td a{
	color:rgb(72, 155, 238);
}
.query_table th.td_query_order, #thead_block td.td_query_order,.query_table td.td_query_order {
	width: 23%;
	padding-left: 15px;
}

.td_query_code {
	width: 25%;
}

.td_query_state {
	width: 52%;
}

/* 404 */
.not_found_text {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}

.not_found_text h1 {
	font-size: 28px;
	font-family: "ProductSans";
	color: rgb( 44, 61, 101 );
	font-weight: bold;
	line-height: 1.1;
}

.not_found_text .not_des {
	line-height: 1.1;
	padding-top: 15px;
	padding-bottom: 40px;
	color: rgb( 124, 136, 165 );
}

.not_found_text a,
.still_a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #489bee;
	color: #fff;
	border-radius: 4px;
	font-family: "ProductSans";
}

.still_a {
	width: 100%;
}

/* public */
.not_found {
	background: #fff;
	padding: 20px 10px 10px 10px;
	margin-bottom: 10px;
}

/* search */
#search h1 {
	font-size: 28px;
	font-family: "ProductSans";
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	padding-top: 10px;
}

#search .search_des p {
	line-height: 1.1;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: center;
}
.error_remind{
	padding: 10px;
	line-height: 1.8;
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	text-align: center;
	margin: 10px 0;
}
/* comment */
#disqus_thread {
	background: #fff;
}

/* h1 */
.nav_detail {
	margin: 15px 0px;
}

.nav_detail h1 {
	font-size: 28px;
	font-family: "ProductSans";
	font-weight: bold;
	line-height: 1.1;
}

/* search */
.search {
	background: #fff;
	margin: 25px 0px;
	border-radius: 4px;
	overflow: hidden;
}
.search_des{
	margin: 25px 0px;
}
.search_des .search{
	padding: 0px;
	margin: 0px;
	padding-bottom: 25px;
}
.input_writing {
	-webkit-appearance: none;
	width: 80%;
	height: 45px;
	padding-left: 20px;
	font-size: 14px;
	float: left;
	font-family: "ProductSans";
	color: #1E3D5E;
	font-weight: normal;
	border:1px solid #489bee;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.input_writing::placeholder,
.input_writing::-webkit-input-placeholder,
.input_writing::-moz-placeholder,
.input_writing:-ms-input-placeholder {
	color: rgba( 165, 180, 198, 0.502 );
}
.header_search .input_writing{
	height: 40px;
	line-height: 40px;
	width: calc( 100% - 48px);
	padding-left: 15px;
	border:none;
	border-radius: unset;
}
.header_search .sub_btn{
	height: 40px;
	width:48px;
	background: #fff;
	border-radius: unset;
}
.header_search form{
	position: relative;
	width:100%;
	margin: 0 auto;
}
.header_search form::after{
	position: absolute;
	right: 10px;
	top:8px;
	content: "\e8ef";
	font-family: "iconfont";
	font-size: 22px;
	vertical-align: middle;
	color: #175285;
	pointer-events:none;
}
.searchBar .sub_btn{
	font-size: 10px
}
.input_writing::-webkit-input-placeholder {
	color: rgb(200, 205, 217);
	font-size: 16px;
}

.input_writing::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgb(200, 205, 217);
	font-size: 16px;
}

.input_writing:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgb(200, 205, 217);
	font-size: 16px;
}

.input_writing:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgb(200, 205, 217);
	font-size: 16px;
}
.input_writing:focus::-webkit-input-placeholder {
	color: transparent
}

.input_writing:focus:-moz-placeholder {
	color: transparent
}

.input_writing:focus::-moz-placeholder {
	color: transparent
}

.input_writing:focus:-ms-input-placeholder {
	color: transparent
}
.header_search .input_writing::-webkit-input-placeholder {
	font-size: 14px;
}

.header_search .input_writing::-moz-placeholder {
	font-size: 14px;
}

.header_search .input_writing:-moz-placeholder {
	font-size: 14px;
}

.header_search .input_writing:-ms-input-placeholder {
	font-size: 14px;
}
.sub_btn {
	-webkit-appearance: none;
	width: 20%;
	height: 45px;
	color: #ffffff;
	font-family: "ProductSans";
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	cursor: pointer;
	background: #489bee;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* owner */
.owner_info{
	display: flex;
	margin-bottom: 15px;
}
/* .owner_info:last-child{
	margin-bottom: 0px;
} */
.owner_info>div{
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #0f4c81;
	text-align: center;
	margin-right: 10px;
}
.owner_info>div::before{
	font-family: "iconfont";
	line-height: 33px;
    font-size: 18px;
    color: #fff;
}
.caller_id_icon::before{
	content: '\e7e3';
}
.caller_Region_icon::before{
	content: '\e790';
}
.caller_owner_icon::before{
	content: '\e7ae';
}
.caller_Carrier_icon::before{
	content: '\e897';
}
.owner_info ul {
	flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.owner_info li:last-child{
	color: rgb( 165, 180, 198 );
}
.owner_safe{
	border: 1px solid #EEEEEE;
    border-radius: 4px;
}
p.safety_Low,p.safety_High,p.safety_unknown,p.safety_Middle{
	font-size: 24px;
	font-family: "ProductSans";
	color: rgb( 69, 217, 142 );
	line-height: 1.25;
	font-weight: bold;
}
p.safety_High{
	color:rgb( 255, 100, 84 );
}
p.safety_unknown{
	color: #cccccc;
}
p.safety_Middle{
	color:rgb( 255, 100, 84 );
}
.pie_p_people{
	line-height: 20px;
	font-size: 14px;
	margin-top: 5px;
}
.pie_p_total{
	font-size: 13px;
	color: rgb( 165, 180, 198 );
	line-height: 20px;
	margin-top: 5px;
}
.owner_detail .insideR,
.analysis .insideR {
	border-bottom: 1px solid #F2F4F8;
}
.owner_detail{
	height: 159px;
	overflow-y:auto; 
	padding: 13px 20px 0 20px;
	border: 1px solid #EEEEEE;
    border-radius: 4px;
}
.analysis_box{
	display: flex;
	padding: 14.5px 0;
}
.analysis_box li{
	width:33.3%;
	text-align: center;
	border-right: 2px solid #f6f6f6;
	padding: 0 20px;
}
.analysis_box li:last-child{
	border:none;
}
.analysis_num{
	font-size: 32px;
	  font-family: "ProductSans";
	  margin-bottom: 20px;
	  font-weight: normal;
}
.spam_num{
    color:rgb( 255, 100, 84 )
}
.analysis_title{
	font-size: 16px;
	color: rgb( 165, 180, 198 );
	line-height: 1.125;
}
h3 {
	font-size: 20px;
  	font-family: "ProductSans";
	font-weight: bold;
	padding-bottom: 15px;
	margin-top: 25px;
}
.index_h h3{
	text-align: center;
	margin-top: 30px;
	padding-bottom: 30px;
	color: rgb( 15, 76, 129 );
}
.index_h .map_query_box h3{
	padding-bottom: 12px;
}
.aside h3{
	position: relative;
	padding-left: 20px;
}
.aside h3::before{
	position: absolute;
	left: 0;
	content: '';
	width: 5px;
	height: calc(100% - 15px);
	background-color: rgb( 72, 155, 238 );
}
.insideR h3 span {
	color:rgb( 124, 136, 165 );
	font-size: 20px;
	padding-left: 5px;
}
.safe_progress_chart{
	position: relative;
}
.owner_des{
	position: absolute;
	right: 5px;
	top:50%;
	margin-left: 10px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: calc(100% - 150px);
}
.owner_des_middle{
	margin-left: 0px;
	left:15px;
	top:50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.owner_des .pie_p{
	line-height: 20px;
}
.ower_city{
	line-height: 1.8;
}
.ower_city span{
	color:rgb(44, 61, 101);
}
.safe_progress {
	position: relative;
	background-image: -ms-linear-gradient(0deg, rgb(151, 226, 100) 0%, rgb(255, 217, 8) 51%, rgb(253, 103, 83) 100%);
	width: 100%;
	height: 13px;
	/* border-radius: 5px; */
	margin-bottom: 15px;
}

.safe_progress::after {
	position: absolute;
	content: '';
	bottom: -15px;
	left: 20px;
	width: 0px;
	height: 0px;
	border: 8px solid;
	border-color: transparent transparent #2c3d65 transparent;
}
/* data_analysis */
.report,
.searches {
	line-height: 1.8;
}
.report span,
.searches span{
	color: rgb(44, 61, 101);
}
/* recent_activity */
.recent_activity_box{
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	padding: 15px 0;
}
.recent_vote_ip,.vote_ip{
	width: 40%;
}

.recent_vote_result,.vote_result{
	width: 25%;
}

.recent_vote_time,.vote_time{
	width: 35%;
}
.vote_ip,.vote_list td.number_list{
	padding-left: 15px;
}
.vote_list th,
.vote_list td {
	text-align: left;
}
.vote_list th.recent_vote_ip, .vote_list td.recent_vote_ip_td{
	padding-left: 15px;
}
.vote_list th {
	font-size: 16px;
	font-family: "ProductSans";
  	color: rgb( 15, 76, 129 );
	font-weight: bold;
	line-height: 1.5;
}

.vote_list td {
	line-height: 1.15;
	vertical-align: top;
	padding: 8px 0px;
}

.vote_list td.number_list a {
	color: rgb(72, 155, 238);
}

.vote_list td.vote_unsafe,.voted_unsafe{
	color: #ff6454;
	text-transform: uppercase;
}
.voted_unsafe,.voted_safe{
	font-weight: 700;
}
.vote_list td.vote_safe,.voted_safe{
	color: #45d98e;
	text-transform: uppercase;
}
.notice_user{
	font-weight: 700;
	color:rgb(44, 61, 101);
}
/* mark */
#mark p,
.phone_owner p {
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 15px;
}
.phone_owner p{
	font-size: 14px;
}
#mark form {
	font-size: 0px;
}

#mark input,
.modal_box input {
	display: none;
}
.closed::before{
	font-family: "iconfont";
	content:"\e617";
	position: absolute;
	right:6px;
	top:10px;
	font-size: 28px;
}
.unsafe {
	background-color: #ff6454;
}

.safe {
	background-color: #45d98e;
}

#mark label,.modal_box label {
	display: inline-block;
	width: 45%;
	margin-right: 5%;
	height: 35px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	padding: 10px;
	text-transform: uppercase;
}
.vote #mark label{
	width: auto;
	height: auto;
	padding: 8px 30px;
	margin-left: 10px;
}
.vote_word{
	line-height: 20px;
	font-size: 16px;
}
.modal_box label:first-child{
	margin-right: 10%;
}
.modal_box label:last-child{
	margin-right: 0%;
}
.modal_box {
	height: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 998;
	top: 0px;
	width: 100%;
	background: rgba(0, 0, 0, .9);
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	animation: openDiv 8s;
}
.modal_box_shrinkage{
	top: 48px;
}
.modal_box .modal_content {
	width: 90%;
	padding-bottom: 40px;
	margin: auto;
	background: #fff;
	text-align: center;
	border-radius: 4px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.modal_box .modal_content .modal_border{
	padding: 20px 40px 10px 40px;
	border-bottom:3px solid #f2f4f8;
}
.modal_btn{
	padding: 20px 40px 0px 40px;
}
.modal_box form {
	font-size: 0px;
}

.modal_content h3 {
	font-size: 32px;
	font-family: "ProductSans";
	font-weight: 900;
	color: rgb(44, 61, 101);
	line-height: 1.1;
}

.modal_content p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
	padding: 0 2.5%;
}
.modal_content button {
	border: 1px solid transparent;
    outline: none;
	background: #fff;
	border:1px solid rgb( 124, 136, 165 );
	color: rgb( 124, 136, 165 );
	width: 95%;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-top: 4%;
	text-transform: uppercase;
	border-radius: 4px;
}

/* aside */
/* phone_owner */
.call_edit,.call_remove{
	width:100%;
	line-height: 32px;
	text-align: center;
	border: 1px solid #D4DDE3;
	border-radius: 4px;
	color: rgb(72, 155, 238);
	vertical-align: middle;
	margin-top: 10px;
}
.call_edit::before,.call_remove::before{
	font-family: "iconfont";
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	margin-right: 3px;
	vertical-align: middle;
}
.call_edit::before{
	content:"\e7e1";
}
.call_remove::before{
	content:"\e7c4";
}
/* question */
.faq_list {
	border-top: 1px solid #f2f4f8;
	padding: 10px 0px;
}
.faq_list:first-child{
	border:none;
}
.faq_title {
	position: relative;
	/* color: rgb(44, 61, 101); */
	padding-right: 38px;
	line-height: 1.5;
}
.faq_title::after{
	content:"\e77f";
	position: absolute;
	top:0px;
	right:10px;
	font-size: 18px;
	font-family: "iconfont";
	color: rgb(72, 155, 238);
}
.faq_title_active {
	color: rgb(72, 155, 238);
}
.faq_title_active::after{
	content:"\e785";
}
.faq_answer {
	display: none;
	line-height: 1.5;
	padding-top: 13px;
}
.faq_answer p{
	line-height: 1.5;
	color: rgba( 30, 61, 94,0.6 );
}
/* top search */
.top_items_content {
	overflow: hidden;
}

.top_item {
	float: left;
	padding: 10px 0px;
	width: 50%;
	text-align: center;
	border-right:1px solid #f6f6f6;
}
.top_item:nth-child(2n){
	border:none;
}
.top_item a {
	color: rgb(72, 155, 238);
	display: inline-block;
	width:100%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* number_begin */
.number_begin_table {
	text-align: left;
}

.number_begin_table th {
	font-size: 16px;
	color: rgb(44, 61, 101);
	font-weight: bold;
	line-height: 1.5;
	width: 60%;
}

.number_begin_table th:first-child {
	width: 40%;
}

.number_begin_table td {
	padding: 8px 0px;
	line-height: 1.2;
	vertical-align: top;
}

.number_begin_table td a {
	color: rgb(72, 155, 238);
}
.breadcrumb{
	display: none;
}
.map_query_box p{
	display: none;
	line-height: 1.5;
	font-family: "ProductSans";
	font-weight: normal;
	color: rgba( 30, 61, 94, 0.8 );
}
#map .state {
    fill: #d8ddde;
    cursor: pointer;
    stroke: #fff;
    stroke-width: 1.75;
    stroke-opacity: 1;
    cursor: pointer;
	-webkit-transition: .2s fill;
	transition: .2s fill;
	vertical-align: middle;
}
#thead_block{
	display: table-row !important;
}
.email_box{
		background: #fff;
		margin: 10px 0px;
}
.form_row,.user_detail_sell{
	margin: 20px 0px;
}
.form_row label{
	display: block;
	margin-right: 5%;
	font-size: 18px;
	padding-bottom: 5px;
	color:rgb(44, 61, 101);
}
.form_row label span{
	color:#fb7327;
}
.form_row input,.form_row textarea{
	border:1px solid #e4e5e7;
	width:100%;
	height:40px;
	padding: 10px 15px;
}
.form_row textarea{
	height:100px;
}
.submit_btn{
	line-height: 1.5;
	text-align: center;
}
.submit_btn input{
	background: #489bee;
	color:#fff;
	height:40px;
	width:150px;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	cursor: pointer;
}
.notice{
	width: 100%;
	line-height: 1.5;
	padding-right: 10px;
	text-align: left;
}
.notice a{
	color:#489bee;
	text-decoration: underline;
	display: inline;
}
.article{
	background: #fff;
  padding: 10px;
  margin: 10px 0;
}
.article h3{
	font-size: 18px;
  	font-weight: bold;
	line-height: 1.35;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.article p{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}
.vote_list tr:nth-of-type(even),.number_begin_table tr:nth-of-type(even){
	background: #f7f9fb;
}
.td_query_city,.marked_activity{
	display: none;
}
.vote .vote_word{
	font-size: 15px;
	line-height: 30px;
}
.not_found{
	margin-top: 10px;
}
.index_query_box{
	margin-bottom: 10px;
}
.linechart_box{
	position: relative;
}
.word_hAxis{
	position: absolute;
	left:20px;
	bottom:3px;
	color: rgb( 124, 136, 165 );
	font-size: 12px
}
.email_send{
	min-height: 450px;
	margin: 10px 0px;
	background: #fff;
	width:100%;
	position: relative;
}
.email_send_box{
		position: absolute;
		top:50%;
		transform: translateY(-50%);
		left:50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width:85%;
}
.email_send p{
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 15px;
}
.index_box .td_query_city{
	display: none;
}
.down{
	position: fixed;
	z-index: 111;
	left: 0;
	right: 0;
	bottom:0px;
	height: 60px;
	width:100%;
	background-image: -moz-linear-gradient( 0deg, rgb(42,8,33) 0%, rgb(36,19,64) 32%, rgb(32,81,150) 72%, rgb(90,228,215) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(42,8,33) 0%, rgb(36,19,64) 32%, rgb(32,81,150) 72%, rgb(90,228,215) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(42,8,33) 0%, rgb(36,19,64) 32%, rgb(32,81,150) 72%, rgb(90,228,215) 100%);
	padding: 13px 15px;
	overflow: hidden;
}
.back_l{
	display: none;
	position: absolute;
	left: 10px;
	bottom: 0px;
}
.down_des{
	display: inline-block;
	font-family: "ProximaNova";
	color: #fff;
	line-height: 1.2;
	float: left;
	width: 60%;
	text-shadow: 0px 0px 8px rgb( 0, 0, 0 );
}
.down_apk{
	display: inline-block;
	float: right;
	width:116px;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
	border:1px solid #7c8787;
	text-align: center;
	background: #000;
}
.down_apk a{
	display: block;
	width: 100%;
	height:100%;
	color: #fff;
	line-height: 34px;
}

.download_inside{
	position: relative;
	padding-right: 25px;
}
.download_close{
	position: absolute;
	right: 0px;
	top: 0px;
}
.download_close::before{
	font-family: "iconfont";
	content: "\e617";
  font-size: 20px;
}
.download_word{
	font-size: 18px;
	color:#fff;
	line-height: 26px;
	margin-bottom: 12px;
}
.download_btn{
	display: block;
	text-align: center;
	line-height: 34px;
	background-image: -moz-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(0,162,255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(0,162,255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0,128,255) 0%, rgb(0,162,255) 100%);
	width: 150px;
	height: 34px;
	border-radius: 17px;
	font-size: 14px;
  color: rgb( 255, 255, 255 );
  text-transform: uppercase;
}
.number_select{
	position: relative;
}
#number_select{
    cursor: pointer;
    width: 100%;
    height: 35px;
    line-height: 1.3;
    color:rgb(72, 155, 238);
    background: #fff;
	border: 1px solid #ccd0dc;
	border-radius: 5px;
}
#number_select label {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    line-height: 35px;
	/* color: rgb(72, 155, 238); */
	color: rgba( 165, 180, 198, 0.502 );
}
#select_check {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select_ul {
    position: absolute;
    top: 37px;
    width: 100%;
    background: rgba(240, 241, 241,0.95);
    padding: 10px 0;
    z-index: 122;
    display: none;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    max-height: 300px;
    overflow: auto;
}
.select_ul li a {
    line-height: 1.5;
    width: 100%;
    color: #000;
    padding-left: 20px;
}
.select_ul li a:hover {
    background: #489bee;
    color: #fff;
}
#select_check:checked~.select_ul {
    display: block;
}
.right_down_btn{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #489bee;
	color:#fff;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	border-radius: 4px;
}
.right_down_des{
	line-height: 1.5;
}
.icon_down::before{
	font-family: "iconfont";
	content:"\e7ef";
	margin-right: 5px;
}
/* .comment_hot */
.hot_list{
	margin-bottom: 25px;
}
.hot_user{
	height: 57px;
	border-radius: 4px;
	background-color: rgb( 247, 249, 251 );
	padding: 12px;
	display: flex;
	justify-content: flex-start;
}
.hot_user .hot_img{
	border-radius: 50%;
}
.hot_user img{
	width:33px;
	height: 33px;
	margin-right: 10px;
	border-radius: 50%;
}
.hot_detail{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hot_name{
	font-size: 14px;
	font-family: "Roboto";
	color: rgb( 15, 76, 129 );
}
.hot_time{
	font-size: 12px;
	color: rgba( 15, 76, 129, 0.502 );
}
.hot_list a{
	font-size: 16px;
	line-height: 1.16;
	color: rgb( 72, 155, 238 );
	margin-left: 12px;
	margin-top: 15px;
	margin-bottom: 6px;
}
.hot_list p{
	line-height: 1.5;
	margin-left: 12px;
}
.aside{
	margin-top: 10px;
}
#outline{
	position: relative;
}
.outline_box{
	position: relative;
	height: 0px;
	overflow: hidden;
	transition: .2s ease-in;
}
.outline_box li::before{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	left: 14.49px;
	top:12px;
	bottom:10px;
	background: #e4e5e7;
}
.outline_box li:last-child::before{
	height: 0px;
}
.outline_box li{
	position: relative;
}
.outline_box li a{
	position: relative;
	padding-left: 33px;
	color:rgb(72, 155, 238);
	line-height: 2.3;
}
.outline_box li a::before{
	position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #e4e5e7;
    border-radius: 50%;
    left: 11px;
    top: 12px;
}
#outline_btn{
	display: none;
}
.outline_btn{
	position: absolute;
	right: 0px;
	top:-45px;
	padding: 8px 15px;
	border:2px solid #489bee;
	width:91px;
	text-align: center;
	border-radius: 16px;
}
.outline_btn span{
	color: #489bee;
	font-weight: bold;
}
.close_btn{
	display: none;
}
#outline_btn:checked~.outline_box{
	height: 256px;
	margin-bottom: 20px;
	transition: .2s ease-in;
}
#outline_btn:checked~.outline_btn .close_btn{
	display: inline-block;
}
#outline_btn:checked~.outline_btn .normal_btn{
	display: none;
}
.border,.code_border{
	border:1px solid #EEEEEE;
	border-radius: 4px;
	padding: 15px;
}
.query_code_box{
	margin-top: 10px;
}
.code_border{
	margin-bottom: 25px;
}
.index_box{
	margin-bottom: 25px;
}
.index_box .query_code_box{
	margin-top: 10px;
}
.index_box .map_query,.index_box .query_code_box{
	border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding: 15px;
}
.index_box .code_border{
	border:none;
	padding: 0px;
	margin: 0px;
}
.ad_box{
	margin: 25px 0;
}
.aside .top_search,.still_nead{
	margin-bottom: 25px;
}
#back-drop {
	width: 100%;
	height: 100%;
	background: rgb(0 0 0/80%);
	position: fixed;
	top: 0;
	z-index: 99999;
	display: none;
  }
  #back-drop img {
	width: 80px;
	position: absolute;
	top: -90px;
	transform: scaleX(-1) rotate(24deg);
  }
  #back-drop .inner {
	font-family: 'ProductSans';
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	width: 500px;
	position: absolute;
	top: 240px;
	left: 24%;
  }
  #back-drop .inner-text div {
	font-family: 'ProductSans';
	color: #fff;
	font-size: 30px;
	line-height: 36px;
  }
  #back-drop .inner-text strong {
	font-family: 'ProductSans';
	font-weight: 700;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
  }


  
  .article ul, 
  .article ol {
	padding-left: 32px;
	margin-bottom:12px;
	margin-top:-8px;
  }
  
  .article li,
  .article p {
	font-size: 15px;
	line-height: 26px;
	list-style: disc;
  }
@media screen and (min-width:490px) {
	.container {
		min-height: calc(100vh - 173px);
	}
}
@media screen and (min-width:580px) {
	.call_edit,.call_remove{
		width: 220px;
		display: block;
	}
	#mark label {
		width: 145px;
		margin-right: 20px;
	}
	.barContent,.not_found_banner,.no_aside .search form{
		margin: 0 auto;
		max-width: 600px;
	}

	.barImg img {
		width: 60%;
	}
	.not_found_banner .barImg img{
		width: 80%;
	}
	.banner p{
		width:100%;
		margin: auto;
	}
	.map_query_box{
		margin-bottom: 30px;
	}
	.map_query_box p{
		display: block;
	}
	.still_a{
		width:50%;
	}
	.modal_box .modal_content{
		width:420px;
		margin: auto;
	}
	.search_des .search{
		max-width: 550px;
		margin: 0 auto;
	}
}

@media screen and (min-width:680px) {
	.container {
		min-height: calc(100vh - 163px);
	}
	.sub_btn{
		font-size: 16px;
	}
	.banner .search{
		margin: 24px auto;
		border-radius: 23px;
		width: 550px;
	}
	.banner .input_writing{
		width: 80%;
		height: 48px;
		padding-left: 24px;
	}
	.banner .sub_btn{
		width: 20%;
		font-size: 14px;
		height: 42px;
	}
	.hot_list {
		margin-bottom: 24px;
	}
	.index_box .map_query{
		display: flex;
	}
	#map{
		width: 100%;
	}
	#map svg{
		height: 100%;
	}
	.index_box .table_box{
		min-height: 300px;
		max-height: 300px;
	}
	.ad_box{
		margin: 30px 0;
	}
	.border,.code_border{
		padding: 20px;
	}
	.query_code_box{
		margin-top: 10px;
	}
	.code_border{
		margin-bottom: 30px;
	}
	.owner_des_middle{
		left: 20px;
	}
	.activity{
		padding: 0px;
		padding-bottom: 15px;
	}
	h3{
		margin-top: 30px;
	}
	.index_h h3{
		font-size: 24px;
		text-align: left;
		margin-top: 45px;
		padding-bottom: 24px;
	}
	.outline_btn{
		display: none;
	}
	.header_search .sub_btn{
		font-size: 14px;
		width:64px;
	}
	.header_search .input_writing{
		width:calc( 100% - 64px)
	}
	.header_search form::after{
		right:20px;
	}
	.error_remind{
		margin: 20px 0;
	}
	.container{
		padding: 0 20px;
	}
	header, footer{
		padding: 10px 20px;
	}
	#head_top{
		align-items: center;
	}
	#head_top .header_down{
		position: unset;
		margin-left: 20px;
	}
	#head_top .header_search{
		width:calc(100% - 365px);
	}
	.aside{
		margin-top: 20px;
	}
	.comment_hot{
		margin-bottom: 20px;
	}
	.down{
		height:60px;
		padding: 0px 15px;
		line-height: normal;
		text-align: center;
	}
	.down>div{
		position: relative;
		padding-left: 120px;
		padding-right: 160px;
		height: 100%;
	}
	.down_des{
		font-size: 18px;
		float: none;
		margin-top: 10px;
		width: 100%;
	}
	.back_l{
		display: inline-block;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	.down_apk{
		width:135px;
		height: 40px;
		margin-top: 10px;
		position: absolute;
		right: 0px;
	}
	.down_apk a{
		line-height: 40px;
	}
	#search h1{
		font-size: 40px;
		padding-top: 30px;
	}
	.not_found_text h1{
		font-size: 50px;
	}
	.not_found_text .not_des,.not_found_text a, .still_a{
		font-size: 16px;
	}

	.index_query_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 20px;
	}
	.article,.still_nead{
		margin-bottom: 30px;
	}
	.index_query_box .query_code_box {
		width: 35%;
		margin: 0px;
	}

	.index_query_box .top_item {
		width: 25%;
	}
	.aside .top_item {
		width: 20%;
	}
	.top_item {
		width: 20%;
	}
	.top_item:nth-child(2n){
		border-right:1px solid #f6f6f6;
	}
	.top_item:nth-child(5n){
		border:none;
	}
	/**breadcrumb**/
	.breadcrumb{
		display: block;
	}
	.breadcrumb,
	.breadcrumb a,
	.breadcrumb i {
		color: rgb(155, 176, 191);
	}

	.breadcrumb i {
		font-style: normal;
	}

	.breadcrumb span+span:before {
		content: "> ";
		color: rgb(155, 176, 191);
	}

	.breadcrumb span:nth-last-child(1) a i {
		color: #489bee;
	}
	.nav_detail h1{
		padding-top: 15px;
		font-size: 40px;
	}
	.search{
		margin: 30px 0;
	}
	.main_list .search{
		margin-top: 0px;
	}
	.owner,.data_analysis{
		margin: 0px;
	}
	.no_aside .search{
		margin: 20px auto;
	}
	.no_aside .search .search{
		width:550px;
		margin: 0 auto;
		padding: 0px;
	}
	#search .search_des p{
		padding-top: 30px;
	}
	#search>.search{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.search_des{
		margin: 30px 0;
	}
	#map svg{
		width:100%;
		margin: auto;
	}
	.head_top_index .logo{
		float: left;
	}
	.head_top_index .header_down{
		right: 230px;
	}
	#map .state:hover{
		fill:#489bee;
	}
	.chart_content{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack:justify;
		    -ms-flex-pack:justify;
		        justify-content:space-between;
	}
	.data_analysis{
		width: calc(50% - 10px);
		margin-left: 10px;
	}
	.owner{
		width: calc(50% - 10px);
		margin-right: 10px;
	}

	.search_des .search{
		margin: 0 auto;
		padding-bottom: 40px;
	}
	.query_table th.td_query_order, #thead_block td.td_query_order,.query_table td.td_query_order{
		width:15%;
	}
	.td_query_code{
		width:17%;
	}
	.td_query_state,.td_query_city{
		width:34%;
	}
	.td_query_city{
		display: table-cell;
	}
	.marked_activity{
		display: inline;
		text-transform: none;
	}
	.recent_vote_ip,.number_begin_table th:first-child,.vote_ip{
		width:23%;
	}
	.number_begin_table th{
		width:77%;
	}
	.recent_vote_result,.vote_result{
		width:50%;
	}
	.recent_vote_time,.vote_time{
		width:27%;
	}
	.not_found{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.user_detail{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.user_detail_sell{
		width:48%;
		margin-top: 10px;
	}
	.form_row, .user_detail_sell{
		margin-bottom: 0px;
	}
	.submit_btn input{
		float: right;
		margin-top: 2px;
	}
	.notice{
		float: left;
		width: calc(100% - 150px);
	}
	.email_send{
		margin: 20px 0px;
	}
	.index_box{
		margin-bottom: 30px;
	}
	.index_box .code_border{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.index_box .map_query{
		width: 63%;
	}
	.index_box .query_code_box {
		width: 35%;
		margin: 0;
  	}
	.map_query_box {
    	width: 100%;
	}
	.nav_detail{
		margin: 25px 0px;
	}
	#head_top .header_down .icon_down::before{
		font-size: 24px;
		line-height: 28px;
	}
}
@media screen and (min-width:768px){
	.container {
		min-height: calc(100vh - 158px);
	}
	.nav_tab>div.nav_tab_son{
		padding-right: 25px;
		padding-left: 0px;
	}
	.nav_tab>div.nav_tab_son a::before, .nav_link h3::before,.nav_tab>div.nav_tab_son a::after, .nav_link h3::after{
		display: none;
	}
	#head_top{
		display: block;
		overflow: hidden;
	}
	.logo{
		float: left;
	}
	#head_top .header_search,.nav_tab{
		float: right;
	}
	.logo img{
		height: 35px;
	}
	header, footer{
		padding: 15px 20px;
	}
	.header_search .input_writing{
		height: 35px;
		width: calc( 100% - 48px);
		line-height: 35px;
	}
	.nav_tab{
		z-index: 9;
	}
	.header_search .sub_btn{
		height: 35px;
		width: 48px;
	}
	.down_des{
		margin-top: 0px;
		line-height: 60px;
	}
	.nav_menu,.search_menu,.nav_logo_box,.nav_link,.body_btn{
		display: none;
	}
	#head_top .header_search{
		width: 30%;
		position: unset;
		height: 35px;
		background: transparent;
	}
	.header_search form::after {
		right: 15px;
		top: 8px;
		font-size: 18px;
	}
	#head_top .nav_tab,.head_top_index .nav_tab{
		padding-top: 0px;
		position: unset;
		background: transparent;
		width:auto;
		height: auto;
	}
	.nav_tab>div.nav_tab_son{
		float: left;
		border:none;
	}
	.nav_tab>div.nav_tab_son a {
		line-height: 33px;
		font-size: 14px;
		color: #fff;
	}
	#head_top .header_search{
		border-radius: 4px;
		margin-left: 20px;
	}
	.nav_tab>div.nav_tab_app{
		border:1px solid #fff;
		border-radius: 4px;
		padding: 0 20px;
	}
	.bottom{
		display: flex;
		justify-content: space-between;
	}
	.bottom_logo{
		margin-bottom: 0px;
	}
	.bottom_list>div{
		line-height: 38px;
	}
}
@media screen and (min-width:880px){
	.aside .border,.aside .code_border{
		padding: 12px 20px;
	}
	.call_edit,.call_remove{
		width: 100%;
	}
	.aside_top{
		margin-top: 0px;
	}
	#head_top .header_search,.head_top_index .header_search{
		width:250px;
	}
	.container {
		overflow: hidden;
		min-height: calc(100vh - 133px);
	}
	.aside{
		margin-top: 0px;
	}
	.main {
		width:  69%;
		float: left;
	}

	.aside {
		width: 29%;
		float: right;
	}
	
	.aside .top_item {
		width: 50%;
	}
	.aside .top_item:nth-child(n){
		border:none;
		text-align: left;
	}
	.aside .top_item:nth-child(2n){
		text-align: right;
	}
}
@media screen and (min-width:1000px) {
	.back_l{
		left: 120px;
		bottom: -20px;
	}
	.down_apk{
		right: 120px;
	}
	.container,#head_top,.head_top_index,.bottom,.download_inside,.down>div{
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}
	.download_inside{
		margin-top: 10px;
	}
	.container{
		padding: 0px;
	}
	#head_top,.head_top_index,.bottom{
		width: 1000px;
	}
	.main {
		width: 728px;
	}

	.aside {
		width: 245px;
	}

	.call_edit {
		margin-bottom: 10px;
	}

	
}