
/*顾客需求登记*/
.regist{
	height: 368px;
	background: url(../images/kefuvip.png) no-repeat center;
	background-size:cover;
	position: relative;
}

.regist .regist-qq{
	width: 31%;
	position: absolute;
	left: 0;
	top: 50%;
	margin: 0 9%;
	transform: translateY(-50%);
}
.regist .regist-qq .text{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.regist .regist-qq .qq{
	margin: 12px 0;
}
.regist .regist-qq .qq a{
	display: inline-block;
	line-height: 25px;
	background: #23AFC5;
	padding: 0 9px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 12px;
}
.regist .regist-qq .qq img{
	width: 14px;
	margin-right: 4px;
}
.regist-box{
	width: 517px;
	height: 310px;
	margin: 32px 83px 0 0;
	padding: 0 15px;
	background: #FFF7E9;
    border-radius: 0px 50px 0px 50px;
	/*background: url(../images/dengji.png) no-repeat center;*/
	/*background-size:cover;*/
}
.regist-box .title{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0;
}
.regist-box .title img{
	width: 41px;
}
.regist-box .form p{
	width: 70px;
	min-width: 70px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}
.regist-box .form li{
	display: flex;
	width: 50%;
	float: left;
	margin-bottom: 15px;
	padding: 0 3%;
}
.regist-box .form input{
	flex: 1;
	width: 100%;
	height: 32px;
	font-size: 14px;
	color: #333333;
	background: #FFF4DE;
	border: 1px solid #FED990;
	padding: 0 10px;
	font-weight: bold;
}
.regist-box .form select{
	flex: 1;
	width: 100%;
	height: 32px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	border: 1px solid #FED990;
	padding: 0 10px;
	padding-right: 34px;
	background: #FFF4DE url(../images/xiala.png) no-repeat 95% center;
	background-size: 14px 14px;
}
.regist-box .form textarea{
	width: 100%;
	height: 54px;
	font-size: 14px;
	color: #333333;
	background: #FFF4DE;
	border: 1px solid #FED990;
	padding: 6px 10px;
	line-height: 20px;
	font-weight: bold;
}
#distpicker{
	margin: 0 -4px;
	display: flex;
}
#distpicker select{
	margin: 0 4px;
}
.regist-box .submit button {
	width: 126px;
	height: 32px;
	background: #CB0000;
	font-size: 14px;
	color: #FFFFFF;
}











/*最新需求*/
.demand{

}
.demand .title{
	font-size: 18px;
	font-weight: bold;
	color: #AC114B;
	line-height: 25px;
	position: relative;
	padding-left: 14px;
	margin-bottom: 15px;
}
.demand .title:after{
	content:"";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 18px;
	background: linear-gradient(135deg, #8328B3 0%, #CB0000 100%);
}
.demand .title2{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 0 30px;
}
.demand .title2 span{
	color: #AC114B;
}




.demand-tab {
	margin-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}
.demand-tab li{
	float: left;
    line-height: 52px;
    margin-right: 50px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.demand-tab li.active{
	color:#AC114B;
}
.demand-tab li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #8328B3 0%, #CB0000 100%);
}



.dem-banner .item{
	margin-bottom: 15px;
	padding-top: 35px;
}
.dem-banner .box{
	background: #FFFFFF;
	position: relative;
	padding: 0 15px 15px;
}
.dem-banner .photo{
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius:100%;
	margin: 0 auto;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
}
.dem-banner .name{
	font-size: 14px;
	color: #666666;
	margin: 15px 0 0 0;
	padding-top: 50px;
}
.dem-banner .name p{
	margin-bottom: 10px;
}
.dem-banner .name span{
	color: #000000;
	font-weight: bold;
	margin-right: 15px;
}
.dem-banner .text{
	height: 90px;
	padding: 15px;
	font-size: 14px;
	color: #333333;
	background: #FFF8F8;
	/*text-align: justify;*/
}
.dem-banner .heightauto{
	line-height: 20px;
	height: 60px;
	overflow-y: auto;
	padding-right: 8px;
}
/* 设置滚动条轨道的颜色 */
.scrollbar::-webkit-scrollbar-track {
    background-color: #F1F1F1;
}
 
/* 设置滚动条滑块的颜色 */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px;
}
/* 设置滚动条宽度 */
.scrollbar::-webkit-scrollbar {
    width: 5px;
    /*border-radius: 10px;*/
}

