.advantage{
    /*border: 1px solid #cbcaca;*/
    /*box-shadow: 1px 1px 10px #cbcaca;*/
    padding-left: 10px;
    background-color: #FFFFFF;
}
.advantage div{
    width: 150px;
    border-bottom: 1px solid #999999;
    padding: 20px 0;
    font-size: 25px;
    color: #FF8C00;
}
.advantage p{
    height: 135px;
    padding: 30px 10px 30px 0;
    color: #999999;
}
.common_problem .title{
    margin: 50px 0 40px 0;
}
.common_problem .title span{
    width: 140px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FF8C00;
    font-size: 25px;
    display: inline-block;
}
.common_problem .con{
    background-color: #FFFFFF;
    height: 402px;
    border: 1px solid #e3e3e3;
    padding: 0;
}
.common_problem .con .tag{
    padding: 0;
}
.common_problem .con .answers{
    display: none;
    /*height: 200px;*/
    padding: 0;
    margin-top: 35px;
}
.common_problem .con .active-1{
    display: block;
    /*height: 200px;*/
    padding: 0;
    margin-top: 35px;
}
.common_problem .con .answers .ask span{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f6c079;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #f6c079;
}
.common_problem .con .answers .ask_t{
    font-size: 20px;
    padding: 0;
}
.common_problem .con .answers .answer span{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ff660c;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #ff660c;
}
.common_problem .con .answers .answer_t{
    font-size: 13px;
    padding: 0;
    color: #999999;
}
.common_problem .con li{
    cursor: default;
    height: 80px;
    line-height: 80px;
    list-style: none;
    color: #999999;
    font-size: 15px;
    background-color: #f9f9f9;
}
.common_problem .con .active-t{
    background-color: #FFFFFF;
}
.common_problem .con .one span{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    overflow: auto;
}
.common_problem .con .two span{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    overflow: auto;
}
.common_problem .con .three span{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    overflow: auto;
}
.common_problem .con .four span{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    overflow: auto;
}
.common_problem .con .five span{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    overflow: auto;
}
.advantage{
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
    border: 1px solid #ececec;
    border-radius: 2px;
}
.advantage:hover {
    transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
    -webkit-box-shadow:0 5px 15px #e5e5e5;
    -moz-box-shadow:0 5px 15px #e5e5e5;
    box-shadow:0 5px 15px #e5e5e5;
}
