.fythings-box1 {
	margin-top: 30px;
}

.fythings-box1 li {
	float: left;
	width: 25%;
	height: 72px;
	border: 1px solid #e7e7e7;
	line-height: 70px;
}

.fythings-box1 li:nth-of-type(1),.fythings-box1 li:nth-of-type(2),.fythings-box1 li:nth-of-type(3)
{
	border-right: none;
}

.fythings-box1 li a {
	display: block;
	height: 100%;
}

.fythings-box1 li i {
	float: left;
	width: 48px;
	height: 48px;
	background: url(/onething/v5plus/images/tyf14_07.png) no-repeat;
	margin-left: 76px;
	margin-top: 11px;
}

.fythings-box1 li span {
	float: left;
	line-height: 70px;
	margin-left: 24px;
}

.fythings-box1 li:hover {
	background-color: #006eab;
}

.fythings-box1 li:hover span {
	color: #fff;
}

.fythings-box1 li .i1 {
	background-position: -12px -8px;
}

.fythings-box1 li:hover .i1 {
	background-position: -12px -73px;
}

.fythings-box1 li .i2 {
	background-position: -86px -8px;
}

.fythings-box1 li:hover .i2 {
	background-position: -86px -73px;
}

.fythings-box1 li .i3 {
	background-position: -161px -8px;
}

.fythings-box1 li:hover .i3 {
	background-position: -161px -73px;
}

.fythings-box1 li .i4 {
	background-position: -234px -8px;
}

.fythings-box1 li:hover .i4 {
	background-position: -234px -73px;
}

.fythings-box2 {
	margin-top: 30px;
}

.fythings-box2 .fblw-li {
	float: left;
	width: 300px;
	overflow: hidden;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

.left11 {
	width: 300px;
	float: left;
	height: 380px;
	padding: 0 20px;
}

.right11 {
	width: 0;
	height: 380px;
	overflow: hidden;
	float: left;
	position: relative;
	transition: .2s;
	/* display: none; */
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

.fythings-box2 .fblw-li.active {
	width: 600px;
}

.fythings-box2 .fblw-li.active .right11 { /* display: block; */
	width: 300px;
}

.fythings-box2 .fblw-li:nth-of-type(1) .left11 {
	background: #9fcde7 url(/onething/v5plus/images/hof8_03.png) no-repeat left bottom;
}

.fythings-box2 .fblw-li:nth-of-type(1) .right11 {
	background: #a7d2eb;
}

.fythings-box2 .fblw-li:nth-of-type(2) .left11 {
	background: #a2c05e url(/onething/v5plus/images/hof9_03.png) no-repeat left bottom;
}

.fythings-box2 .fblw-li:nth-of-type(2) .right11 {
	background: #adca6c;
}

.fythings-box2 .fblw-li:nth-of-type(3) .left11 {
	background: #4a7d81 url(/onething/v5plus/images/hof11_03.png) no-repeat left bottom;
}

.fythings-box2 .fblw-li:nth-of-type(3) .right11 {
	background: #5a8b8f;
}

.fblw-h2 {
	padding-left: 24px;
	position: relative;
	height: 44px;
	line-height: 44px;
	position: relative;
	margin-top: 35px;
}

.fblw-h2 img {
	position: absolute;
	left: 172px;
	top: -1px;
}

.fblw-h2:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	background: #10568a;
	transform: rotate(45deg);
	left: 0;
	top: 50%;
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.fblw-h2 span {
	display: block;
	border-bottom: 1px solid #74aece;
	font-size: 20px;
	font-weight: bold;
	color: #10568a;
}

.ul2-fb {
	padding-top: 20px;
}

.ul2-fb li {
	margin-top: 2px;
	font-size: 14px;
	color: #095681;
}

.ul2-fb li em {
	font-size: 24px;
	font-weight: bold;
}

.ul2-fb li i {
	font-size: 15px;
	color: #619bbc;
	margin-right: 8px;
}

.fblw-h3 {
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #095681;
	margin-top: 60px;
}

.fblw-ul-1 {
	margin: 0 20px;
	padding-top: 15px;
}

.fblw-ul-1 ul {
	position: relative;
}

.fblw-ul-1 ul:before {
	content: "";
	width: 2px;
	height: 95%;
	position: absolute;
	left: 5px;
	top: 4px;
	background: #639dbe;
}

.fblw-ul-1 li {
	padding-left: 24px;
	position: relative;
	margin: 6px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #095681;
}

.fblw-ul-1 li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #006eab;
	border: 2px solid #b7ddf3;
	left: 0;
	top: 50%;
	margin-top: -6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.handing {
	width: 120px;
	height: 36px;
	background: #006eab;
	text-align: center;
	line-height: 36px;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -60px;
}

.handing:hover {
	filter: brightness(1.1);
	-webkit-filter: brightness(1.1);
}

.fythings-box2 .fblw-li:nth-of-type(2) .fblw-h2 span {
	border-bottom-color: #90b048;
	color: #3a4e0c;
}

.fythings-box2 .fblw-li:nth-of-type(2) .fblw-h2:before {
	background: #3a4e0c;
}

.fythings-box2 .fblw-li:nth-of-type(2) .ul2-fb li {
	color: #384c02;
}

.fythings-box2 .fblw-li:nth-of-type(2) .ul2-fb li i {
	color: #c5de8b;
}

.fythings-box2 .fblw-li:nth-of-type(2) .fblw-h3 {
	color: #3a4e0c;
}

.fythings-box2 .fblw-li:nth-of-type(2) .fblw-ul-1 li {
	color: #3a4e0c;
}

.fythings-box2 .fblw-li:nth-of-type(2) .fblw-ul-1 li:before {
	background: #8cac45;
	border-color: #bed886;
}

.fythings-box2 .fblw-li:nth-of-type(2) .fblw-ul-1 ul:before {
	background: #8cac45;
	height: 93%;
}

.fythings-box2 .fblw-li:nth-of-type(2) .handing {
	background: #3a4e0c;
}

.fythings-box2 .fblw-li:nth-of-type(3) .fblw-h2 span {
	border-bottom-color: #749da0;
	color: #bde5e8;
}

.fythings-box2 .fblw-li:nth-of-type(3) .fblw-h2:before {
	background: #bde5e8;
}

.fythings-box2 .fblw-li:nth-of-type(3) .ul2-fb li {
	color: #97c4c8;
}

.fythings-box2 .fblw-li:nth-of-type(3) .ul2-fb li i {
	color: #78a6aa;
}

.fythings-box2 .fblw-li:nth-of-type(3) .fblw-h3 {
	color: #bde5e8;
}

.fythings-box2 .fblw-li:nth-of-type(3) .fblw-ul-1 li {
	color: #bde5e8;
}

.fythings-box2 .fblw-li:nth-of-type(3) .fblw-ul-1 li:before {
	background: #a0bec0;
	border-color: #b4cfd1;
}

.fythings-box2 .fblw-li:nth-of-type(3) .fblw-ul-1 ul:before {
	background: #a0bec0;
	height: 83%;
}

.fythings-box2 .fblw-li:nth-of-type(3) .handing {
	background: #90b5b8;
}

.fythings-bg {
	margin-top: 30px;
	padding: 30px 0;
	background: #f8f8f8;
}

.fythings-box3 {
	background: #fff;
	padding: 30px 20px;
}

.cycle-tab a {
	float: left;
	width: 50%;
	line-height: 80px;
	background: #f8f8f8;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.cycle-tab .active {
	background: #fff;
	color: #006eab;
}

.cycle-content {
	margin-top: 30px;
}

.perfy-box ul {
	padding-top: 10px;
}

.perfy-box ul li {
	margin-top: 20px;
	padding: 20px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	overflow: hidden;
	position: relative;
}

.perfy-box ul li .text-l1 {
	float: left;
	width: 80%;
}

.perfy-box ul li .text-r1 {
	position: absolute;
	width: 94px;
	height: 32px;
	border: 1px solid #006eab;
	text-align: center;
	line-height: 30px;
	right: 20px;
	top: 50%;
	margin-top: -16px;
}

.perfy-box ul li .text-r1 a {
	color: #006eab;
}

.perfy-box ul li:hover {
	border: 1px solid #006eab;
}

.perfy-box ul li:hover a,.perfy-box ul li .text-r1:hover a {
	display: block;
	background: #006eab;
	color: #fff;
}

.text-l1 h1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow: hidden;
}

.text-l1 h1 a {
	font-size: 20px;
	font-weight: bold;
	float: left;
}

.text-l1 h1 span {
	float: left;
	width: 76px;
	height: 24px;
	background: #fff0f0;
	margin-left: 5px;
	color: #d01515;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	position: relative;
}

.text-l1 h1 span:before {
	content: "";
	border: 5px solid transparent;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -4px;
	border-right-color: #fff0f0;
}

.text-l1 h2 {
	font-size: 14px;
	color: #666;
	margin-top: 9px;
	display: none;
}

.text-l1 h2 a {
	color: #006eab;
}

.text-l1 p {
	margin-top: 9px;
	font-size: 14px;
	line-height: 24px;
}

.text-l1 p span {
	margin-right: 62px;
	color: #666;
}

.text-l1 p span i {
	font-weight: bold;
}

.text-l1 p span:nth-of-type(1) i,.text-l1 p span:nth-of-type(2) i {
	color: #333;
}

.do-aside {
	position: fixed;
	top: 50%;
	right: 30px;
}

.do-asi2 {
	margin-top: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

/* 鎴戣寮�キ搴�*/
.kd-title {
	margin: 25px 0;
	font-size: 30px;
	font-weight: bold;
}

.sjqx-content {
	margin-top: 26px;
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(102, 102, 102, .15);
}

.sjqx-t1 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 28px;
}

.sjqx-lists .sjli1 {
	padding: 18px 0;
	border-bottom: 1px solid #f5f5f5;
}

.sjli1 h1 {
	padding-left: 24px;
	position: relative;
}

.sjli11 h1:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #999999;
	left: 5px;
	top: 8px;
	position: absolute;
}