.dem-banner .link{
	text-align: right;
	margin: 10px 0 0 0;
}
.dem-banner .link a{
	font-size: 14px;
	color: #CB0000;
}
.dem-banner .link span{
	font-size: 14px;
	color: #333;
}
.dem-banner .link em{
	font-size: 14px;
	color: #CB0000;
}
.dem-banner{
	padding: 0 32px;
}
.dem-banner .swiper-button-next{
	top: 50%;
	width: 20px;
	height: 20px;
	background: #999999;
	border-radius: 100%;
	right: 0;
	outline: none;
}
.dem-banner .swiper-button-prev {
	top: 50%;
	width: 20px;
	height: 20px;
	background: #999999;
	border-radius: 100%;
	left: 0;
	outline: none;
}
.dem-banner .swiper-button-next:after, .dem-banner .swiper-button-prev:after{
	font-size: 10px;
	color: #fff;
}











/*达人榜*/
.share-dr{
	margin: 15px 0;
}
.share-dr .title{
	font-size: 18px;
	font-weight: bold;
	color: #AC114B;
	line-height: 25px;
	position: relative;
	padding-left: 14px;
	margin-bottom: 15px;
}
.share-dr .title:after{
	content:"";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 18px;
	background: linear-gradient(135deg, #8328B3 0%, #CB0000 100%);
}
.share-dr .person{
	padding-left: 0;
}
.share-dr .person li {
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 24px 0 30px;
	color: #fff;
	background:url(../images/put2.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	box-shadow: 0px 2px 4px 0px #BEB9CF;
}
.share-dr .person li:nth-child(1){
	background:url(../images/guanjun2.png) no-repeat center;
	background-size: 100% 100%;
}
.share-dr .person li:nth-child(2){
	background:url(../images/yajun2.png) no-repeat center;
	background-size: 100% 100%;
}
.share-dr .person li:nth-child(3){
	background:url(../images/jijun2.png) no-repeat center;
	background-size: 100% 100%;
}

.share-dr .person li:nth-child(1) .num span{
	display: none;
}
.share-dr .person li:nth-child(2) .num span{
	display: none;
}
.share-dr .person li:nth-child(3) .num span{
	display: none;
}
.person .num{
	width: 72px;
	height: 30px;
	line-height: 30px;
	min-width: 60px;
	font-size: 16px;
	color: #8D5022;
	font-weight: bold;
	text-align: center;
	margin-right: 15px;
}
.person .photobox{
	width: 30%;
	height: 98px;
}
.person .photo{
	width: 70px;
	min-width: 70px;
	height: 70px;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	border-radius: 8px;
	overflow: hidden;
}
.person .name{
	flex: 1;
	font-size: 16px;
	font-weight: bold;
	color: #8D5022;
	margin-left: 30px;
}
.person .name img{
	width: 14px;
	margin-left:5px;
}
.person .code{
	/*flex: 1;*/
}
.person .code img{
	width: 44px;
}
.person .number{
	flex: 1;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.person .btns{
	margin-left: 11%;
}
.person .btns a{
	display: inline-block;
	width: 94px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	font-size: 14px;
	color: #CB0000;
	transition-duration:0.3s;
}

.person .btns a:hover{
	background: #CB0000;
	color: #FFFFFF;
}

.person .list{
	background: #fff;
    padding: 16px;
}








/*回答问题*/
.mentor-tj .title-more{
  line-height: 25px;
}
.mentor-tj .title-more a{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    display: inline-block;
}
.mentor-tj .title-more a:hover{
    color: #CB0000;
}
.mentor-tj .title-more img{
    width: 16px;
    margin-left: 4px;
}
.news .titles{
    font-size: 18px;
    font-weight: bold;
    color: #AC114B;
    line-height: 25px;
    position: relative;
    padding-left: 14px;
    margin-bottom: 15px;
}
.news .titles:after{
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: linear-gradient(135deg, #8328B3 0%, #CB0000 100%);
}
.mentor-tj .list {
    overflow: hidden;
}





.zw-banner {
    margin-top: 15px;
}
.zw-hr {
    height: 8px;
    margin: auto;
    margin-top: 15px;
    background: linear-gradient(135deg, #7D2BC2 0%, #CB0000 100%);
}
.answer {
    background: #FFFFFF;
    overflow: hidden;
    padding: 15px;
}
.answer-left {
    width: 23.5%;
    float: left;
}
.answer-left-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/yiwen.png) no-repeat center;
    background-size: 100%;
    float: left;
}
.answer-left-text {
    width: 100%;
    flex: 1;
    height: auto;
    float: left;
    padding-right: 15px;
}
.answer-left-text p {
    margin-bottom: 15px;
}
.answer-left-text-1 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}
.answer-left-text-2 {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.answer-left-text-3, .answer-left-text-3 a {
    font-size: 12px;
    font-weight: 400;
    color: #999999!important;
    line-height: 17px;
}
.answer-left-text-4 {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
}
.ml-30 {
    margin-left: 30px;
}
.answer-right {
    width: 76.5%;
    float: left;
}
.answer-right-input-box {
    width: 100%;
    height: 120px;
    background: #FBF9F9;
    padding: 16px 17px 16px 17px;
    font-size: 14px;
    font-weight: 200;
    color: #999999;
    line-height: 20px;
}
.answer-right-input-box textarea{
	height: 88px;
	width: 100%;
    background: none;
    border: none;
}
.answer-right-button {
    width: 126px;
    height: 32px;
    background: #CB0000;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 15px;
    float: right;
}
.red-blod {
    color: #CB0000;
    font-weight: 400;
}



.mentor-list{
	margin-top: 50px;
}
.mentor-list .item{
	margin-bottom: 15px;
}
.mentor-list-headpic{
	width:140px;
	height:140px;
	float: left;
}
.mentor-list-headpic img{
	width:100%;
	height:100%;
}
.mentor-list-people-info{
	width: 100%;
	height: 30px;
	background: rgba(0,0,0,0.3);
	position: relative;
	top:-30px;
	left: 0px;
}
.mentor-list-people-info-text{
	width:50%;
	height: 30px;
	float:left;
	line-height: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.mentor-list-info{
	margin-left: 146px;
}
.triangle{
    width: 0;
    height: 0;
    border-left: 10px solid #FFFFFF;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(-45deg);
    position: relative;
    top:61px;
	float: left;
}
.mentor-list-info-content{
	width: 100%;
    background: #FFFFFF;
    margin-left: 6px;
    padding: 16px 14px 14px 18px ;
}
.mentor-list-info-content-desc{
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	margin-bottom: 30px;
}
.mentor-list-info-content-desc-link{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.mentor-list-info-content-desc-link span{
font-size: 12px;
color: #666666;
}

.mentor-list-info-content-desc-link span,.mentor-list-info-content-desc-link div{
	float: left;
}
.fa-ask{
	width:14px;
	height:14px;
	margin-left: 4px;
	background: url(../images/ask@2x.png) no-repeat center;
	background-size: 100%;
}
.fa-tel{
	width:14px;
	height:14px;
	background: url(../images/phone2.png) no-repeat center;
	background-size: 100%;
}
.mentor-list .mentor-list-info-content-time{
	float: right;
	font-size: 14px;
}



@media screen and (max-width: 1024px){
/*提交需求*/
.regist-box {
    margin: 32px 30px 0 0;
}
.regist .regist-qq {
    width: 36%;
    margin: 0 3%;
}
}


@media screen and (max-width: 820px){
/*提交需求*/
.regist {
    height: auto;
    position: relative;
    overflow: hidden;
}
.regist .regist-qq {
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    margin: 30px 9%;
    transform: translateY(0);
}
.regist-box {
    width: 90%;
    height: auto;
    margin: 0 5% 20px;
}
.regist-box .form li {
    width: 100%;
}
.regist-box .submit button{
	margin-bottom: 15px;
}
}





@media screen and (max-width: 768px){
/*提交需求*/
.regist {
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}









/*达人榜*/
.share-dr .person {
	padding: 0;
	margin-bottom: 15px;
}
.person .number {
    display: none;
}
.person .btns {
    display: none;
}
.share-dr .person li {
	background:url(../images/put2.png) no-repeat left center;
	background-size: auto 100%;
}
.share-dr .person li:nth-child(1){
	background:url(../images/guanjun2.png) no-repeat left center;
	background-size: auto 100%;
}
.share-dr .person li:nth-child(2){
	background:url(../images/yajun2.png) no-repeat left center;
	background-size: auto 100%;
}
.share-dr .person li:nth-child(3){
	background:url(../images/jijun2.png) no-repeat left center;
	background-size: auto 100%;
}
.person .photobox {
    flex: 1;
}
.person .name {
    flex: 1;
    margin-left: 15px;
}
.person .code {
    flex: 0;
}
.person .list {
    background: none;
    padding: 0;
}













/*回答问题*/
.answer-left {
    width: 100%;
}
.answer-right {
    width: 100%;
}
.answer-left-text {
    padding-right: 0;
}


.mentor-list-headpic {
    width: 120px;
    height: 140px;
    float: left;
}
.mentor-list-info-content-desc {
    height: 40px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
}
.mentor-list-info {
    margin-left: 126px;
}
.mentor-list-info-content-desc-link span, .mentor-list-info-content-desc-link div {
    float: none;
}
.mentor-list-info-content-desc-link .ml-30 {
    margin-left: 0;
}
.mentor-list .mentor-list-info-content-time {
    float: none;
    font-size: 12px;
}








}