.agent_header{
	width: 100%;
	min-width: 1280px;
	height: 56px;
	line-height: 56px;
	background: linear-gradient(156deg, #05A6FA 0%, #0285F2 100%);
	background: -webkit-linear-gradient(156deg,#05A6FA 0%,#0285F2 100%);
	background: -moz-linear-gradient(156deg,#05A6FA 0%,#0285F2 100%);
	background: -o-linear-gradient(156deg,#05A6FA 0%,#0285F2 100%);
	background: -ms-linear-gradient(156deg,#05A6FA 0%,#0285F2 100%);
	position: absolute;
	top: 0px;
	z-index: 88888888;
  }
  .agent_header_inner{
	display: block;
	width: 1280px;
	height: 56px;
	line-height: 56px;
	margin:0 auto;
  }
  @media screen and (max-width:1300px) {
	  .agent_header_inner {
	  width:100%;
	  margin:0
	}
  }

  .agent_header_inner li{
	float: right;
	line-height: 56px;
	height: 100%;
	width: 123px;
	text-align: center;
  }
  .agent_header_inner li:first-child{
	float: left;
  }

  .agent_header_inner li:first-child img{
	float: left;
	margin-top: 8px;
  }
  .agent_header_inner li.active a{
	color: #FFFFFF !important;
  }
  .agent_header_inner li.active h3{
	color: #FFFFFF !important;
  }
  .agent_header_inner li a{
	color:rgba(255, 255, 255, 0.8);
  }
  .agent_header_inner li h3{
	color:rgba(255, 255, 255, 0.8);
  }
  .agent_header_inner li h3:hover{
	color:#FFFFFF !important;
	cursor: pointer;
  }
  .no-padding{
	padding: 0px;
	overflow: hidden;
	min-width: 1280px;
  }
  .banner_outter{
	width: 100%;
	height: 516px;
	background-color: black;
	margin-top: 56px;
  }
  .banner {
	width: 100%;
	height: 516px;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	margin: 0px auto 0px;
	min-width: 1280px;
	position: relative;
	display: inline-block;
  }
  .banner_login{
	width: 1280px;
	height: 420px;
	color: #fff;
	overflow: hidden;
	margin-left: calc(50% - 640px);
	position: absolute;
	top: 56px;
	z-index: 198;
  }

  .banner_inner{
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	margin: 56px auto 0px;
	min-width: 1280px;
	position: relative;
  }

  .banner_inner{
	width: 1280px;
	height: 100%;
	margin:0 auto;
	overflow: hidden;
	position: relative;
  }
  .banner_inner_text{
	position: absolute;
  }
  .banner_inner_text_01{
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	letter-spacing: 1px;
	text-shadow: 0px 2px 4px #252020;
	top: 90px;
	left: 86px;
  }
  .banner_inner_text_02{
	font-size: 45px;
	color: #FFFFFF;
	line-height: 70px;
	letter-spacing: 3px;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	top: 108px;
	left: 119px;
  }
  .banner_inner_text_03{
	font-size: 21px;
	font-weight: 400;
	color: #796F6E;
	line-height: 30px;
	letter-spacing: 1px;
	text-shadow: 0px 2px 4px #252020;
	top: 171px;
	left: 118px;
  }
  .banner_inner_text_04{
	width: 510px;
	height: 54px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 27px;
	top: 236px;
	left: 126px;
  }
  .banner_inner_text_04::before{
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 18px;
	background: #FFFFFF;
	border-radius: 4px;
	left: -6px;
	top: 4px;
  }
  .banner_inner_login{
	width: 247px;
	height: 284px;
	background: #FFFFFF;
	border-radius: 8px;
	position: absolute;
	top: 61px;
	right: 98px;
  }

  #login_container iframe{
	height: 188px;
	margin-left: -27px;
	display: none;
  }

  .banner_inner_login_title{
	display: block;
	width: 203px;
	color: #292929;
	line-height: 20px;
	margin: 21px auto 45px;
  }
  .banner_inner_login_title li{
	float: left;
	width: 50%;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	display: block;
	height: auto;
	position: relative;
	cursor: pointer;
  }
  .banner_inner_login_title li.active{
	position: relative;
	color: #2399EF;
  }
  .banner_inner_login_title li.active::before {
	content: "";
    position: absolute;
    top: 23px;
    left: 26.5px;
    width: 48px;
    height: 2px;
    background-color: #2399EF;
    border-radius: 2px;
  }
  .wxlogin_desc{
	width: 100px;
    margin: -206px auto 0px;
    z-index: 999999;
  }
  .wxlogin_desc span{
	font-size: 12px;
	font-weight: 400;
	color: #11C669;
	line-height: 17px;
  }
  .accountlogin_tips{
	width: 324px;
	height: 58px;
	background: #FFFFFF;
	position: absolute;
	padding: 15px 16px;
	border-radius: 5px;
	left: -38px;
	z-index: 88;
	top: 300px;
	display: none;
  }

  .accountlogin_tips h3{
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 17px;
  }
  .tips_sanjiao{
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0px;
	border: 10px solid transparent;
	border-bottom-color: white;
	top: -20px;
	left: 223px;
  }
  .slider_list{
	width: 100%;
	height: 109px;
	margin: 0 auto;
  }
  .slider_list ul{
	display: block;
	width: 100%;
	height: 109px;
	overflow: hidden;
  }
  .slider_list ul li{
	float: left;
	width: 318px;
	height: 110px;
	background: rgba(255,255,255,0.11);
  }
  .slider_list ul li:first-child,.slider_list ul li:last-child{
	width: calc(50% - 640px) !important;
	background: rgba(255,255,255,0.11);
  }
  .slider_list ul li:nth-child(2){
	margin-right: 18px;
	width: 308px !important;
	background: rgba(255,255,255,0.11);
  }
  .slider_list_tab.active{
	background: url(../image/silider_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  .slider_list_outter{
	position: absolute;
	width: 100%;
	height: 110px;
	z-index: 1;
	top: 463px;
  }
  .pageoutter{
	position: relative;
	overflow: hidden;
  }
  .slider_list_tab{
	cursor: pointer;
  }
  .slider_list_tab h4{
	width: 100%;
	height: 30px;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 30px;
	letter-spacing: 1px;
	padding-left: 52px;
	padding-top: 14px;
  }
  .slider_list_tab h3{
	width: 100%;
	text-align: center;
  }
  .slider_list_tab h3:nth-child(2){
	height: 22px;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 22px;
	letter-spacing: 1px;
  }
  .slider_list_tab h3:nth-child(3){
	height: 16px;
	color: rgba(255,255,255,0.78);
	line-height: 16px;
	margin-top: 10px;
  }
  .banner_outter{
	width: 100%;
	overflow: hidden;
	height: 516px;
  }
  .clearfix{
	overflow:hidden;
	clear:both;
	margin: 0;
	padding: 0;
  }
  .banner_inner_text_04 span{
	font-size: 30px;
	line-height: 27px;
	display: inline-block;
	height: 27px;
	font-weight: bold;
  }
  .banner_inner_text_042::before{
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 18px;
	background: #FFFFFF;
	border-radius: 4px;
	left: -6px;
	top: 10px;
  }
  .switch_right_bar{
	position: absolute;
	right: 0px;
	top: 23px;
	width: 22px;
	height: 120px;
	border-radius: 11px 0px 0px 11px;
	cursor: pointer;
	background: #FFE1DF !important;
  }
  .switch_right_bar2 {
	top: 143px;
  }
  .switch_right_bar.active{
	background: #F23002 !important;
	cursor: default !important;
  }
  .switch_right_bar.active h3{
	color: #FFFFFF !important;
  }
  .switch_right_bar h3{
	width: 22px;
	height: 120px;
	font-size: 13px;
	font-weight: 400;
	color: #FDF0F0;
	line-height: 14px;
	text-align: center;
	padding-top: 20px;
	vertical-align: middle;
	color: #F23002;
  }
  .acclogin_item{
	width: 213px;
	height: auto;
	margin: 63px auto 0px;
  }
  .acclogin_item h3{
	width: 100%;
	height: 22px;
	color: #303133;
	line-height: 22px;
	font-size: 14px;
	font-weight: 400;
  }
  .acclogin_item h3 span{
	color:#F56C6C;
	line-height: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	top: 2px;
	left: 3px;
  }
  .account_input_outter{
	width: 200px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #DCDFE6;
	margin-top: 6px;
  }
  .account_input_outter input{
	padding-left: 12px;
	height: 22px;
	line-height: 22px;
	width: 198px;
	margin-top: 1px;
	border: none;
	margin-top: 9px;
	background-color: transparent;
  }
  .slider_list_page_out{
	height: 100%;
	width: 202px;
	margin: 0 auto;
  }
  .slider_list_page_out div{
	float: left;
  }
  .slider_list_page_out .slider_list_prev{
	background: url(../image/lb_prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 15px;
	height: 100%;
	width: 19px;
	cursor: pointer;
  }
  .slider_list_page_out .slider_list_next{
	background: url(../image/lb_next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 15px;
	height: 100%;
	width: 19px;
	cursor: pointer;
  }
  .slider_list_page {
	height: 100%;
	width: 54px;
	background: url(../image/lb_nosel.png);
	background-repeat: no-repeat;
	background-size: 5px;
	background-position: center;
	cursor: pointer;
  }
  .slider_list_page.active{
	background: url(../image/lb_select.png) ;
	background-size: 27.2px !important;
	background-repeat: no-repeat;
	background-position: center;

  }
  .container{
	  background: linear-gradient(180deg, #F7F9FD 0%, #EAEEF4 100%);
	  background: -webkit-linear-gradient(180deg, #F7F9FD 0%, #EAEEF4 100%);
	  background: -moz-linear-gradient(180deg, #F7F9FD 0%, #EAEEF4 100%);
	  background: -o-linear-gradient(180deg, #F7F9FD 0%, #EAEEF4 100%);
	  background: -ms-linear-gradient(180deg, #F7F9FD 0%, #EAEEF4 100%);
	  width: 100%;
	  height: auto;
	  overflow: hidden;
	}
	.shop_itme_outter{
	  width: 100%;
	  height: 453px;
	  margin: 0 auto;
	}
	.shop_itme_outter{
	  background-position: center;
	  background-repeat: no-repeat;
	  -webkit-background-size: cover;
	  background-size: cover;
	  overflow: hidden;
	}
	.shop_itme_outter h1:first-child{
	  width: 100%;
	  height: 37px;
	  font-size: 26px;
	  color: #000000;
	  line-height: 37px;
	  text-align: center;
	  margin-top: 47px;
	}
	.shop_itme_outter h3:nth-child(2){
	  width: 100%;
	  height: 22px;
	  font-size: 16px;
	  color: #8a8ba3;
	  line-height: 22px;
	  text-align: center;
	  margin-top: 3px;
	}
	.shop_itme_list_header{
	  width: 100%;
	  height: 55px;
	  position: relative;
	  padding-left: 38px;
	  margin-bottom: 6px;
	}
	.shop_itme_list_header_bt{
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 1px;
	  background: #E7E7E7;
	  border-radius: 8px;
	  opacity: 0.64;
	  position: absolute;
	}
	.shop_itme_list_header span{
	  font-size: 18px;
	  color: rgba(0,0,0,0.85);
	  line-height: 25px;
	  display: inline-block;
	  margin-left: 8px;
	}

	.shop_itme_outter ul li p:nth-child(2){
	  width: 100%;
	  height: 20px;
	  color: rgba(0,0,0,0.85);
	  line-height: 20px;
	  margin-top: 13px;
	  margin-left: 10px;
	}
	.shop_itme_list_p{
		height: 22px;
		font-size: 16px;
		color: rgb(0,0,0);
		line-height: 22px;
		margin-top: 22px;
		padding-left: 39px;
	}
	.shop_itme_list_p img{
	  margin-right: 8px;
	}
	.shop_itme_list_header h3{
	  display: inline;
	  margin-left: 5px;
	  text-align: left !important;
	}
	.shop_itme_list_p_heder{
	  text-align: left !important;
	  padding-left: 10px;
	  margin-top: 13px !important;
	  color: #000000 !important;
	}
	.shop_itme_list_header_h3{
		font-size: 18px !important;
	  	color: #000000 !important;
		margin-top: 0px !important;
		line-height: 25px !important;
		margin-left: 4px !important;
	}
	.device_itme_outter{
		width: 100%;
		height: 581px;
		margin: 0 auto;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		overflow: hidden;
	  }
	  .device_itme_item{
		width: 1280px;
		margin: 0 auto;
	  }
	  .device_itme_item_header{
		width: 1200px;
		margin: 0 auto;
		height: 72px;
		background: rgba(0,0,0,0.39);
		backdrop-filter: blur(6px);
		overflow: hidden;
	  }
	  .device_itme_item_header li{
		float: left;
		height: 100%;
		line-height: 72px;
	  }
	  .device_itme_item_header li:first-child{
		margin-left: 102px;
		margin-right: 75px;
	  }
	  .device_itme_item_header li:nth-child(2){
		margin-right: 86px;
	  }
	  .device_itme_item_header li:nth-child(3){
		margin-right: 101px;
	  }
	  .device_itme_item_header li:nth-child(4){
		margin-right: 101px;
	  }
	  .device_itme_item_header li h2{
		font-size: 18px;
		color: #FFFFFF;
		height: 45px;
		line-height: 45px;
		text-align: center;
		width: 100%;
		position: relative;
		z-index: 98;
	  }
	  .device_itme_item h1:first-child{
		font-family:"Microsoft YaHei",PingFangSC,'Open Sans','Helvetica','Arial',sans-serif !important;
		margin-top: 57px;
		width: 100%;
		text-align: center;
		height: 37px;
		font-size: 26px;
		color: #FFFFFF;
		line-height: 37px;
	  }
	  .device_itme_item h3:nth-child(2){
		width: 100%;
		height: 22px;
		font-size: 16px;
		line-height: 22px;
		text-align: center;
		margin-top: 3px;
		margin-bottom: 34px;
		opacity: .8;
	  }
	  .device_itme_item_header li div::before{
		content: '';
		position: absolute;
		left: 50%;
		top: 0;
		background: #0584F1;
		width: 0%;
		border-radius: 3px;
		height: 100%;
		cursor: pointer;
		z-index: 1;
		-webkit-transition:width 0.3s,left 0.3s;
		-moz-transition:width 0.3s,left 0.3s;
		-ms-transition:width 0.3s,left 0.3s;
		-o-transition:width 0.3s,left 0.3s;
		transition:width 0.3s,left 0.3s;
	  }
	  .device_itme_item_header li div.easeout::before{
		content: '';
		position: absolute;
		left: 0%;
		top: 0;
		background: #0584F1;
		width: 100%;
		border-radius: 3px;
		height: 100%;
		cursor: pointer;
		z-index: 1;
		-webkit-transition:width 0s,left 0s;
		-moz-transition:width 0s,left 0s;
		-ms-transition:width 0s,left 0s;
		-o-transition:width 0s,left 0s;
		transition:width 0s,left 0s;
	  }
	  .device_itme_item_header li div.easeout::before{
		width: 0%;
		left: 50%;
	  }

	  .device_itme_item_header li div.active::before{
		width: 100%;
		left: 0%;
	  }
	  .device_itme_item_header li div{
		width: 120px;
		border-radius: 3px;
		margin-top: 14px;
		height: 45px;
		cursor: pointer;
		position: relative;
		z-index: 200;
	  }

	  .device_itme_item_content_out{
		display: block;
		width: 1200px;
		height: 356px;
		background: rgba(0,0,0,0.2);
		backdrop-filter: blur(6px);
		margin: 0 auto;
		overflow: hidden;
	  }
	  .device_itme_item_content{
		display: block;
		width: 400%;
		height: 356px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	  }
	  .device_itme_item_content li{
		width: 25%;
		height: 100%;
		float: left;
		position: relative;
	  }
	  .device_itme_item_content li div{
		height: 100%;
		float: left;
		overflow: hidden;
		text-align: left;
	  }
	  .device_itme_item_content li div:first-child{
		width: 410px;
		padding-left: 124px;
	  }
	  .device_itme_item_content li div:first-child h1:first-child{
		width: 100%;
		height: 28px;
		font-size: 20px;
		line-height: 28px;
		margin-top: 52px;
		text-align: left;
	  }
	  .device_itme_item_content li div:first-child h2:nth-child(2){
		margin-top: 27px;
	  }
	  .device_itme_item_content li div:first-child p:nth-child(3){
		height: 40px;
		line-height: 20px;
		width: 288px;
		margin-top: 6px;
		color: rgba(255,255,255);
		word-break: break-all;
		opacity: 0.71;
	  }
	  .device_itme_item_content_li1 h2{
		width: 400px;
		font-size: 14px;
		color: #FFFFFF;
		height: 34px;
		line-height: 34px;
	  }
	  .device_itme_item_content li div:first-child h2:nth-child(4){
		/* height: 20px;
		line-height: 20px;
		margin-top: 36px;
		font-size: 14px; */
	  }
	  .device_itme_item_content li div:first-child h3:nth-child(5){
		height: 20px;
		line-height: 20px;
		margin-top: 6px;
		font-size: 14px;
		color: rgba(255,255,255);
		opacity: 0.71;
	  }
	  .device_itme_item_content_li_style_1 img:first-of-type{
		top: 30px !important;
	  }

	  .device_itme_item_content_li_style_1{
		margin-left: 215px !important;
	  }
	  .device_itme_item_content_li_style_2{
		margin-left: 151px !important;
	  }
	  .device_itme_item_content li div:nth-child(2){
		width: 468px;
		position: relative;
		margin-left: 193px;
	  }
	  .device_itme_item_content_inner_slider{
		width: 924px;
		overflow: hidden;
		margin-left: 6px;
	  }
	  .device_itme_item_content_inner_slider li:first-of-type{
		/* margin-right: 5px; */
	  }
	  .device_itme_item_content_inner_slider li{
		width: 462px;
		height: 272px;
		position: relative;
		float: left;
		margin-top: 35px;
		border-radius: 10px;
		background: #F9FBFE;
	  }
	  .device_tab_bg{
		position: absolute;
		width: 460px;
		height: 268px !important;
		left: 4px;
		top: 36px;
		border-radius: 5px;
		background: #F9FBFE;
		float: unset !important;
	  }

	  .device_itme_item_content_inner_slider li img{
		position: absolute;
	  }
	  .device_itme_item_content_inner_slider li:first-child img:first-child{
		width: 457px;
		left: 0px;
		z-index: 2;
		top: 1px;
	  }
	  .device_itme_item_content_inner_slider li:nth-child(2) img:first-child{
		width: 457px;
		/* border-radius: 8px; */
		left: 0px;
		z-index: 2;
		top: 1px;
	  }
	  .device_itme_fixed_img{
		position: absolute;
		z-index: 1;
		top: 30px;
		left: 0;
		width: 469px;
	  }
	  .device_itme_item_content_inner_slider_footer{
		width: 100%;
		margin-top: 21px;
		height: 5px !important;
		position: absolute;
		right: 0px;
		bottom: 20px;
	  }
	  .device_itme_item_content_li{
		position: relative;
	  }
	  .device_itme_item_content_inner_slider_footer div{
		width: 66px !important;
		height: 5px;
		background: rgba(255, 255, 255, 0.29);
		border-radius: 3px;
		float: left;
		cursor: pointer;
		padding-left: 0px !important;
		margin-left: 0px !important;
	  }
	  .device_itme_item_content_inner_slider_footer div:first-child{
		margin-left: 759px !important;
		margin-right: 28px;
	  }
	  .device_itme_item_content_inner_slider_footer div.active{
		background: #0371EF !important;
	  }
	  .tologin_link{
		margin-top: 8px;
		height: 17px;
		font-size: 12px;
		color: #1FA7F6;
		line-height: 17px;
		cursor: pointer;
		width: 54px;
	  }
	  .tologin_link:hover{
		border-bottom: 1px solid #1FA7F6;
	  }
	  .tologin_link img{
		position: relative;
		top: -1px;
	  }
	  .tologin_tips{
		font-size: 14px;
		color: #FFFFFF;
		line-height: 20px;
		margin-top: 55px;
	  }
	  .tokefu_link{
		margin-top: 8px !important;
		height: 17px !important;
		font-size: 12px !important;
		color: #1FA7F6 !important;
		line-height: 17px !important;
		cursor: pointer !important;
		width: 125px !important;
	  }
	  .tokefu_link img{
		position: relative;
		top: -1px;
	  }
	  .tokefu_link:hover{
		border-bottom: 1px solid #1FA7F6;
	  }
	  .device_itme_item_content_li_1 img:first-child{
		width: 188px;
		height: 335px;
		position: absolute;
		top: 21px;
		left: 0px;
	  }
	  .device_itme_item_content_li_1 img:nth-child(2){
		width: 193px;
		height: 252px;
		position: absolute;
		top: 106px;
		left: 237px;
	  }

	  .device_itme_item_content_li_2 img:first-child{
		width: 188px;
		height: 335px;
		position: absolute;
		top: 22px;
		left: 0px;
	  }
	  .device_itme_item_content_li_2 img:nth-child(2){
		width: 191px;
		height: 259px;
		position: absolute;
		top: 97px;
		left: 240px;
	  }

	  .device_itme_item_content_li_3 img:first-child{
		width: 191px;
		height: 328px;
		position: absolute;
		top: 30px;
		left: 0px;
	  }
	  .device_itme_item_content_li_3 img:nth-child(2){
		width: 193px;
		height: 252px;
		position: absolute;
		top: 106px;
		left: 239px;
	  }
	  .device_itme_item_content_li_style_3{
		margin-left: 198px !important;
	  }
	  .device_itme_item_content_li_4 img:first-child{
		width: 191px;
		height: 328px;
		position: absolute;
		top: 30px;
		left: 0px;
	  }
	  .device_itme_item_content_li_4 img:nth-child(2){
		width: 193px;
		height: 252px;
		position: absolute;
		top: 106px;
		left: 239px;
	  }
	  .device_itme_item_content_li_style_4{
		margin-left: 108px !important;
	  }

	  .checktypes_outter{
		overflow: hidden;
		height: auto;
		width: 100%;
		margin: 0 auto;
	  }
	  .checktypes_outter h1:first-child{
		text-align: center;
		width: 100%;
		height: 37px;
		font-size: 26px;
		color: #000000;
		line-height: 37px;
		margin-top: 51px;
	  }
	  .checktypes_outter h2:nth-child(2){
		width: 100%;
		height: 22px;
		font-size: 16px;
		color: #8a8ba3;
		line-height: 22px;
		margin-top: 3px;
		text-align: center;
	  }
	  .checktypes_list{
		width: 1218px;
		margin: 40px auto 0px;
		height: 388px;
		background: #FFFFFF;
		box-shadow: 0px 2px 6px 1px rgba(138,178,253,0.15);
		border-radius: 8px;
	  }
	  .checktypes_list div{
		float:left;
	  }
	  .checktypes_list div:first-child{
		width: 248px;
		height: 100%;
		background-color: #0584F1;
		border-radius: 8px 0px 0px 8px;
	  }
	  .checktypes_list div:nth-child(2){
		width: 970px;
		height: 100%;
	  }
	  .checktypes_list_left h2:first-child{
		height: 28px;
		font-size: 20px;
		line-height: 28px;
		padding-left: 31px;
		width: 100%;
		margin-top: 28px;
	  }
	  .checktypes_list_left p:nth-child(2){
		width: 217px;
		height: 52px;
		line-height: 26px;
		margin-top: 7px;
		padding-left: 31px;
	  }
	  .checktypes_list_left h3:nth-child(3){
		width: 203px;
		height: 1px;
		background: rgba(255,255,255,0.27);
		border-radius: 4px;
		margin-left: 21px;
		margin-top: 5px;
	  }
	  .checktypes_list_left ul{
		width: 100%;
		padding-left: 21px;
		padding-top: 48px;
	  }
	  .checktypes_list_left ul img{
		margin-right: 8px;
		margin-left: 10px;
	  }
	  .checktypes_list_left ul h2{
		display: inline-block !important;
		width: 114px !important;
		text-align: left !important;
		font-size: 16px !important;
		color: rgba(255, 255, 255, 0.8) !important;
		line-height: 22px;
		margin-bottom: 25px;
	  }
	  .checktypes_list_left{
		background-image: url(../image/tbbg.png);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	  }
	  .checktypes_right{
		width: 100%;
		display: block;
		height: 100%;
	  }
	  .checktypes_right li{
		width: 194px;
		height: 50%;
		float: left;
		position: relative;
	  }
	  .checktypes_right li img{
		position: absolute;
	  }

	  .checktypes_right_border1{
		border-right: 1px solid #E7E7E7;
		border-bottom: 1px solid #E7E7E7;
	  }
	  .checktypes_right_border2{
		border-bottom: 1px solid #E7E7E7;
	  }
	  .checktypes_right_border3{
		border-right: 1px solid #E7E7E7;
	  }
	  .checktypes_right li div:first-child{
		z-index: 2;
		left: 26px;
		top: 44px;
		width: 36px;
		height: 36px;
		position: absolute;
		border-radius: 8px !important;
	  }
	  .tbbg1{
		background: #E70D1E !important;
	  }
	  .tbbg2{
		background: #FF5C26 !important;
	  }
	  .tbbg3{
		background: #F96650 !important;
	  }
	  .tbbg4{
		background: #8BBD81 !important;
	  }
	  .tbbg5{
		background: #54AF80 !important;
	  }
	  .tbbg6{
		background: #18A5F7 !important;
	  }
	  .tbbg7{
		background: #2BB673 !important;
	  }
	  .tbbg8{
		background: #178207 !important;
	  }
	  .tbbg9{
		background: #1EA5F6 !important;
	  }
	  .tbbg10{
		background: #040000 !important;
	  }

	  .checktypes_right li img:nth-child(2){
		z-index: 3;
		left: 32px;
		top: 50px;
	  }
	  .checktypes_right li h1{
		width: 100% !important;
		height: 25px !important;
		font-size: 18px !important;
		color: rgba(0,0,0,0.85) !important;
		line-height: 25px !important;
		padding-left: 70px !important;
		margin-top: 50px;
	  }
	  .checktypes_right li p{
		width: 154px;
		height: 40px;
		color:#868688;
		line-height: 20px;
		margin: 35px auto 0px;
	  }
	  .funcs_list_out{
		width: 100%;
		overflow: hidden;
		height: auto;
		margin-top: 76px;
		background: #FFFFFF;
	  }
	  .funcs_list_out2{
		width: 100%;
		overflow: hidden;
		height: auto;
		padding-bottom: 40px;
		background: #FFFFFF;
	  }
	  .funcs_list_out h1:first-child,.funcs_list_out2 h1:first-child{
		height: 37px;
		font-size: 26px;
		color: #000000;
		line-height: 37px;
		margin-top: 57px;
		text-align: center;
	  }
	  .funcs_list_out h2:nth-child(2),.funcs_list_out2 h2:nth-child(2){
		width: 100%;
		height: 22px;
		font-size: 16px;
		color: #8a8ba3;
		line-height: 22px;
		margin-top: 3px;
		text-align: center;
	  }
	  .funcs_list_header{
		width: 1100px;
		display: block;
		margin: 40px auto 0px;
		height: 22px;
	  }
	  .funcs_list_header li{
		width: 64px;
		height: 23px;
		line-height: 22px;
		width: 25%;
		float: left;
		overflow: hidden;
		position: relative;
		cursor: pointer;
	  }
	  .funcs_list_header li h2{
		font-size: 16px !important;
		color: #000000 !important;
		line-height: 14px !important;
		height: 22px !important;
		margin-top: 0px;
		text-align: center;
	  }
	  .funcs_list_ul_line{
		width: 1100px;
		box-sizing: border-box;
		height: 2px;
		background: #E7E7E7;
		border-radius: 5px;
		margin: 0 auto;
	  }
	  .funcs_list_header li div{
		content: '';
		position: absolute;
		display: block;
		width: 0px;
		height: 4px;
		background: #0371EF;
		border-radius: 5px;
		bottom: 0px;
		left: 108px;
		-webkit-transition:width 0.5s,left 0.5s;
		-moz-transition:width 0.5s,left 0.5s;
		-ms-transition:width 0.5s,left 0.5s;
		-o-transition:width 0.5s,left 0.5s;
		transition:width 0.5s,left 0.5s;
	  }
	  .funcs_list_header li.active div{
		width: 120px;
		height: 4px;
		left: 48px;
	  }
	  .funcs_list_header li.esout div{
		-webkit-transition:width 0s,left 0s !important;
		-moz-transition:width 0s,left 0s !important;
		-ms-transition:width 0s,left 0s !important;
		-o-transition:width 0s,left 0s !important;
		transition:width 0s,left 0s !important;
	  }
	  .funcs_list_header li.active h2{
		color: #0371EF !important;
	  }
	  .funcs_list_con{
		width: 400%;
		height: auto;
		display: block;
	  }
	  .funcs_list_tab {
		width: 25%;
		height: 273px;
		float: left;
		position: relative;
		margin-top: 30px;
	  }
	  .funcs_list_tab_inner{
		width: 50%;
		float: left;
		height: 100%;
		position: absolute;
		top: 0px;
	  }

	  .funcs_list_tab_inner:nth-of-type(1){
		left: 0px;
	  }
	  .funcs_list_tab_inner:nth-of-type(2){
		left: 50%;
	  }
	  .funcs_list_tab_center{
		width: 1280px;
		height: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		z-index: 89;
	  }
	  .funcs_list_tab_inner.bg1{
		background-color: #0285F2;
		background: linear-gradient(136deg, #05A7FA 0%, #0285F2 100%);
		z-index: 1;
	  }
	  .funcs_list_tab_inner.bg1::before{
		content: '';
		position: absolute;
		display: block;
		width: 241px;
		height: 177px;
		left: 0px;
		bottom: 0px;
		background-image: url(../image/tab1_bg1.png);
		background-size: 241px 177px;
	  }
	  .funcs_list_tab_center ul{
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		padding: 50px 98px;
	  }
	  .funcs_list_tab_center li{
		width: 50%;
		height: 100%;
		display: block;
		float: left;
	  }

	  .funcs_list_tab_inner.bg2{
		background-image: url(../image/tab1_bg2.png);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		overflow: hidden;
	  }
	  .funcs_list_tab_inner.bg3{
		background-image: url(../image/tab2_bg1.png);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		overflow: hidden;
	  }
	  .funcs_list_tab_inner.bg4{
		background-image: url(../image/tab3_bg1.png);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		overflow: hidden;
	  }
	  .funcs_list_tab_inner.bg5{
		background-image: url(../image/tab4_bg1.png);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		overflow: hidden;
	  }
	  .funcs_list_tab_center li h1:nth-of-type(1){
		height: 33px;
		font-size: 24px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 33px;
		text-align: left;
		margin-top: 0px !important;
	  }
	  .funcs_list_tab_center li h2:nth-of-type(1),.funcs_list_tab_center li h2:nth-of-type(2),.funcs_list_tab_center li h2:nth-of-type(3),.funcs_list_tab_center li h2:nth-of-type(4){
		height: 22px;
		font-size: 16px;
		font-weight: 300;
		line-height: 22px;
		margin-top: 11px;
		color: #FFFFFF;
		text-align: left;
		opacity: 0.9;
	  }
	  .funcs_list_tab_center li p:nth-of-type(1){
		margin-top: 59px;
	  }
	  .funcs_list_tab_center li p:nth-of-type(1) span{
		height: 17px;
		font-size: 12px;
		line-height: 17px;
		opacity: 0.9;
		margin-right: 72px;
	  }
	  .funcs_list_tab_center li p:nth-of-type(2){
		margin-top: 4px;
	  }
	  .funcs_list_tab_center li p:nth-of-type(2) span:nth-of-type(1),.funcs_list_tab_center li p:nth-of-type(2) span:nth-of-type(3){
		font-size: 15px;
		font-weight: bold;
	  }
	  .funcs_list_tab_center li p:nth-of-type(2) span:nth-of-type(2),.funcs_list_tab_center li p:nth-of-type(2) span:nth-of-type(4){
		opacity: 0.9;
		margin-left: 3px;
		margin-right: 38px;
		font-size: 12px;
	  }
	  .funcs_list_tab1_right img:nth-of-type(1){
		width: 193px;
		height: 188.72px;
		position: absolute;
		right: 367px;
		top: 85px;
	  }
	  .funcs_list_tab1_right img:nth-of-type(2){
		width: 193px;
		height: 238.63px;
		position: absolute;
		top: 35px;
		right: 155px;
	  }
	  .funcs_list_header{
		padding: 0px 103px;
	  }

	  .funcs_list_tab2_right img:nth-of-type(1){
		width: 251px;
		height: 252px;
		position: absolute;
		right: 249px;
		top: 69px;
		z-index: 2;
	  }
	  .funcs_list_tab2_right img:nth-of-type(2){
		width: 251px;
		height: 286px;
		position: absolute;
		top: 35px;
		right: 205px;
		z-index: 1;
	  }
	  .funcs_list_tab3_right img:nth-of-type(1){
		width: 400px;
		height: auto;
		position: absolute;
		top: 76px;
		right: 121px;
		z-index: 1;
	  }
	  .funcs_list_tab4_right img:nth-of-type(1){
		width: 400px;
		height: auto;
		position: absolute;
		top: 78px;
		right: 121px;
		z-index: 1;
	  }
	  .area {
        height: 500px;
        background-image: url(../image/earth.png);
        padding: 100px 0 0;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        overflow: hidden;
        box-sizing: border-box;
        /* margin-top: 95px; */
    }
    .area .title {
        width: 918px;
        height: 37px;
        font-size: 26px;
        color: #fff;
        line-height: 37px;
    }
    .box-fluid {
        width: 1180px;
        margin: 0 auto;
        position: relative;
    }
    .area .descr {
        margin-top: 20px;
        width: 280px;
        height: 37px;
        font-size: 26px;
        color: #FFFFFF;
        line-height: 37px;
    }
    .area .info {
        margin-top: 20px;
        display: none;
    }
    .area .info.info2{
      line-height: 24px;
    }
    .area .info.active{
      display: block !important;
    }
    .area .btn .text, .area .info {
        height: 21px;
        font-size: 16px;
        color: #fff;
        line-height: 21px;
    }
    .area .kefu_img{
      position: absolute;
      left: 242px;
      top: 41px;
      display: none;
    }
	.to_login_outter{
		width: 100%;
		height: 155px;
		background-image: url(../image/blue_bg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		overflow: hidden;
	  }
	  .to_login_outter .tologin_cent{
		width: 1280px;
		margin: 0 auto;
		height: 100%;
	  }
	  .to_login_outter .tologin_cent h1{
		width: 100%;
		line-height: 28px;
		height: 28px;
		font-size: 20px;
		text-align: center;
		margin-top: 30px;
	  }
	  .to_login_outter .tologin_cent div{
		width: 173px;
		height: 44px;
		background: #FFFFFF;
		border-radius: 8px;
		margin: 24px auto 0px;
	  }
	  .to_login_outter .tologin_cent h2{
		width: 100%;
		height: 100%;
		text-align: center;
		font-size: 16px;
		color: #3D7FFF;
		line-height: 44px;
		letter-spacing: 1px;
	  }
	  .footerout{
		height: 92px;
		background: #17181B;
		width: 100%;
	  }
	  .footerout div{
		width: 1280px;
		text-align: center;
		height: 100%;
		margin: 0 auto;
	  }
	  .footerout div h1{
		width: 100%;
		text-align: center;
		height: 100%;
		font-size: 13px;
		line-height: 92px;
	  }
	  .account_login_button{
		width: 139px;
		height: 34px;
		background: #0285F2;
		border-radius: 8px;
		margin: 0 auto;
		cursor: pointer;
	  }
	  .account_login_button h1{
		width: 100%;
		height: 100%;
		line-height: 34px;
		text-align: center;
		font-weight: 500;
		font-size: 14px;
		margin-top: 16px;
	  }
	  .jd_login_btn_1,.jd_login_btn_2{
		width: 139px;
		height: 34px;
		border-radius: 8px;
		margin: 0 auto;
		cursor: pointer;
	  }
	  .jd_login_btn_1 h1,.jd_login_btn_2 h1{
		height: 34px;
		line-height: 34px;
		font-size: 14px;
		font-weight: 500;
		text-align: center;
	  }
	  .jd_login_btn_2 h1{
		color: #0285F2;
		font-weight: bold;
	  }
	  .jd_login_btn_1{
		background: #0285F2;
		margin-top: 86px !important;
	  }
	  .jd_login_btn_2{
		background: #C9E7FF;
		margin-top: 14px !important;
	  }
	  .jd_login_btn_3{
		margin: 45px auto 0px;
		width: 200px;
		height: 51px;
		font-size: 12px;
		color: #666666;
		line-height: 17px;
	  }
	  .scroll_agent_login{
		cursor: pointer;
	  }
	  .device_kefu_img{
		width: 217px;
		position: absolute;
		left: 155px;
		top: 66px;
		display: none;
	  }
	  .yahei_class{
		font-family:'MicrosoftYaHei','PingFangSC','Open Sans','Helvetica','Arial',sans-serif !important;
	  }
	  .yahei_light_class{
		font-family:'MicrosoftYaHeiLight','PingFangSC','Open Sans','Helvetica','Arial',sans-serif !important;
	  }
	  .main_shop_stage{
		width: 1217px;
		height: 241px;
		overflow: hidden;
		margin: 34px auto 0px;
		position: relative;
	  }
	  .main_shop_stage_ul_first{
		width: 643px;
		display: block;
		margin-left: 43px;
		height: 413px;
		margin-top: 7px;
		overflow: hidden;
	  }
	  .main_shop_stage_ul_first li{
		width: 643px;
		height: 80px;
		background: #F6F8FD;
		border-radius: 8px;
		margin-top: 13px;
	  }
	  .main_shop_stage_ul_first li div{
		float: left;
	  }
	  .main_shop_stage_ul_first li div:first-of-type{
		width: 112px;
		height: 80px;
		background: #0584F1;
		border-radius: 8px 0px 0px 8px;
		position: relative;
	  }

	  .main_shop_stage_ul_first li div:nth-of-type(2){
		width: 531px !important;
		height: 80px;
		background: #F6F8FD;
		border-radius: 0px 8px 8px 0px;
		position: relative;
		border-top: 1px solid #0584F1;
		border-right: 1px solid #0584F1;
		border-bottom: 1px solid #0584F1;
		padding-left: 21px;
	  }
	  .main_shop_stage_ul_first li div:nth-of-type(2) h2{
		width: 480px;
		height: 80px;
		font-size: 18px;
		color: #000000;
		line-height: 80px;
	  }
	  .main_shop_stage_ul_first li div:nth-of-type(2){
		width: 480px;
		height: 80px;
		font-size: 20px;
		color: #000000;
		line-height: 80px;
		background-image: url(../image/shop_bg.png);
		background-repeat: no-repeat;
		background-size: 147px 80px;
		background-position: top right;
	  }
	  .shop_slide_out{
		position: absolute;
		top: 0px;
		right: 66px;
		width: 416px;
		height: 421px;
	  }
	  .shop_main_list_img{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 430px;
		height: 380px;
		left: 791px;
		top: 10px;
	  }
	  .main_shop_stage{
		box-shadow: 0px 2px 6px 1px rgba(138,178,253,0.15);
	  }
	  .main_shop_stage div{
		float: left;
		position: relative;
		overflow: hidden;
	  }
	  .main_shop_stage div:first-of-type{
		width: 568px;
		height: 241px;
		background: #0584F1;
		border-radius: 8px 0px 0px 8px;
		padding-left: 158px;
	  }
	  .main_shop_stage div:nth-of-type(2){
		width: 648px;
		height: 241px;
		background-color: #FFFFFF;
		border-radius: 0px 8px 8px 0px;
	  }

	  .shop_blue_bg_1{
		position: absolute;
		width: 228px;
		height: 166px;
		left: 0px;
		bottom: 0px;
		z-index: 1;
	  }
	  .shop_blue_bg_2{
		position: absolute;
		width: 254px;
		height: 241px;
		right: 17px;
		top: 0px;
		z-index: 1;
	  }

	  .main_shop_stage div:first-of-type ul{
		width: 410px;
		display: block;
		height: auto;
		overflow: hidden;
		margin-top: 17px;
	  }
	  .main_shop_stage div:first-of-type ul li{
		width: 100%;
		height: 22px;
		margin-top: 24px;
	  }
	  .main_shop_stage div:first-of-type ul li h2{
		height: 22px;
		line-height: 22px;
		font-size: 16px;
		letter-spacing: 1px;
		display: inline-block;
		width: auto;
	  }
	  .main_shop_stage div:first-of-type ul li img{
		width: 20px;
		height: 20px;
	  }
	  .main_shop_stage div:nth-of-type(2) ul{
		width: 100%;
		display: block;
		overflow: hidden;
		height: auto;
		height: 241px;
	  }
	  .main_shop_stage div:nth-of-type(2) ul li{
		width: 50%;
		height: 50%;
		float: left;
		position: relative;
	  }
	  .main_shop_stage div:nth-of-type(2) ul li:first-of-type,.main_shop_stage div:nth-of-type(2) ul li:nth-of-type(2){
		border-bottom: 1px solid #E7E7E7;
	  }
	  .main_shop_stage div:nth-of-type(2) ul li:first-of-type,.main_shop_stage div:nth-of-type(2) ul li:nth-of-type(3){
		border-right: 1px solid #E7E7E7;
	  }
	  .main_shop_stage_right img:first-of-type{
		width: 37px;
		height: 37px;
		position: absolute;
		left: 95px;
		top: 41px;
	  }
	  .main_shop_stage_right img:nth-of-type(2){
		width: 105px;
		height: auto;
		position: absolute;
		right: 0px;
		top: 15px;
	  }
	  .main_shop_stage_right h1{
		height: 120.5px;
		font-size: 18px;
		color: rgba(0,0,0,0.85);
		line-height: 120.5px;
		padding-left: 139px;
	  }
	  .main_shop_stage{
		border-radius: 0px 8px 8px 0px;
	  }

	  .platform_out{
		width: 100%;
		height: auto;
		background: #FFFFFF;
		padding-bottom: 78px;
	  }
	  .platform_inner{
		width: 1234px;
		height: 390px;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto;
		border-radius: 8px;
	  }
	  .platform_out_left,.platform_out_right{
		width: 50%;
		height: 100%;
		box-sizing: border-box;
		float: left;
	  }
	  .platform_out_left{
		background: url(../image/platform_left.png) no-repeat center center;
		background-size: 617px 390px;
	  }
	  .platform_out_right{
		background: linear-gradient(156deg, #05A6FA 0%, #0285F2 100%);
		position: relative;
	  }
	  .clear{
		width: 100% !important;
		height: 100% !important;
		clear: both;
	  }
	  .platform_out_right p{
		width: 504px;
		font-size: 24px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 33px;
		margin: 0 auto;
		margin-top: 77px;
		position: relative;
	  }
	  .platform_out_right h1{
		height: 20px;
		margin: 0 auto;
		width: 504px;
		font-size: 14px;
		color: #FFFFFF;
		margin-top: 122px;
		line-height: 20px;
		opacity: .9;
	  }
	  .platform_out_right ul{
		width: 504px;
		margin: 0 auto;
		margin-top: 12px;
		height: auto;
	  }
	  .platform_out_right ul li{
		height: 22px;
		font-size: 16px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 22px;
		float: left;
		text-align: center;
		padding: 0px 30px 0px 30px;
		position: relative;
	  }
	  .platform_out_right ul li::after{
		position: absolute;
		content: '';
		display: block;
		width: 2px;
		height: 10px;
		background: rgba(255,255,255, 0.9);
		border-radius: 1px;
		right: 0px;
		top: 6px;
	  }
	  .platform_out_right ul li.lastli::after{
		position: absolute;
		content: '';
		display: block;
		width: 0px !important;
		height: 0px !important;
	  }
	  .platform_out_right ul li.firstli{
		padding-right: 30px !important;
		padding-left: 0px !important;
		text-align: left !important;
	  }
	  .platform_out_right ul li.lastli{
		padding-right: 0px !important;
		padding-left: 30px !important;
	  }
	  .platform_out_right img{
		width: 251px;
		height: 166px;
		position: absolute;
		right: 0;
		bottom: 0;
	  }