.sjli1 h1 span {
	color: #ff0000;
	margin-left: 12px;
}

.sjxz-m {
	padding: 0 24px;
}

.sjxz-m span {
	display: inline-block;
	position: relative;
	width: 130px;
	height: 30px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	text-align: center;
	line-height: 28px;
	margin: 14px 10px 0;
	cursor: pointer;
}

.sjxz-m span.oks1 {
	border-color: #006eab;
	color: #006eab;
}

.sjxz-m span.oks1:before {
	position: absolute;
	content: "";
	width: 28px;
	height: 26px;
	background: url(/onething/v5plus/images/ssf3_03.png) no-repeat;
	right: 0;
	bottom: 0;
}

.kdbox {
	margin-bottom: 30px;
}

.cli-step {
	margin-top: 20px;
	text-align: center;
}

.cli-step a {
	display: inline-block;
	width: 170px;
	height: 50px;
	border: 1px solid #dadada;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	text-align: center;
	line-height: 48px;
	margin: 0 8px;
	font-size: 20px;
}

.cli-step .go-on {
	background: #006eab;
	border-color: #006eab;
	color: #fff;
}

.cli-step a:hover {
	background: #006eab;
	border-color: #006eab;
	color: #fff;
}

.sjxz-m p {
	margin-top: 14px;
	margin-left: 13px;
}

.sjxz-m p input {
	border: none;
	border-bottom: 1px solid #afafaf;
	width: 150px;
}

/* 鎴戣寮�キ搴� */
.kdf-table {
	margin-top: 34px;
	margin-bottom: 40px;
}

.kdf-table table {
	width: 100%;
}

