@charset "utf-8";

.login-body{width: 100%;   background: url(../../img/login-bg.jpg) no-repeat center #288dff; background-size: cover; background-attachment:fixed;}
.login-all-box{box-sizing: border-box;padding: 50px 0; width: 100%; display: flex; align-content: center;  justify-content: center; flex-wrap: wrap;}
.login-box{width: 600px; margin: 0 auto;  height: 100%;   }
.login-box-left{width: 100%;}
.login-logo{}
.login-logo a{width: 64px; display: block; margin: 0 auto;}
.login-logo p{font-size: 24px;margin-top: 20px;color: #fff; text-align: center; }
.login-logo img{display: block; width: 100%;}


.login-box-right{width: 100%; background: #fff; border-radius: 12px; box-sizing: border-box; padding: 30px; margin-top: 30px; position: relative;}
.login-box-right form{display: block;}
.login-title{display: flex;align-items: center; justify-content: space-between; border-bottom: 1px #eee solid; padding-bottom: 20px;}
.login-title h1{font-size:28px; font-weight: bold;line-height: 1;}
.login-title h2{color: #999;}
.login-title h2 a{color: #288dff;}
.login-title h2 a:hover{text-decoration: underline;}





.login-tab{display: flex; align-items: center; margin-top: 20px; }
.login-tab a{font-size: 16px;display: block; margin-right: 20px;color: #aaa; font-weight: bold; transition: 0.3s;}
.login-tab a:hover{color: #288dff;}
.login-tab a.on{color: #288dff;}
.input-box{margin-top: 20px;}
.input-line{width: 100%; height: 46px; background: #eee; border-radius: 46px; display: flex; align-items: center; justify-content: space-between;  transition: 0.3s; margin-top: 12px; box-sizing: border-box; padding: 0 20px;}
.input-line.active{background: #fff; box-shadow: 0 0px 10px rgba(0,0,0,.1);}
.input-line em{display: flex; justify-content: space-between; width: 60px; color: #666;}
.input-line input{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: block;
	height: 100%;
	width: calc(100% - 80px);
}
.input-line input::placeholder{color: #aaa;}

.mibao-select{
	width: calc(100% - 80px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}
.mibao-select::after{
	content: "\eb87";
	display: block;
	font-size: 12px;
	top: 50%;
	transform: translateY(-50%);
	right:0;
	position: absolute;
	color: #999;
}
.mibao-select p{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
}
.mibao-select ul{
	width: 100%;
	display: block;
	font-size: 14px;
	background: #FFFFFF;
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 6px;
}
.mibao-select ul li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	list-style: none;
	color: #000;
}
.mibao-select ul li.Selected{
	background: #288dff;
	color: #FFFFFF;
}
.mibao-select ul li:hover{
	background: #D0D0D0;
}

.mibao-select.open ul{
	max-height: 96px;
	display: block;
	overflow-y: auto;
}
.mibao-select.open::after{
	content: "\eb88";	
}
.city-box{width: calc(100% - 80px); height: 100%; display: flex; align-items: center; }
.line{width: 1px; height: 16px; background: #ccc; transform: rotate(30deg); margin: 0 20px;}
.sheng-select{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}
.sheng-select p{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
}
.sheng-select ul{
	width: 200px;
	display: block;
	font-size: 14px;
	background: #FFFFFF;
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 6px;
}
.sheng-select ul li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	list-style: none;
	color: #000;
}
.sheng-select ul li.Selected{
	background: #288dff;
	color: #FFFFFF;
}
.sheng-select ul li:hover{
	background: #D0D0D0;
}

.sheng-select.open ul{
	max-height: 96px;
	display: block;
	overflow-y: auto;
}



.shi-select{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}

.shi-select p{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
}
.shi-select ul{
	width: 200px;
	display: block;
	font-size: 14px;
	background: #FFFFFF;
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 6px;
	
}
.shi-select ul li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	list-style: none;
	color: #000;
}
.shi-select ul li.Selected{
	background: #288dff;
	color: #FFFFFF;
}
.shi-select ul li:hover{
	background: #D0D0D0;
}

.shi-select.open ul{
	max-height: 96px;
	display: block;
	overflow-y: auto;
}

.hangye-select{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}
.hangye-select p{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
}
.hangye-select ul{
	width: 200px;
	display: block;
	font-size: 14px;
	background: #FFFFFF;
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 6px;
}
.hangye-select ul li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	list-style: none;
	color: #000;
}
.hangye-select ul li.Selected{
	background: #288dff;
	color: #FFFFFF;
}
.hangye-select ul li:hover{
	background: #D0D0D0;
}

.hangye-select.open ul{
	max-height: 96px;
	display: block;
	overflow-y: auto;
}


.agree{margin-top: 30px; display: flex; align-items: center; font-size: 14px; line-height: 1;}
.agree em{display: block; width: 14px; height: 14px; border-radius: 50%; border: 1px #ddd solid; margin-right: 5px; box-sizing: border-box;color: #fff; line-height: 14px; text-align: center; font-size: 12px;}
.agree em.active{border:1px #288dff solid; background: #288dff;}
.agree em:before{content: "\e70d";}
.agree em input{opacity: 0; width: 0; height: 0;}
.agree label{color: #666;}
.agree a{color: #288dff;}
.agree a:hover{text-decoration: underline;}

.sub-mit{ margin-top: 30px;}
.sub-mit input{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	padding: 0;
	margin: 0;
	background: #288dff;
	border: none;
	display: block;
	height: 50px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border-radius: 60px;
	transition: 0.3s;
}
.sub-mit input:hover{background: #499fff;}

.xieyi-box{width: 1200px; margin: 30px auto;}
.xieyi-head{ border-bottom: 1px #ddd solid;  padding-bottom: 30px;}
.xieyi-head a{display: block; width: 50px;}
.xieyi-head a img{display: block; width: 100%;}
.xieyi-head p{font-size: 18px; margin-top: 10px; color: #666;}
.xieyi-head h1{font-size: 24px; font-weight: bold; margin-top: 20px;}
.xieyi-jieshao{ line-height: 1.6; text-align: justify;margin-top: 30px;}
.xieyi-foot{margin-top: 50px;font-size: 12px; color: #999;}

.denglu-row{margin-top: 30px; display: flex;align-items: center; justify-content: space-between;}
.remember{ display: flex; align-items: center; font-size: 14px; line-height: 1;}
.remember em{display: block; width: 14px; height: 14px; border-radius: 50%; border: 1px #ddd solid; margin-right: 5px; box-sizing: border-box;color: #fff; line-height: 14px; text-align: center; font-size: 12px;}
.remember em.active{border:1px #288dff solid; background: #288dff;}
.remember em:before{content: "\e70d";}
.remember em input{opacity: 0; width: 0; height: 0;}
.remember label{color: #666;}
.denglu-row a{color: #999; transition: 0.3s;}
.denglu-row a:hover{color: #288dff;}


.user-head{height: 70px; background: #fff; position: fixed; left: 0; top: 0; z-index: 99; width: 100%; box-shadow: 0 0 10px rgba(0,0,0,.1); display: flex; align-items: center; justify-content: space-between;}
.user-logo{display: flex; align-items: center;margin-left: 30px;}
.user-logo em{display: block; width: 42px;}
.user-logo em img{display: block; width: 100%;}
.user-logo i{display: block; width: 1px;  height: 40px; background: #ddd; margin: 0 20px;}
.user-logo h1{color: #666;font-size: 18px;}
.user-name{display: flex; align-items: center; margin-right: 30px; font-size: 14px; color: #999; cursor: pointer; position: relative;}
.user-name::after{content: "\eb87"; display: block;margin-left: 8px; font-size: 12px;}
.user-name.active{color: #288dff;}
.user-name.active::after{content: "\eb88";}

.user-left{width: 240px;  height: calc(100% - 70px); position: fixed; left: 0; top: 70px; background: #288dff; overflow-y: auto; z-index: 2; }
.user-nav{box-sizing: border-box; padding: 30px;font-size: 14px!important;}
.user-nav a{display: flex;align-items: center; width: 100%; height: 40px; border-radius: 5px; color: #fff; box-sizing:border-box; padding: 0 14px; line-height: 1; margin-top: 10px; border: 1px #fff solid; transition: 0.3s; }
.user-nav a:first-child{}
.user-nav a:before{display: block; margin-right: 10px;  }
.user-nav a:nth-child(1)::before{content: "\e696";}
.user-nav a:nth-child(2)::before{content: "\e614";}
.user-nav a:nth-child(3)::before{content: "\e66c";}
.user-nav a:nth-child(4)::before{content: "\e630";}
.user-nav a:nth-child(5)::before{content: "\eb8d";}
.user-nav a.on{background: #fff; color: #288dff;}
.user-nav a:hover{background: #fff; color: #288dff;}

.user-banquan{box-sizing: border-box; padding: 0 30px; text-align: justify;  color: #fff; font-size: 12px;}

.user-quick{width: 120px; box-sizing: border-box; background: #fff; position: absolute; right: 0; top: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1); padding: 10px 20px; border-radius:6px; display: none;}
.user-quick.active{display: block;}
.user-quick a{display: flex; align-items: center; justify-content: center; font-size: 14px; color: #999; height: 30px; transition: 0.3s;}
.user-quick a::before{display: block; margin-right: 8px;}
.user-quick a:nth-child(1)::before{content: "\e650";}
.user-quick a:nth-child(2)::before{content: "\e61b";}
.user-quick a:nth-child(3)::before{content: "\e610";}
.user-quick a:hover{color: #288dff;}

.user-right{width:calc(100% - 240px); height: calc(100% - 70px); position: fixed; right: 0; top: 70px; background: #f5f5f5; overflow-y: auto; z-index: 1; box-sizing: border-box; padding: 30px;}
.user-add{display: flex; align-items: center; justify-content: space-between;}
.add-left{display: flex;align-items: center;}
.add{color: #666; font-size: 18px; line-height: 18px;}
.user-home-row{display: flex; justify-content: space-between; margin-top: 30px;}
.user-count{background: #288dff; width: calc(50% - 15px); box-sizing: border-box;padding: 30px;color: #fff; display: flex;align-items: center; justify-content: space-between; }
.user-count span h1{font-size: 14px;  }
.user-count span h2{ margin-top: 10px; font-size: 18px; font-weight: bold; }
.user-count span a{display: block; width: 100px; height: 32px; line-height: 32px; text-align: center; border: 1px #fff solid; color: #fff; border-radius: 4px; font-size: 14px; margin-top: 20px; transition: 0.3s;}
.user-count span a:hover{background: #fff; color: #288dff;}
.user-count::after{display: block; width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 50%; background: rgba(255,255,255,.3);  font-size: 24px;}
.user-count:nth-child(1)::after{content: "\e614";}
.user-count:nth-child(2)::after{content: "\e650";}
.user-count:nth-child(1){background: #33cabb;}
.user-count:nth-child(2){background: #926dde;}
.user-count:nth-child(1) a:hover{color: #33cabb;}
.user-count:nth-child(2) a:hover{color: #926dde;}

.user-row-box{background: #fff; box-sizing: border-box; margin-top: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1); }
.home-new-title{ border-bottom: 1px #eee solid; padding: 15px 30px;  display: flex; align-items: center; justify-content: space-between;}
.home-new-title h1{font-size: 20px; color: #666; font-weight: bold;}
.home-new-title a{ color: #666; transition: 0.3s;}
.home-new-title a:hover{color: #E30001;}

.user-nav-btn{width: 26px; height: 40px;  cursor: pointer; margin-right: 8px; display: none;}
.user-nav-btn i{display: block; width: 26px; height: 3px; background: #999; margin-top: 4px; transition: 0.3s;}
.user-nav-btn i:first-child{margin-top: 0;}

.login-foot{margin-top: 30px;font-size: 12px; color: #fff; text-align: center;}
.gender{width: calc(100% - 80px); height: 100%; display: flex; align-items: center; font-size: 14px;}

.gender span{display: flex;align-items: center; margin-right: 10px;}
.gender b{display: block; width: 14px; height: 14px; border-radius: 50%; border: 1px #ddd solid; margin-right: 5px; box-sizing: border-box;color: #fff; line-height: 14px; text-align: center; font-size: 12px;}
.gender b.active{border:1px #288dff solid; background: #288dff;}
.gender b:before{content: "\e70d";}
.gender b input{opacity: 0; width: 0; height: 0;}
.gender label{color: #666;}

.gender b.active:before{content: "\e70d";}

.form-box{box-sizing: border-box; padding: 30px;}

.form-title{border-bottom: 1px #eee solid; padding-bottom: 20px; font-weight: bold; font-size: 15px;}
.inputs{padding: 20px 0;}
.input-row{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;  margin-top: 12px; }
.input-row:first-child{margin-top: 0;}
.input-title{color: #666; width: 80px;}
.input-title i{color: #E30001;}

.input-infos{ width: calc(100% - 80px); height: 42px; display: flex;align-items: center;}


.input-infos input[type=text]{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}
.input-infos input::placeholder{color: #aaa;}


.lingyu-select{
	width: 200px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}
.lingyu-select::after{
	content: "\eb87";
	display: block;
	font-size: 12px;
	top: 50%;
	transform: translateY(-50%);
	right:0;
	position: absolute;
	color: #999;
}
.lingyu-select p{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
}
.lingyu-select ul{
	width: 200px;
	display: block;
	font-size: 14px;
	background: #FFFFFF;
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 6px;
	z-index: 9999;
}
.lingyu-select ul li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	list-style: none;
	color: #000;
}
.lingyu-select ul li.Selected{
	background: #288dff;
	color: #FFFFFF;
}
.lingyu-select ul li:hover{
	background: #D0D0D0;
}

.lingyu-select.open ul{
	max-height: 192px;
	display: block;
	overflow-y: auto;
}

.input-title-row{color: #666; width: 100%; }
.input-title-row h1{display: flex;align-items: center; width: 100%;}
.input-title-row h1 i{color: #E30001;}
.input-title-row h2{color: #999; font-weight: normal; font-size: 12px; display: block; margin-top: 10px;}

.xm-tx{ margin-top: 10px; width: 50%;}
.xm-tx textarea{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px #ddd solid;
	border-radius: 6px;
	padding: 10px;
}

.input-btn{margin-top: 10px;}
.input-btn input{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	padding: 0;
	margin: 0;
	background:#288DFF;
	border: none;
	display: block;
	width: 200px;
	height: 46px;
	box-sizing: border-box;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s;
}
.input-btn input:hover{background: #499fff;}

.btn-fabu{width: 120px; height: 36px; background: #288DFF; border-radius: 4px; text-align: center; line-height: 36px; color: #fff; font-size: 16px; display: block; transition: 0.3s;}
.btn-fabu:hover{background: #499fff;}

.sift{display: flex; align-items: center; flex-wrap: wrap;}
.sift-l{display: flex; align-items: center; justify-content: space-between;}
.sift-l h1{color: #999;}
.sift-r{display: flex; align-items: center; margin-left: 20px;}
.sift-r input[type=text]{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: block;
	border: 1px #ddd solid;
	background: #fff;
	width: 200px;
	height: 36px;
	box-sizing: border-box;
	padding: 0 10px;
}
.sift-r input[type=submit]{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: block;
	background: #288DFF;
	width: 80px;
	height: 36px;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
	margin-left: 10px;
}
.sift-r input[type=submit]:hover{background: #499FFF;}
.sift-select{
	width: 160px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	
}
.sift-select::after{
	content: "\eb87";
	display: block;
	font-size: 12px;
	top: 50%;
	transform: translateY(-50%);
	right:10px;
	position: absolute;
	color: #999;
}
.sift-select p{
	width: 100%;
	height: 100%;
	font-size: 14px;
	border: 1px #ddd solid;
	color: #666;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 10px;
	background: #fff;
}
.sift-select ul{
	width: 100%;
	display: block;
	font-size: 14px;
	background: #FFFFFF;
	position: absolute;
	top: 35px;
	left: 0px;
	display: none;
	overflow: hidden;
	border: 1px #ddd solid;
	box-sizing: border-box;
	z-index: 9999;
}
.sift-select ul li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	list-style: none;
	color: #000;
}
.sift-select ul li.Selected{
	background: #288dff;
	color: #FFFFFF;
}
.sift-select ul li:hover{
	background: #D0D0D0;
}

.sift-select.open ul{
	max-height: 192px;
	display: block;
	overflow-y: auto;
}

.my-item{margin-top: 20px; box-sizing: border-box; border: 1px #ddd solid; border-radius: 6px; background: #fff;}
.item-row1{box-sizing: border-box; padding: 15px 20px; display: flex; justify-content: space-between;align-items: center; border-bottom: 1px #ddd solid; background: #e9e9e9; flex-wrap: wrap;}
.item-row1 h2{color: #999;}
.item-row2{color: #999;box-sizing: border-box; padding: 0 20px; margin-top: 20px;}
.item-row3{padding: 0 20px;box-sizing: border-box; margin-top: 20px; color: #666; text-align: justify; line-height: 1.6;}
.item-row4{display: flex; box-sizing: border-box;padding: 0 20px; margin-top: 10px;}
.item-row4 img{display: block; width: 60px;height: 60px; margin-top: 10px; margin-right: 10px;}
.item-row5{display: flex;align-items: center;box-sizing: border-box;padding: 0 20px; border-top: 1px #ddd solid; margin-top: 20px; height: 80px;}
.item-row5 span{display: flex; }
.item-row5 a{display: block; width: 60px; height: 36px; line-height: 36px; text-align: center; border-radius: 4px; transition: 0.5s;}
.item-row5 a.btn-edit{background: #288DFF; color: #fff;}
.item-row5 a.btn-edit:hover{background: #499FFF;}

.item-row5 a.btn-del{background: #aaa; color: #fff; margin-left: 10px;}
.item-row5 a.btn-del:hover{background: #bebebe;}

.user-row-box-nb{ box-sizing: border-box; margin-top: 30px;  }

.set-nav{display: flex;}
.set-nav a{width: 50%; text-align: center;height: 50px; line-height: 50px; border-bottom: 1px #eee solid; transition: 0.3s; color: #666; font-size: 18px;}
.set-nav a:hover{color: #288DFF; border-bottom: 1px #288DFF solid;}
.set-nav a.on{color: #288DFF; border-bottom: 1px #288DFF solid;}

.set-form{width: 700px; margin: 0 auto; }
.input-infos-set{ width: calc(100% - 80px); height: 42px; display: flex;align-items: center;}


.input-infos-set input[type=text]{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: block;
	height: 100%;
	width:100%;
	box-sizing: border-box;
	border: 1px #ddd solid;
	border-radius: 6px;
	padding: 0 10px;
}
.input-infos-set input::placeholder{color: #aaa;}



.lingyu-select-set{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px #ddd solid;
	border-radius: 6px;
}
.lingyu-select-set::after{
	content: "\eb87";
	display: block;
	font-size: 12px;
	top: 50%;
	transform: translateY(-50%);
	right:10px;
	position: absolute;
	color: #999;
}
.lingyu-select-set p{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 10px;
}
.lingyu-select-set ul{
	width: 100%;
	display: block;
	font-size: 14px;
	background: #FFFFFF;
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 6px;
	z-index: 9999;
}
.lingyu-select-set ul li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	list-style: none;
	color: #000;
}
.lingyu-select-set ul li.Selected{
	background: #288dff;
	color: #FFFFFF;
}
.lingyu-select-set ul li:hover{
	background: #D0D0D0;
}

.lingyu-select-set.open ul{
	max-height: 192px;
	display: block;
	overflow-y: auto;
}

.xm-tx-set{ margin-top: 10px; width: 100%;}
.xm-tx-set textarea{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px #ddd solid;
	border-radius: 6px;
	padding: 10px;
}

.home-my{box-sizing: border-box; padding: 30px;}

.home-my-item{ box-sizing: border-box; }
.home-item-row1{box-sizing: border-box; padding: 15px 0; display: flex; justify-content: space-between;align-items: center; border-bottom: 1px #ddd solid;  flex-wrap: wrap;}
.home-item-row1 h2{color: #999;}
.home-item-row2{color: #999;box-sizing: border-box; margin-top: 20px;}
.home-item-row3{box-sizing: border-box; margin-top: 20px; color: #666; text-align: justify; line-height: 1.6;}
.home-item-row4{display: flex; box-sizing: border-box; margin-top: 10px;}
.home-item-row4 img{display: block; width: 60px;height: 60px; margin-top: 10px; margin-right: 10px;}
.zanwu{text-align: center;}
.zanwu a{display: inline-block;color: #288DFF; transition: 0.3s;}
.zanwu a:hover{color: #E30001;}

.my-xuqiu{margin-top: 20px; box-sizing: border-box; border: 1px #ddd solid; border-radius: 6px; padding: 20px;}
.my-fabu h1{color: #999; }
.my-fabu h2{color: #333; margin-top: 6px;text-align: justify;}
.huifude{background: #f2f2f2; box-sizing: border-box; padding: 10px; border-radius: 6px; margin-top: 10px;font-size: 13px; text-align: justify;}
.huifude h1{ color: #666; }
.huifude h1 i{ color: #288DFF;}
.huifude h2{color: #999; margin-top: 8px;}