*{
    padding: 0;
    margin: 0;
    clear: both;
}

#app {
   max-width: 800px;
    margin: 0 auto;
}
.index-box .title{
    background: #ea5532;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-weight: bold;
    font-size: 20px;
}
.index-box .desc{
    color: #969589;
    font-size: 15px;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.index-box .q-item{
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #ea5532;
}

.index-box .q-item.no-show{
    color: #bdbdac;
}

.index-box .q-item.no-show .wd-radio-group{
    display: none!important;
}

.index-box .q-item .a-item{
    margin-top: 12px;
}

.result-box #return-button{
    display: inline-block;
    background: #ea5532;
    color: white;
    border-radius: 0 15px 15px 0;
    font-size: 14px;
    margin: 15px 0;
    padding: 5px 10px;

}
.result-box .tip{
    float: right;
    margin: 20px 10px 0 0;
}

.footer{
    text-align: center;
    padding: 20px 0 30px;
    color: #b8bdb5;
    font-size: 16px;
}
.footer span{
    color:  #ea5532;
    font-size: 18px;
    padding: 0 10px;
    font-weight: bold;
}

@media (min-width: 800px){
    #app {
        border: 1px solid #ccc;
    }
}

.wd-radio.is-button.is-checked .wd-radio__label{
    color: #ea5532;
    border-color: #ea5532;
}
.wd-button.is-primary{
    background: #ea5532;
    padding: 0 60px;
}
.wd-button.is-primary.is-disabled, .wd-button.is-primary.is-disabled:active{
    background: #aaa;
}