.kdf-table thead {
	background: #f8f8f8;
}

.kdf-table thead th {
	border: 1px solid #f1f0f0;
	padding: 18px 0;
}

.kdf-table tbody td {
	border: 1px solid #f1f0f0;
	padding: 18px 0;
	text-align: center;
	font-size: 14px;
}

.kdf-table tbody td:nth-of-type(2) {
	text-align: left;
	padding: 18px 20px;
}

.kdf-table tbody td a {
	line-height: 24px;
}

.tj-statu .on {
	color: #0e870e;
}

.sty {
	display: inline-block;
	width: 78px;
	height: 30px;
	border: 1px solid #006eab;
	text-align: center;
	line-height: 28px;
	color: #006eab;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	margin: 0 2px;
	cursor: pointer;
}

.sty:hover {
	background: #006eab;
	color: #fff;
}

.yl-sty {
	display: inline-block;
	width: 78px;
	height: 30px;
	border: 1px solid #0e870e;
	text-align: center;
	line-height: 28px;
	color: #0e870e;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	cursor: pointer;
}

.yl-sty:hover {
	background: #0e870e;
	color: #fff;
}

.no-a {
	color: #afafaf;
}

.kdf-table tbody .tron .sty {
	border: 1px solid #0e870e;
	color: #0e870e;
}

.kdf-table tbody .tron .sty:hover {
	background: #0e870e;
	color: #fff;
}

.kdf-table tbody .tron a {
	color: #afafaf;
}

.kdf-table tbody .tron .tj-statu span {
	color: #0e870e;
}

.kdf-table tbody .tron td:nth-of-type(1) {
	color: #afafaf;
}

.kdf-table tbody .tron .ty1 {
	display: inline-block;
	width: 18px;
	height: 13px;
	background: url(/onething/v5plus/images/ssf11_03.png) no-repeat;
}

.tj-statu span {
	position: relative;
}

.tj-statu span i {
	position: absolute;
	width: 42px;
	height: 23px;
	background: url(/onething/v5plus/images/ssf10_03.png) no-repeat;
	right: -44px;
	top: -15px;
}

.kd-title a {
	width: 126px;
	height: 36px;
	background: url(/onething/v5plus/images/ssf4_03.jpg) no-repeat;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 6px;
}

/* 纭淇℃伅 */
.info-list {
	margin-top: 34px;
}

.fo-title {
	font-weight: bold;
	font-size: 18px;
}

.info-l1 {
	margin-top: 20px;
}

.wktd-row {
	margin-top: 20px;
}

.info-l1-boss .wktd-row:nth-of-type(1) {
	margin-top: 0;
}

.wktd-l {
	float: left;
	border: 1px solid #ededed;
	padding: 15px;
	width: 162px;
	background: #fbfbfb;
}

.wktd-l p {
	line-height: 24px;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}

.wktd-r {
	float: left;
	border: 1px solid #ededed;
	padding: 15px;
	width: calc(100% -   162px);
	border-left: none;
}

.boss-type label {
	margin: 0 40px;
	cursor: pointer;
}

.boss-type label input {
	margin-right: 8px;
}

.putc1 {
	border: none;
	border-bottom: 1px solid #999999;
	width: 120px;
	margin-right: 5px;
}

.money1 label input {
	margin-right: 8px;
}

.label-m1 {
	margin-left: 130px;
}

.put2 {
	margin-right: 8px;
}

.tea1 {
	width: 100%;
	height: 99px;
	border: none;
	resize: none
}

.bgtc {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 19;
	background: rgba(0, 0, 0, .6);
	display: none;
}

.eject {
	position: absolute;
	/* height: 762px; */
	width: 540px;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	z-index: 20;
	box-shadow: 0 0 10px rgba(0, 0, 0, .34);
	display: none;
}

.ejh1 {
	line-height: 58px;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	padding: 0 20px;
}

.ejh1 span {
	float: left;
	font-weight: bold;
	font-size: 18px;
}

.ejh1 em {
	float: right;
	width: 17px;
	height: 16px;
	background: url(/onething/v5plus/images/ssfy8_03.png) no-repeat;
	cursor: pointer;
	margin-top: 19px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

.eject-img {
	text-align: center;
	padding: 40px 56px;
}

.ejh1 em:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

/* wgb-container */
.ww-banner {
	height: 220px;
	background: url(/onething/v5plus/images/fbgg1_02.jpg) no-repeat center top;
}

.wgb-container ul {
	margin: 0 -14px 200px;
}

.wgb-container ul li {
	float: left;
	width: 25%;
	padding: 0 14px;
	margin-top: 30px;
}

.wgb-container ul li a {
	display: block;
	position: relative;
}

.wgb-container ul li img {
	width: 100%;
	height: 198px;
	display: block;
}

.wgb-container ul li span {
	position: absolute;
	text-align: center;
	font-weight: bold;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 48px;
	color: #fff;
	font-weight: bold;
	background: rgba(0, 0, 0, .15);
	font-size: 20px;
}

.wgb-container ul li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .42);
}

.sjli11 .sjxz-m span {
	width: 195px;
}

.sjli11 .sjxz-m span:nth-of-type(5n) {
	margin-right: 0;
}

#crbook {
	width: 700px;
}

.book11 {
	padding: 20px 30px;
	color: #000;
}

.book11 p {
	line-height: 30px;
}

.book11 li {
	margin-top: 15px;
}

.book11 li span {
	float: left;
	width: 20px;
	height: 20px;
	position: relative;
	text-align: center;
	line-height: 20px;
	color: #fff;
	margin-top: 5px;
}

.book11 li span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #006eab;
	content: "";
	left: 0;
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	z-index: -1;
}

.book11 li em {
	float: left;
	line-height: 30px;
	width: calc(100% -   20px);
	padding-left: 20px;
}

.book12 {
	border-top: 1px solid #ececec;
	padding: 17px 34px 24px;
}

