.problem-h5{
    width: 37.5rem;
    height: 40.5rem;
    border: 1px solid #CCCCCC;
    background: white;
}
.problem-title-img{
    text-align: center;
    margin-top: -4rem;
}
.problem-heard{
    text-align: center;
    font-size: 1rem;
    color: #333333;
    font-weight: 600;
}
.problem-block{
    display: inline-block;
}
.problem-body{
    margin-top: 1rem;
    margin-left: 4.8rem;
    margin-right: 3rem;
    font-size: 0.7rem;
}
.problem-title{
    color: #333333;
    margin-right: 0.6rem;
    margin-bottom: 1rem;
}
.problem-body select{
    width:7.5rem;
    height:1.8rem;
    border:1px solid rgba(220,220,220,1);
    border-radius:4px;
    margin-right: 2rem;
}
.problem-body input{
    width:4rem;
    height:1.8rem;
    border:1px solid rgba(220,220,220,1);
    border-radius:4px;
}
.problem-div div{
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    border:1px solid rgba(220,220,220,1);
    border-radius:4px;
    margin-right: 1rem;
    color: #666666;
    line-height: 1.5rem;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.problem-content{
    margin-bottom: 1rem;
}
.problem-price-foolter{
    margin-left: 10rem;
}
.problem-flooter-div{
    width: 10rem;
    height: 2rem;
    background: rgba(58,203,198,1);
    border: 1px solid rgba(58,203,198,1);
    border-radius: 4px;
    color: white;
    text-align: center;
    line-height: 2rem;
    cursor: pointer;
    margin-left: 11rem;
    margin-top: 2rem;
}
.problem-selet{
    color: #3acbc6!important;
    border-color: #3acbc6!important;
}

.work-guidance-bg {
    background-color: #000!important;
    opacity: 0.5;
}
.version-guidance{
    right: 15rem!important;
}
@media screen and (min-width:1600px){
    .problem-h5 {
        width: 32.5rem!important;
        height: 38.5rem!important;
    }
}