.layui-tab-content {
    padding: 0.5rem 0.75rem 0.75rem 0.75rem;
}
.titlespan{
    margin: 0.5rem 0;
    font-size: 0.6rem;
}
textarea{
    resize: none !important;
}
.butspan{
    height: 1.7rem;
    line-height: 1.7rem;
    background-color: #00b277;
    display: inline-block;
    color: #fff;
    padding: 0 0.75rem;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 0.25rem;
    float: left;
    font-size: 0.7rem;
}
.butsetup{
    background-color: #1e9fff;
    color: #fff;
}
.layui-form-label span{
    float: right;
    color: #19be6b;
    font-size: 0.6rem;
    cursor: pointer;
}
.crsdiv{

}
.crsdiv>div{
    width: 50%;
    float: left;
    display: inline-block;
}
.crsdiv>div:first-child{
    padding-right: 7.5px;
}

.crsdiv>div:last-child{
    padding-left: 7.5px;
}
.butgos{
    height: 1.9rem;
    line-height: 1.9rem;
    text-align: center;
    border: 1px solid #2196f3;
    margin-top: 0.75rem;
    background-color: #2196f3;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.quxian{
    display: none;
}

.crs_res{
    display:none;
    margin-top: 0.75rem;
}
.crs_res .lr{
    color: #2196f3;
    cursor: pointer;
}
.crs_res i{
    font-size: 0.7rem;
    margin-left: 0.25rem;
    cursor: pointer;
}
.pukres{
    display: none;
    margin-top: 0.75rem;
}
.daochu_pem{
    display: none;
}
@media screen and (max-width: 500px){
    .crsdiv>div {
        width: 100%;
        float: left;
        display: inline-block;
        padding: 0 !important;
    }
}