.book12 p {
	margin-top: 28px;
	text-align: center;
}

.book12 p a {
	display: inline-block;
	width: 170px;
	height: 50px;
	border: 1px solid #dadada;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	text-align: center;
	line-height: 48px;
	margin: 0 8px;
	font-size: 20px;
	background: #006eab;
	border-color: #006eab;
	color: #fff;
	cursor: pointer;
}

.sure-box {
	margin: 30px 0 100px;
}

.sure-box table {
	width: 100%;
	margin-bottom: 30px;
}

.sure-box table th {
	font-weight: normal;
	text-align: left;
	text-indent: 24px;
	border: 1px solid #ededed;
	padding: 14px 24px;
}

.sure-box table td {
	border: 1px solid #ededed;
	padding: 14px 16px;
	background: #fbfbfb;
}

.tjsucc {
	text-align: center;
	padding: 120px 0;
}

.succ-img span {
	font-weight: bold;
	display: block;
	color: #68c000;
	margin-top: 20px;
	font-size: 18px;
}

.tjsucc .tjp1 {
	margin-top: 24px;
}

.tjp1 p {
	margin-top: 8px;
}

.tjp1 p i {
	color: #006eab;
	font-size: 14px;
	margin-left: 4px;
	cursor: pointer;
}

.tjsucc .tjp2 {
	margin-top: 60px;
}

.tjsucc .tjp2 a {
	display: inline-block;
	width: 170px;
	height: 50px;
	border: 1px solid #dadada;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	text-align: center;
	line-height: 48px;
	margin: 0 8px;
	font-size: 20px;
	background: #006eab;
	border-color: #006eab;
	color: #fff;
	cursor: pointer;
}

.hottj-t11 {
	line-height: 30px;
	text-align: center;
	background: url(/onething/v5plus/images/bgcc1_03.jpg) repeat-x left center;
	margin-bottom: 24px;
}

.hottj-t11 span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	padding: 0 14px;
	background: #fff;
}

.tdoc-box {
	margin-top: 35px;
}

.tdt1-t1 h2 {
	float: left;
}

.tdt1-t1 h2 a {
	float: left;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 4px solid transparent;
	margin-right: 60px;
}

.tdt1-t1 h2 a.active {
	color: #006eab;
	border-bottom-color: #006eab;
}

.tdtab1-con {
	margin-top: 26px;
}

.tdtab1-con ul {
	margin: 0 -13px;
}

.tdtab1-con li {
	float: left;
	width: 25%;
	padding: 0 13px;
}

.tdtab1-con li a {
	display: block;
	height: 190px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	text-align: center;
	padding-top: 33px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

.tdtab1-con li span {
	display: block;
	margin-top: 10px;
}

.tdtab1-con li a:hover {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
}

.tdtab1-con li a:hover span {
	color: #006eab;
}

.fythings-box3 .tdt1-t1 h2 a {
	font-size: 24px;
}

.zhouq-sou {
	float: right;
}

.zhouq-sou .search2020 {
	width: 260px;
	margin-top: 1px;
}

.zhouq-sou .search2020 .btn12020 {
	background: url(/onething/v5plus/images/2020_hn_portal_search.png) no-repeat center;
}

.zhouq-sou .search2020 .input12020 {
	border: 1px solid #e8e8e8;
}

.zhq-slider a {
	display: block;
	padding: 18px 10px;
	height: 116px;
	text-align: center;
	color: #666;
	position: relative;
}

.zhq-slider .slick-slide.active a {
	background: #fff;
}

/* .zhq-slider a.active{
    background: #fff;
} */
.zhq-slider a span {
	display: block;
	margin-bottom: 16px;
}

.zhq-slider a span i {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-right: 6px;
}

.zhq-slider a .em2 {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -24px;
	width: 1px;
	height: 48px;
	background: #e8e8e8;
	z-index: 1;
}

.zhq-slider .active .em2 {
	display: none;
}

.grzq-box ul {
	position: relative;
}

.grzq-box ul:before {
	width: 95%;
	left: 25px;
	height: 2px;
	background: #dadada;
	content: "";
	position: absolute;
	bottom: 10px;
}

.grzq-box li {
	float: left;
	margin-right: 49px;
	width: calc(( 100% -   370px)/11 );
	position: relative;
	height: 114px;
	cursor: pointer;
}

.grzq-box li:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(/onething/v5plus/images/bans10_03.png) no-repeat;
	left: 50%;
	margin-left: -12px;
	bottom: 0;
}

.grzq-box li.on:before {
	background-position: -28px 0;
}

.grzq-box li:last-child {
	margin-right: 0;
}

.grzq-box li a {
	display: block;
	width: 100%;
	height: 80px;
	border-radius: 6px;
	background: #f8f8f8;
	text-align: center;
	overflow: hidden;
}

.grzq-box li a i {
	display: block;
	background: url(/onething/v5plus/images/bans22_03.png) no-repeat;
	width: 50px;
	height: 42px;
	margin: 6px auto 2px;
}

.grzq-box li.on a {
	background: #006eab;
}

.grzq-box li.on a span {
	color: #fff;
	font-weight: bold;
}

.grzq-box li a .i1 {
	background-position: 0 0;
}

.grzq-box li.lic a .i0 {
	background: url(/onething/v5plus/images/cs.png) no-repeat;
}

.grzq-box li.lic a .i1 {
	background-position: 0 -42px;
}

.grzq-box li.on a .i1 {
	background-position: 0 -84px;
}

.grzq-box li a .i2 {
	background-position: -46px 0;
}

.grzq-box li.lic a .i2 {
	background-position: -46px -42px;
}

.grzq-box li.on a .i2 {
	background-position: -46px -84px;
}

.grzq-box li a .i3 {
	background-position: -92px 0;
}

.grzq-box li.lic a .i3 {
	background-position: -92px -42px;
}

