
input,
textarea {
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input,
select {
	outline: none;
}






.box_big {
	width: 100%;
	overflow: hidden;
}

.container {
	/* width: 1290px; */
	margin: 0 auto;
}

.display {
	display: flex;
}

.display-wrap {
	display: flex;
	flex-wrap: wrap;
}

.display-item {
	display: flex;
	align-items: center;
}

.wxrow1 .price-desc:hover {
	color: #FE6100;
}

.wxrow1 .price-desc:hover i {
	background-image: url('../img/jt_rigthon.png');
}

.code-desc {
	font-size: 16px;
}

.display-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.overflow,.single-ellipsis {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.size-title {
	font-size: 16px;
	color: #333
}

.size-title-title {
	font-size: 16px;
	color: #999
}

.size-text-text {
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.size-text {
	font-size: 14px;
	color: #fff
}

.size {
	font-size: 12px;
	color: #999;
}

.active-color {
	color: #2F80FF
}

.active-bg {
	background: #2F80FF;
}


/* 首页 */

.header-top {
	height: 32px;
	line-height: 32px;

	color: #707070;
	font-size: 12px;
	background: #F8F8F8;
}

.header-top .container {
	font-size: 12px;
}

/* .header-top-ss {
	height: 125px;
	text-align: center;
	padding-top: 29px;
} */

.header-top-ss .container {
	display: flex;
	justify-content: center;
}

.t_logo {
	display: inline-block;
	width: 180px;
	height: 68.87px;
	margin-bottom: 39px;
}

.t_logo img {
	width: 100%;
	height: 100%;
}

.ss-form {
	margin-left: 22px;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.ss_input {
	width: 604px;
	display: flex;
	justify-content: flex-end;
	float: left;
	align-items: center;

}

.ss_input .key {
	width: 540px;
	height: 38px;
	background: #FFFFFF;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #BFBFBF;
	padding: 0 12px;
}

.ss_input .ss_botom {
	width: 120px;
	height: 42px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	background: #2F80FF;
	border-radius: 0px 4px 4px 0px;
	cursor: pointer;
}

.trs {

	transition: all 0.3s;
}

.ss_input .ss_botom:hover {

	opacity: 0.8;
}

.ss-form .wytw {
	width: 120px;
	height: 42px;
	border: 1px solid #2F80FF;
	opacity: 1;
	border-radius: 4px;
	text-align: center;
	line-height: 42px;
	color: #2F80FF;
	cursor: pointer;
	margin-left: 12px;
}

.ss-form .wytw:hover {
	color: #fff;
	background: #2F80FF;
}

.header-nav {

	background: #2F80FF;
	height: 45px;
}

.header-nav ul {
	/* display: flex; */
	/* justify-content: flex-start; */
}

.header-nav ul li {
	width: 120px;
	text-align: center;
	line-height: 45px;
	transition: all 0.3s;
}

.header-nav ul li.yjbx {
	padding-left: 20px;
}

.header-nav ul li a {
	display: flex;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	align-items: center;
	text-align: center;
	justify-content: center;

}

.header-nav ul li a img {
	/* animation: phone 2s; */
	/* -webkit-animation: phone 2s infinite; */
}

.header-nav ul li:hover {
	transition: all 0.3s;
	background: rgba(0, 0, 0, 0.1);

}

.header-nav ul li.on {
	transition: all 0.3s;
	background: rgba(0, 0, 0, 0.1);

}

@keyframes phone {
	0% {
		transform: rotate(0)
	}

	10% {
		transform: rotate(-15deg)
	}

	20% {
		transform: rotate(15deg)
	}

	30% {
		transform: rotate(-15deg)
	}

	40% {
		transform: rotate(15deg)
	}

	50% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(0)
	}
}

.banner {
	height: 400px;
	background-color: #D8E7FF;
	background: url('../img/banner1.jpg') no-repeat center;
}

.m_r_bq span:hover {
	transition: all 0.3s;
	background: #2F80FF;
	color: #FFFFFF;
	cursor: pointer;
}

.banner .banenr_l_b {
	height: 400px;
	align-items: flex-end;
	display: flex;
	justify-content: left;
}


.banner .banenr_l_b .item {
	width: 233px;
	border-radius: 4px;
	height: 157px;
	position: relative;
	margin-right: 12px;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.banner .banenr_l_b .item:hover {
	top: -10px;
	transition: all 0.3s;
}

.banner .banenr_l_b .item .item-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .banenr_l_b .item .item-img img {
	width: 100%;
	height: 100%;
}

.banner .banenr_l_b .item .size-title {
	width: 100%;
	height: 32px;
	line-height: 30px;
	color: #fff;
	background: rgba(51, 51, 51, 0.7);
	border-radius: 0px 0px 8px 8px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}

.size-title {
	font-size: 16px;
	color: #333;
}

.banner_r {
	width: 300px;
	height: 368px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 16px;
}

.banner_r .br_top {
	height: 84px;
	background: url('../img/wdlm_38.png') center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}

.banner_r .br_top .tpic {
	width: 52px;
	height: 52px;
	background: #FFFFFF;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 22px;
	margin-right: 14px;
}

.banner .container {
	display: flex;
}

.banner_r .br_top dt {
	color: #FFFFFF;
	line-height: 24px;
	font-size: 16px;
}

.banner_r .br_top .tpic img {
	width: 100%;
	height: 100%;
}



/*数字翻动*/


.chartNum {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

.box-items {
	width: auto;
	
	position: relative;
	height: 42px;
	text-align: center;
	list-style: none;
	writing-mode: vertical-lr;
	text-orientation: upright;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
	margin-bottom: 15px;
}

.mark-item span {
	position: absolute;
	width: 100%;
	bottom: 10px;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

/*滚动数字设置*/
.number-item {
	width: 33px;
	height: 42px;
	border: 2px solid rgba(255, 93, 97, 0.102);
	opacity: 1;
	border-radius: 4px;
	margin-right: 4px;
	line-height: 42px;
}

.number-item span {
	position: relative;
	display: inline-block;
	margin-right: 18px;
	width: 100%;
	height: 100%;
	writing-mode: vertical-rl;
	text-orientation: upright;
	overflow: hidden;
}

.number-item span i {
	font-style: normal;
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translate(-50%, 0);
	transition: transform 1s ease-in-out;
	letter-spacing: 10px;
	font-size: 32px;

	color: #FF5D61;
}

.number-item:last-child {
	margin-right: 0;
}


.banner_r .shuzi p {
	text-align: center;
	color: #333333;

	font-size: 14px;
}

.banner_r .bottom_dl {
	width: 224px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	background: #2F80FF;
	line-height: 40px;
	opacity: 1;
	color: #fff;
	border-radius: 4px;
	margin-top: 28px;
	margin-bottom: 24px;
	cursor: pointer;
	transition: all 0.3s;
}

.banner_r .bottom_dl:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.banner_r .r_b_s {
	display: flex;
	justify-content: space-around;

}

.banner_r .r_b_s .li {
	text-align: center;
	cursor: pointer;
}

.banner_r .r_b_s .li p {
	font-size: 14px;
	color: #333333;
}

.banner_r .r_b_s img.on {
	display: none;
}

.banner_r .r_b_s .li:hover p {
	color: #2F80FF;
}

.banner_r .r_b_s .li:hover img {
	display: none;
}

.banner_r .r_b_s .li:hover img.on {
	display: inline-block;
}

dt.min_dt {
	color: #333333;
	padding-top: 32px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.min_dt .more {
	color: #999999;

	font-size: 14px;
	float: right;
}

.min_dt .more:hover {
	color: #2F80FF;
}

.idnex_min .container {}

.idnex_min .min_l {
	width: 855px;
	overflow: hidden;
	float: left;
}

.min_r {
	width: 417px;
	float: right;
}

.idnex_min .min_l .roa {
	display: flex;
	justify-content: space-between;
}

.idnex_min .min_l .roa .roa_l {
	width: 416px;
	margin-right: 24px;
}

.idnex_min .min_l .roa .roa_l .roa_l_li {
	padding: 22px 16px;
	width: 416px;
	height: 196px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	box-shadow: 0px;
	border-radius: 4px;
	margin-bottom: 21px;
	transition: all 0.3s;
	position: relative;
	cursor: pointer;
}

.idnex_min .min_l .roa .roa_l .roa_l_li:nth-last-child(1) {
	margin-bottom: 0;
}

.idnex_min .min_l .roa .roa_l .roa_l_li:hover {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}

.idnex_min .min_l .roa .roa_l .roa_l_li .text:hover {
	color: #2F80FF;

}

.roa_r .display-item .size-title:hover {
	color: #2F80FF;
}

.roa_r .display-item:nth-last-child(1) {
	margin-bottom: 0;
}

.roa_l_li_t {
	margin-bottom: 15px;
	display: flex;
}

.roa_l_li_t span {
	padding: 0 4px;
	height: 21px;
	color: #FFFFFF;
	font-size: 14px;
	background: #FF5D61;
	text-align: center;
	line-height: 21px;
	border-radius: 2px;
	display: block;
}

.roa_l_li_t .text {
	color: #333333;
	font-size: 18px;
}

.roa_l_li_t span.wen {
	margin-right: 11px;
}

.roa_l_li_m {
	display: flex;
}

.roa_l_li_m .da {
	padding: 0 4px;
	height: 21px;
	line-height: 21px;
	background: #2F80FF;
	color: #FFFFFF;
	text-align: center;
	border-radius: 2px;
	margin-right: 11px;
}

.roa_l_li_m .text {
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
}

.roa_l_li_b {
	height: 58px;
	background: #F8F8F8;
	position: absolute;
	border-radius: 0px 0px 4px 4px;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.roa_l_li_b .fl {
	display: flex;
}

.roa_l_li_b .tpic {
	width: 34px;
	height: 34px;
	overflow: hidden;
	background: #FFFFFF;
	margin-right: 8px;
	border-radius: 50%;
}

.roa_l_li_b .hei dt {
	color: #333333;
	font-size: 16px;
}

.roa_l_li_b .hei p {
	color: #999999;
	font-size: 12px;
}

.roa_l_li_b .tpic img {
	width: 100%;
	height: 100%;
}

.roa_l_li_b .botom {
	width: 80px;
	height: 30px;
	background: #2F80FF;
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	transition: all 0.3s;
}

.roa_l_li_b .botom:hover {
	opacity: 0.8;
}

.roa_r {
	width: 420px;
}

.roa_r .display-item {
	margin-bottom: 26px;
}

.roa_r .display-item .size-text-text {
	padding: 0 4px;
	height: 21px;
	color: #FFFFFF;
	font-size: 14px;
	background: #FF5D61;
	text-align: center;
	line-height: 21px;
	border-radius: 2px;
	display: block;
	margin-right: 8px;
}

.roa_r .display-item .size-title {
	width: 290px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-right: 24px;
	font-size: 18px;
	color: #333333;
}

.roa_r .display-item span {
	color: #999999;
	font-size: 16px;
}

.roa_r .display-item span strong {
	color: #2F80FF;
}

.m_r_bq ul {
	display: flex;
	flex-wrap: wrap;
}

.m_r_bq span a {
	color: #333;
}

.m_r_bq span:hover a {
	color: #fff;
}

.m_r_bq span {
	width: 133px;
	height: 36px;
	background: #F1F3F5;
	border-radius: 2px;
	text-align: center;
	line-height: 36px;
	margin-right: 8px;
	margin-bottom: 8px;
	transition: all 0.3s;
}

.m_r_bq span:nth-child(3n) {
	margin-right: 0;
}


.m_r_gg {
	margin-top: 12px;
}

.m_r_gg a {
	width: 417px;
	height: 150px;
	background: #EBEBEB;
	border-radius: 8px;
	margin-bottom: 10px;
	overflow: hidden;
}

.m_r_gg a:nth-last-child(1) {
	margin-bottom: 0;
}

.m_r_gg a img {
	width: 100%;
	height: 100%;
}

.rob {
	display: flex;
}

.rob-item_l {
	position: relative;
	width: 567px;
	height: 381px;
	display: flex;
	flex-wrap: wrap;
	margin-right: 12px;
	overflow: hidden;

}

.rob-item_l:hover {

	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.rob-item_r .rob-item:hover {

	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.rob-item_l:hover .wxzs-item-img img {
	transform: scale(1.05);
	transition: all 0.3s;
}

.rob-item_r .rob-item:hover .wxzs-item-img img {
	transform: scale(1.05);
	transition: all 0.3s;
}

.rob-item_l .wxzs-item-img {
	width: 100%;
	height: 100%;
}

.rob-item_l .wxzs-item-img img {
	width: 100%;
	transition: all 0.3s;
	height: 100%;
}

.rob-item_l .text {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 16px;
	background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
	color: #fff;
	border-radius: 0px 0px 4px 4px;
}

.rob-item_l .text .bq {
	display: flex;
}

.rob-item_l .text .bq span {
	width: 38px;
	height: 20px;
	font-size: 14px;
	margin-right: 4px;
	color: #FFFFFF;
	background: #FF5D61;
	text-align: center;
	line-height: 20px;
	border-radius: 2px;
}

.rob-item_l .text .bq span:nth-child(2) {

	background: #2F80FF;

}

.rob-item_l .text .bq span:nth-child(3) {

	background: #57BF65;

}

.rob-item_r .rob-item {
	width: 277px;
	height: 186px;
	border-radius: 4px;
	margin-bottom: 8px;
}

.rob-item_l .text dt {
	margin-bottom: 10px;
	font-size: 18px;
}

.rob-item_l .text .size-title {
	color: #fff;
	-webkit-line-clamp: 2;
	font-size: 14px;
}


.rob-item_r .rob-item {

	width: 277px;
	border-radius: 4px;
	height: 186px;
	position: relative;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: all 0.3s;

}

.rob-item_r .rob-item .size-title {
	width: 100%;
	height: 32px;
	line-height: 30px;
	color: #fff;
	background: rgba(51, 51, 51, 0.7);

	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}

.rob-item_r .rob-item .bq {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}

.rob-item_r .rob-item .bq span {
	width: 38px;
	height: 20px;
	font-size: 14px;
	margin-right: 4px;
	color: #FFFFFF;
	background: #FF5D61;
	text-align: center;
	line-height: 20px;
	border-radius: 2px;
	display: inline-block;
}

.rob-item_r .rob-item .bq span:nth-child(2) {

	background: #2F80FF;

}

.rob-item_r .rob-item .bq span:nth-child(3) {

	background: #57BF65;
	margin-right: 0;

}


.rob-item_r .rob-item:nth-child(2) {
	margin-bottom: 0;
}

.rob-item_r .rob-item .wxzs-item-img {
	width: 100%;
	height: 100%;
}

.rob-item_r .rob-item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.roc .roc_d {
	display: flex;
}

.roc .item_ul {
	width: 277px;
	margin-right: 9px;
	position: relative;
	border-radius: 8px;
	border: 1px solid #F1F3F5;
	padding-bottom: 30px;
}

.roc .item_ul:nth-child(3) {
	margin-right: 0;
}

.roc .item_ul dt {
	height: 44px;
	text-indent: 15px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 44px;
	margin-bottom: 16px;
	border-radius: 3px 3px 0 0;
}

.Editor {
	display: none;
}

.Editor.on {
	display: block;
}

.roc .item_ul:nth-child(1) dt {
	background-image: url('../img/wdlm_22.png');
}

.roc .item_ul:nth-child(2) dt {
	background-image: url('../img/wdlm_23.png');
}

.roc .item_ul:nth-child(3) dt {
	background-image: url('../img/wdlm_24.png');
}

.roc .item_ul li {
	font-size: 16px;
	color: #333333;
	padding: 0 15px;
}

.roc .item_ul:nth-child(1) li {
	margin-bottom: 19px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.roc .item_ul:nth-child(1) li:hover a {
	color: #2F80FF;
}

.roc .item_ul li span {
	font-size: 18px;

	color: #999999;
	font-family: Arial;
}

.roc .item_ul li a {
	color: #333333;
}

.roc .item_ul a.more_a {
	cursor: pointer;
	text-align: center;
	color: #2F80FF;

	font-size: 14px;
	line-height: 38px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.roc .item_ul li:nth-child(1) span {
	color: #FC0000;
}

.roc .item_ul li:nth-child(2) span {
	color: #FFA200;
}

.roc .item_ul li:nth-child(3) span {

	color: #FFD501;
}

.m_roa {
	width: 100%;
	overflow: hidden;
}

.m_roa ul {
	display: flex;
	flex-wrap: wrap;
}

.m_roa ul li {
	width: 410px;
	height: 203px;
	border: 1px solid #EBEBEB;
	padding: 16px;
	border-radius: 4px;
	margin-right: 24px;
	margin-bottom: 24px;
	transition: all 0.3s;
	position: relative;
	top: 0;
}

.m_roa ul li:hover {
	transition: all 0.3s;
	top: -10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.m_roa ul li:nth-child(3n) {
	margin-right: 0;
}

.m_roa ul li .dt {
	height: 52px;
	display: flex;
	margin-bottom: 25px;
	font-size: 18px;
	position: relative;
}


.m_roa ul li .dt img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: 10px;
}

.more_gd {
	width: 417px;
	height: 40px;
	background: #FFFFFF;
	font-size: 16px;
	color: #999999;
	border: 1px solid #EBEBEB;
	margin: 0 auto;
	opacity: 1;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
}

.more_gd:hover {
	color: #fff;
	background-color: #2F80FF;
}

.m_roa ul li .dt .dirs dt {
	text-align: left;
	line-height: 52px;
}


.m_roa ul li .title:hover {
	color: #2F80FF;
}

.m_roa ul li p:hover {
	color: #2F80FF;
}

.m_roa ul li .dt .m_a_r {
	position: absolute;
	right: 0;
	padding-left: 29px;
	border-left: 1px solid #EBEBEB;
}

.m_roa ul li .dt .m_a_r strong {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #FF5D61;
	font-weight: initial;
}

.m_roa ul li .title {
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
}

.m_roa ul li p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

	line-height: 21px;
	font-size: 14px;
	color: #999999;
}

.m_roa ul li .dt .m_a_r span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #999999;
}

.m_roa ul li .dt .dirs dt {
	text-align: left;
	font-size: 18px;
	margin-bottom: 8px;
}

.m_roa ul li .dt .dirs span a {
	display: none;
	border-radius: 2px;
	height: 20px;
	padding: 0 8px;
	line-height: 20px;
	margin-right: 8px;
	background: #EBF3FF;
	color: #2F80FF;
	font-size: 12px;
}

.m_roa ul li .dt .dirs span a:nth-child(-n+3) {
	display: inline-block;
}

.m_rob {
	width: 100%;
	overflow: hidden;
	margin-bottom: 41px;
}

.m_rob ul {
	display: flex;
	margin-top: 41px;
}

.m_rob ul li {
	text-align: center;
	width: 215px;
	margin-right: 55px;
}

.m_rob ul li .tpic {
	width: 78px;
	height: 78px;
	background: #FFFFFF;
	border-radius: 50%;
	position: relative;
	display: inline-block;

}

.m_rob ul li .tpic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.m_rob ul li .tpic span {
	width: 42px;
	height: 42px;
	position: absolute;

	top: -20px;
	left: -10px;
}

.m_rob ul li dt {
	margin-top: 19px;
	margin-bottom: 28px;
	font-weight: bold;
	font-size: 20px;
}

.m_rob ul li:nth-child(1) .tpic span {
	background-image: url('../img/wdlm_46.png');

}

.m_rob ul li:nth-child(2) .tpic span {
	background-image: url('../img/wdlm_47.png');

}

.m_rob ul li:nth-child(3) .tpic span {
	background-image: url('../img/wdlm_48.png');

}

.m_rob ul li .wdcl {
	display: flex;
	justify-content: space-between;

	font-size: 16px;
}

.m_rob ul li .wdcl span {
	font-size: 16px;
	text-indent: 27px;
	color: #333333;
	background-position: left center;
	background-repeat: no-repeat;
}

.m_rob ul li .wdcl span:nth-child(1) {
	background-image: url('../img/wdlm_15.png');
}

.m_rob ul li .wdcl span:nth-child(2) {
	background-image: url('../img/wdlm_16.png');
}

.m_rob ul li .wdcl strong {
	color: #2F80FF;
	font-size: 16px;
	font-weight: initial;
}

.m_r_tj ul li {
	margin-bottom: 26px;
}
 .fr .m_r_tj ul li:nth-of-type(1) {
	margin-top: 16px;
}
.m_r_tj ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.m_r_tj ul li dt {
	display: flex;
	margin-bottom: 8px;
}

.m_r_tj ul li dt .bq {
	margin-left: 12px;
}

.m_r_tj ul li dt .bq span {
	width: 38px;
	height: 20px;
	font-size: 14px;
	margin-right: 4px;
	color: #FFFFFF;
	background: #FF5D61;
	text-align: center;
	line-height: 20px;
	border-radius: 2px;
	display: inline-block;
	float: left;

}

.m_r_tj ul li p {
	font-size: 14px;
	line-height: 21px;
	color: #999999;
}

.roc .item_ul:nth-child(2) li .dt:hover {
	color: #2F80FF;
}

.roc .item_ul:nth-child(2) li p:hover {
	color: #2F80FF;
}

.roc .item_ul:nth-child(3) .display-item .size-title:hover {
	color: #2F80FF;
}

.m_r_tj ul li p:hover {
	color: #2F80FF;
}

.m_r_tj ul li p.size-text-text:hover {
	color: #999999;
}

.m_r_tj ul li dt .bq span:nth-child(2) {

	background: #2F80FF;

}

.roc .item_ul a.more_a:hover {
	background-color: #2F80FF;
	color: #fff;
}

.m_r_tj ul li dt .bq span:nth-child(3) {

	background: #57BF65;
	margin-right: 0;

}

.m_r_tj ul li dt .text {
	color: #333333;
	font-size: 18px;
	font-weight: 400 ;
}

.m_r_tj ul li dt .text strong {
	font-weight: initial;
	color: #2F80FF;
	font-size: 18px;
}

.m_r_tj ul li .wxzs-time .tpic {
	width: 24px;
	height: 24px;
	background: #FFFFFF;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 8px;

}

.m_r_tj ul li .wxzs-time {
	margin-top: 12px;
}

.m_r_tj ul li .wxzs-time-box img.on {
	display: none;
}

.m_r_tj ul li .wxzs-time .tpic img {
	width: 100%;
	height: 100%;
}

.m_r_tj ul li .text:hover {
	color: #2F80FF;
}

.m_r_tj ul li p {
	/* overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; */
}



.form-bd1 .ld-bottom li {
	margin-bottom: 0;
}

.m_r_tj ul li .wxzs-time-box:hover img {
	display: none;
}

.m_r_tj ul li .wxzs-time-box:hover img.on {
	display: block;
}

.m_r_tj ul li .wxzs-time-box:hover .size-text-text {
	color: #2F80FF;
}

.m_r_wd .display-item .size-title:hover {
	color: #2F80FF;

}

.m_r_wd .display-item:nth-last-child(1) {
	margin-bottom: 0;
}

.roc .item_ul:nth-child(1) li:hover {
	color: #2F80FF;
}

.m_r_wd .display-item .size-text-text {

	width: 21px;
	height: 21px;
	color: #FFFFFF;
	font-size: 14px;
	background: #BBBBBB;
	text-align: center;
	line-height: 21px;
	border-radius: 2px;
	display: block;
	margin-right: 8px;
}

.denglubox .tpic {
	width: 88px;
	height: 88px;
	background: #2F80FF;
	overflow: hidden;
	border-radius: 78px;
	margin: 0 auto;
	margin-top: 32px;
	margin-bottom: 17px;
}

.denglubox dt {
	text-align: center;
	font-size: 20px;
	color: #333333;
}

.denglubox p strong {
	color: #FF5D61;
}

.denglubox p {
	text-align: center;
	color: #999999;
	margin-top: 5px;
	font-size: 16px;
}

.m_r_wd .display-item:nth-child(1) .size-text-text {
	background: #FC0000;

}

.banner_r .r_b_s .li span {
	font-size: 28px;
	color: #FF5D61;
}

.m_r_wd .display-item:nth-child(2) .size-text-text {
	background: #FFA200;

}

.m_r_wd .display-item:nth-child(3) .size-text-text {
	background: #FFD501;

}

.roc .item_ul:nth-child(3) li {
	display: flex;
}

.m_r_wd .display-item {
	margin-bottom: 24px;
	justify-content: space-between;
}

.roc .item_ul:nth-child(3) .display-item .size-text-text {
	width: 23px;
	height: 21px;
	color: #FFFFFF;
	font-size: 14px;
	background: #BBBBBB;
	text-align: center;
	line-height: 21px;
	border-radius: 2px;
	display: block;
	margin-right: 8px;
}

.roc .item_ul:nth-child(2) li {
	position: relative;
	margin-bottom: 18px;
}

.roc .item_ul:nth-child(2) li .dt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.roc .item_ul:nth-child(2) li p {
	line-height: 21px;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	padding-left: 19px;
}

.roc .item_ul:nth-child(2) li .more_q {
	font-size: 14px;
	position: absolute;
	bottom: 0;
	right: 15px;
	line-height: 21px;
	background-color: #fff;
	color: #2F80FF;
}

.roc .item_ul:nth-child(3) .display-item:nth-child(1) .size-text-text {
	background: #FC0000;

}

.roc .item_ul:nth-child(3) .display-item:nth-child(2) .size-text-text {

	background: #FFA200;

}

.roc .item_ul:nth-child(3) .display-item:nth-child(3) .size-text-text {

	background: #FFD501;

}

.roc .item_ul:nth-child(3) .display-item span strong {
	color: #999999;
	font-size: 14px;
}

.roc .item_ul:nth-child(3) .display-item {
	margin-bottom: 19px;
	padding: 0 15px;
	line-height: 22px;
}

.roc .item_ul:nth-child(3) .display-item span {
	color: #999999;
	font-size: 14px;
}

.roc .item_ul:nth-child(3) .display-item .size-title {
	width: 150px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-right: 14px;
	font-size: 16px;
	color: #333333;
}

.m_r_wd .display-item .size-title {
	width: 290px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-right: 30px;
	font-size: 18px;
	color: #333333;
}

.m_r_wd .display-item span {
	color: #999999;
	font-size: 16px;
}

.m_r_wd .display-item span strong {
	color: #2F80FF;
}


.yqlj-item a {
	margin-bottom: 6px;
	margin-right: 32px;
	transition: all 0.3s;
	color: #999;
}

.yqlj-item a:hover {
	transition: all 0.3;
	color: #2F80FF;
}

.yqlj {
	padding: 32px 0;

	background: #F8F8F8;
}

footer {
	/* text-align: center; */
	padding: 32px 0;
	background: #EBEBEB;
}

footer p {
	line-height: 26px;
	color: #999999;
	font-size: 14px;
}

footer p a {
	color: #999999;
}

footer .display-item {
	justify-content: center;

	margin-top: 24px;
}

footer .display-item a {
	margin: 0 12px;
}

/* 搜索答案 */
.nav {
	font-size: 18px;
	color: #999999;
	margin: 24px 0;
}

.nav strong {
	font-weight: initial;
	color: #2F80FF;
	font-size: 18px;
}

.sousuo .m_r_tj.fl {
	width: 838px;
	margin-bottom: 60px;
	float: left;
	margin-right: 24px;
}

.sousuo .m_r_tj ul li p {
	
}

.overh2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.overh1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sousuo .m_r_tj ul li p:hover {
	color: #999;
}

.m_r_tj ul li dt {
	align-items: center;
}
.daan{
	max-width: 400px;
}
.indexda{
	max-width:280px;
}
.sousuo .m_r_tj ul li .title .size-text-text {
	padding: 0 4px;
	height: 21px;
	color: #FFFFFF;
	font-size: 14px;
	background: #FF5D61;
	text-align: center;
	line-height: 21px;
	border-radius: 2px;
	display: block;
	margin-right: 8px;
}


.bot3 {
	text-align: center;
}

.bot3 a {
	width: 154px;
	height: 40px;
	text-align: center;
	background: #FFFFFF;
	line-height: 40px;
	border: 1px solid #EBEBEB;
	display: inline-block;
	margin: 0 6px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.xglr-tj{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 34px 0 24px 0;
}
.xglr-tj a:nth-child(1){
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
.bot3 a:hover {
	background-color: #2F80FF;
	color: #fff;
	transition: all 0.3s;
}

.rmfw-ul {
	justify-content: space-between;
}

.rmfw-ul li {
	width: 188px;
	border-radius: 8px;
	margin-bottom: 40px;

}

.rmfw-ul li:nth-child(3) {
	margin-bottom: 0;
}

.rmfw-ul li:nth-child(4) {
	margin-bottom: 0;
}

.rmfw-ul li .rmfw-box {}

.rmfw-img {
	width: 100%;
	height: 188px;
}

.rmfw-img img {
	width: 100%;
	height: 100%;
}

.rmfw-ul li .size-title {
	margin-top: 10px;
	margin-bottom: 3px;
}

.rmfw-ul li a {
	text-align: center;
}

.rmfw-box span {
	color: #FF5D61;
}


.rmfw-box span:nth-child(2) {
	background: #FFEEEF;
	border-radius: 2px;
}

.rmfw-box {
	justify-content: space-around;
	margin-top: 10px;
}

.rmfw-box a:nth-child(1) {
	border: 1px solid #DDDDDD;
	margin-right: 6px;
}

.sousuo .fr {
	width: 418px;
	float: left;
	margin-bottom: 40px;
}


/*我要提问*/
.formtj {
	width: 600px;
	margin: 0 auto;
	margin-top: 60px;
}

.formtj dt {

	color: #333333;
	font-size: 20px;

}

.formtj span {
	color: #999999;
	font-size: 16px;
	margin-top: 6px;
	display: block;
}

.formtj .tiwen dt {
	display: flex;
	font-size: 20px;
	align-items: center;
	margin-top: 32px;
}

.formtj .tiwen dt img {
	margin-right: 5px;
}

.textarea-wrapper {
	background: #FFFFFF;
	border-radius: 4px;
	margin-top: 16px;
}

.textarea-block {
	position: relative;
}

.textarea-item {
	width: calc(100% - 20px);
	height: 26px;
	border: 1px solid #ccc;
	padding: 16px;
	line-height: 26px;
	resize: none;
	color: #000;
	border-radius: 4px;
	font-family: auto;
	font-size: 18px;
}

.textarea-count {
	position: absolute;
	bottom: 10px;
	right: 5px;
	color: #000;
}

.textarea-btn {
	margin-top: 10px;
}

.textarea-count span {
	display: inline-block;
}




.textarea-wrappers {
	background: #FFFFFF;
	border-radius: 4px;
	margin-top: 16px;
}

.textarea-blocks {
	position: relative;
}

.textarea-items {
	width: calc(100% - 20px);
	height: 100px;
	border: 1px solid #ccc;
	padding: 10px 16px;
	line-height: 26px;
	resize: none;
	color: #000;
	border-radius: 4px;
	font-family: auto;
	font-size: 18px;
}

.textarea-counts {
	position: absolute;
	bottom: 10px;
	right: 0;
	color: #000;
}

.textarea-btns {
	margin-top: 10px;
}

.textarea-counts span {
	display: inline-block;
}


.fojs_box {

	background: #F8F8F8;
	border-radius: 8px;
	padding: 12px 16px;
	margin-top: 12px;
}

.fojs_box p {
	line-height: 26px;
	font-size: 14px;
	color: #999999;
}

.bcsm dt {
	color: #333333;
	margin-top: 24px;
	margin-bottom: 16px;
	font-size: 20px;
}

.bottom_tijiao {
	width: 120px;
	height: 40px;
	font-size: 18px;
	background: #2F80FF;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	float: right;
	margin-top: 24px;
	margin-bottom: 53px;
	cursor: pointer;
}

.fbox {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 89;
	background: #333333;
	opacity: 0.6;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}

.fbox.on {
	display: block;
}

.tcbox {
	width: 298px;
	height: 303px;
	background: #FFFFFF;
	text-align: center;
	border-radius: 8px;
	position: fixed;
	z-index: 9;
	top: calc(50% - 151.5px);
	left: calc(50% - 149px);
	display: none;
}

.tcbox.on {
	display: block;
	z-index: 999999;
}

.tcbox img {
	margin-top: 40px;
	margin-bottom: 24px;
}

.tcbox dt {
	line-height: 30px;
	color: #333333;
	width: 234px;
	font-size: 16px;
	display: inline-block;
}

.tcbox .botom_more {
	width: 234px;
	height: 39px;
	background: #2F80FF;
	text-align: center;
	line-height: 39px;
	color: #FFFFFF;
	position: absolute;
	left: calc(50% - 117px);
	bottom: 45px;
	border-radius: 4px;
	cursor: pointer;
}

.box-img {
	width: 130px;
	height: 130px;
}

.tcbox .botom_more:hover {
	opacity: 0.7;
}

.login-form .input-item .login-input {
	width: 100%;

	height: 50px;
	background: #ffffff;
	border: 1px solid #ebebeb;
	padding: 0px 12px;
	outline: none;
	box-sizing: border-box;

	border-radius: 4px;
}

.tcbox .t_logo img {
	margin: 0;
	margin-bottom: 30px;
}


#fmLogin .shu {
    width: 0px;
    height: 21px;
    border: 1px solid #EBEBEB;
    opacity: 1;
    position: relative;
    top: -32px;
    left: 166px;
}
.denglu {
	height: 414px;
	width: 368px;
	padding: 24px;
	left: calc(50% - 220.5px);
}

.input-item {
	margin-bottom: 12px;
	position: relative;
}
.erlo_tb ul::after{
	display: none;
}
.login-btn {
	width: 100%;
	text-align: center;
	height: 44px;
	background: #2F80FF;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.login-btn:hover {
	opacity: 0.7;
}

.dx-message {
	position: absolute;
	right: 15px;
	top: 5px;
	color: #2F80FF;
	line-height: 44px;
	z-index: 9;
	cursor: pointer;
}

.dx-message:hover {
	opacity: 0.7;
}

.erlo_tb {
	margin-top: 32px;
}

.erlo_tb ul {
	display: flex;
	justify-content: space-around;
}

.erlo_tb ul li {
	text-align: center;
}

.erlo_tb ul li img {
	width: 52px;
	height: 52px;
	margin-bottom: 10px;
	margin-top: 0;
}

.erlo_tb ul li p {
	color: #333333;
	font-size: 14px;
}




.m_r_tj ul li .diebq {
	display: flex;
}

.m_r_tj ul li .diebq span {
	margin-right: 40px;
	font-size: 14px;
	margin-bottom: 14px;
	color: #999999;
	display: flex;
	align-items: center;
}

.m_r_tj ul li .diebq span img {
	margin-right: 4px;
}

.m_r_tj ul li .diebq a.bqs {
	font-size: 14px;
	color: #2F80FF;
	margin-right: 10px;

}

.sousuo .m_r_gg {
	margin-bottom: 0px;
}

.m_r_tj ul li .diebq a.bqs:hover {
	text-decoration: underline;
}

.m_r_tj ul li .ydqw {
	color: #999;
	font-size: 14px;
}

.m_r_tj ul li .ydqw:hover {
	color: #2F80FF;
}

.sousuo .bot3 {
	margin-top: 32px;
}

.rh1 {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.m_r_tj ul li .ydqw {
	display: inline-block;
}

.rh1 a {
	display: block;
	width: 109px;
	height: 40px;
	background: #F1F3F5;
	text-align: center;
	line-height: 40px;
	color: #333333;
	margin-right: 12px;
	margin-bottom: 12px;
	border-radius: 4px;
}

.wtk.sousuo.wtxqbox .fr {
	margin-top: 0;
}

.wtk.sousuo .fr .m_r_wd.wdbd .display-item .size-text-text {
	width: 22px;
	background: #BBBBBB;
}

.wtk.sousuo .fr .m_r_wd.wdbd .display-item:nth-child(1) .size-text-text {
	background: #FC0000;
}

.wtk.sousuo .fr .m_r_wd.wdbd .display-item:nth-child(2) .size-text-text {
	background: #FFA200;
}

.wtk.sousuo .fr .m_r_wd.wdbd .display-item:nth-child(3) .size-text-text {
	background: #FFD501;
}

.rh1 a:nth-child(7n) {
	margin-right: 0;
}

.rh1 a.on {
	background: #2F80FF;
	color: #fff;
}

.rh1 a:hover {
	background: #2F80FF;
	color: #fff;
}

.wtk.sousuo .fr {
	margin-top: 32px;
}

.m_r_wd .display-item img.on {
	display: none;
}

.m_r_wd .display-item .wxzs-time-box {
	margin-bottom: 0;
}

.m_r_wd .display-item .wxzs-time-box:hover p {
	color: #2F80FF;
}

.m_r_wd .display-item .wxzs-time-box:hover img {
	display: none;
}

.m_r_wd .display-item .wxzs-time-box:hover img.on {
	display: block;
}

.m_r_wd .display-item .wxzs-time-box p {
	color: #999999;
}

.nav.fz14 {
	font-size: 14px;
}

.nav.fz14 a {
	display: inline-block;
	color: #999999;
}

.wdxq dt {
	font-size: 26px;
	display: flex;
	align-items: center;
	margin-bottom: 17px;
	font-weight: bold;
}

.nav.fz14 a:hover {
	color: #2F80FF;
}

.wdxq .diebq {
	display: block;
	overflow: hidden;
}

.wdxq dt .size-text-text {
	padding: 0 4px;
	width: 32px;
	height: 32px;
	color: #FFFFFF;
	font-size: 20px;
	background: #FF5D61;
	text-align: center;
	line-height: 32px;
	border-radius: 4px;
	display: block;
	margin-right: 8px;
	margin-left: 5px;
}

.diebq {
	display: flex;
}

.mt0 {
	margin-top: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.diebq span {
	margin-right: 40px;
	font-size: 14px;
	margin-bottom: 14px;
	color: #999999;
	display: flex;
	align-items: center;
	float: left;
}

.wdxq .diebq a.bqs:hover {
	color: #2F80FF;
}

.diebq span img {
	margin-right: 4px;
}

.wdxq .diebq a.bqs {
	font-size: 16px;
	color: #333333;
	margin-right: 24px;
	float: left;
}

.wd_botom {
	width: 120px;
	height: 40px;
	background: #2F80FF;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: flex;
	border-radius: 4px;
	align-items: center;
	font-size: 18px;
	margin-bottom: 24px;
	cursor: pointer;
}

.wd_botom:hover {
	opacity: .7;
}

.wd_botom img {
	width: 32px;
	height: 32px;

	margin-left: 12px;
	margin-right: 8px;
}

.wdxq .bot_bottom {
	display: flex;
	justify-content:
		right;
	margin-top: 16px;
}

.wdxq .bot_bottom .botom {
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 10px;
}

.wdxq .bot_bottom .botom:hover {
	background: #2F80FF;
	color: #fff;
}

.wdxq .bot_bottom .botom.tj {
	background: #2F80FF;
	color: #fff;
}

.wdxq .bot_bottom .botom.tj:hover {
	opacity: .7;
}

.wdxq .hd_dt {
	font-size: 20px;
	color: #333333;
	display: flex;
	align-items: center;
	margin-top: 32px;
}

.wdxq .hd_dt strong {
	color: #2F80FF;
	font-size: 20px;
}

.wdxq .hd_dt .size-text-text {
	padding: 0 4px;
	width: 30px;
	height: 30px;
	color: #FFFFFF;

	font-size: 18px;

	background: #2F80FF;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 8px;
}

.wdxq .hd_dt .hx {
	width: 670px;
	border: 1px solid #EBEBEB;
	margin-left: 23px;
}

.wdxq .hd_item {
	margin-top: 32px;
}

.wdxq .roa_l_li_b {
	position: initial;
	background: none;
	padding: 0;
	margin-bottom: 10px;
	height: auto;
}

.wdxq .roa_l_li_b .botom {
	color: #FF5D61;
	background: rgba(255, 93, 97, 0.1);
}

.wdxq .roa_l_li_b .hei dt {
	margin-bottom: 0;
}

.wdxq .hd_item li {
	border-bottom: 1px dashed #EBEBEB;
	padding-bottom: 20px;
	overflow: hidden;
}

.wdxq .hd_item li>p {
	line-height: 34px;
	color: #333333;
	font-size: 18px;
}

.dianzhan {
	display: flex;
	float: right;
	color: #2F80FF;
	font-size: 18px;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	top: 0;
	padding-top: 0px;
	margin-top: 10px;
	padding-left: 24px;
	background: url('../img/rjkg_2.png') no-repeat left center;
}

.dianzhan.on {
	background-image: url('../img/rjkg_3.png');
}

.ztbq span:nth-child(1) img {
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	cursor: pointer;
}

.ztbq span:nth-child(1) {
	background: url('../img/rjkg_2.png') no-repeat left center;
	padding-left: 24px;
	background-size: 20px;
	position: relative;
}

.ztbq span.on:nth-child(1) {
	background-image: url('../img/rjkg_3.png');
}

.dianzhan img {
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
}

.form-bd1 .bd-select span {
	font-size: 14px;
	text-indent: 5px;
}

.dianzhan:hover {
	transition: all 0.3s;
	top: -3px;
}

.s_more {
	height: 48px;
	background: #F1F3F5;
	border-radius: 4px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
	color: #333333;
	font-size: 18px;
	cursor: pointer;
}

.s_more img.on {
	display: none;
}

.s_more:hover {
	color: #fff;
	background-color: #2F80FF;
}

.s_more:hover img {
	display: none;
}

.s_more:hover img.on {
	display: block;
}


.form-bd1 {
	width: 100%;
}

.form-bd1 .ld-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form-bd1 .ld-input input {
	font-size: 14px;
}

.form-bd1 .ld-input img {
	width: 12px;
	height: auto;
	font-weight: bold;
}

.form-bd1 .ld-box {
	width: 100%;
	position: relative;
}

.form-bd1 .ld-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.form-bd1 .ld-up {
	bottom: 40px;
}

.form-bd1 .ld-block {
	display: block !important;
}

.form-bd1 .ld-none {
	display: none;
}

.form-bd1 .ld-bottom {
	top: 40px !important;
}

.prompt-box {
	display: flex;
	align-items: center;
	background: rgba(51, 51, 51, 0.9);
	opacity: 0;
	overflow: hidden;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 16px;
	color: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -200%);
	z-index: 0;
}

.error-img {
	width: 22px;
	height: 22px;
	background-color: @PriceColor;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../img/error.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	margin-right: 10px;
}

.prompt-show {
	height: 53px;
	overflow: auto;
	opacity: 1;
	z-index: 9999;
	padding: 0 30px;
	animation: yc 1.4s linear;
	transition: 0.3s;
}

@keyframes yc {
	0% {
		background: rgba(51, 51, 51, 0);
	}

	100% {
		background: rgba(51, 51, 51, 0.9);
	}
}

.form-bd1 .ld-left {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	padding: 10px 0;
	box-sizing: border-box;
	background: #FFFFFF;
	max-height: 280px;
	overflow-y: auto;
	z-index: 9;
}

.form-bd1 .ld-right {
	display: none;
	width: 100%;
	position: absolute;
	left: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	background: #FFFFFF;
	z-index: 9;
}

.form-bd1 .ld-item {
	width: 100%;
	height: 28px;
	color: #333333;
	font-size: 14px;
	line-height: 28px;
	transition: 0.3s;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.form-bd1 .ld-item:hover {
	transition: 0.3s;
	color: #2F80FF;
	background: #e6f7ff;
}

.form-bd1 .form-bd1-top {
	width: 100%;
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
}

.form-bd1 .zxyy-btn {
	width: 134px;
	height: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 26px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition: 0.3s all;
}

.form-bd1 .zxyy-btn:hover {
	transition: 0.3s all;
	color: #2F80FF;
	border: 1px solid #2F80FF;
}

.form-bd1 .form-bd1-bottom {
	display: flex;
	flex-wrap: wrap;
	margin-top: 9px;
	justify-content: space-between;
}

.form-bd1 .form-bd1-bottom .sp-liyy {
	width: 100%;
	height: 35px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #d5a955;
    font-size: 16px;
    border: 0;
}

.form-bd1 .bd-item {
	/* width: 48.8%; */
	/* position: relative; */
	margin-bottom: 8px;
}

.form-bd1 .bd-select,
.form-bd1 .bd-input {
	width: 100%;
	padding: 8px 10px;
	background: #FFFFFF;
    border: 1px solid #DDDDDD;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
	height: 35px;
}

.form-bd1 .bd-code {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.form-bd1 .bd-code {
	display: flex;
	align-items: center;
	height: 35px;
	margin-top: -1px;
}

.form-bd1 .bd-select {
	cursor: pointer;
	padding-right: 4px;
}

.form-bd1 .bd-yz {
	width: 50%;
	height: 20px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	border-right: 1px solid #DDDDDD;
}

.form-bd1 .bd-yz-btn {
	padding: 8px 10px 8px 0;
	box-sizing: border-box;
	color: #2F80FF;
	cursor: pointer;
	font-size: 14px;
}

.form-bd1 .adress-list {
	z-index: 99;
	position: absolute;
	top: 10px;
	right: 0;
	display: none;
	width: 200px;
	height: auto;
	max-height: 280px;
	overflow-y: auto;
	padding: 10px 0px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ebebeb;
}

.form-bd1 .adress-list .adress-item {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 4px;
	text-align: left;
	transition: all 0.3s;
	padding: 0 10px;
	box-sizing: border-box;
}

.form-bd1 .adress-list .adress-item:hover {
	transition: all 0.3s;
	color: #333333;
	background: #e6f7ff;
}

.form-bd1 .adress-list .adress-item em {
	color: #2F80FF;
}

.form-bd1 .sp-dhyy {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	width: 272px;
	height: 40px;
	background: #2F80FF;
	border-radius: 26px;
	transition: 0.3s all;
}

.form-bd1 .sp-dhyy:hover {
	transition: 0.3s all;
	text-decoration: underline;
}

.form-bd1 .sp-liyy {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s all;
}

.form-bd1 .sp-liyy:hover {
	transition: 0.3s all;
	text-decoration: underline;
}

.formyy {
	width: 100%;
	background-image: url('../img/tjbdbj.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* padding: 24px;
	display: flex;
	justify-content: space-between; */
}

.formyy dt {
	color: #fff;
}

.formyy p {
	color: #000000;
	/* line-height: 30px; */
}

.formyy p strong {
	margin-right: 5px;
	font-size: 20px;
}

.formyy .yy-right {
	width: 200px;
	/* float:auto; */
	margin: auto;
}

.dtsp {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	color: #333333;
	font-size: 18px;
	margin-top: 16px;
}

.dtsp img {
	margin-right: 12px;
}

.dtsp a {
	font-size: 18px;
	color: #2F80FF;
}

.wdxq .bot3 {
	margin-top: 34px;
}

/*弹窗样式*/

.prompt-box {
	display: flex;
	align-items: center;
	height: 53px;
	background: rgba(51, 51, 51, 0.9);
	border-radius: 8px;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 16px;
	color: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -200%);
	z-index: 99999999;

}
.hg-uyy{
	width: 100%;
    color: #222 !important;
    /* color: #999; */
    /*去掉默认的下拉三角*/
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
    /*添加下拉三角图标*/
   background: url("../img/xjt.png") no-repeat right center #fff;
   background-position: 96% 50%;
   background-size: 12px;
   padding: 8px 12px;
    /* background: #FFFFFF; */
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    height: 35px;
}


.error-img {
	width: 22px;
	height: 22px;
	background-color: #FF5D61;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../images/error.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	margin-right: 10px;
	background-color: #FF5D61;
}

/* 个人中心 */
.userbox {
	background: #EFF5FF;
	height: 226px;
	display: flex;
	align-items: center;
	margin-bottom: 31px;
}

.userbox .tpic {
	width: 130px;
	height: 130px;
	background: #2F80FF;
	overflow: hidden;
	border-radius: 78px;
	position: relative;
	margin-right: 24px;
}

.userbox .tpic span {
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	color: #fff;
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 36px;
}

.userbox .tpic img {
	width: 100%;
	height: 100%;
}

.userbox .container {
	display: flex;
}

.userbox .us_bot ul {
	display: flex;
}

.userbox .us_bot ul li {
	padding: 0 33px;
	border-right: 1px solid #BFBFBF;
	display: flex;
	font-size: 24px;
	color: #333333;
	align-items: center;
}

.userbox .us_bot ul li strong {
	font-size: 16px;
	color: #999999;
	display: block;
	margin-right: 15px;
}

.userbox .us_bot ul li:nth-child(1) {
	padding-left: 0;
}

.userbox .us_bot ul li:nth-last-child(1) {
	border: none;
}

.userbox .hei {
	position: relative;
	width: calc(100% - 200px);
}

.userbox .us_bot {
	position: absolute;
	bottom: 0;

}

.userbox .hei dt {
	line-height: 34px;
	margin-bottom: 10px;
	color: #333333;
	font-size: 24px;
}

.userbox .hei p {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #999999;
}

.userbox .hei p img {
	margin-right: 6px;
}

.m_r_tj .m_r_nav {
	height: 48px;
	border-radius: 4px;
	background: #2F80FF;
	margin-bottom: 35px;
}

.m_r_tj .m_r_nav ul {
	display: flex;
	align-items: center;
}

.m_r_tj .m_r_nav ul li {
	margin: 0;
	line-height: 48px;
	color: #FFFFFF;
	padding: 0 30px;
	font-size: 18px;
	transition: all 0.3s;
	cursor: pointer;
}

.m_r_tj .m_r_nav ul li a {
	color: #fff;
}

.m_r_tj .m_r_nav ul li.on {
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}

.m_r_tj .m_r_nav ul li:hover {
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}

.ztbq {
	display: flex;
	align-items: center;
}

.sousuo .m_r_tj ul li p strong {
	font-weight: initial;
	color: #2F80FF;
}

.ztbq {
	margin-top: 13px;
}

.ztbq span {
	display: flex;
	margin-right: 40px;
	font-size: 14px;
	align-items: center;
	color: #2F80FF;
}

.ztbq span img {
	width: 20px;
	height: 20px;
}

.ztbq span.cl {
	color: #57BF65;
}

.ztbq span.q {
	font-size: 14px;
	padding: 0;
	background: none;
	color: #999999;
}

.ztbq span.q strong {
	color: #2F80FF;
}

.ztbq span.wcl {
	color: #FF5D61;
}

.bqts {
	padding: 0 11px;
	margin-top: 8px;
	color: #FF5D61;
	display: block;
	height: 36px;
	line-height: 36px;
	background: rgba(255, 93, 97, .1);
}

.ts-text {
	position: absolute;
	top: 44px;
	margin-top: 2px;
	transition: 0.3s;
	font-weight: 400;
	font-size: 12px;
	color: #E2231B;
	left: 0;
}

.userbox .tpic {
	cursor: pointer;
}

.userbox .tpic span {
	display: none;
}

.userbox .tpic:hover span {
	display: block;
}

.userbox .hei .p {
	display: flex;
}

.userbox .hei .p .pname {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #999999;
	cursor: pointer;
}

.userbox .hei .p .textarea-wrapper {
	margin-top: 0;
	background: none;
	display: none;
}

.userbox .hei .p .textarea-item {
	width: 350px;
	height: 34px;
	margin-top: 0;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;

	opacity: 1;
	padding: 0 10px;
	line-height: 34px;
	border-radius: 4px;
}

.userbox .hei .p .botom {
	width: 34px;
	height: 34px;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
}

.userbox .hei .p .botom.tj {
	background-image: url('../img/tj01.png');
	cursor: pointer;
}

.userbox .hei .p .botom.qx {
	background-image: url('../img/qx01.png');
}

.userbox .hei .p .botom.tj:hover {
	background-image: url('../img/tj002.png');
}

.userbox .hei .p .botom.qx:hover {
	background-image: url('../img/tj02.png');
}


.konshuju {
	padding-top: 62px;
	text-align: center;
	margin-bottom: 23px;
	display: none;
}

.konshuju img {
	margin-bottom: 23px;

}

.konshuju p {
	font-size: 16px;
	color: #999999;
}

.konshuju p strong {
	font-size: 16px;
	color: #2F80FF;
	font-weight: initial;
}

.ztbq span.cn {
	color: #57BF65;
}

.ztbq span.bcn {
	color: #FF5D61;
}

.grzx.wtk.sousuo .fr {
	margin-top: 0;
}

.rmfw-ul li .size-title:hover {
	color: #2F80FF;
}

#editor—wrapper {
	border: 1px solid #ccc;
	z-index: 100;
	/* 按需定义 */
}

#toolbar-container {
	border-bottom: 1px solid #ccc;
}

#editor-container {
	height: 320px;
}

#inEditor {
	height: 338px;
}

#inEditor textarea {
	border: 1px solid #EBEBEB;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-radius: 4px;
	padding: 10px;
	font-size: 16px;
	line-height: 25px;
}

.sousuo.wtxqbox .m_r_gg {
	margin-bottom: 24px;
}

/* // 404页面 */

.page-404-box {
    margin-top: 0;
    width: 100%;
    height: calc(100vh - 398px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-404-box .page-404-one {
	width: 268px;
	height: 268px;
}

.page-404-box .page-404-two-box {
	margin-left: 30px;
}

.page-404-box .page-404-two {
	width: 190px;
	height: 150px;
}

.page-404-box .page-404-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 10px;
	color: #999999;
}

.page-404-box .page-404-button {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #0474F5;
	border-radius: 18px;
	font-size: 14px;
	font-weight: 400;
	color: #0474F5;
	text-align: center;
	margin-top: 30px;
	transition: 0.3s;
}

.page-404-box .page-404-button:hover {
	background: #0474F5;
	color: #fff;
	transition: 0.3s;
}

/* h5 */
@media only screen and (max-width: 768px) {
	html {
		font-size: auto !important;
	}

	.container,
	.wxzs-item,
	.wxzs-item-img,
	.wxwd-right,
	.index-search-box {
		width: 100%;
	}

	.size-title,
	.size-title-title {
		font-size: 14px;
	}

	.nav-box a {
		font-size: 12px;
	}

	.size-text,
	.size-text-text {
		font-size: 12px;
	}

	.index-search-pc {
		display: none;
	}

	.index-search-box {
		height: 36px;
		padding-right: 0;
	}

	.wxwd-right {
		margin-left: 0;
	}

	.indexSwiper {
		width: auto;
		margin-left: 0;
	}

	.index-swiper-img {
		width: 100%;
	}

	.header-bg {
		height: auto;
	}

	.header-top-right {
		display: none;
	}

	.container {
		/* padding: 0 12px; */
	}

	.header-top {
		height: auto;
		line-height: 18px;
		padding: 12px;
		display: none;
	}

	.header-box-logo {
		display: none;
	}

	.header-box .container {
		/* padding: 0 12px; */
	}

	.header-box {
		margin: 12px 0;
	}

	.index-search {
		margin-top: 0;
	}

	.zxyy-box {
		padding: 16px 18px;
		margin-top: 16px;
	}

	.zxyy-form {
		margin-top: 24px;
	}

	.zxyy-form select,
	.zxyy-input {
		height: 35px;
	}

	.yy-btn {
		margin-bottom: 0;
	}


}

@media only screen and (max-width:375px) {
	.wxrow1 .fw-group-button .fw-btn2 {
		display: none;
	}

	.bz-right p {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1900px) {
	html {
		line-height: initial;

	}

}