bady{
    background: #fff;
    color: #303030;
    font-family:PingFang SC;
    font-weight:300;
    font-size: 0.87rem;
    padding-bottom: 2.8rem;
}
.adv-img{
    width: 100%;
}
.question-text,
.question-textarea{
    width: 19.56rem;
    height: 12.5rem;
    margin: 1.25rem 1rem 0 1rem;
    background: #f4f3f3;
    border-radius: 0.62rem;
    padding: 0.93rem;
}
.question-textarea{
    display: none;
}
.creat-ques-btn{
    width: 16.31rem;
    margin: 2.5rem 3.56rem 0 3.56rem;
    height: 3.06rem;
    line-height: 3.06rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    border-radius: 1.53rem;
    background:linear-gradient(130deg,rgba(66,216,173,1) 0%,rgba(77,227,184,1) 100%);
    box-shadow: 0 0 0.62rem 0 rgba(99,217,174,0.4);
}
.creat-ques-btn .btn-tag{
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.31rem;
}
.agree-model{
    width: 21.31rem;
    margin: 0.93rem 1.06rem 0 1.06rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.agree-model .tb{
    width: 1rem;
    height: 1rem;
    border: 0.06rem solid #999999;
    border-radius: 50%;
    margin-right: 0.62rem;
}
.agree-model .tb .dian{
    width: 0.75rem;
    height: 0.75rem;
    margin: 0.12rem;
    border-radius: 50%;
    background: #42e3af;
    display: none;
}
.consult-model{
    width: 21.31rem;
    margin: 1.87rem 1.06rem 0 1.06rem;
}
.consult-model .consult-title{
    width: 100%;
    text-align: center;
    font-size: 1.12rem;
    font-weight: 600;
}
.consult-model .consult-img-list{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1.25rem;
}
.consult-model .consult-img-list .step-img{
    width: 4.37rem;
    height: 4.37rem;
}
.consult-model .consult-img-list .step-icon{
    width: 1.25rem;
    height: 1.25rem;
}
.consult-model .consult-lab-list{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.consult-model .consult-lab-list .step{
    width: 4.37rem;
    height: 4.37rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.81rem
}
.consult-model .consult-lab-list .nbp{
    width: 1.25rem;
    height: 1.25rem;
}
.tips-model{
    width: 19.43rem;
    margin: 0.31rem 1.06rem 0 1.06rem;
    padding: 0.93rem;
    background: #f4f3f3;
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 1.87rem;
}
.content{
    width: 21.31rem;
    margin: 1.87rem 1.06rem 0 1.06rem;
    display: flex;
    flex-direction: column;
}
.notes{
    width: 100%;
    font-size: 0.87rem;
    color: #999999;
}
.phone_con{
    width: 100%;
    font-size: 0.87rem;
    display: flex;
    flex-direction: column;
    margin-top: 1.87rem;
}
.phone_con .phone_unit{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 4.06rem;
    border-bottom:1px solid #e6e6e6;
}
.phone_con .phone_unit .unit_title{
    width: 4.37rem;
}
.phone_con .phone_unit .unit-phone{
    width: 10rem;
}
.phone_con .phone_unit .getCode{
    width: 6.87rem;
    text-align: center;
    line-height:1.68rem;
    background:linear-gradient(130deg,rgba(66,216,173,1) 0%,rgba(77,227,184,1) 100%);
    border-radius:0.31rem;
    color: #fff;
}
.saveChange{
    width: 100%;
    text-align: center;
    line-height:3rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    border-radius: 1.5rem;
    background:linear-gradient(130deg,rgba(66,216,173,1) 0%,rgba(77,227,184,1) 100%);
    box-shadow: 0 0 0.62rem 0 rgba(99,217,174,0.4);
    margin-top: 3.75rem;
}
.login-view{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 22;
    display: none;
}
.login-model{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3.75rem;
    margin-left: -7.5rem;
    width: 15rem;
    height: 7.5rem;
    background: #fff;
    border-radius: 0.62rem;
}
.login-title{
    width: 100%;
    text-align: center;
    line-height: 3.75rem;
}
.login-opt{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 3.75rem;
}
.login-no,
.login-yes{
    width: 50%;
    text-align: center;
    color: rgba(99,217,174,1);
}
.fz24{
    font-size: 0.75rem;
}
.col666666{
    color: #666666;
}
.col999999{
    color: #999999;
}