.grzq-box li.on a .i3 {
	background-position: -92px -84px;
}

.grzq-box li a .i4 {
	background-position: -138px 0;
}

.grzq-box li.lic a .i4 {
	background-position: -138px -42px;
}

.grzq-box li.on a .i4 {
	background-position: -138px -84px;
}

.grzq-box li a .i5 {
	background-position: -184px 0;
}

.grzq-box li.lic a .i5 {
	background-position: -184px -42px;
}

.grzq-box li.on a .i5 {
	background-position: -184px -84px;
}

.grzq-box li a .i6 {
	background-position: -230px 0;
}

.grzq-box li.lic a .i6 {
	background-position: -230px -42px;
}

.grzq-box li a .i7 {
	background-position: -276px 0;
}

.grzq-box li.lic a .i7 {
	background-position: -276px -42px;
}

.grzq-box li.on a .i7 {
	background-position: -276px -84px;
}

.grzq-box li a .i8 {
	background-position: -320px 0;
}

.grzq-box li.lic a .i8 {
	background-position: -320px -42px;
}

.grzq-box li.on a .i8 {
	background-position: -320px -84px;
}

.grzq-box li a .i9 {
	background-position: -366px 0;
}

.grzq-box li.lic a .i9 {
	background-position: -366px -42px;
}

.grzq-box li.on a .i9 {
	background-position: -366px -84px;
}

.grzq-box li a .i10 {
	background-position: -412px 0;
}

.grzq-box li.lic a .i10 {
	background-position: -412px -42px;
}

.grzq-box li.on a .i10 {
	background-position: -412px -84px;
}

.grzq-box li a .i11 {
	background-position: -458px 0;
}

.grzq-box li.lic a .i11 {
	background-position: -458px -42px;
}

.grzq-box li.on a .i11 {
	background-position: -458px -84px;
}

.grzq-box2 ul {
	position: relative;
}

.grzq-box2 ul:before {
	width: 92%;
	left: 44px;
	height: 2px;
	background: #dadada;
	content: "";
	position: absolute;
	bottom: 10px;
}

.grzq-box2 li {
	float: left;
	margin-right: 77px;
	width: calc(( 100% -   462px)/7 );
	position: relative;
	height: 114px;
	cursor: pointer;
}

.grzq-box2 li:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(/onething/v5plus/images/bans10_03.png) no-repeat;
	left: 50%;
	margin-left: -12px;
	bottom: 0;
}

.grzq-box2 li.on:before {
	background-position: -28px 0;
}

.grzq-box2 li:last-child {
	margin-right: 0;
}

.grzq-box2 li a {
	display: block;
	width: 100%;
	height: 80px;
	border-radius: 6px;
	background: #f8f8f8;
	text-align: center;
	overflow: hidden;
}

.grzq-box2 li a i {
	display: block;
	background: url(/onething/v5plus/images/bans30_06.png) no-repeat;
	width: 46px;
	height: 42px;
	margin: 6px auto 2px;
}

.grzq-box2 li.on a {
	background: #006eab;
}

.grzq-box2 li.on a span {
	color: #fff;
	font-weight: bold;
}

.grzq-box2 li a .i1 {
	background-position: 0 0;
}

.grzq-box2 li.lic a .i1 {
	background-position: 0 -42px;
}

.grzq-box2 li.on a .i1 {
	background-position: 0 -84px;
}

.grzq-box2 li a .i2 {
	background-position: -46px 0;
}

.grzq-box2 li.lic a .i2 {
	background-position: -46px -42px;
}

.grzq-box2 li.on a .i2 {
	background-position: -46px -84px;
}

.grzq-box2 li a .i3 {
	background-position: -92px 0;
}

.grzq-box2 li.lic a .i3 {
	background-position: -92px -42px;
}

.grzq-box2 li.on a .i3 {
	background-position: -92px -84px;
}

.grzq-box2 li a .i4 {
	background-position: -138px 0;
}

.grzq-box2 li.lic a .i4 {
	background-position: -138px -42px;
}

.grzq-box2 li.on a .i4 {
	background-position: -138px -84px;
}

.grzq-box2 li a .i5 {
	background-position: -184px 0;
}

.grzq-box2 li.lic a .i5 {
	background-position: -184px -42px;
}

.grzq-box2 li.on a .i5 {
	background-position: -184px -84px;
}

.grzq-box2 li a .i6 {
	background-position: -230px -42px;
}

.grzq-box2 li.on a .i6 {
	background-position: -230px -84px;
}

.grzq-box li.lic a .i6 {
	background-position: -226px -42px;
}

.grzq-box2 li a .i7 {
	background-position: -276px 0;
}

.grzq-box2 li.lic a .i7 {
	background-position: -276px -42px;
}

.grzq-box2 li.on a .i7 {
	background-position: -276px -84px;
}

.grzq-box li.on a .i6 {
	background-position: -226px -84px;
}

.zhq-slider .slick-prev,.zhq-slider .slick-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .07);
	margin-top: -35px;
}

.zhq-slider .slick-prev {
	left: -70px;
}

.zhq-slider .slick-next {
	right: -70px;
}

.zhq-slider .slick-prev:before,.zhq-slider .slick-next:before {
	width: 14px;
	height: 28px;
	background: url(/onething/v5plus/images/bans3_03.png) no-repeat;
	opacity: 1;
	color: transparent;
	font-size: 0;
	display: inline-block;
}

.zhq-slider .slick-prev:before {
	background-position: 0 -36px;
}

.zhq-slider .slick-next:before {
	background-position: -37px -36px;
}

.zhq-slider .slick-prev.slick-disabled:before {
	background-position: 0 0;
	opacity: 1;
}

.zhq-slider .slick-next.slick-disabled:before {
	background-position: -37px 0;
	opacity: 1;
}

