@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.contain{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.hebg{
	background: url(../img/head_bg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 70px;
}
.head{
	padding: 9px 0;
}
.head1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	font-size: 0;
}
.logo img{
	width: 59px;
}
.nav ul{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	zoom: 1;
}
.nav ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.nav ul li{
	float: left;
	position: relative;
	margin: 0 20px;
}
.nav ul li > a{
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	line-height: 44px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.nav ul li a img{
	margin-left: 7px;
}
.nav ul li.on > a{
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}
.black .nav ul li > a{
	color: #333333;
}
.black .nav ul li.on > a{
	color: #333333;
	border-bottom: 2px solid #333;
}
.nav_sub{
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 9;
	transform: translateX(-50%);
	width: 130px;
	background-color: #ffffff;
	padding: 10px 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 8px;
}
.nav_sub a{
	display: block;
	padding: 5px 15px;
	font-size: 15px;
	color: #333;
}
.nav_sub a:hover{
	color: #06b880;
}
.nav ul li:hover .nav_sub{
	display: block;
}
.tbutt{
	display: flex;
	align-items: center;
}
.tvip{
	margin-right: 16px;
}
.tvip a{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #feb837;
	font-weight: bold;
}
.tvip a img{
	margin-right: 4px;
}
.logre{
	display: flex;
	align-items: center;
}
.logre a{
	display: block;
	width: 62px;
	height: 35px;
	border-radius: 3px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
}
.black .logre a{
	color: #333333;
}
.logre a:hover{
	font-size: 14px;
	color: #06b880;
	background-color: rgba(255, 255, 255, 0.8);
}
.black .logre a:hover{
	color: #ffffff;
	background-color: #06b880;
}
.ydl{
	font-size: 0;
	position: relative;
}
.hvip{
	position: absolute;
	right: -3px;
	bottom: -1px;
}
.hebg1{
	margin-top: 45px;
	font-size: 46px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.sytoo{
	margin: 40px auto 0;
	width: 915px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hebg2{
	width: 100%;
	max-width: 817px;
	border-radius: 10px;
	height: 46px;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	background-color: #ffffff;
}
.search{
	width: 90px;
	padding-right: 8px;
	border-right: 1px solid #eeeeee;
}
.search select{
	border: none;
	width: 100%;
	font-size: 12px;
	color: #999999;
	outline: none;
	padding: 0 8px;
}
.search1{
	flex: 1;
}
.search1 input{
	width: 100%;
	height: 36px;
	padding: 0 14px;
	font-size: 14px;
}
.search2{
	width: 44px;
}
.search2 input{
	width: 100%;
	height: 36px;
	background: url(../img/search.png) center no-repeat;
}
.aibutt{
	font-size: 0;
	margin-left: 32px;
}
.hot{
	margin: 9px auto 0;
	width: 915px;
	font-size: 14px;
	color: #ffffff;
}
.hot span{
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	line-height: 22px;
	margin: 9px 9px 0 0;
}
.hot a{
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	padding: 0 10px;
	line-height: 22px;
	background-color: rgba(0, 0, 0, 0.25);
	margin: 9px 9px 0 0;
	border-radius: 10px;
}
.document{
	background-color: #f9f9f9;
	padding: 25px 0;
}
.item{
	position: relative;
}
.item a{
	display: block;
	position: relative;
	font-size: 0;
}
.item a span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.itemLeft{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	font-size: 0;
}
.itemRight{
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	font-size: 0;
}
.title{
	margin-top: 50px;
	font-size: 24px;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.title1{
	margin: 15px auto 0;
	width: 20px;
	height: 3px;
	background-color: #20c063;
	border-radius: 1px;
}
.title2{
	margin-top: 12px;
	font-size: 14px;
	color: #777777;
	text-align: center;
}
.list ul{
	overflow: hidden;
}
.list ul li{
	margin-top: 20px;
	margin-right: 20px;
	list-style-type: none;
	float: left;
	width: calc((100% - 60px)/4);
}
.list ul li:nth-child(4n){
	margin-right: 0;
}
.list1{
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 377px;
	background-color: #eeeeee;
	position: relative;
}
.list1 > img{
	max-width: calc(100% - 16px);
	max-height: calc(100% - 26px);
}
.listvip{
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.listtj{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.list2{
	padding: 14px 10px 14px 15px;
	background-color: #ffffff;
}
.list3{
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #333333;
}
.list3 img{
	margin-right: 7px;
}
.list4{
	margin-top: 9px;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	height: 48px;
}
.list5{
	margin-top: 9px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list5a{
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #777777;
	margin-right: 24px;
}
.list5a img{
	margin-right: 5px;
}
.list5b{
	flex: 1;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #777777;
}
.list5b img{
	margin-right: 5px;
}
.list5c{
	font-size: 12px;
	color: #ffffff;
	background-color: #ababab;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 7px;
	border-radius: 3px;
}
.list ul li:hover .list4{
	color: #2abc61;
}
.more{
	margin-top: 32px;
	text-align: center;
}
.more a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 221px;
	height: 43px;
	border-radius: 21px;
	background-color: #20c063;
	font-size: 16px;
	color: #ffffff;
}
.tj{
	padding: 1px 0 76px;
}
.tj1{
	margin-top: 20px;
}
.tj1 ul{
	zoom: 1;
}
.tj1 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.tj1 ul li{
	list-style-type: none;
	float: left;
	box-shadow: 0 0 10px #ececec;
	border-radius: 5px;
	overflow: hidden;
	width: calc((100% - 40px)/3);
	margin-right: 20px;
}
.tj1 ul li:nth-child(3n){
	margin-right: 0;
}
.tj2{
	height: 80px;
	background-color: #2f3c4e;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tj2a{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.tj2b{
	margin-top: 5px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.tj3{
	padding: 10px 15px 30px;
}
.tj5{
	margin-top: 14px;
}
.tj5 a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tj6{
	width: 16px;
	height: 16px;
	border-radius: 3px;
	font-size: 12px;
	color: #ffffff;
	background-color: #cccccc;
	text-align: center;
	line-height: 16px;
	margin-right: 10px;
}
.tj7{
	flex: 1;
	font-size: 14px;
	color: #333333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.tj8{
	margin-left: 20px;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #777777;
}
.tj8 img{
	margin-right: 3px;
}
.tj5:nth-child(1) .tj6{
	background-color: #20c063;
}
.tj5:nth-child(2) .tj6{
	background-color: #53d489;
}
.tj5:nth-child(3) .tj6{
	background-color: #64dc96;
}
.tj5:hover .tj7{
	color: #20c063;
}
.tj9{
	margin-top: 24px;
	text-align: center;
}
.tj9 a{
	display: inline-block;
	width: 221px;
	height: 43px;
	border-radius: 21px;
	background-color: #20c063;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 43px;
}
.syvip{
	padding: 1px 0 76px;
	background: url(../img/gyvipbg.png) no-repeat;
	background-size: cover;
}
.syvip1{
	margin-top: 32px;
}
.syvip1 ul{
	zoom: 1;
}
.syvip1 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.syvip1 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 90px)/4);
	margin-right: 30px;
	border-radius: 16px;
	overflow: hidden;
	background-color: #ffffff;
}
.syvip1 ul li:nth-child(4n){
	margin-right: 0;
}
.syvip2{
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	line-height: 70px;
}
.syvip3{
	padding: 32px 30px 50px;
}
.syvip4{
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.syvip4 span{
	font-size: 30px;
	font-weight: bold;
}
.syvip5{
	margin: 15px 0 40px;
	text-align: center;
}
.syvip5 span{
	display: inline-block;
	font-size: 14px;
	color: #333333;
	background-color: #f5f5f5;
	line-height: 25px;
	border-radius: 12px;
	padding: 0 12px;
}
.syvip6{
	border-bottom: 1px solid #f9f9f9;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #333333;
}
.syvip6:last-child{
	border-bottom: 0;
}
.linethr{
	text-decoration: line-through;
}
.syvip7{
	margin-top: 16px;
	text-align: center;
}
.syvip7 a{
	display: block;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 22px;
	font-size: 16px;
	color: #ffffff;
}
.syvip1 ul li:nth-child(1) .syvip2{
	background-color: #ff5b2d;
}
.syvip1 ul li:nth-child(1) .syvip7 a{
	background-color: #ff5b2d;
}
.syvip1 ul li:nth-child(2) .syvip2{
	background-color: #0ec0e6;
}
.syvip1 ul li:nth-child(2) .syvip7 a{
	background-color: #0ec0e6;
}
.syvip1 ul li:nth-child(3) .syvip2{
	background-color: #6f0ee6;
}
.syvip1 ul li:nth-child(3) .syvip7 a{
	background-color: #6f0ee6;
}
.syvip1 ul li:nth-child(4) .syvip2{
	background-color: #d2c55d;
}
.syvip1 ul li:nth-child(4) .syvip7 a{
	background-color: #d2c55d;
}
.advantage{
	padding: 25px 0 70px;
}
.advantage1{
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.advantage2{
	display: flex;
	align-items: center;
}
.advantage3{
	margin-right: 16px;
	font-size: 0;
}
.advantage5{
	font-size: 18px;
	color: #333333;
}
.advantage6{
	margin-top: 3px;
	font-size: 14px;
	color: #666666;
}
.sydata{
	background: url(../img/databg.png) no-repeat;
	background-size: cover;
	padding: 55px 0 50px;
}
.sydata_d{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sydata2{
	font-size: 0;
	text-align: center;
}
.sydata3{
	font-size: 52px;
	color: #585858;
	text-align: center;
}
.sydata4{
	font-size: 14px;
	color: #585858;
	text-align: center;
}
.footer{
	background-color: #1b1b1b;
	padding: 32px 0;
}
.footer1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer2{
	font-size: 30px;
	color: #fff;
}
.footer2 img{
	display: block;
	margin: 0 auto 10px;
	width: 126px;
}
.footer2 span{
	font-style: italic;
	font-weight: bold;
}
.footer3{
	/* margin-left: 25px; */
}
.footer4{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.footer5{
	margin-top: 16px;
}
.footer5 a{
	margin-top: 12px;
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: rgba(255, 255, 255, 0.4);
}
.footer7{
	margin-top: 20px;
	overflow: hidden;
	border-radius: 5px;
}
.footer7i{
	float: left;
	width: 155px;
	height: 38px;
	background-color: #ffffff;
	padding: 0 10px;
}
.footer7ii{
	float: left;
	width: 60px;
	height: 38px;
	background: url(../img/search1.png) center #20c063 no-repeat;
	padding: 0 10px;
}
.footer8{
	margin-top: 25px;
	font-size: 18px;
	color: #ffffff;
	line-height: 1;
}
.footer9{
	font-size: 12px;
	line-height: 29px;
	color: #ffffff;
}
.footer9 span{
	color: #999999;
}
.beian{
	background-color: #1b1b1b;
	border-top: 1px solid #494949;
	font-size: 12px;
	text-align: center;
	line-height: 42px;
	color: rgba(255, 255, 255, 0.5);
}
.beian a{
	color: rgba(255, 255, 255, 0.5);
}
.cbLeft{
	position: fixed;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
	box-shadow: 0 0 10px #e9e9e9;
	border-radius: 7px;
	padding: 13px 7px 10px;
	width: 60px;
	box-sizing: border-box;
}
.cbLeft a{
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding: 6px 0;
}
.cbLeft a img{
	display: block;
	margin: 0 auto 5px;
}
.cbLeft a:hover{
	color: #20c063;
}
.cbRight{
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.cbRight a{
	margin-top: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #e9eaea;
	position: relative;
}
.cbRight2{
	display: none;
}
.cbRight a:hover{
	background-color: #20c063;
}
.cbRight a:hover .cbRight1{
	display: none;
}
.cbRight a:hover .cbRight2{
	display: block;
}
.cbRight a span{
	display: none;
	position: absolute;
	right: calc(100% + 10px);
	font-size: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
	padding: 10px;
	background-color: #fff;
}
.cbRight a:hover span{
	display: block;
}
.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
	height: 40px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.register_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.register_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 362px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.register_tc1a{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 27px 29px;
	width: 100%;
	max-height: 80vh;
	overflow-y: scroll;
}
.register_tc2{
	font-size: 0;
	text-align: center;
	margin-bottom: 39px;
}
.register_tc2 img{
	width: 80px;
}
.close{
	position: absolute;
	right: -24px;
	top: -24px;
	font-size: 0;
}
.register_tc3{
	margin-top: 11px;
	font-size: 0;
	display: flex;
	align-items: center;
}
.register_tc3 input{
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background-color: #cbf0db;
	padding: 0 16px 0 32px;
	font-size: 14px;
	box-sizing: border-box;
}
.uname{
	background: url(../img/logreicon.png) #cbf0db no-repeat;
	background-position: 11px center;
}
.email{
	background: url(../img/logreicon1.png) #cbf0db no-repeat;
	background-position: 9px center;
}
.phone{
	background: url(../img/logreicon2.png) #cbf0db no-repeat;
	background-position: 10px center;
}
.message{
	background: url(../img/logreicon3.png) #cbf0db no-repeat;
	background-position: 11px center;
}
.register_tc3 input.message{
	width: calc(100% - 105px);
}
.pass{
	background: url(../img/logreicon4.png) #cbf0db no-repeat;
	background-position: 11px center;
}
.register_tc3 a{
	width: 97px;
	height: 40px;
	background-color: #25c267;
	margin-left: 8px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
}
.register_tc3 img{
	width: 116px;
}
.message1{
	background: url(../img/logreicon3.png) #cbf0db no-repeat;
	background-position: 11px center;
}
.register_tc3 input.message1{
	width: calc(100% - 119px);
}
.register_tc4{
	margin-top: 13px;
}
.register_tc4 input{
	width: 100%;
	height: 40px;
	background-color: #20c063;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
}
.register_tc5{
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
	display: flex;
}
.register_tc5 a{
	color: #20c063;
}
.register_tc5 input{
	margin-right: 5px;
}
.register_tc6{
	margin-top: 16px;
	padding-top: 16px;
	border-top: 2px solid #f6f6f6;
	font-size: 14px;
	color: #9f9f9f;
}
.register_tc6 a{
	color: #20c063;
}
.login_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.login_tc1{
	text-align: center;
}
.login_tc1 a{
	font-size: 16px;
	color: #999999;
	margin: 0 30px;
	display: inline-block;
	line-height: 52px;
	border-bottom: 2px solid #ffffff;
}
.login_tc1 a.on{
	color: #25c267;
	border-bottom: 2px solid #25c267;
}
.login_tc3{
	display: none;
}
.login_tc3.on{
	display: block;
}
.ewmdl{
	font-size: 0;
	position: absolute;
	right: 5px;
	top: 6px;
}
.zhdl{
	font-size: 0;
	position: absolute;
	right: 5px;
	top: 6px;
}
.login_tca{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.login_tca1{
	font-size: 18px;
	color: #666666;
	text-align: center;
}
.login_tca2{
	margin-top: 16px;
	font-size: 0;
	text-align: center;
}
.login_tca2 img{
	width: 289px;
}
.login_tca3{
	margin-top: 16px;
	font-size: 16px;
	color: #999999;
	text-align: center;
}
.login_m{
	float: right;
	margin: 13px 6px;
}
.inlist{
	zoom: 1;
}
.inlist:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.listLeft{
	float: left;
	width: 280px;
}
.listLeft1{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #20c063;
	text-align: center;
	line-height: 47px;
	border-radius: 5px 5px 0 0;
}
.listLeft2{
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	padding: 0 2px 10px;
	margin-bottom: 10px;
}
.listLeft2 ul li{
	padding: 1px 0;
	border-bottom: 1px dashed #eeeeee;
}
.listLeft2 ul li a{
	display: flex;
	align-items: center;
	height: 60px;
	font-size: 16px;
	color: #666666;
	padding: 0 16px;
}
.listLeft2 ul li a span{
	width: 11px;
	height: 11px;
	border: 2px solid #bfbfbf;
	border-radius: 50%;
	margin-right: 10px;
}
.listLeft2 ul li.on a{
	color: #20c063;
	background-color: #d1f4df;
}
.listLeft2 ul li.on a span{
	border: 2px solid #20c063;
}
.listLeft3{
	background-color: #ffffff;
	border-radius: 5px;
	padding: 24px 20px 30px;
}
.listLeft4{
	line-height: 1;
	font-size: 16px;
	color: #000000;
}
.listLeft5 ul li{
	list-style-type: none;
	margin-top: 16px;
}
.listLeft5 ul li a{
	display: block;
}
.listLeft6{
	width: 100%;
	display: flex;
	align-items: center;
}
.listLeft6 span{
	width: 17px;
	height: 17px;
	border-radius: 3px;
	text-align: center;
	line-height: 17px;
	font-size: 12px;
	color: #fff;
	background-color: #e0e0e0;
	margin-right: 7px;
}
.listLeft6 code{
	font-family: inherit;
	max-width: calc(100% - 50px);
	font-size: 13px;
	color: #666666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.listLeft6 img{
	margin-left: 7px;
	width: 19px;
}
.listLeft5 ul li:nth-child(1) .listLeft6 span{
	background-color: #20c063;
}
.listLeft5 ul li:nth-child(2) .listLeft6 span{
	background-color: #47d683;
}
.listLeft5 ul li:nth-child(3) .listLeft6 span{
	background-color: #6de19e;
}
.listLeft5 ul li:hover .listLeft6 code{
	color: #3580e6;
}
.listLeft7{
	margin-top: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.listLeft8{
	width: 103px;
	background-color: #eeeeee;
	margin-right: 9px;
	padding: 5px 3px;
	font-size: 0;
	border-radius: 5px;
}
.listLeft9{
	flex: 1;
	font-size: 12px;
	color: #999999;
	line-height: 21px;
}

.listRight{
	float: right;
	width: calc(100% - 305px);
}
.intem{
	background-color: #ffffff;
	padding: 20px 17px;
	border-radius: 5px;
}
.intem1{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 16px;
	border-bottom: 1px solid #eeeeee;
}
.intem2{
	display: flex;
	align-items: flex-start;
}
.intem3{
	margin-top: 18px;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	width: 50px;
}
.intem4{
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.intem4 a{
	display: block;
	margin-top: 18px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	border-radius: 5px;
	padding: 0 9px;
	margin-right: 16px;
}
.intem4 a.on{
	background-color: #20c063;
	color: #ffffff;
}
.intem5{
	margin-top: 18px;
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
}
.intem5a{
	font-size: 12px;
	width: 274px;
	height: 30px;
	border: 1px solid #bfbfbf;
	padding: 0 10px;
	border-radius: 5px;
}
.intem5b{
	margin: 0 10px;
	font-size: 12px;
	width: 62px;
	height: 30px;
	border: 1px solid #20c063;
	background-color: #20c063;
	color: #fff;
	padding: 0 10px;
	border-radius: 5px;
}
.intem5c{
	font-size: 12px;
	width: 62px;
	height: 30px;
	border: 1px solid #20c063;
	color: #20c063;
	text-align: center;
	line-height: 28px;
	padding: 0 10px;
	border-radius: 5px;
}
.listRight1{
	margin-top: 11px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 30px;
}
.listRight1 ul li{
	margin-top: 10px;
}
.listRight1 ul li:first-child{
	margin-top: 0;
}
.listRight1 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid #d2d2d2;
	padding: 20px;
}
.listRight2{
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.listRight3{
	font-size: 0;
	background-color: #eeeeee;
	padding: 5px;
	position: relative;
	width: 125px;
	margin-right: 16px;
}
.listRight3a{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34px;
}
.listRight4{
	flex: 1;
}
.listRight5{
	font-size: 18px;
	color: #000000;
}
.listRight6{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.listRight7{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.listRight7a{
	display: flex;
	align-items: center;
}
.listRight7 span{
	font-size: 14px;
	color: #777777;
	margin-right: 40px;
}
.listRight7 span img{
	margin-right: 5px;
}
.listRight7b{
	font-size: 12px;
	color: #ffffff;
	background-color: #ababab;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 7px;
	border-radius: 3px;
}
.page{
	margin-top: 32px;
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	margin: 0 3px;
	font-size: 14px;
	color: #333333;
}
.page a.active{
    background-color: #20c063;
	border: 1px solid #20c063;
}
.page span{
	margin: 0 3px;
	font-size: 14px;
	color: #333333;
}
.page a.active span{
    color: #ffffff;
}
.pagei{
	width: 36px;
	height: 36px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	margin: 0 3px;
	font-size: 14px;
	color: #333333;
}
.pageii{
	width: 56px;
	height: 36px;
	background-color: #20c063;
	border: 1px solid #20c063;
	border-radius: 5px;
	margin: 0 3px;
	font-size: 14px;
	color: #fff;
}
.address{
	font-size: 14px;
	color: #777777;
}
.address a{
	color: #777777;
}
.documess{
	margin-top: 16px;
	background-color: #ffffff;
	padding: 15px 19px 20px 16px;
	border-radius: 10px;
	display: flex;
	align-items: flex-start;
}
.documess1{
	width: 199px;
	border-radius: 5px;
	padding: 9px 6px;
	margin-right: 40px;
	font-size: 0;
	background-color: #eeeeee;
}
.documess2{
	flex: 1;
}
.documess3{
	font-size: 24px;
	color: #333333;
}
.documess4{
	margin-top: 15px;
	border-radius: 5px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 1px 20px 16px;
}
.documess5{
	width: 40%;
	font-size: 14px;
	color: #777777;
	line-height: 1;
	margin-top: 16px;
}
.documess5 span{
	color: #9d9d9d;
}
.document6{
	margin-top: 16px;
	font-size: 0;
}
.document6a{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 37px;
	border-radius: 5px;
	background-color: #67ce9b;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 37px;
}
.document6b{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 37px;
	border-radius: 5px;
	background-color: #ff5b2d;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 37px;
	margin: 0 10px;
}
.document6c{
	display: inline-block;
	vertical-align: middle;
	width: 265px;
	height: 37px;
	border-radius: 5px;
	background-color: #fff3e9;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 37px;
}
.document6c span{
	font-size: 18px;
	color: #ff6438;
	font-weight: bold;
}
.document6c a{
	font-size: 14px;
	color: #f58b36;
}
.fee_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.fee_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 362px;
	background-color: #ffffff;
	padding: 14px 20px 30px;
	border-radius: 5px;
}
.fee_tc2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #333333;
	margin-bottom: 25px;
}
.fee_tc3{
	margin-top: 14px;
	font-size: 14px;
	color: #999999;
}
.fee_tc4{
	margin-top: 8px;
	border-radius: 5px;
	height: 44px;
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
	line-height: 44px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fee_tc4 span{
	color: #aaaaaa;
}
.fee_tc5{
	font-size: 14px;
	color: #333333;
	text-align: right;
	margin-top: 10px;
}
.fee_tc6{
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fee_tc6a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 10px)/2);
	height: 44px;
	background-color: #00c800;
	font-size: 14px;
	color: #ffffff;
	border-radius: 5px;
}
.fee_tc6a img{
	margin-right: 4px;
}
.fee_tc6b{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 10px)/2);
	height: 44px;
	background-color: #00aaee;
	font-size: 14px;
	color: #ffffff;
	border-radius: 5px;
}
.fee_tc6b img{
	margin-right: 4px;
}
.fee_tc7{
	margin-top: 47px;
}
.fee_tc7 a{
	display: block;
	height: 41px;
	border-radius: 5px;
	background-color: #ff5b2d;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 41px;
}
.docuinfo{
	margin-top: 20px;
	overflow: hidden;
}
.docuinfo1{
	float: left;
	width: calc(100% - 320px);
}
.docuinfo2{
	padding: 24px 30px;
	background-color: #ffffff;
	/*font-size: 0;*/
}
.docuinfo2 img{
	margin-bottom: 20px;
}
.docuinfo3{
	margin-top: 20px;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.docuinfo5{
	font-size: 14px;
	color: #777777;
}
.docuinfo6{
	font-size: 14px;
	color: #333333;
}
.txr{
	text-align: right;
}
.docuinfo7{
	float: right;
	width: 300px;
}
.insearch{
	margin-right: 16px;
	font-size: 0;
	position: relative;
}
.insearch1{
	display: none;
	position: absolute;
	right: 0;
	top: 110%;
	z-index: 9;
	width: 200px;
	height: 40px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 10px #eeeeee;
	overflow: hidden;
}
.insearchi{
	float: left;
	width: 160px;
	height: 40px;
	padding: 0 10px;
	font-size: 14px;
}
.insearchii{
	float: left;
	width: 40px;
	height: 40px;
	background: url(../img/search2.png) center no-repeat;
}
.my{
	overflow: hidden;
}
.myLeft{
	float: left;
	width: 180px;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 20px 0 30px;
	border: 1px solid #ececec;
}
.myLeft ul li{
	margin-top: 10px;
	padding: 0 18px;
	position: relative;
}
.myLeft ul li a{
	display: flex;
	align-items: center;
	padding-left: 20px;
	height: 47px;
	border-radius: 10px;
	font-size: 16px;
	color: #333333;
}
.myLeft ul li a span{
	font-size: 0;
	width: 34px;
	text-align: left;
}
.myicona{
	display: none;
}
.myLeft ul li.on:before{
	content: '';
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 36px;
	background-color: #20c063;
	border-radius: 2px;
}
.myLeft ul li.on a{
	background-color: #20c063;
}
.myLeft ul li.on a{
	color: #fff;
}
.myLeft ul li.on .myicon{
	display: none;
}
.myLeft ul li.on .myicona{
	display: block;
}
.myRight{
	float: right;
	width: calc(100% - 200px);
}
.pmess{
	background-color: #fff;
}
.pmess1{
	padding: 36px 36px 32px;
	border-bottom: 1px dashed #e5e9eb;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pmess2{
	width: 100px;
	margin-right: 9px;
	font-size: 14px;
	color: #6a6a6a;
	text-align: right;
}
.pmess3{
	flex: 1;
	font-size: 0;
}
.pmess3 img{
	width: 88px;
	height: 88px;
	border-radius: 50%;
}
.pmess4{
	width: 110px;
	height: 34px;
	background-color: #20c063;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	text-align: center;
	line-height: 34px;
}
.pmess4 input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.pmess5{
	min-height: 300px;
	padding: 6px 36px 60px;
	border-bottom: 6px dashed #e4e8eb;
}
.pmess6{
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.pmess7{
	flex: 1;
}
.pmess7 input{
	width: 100%;
	max-width: 338px;
	height: 38px;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	padding: 0 16px;
	font-size: 14px;
	color: #333333;
}
.pmess8{
	flex: 1;
	height: 38px;
	border: 1px solid #fff;
	padding: 0 16px;
	font-size: 14px;
	color: #333333;
	line-height: 38px;
}
.pmess9{
	padding: 26px 0 40px;
	text-align: center;
}
.pmess9 input{
	width: 205px;
	height: 49px;
	border-radius: 24px;
	background-color: #20c063;
	font-size: 14px;
	color: #ffffff;
}
.myVip{
	background-color: #ffffff;
	padding: 36px 30px 50px;
	border-radius: 5px;
}
.myVip1{
	background-color: #e2f3e9;
	padding: 30px;
	border-radius: 5px;
}
.myVip2{
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.myVip3{
	margin-top: 16px;
	font-size: 24px;
	color: #333333;
	line-height: 1;
}
.myVip3 span{
	color: #e19509;
}
.myVip4{
	margin-top: 32px;
}
.myVip4 ul{
	zoom: 1;
}
.myVip4 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.myVip4 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 60px)/4);
	margin-right: 20px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 16px #f2f2f2;
	background-color: #ffffff;
}
.myVip4 ul li:nth-child(4n){
	margin-right: 0;
}
.myVip4 ul li:nth-child(1) .syvip2{
	background-color: #ff5b2d;
}
.myVip4 ul li:nth-child(1) .syvip7 a{
	background-color: #ff5b2d;
}
.myVip4 ul li:nth-child(2) .syvip2{
	background-color: #0ec0e6;
}
.myVip4 ul li:nth-child(2) .syvip7 a{
	background-color: #0ec0e6;
}
.myVip4 ul li:nth-child(3) .syvip2{
	background-color: #6f0ee6;
}
.myVip4 ul li:nth-child(3) .syvip7 a{
	background-color: #6f0ee6;
}
.myVip4 ul li:nth-child(4) .syvip2{
	background-color: #d2c55d;
}
.myVip4 ul li:nth-child(4) .syvip7 a{
	background-color: #d2c55d;
}
.myVip4 ul li .syvip2{
	font-size: 17px;
	line-height: 54px;
}
.myVip4 ul li .syvip4{
	font-size: 12px;
}
.myVip4 ul li .syvip3{
	padding: 20px 25px;
}
.myVip4 ul li .syvip4 span{
	font-size: 24px;
}
.myVip4 ul li .syvip5{
	margin-bottom: 10px;
}
.myVip4 ul li .syvip6{
	font-size: 14px;
	color: #666666;
}
.myOrder{
	padding: 10px 36px 50px;
	border-radius: 5px;
	background-color: #ffffff;
}
.myOrder1 ul li{
	list-style-type: none;
	margin-top: 20px;
	background-color: #f3f3f3;
	border-radius: 10px;
}
.myOrder2{
	font-size: 16px;
	color: #000000;
	line-height: 45px;
	border-bottom: 1px solid #a0a0a0;
	padding: 0 12px;
}
.myOrder3{
	padding: 12px 16px 24px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.myOrder4{
	font-size: 0;
	background-color: #eeeeee;
	padding: 4px 2px;
	position: relative;
	width: 90px;
	margin-right: 24px;
}
.ordicon{
	position: absolute;
	right: 1px;
	bottom: 1px;
}
.myOrder5{
	flex: 1;
}
.myOrder6{
	font-size: 18px;
	color: #000000;
	line-height: 29px;
}
.myOrder7{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.doitem{
	background-color: #ffffff;
	padding: 5px 17px 30px;
	border-radius: 5px;
}
.doitem1{
	display: flex;
	align-items: flex-start;
}
.doitem2{
	margin-top: 18px;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	width: 60px;
	text-align: right;
	margin-right: 16px;
}
.doitem3{
	width: calc(100% - 60px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.doitem3 a{
	display: block;
	margin-top: 18px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	border-radius: 5px;
	padding: 0 9px;
	margin-right: 16px;
}
.doitem3 a.on{
	background-color: #20c063;
	color: #ffffff;
}
.myDownload{
	margin-top: 10px;
	background-color: #ffffff;
	padding-bottom: 50px;
	border-radius: 5px;
	overflow: hidden;
}
.myDownload1 ul li{
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 30px 36px 36px;
	border-bottom: 1px solid #f3f3f3;
}
.myDownload2{
	font-size: 0;
	margin-right: 20px;
}
.myDownload3{
	flex: 1;
	font-size: 18px;
	color: #333333;
	line-height: 29px;
}
.myDownload4{
	margin-left: 130px;
}
.myDownload4 a{
	display: block;
	width: 77px;
	height: 29px;
	border-radius: 3px;
	background-color: #20c063;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 29px;
}
.fxtg{
	background-color: #ffffff;
	padding: 40px 36px 30px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fxtg1{
	display: flex;
	align-items: flex-start;
}
.fxtg2{
	font-size: 0;
	margin-right: 5px;
}
.fxtg3{
	
}
.fxtg4{
	font-size: 16px;
	color: #333333;
}
.fxtg4 span{
	font-size: 22px;
	color: #ffbd0c;
}
.fxtg5{
	margin-top: 5px;
	font-size: 14px;
	color: #333333;
}
.fxtg5 a{
	color: #20c063;
}
.fxtg6 a{
	display: block;
	width: 153px;
	height: 44px;
	border-radius: 9px;
	background-color: #20c063;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 44px;
}
.fxlj{
	margin-top: 20px;
	font-size: 20px;
	color: #555555;
	text-align: center;
}
.fxlj a{
	color: #20c063;
	margin-right: 5px;
}
.fxlj1{
	font-size: 14px;
	color: #707070;
	text-align: center;
	margin-top: 5px;
}
.fxlj2{
	margin-top: 70px;
	padding: 0 30px;
}
.fxlj3 ul{
	border-bottom: 2px solid #dddddd;
	overflow: hidden;
}
.fxlj3 ul li{
	list-style-type: none;
	float: left;
	width: 25%;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
}
.fxlj4{
	background-color: #f9f9f9;
	padding-bottom: 12px;
}
.fxlj4 ul{
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}
.fxlj4 ul li{
	list-style-type: none;
	float: left;
	width: 25%;
	font-size: 16px;
	color: #707070;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fxlj4 ul li span{
	font-weight: bold;
	color: #d2b428;
}
.fxlj5{
	margin-top: 45px;
	font-size: 16px;
	color: #999999;
	line-height: 32px;
	padding: 0 30px;
}
.fxlj6{
	font-size: 16px;
	color: #999999;
	line-height: 32px;
	padding-left: 55px;
}
.back a{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #20c063;
}
.back img{
	margin-right: 10px;
}
.yjmx{
	margin-top: 20px;
	background-color: #ffffff;
	padding: 12px 22px 40px 34px;
	border-radius: 5px;
}
.yjmx1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.yjmx2{
	font-size: 16px;
	color: #000000;
}
.yjmx3{
	display: flex;
	align-items: center;
}
.yjmx3 label{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333333;
	margin-right: 20px;
}
.yjmx3 label input{
	margin-right: 10px;
}
.yjmx3 select{
	outline: none;
	width: 122px;
	height: 33px;
	border-radius: 9px;
	border: 1px solid #cfcfcf;
	font-size: 14px;
	color: #333333;
	padding: 0 10px;
}
.mxlist{
	margin-top: 10px;
}
.mxlist1 ul{
	overflow: hidden;
	background-color: #20c063;
}
.mxlist1 ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 47px;
}
.mxwidth{
	width: 17%;
}
.mxwidth1{
	width: 27%;
}
.mxwidth2{
	width: 9%;
}
.mxwidth3{
	width: 30%;
}
.mxlist2{
	border: 1px solid #cfcfcf;
	border-top: 0;
}
.mxlist2 ul{
	overflow: hidden;
}
.mxlist2 ul:nth-child(2n){
	background-color: #fcfdfe;
}
.mxlist2 ul li{
	list-style-type: none;
	float: left;
	font-size: 14px;
	color: #333333;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mxlist2 ul li span{
	color: #20c063;
}
.changePass{
	padding: 65px 193px 265px;
	background-color: #ffffff;
	border-radius: 5px;
}
.changePass1{
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.changePass2{
	width: 108px;
	font-size: 14px;
	color: #333333;
	padding-left: 13px;
}
.changePass3{
	flex: 1;
}
.changePass3 input{
	width: 100%;
	height: 42px;
	padding: 0 15px;
	background-color: #f4f4f4;
	border-radius: 5px;
}
.changePass4{
	margin-top: 62px;
	text-align: center;
}
.changePass4 input{
	width: 140px;
	height: 44px;
	border-radius: 9px;
	background-color: #20c063;
	font-size: 14px;
	color: #ffffff;
}
.result{
	background: url(../img/searbg.png) no-repeat;
	background-size: cover;
	padding: 28px 0 39px;
}
.result1{
	width: 96%;
	max-width: 650px;
	margin: 0 auto;
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 10px;
	height: 48px;
}
.result1i{
	float: left;
	width: calc(100% - 64px);
	height: 48px;
	font-size: 14px;
	padding: 0 24px;
}
.result1ii{
	float: left;
	width: 64px;
	height: 48px;
	background: url(../img/search3.png) center no-repeat;
}
.result2{
	padding: 13px 0 54px;
	background-color: #f3f3f3;
}
.result3{
	margin-top: 11px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 1px 30px 42px;
}
.result3 ul li{
	margin-top: 20px;
}
.result3 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 20px;
}
.ai{
	background-color: #f3f3f3;
	padding: 10px 18px 15px;
	width: 100vw;
	height: 100vh;
}
.ai1{
	height: 100%;
	border: 1px solid #7b7b7b;
	border-radius: 9px;
	overflow: hidden;
	background-color: #ffffff;
}
.ai2{
	float: left;
	width: 13%;
	height: 100%;
	border-right: 1px solid #f0f0f4;
}
.ai3{
	font-size: 0;
	border-bottom: 1px solid #f0f0f4;
	height: 87px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ai4{
	margin-top: 23px;
	padding: 0 8px;
}
.ai4 a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
	width: 180px;
	height: 67px;
	border-radius: 14px;
	background-color: #20c063;
}
.ai4 a img{
	margin-right: 8px;
}
.ai5{
	padding: 20px 8px 30px;
}
.ai6{
	margin-top: 20px;
}
.ai7{
	font-size: 18px;
	color: #333333;
	line-height: 1;
}
.ai8{
	padding: 0 15px;
}
.ai8 a{
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	height: 48px;
	background-color: #d0f1de;
	border-radius: 5px;
	font-size: 16px;
	color: #20c063;
}
.ai8 a span{
	display: block;
	max-width: calc(100% - 24px);
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ai8 a img{
	margin-left: 10px;
}
.aicenter{
	float: left;
	width: 66%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aicenter1{
	width: 71%;
}
.aicenter2{
	font-size: 66px;
	color: #5e687e;
	text-align: center;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.aicenter3{
	margin-top: 32px;
	font-size: 0;
	text-align: center;
}
.aicenter4{
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aicenter4 span{
	display: flex;
	align-items: center;
	margin: 0 35px;
	font-size: 14px;
	color: #646a73;
}
.aicenter4 span img{
	margin-right: 4px;
}
.aicenter5{
	margin-top: 200px;
	box-shadow: 0 0 10px #eaeaea;
	border-radius: 10px;
	padding: 20px 14px 8px 20px;
}
.aicenter6 textarea{
	width: 100%;
	resize: none;
	height: 50px;
	border: none;
}
.aicenter7{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.aicenter7 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 158px;
	height: 38px;
	font-size: 12px;
	color: #646a73;
	border: 1px solid #bfbfbf;
	border-radius: 19px;
}
.airight{
	float: left;
	background-color: #e7f5ed;
	width: 21%;
	height: 100%;
	padding: 20px 16px;
	overflow-y: scroll;
}
.airight::-webkit-scrollbar {
	width: 0;
}
.airight::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	background: rgba(216,216,216,0.11);
}
.airight::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	border-radius: 10px;
	background: rgba(216,216,216,0.02);
}
.airight1{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #5c667d;
}
.airight1 img{
	margin-right: 8px;
}
.airight2{
	margin-top: 24px;
}
.airight2 ul li{
	margin-top: 11px;
	background-color: #fff;
	padding: 12px 10px;
	border-radius: 10px;
}
.airight3{
	display: flex;
	align-items: flex-start;
}
.airight4{
	font-size: 0;
	margin-right: 8px;
	height: 30px;
	display: flex;
	align-items: center;
}
.airight5{
	flex: 1;
	font-size: 14px;
	color: #646a73;
	font-weight: bold;
	line-height: 30px;
}
.airight6{
	margin-top: 5px;
	display: flex;
	align-items: flex-start;
}
.airight7{
	font-size: 0;
	margin-right: 8px;
	height: 18px;
	display: flex;
	align-items: center;
}
.airight8{
	flex: 1;
	font-size: 12px;
	color: #646a73;
	line-height: 18px;
}









