.switch p span.order1 {
    background: url(../images/wuye/boolen-before.png) no-repeat;
}

.switch p span.order2 {
    background: url(../images/wuye/radio-before.png) no-repeat;
}

.switch p span.order3 {
    background: url(../images/wuye/checkbox-before.png) no-repeat;
}

.switch p span.order4 {
    background: url(../images/wuye/short-before.png) no-repeat;
}

.switch p span.order5 {
    background: url(../images/wuye/long-before.png) no-repeat;
}

.switch p span.order6 {
    background: url(../images/wuye/input-before.png) no-repeat;
}

.switch p.active span.order1 {
    background: url(../images/wuye/boolen-after.png) no-repeat;
}

.switch p.active span.order2 {
    background: url(../images/wuye/radio-after.png) no-repeat;
}

.switch p.active span.order3 {
    background: url(../images/wuye/checkbox-after.png) no-repeat;
}

.switch p.active span.order4 {
    background: url(../images/wuye/short-after.png) no-repeat;
}

.switch p.active span.order5 {
    background: url(../images/wuye/long-after.png) no-repeat;
}

.switch p.active span.order6 {
    background: url(../images/wuye/input-after.png) no-repeat;
}

.radioQue .progress-warpper,
.boolenQue .progress-warpper {
    padding: 20px 0px 0px;
}

.radioQue .online-ul {
    bottom: 20px;
}

.shortQue .test-con h2.title.shortTitle {
    font-size: 15px;
    margin-bottom: 10px;
    color: #666666;
}

.shortQue .test-con h2.title.shortTitle span {
    line-height: 26px;
}

.default-textarea {
    width: 98%;
    padding: 10px;
    height: 200px;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

.default-textarea:focus {
    outline: 1px solid #9946ff;
    border: none;
}

.longQue .test-con h2.title {
    text-align: center;
}

.longQue .que-detail {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 6px;
    text-indent: 2em;
}

.longQue .que-detail.f14 {
    font-size: 14px;
}

.longQue .que-title {
    min-height: initial;
}

.inputQue .test-con .que-title span.hei {
    color: #666666;
    font-size: 17px;
}

.inputQue .input {
    text-align: center;
    border-bottom: 1px solid #666666;
    font-size: 17px;
    min-width: 100px;
    max-width: 160px;
}

#wyTest .operation .btn {
    padding: 4px 15px;
}

#wyTest .operation .btn.successbtn {
    width: 140px;
    padding: 8px 12px;
}

.switch-bg {
    width: 96%;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0px auto -2px;
}

#wyTest .onlineTest .test-wrapper {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#wyTest .switch {
    margin: 5px;
}

#wyTest .nextbtn {
    background-image: url(../images/wuye/wy-next_03.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 40px;
    background-size: 100% 100%;
    background-color: transparent;
    cursor: pointer;
}

#wyTest .prebtn {
    background-image: url(../images/wuye/wy-prev_03.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 40px;
    background-size: 100% 100%;
    background-color: transparent;
    margin-right: 20px;
    cursor: pointer;
}

#wyTest .operation-submit {
    position: absolute;
    bottom: 75px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

#wyTest .operation-submit .successbtn {
    color: #fff;
}

#wyTest .self-wrapper {
    padding-bottom: 40px;
    position: relative;
}

.operation {
    position: static;
    margin: -15px auto 30px;
}

.test-con .que-title {
    min-height: 32px;
}

#wyTest .test-con .que-title.jiexi {
    margin-top: 10px;
    font-size: 15px;
}

#wyTest .online-ul li.yesAnswer {
    background: rgb(90, 195, 136);
}

@media screen and (max-width: 500px) {
    .default-textarea {
        width: 92%;
    }

    #wyTest .onlineTest .test-con .que-title {
        min-height: inherit;
        max-height: inherit;
        margin-bottom: 10px;
    }

    .operation-submit {
        display: flex;
        justify-content: center;
    }

    #wyTest .self-wrapper {
        padding-bottom: 60px;
    }

    .test-con {
        padding: 0px 10px 20px;
    }

    .operation {
        margin: -35px auto 0px;
    }

    .progress-warpper .dot {
        width: 14px;
        height: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .self-wrapper h1.title {
        margin: 5px 0px;
        font-weight: bold;
    }
}

.self-wrapper .wran {
    margin-bottom: 6px;
}

#wyTest .opt-new-wrapper .radio-label {
    font-size: 17px;
}

#wyTest .opt-new-wrapper .check-label {
    margin-bottom: 0px;
    font-size: 17px;
}
/* 育婴员 start */
.score-wran{
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
}
.babySittersTest p.score {
    top: initial;
    bottom: 7px;
    right: 20px;
}
.babySittersTest .radioQue .online-ul {
    bottom: 0px;
}
.babySittersTest .test-con .que-title{
    font-size: 17px;
}
.onlineTest .online-ul li.errorAnswer {
    background: rgba(255, 112, 112, 0.8);
}
/* 育婴员 end */
/* 美容师 start */
.beauticianTest .radioQue .online-ul{
    height:120px;
    overflow:auto;
}

/* 美容师 end */