/* 9/22 */
.area-box {
	width: 1000px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	/* margin-left: -500px; */
	/* top: 480px; */
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 20px;
	z-index: 22;
	top: 0;
	display: none;
}

.area-box22 {
	width: 600px;
	margin-left: -300px;
}

.area-close {
	width: 17px;
	height: 16px;
	background: url(/onething/v5plus/images/ssfy8_03.png) no-repeat;
	cursor: pointer;
	transition: .2s;
	position: absolute;
	top: 20px;
	right: 20px;
}

.area-close:hover {
	transform: rotate(180deg);
}

.tc-close {
	width: 17px;
	height: 16px;
	background: url(/onething/v5plus/images/ssfy8_03.png) no-repeat;
	cursor: pointer;
	transition: .2s;
	position: absolute;
	top: 20px;
	right: 20px;
}

.tc-close:hover {
	transform: rotate(180deg);
}

.area-title {
	margin-top: 10px;
}

.area-title a {
	font-size: 18px;
	font-weight: bold;
}

.area-lists-1 {
	margin-top: 30px;
}

.area-l1 {
	border-bottom: 1px solid hsla(0, 0%, 86.7%, .87);
	margin-bottom: 10px;
	height: 26px;
	font-size: 14px;
}

.areaul-c1 {
	overflow: hidden;
}

.areaul-c1 li {
	float: left;
	width: 10%;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.area-box22 .areaul-c1 li {
	width: 20%;
}

.areaul-c1 li a {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	cursor: pointer;
}

.areaul-c1 li a:hover {
	background: #e8e8e8;
	color: #006eab;
	font-weight: bold;
}

.areaul-c1 li .nodo {
	color: #999;
	cursor: not-allowed;
}

.areaul-c1 li .nodo:hover {
	color: #999;
	background: none;
	font-weight: normal;
}

.area-lists-2 {
	margin-top: 20px;
}

.areaul-c2 {
	overflow: hidden;
}

.areaul-c2 li {
	float: left;
	margin-top: 10px;
	width: 25%;
	text-align: center;
}

.areaul-c2 li a {
	padding: 6px 12px;
	font-size: 14px;
	display: inline-block;
}

.areaul-c2 li a:hover {
	color: #006eab;
}

.areaul-c2 li .nodo {
	color: #999;
	cursor: not-allowed;
}

.areaul-c2 li .nodo:hover {
	color: #999;
}

.area-box2 {
	width: 600px;
	margin-left: -300px;
}

.right-aside {
	width: 71px;
	height: 109px;
	background: url(/onething/v5plus/images/bansf40_03.png) no-repeat;
	position: fixed;
	top: 484px;
	right: 40px;
}

.right-aside a {
	position: absolute;
	font-size: 12px;
	color: #d18882;
	display: block;
}

.right-aside .a1 {
	top: 62px;
	left: 11px;
}

.right-aside .a2 {
	top: 88px;
	left: 11px;
}

.twog-news {
	box-shadow: none;
}

.do-wel-1-fy .wel-1 {
	padding-top: 50px;
}

.mhwz-onething .left1 {
	height: 36px;
	background-color: rgba(254, 254, 254, 0.7);
	overflow: hidden;
}

.mhwz-onething .right1 {
	height: 36px;
	overflow: hidden;
	float: right;
	width: calc(88% -   10px);
	margin-left: 10px;
	background-color: rgba(254, 254, 254, 0.7);
}

.mhwz-onething .hotdetail li {
	line-height: 36px !important;
	padding: 0px 10px !important;
}

.mydodo .top-btn {
	width: 106px;
	font-weight: normal;
	background-position: 12px bottom;
	padding-left: 30px;
}

.mydodo .top-btn:hover {
	background-position: 12px bottom;
}

.hotdo {
	margin-top: 20px;
}

.search2020 .input12020:focus,.search2020 .input12020:hover {
	background: rgba(255, 255, 255, .5);
}

.search2020 .input12020 {
	font-size: 18px;
	border-radius: 8px;
	/* color: rgba(255, 255, 255, .86); */
	background: rgba(255, 255, 255, .5);
	border: 1px solid rgba(226, 226, 226, .0);
}

.do-wel-1-fy .search2020 .btn12020 {
	background: url(/onething/v5plus/css/images/fsoc1_03_white.png) no-repeat center;
}

.input12020::-webkit-input-placeholder {
	font-size: 18px;
	color: #999 !important;
}

.input12020::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: 18px;
	color: #999 !important;
}

.input12020:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size: 18px;
	color: #999 !important;
}

.input12020:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999 !important;
	font-size: 18px;
}

.do-wel-1-fy .wel-2 {
	margin-top: 30px;
}

.whatido {
	float: left;
	width: 120px;
	font-size: 16px;
	color: #a2a2a2;
}

.whatido .top-btn {
	color: #a2a2a2;
	padding-left: 30px;
	display: inline-block;
	width: 100%;
}

.whatido .top-btn em {
	color: #fff;
	padding: 0 3px;
	font-size: 24px;
}

.whatido ul li {
	position: relative;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 90%;
	font-size: 14px;
	padding: 4px 0;
}

.whatido ul li:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
	width: 7px;
	height: 7px;
	background: #a2a2a2;
	border-radius: 50%;
}

.whatido ul li a {
	display: block;
	width: 100%;
	padding-left: 25px;
	font-size: 14px;
	color: #a2a2a2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.whatido .ico-kan {
	background: url(/onething/v5plus/css/images/ban_icon_03.png) left center no-repeat;
}

.whatido .ico-do {
	background: url(/onething/v5plus/css/images/ban_icon_05.png) left center no-repeat;
}

.whatido .ico-cha {
	background: url(/onething/v5plus/css/images/ban_icon_07.png) left center no-repeat;
}

.whatido .ico-ban {
	background: url(/onething/v5plus/css/images/ban_icon_09.png) left center no-repeat;
}

.changeCity {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 14px;
	padding-right: 20px;
	color: #FFFFFF;
	cursor: pointer;
}

