@charset "utf-8";

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #F5F6FA;
}

.content {
    width: 80%;
    margin: 0 auto;
    background: white;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px;
}
.contentForUser {
    background: white;
    padding: 20px;
}

.content-0 {
    width: 80%;

    /*background: white;*/
    padding: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
@media (max-width: 1264px) {
    .content-0 {
        width: 900px;
        margin: 0 auto;
    }
    .content-1 {
        width: 1410px;
        margin: 0 auto;
    }


}
.content-c{
    width:1120px;
    margin: 0 auto;
    background: white;
    padding-top: 20px;
    box-shadow: 10px 10px 5px rgb(49 153 255 / 20%);
    border-radius: 7px;
}
.content .title {
    width: 96%;
    margin: 10px auto;
    height: 50px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.content .title span {
    font-size: 24px;
    color: #31333E;
}



.content .title form input, .content .title form select {
    height: 35px;
    border: 1px solid rgba(201,210,221,1);
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
}
.content .title form select {
    width: 116px;
    color: #657591;
}
.content .title form input {
    width: 190px;
}


.content .title form button {
    width: 100px;
    height: 35px;
    background: rgba(49,153,255,1);
    color: white;
    border-radius: 4px;
    border: 1px solid rgba(201,210,221,1);
}


.content .condition {
    border-radius: 10px;
    width: 96%;
    margin: 0px auto;
    border: 1px solid rgba(219,226,233,1);
    padding: 15px 6px;
    box-sizing: border-box;
}

.content .condition .category {
    width: 100%;
    margin-bottom: 19px;
}

.content .condition dt {
    width: 80px;
    font-size: 16px;
    line-height: 29px;
    color: rgba(49,51,62,1);
    color: #9b9b9b;
}
.content .condition .item {
    margin-left: 80px;
}
.content .condition .item span {
    width: 32px;
    height: 21px;
    font-size: 14px;
    line-height: 29px;
    color: rgba(101,117,145,1);
    margin: 0 4px;
    padding: 3px 10px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 5px;
    color: #212121;
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    font-style: normal;
}

.main {
    margin: 20px 0;
}

#college-table {
    width: 96%;
    margin: 10px auto;
    font-size: 15px;
}

#college-table th {
    background: #F4F8FF;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}
#college-table td {
    padding: 10px 0;
    text-align: center;
    font-weight: normal;
    color: #333;
    font-size: 14px;
}



.close-condition {
    width: 200px;
    height: 40px;
    line-height: 36px;
    margin: 0 auto;
    background: rgba(237,239,241,1);
    border-radius: 0px 0px 16px 16px;
    text-align: center;
    font-size: 16px;
    color: #657591;
    cursor: default;
}

.element-move {
    height: 60px;
    overflow: hidden;
    transition: max-height 2s;
    -webkit-transition: max-height 2s;
    -moz-transition: max-height 2s;
}

.all-condition span {
    width: 32px;
    height: 21px;
    font-size: 14px;
    line-height: 29px;
    color: rgba(101,117,145,1);
    margin: 0 4px;
    padding: 3px 10px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 2px;
}



.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.link {
    color: #4A70F1 !important;
    cursor: pointer;
}

.tr-bg {
    background: #F5F6F8;
}

.college-selected, .category-selected {
    background: #3198FF;
    color: white !important;
    border: 1px solid #3198FF !important;
}

#zwsj {
    width: 96%;
    margin: 10px auto;
    font-size: 15px;
    text-align: center;
    padding: 50px 0;
}
.score{
    width: 200px;
    border-radius: 5px;
    border: 1px #D9E8FF solid;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
}
.score_button{
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #0a8af6;
    text-decoration: none;
    width: 100px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: 0 solid;
}
.titles{
    height: 40px;
    padding-left: 2%;
    line-height: 40px;
    display: flex;
    text-align: center;
    /*background: #F4F8FF;*/
    border-radius: 5px 5px 0px 0px;
}
.contexts{
    height: 40px;
    padding-left: 2%;
    line-height: 40px;
    display: flex;
    text-align: center
}
.table_1{
    width: 20%;
    border: 1px solid #D9E8FF;
    border-radius: 5px 0px 0px 0px;
    background: #F4F8FF;
}
.table_2{
    width: 20%;
    border: 1px solid #D9E8FF;
    background: #F4F8FF;
}
.table_3{
    width: 30%;
    border: 1px solid #D9E8FF;
    background: #F4F8FF;
}
.table_4{
    width: 30%;
    border: 1px solid #D9E8FF;
    border-radius: 0px 5px 0px 0px;
    background: #F4F8FF;
}
.table_5{
    width: 20%;
    border: 1px solid #D9E8FF;border-top: 0 solid;
    border-radius: 0px 0px 0px 5px;
}
.table_6{
    width: 20%;
    border: 1px solid #D9E8FF;
    border-top: 0 solid;
}
.table_7{
    width: 30%;
    border: 1px solid #D9E8FF;
    border-top: 0 solid;
}
.table_8{
    width: 30%;
    border: 1px solid #D9E8FF;
    border-top: 0 solid;
    border-radius: 0px 0px 5px 0px;
}
.inputV{
    border: 0 solid;
    text-align: center;
}