*,
*:after,
*:before{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body,
html {
    width: 100%;
    font-size: .3rem;
    color: #000;
    line-height: 1.8;
    background: #f6f6f6;
    -ms-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}
a{
    text-decoration: none;
    color: #000;
}
img{
    border: none;
    display: block;
}
ul,ol,li{
    list-style: none;
}
a, input,textarea,select, button{
    outline: none;
}
em,strong,i{
    font-style: normal;
    font-weight: normal;
}
p{
    word-break: break-all;
    word-wrap: break-word;
}
#root {
    width: 6.4rem;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 1rem;
}
.current-consultant, .other-consultant{
    width: 100%;
    padding: 0 .15rem;
    margin-top: .2rem;
}
.current-consultant h5{
    font-size: .26rem;
    font-weight: normal;
    height: .6rem;
    line-height: .6rem;
}
.consultant{
    margin-top:10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.consultant li:nth-child(1){
    width: .4rem;
  
}
.consultant li:nth-child(2){
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.consultant li:nth-child(3){
    height: 2rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: .15rem;
}
.consultant li:nth-child(3) p{
    font-size: .24rem;
}
.consultant li:nth-child(3) p:nth-child(1){
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: .36rem;
}

.consultant li:nth-child(3) p:nth-child(3){
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: .36rem;
}

.other-consultant{
    padding: 0;
}
.other-consultant .company{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 0.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.other-consultant .company em{
    display: block;
    font-size: .26rem;
    height: inherit;
    line-height: .6rem;
    white-space: nowrap;
    width: 1.7rem;
    padding-left: .15rem;
    border-right: 1px solid #ddd;
    cursor: pointer;
}
.other-consultant .company select{
    height: inherit;
    width: 4.1rem;
    border-radius: 0;
    border: 0;
    font-size: .26rem;
    -webkit-appearance: none;
    background: transparent;
    overflow: hidden;
    padding-left: .1rem;
}
.other-consultant .company strong{
    width: .6rem;
    height: .6rem;
    cursor: pointer;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWBAMAAAAGFmApAAAAJFBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZnSZt8QAAAAC3RSTlMAB7ffIH6v04qDcBT2G50AAAAvSURBVAjXYygTYACBbEUwJbQJzGXUJoe7DUxxbgdT0SYgknWzAwmc1WAOQzOYAwAcFw7dOVV9ZAAAAABJRU5ErkJggg==") no-repeat;
    background-position: center;
    background-size: .12rem .22rem;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.other-consultant h5{
    font-size: .26rem;
    font-weight: normal;
    height: .4rem;
    line-height: .6rem;
}
.other-consultant .consultant{
    margin-top: .2rem;
    padding: 0 .15rem .2rem;
    position: relative;
}
.other-consultant  li:nth-child(3) p:nth-child(2){
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: .36rem;
}
.other-consultant .consultant:after{
    display: block;
    content: "";
    position: absolute;
    left: .55rem;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #efefef;
}
.other-consultant label:last-child .consultant:after{
    display: none;
}
.submit{
    position: fixed;
    bottom: 0;
    width: 6.4rem;
    left: 50%;
    margin-left: -3.2rem;
    background: rgb(103, 130, 216);
    color: #fff;
    text-align: center;
    height: .7rem;
    line-height: .7rem;
    font-size: .26rem;
    border: 0;
}