.changeCity:before {
	display: block;
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	width: 18px;
	height: 9px;
	background: url(/onething/v5plus/css/img/top_menu_on.png) center center no-repeat;
	transition: transform .3s ease;
	transform: translateY(-50%) rotate(180deg) scale(0.8);
}

.wel-1-btn .qhs0 {
	color: #fff;
	background: url(/onething/v5plus/css/images/local_03.png) 10px center no-repeat;
	height: 100%;
	padding-left: 40px;
	line-height: 36px;
}

.wel-1-btn .qhs1 {
	background: none;
	color: #fff;
	height: 100%;
	line-height: 36px;
	text-align: right;
}

.wel-1-btn .qhs1:hover {
	background: none;
	color: #fff;
}

.wel-1-btn .qhs1:before {
	content: "";
	border: 0;
}

.dqej-box {
	top: 56px;
}

.nav-t2s-1 a.on {
	background: url(/onething/v5plus/css/img/top_menu_on.png) center bottom no-repeat;
	color: #fff;
}

.search2020-1,.search2020-1 .btn12020,.search2020-1 .input12020 {
	height: 60px;
}

.search2020-1 .hot-list {
	top: 57px;
}

.choiceAll {
	margin: 40px 0 20px;
}

.choice {
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #F8F8F8;
}

.selectcon,.typeall {
	float: left;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	padding-right: 10px;
}

.selectcon li {
	float: left;
	font-size: 14px;
	cursor: pointer;
	color: #333333;
	letter-spacing: 1px;
	margin-right: 25px;
	position: relative;
}

.selectcon li.active::after {
	content: "";
	position: absolute;
	bottom: 5px;
	width: 50%;
	height: 2px;
	background-color: #000;
	left: 50%;
	transform: translateX(-50%);
}

.hot-tabs {
	margin-top: 35px;
}

.new-tit {
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
}

.new-tit em {
	font-weight: bold;
	color: #333;
	margin: 0 5px;
}

.hot-ccy .slist {
	width: 100%;
	margin: 0 auto;
}

.hot-ccy .slist .list_item {
	width: 100%;
	margin: 30px 0;
	font-size: 16px;
	cursor: pointer;
}

.hot-ccy .slist .list_item .title {
	font-size: 20px;
	color: #333333;
	margin-right: 10px;
	letter-spacing: 1px;
}

.listdetail {
	width: 100%;
	font-size: 14px;
	margin: 6px 0 10px 0;
	color: #666666;
	letter-spacing: 0.93px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.rightli {
	float: left;
	width: 295px;
	text-align: left;
	font-size: 13px;
	color: #006EAB;
	letter-spacing: 1px;
	line-height: 24px;
}

.leftli {
	float: right;
	width: 295px;
	text-align: left;
	font-size: 13px;
	color: #999999;
	letter-spacing: 1px;
	line-height: 24px;
}

.markred {
	color: #D32B2B !important;
}

.hot-tabs-right h2 {
	font-size: 20px;
	color: #333333;
	background: url(/onething/v5plus/css/images/icon_hot_h2.png) 105px center no-repeat;
}

.return-btn {
	text-align: right;
}

.return-btn a {
	padding-left: 25px;
	font-size: 14px;
	color: #979595;
}

.zjsc-box-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 99;
	display: none;
}

.tcdi-box {
	width: 34%;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(122, 122, 122, .45);
	position: fixed;
	left: 34%;
	top: 30%;
	/*     margin-left: -17%; */
	/*     margin-top: 10%; */
	background: #fff;
	z-index: 999999;
	display: none;
}

.tc-title {
	line-height: 48px;
	height: 48px;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 20px;
}

.tc-title1 { /* line-height: 48px; */
	height: 40px;
	padding: 0 3px;
	font-weight: bold;
	font-size: 14px;
	top-padding: 10px;
}

.tc-con {
	padding: 11px 40px 11px;
	border-bottom: 1px solid #d9d9d9;
}

.tc-con1 {
	padding: 11px 40px 11px;
	border-bottom: 1px solid #d9d9d9;
	height: 150px;
	padding-left: 80px;
	border-radius: 4px;
}

.tc-f1 {
	padding: 16px 0;
	text-align: center;
	font-size: 0;
}

.tc-f2 {
	padding: 16px 0;
	text-align: center;
	font-size: 0;
}

.tc-f1 .s1 {
	background: #2e5aa6;
	color: #fff;
}

.tc-f1 span {
	cursor: pointer;
	display: inline-block;
	width: 40%;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	margin: 0 5px;
	background: #e8f4ff;
	color: #2e5aa6;
}

.areaul-c2 li {
	height: 35px;
}

