#detailwrap {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 1103px;
}
.infoTitle {
	width: 100%;
	min-width: 1200px;
	height: 116px;
	background: #f6f7f8;
}
.infoCont {
	width: 1200px;
	margin: 0 auto;
}
.breadCrumbs {
	width: 100%;
	height: 57px;
	line-height: 57px;
	color: rgba(254, 254, 254, 0.4);
	font-size: 14px;
}
.breadCrumbs > a {
	color: rgba(254, 254, 254, 0.4);
	font-size: 14px;
}
.breadCrumbs > span {
	line-height: 57px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(254, 254, 254, 0.4);
}
.breadCrumbs > span:last-child {
	color: rgba(254, 254, 254, 0.4);
}

.positionLink:hover {
	color: #05A4FF;
}

.nav {
	width: 100%;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.nav > p {
	float: left;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #6b6b6b;
	line-height: 17px;
	margin-left: 21px;
	margin-top: 14px;
}
.nav > .list {
	display: inline-block;
	width: 1000px;
	height: 23px;
	list-style: none;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.nav > .list > li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 12px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999ea1;
	line-height: 17px;
}
.nav > .list > li:hover a {
	cursor: pointer;
	color: #05a4ff !important;
}
.nav > button {
	float: right;
	line-height: 22px;
	font-size: 12px;
	color: #707070;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
	width: 58px;
	height: 26px;
	background: #f6f6f6;
	border: 1px solid #e8e8e8;
	margin-top: 9px;
	margin-right: 20px;
}
.nav > button:hover {
	background: #fff;
}
.nav > .pkUp {
	display: inline-block;
}
.nav > .pkUp:hover,
.nav > .pkAn:hover {
	cursor: pointer;
}
.nav > .pkAn {
	display: none;
}
.nav > button > i > img {
	width: 19px;
	height: 18px;
	background: #f6f6f6;
	padding-top: 7px;
}

.product {
	width: 100%;
	background: #ffffff;
	border: 1px solid #e9e9e9;
	padding-bottom: 30px;
}
.product > .showImage {
	float: left;
	width: 420px;
	/* height: 489px; */
}
.bigImg {
	width: 400px;
	height: 400px;
	margin: 20px 0px 20px 20px;
}
.bigImg > img {
	width: 100%;
	height: 100%;
}
.imgList {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.imgList > li {
	float: left;
	width: 90px;
	height: 70px;
	margin-right: 13px;
}
.imgList > li > img {
	width: 100%;
	height: 100%;
}
.imgList > li:last-child {
	margin-right: 0px;
}
.sentiment > .enjoy {
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
}
.sentiment > .enjoy > i {
	font-size: 18px;
	cursor: pointer;
	color: #dcdcdc;
	display: inline-block;
	position: relative;
	top: 2px;
	left: -2px;
}
.sentiment > .enjoy > .iconActive {
	color: #ff6a00;
}
.sentiment > .enjoy > span {
	width: 124px;
	height: 17px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 17px;
}
.sentiment > span {
	width: 124px;
	height: 17px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 17px;
}
.sentiment > .share {
	display: inline-block;
	margin-left: 10px;
}
.sentiment > .share > i {
	font-size: 14px;
	color: #ff6a00;
}
.sentiment > .share > span {
	width: 24px;
	height: 17px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 17px;
}
.productInfo {
	max-width:740px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.productInfo > span {
	position: relative;
	top: -4px;
	display: inline-block;
	width: 44px;
	height: 24px;
	background: #ff6a00;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
}
.productInfo > h1 {
	display: inline-block;
	font-size: 26px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #222222;
	line-height: 28px;
	margin-left: 5px;
}
.productInfo > p {
	width: 740px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.productInfo > .discount {
	position: relative;
	/* display: inline-block; */
	width: 740px;
	height: 32px;
}
.productInfo > .discount > img {
	display: inline-block;
}
.productInfo > .discount > .reduced {
	position: absolute;
	top: 5px;
	left: 12px;
}
.productInfo > .discount > .reduced {
	color: #fff;
}
.productInfo > .discount > .reduced > span {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffeadb;
	line-height: 22px;
}
.productInfo > .discount > .date {
	position: absolute;
	top: 5px;
	right: 12px;
}
.productInfo > .discount > .date > .iconfont {
	color: #fff;
}
.productInfo > .discount > .date > span {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffeadb;
	line-height: 22px;
}
.productInfo > .price {
	position: relative;
	width: 740px;
	/* height: 130px; */
	padding: 6px 0 20px;
	background: #f9fafb;
	border-radius: 1px;
}
.productInfo > .price > .num {
	margin-left: 12px;
}
.productInfo > .price > .num > span {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
	margin-right: 20px;
}
.productInfo > .price > .num > .price-box {
	display: inline-block;
	font-size: 30px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ff6a00;
	line-height: 22px;
	margin: 6px 5px 10px -5px;
}
.productInfo > .price > .num > h2 > s {
	font-size: 16px;
}
.productInfo > .price > .securities {
	margin-left: 12px;
	line-height: 29px;
}
.productInfo > .price > .securities > span {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
	margin-right: 20px;
}
.productInfo > .price > .securities > .fullRedu {
	display: inline-block;
	height: 17px;
	background: #e7c8b2;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ff6a00;
	line-height: 17px;
	margin-bottom: 10px;
	padding: 0 10px;
}
.productInfo > .price > .securities > .fullRedus {
	display: inline-block;
	height: 17px;
	background: #e7c8b2;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ff6a00;
	line-height: 17px;
	padding: 0 10px;
}
.productInfo > .price > .securitiesa {
	margin-left: 12px;
	display: flex;
}
.productInfo > .price > .securitiesa > span {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
	margin-right: 20px;
}

.productInfo > .price > .securitiesa > .promize {
	display: flex;
	margin-right: 20px;
}
.productInfo > .price > .securitiesa > .promize > i {
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.order {
	position: absolute;
	top: 22px;
	right: 50px;
}
.order > .placeOrder {
	display: inline-block;
	width: 64px;
	height: 42px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	text-align: center;
}
.order > .placeOrder > p {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}
.order > .line {
	display: inline-block;
	width: 1px;
	height: 40px;
	background-color: #d6d6d6;
	margin: 0 10px 0 10px;
	line-height: 10px;
}
.order > .evaluations {
	display: inline-block;
	width: 64px;
	height: 42px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	text-align: center;
}
.order > .evaluations > p {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	text-align: center;
}
.region {
	margin-top: 14px;
	/*display: flex;*/
	align-items: center;
	display: none;
}
.region .box {
	width: auto;
}
.region .box .qrm-pinming .qrm-border1 {
	width: 100px;
}
.region .box .qrm-pinming .qrm-border2 {
	width: 100px;
	left: 100px;
}
.region .box .qrm-pinming .qrm-border3 {
	width: 100px;
	left: 200px;
}

.region .areaErrMsg {
	margin-left: 20px;
	color: #ff6a00;
	display: none;
	font-family: PingFangSC-Regular, PingFang SC;
}
.region > span {
	display: inline-block;
	width: 48px;
	height: 17px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 16px;
	margin-left: 12px;
	margin-right: 20px;
}
.region > select {
	width: 220px;
	height: 32px;
	border: 1px solid #e9e9e9;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	color: #555;
	text-shadow: none;
	border-radius: 4px;
	transition: box-shadow 0.25s ease;
	z-index: 2;
}
.select:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.select:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #ccc;
	top: 14px;
	right: 10px;
	cursor: pointer;
	z-index: -2;
}
.select select {
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select select:focus {
	outline: none;
}
.region > select > option:first-child {
	padding-left: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #cccccc;
}
.prodTypeList {
	width: 100%;
	padding-top: 10px;
}
.prodTypeList .disabled {
	background: #eee;
	color: #bbb;
	cursor: no-drop;
}
.prodTypeList .actived {
	background: #fff;
	color: #ff6a00;
	border-color: #ff6a00;
	cursor: pointer;
}
.type {
	width: 100%;
	display: flex;
	margin-top: 14px;
}
.type > span {
	/* float: left; */
	min-width: 40px;
	/* max-width:100px; */
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 33px;
	margin-left: 12px;
}
.type > ul {
	max-width: 565px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.type > ul > li {
	padding: 7px 10px;
	border: 1px solid #e9e9e9;
	margin-left: 6px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 17px;
	cursor: pointer;
}

.skuErrMsg {
	margin-left: 89px;
	color: #ff6a00;
	display: none;
	font-family: PingFangSC-Regular, PingFang SC;
}

.productInfo > .productBtn {
	margin-left: 58px;
	margin-top: 20px;
}
.productInfo > .productBtn > button {
	width: 140px;
	height: 36px;
	border: none;
	outline: none;
	background-color: #fff;
	color: #666;
	border: 1px solid #e9e9e9;
	margin-left: 2px;
}
.productInfo > .productBtn > .consultation {
	cursor: pointer;
}
.productInfo > .productBtn > .consultationb {
	cursor: pointer;
}
.productInfo > .productBtn > .consultationb:hover {
	color: #333;
	border-color: #cfcfcf;
}
.productInfo > .productBtn > .consultation:hover {
	color: #333;
	border-color: #cfcfcf;
}
.productInfo > .productBtn > .btnFirSub {
	width: 140px;
	height: 36px;
	border: none;
	outline: none;
	background: #ff6a00;
	color: #fff;
	cursor: pointer;
}

#btnFirSub {
	border: none;
	outline: none;
	background: #ff6a00;
	color: #fff;
	cursor: pointer;
}

#btnFirSub:hover {
	background: #f06c00;
}

.productInfo > .productBtn > .btnFirSub:hover {
	background: #f06c00;
}

.recom {
	/*margin-top: 40px;*/
}
.recom > .recomNav {
	width: 100%;
	height: 50px;
	background: #f4fbff;
	border-top: 1px solid #0097ff;
}
.recom > .recomNav > span {
	display: inline-block;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 48px;
	margin-left: 23px;
}
.recom > .recomNav > span > s {
	color: #0097ff;
}
.recom > .recomNav > span:last-child {
	float: right;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 48px;
	margin-right: 18px;
}
.recom > .recomList {
	position: relative;
	list-style: none;
	margin-top: 10px;
	width: 1203px;
	/* height: 347px; */
	margin-bottom: 40px;
}
.recom > .recomList > .left {
	position: absolute;
	left: -50px;
	top: 126px;
	width: 15px;
	height: 28px;
}
.recom > .recomList > .right {
	position: absolute;
	right: -8px;
	top: 126px;
	width: 15px;
	height: 28px;
}
.recom > .recomList > li {
	position: relative;
	float: left;
	width: 292px;
	height: 342px;
	background: #ffffff;
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #e9e9e9;
	margin-right: 11px;
}
.recom > .recomList > li:last-child {
	margin-right: 0px;
}
.recom > .recomList > li > .listTitle {
	width: 290px;
	height: 90px;
	background: linear-gradient(180deg, rgba(218, 242, 255, 0.75) 0%, #ffffff 100%);
}
.recom > .recomList > li > .listTitle > h2 {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 700;
	color: #000000;
	line-height: 28px;
	padding: 20px 0px 7px 19px;
}
.recom > .recomList > li > .listTitle > span {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ff6a00;
	line-height: 17px;
	margin-left: 19px;
}
.recom > .recomList > li > .listTitle > img {
	position: absolute;
	top: 12px;
	right: 5px;
}
.recom > .recomList > li > .condi > li {
	margin-bottom: 8px;
}
.recom > .recomList > li > .condi {
	height: 120px;
	list-style: none;
	margin-left: 20px;
	margin-bottom: 45px;
}
.recom > .recomList > li > .condi > li > img {
	margin-right: 8px;
}
.recom > .recomList > li > .condi > li > span {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
}
.recom > .recomList > li > .condi > li > .more {
	margin-left: 22px;
}
.recom > .recomList > li > .listLine {
	width: 252px;
	height: 1px;
	border: 1px solid #e9e9e9;
	margin: 0 auto;
}
.recom > .recomList > li > .price {
	margin-top: 9px;
	margin-bottom: 9px;
}
.recom > .recomList > li > .price > span {
	font-size: 28px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ff6a00;
	line-height: 20px;
	margin-left: 20px;
}
.recom > .recomList > li > .price > span > s {
	font-size: 14px;
}
.recom > .recomList > li > .price > span:last-child {
	margin-left: 8px;
	text-decoration: line-through;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #b0b0b0;
	line-height: 20px;
}
.recom > .recomList > li > button {
	width: 292px;
	height: 38px;
	background: #009cf5;
	border: none;
	outline: none;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
}

.recom > .content {
	float: left;
	width: 900px;
	border: 1px solid #e9e9e9;
	margin-right: 19px;
	margin-top: 20px;
	background: #fff;
}
.recom > .content > .service {
	width: 898px;
	background: #ffffff;
	margin-right: 19px;
}
.recom > .content > .service > .serActive{
	width: 898px;
	height: 60px;
	border-bottom: 1px solid #e9e9e9;
	list-style: none;
}
.recom > .content > .service > .serActive> ul {
	width: 898px;
	height: 60px;
	border-bottom: 1px solid #e9e9e9;
	list-style: none;
	padding-left: 20px;
}
.recom > .content > .service > .serActive> ul > li {
	margin: 0 20px;
	height: 60px;
	float: left;
	cursor: pointer;
}
.recom > .content > .service > .serActive> ul > li > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 60px;
}
.recom > .content > .service > div> ul > li:hover {
	border-bottom: 2px solid #05a4ff;
}

.recom > .content > .process {
	width: 898px;
	background: #ffffff;
}
.recom > .content > .process > .proCont {
	padding: 0 42px;
	margin-top: 35px;
}
.recom > .content > .process > .proCont > .title-box {
	display: inline-block;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 33px;
}
.recom > .content > .process > .proCont > .handle {
	padding-left: 30px;
	margin-top: 60px;
}
/* .recom > .content > .process > .proCont > .handle > .circle {
	display: inline-block;
	width: 34px;
	height: 34px;
	border: 2px solid #05a4ff;
	border-radius: 50%;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #05a4ff;
	line-height: 31px;
	text-align: center;
} */
.recom > .content > .process > .proCont > .discrip {
	padding-left: 17px;
	margin-top: 10px;
}
.recom > .content > .process > .proCont > .discrip > .disc {
	display: inline-block;
	margin-right: 61px;
	width: 64px;
	height: 44px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	text-align: center;
}

.recom > .content > .process > .proCont > .proContStep {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 45px;
}
.recom > .content > .process > .proCont > .proContStep > .proContStep_item {
	min-width: 16.66%;
	/*flex: 1;*/
	position: relative;
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.recom > .content > .process > .proCont > .proContStep > .proContStep_item:last-child > .lineCir {
	display: none;
}
.recom > .content > .process > .proCont > .proContStep > .proContStep_item:nth-child(6n) > .lineCir {
	display: none;
}
.recom > .content > .process > .proCont > .proContStep .circle {
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	border-radius: 100px;
	align-items: center;
	border: 2px solid #05a4ff;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #05a4ff;
	line-height: 25px;
}

.recom > .content > .process > .proCont > .proContStep .lineCir {
	/*width: 58%;*/
	width: calc(100% - 44px);
	height: 1px;
	background: #b3b3b3;
	position: absolute;
	top: 17px;
	/*left: 97px;*/
	left: calc(50% + 22px);
}

.recom > .content > .process > .proCont > .proContStep .disc {
	width: 71%;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
}

.recom > .content > .obtain {
	width: 898px;
	background: #ffffff;
}
.recom > .content > .obtain > .obTitle {
	padding-left: 30px;
	margin-top: 60px;
}
.recom > .content > .obtain > .obTitle > .title-box {
	display: inline-block;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 33px;
}
.recom > .content > .obtain > .obCont {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 70px;
}
.recom > .content > .obtain > .obCont > .obLicense {
	width: 33.3333%;
	margin-top: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.recom > .content > .obtain > .obCont > .obLicense > img {
	width: 140px;
	height: 140px;
}
.recom > .content > .obtain > .obCont > .obLicense > div {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.recom > .content > .obtain > .obCont > div {
	display: inline-block;
	text-align: center;
	margin-right: 103px;
}
.recom > .content > .security {
	width: 898px;
	height: 336px;
	background: #ffffff;
}
.recom > .content > .security > .securityTitle {
	padding-left: 30px;
	margin-top: 60px;
}
.recom > .content > .security > .securityTitle > .title-box {
	display: inline-block;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 33px;
}
.recom > .content > .security > .securityCont {
	float: left;
	padding-left: 15px;
	margin-top: 45px;
}
.recom > .content > .security > .securityCont > .securityList {
	float: left;
	list-style: none;
}
.recom > .content > .security > .securityCont > .securityList > li {
	float: left;
	text-align: center;
	width: 175px;
}
.recom > .content > .security > .securityCont > .securityList > li > .listWord > b {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.recom > .content > .security > .securityCont > .securityList > li > .listWord > p {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
}
.recom > .content > .evaluation {
	width: 901px;
}
.recom > .content > .evaluation > .evalTit {
	padding-left: 30px;
	/* margin-top: 60px; */
}
.recom > .content > .evaluation > .evalTit > .title-box {
	display: inline-block;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 33px;
	margin-bottom: 55px;
}
.recom > .content > .evaluation > .evalTit > .evalNav > .degree {
	float: left;
	width: 91px;
	height: 76px;
	text-align: center;
	margin-right: 16px;
}
.recom > .content > .evaluation > .evalTit > .evalNav > .degree > p {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #767676;
	line-height: 17px;
}
.recom > .content > .evaluation > .evalTit > .evalNav > .degree > h2 {
	font-size: 42px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ff6a00;
	line-height: 59px;
}
.recom > .content > .evaluation > .evalTit > .evalNav > .degree > h2 > s {
	font-size: 24px;
}
.recom > .content > .evaluation > .evalTit > .evalNav > .degreeList {
	display: inline-block;
	width: 700px;
	list-style: none;
	margin-top: 3px;
}
.recom > .content > .evaluation > .evalTit > .evalNav > .degreeList > li {
	float: left;
	padding: 0 10px;
	height: 24px;
	border-radius: 2px;
	border: 1px solid #e9e9e9;
	line-height: 22px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #e9e9e9;
	cursor: pointer;
}
.recom > .content > .evaluation > .evalTit > .evalNav > .degreeList > li:hover {
	color: #0097ff;
}
hr {
	margin-top: 15px;
	width: 851px;
	height: 1px;
	border-radius: 2px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.recom > .content > .evaluation > .evalCont_mian > .notdata {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 70px 0;
}

.recom > .content > .evaluation > .evalCont_mian > .notdata > img {
	width: 140px;
}
.recom > .content > .evaluation > .evalCont_mian > .notdata > p {
	margin-top: 10px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
	line-height: 20px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .discuss {
	padding-left: 30px;
	width: 163px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .discuss > .profilePhoto {
	float: left;
	width: 25px;
	height: 25px;
	background: #a6dbff;
	border-radius: 50%;
	margin-right: 10px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .discuss > p {
	float: left;
	height: 17px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main {
	float: right;
	width: 734px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .title {
	overflow: hidden;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .title > .mainTit {
	float: left;
	margin-top: 4px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .title > .mainTit > .star {
	list-style: none;
	float: left;
	margin-right: 5px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .title > .mainTit > .star > li {
	float: left;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .title > .mainTit > span {
	float: left;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #767676;
	line-height: 17px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .title > .date {
	float: right;
	margin-right: 19px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > hr {
	margin: 0 auto;
	margin-left: 30px;
	clear: both;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .mainCont {
	width: 100%;
	/* float: left; */
	margin-top: 20px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .mainCont > p {
	width: 100%;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
	margin-bottom: 15px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .mainCont > .mainImg {
	height: 35px;
	display: block;
	list-style: none;
	margin-bottom: 20px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .mainCont > .mainImg > li {
	float: left;
	width: 48px;
	height: 35px;
	background-color: darkgray;
	margin-right: 10px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .mainCont > .imgBig {
	float: left;
	width: 400px;
	height: 310px;
	background-color: darkgray;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .mianFoot {
	float: left;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .mianFoot > p {
	display: inline-block;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
	margin: 15px 0px;
}
.recom > .content > .evaluation > .evalCont_mian > .evalCont > .main > .mianFoot > .mainAdd {
	margin-right: 20px;
}
.recom > .content > .problem {
	width: 898px;
	padding-bottom: 40px;
	background: #ffffff;
}
.recom > .content > .problem > .proTitle {
	padding-left: 30px;
	margin-top: 60px;
}
.recom > .content > .problem > .proTitle > .title-box {
	display: inline-block;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 33px;
}
.recom > .content > .problem > .first {
	margin-left: 30px;
	margin-top: 50px;
	display: flex;
}
.recom > .content > .problem > .first > .numb {
	display: inline-block;
	width: 29px;
	height: 28px;
	border: 1px solid #05a4ff;
	border-radius: 50%;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #05a4ff;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
}
.recom > .content > .problem > .first > .first_main {
	flex: 1;
}
.recom > .content > .problem > .first > .first_main > .twoNum {
	margin-top: 10px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.recom > .content > .problem > .first > .first_main > .firNum {
	display: inline-block;
	width: 95%;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
}
.recom > .content > .problem > .last {
	margin-left: 30px;
	margin-top: 50px;
}
.recom > .content > .problem > .last > .numb {
	display: inline-block;
	width: 29px;
	height: 28px;
	border: 1px solid #05a4ff;
	border-radius: 50%;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #05a4ff;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
}
.recom > .content > .problem > .last > .lastNum {
	display: inline-block;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
}
.recom > .content > .problem > .last > .threeNum {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-left: 44px;
	margin-top: 10px;
}

.listActive {
	color: #0097ff !important;
	border: 1px solid #0097ff !important;
}
.recom > .experts {
	float: left;
	width: 280px;
	background: #ffffff;
	margin-top: 20px;
}

.recom > .need {
	float: left;
	width: 280px;
	height: 500px;
	background: #ffffff;
	border: 1px solid #e9e9e9;
	margin-top: 20px;
}
.recom > .content > .service > .serveCont {
	/*position: relative;*/
	/*padding-left: 42px;*/
	width: 898px;
	margin-top: 1px;
	text-align: center;
}
.serveCont img {
	max-width: 100%;
	height: auto;
}
.recom > .content > .service > .serveCont > h2 {
	display: inline-block;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 33px;
}
.recom > .content > .service > .serveCont > .regist > .regisits {
	width: 199px;
	height: 34px;
	background: linear-gradient(121deg, #8fd1ff 0%, #0097ff 100%);
	border-radius: 100px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ffffff;
	line-height: 34px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}
.recom > .content > .service > .serveCont > .regist > span {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 29px;
	margin-bottom: 3px;
}
/*.recom>.content>.service>.serveCont>img{*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: 50px;*/
/*}*/
.recom > .experts > h2 {
	margin-top: 16px;
	margin-bottom: 5px;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 20px;
	text-align: center;
}
.recom > .experts > p {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 17px;
	text-align: center;
	margin-bottom: 16px;
}
.recom > .experts > .phone {
	margin-left: 10px;
}
.recom > .experts > .phone > span {
	width: 67px;
	height: 17px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666;
	line-height: 17px;
	margin-right: 3px;
}
.recom > .experts > .phone > span > s {
	color: #ff0000;
}
.recom > .experts > .phone > input {
	width: 173px;
	height: 32px;
	border-radius: 2px;
	border: 1px solid #e9e9e9;
}
.recom > .experts > .phone > input::-webkit-input-placeholder {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #cccccc;
	line-height: 22px;
}

.recom > .experts > .phone > input:-moz-placeholder {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #cccccc;
	line-height: 22px;
}

.recom > .experts > .phone > input::-moz-placeholder {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #cccccc;
	line-height: 22px;
}

.recom > .experts > .phone > input::-ms-input-placeholder {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #cccccc;
	line-height: 22px;
}
.recom > .experts > .demand > span {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 17px;
}
.recom > .experts > .demand > textarea {
	width: 173px;
	height: 60px;
	border-radius: 2px;
	border: 1px solid #e9e9e9;
}

.infoFoot {
	width: 100%;
	float: left;
	margin-top: 78px;
	background-color: #2aabd2;
}

#detailwrap > .dialog {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
}
#detailwrap > .dialog > .modalDialog {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 637px;
	height: 361px;
	background: #ffffff;
	z-index: 100;
}
.modalDialog > .title {
	text-align: center;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #222222;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 34px;
}
.modalDialog > .dialogCont {
	width: 549px;
	height: 145px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-left: 44px;
	margin-bottom: 20px;
}
.modalDialog > .agreement {
	margin-left: 44px;
	margin-bottom: 40px;
}
.modalDialog > .agreement > span {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.modalDialog > .agreement > span > s {
	color: #05a4ff;
}
.modalDialog > .agreement > b {
	color: #ff6a00;
	display: none;
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 12px;
	font-weight: 500;
}
.modalDialog > .dialogBtn {
	width: 100%;
	text-align: center;
}
.modalDialog > .dialogBtn > button {
	width: 140px;
	height: 40px;
	background: #05a4ff;
	border: none;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	cursor: pointer;
}
.modalDialog > .ellipse {
	position: absolute;
	top: 50px;
	right: 206px;
}
.modalDialog > .path {
	position: absolute;
	top: 81px;
	left: -36px;
}
.modalDialog > .oval {
	position: absolute;
	bottom: 3px;
	right: 20px;
}
.modalDialog > .grouping {
	position: absolute;
	top: -74px;
	right: 14px;
}

#detailwrap > .dialog > .modalDialogs {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	height: 168px;
	background: #ffffff;
	z-index: 100;
}
.modalDialogs > .dialogsKnow {
	position: absolute;
	left: 50%;
	margin-left: -42px;
	top: 34px;
}
.modalDialogs > h4 {
	text-align: center;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #222222;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 34px;
}
.modalDialogs > .ellipse {
	position: absolute;
	top: 50px;
	right: 206px;
}
.modalDialogs > .path {
	position: absolute;
	top: 81px;
	left: -36px;
}
.modalDialogs > .oval {
	position: absolute;
	bottom: 3px;
	right: 20px;
}
.modalDialogs > .grouping {
	position: absolute;
	top: -74px;
	right: 14px;
}
.modalDialogs > .commitSuccess {
	position: absolute;
	bottom: 0;
	margin-bottom: 35px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	line-height: 25px;
	color: #222222;
}
.modalDialogs > .dialogBtn {
	width: 100%;
	text-align: center;
}
.modalDialogs > span {
	position: absolute;
	right: 0px;
	width: 22px;
	height: 22px;
	top: 10px;
	margin-right: 6px;
	cursor: pointer;
}
.modalDialogs > .dialogBtn > button {
	width: 140px;
	height: 40px;
	background: #05a4ff;
	border: none;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	position: absolute;
	bottom: 21px;
	left: 50%;
	transform: translateX(-70px);
	cursor: pointer;
}

.round {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid #0097ff;
	border-radius: 50%;
	margin-right: 2px;
	margin-bottom: 2px;
}
.block {
	display: inline-block;
	width: 3px;
	height: 21px;
	background: linear-gradient(180deg, #12b4ff 0%, #106bff 100%);
	position: relative;
	top: 2px;
}
.aActive {
	font-weight: 600 !important;
	color: #05a4ff !important;
}
.liActive {
	border-bottom: 2px solid #05a4ff;
}
/* .active{
    background-color: #FF6A00 !important;
    color: #FFFFFF !important;
} */
.seg {
	width: 100%;
	height: 1px;
	background: #e7e7e7;
}
.icon {
	width: 15px;
	height: 14px;
	margin-right: 2px;
	vertical-align: -0.15em;
	fill: #ff6a00;
	overflow: hidden;
}

a {
	text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
	text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
	text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
	text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
	text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
	text-decoration: none;
}

/* .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
        url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
  } */
.right .iconfont {
	font-size: 58px;
	color: #cecfd1;
}
.left .iconfont {
	font-size: 58px;
	color: #cecfd1;
}
.pkUp .iconfont {
	float: right;
	font-size: 20px;
	color: #6d6d6d;
}
.pkAn .iconfont {
	float: right;
	font-size: 20px;
	color: #6d6d6d;
}
.star .icon-Star {
	color: #a5a5a5;
	font-size: 16px;
}
.star .icon-Star.star {
	color: #ff6a00;
}
/*.star li:last-child> .iconfont{*/
/*    color: #A5A5A5;*/
/*}*/
.productAvtive {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #05a4ff !important;
	line-height: 17px;
}

.imgActive {
	border: 2px solid #ff6a00;
}

/* 分页 */

.result_container_main_left_pagination {
	width: 100%;
	padding: 0 27px;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
}

.result_container_main_left_pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* 禁止选中文本 */
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	-webkit-touch-callout: none;
	user-select: none;
}

.result_container_main_left_pagination ul li {
	width: 32px;
	height: 32px;
	background: #ffffff;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-family: HelveticaNeue;
	color: rgba(0, 0, 0, 0.65);
	line-height: 22px;
	margin-right: 6px;
	cursor: pointer;
}

.result_container_main_left_pagination ul li:hover,
.result_container_main_left_pagination ul .actived {
	background: #05a4ff;
	color: #fff;
	border: 1px solid #05a4ff;
}

a {
	text-decoration: none;
	color: #999ea1;
}
/*正常的未被访问过的链接*/
a:link {
	text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
	text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
	text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
	text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
	text-decoration: none;
}

/* 。。。。 */

.tipsModal {
	width: 300px;
	height: 50px;
	background: #ffffff;
	position: fixed;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
}
.ModalCollect {
	display: none;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.ModalCanel {
	display: none;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.modalTitle {
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 30px;
}
.modalTitle p {
	font-weight: 600;
	padding-left: 40px;
}
.icon-success {
	color: #0abf5b;
	font-size: 40px;
}


.experts .mayNecessary {
	width: 277px;
	 height: auto;
	background: #0f0;
	background: #FFFFFF;
	/*border: 1px solid #E9E9E9;*/
}

.experts .answer {
	width: 277px;
	height: auto;
	background: #FFFFFF;
	/*border: 1px solid #E9E9E9;*/
	margin-top: 20px;
}

.experts .hotVideo {
	width: 277px;
	height: auto;
	background: #FFFFFF;
	/*border: 1px solid #E9E9E9;*/
	margin-top: 20px;
}
