.conn {
    width: 100%;
    background: #f4f4f4;
}

.con01-1 {}

.con01-1-1 div {
    float: left;
    width: 160px;
    line-height: 74px;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
}

.con01-1-1 .on {
    background: #cf0106;
    color: #ffffff;
}

.con01-1-2 {
    line-height: 74px;
    color: #666666;
}

.con01-1-2 a {
    color: #666666;
}

.con01-1-2 span {
    color: #999999;
}

.con01-2 {
    width: 245px;
    height: 32px;
    margin: 25px auto;
}

.search_input {
    width: 78%;
    height: 32px;
    line-height: 34px;
    padding: 0;
    text-indent: 10px;
}

.search-btn {
    float: right;
    width: 20%;
    border-width: 0px;
    background: #ff0000;
    color: #ffffff;
    margin-left: 0px;
    border-radius: 8px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #cf0106;
    height: 34px;
    line-height: 34px;
}



/*  */
.jsqingdan0 {
    padding-top: 20px;
}

.jsqingdan div {
    background: #f4f4f4;
}

.jsqingdan div.on {
    background: #cf0106;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    box-shadow: rgba(45, 203, 190, 0.5) 2px 2px 6px;
    height: 40px;
    line-height: 40px;
}


/*  */
.fwqingdan0 {
    width: 100%;
}

.fwqingdan div {
    float: left;
    width: calc(25% - 57px);
    margin-left: 75px;
    line-height: 50px;
    border-bottom: 3px solid #333333;
}

.fwqingdan div:nth-child(1) {
    margin-left: 0;

}

.fwqingdan div.on {
    color: #ff0000;
    font-weight: 600;
    background-color: #fff;
    border-bottom: 3px solid #ff0000;

}



@media screen and (max-width:700px) {
    .fwqingdan div {
        float: left;
        width: calc(50% - 10px);
        margin: 10px 0;
        margin-left: 20px;
        line-height: 50px;
        border-bottom: 3px solid #333333;
    }

    .fwqingdan div:nth-child(3),
    .fwqingdan div:nth-child(1) {
        margin-left: 0;

    }
}