.areaul-c2 li a {
	width: 100%;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*.znyd_lf_box {*/
/*    margin-bottom: 20px;*/
/*}*/
.nav-t2s-1 a.on {
	background: url(/onething/v5plus/css/img/top_menu_on.png) center bottom no-repeat;
	color: #fff;
}

.gz_next {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 30px;
}

.gz_next a:first-child {
	border: 1px solid #d8d8d8;
	margin-right: 20px;
}

.gz_next a:last-child {
	border: 1px solid transparent;
	background: #74BEF6;
	color: #fff;
}

.gz_next a{
	display: inline-block;
	width: 180px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	color: #999;
	cursor:pointer;
	padding:0;
}
.gz_next .el-button{
	display: inline-block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	color: #999;
	cursor:pointer;
	padding:0 !important;
	background: #74BEF6 !important;
	border:none !important;
	color: #fff !important;
	cursor:pointer;
}
.gz_next .el-button.disabled{
	opacity: .3;
}
.gz_next span{
	cursor:pointer;
}
.gz_next button.red{
	background: #ec0000 !important;
}
.inputLength {
	border: 1px solid #D1D1D1;
	width: 140px;
	height: 40px;
	margin-right: 20px;
}

.inputLength:focus,.inputLength:hover {
	border: 0;
}

.wykfd_content {
	width: 1200px;
	margin: 0 auto 10px;
	padding: 20px;
	background-color: #fff;
	position:relative;
}

.ask_content {
	background: #FFF;
	padding: 10px;
}

.aks_answer {
	margin-left: 20px;
}

.aks_answer span {
	font-size: 16px !important;
	/*margin-right: 20px;*/
}

.aks_answer label {
	font-size: 16px;
	margin-right: 20px;
	cursor: pointer;
}

.aks_answer label input { /*margin-right: 8px;*/
	transform: scale(1.4);
}

.aks_name_span {
	font-size: 16px;
	color: #000;
	font-family: "microsoft yahei";
	font-weight: normal;
	letter-spacing: 0;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
}

.znyd_lf_title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 0 0 20px;
	border-bottom: 1px solid #D1D1D1;
}

.znyd_lf_con {
	margin-top: 20px;
}

.wykfd {
	background-color: #f8f8f8;
	padding: 20px 0;
}

.wykfd_top {
	position: relative;
	width: 1200px;
	margin: 0 auto 10px;
	padding: 20px;
	height: auto;
	background-color: #fff;
}
.wykfd_bottom{
	margin: 10px auto 0;
	width: 1200px;
	padding: 20px;
	padding-bottom:0;
	height: auto;
	background-color: #fff;
}
.materyy{
	position: relative;
	background: #f8f8f8;
	padding: 15px 20px;
	border-radius: 4px;
	color: #666;
	margin-top: 20px;
	font-size: 14px;
}
.subshop li{
	height:50px;
	float:left;
	margin-right: 50px;
	margin-bottom:20px;
}
.subshop .shopsubtitle{
	float: left;
	font-size: 16px;
	line-height:50px;
	/* font-weight: bold; */
	margin-right: 10px;

}
.subshop img {
	float: left;
	margin-top: 5px;
}
.xfbox {
	position: absolute;
	left: -70px;
	width: 64px;
	height: 64px;
	top: 0;
	background-image: linear-gradient(-96deg, #1084C4 0%, #25A4EB 100%);
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 11px 15px;
}

.codebox {
	/* position: fixed;
    right: 50%;
    margin-right: -750px;
    width: 120px;
    height: 130px;
    top: 300px;
    z-index:999; */
	position: fixed;
	right: 50%;
	margin-right: -750px;
	top: 300px;
	z-index: 999;
	background: #fff;
	padding: 10px 15px;
	box-shadow: rgb(0 0 0 / 13%) 0px 2px 14px 0px;
}
.one{
	margin-top:25px;
}
.codedesc {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1.07px;
	text-align: center;
}

.codebox img {
	/* box-shadow: 0 0 9px rgba(0, 0, 0, 0.4); */
	border: 4px solid #fff;
}

.codedesc span {
	color: #25A4EB;
}

.desc-title {
	height: 40px;
	line-height: 40px;
	/* margin-bottom: 20px; */
}

.desc-title .title {
	float: left;
	font-size: 24px;
	font-weight:bold;
	margin-right: 10px;
	/* display: inline-block; */
}

.desc-title img {
	float: left;
	margin-top: 5px;
}

.bszn {
	float: right;
	width: 110px;
	height: 38px;
	border: 1px solid #74BEF6;
	color: #74BEF6;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
}
.show_right{
	text-align:right;
}
.gz_next>span{
	padding-left:20px;
}
.desc {
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.07px;
	line-height: 28px;
}
.wykfd_conleft{
	width:300px;
	margin-right:50px;
	float:left;
	position:absolute;
	z-index: 9;
}
.wykfd_conright{
	width:calc(100% - 350px);
	float:left;
	margin-left: 350px;
}
.wykfd_conright .ask_content{
	padding-left:0
}
.wykfd_conright .cques1 {
	padding-left: 20px;
}
.zndb_new_title{
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight:bold;
	color: #333333;
	padding-left:10px;
	position:relative;
}
.zndb_new_title:before{
	content:"";
	left:0;
	top:50%;
	height:17px;
	width:3px;
	background:#42ABE5;
	position:absolute;
	transform:translateY(-50%);
}
.xfboxspan{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	margin-left:20px;
	font-weight:normal;
	color: #9A9A9A;
	letter-spacing: 0.8px;
}
.znydnew_box{
	border-top: 2px solid #E7E7E7;
	margin-top: 15px;
}
.znydnew_box .znyd_lf_con{
	margin-top:0px;
}
.dbsx{
	background: #F8F8F8;
	margin:15px 0;
	border-top:2px solid #E7E7E7;
}
.dbsx li{
	display:block;
	margin:15px;
	border-radius: 5px;
	margin-bottom:0;
	padding:10px 15px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.8px;
	background: #FFFFFF;
}
.dbsx li:last-child{
	margin-bottom:15px;
}
.show_left {
	text-align: left;
}

.choosefs {
	width: 650px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 20px;
	z-index: 102;
	top: 0;
	display: none;
}
.choosefs-close{
	width: 17px;
	height: 16px;
	background: url(/onething/v5plus/images/ssfy8_03.png) no-repeat;
	cursor: pointer;
	transition: .2s;
	position: absolute;
	top: 20px;
	right: 20px;
}
.choosefs-close:hover{
	transform: rotate(180deg);
}
.zxblbox-title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #0d1c28;
	line-height: 40px;
	margin-bottom: 10px;
}
.bot-bg {
	background: rgba(51, 51, 51, .6);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}
.btn-box{margin:35px auto;}
.btn-box a{
	padding: 0 20px;
	color: #4293f4;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: none;
	background-color: #ebf4fb;
}

@media screen and (max-width:1442px) {
	.codebox {
		position: fixed;
		right: 0;
		margin-right: -0px;
		top: 300px;
	}
}