/*
 * @Description: 【描述】 页面注释（必写）
 * @fileName: 【页面名称】 
 * @Author: 【作者】 Liangxinyang（必写）
 * @Date: 【创建日期】 2020-1-6（必写）
 * @LastEditors  : Please set LastEditors
 * @LastEditTime : 2020-01-08 21:55:10
 */

/* 登录  start */

.sign {
    height: 910px;
    background: url(../images/signBG.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 120px;
}

.sign .cont {
    width: 460px;
    margin: 0 auto;
}

.sign .cont .shadow {
    box-shadow: 0 0 10px #cdcdce;
}

.sign .cont .tabbtn {
    background-color: #F9F8F8;
}

.sign .cont .tabbtn button {
    width: 100%;
    height: 72px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333333;
    background: rgba(0, 0, 0, 0);
}

.sign .cont .tabbtn1 button {
    width: 48%;
    height: 72px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333333;
    background: rgba(0, 0, 0, 0);
    outline: none;
}

.sign .cont .tabbtn .on {
    color: #2077C8;
    outline: none;
    border: none;
}

.sign .cont .from {
    background-color: #FFF;
    padding: 50px 40px;
}

.sign .cont .from li {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 20px;
}

.sign .cont .from li:last-child {
    margin-bottom: 0;
}

.sign .cont .from .phonedange {
    font-size: 16px;
    color: #FD4C4B;
    height: 20px;
    margin-bottom: 20px;
    padding: 0;
}

.sign .cont .from li input {
    padding: 0 15px;
    height: 100%;
    font-size: 18px;
    width: calc(100% - 20px);
}

.sign .cont .from li input {
    padding: 0 15px;
    height: 100%;
    font-size: 18px;
    width: calc(100% - 25px);
}

.sign .cont .from .password input {
    padding: 0 15px;
    height: 100%;
    font-size: 18px;
    width: calc(100% - 50px);
}

.sign .cont .from .border {
    border: 1px solid #EEEEEE;
}

.sign .cont .from .border1 {
    border: 1px solid #FD4C4B;
}

.sign .cont .from .mapwarp {
    padding: 0;
    overflow: hidden;
}

.sign .cont .from .mapwarp .kuang {
    width: 230px;
    float: left;
}

.sign .cont .from .mapwarp .niu {
    width: 140px;
    color: #FFF;
    background-color: #2077C8;
    font-size: 18px;
    border: none;
    float: right;
}

.sign .cont .from img {
    width: 19px;
    position: relative;
    top: -3px;
}

.sign .cont .check {
    margin-top: 52px;
    font-size: 16px;
}

.sign .cont .check .service {
    color: #2077C8;
    cursor: pointer;
}

.sign .cont .check .service1 {
    color: #BFBFBF;
    cursor: pointer;
}

.sign .cont .check .right {
    font-size: 16px;
    color: #BFBFBF;
    float: right;
}

.sign .cont .check .right a {
    font-size: 16px;
    color: #2077C8;
}

.sign .cont .register {
    width: 100%;
    height: 60px;
    background-color: #2077C8;
    color: #FFF;
    border: none;
    outline: none;
    font-size: 22px;
    margin-top: 20px;
}

/* 登录  end */

/* 修改复选框样式 start */

input[type="checkbox"] {
    -webkit-appearance: none;
    /*清除复选框默认样式*/
    background: #fff url(../images/gou.png) no-repeat center;
    /*复选框的背景图，就是上图*/
    background-size: 100% 100%;
    height: 20px;
    /*高度*/
    vertical-align: middle;
    width: 20px;
    position: relative;
    top: -3px;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background: #fff url(../images/gou2.png) no-repeat center;
    /*复选框的背景图，就是上图*/
    background-size: 100% 100%;
    /*background-position: -48px 0;*/
}

/* 修改复选框样式 end */

.QRcode {
    background-color: #FFF;
    text-align: center;
    padding: 80px 0 60px;
}

.QRcode .text {
    font-size: 18px;
    color: #333;
    margin-top: 40px;
}

.QRcode img {
    width: 280px;
    height: 280px;
}
.Tips{
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 25px;
}
.Tips img{
    vertical-align: middle;
}
.allPice{
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 118px;
}
.allPice .text{
    font-size: 16px;
    color: #333333;
}
.allPice .num{
    font-size: 16px;
    color: #333333;
    /* font-weight: bold; */
}
.allPice .company{
    font-size: 16px;
    color: #666666;
    /* font-weight: bold; */
}
.redtips{
    padding-left: 1em;
    line-height: 32px;
}
.cozy{
    width: 1200px;
    margin: 0 auto;
}
.cozy img{
    position: relative;
    top: -3px;
}
.cozy .tit{
    font-size: 18px; 
    color: #666666;
    margin: 0 15px;
}
.cozy .txt{
    font-size: 16px; 
    color: #999999;
}

.per_con .per_right .basicData{
    margin-top: 30px;
    border-radius:4px ;

}
.per_con .per_right .basicData .tit{
    padding: 0 30px;
    background-color: #F6FAFF;
    color:#2077C8;
    font-size: 18px;
    line-height: 50px;
}
.per_con .per_right .basicData .from{
    border: 1px solid #EEEEEE;
    padding:30px;
    display: none;
}
.per_con .per_right .basicData .from .fromList{
    margin-bottom: 16px;
}
.per_con .per_right .basicData .from .fromList .le{
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 8px;
    line-height: 44px;
    font-size: 16px;
    color: #666666;
}
.per_con .per_right .basicData .from .fromList .ri{
    width: calc(100% - 140px);
    float: right;
    line-height: 44px;
    font-size: 16px;
}
.per_con .per_right .basicData .from .fromList .ri input,
.per_con .per_right .basicData .from .fromList .ri select{
    width: 280px;
    height: 44px;
    border: 1px solid #EEE;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 16px;
}
.per_con .per_right .basicData .from .fromList .ri .choce{
    background: url(../images/donw.png) no-repeat center;
    background-position:95% 50%;
    cursor: pointer;
}
.per_con .per_right .basicData .from .fromList .ri .choce1{
    background: url(../images/addbtn.png) no-repeat center;
    background-position:100% 50%;
    cursor: pointer;
}
.per_con .per_right .basicData .from .fromList .ri .sex {
    line-height: 44px;
}
.per_con .per_right .basicData .from .fromList .ri .sex input{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 13px;
    position: relative;
    top: -2px;
    font-size: 16px;
}
.per_con .per_right .basicData .from .fromList .ri .sex .man{
    margin-right: 62px;
}
.per_con .per_right .basicData .from .fromList .ri textarea{
    width: 630px;
    height: 120px;
    border: 1px solid #EEE;
    border-radius: 4px;
    padding: 15px;
    font-size: 16px;
}
.per_con .per_right .basicData .from .fromList .ri .btns button{
    width: 100px;
    height: 36px;
    border: 1px solid #EEE;
    background-color: rgba(0,0,0,0);
    outline: none;
    border-radius: 4px;
}
.per_con .per_right .basicData .from .fromList .ri .btns .on{
    background-color:#2077C8 ;
    color: #FFF;
}
.per_con .per_right .basicData .from .fromList .ri .inputWarp{
    width: 280px;
    height: 44px;
    position: relative;
    
}
.per_con .per_right .basicData .from .fromList .ri ul{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFF;
    height: 180px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 15;
}
.per_con .per_right .basicData .from .fromList .ri ul li{
    padding: 0 15px ;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666666;
}
.per_con .per_right .basicData .from .fromList .ri ul li:hover{
    color: #2077C8;
    background-color: #F2F7FC;
}
.per_con .per_right .basicData .from .fromList .ri .choceAdd{
    display: inline-block;
    border: 1px solid #2077C8;
    width: auto;
    border-radius: 18px;
    padding: 0 19px;
    color: #2077C8;
    font-size: 16px;
    position: relative;
    margin-top: 28px;
    margin-right: 20px;
}
.per_con .per_right .basicData .from .fromList .ri .choceAdd .cha{
    position: absolute;
    top: -5px;
    right: 0;
}
.per_con .per_right .basicData .from .fromList .ri .choceAdd span:after{
    content:' | ';
    width: 5px;
    height: 100%;
    color:#2077C8 ;
    display: inline-block;
    text-align: center;
}
.per_con .per_right .basicData .from .fromList .ri .choceAdd span:last-child:after{
   display: none;
}
.per_con .per_right .basicData .from .fromList .ri .times input{
    width: 160px;
}
.per_con .per_right .basicData .from .fromList .ri .times  span{
    margin: 0 20px 0 30px;
}
.per_con .per_right .basicData1 .from .fromList .ri input{
    width: 160px;
}
.per_con .per_right .apply{
    display: block;
    margin: 30px auto 0;
    width: 200px;
    height: 44px;
    background-color:#2077C8 ;
    color:#FFFFFF ;
    font-size: 16px;
    border: none;
    border-radius: 4px;
}
.per_con .per_right .basicData .fromSuccess{
    position: relative;
    display: block;
}
.per_con .per_right .basicData .fromSuccess .edit{
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
    width: 92px;
    height: 32px;
    background: url(../images/edit.png) no-repeat center;
    background-size: 100% 100%;
    border:none;
}
.per_con .per_right .basicData .fromSuccess .addfrom{
    overflow: hidden;
    padding:16px 35px;
    border: 1px solid #2077C8;
    border-radius: 8px;
    margin-top: 30px;
}
.per_con .per_right .basicData .fromSuccess .addfrom .addTxt{
    display: inline-block;
    height: 50px;
    color:#2077C8;
    font-size: 16px;
    float: left;
    line-height: 50px;
}
.per_con .per_right .basicData .fromSuccess .addfrom .add{
    display: inline-block;
    height: 50px;
    font-size: 45px;
    line-height: 50px;
    color:#2077C8;
    float: left;
    margin-right: 20px;
}
.per_con .per_right .basicData .fromSuccess .compWarp .comp{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.per_con .per_right .basicData .fromSuccess .compWarp .pos{
    font-size: 16px;
    margin: 0 20px;
    color: #666;
}
.per_con .per_right .basicData .fromSuccess .compWarp .date{
    font-size: 16px;
    color: #999;
}
.per_con .per_right .basicData .fromSuccess .describe{
    overflow: hidden;
    margin-top: 40px;
}
.per_con .per_right .basicData .fromSuccess .describe .left{
    width: 6em;
    font-size: 16px;
    float: left;
}
.per_con .per_right .basicData .fromSuccess .describe .right{
    width:calc(100% - 6em);
    font-size: 16px;
    float: right;
}
/* 首页  start */

/* 轮播大文字 start */
.bannerText{
    position: absolute;
    top: 130px;
    left: 240px;
}
.bannerText .tit{
    font-size: 48px;
    color: #FFF;
}
.bannerText .en{
    font-size: 30px;
    text-transform: uppercase;
    color: #FFF;
    margin: 40px auto 37px;
}
.bannerText .heng{
    width: 60px;
    height: 3px;
    background-color: #FFF;
    margin-bottom: 40px;
}
.bannerText .cn{
    font-size: 22px;
    color: #fff;
}
.bannerText .btns{
    margin-top: 92px;
}
.bannerText .btns button{
    width: 200px;
    height: 50px;
    border-radius: 4px;
    border: none;
    font-size: 18px;
    color: #FFF;
    background-color: #2077C8;
}
.bannerText .btns button:hover{
    color: #2077C8;
    background-color: #FFF;
}
.bannerText .btns button span{
    display: inline-block;
    width:  13px;
    height: 13px;
    background:url(../images/goUp.png) no-repeat center ;
    background-size: 100% 100%;
}
.bannerText .btns button:hover span{
    display: inline-block;
    width:  13px;
    height: 13px;
    background:url(../images/goUp1.png) no-repeat center ;
    background-size: 100% 100%;
}
.bannerText .btns a:nth-child(1){
    margin-right: 30px;
}
/* 轮播大文字 end */

/* 首页大标题  start*/
.indexTit{
    text-align: center;
    padding: 80px 0 50px;
}
.indexTit .tit{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.indexTit .tit span{
    color: #999999;
    font-weight: 100;
    text-transform: uppercase;
}
.indexTit .heng{
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: #2077C8;
    margin: 20px 0;
}
.indexTit .txt{
    font-size: 18px;
    color:#999 ;
}
/* 首页大标题  end*/

.expert{
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 80px;
}

/* 标签 start */
.labels{
    width: 1040px;
    text-align: center;
    margin: 0 auto;
}
.labels span{
    display: inline-block;
    padding: 13px 19px;
    background-color:#F3F5F7 ;
    color:#666666 ;
    margin: 0 8px; 
    margin-bottom: 20px;
    border-radius: 4px;
    cursor: pointer;
}
.labels span:hover{
    background-color:#2077C8 ;
    color:#FFF ;
}
.labels1 span{
    display: inline-block;
    padding: 13px 19px;
    background-color:#FFF;
    color:#666666 ;
    margin: 0 8px; 
    margin-bottom: 20px;
    border-radius: 4px;
    cursor: pointer;
}
.labels1 span:hover{
    background-color:#2077C8 ;
    color:#FFF ;
}
/* 标签 end */
.expertList{
    overflow: hidden;
    margin: 50px 0;
}
/* 专家列表 start */
.expertList li{
    width: 330px;
    margin-right: 39px;
    cursor: pointer;
    float: left;
    position: relative;
}
.expertList li a{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
        top: 0;
        left: 0;
    
}
.expertList li:hover{
    box-shadow: 5px 5px 5px 0px #e2e2e294, 0px 0px 12px 1px rgba(175, 175, 175, 0.75);
    border-radius: 4px;
}
.expertList li:nth-child(4n){
    margin-right: 0;
}
.expertList li .txWarp{
    height: 120px;
    text-align: center;
    background-color: #F4F4F4;
    padding: 15px 0 ;
}
.expertList li .txWarp img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #FFF;
}
.expertList li .intor{
    padding: 0 30px;
    height: 280px;
}
.expertList li:hover .intor{
    border-radius: 4px;
    padding: 0 30px;
    background: url(../images/intorBg.png) no-repeat center;
    background-size: 100% 100%;
    color: #FFF;
}
.expertList li .intor .name{
    text-align: center;
    font-size:16px ;
    color: #666666;
    padding: 30px  0 25px;
}
.expertList li:hover .intor .name{
    color: #FFF;
}
.expertList li .intor .name .peo{
   font-size: 22px;
   color: #333;
   margin: 0 20px;
}
.expertList li:hover .intor .name .peo{
   color: #FFF;
}
.expertList li .intor .position{
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.expertList li:hover .intor .position{
    color: #FFF;
}
.expertList li .intor .hoddy{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin: 30px 0 25px;
    background: url(../images/hobbyBG.png) no-repeat center;
    background-size: 100% auto;
}
.expertList li:hover .intor .hoddy{
    color: #FFF;
}
.expertList li .intor .hoddyList{
    overflow: hidden;
}
.expertList li .intor .hoddyList span{
    display: inline-block;
    width: 124px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center;
    background-color: #F2F2F2;
    color: #666666;
    border-radius: 4px;
    float: left;
}
.expertList li:hover .intor .hoddyList span{
    background-color: rgba(255,255, 255, 0.3);
    color: #FFF;
}
.expertList li .intor .hoddyList span:nth-child(2n){
    float: right;
}
/* 专家列表 end */
/* 按钮  换一批 start */
.changeBecome{
    text-align: center;
    position: relative;
    width: 1440px ;
    margin: 0 auto;
}
.changeBecome button{
    border:1px solid  #2077C8;
    color: #2077C8;
    background: #FFF;
    width: 148px;
    height: 40px;
    margin: 0 10px;
    border-radius: 4px;
    font-size: 16px;
}
.changeBecome button:hover{
    color: #FFF;
    background: #2077C8;
}
.changeBecome button span{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-left: 10px;
}
.changeBecome .change span{
    background: url(../images/changeh.png) no-repeat center;
    background-size:auto 95%;
}
.changeBecome .change:hover span{
    background: url(../images/change.png) no-repeat center;
    background-size:auto 95%;
}
.changeBecome .become span{
    background: url(../images/goUp1.png) no-repeat center;
    background-size:auto 95%;
}
.changeBecome .become:hover span{
    background: url(../images/goUp.png) no-repeat center;
    background-size:auto 95%;
}
.changeBecome a{
    position: absolute;
    top: 30%;
    right: 0;
    font-size:16px;
    color: #999999;
}
.changeBecome a:hover{
    color: #2077C8;
}
/* 按钮  换一批 end */

/* 课程库 start */
.course{
    background: url(../images/courseBG.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 77px;
}
.courseList{
    width: 1440px ;
    margin: 50px auto 0;
    overflow: hidden;
    padding: 20px 0;
}
.courseList li{
    width: 32%;
    background-color: #FFF;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
    height: 180px;
    position: relative;
}
.courseList li a{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.courseList li:nth-child(3n){
    margin-right: 0;
}
.courseList li .imgLe{
    width: 180px;
    height: 180px;
    margin: -20px 0 0 20px;
    float: left;
    position: relative;
}
.courseList li .imgLe .mask{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    line-height: 180px;
    text-align: center;
    font-size: 22px ;
    color: #FFF;
    background-color: rgba(32, 119, 200, 0.4);
}
.courseList li:hover .imgLe .mask{
    background-color: rgba(48, 106, 160, 0.9);
}
.courseList li .ri{
    width: calc(100% - 220px);
    float: right;
}
.courseList li .ri .tit{
    font-size: 16px;
    height: 64px;
    color: #2077C8;
    margin: 10px 0 22px;
}
.courseList li .ri .txt{
    font-size: 14px;
    color: #333;
}
.courseList li .ri .txt span{
    font-size: 16px;
    color: #666666;
    margin-left: 20px;
}
.courseList li .ri .popularity{
    font-size: 14px;
    color: #333;
    margin-top:11px ;
}
.courseList li .ri .popularity span{
    padding: 4px 11px;
    background-color: #F7F7F7;
    display: inline-block;
    border-radius: 16px;
}
.courseList li .ri .popularity span:first-child{
    margin-right: 12px;
}
.courseList li .ri .popularity span i{
    font-style: normal;
}
.courseList li .ri .popularity span img{
    margin-right: 5px;
}
/* 课程库 end */

/* 案例库 start */
.case{
    background: url(../images/caseBg.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 82px;
}
.case .caseList{
    overflow: hidden;
    width: 1440px;
    margin: 50px auto  0;
}
.case .caseList li{
    width: 48%;
    margin-right: 3%;
    cursor: pointer;
    overflow: hidden;
    float: left;
    margin-bottom: 40px;
    position: relative;
}
.case .caseList li a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}
.case .caseList li:hover{
    box-shadow: 0 0 10px rgb(201, 213, 223);
}
.case .caseList li:nth-child(2n){
    margin: 0;
}
.case .caseList li .leftImg{
    width: 220px;
    float: left;
    position: relative;
}
.case .caseList li .leftImg img{
    width: 100%;
    height: 180px;
}
.case .caseList li .leftImg .culture{
    position: absolute;
    top: 0;
    left:0;
    width: 120px;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    background-color: #2077C8;
    font-size: 16px;
    text-align: center;
    border-radius: 0 0 8px 0;
}
.case .caseList li .riTxt{
    float: right;
    width: calc(100% - 220px);
    padding: 41px 30px;
    background: #FFF;
}
.case .caseList li:hover .riTxt{
    background: rgba(39, 123, 202, 0.9);
}

.case .caseList li .riTxt .tit{
    font-size: 16px;
    color: #333;
    white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
}
.case .caseList li:hover .riTxt .tit{
    color: #FFF;
}
.case .caseList li .riTxt .txt{
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.case .caseList li:hover .riTxt .txt{
    color: #CAE5FF;
}
.case .caseList li .leftImg img{
    width: 100%;  
}
/* 案例库 end */

/* 行业动态 start */
.news{
    background: url(../images/bg.png) no-repeat center;
    background-size: 100%  100%;
    padding-bottom: 80px;
}
.news .newsList{
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}
.news .newsList li{
    padding: 0 30px 15px;
    width: 33.3%;
    float: left;
    border-left: 1px solid #DDDDDD;
    cursor: pointer;
    position: relative;
}
.news .newsList li a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}
.news .newsList li .img{
    width: 100%;
}
.news .newsList li:hover .img{
    box-shadow: 0 0 10px rgba(32, 119, 200, 0.466) ;
}
.news .newsList li .txtCon .tit{
    font-size: 16px;
    color: #333;
    margin: 30px auto 25px;
    white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
}
.news .newsList li:hover .txtCon .tit{
    color: #2077C8;

}
.news .newsList li .txtCon .date{
    font-size: 14px;
    color: #999999;
}
.news .newsList li .txtCon .txt{
    font-size: 14px;
    color: #666;
    margin-top:30px;
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* 行业动态 end */
/* 首页  end */

/* 专家库 start */
.expertTit{
    text-align: center;
    padding: 38px 0 50px;
}
.expertTit .tit{
    font-size: 30px;
     color: #333;
    font-weight: bold; 
}
.expertTit .txt{
    font-size: 20px;
     color: #333;
    font-weight: 100; 
    margin-top: 25px;
}
.expertFrom{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.expertFrom .inputList{
    width: calc(100% - 260px);
    float: left;
    /* overflow: hidden; */
}
.expertFrom .inputList li{
    width: 200px;
    position: relative;
    float: left;
    margin-right: 30px;
    border-bottom:1px solid #AAAAAA;
    
}
.expertFrom .inputList li:nth-child(1){
    margin-top: 0;
}
.expertFrom .inputList li input{
    height: 50px;
    width: 100%;
    font-size: 16px;
    /* color: #999999; */
}
.expertFrom .inputList li .choce{
   background: url(../images/donw.png) no-repeat;
   background-position: 95% 50%;
   cursor: pointer;
}
.expertFrom .seach{
    width: 100px;
    height: 50px;
    background-color: #2077C8;
    border: none;
    border-radius: 4px;
}
.expertFrom .seach img{
    width: 20px;

}
.expertFrom .inputList li .hobbyArea{
    position: absolute;
    top: 101%;
    left: 0;
    width: 340px;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
    background: #FFF;
    padding: 0 20px;
    box-shadow: 0 0 10px #E8E9EA;
    z-index: 50;
}
.expertFrom .inputList li .hobbyArea .topSeach {
    border-bottom: 1px solid #E5E5E5;
}
.expertFrom .inputList li .hobbyArea .topSeach input{
    
    width: calc(100% - 45px);
    margin-left: 15px;
}
.expertFrom .inputList li .hobbyArea .areaList{
    margin-top: 20px;
}
.expertFrom .inputList li .hobbyArea .areaList .kind{
    font-size: 16px;
    color: #666;
}
.expertFrom .inputList li .hobbyArea .areaList .item{
    font-size: 16px;
    color: #999;
    margin-top: 15px;
    line-height: 28px;
}
.expertFrom .inputList li .hobbyArea .areaList .item span{
    cursor: pointer;
}
.expertFrom .inputList li .cityWarp{
    position: absolute;
    top: 120%;
    right: 0;
    width: 100%;
}
/* 专家列表 start */
.expertsWarp{
    background-color: #F6F7F9;
    /* padding: 30px 0; */
    border: 1px solid #FFF;
}
.experts{
    width: 1200px;
    margin: 0 auto;
}
.experts li{
    overflow: hidden;
    position: relative;
    padding: 20px;
    width: 100%;
    margin-top: 30px;
    background-color: #FFF;
}
.experts li .detailA{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    
}
.experts li .img1{
    float: left;
    height: 152px;
    text-align: center;
    width: 100px;
}
.experts li .img1 img:nth-child(2){
    margin-top: 15px;
}
.experts li .name{
    float: left;
    width: 230px;
    margin-left: 40px;
    margin-right: 10px;
    padding-top: 10px;
}
.experts li .name .tit{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.experts li .name .posit{
    font-size: 16px;
    color: #333;
    margin: 10px 0 30px;
}
.experts li .name .txt{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.experts li .hobby{
    width: 600px;
    float: left;
    padding-top: 15px;
}
.experts li .hobby .tit{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}
.experts li .hobby .hobbyList{
    margin-bottom: 30px;
}
.experts li .hobby .hobbyList .hobbyItem{
    font-size: 16px;
    color: #666;
    display: inline-block;
    margin-right: 30px;
}
.experts li .hobby .hobbyList .hobbyItem span{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #36B375;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 10px;
}
.experts li .hobby .hobbyList1 .hobbyItem{
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-right: 30px;
}
.experts li .hobby .hobbyList1 .hobbyItem span{
    /* display: inline-block;
    width: 5px;
    height: 5px;
    background: #36B375;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 10px; */
    opacity: 0;
}
.experts li .hobby .areaList{
    font-size:16px;
    color:  #666666;
}
.experts li .btns{
    width: 120px;
    float: right;
    text-align: center;
    padding-top: 23px;
}
.experts li .btns .collection{
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    z-index: 50;
}
.experts li .btns .collection i{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    margin-right: 6px;
}
.experts li .btns .appointment{
    width: 120px;
    height: 40px;
    background-color: #2077C8;
    font-size: 16px;
    color: #FFF;
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    z-index: 50;
    padding: 0;
}
.experts li .btns .detail{
    font-size: 16px;
    color: #2077C8;
    cursor: pointer;
}
/* 顶部按钮 */
.btnfoot{
     text-align: center;
     margin: 30px auto 60px;
}
.btnfoot  button{
    width: 200px;
    height: 60px;
    font-size: 20px;
    color: #FFF;
    background-color: #2077C8;
    border: none;
    border-radius: 4px;
}
/* 专家列表 end */
/* 专家库 end */


/* 专家详情 start */
.detailConWarp{
    width: 1200px;
    margin: 30px auto 58px;
    overflow: hidden;
}
.detailConWarp .left{
    width: 790px;
    float: left;
}
.detailConWarp .right{
    width: 380px;
    float: right;
}
.detailConWarp .left .intor{
    padding: 0 30px 60px 30px;
    background-color: #fff;
}
.detailTit{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 30px 0;
}
.detailTit img{
    margin-right: 14px;
    vertical-align: middle;
}

.workExperience{
    margin-top: 30px;
    background-color: #FFF;
    padding: 0 30px 30px;
}
.workExperience .tit{
    padding: 30px 0;
    border-bottom: 1px solid #E9E9E9;
    overflow: hidden;
}
.workExperience .tit .btnChose{
    float: left;
    color: #333333;
    width: 110px;
    font-size: 18px;
    cursor: pointer;
}
.workExperience .tit .on{
    color:#2077C8;
}
.workExperience .tit .btnChose:nth-child(1){
    text-align: left;
    border-right: 1px solid #DFDFDF;
 

}
.workExperience .tit .btnChose:nth-child(2){
    text-align: right;
}
.workExperience .conts .contList{
    display: none;
}
.workExperience .conts .on{
    display: block;
}
.workExperience .contList li .date{
    font-size: 16px;
    color: #666;
    padding: 30px 0 22px;
}
.workExperience .contList li .open{
    background: #F9F9F9;
    padding:0 30px ;
}
.workExperience .contList li .open .title{
   padding: 30px 0;
    font-size: 16px;
    color: #333;
}
.workExperience .contList li .open .title .ri{
    float: right;
    color: #2077C8;
    cursor: pointer;
}
.workExperience .contList li .open .title .ri i{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/downBlue.png) no-repeat center;
    background-size: 100%;
    position: relative;
    top: 3px;
    /* transform: rotate(180deg); */
    transition: 1s;
}
.workExperience .contList li .open .text{
    font-size: 14px;
    color: #666;
    padding-bottom:25px ;
    display: none;
}

.userEvaluation{
    margin-top: 30px;
    background-color: #fff;
    padding: 0 30px 30px;
}
.userEvaluation ul {
    border-top: 1px solid #E7E7E7;
}
.userEvaluation ul li{
    overflow: hidden;
    margin-top: 30px;
}
.userEvaluation ul li .img{
    float: left;
    width: 40px;
    height: 40px;
    border-radius:50% ;
}
.userEvaluation ul li .img img{
    width: 100%;
}
.userEvaluation ul li .nameWarp{
    width: calc(100% - 50px);
    float: right;
}
.userEvaluation ul li .nameWarp .name{
    font-size: 16px;
    color: #666666;
    margin-bottom:8px;
}
.userEvaluation ul li .nameWarp .name .date{
    font-size: 16px;
    color: #666666;
    float: right;
}
.userEvaluation ul li .nameWarp .evaluate{
   font-size: 16px;
   color: #333;
}
.userEvaluation ul li .nameWarp .reply{
    padding:20px;
    background-color: #F9F9F9;
    margin-top: 20px;
    font-size: 16px;
}
.userEvaluation ul li .nameWarp .reply .blue{
    color: #2077C8;
}
.userEvaluation ul li .nameWarp .reply .con{
    color:#333 ;
}

.appointment{
    background-color: #FFF;
    padding: 0 30px;
}
.appointment .tips{
    font-size: 16px;
    color: #999;
}
.appointment ul{
    margin-top: 30px;
}
.appointment ul li{
    overflow:hidden;
    padding:26px 0;
    border-top: 1px solid #EEE;
}
.appointment ul li .le{
   width: calc(100% - 145px);
   float: left;
}
.appointment ul li .le .tit{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.appointment ul li .le .txt{
    font-size: 14px;
    color: #333;
}
.appointment ul li .le .txt .num{
    font-size: 20px;
    color: #FF4C4C;
}
.appointment ul li button{
    width: 140px;
    height: 48px;
    float: right;
    color: #FFF;
    font-size: 16px;
    background:#2077C8 ;
    border: none;
    border-radius: 4px;
}
.appointment ul li button i{
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;

    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    
}
/* 相关领域专家推荐 */
.recommend{
   margin-top: 30px;
   background-color: #FFF;
   padding: 0 30px;
}
.recommend ul li{
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #EEE;
    cursor: pointer;
}
.recommend ul li:last-child{
    border: none;
}
.recommend ul li .img{
    width: 60px;
    height: 60px;
    float: left;
}
.recommend ul li .riTxt{
    width: calc(100% - 78px);
    float: right;
}
.recommend ul li .riTxt .nameWarp .name{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-right: 13px;
}
.recommend ul li .riTxt .nameWarp .name .posit{
    font-size: 16px;

} 
.recommend ul li .riTxt .txt{
    font-size: 14px;
    color: #666;
    margin: 15px 0 10px;
}
.recommend ul li .riTxt .year{
    font-size: 14px;
    color: #666;
}
/* 专家详情 END */

/*咨询 状态 */
.stateWarp{
    margin: 30px auto;
    width: 1200px;
    background-color: #FFF;
    border-top: 1px solid #FFF;
    text-align: center;
    padding: 79px 30px 30px;
}
.stateWarp .img{
    /* margin-top: 79px; */
}
.stateWarp .msg{
    font-size: 20px;
    color: #333;
    margin-top: 25px;
}
.stateWarp .btns{
    margin-top: 60px;
}
.stateWarp .btns button{
    width: 200px;
    height: 60px;
    margin: 0 10px;
    color: #999999;
    border: 1px solid #DEDEDE;
    background-color: #FFF;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
}
.stateWarp .btns .on{
    color: #2077C8;
    border: 1px solid #AED1F2;
}
.stateWarp .btnOnly button{
    font-size: 20px;
    width: 240px;
    height: 60px;
    background-color: #2077C8;
    color: #FFF;
    border: none;
    border-radius: 4px;
}
.stateWarp .btnOnly .gray{
    color: #999;
    border: 1px solid #DCDCDC;
    background-color: #FFF;
}
.stateWarp .btnwarp{
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;
    margin-top: 60px;
}
.stateWarp .btnwarp .txt{
    font-size: 16px;
    color: #999;

}
.stateWarp .btnwarp .btns{
    margin-top: 30px;
}
/* 弹窗 */
.popuWarp{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 100;
}
.popuWarp .white{
    width: 425px;
    height: 260px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
}
.popuWarp .white .close1{
    text-align:right;
    cursor: pointer;
}
.popuWarp .white .msg{
    font-size: 22px;
    color: #333;
    margin: 29px auto 79px;
}
.popuWarp .white .btns{
 
}
.popuWarp .white .btns button{
    height: 60px;
    width: 169px;
    border:1px solid #E0E0E0;
    background: #FFF;
    margin: 0 10px;
    border-radius: 4px;
    font-size: 22px;
    color: #999;

}
.popuWarp .white  .btns .on{
    color: #2077C8;
    border: 1px solid #AED1F2;
}

/* 个人中心 状态 */
.centerStateWarp{
    text-align: center;
    padding: 200px 0;
}
.centerStateWarp .txt{
    font-size: 20px;
    color: #333;
    margin-top: 19px;
}
.centerStateWarp .btn{
    width: 240px;
    height: 60px;
    border: none;
    font-size: 20px;
    color: #FFF;
    background-color: #2077C8;
    border-radius: 4px;
    margin-top: 50px;
}

/*改变input type=radio 的样式*/
input[type="radio"] {
    display: none;
}
input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    width:18px;
    height:18px;
    margin-right: 13px;
    border-radius: 50%;
    background:url(../images/radioFalse.png) no-repeat center;
    background-size:95% 95% ;
}
input[type="radio"]:checked + label::before {
    background: url(../images/radioTrue.png) no-repeat center;
    background-clip: content-box;
    width:18px;
    height: 18px;
    /* padding: 0.04rem;  */
}
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}