
.content  .ask{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 2% 0;
    margin-top: 2%;
    border-top: 2px solid #2f8af5;
}

.content  .ask .info{
    width: 100%;
    box-sizing: border-box;
    padding: 0 3% 5%;
    border-bottom: 1px solid #ccc;
}
.content  .ask .info i{
    width: 20%;
    float: left;
    content: url("../images/problem.png");
    border-radius: 50%;
    border: 1px solid #ccc;
}
.content  .ask .info .min{
    width: 76%;
    float: right;
}
.content  .ask .info .min .name{
    font-size: 0.7rem;
    color: #333333;
    margin-top: 0.6rem;
    display: block;
    transition: 0.2s;
}
.content  .ask .info .min a:hover{
    color: coral;
}
.content  .ask .info .min p{
    width: 100%;
    margin-top: 1.5%;
    font-size: 14px;
    color: #555555;
}
.content  .ask .info .min p span{
    display: inline-block;
    margin-right: 30px;
    font-size: 0.6rem;
    color: #8a8a8a;
}
.content  .ask .division{
    z-index: 1;
    /*position: absolute;*/
    width: 20px;
    height: 20px;
    margin: -16px auto 0 1.7rem;
    background: #fff url(../images/icon_9.png) no-repeat;
    background-size: 20px 20px;
}


.content  .ask .questionsMin{
    width: 100%;
    box-sizing: border-box;
    padding: 0 3% 3%;
}
.content  .ask .questionsMin div{
    width: 100%;
    margin-top: 1%;
}
.content  .ask .questionsMin .item span:nth-child(1){
    display: block;
    width: 22%;
    text-align: right;
    font-size: 0.7rem;
    color: #2f8af5;
    float: left;
}
.content  .ask .questionsMin .item span:nth-child(2){
    display: block;
    width: 75%;
    text-align: left;
    font-size: 0.7rem;
    color: #6b6b6b;
    float: right;
}
.content  .ask .questionsMin .item:nth-child(2) span:nth-child(2){

    font-size: 0.6rem;
    color: #999999;
}




.content  .answer{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 2% 0;
    margin-top: 2%;
    border-top: 2px solid #2f8af5;
}
.content  .answer .title{
    width: 100%;
    font-size: 0.8rem;
    color: #b9090c;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 3% 0%;
}
.content  .answer .info{
    width: 100%;
    margin-top: 2%;
    box-sizing: border-box;
    padding: 0 3% 0;
}
.content  .answer .info .avatar{
    width: 4rem;
    height: 4rem;
    float: left;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.content  .answer .info .avatar img{
    width: 100%;
}
.content  .answer .info .infoMin{
    width: 12rem;
    margin-left: 0.78rem;
    float: left;
}
.content  .answer .info .infoMin p{
    width: 100%;
    margin-top: 1%;
}
.content  .answer .info .infoMin p a{
    font-size: 0.8rem;
    font-weight: bold;
    color: #555555;
}
.content  .answer .info .infoMin p span{
    font-size: 0.6rem;
    color: #9d9d9d;
}
.content  .answer .info .infoMin .but{
    width: 100%;
    padding: 0.4rem 0;
    text-align: center;
    color: #fff;
    background: #2f8af5;
    margin-top: 1.5%;
    display: block;
    border-radius: 5px;
    transition: 0.2s;
}
.content  .answer .info .infoMin .but:hover{
    background: coral;
}

.content  .answer .division{
    width: 0;
    height: 0;
    margin: 0px auto 0 54px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #f4f4f4 transparent;
}
.content  .answer .answerMin{
    width: 94%;
    margin: auto;
    box-sizing: border-box;
    padding: 2% 1%;
    background: #f4f4f4;
    border-radius: 5px;
    color: #555555;
    font-size: 0.7rem;
    line-height: 1.4rem;
}

.content  .answer .answerMin p{
    width: 100%;
    margin: 0.5rem auto 0;
    border: 1px dashed #fc3838;
    box-sizing: border-box;
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
    color: #fc3838;
    background: #ffd1d1;
    font-size: 0.6rem;
}

.content  .onLine{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 2% 0;
    margin-top: 2%;
    border-top: 2px solid #2f8af5;
}
.content  .onLine .title{
    width: 100%;
    font-size: 0.8rem;
    color: #2f8af5;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 3% 2%;
    border-bottom: 1px solid #ccc;
}
.content  .onLine .onLineMin{
    box-sizing: border-box;
    padding: 0 3% 2%;
    width: 100%;
    margin-top: 2%;
}

.content  .onLine .onLineMin img{
    width: 100%;
}
.content  .onLine .onLineMin ul li{
    box-sizing: border-box;
    border: solid 1px #E3D4BD;
    transition: 0.2s;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.content  .onLine .onLineMin ul li:hover{
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.content  .onLine .onLineMin ul li .but{
    width: 70%;
    position: absolute;
    left: 15%;
    bottom: 10%;
    background: #2f8af5;
    color: #fff;
    padding: 3% 0;
    text-align: center;
    font-size: 0.7rem;
    border-radius: 3px;
    transition: 0.2s;
}
.content  .onLine .onLineMin ul li .but:hover{
    background: coral;
}


body{
    padding-bottom: 2.5rem;
}


.advice{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 2.5rem;
    background: #fff;
    z-index: 999999;
}





.advice .register{
    width: 15%;
    float: left;
    display: block;
}
.advice .register i {
    display: block;
    margin: 0.3rem auto 0;
    content: url("../images/register.png");
    width: 40%;
}
.advice .register p{
    text-align: center;font-size: 0.7rem;
    color: #6b6b6b;

}


.advice_register .home{

}

.advice .seek_but{
    width: 55%;
    text-align: center;
    background: #2f8af5;
    color: #fff;
    height: 3rem;
    float: right;
    display: block;
    line-height: 2.5rem;
    font-size: 0.6rem;
}

.advice .seek_but span{
    font-weight: bold;
    font-size: 0.8rem;
}

.advice_register .seek_but{
    width: 100% !important;
}
