body{
    background: #F9FAFF;
}
.search{
    margin-top: 80px;
    margin-left: calc(50% - 356px);
    margin-right: calc(50% - 355px);

    display: flex;
    position: relative;
}
.search .search-result{
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E7EAF3;
    top: 54px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
    display: none;
}
.search-result .title{
    margin-left: 24px;
    color: #999999;
    line-height: 16px;
}
.search-result-list{
    margin-top: 8px;
    padding: 0 20px;
}
.search-result-list a{
    color: #666666;
    line-height: 19px;
    padding: 8px 4px;
    display: block;
}
.search-result-list a:hover{
    background: #F7F7F7;
    border-radius: 2px 2px 2px 2px;
}

.search .searchinput{
    width: 601px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 8px 0 0 8px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: unset;
    box-sizing: border-box;
    outline: none;
}
.search .searchbutton{
    width: 110px;
    height: 50px;
    background: #2C67FF;
    border-top: 1px solid #999999;
    border-left: unset;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-radius: 0 8px 8px 0;
    box-sizing: border-box;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.resou{
    margin-top: 24px;
    margin-left: calc(50% - 253px);
    margin-right: calc(50% - 252px);
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    display: flex;
}
.resou > div{
    display: flex;
    margin-left: 16px;
}
.resou > div a{
    color: #666666;
    border-right: 1px solid #666666;
    padding-left: 8px;
    padding-right: 8px;
}
.resou > div a:first-child{
    padding-left: unset;
}
.resou > div a:last-child{
    border-right: unset;
    padding-right: unset;
}
.hytype{
    margin-left: calc(50% - 600px);
    margin-right: calc(50% - 600px);
    margin-top: 40px;
    border: 1px solid #E7EAF3;
    border-radius: 8px;
    background-color: #fff;
}
.hytype-head{
    padding-left: 20px;
    padding-right: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.hytype-head-title{
    color: #333333;
    line-height: 21px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.hytype-head-more a{
    color: #2C67FF;
    line-height: 19px;
    display: flex;
    align-items: center;
}
.hytype-head-more a img{
    margin-left: 8px;
}

.hytype-body{
    display: flex;
}

.hytype-body-title{
    font-weight: 400;
    color: #333333;
    margin-left: 20px;
    width: 60px;
}
.hytype-body-content{
    width: 1098px;
    display: flex;
    margin-left: 16px;
}
.hytype-body-content-item{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.hytype-body-content-item label{
    width: 100%;
    color: #333333;
    line-height: 19px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.hytype-body-content-item label input{
    width: 16px;
    height: 16px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 4px;
}
.hytype-body-content-item label span{
    position: relative;
}
.hytype-body-content-item label img{
    position: absolute;
    width: 14px;
    height: 20px;
    top: -9px;
    right: -16px;
}

.count{
    margin-left: calc(50% - 600px);
    margin-right: calc(50% - 600px);
    margin-top: 40px;
    border: 1px solid #E7EAF3;
    border-radius: 4px;
    background-color: #fff;
    color: #333333;
    line-height: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 24px;
}
.count span{
    color: #2C67FF;
}
.hycase{
    margin-left: calc(50% - 600px);
    margin-right: calc(50% - 600px);
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hycase a{
    width: 282px;
    margin-bottom: 24px;
    display: block;
    border-radius: 8px 8px 8px 8px;
    background: #FFFFFF;
    border: 1px solid #E7EAF3;
}
.hycase a img{
    width: 100%;
    max-width: 100%;
}
.hycase-constent{
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
}
.hycase-constent .title{
    padding-top: 24px;
    padding-bottom: 24px;
    color: #333333;
    line-height: 21px;
}
.hycase-constent .hits{
    display: flex;
    align-items: center;
    color: #333333;
    line-height: 19px;
}
.hycase-constent .hits img{
    margin-right: 4px;
}


.hypage{
    margin-left: calc(50% - 600px);
    margin-right: calc(50% - 600px);
    margin-top: 40px;
    display: flex;
    align-items: center;
    color: #666666;
    line-height: 16px;
}
.hypage .pagesize{
    margin-left: 16px;
    padding: 8px 34px 6px;
    background-color: #fff;
    border: 1px solid #E7EAF3;
}
.hypage .pagelist{
    display: flex;
    margin-left: 8px;
    margin-right: 8px;
}

.hypage .pagelist a{
    margin-left: 8px;
    margin-right: 8px;
}
.hypage .pagelist .pagenum{
    padding: 7px 12px 7px 11px;
    color: #333333;
    background: #F5F7FA;
    height: 18px;
    line-height: 18px;
}
.hypage .pagelist .pagenum:hover,.hypage .pagelist .pagenum.active{
    color: #FFFFFF;
    background: #2C67FF;
}
.hypage input{
    box-sizing: border-box;
    outline: none;
    border: 1px solid #E7EAF3;
    width: 64px;
    height: 32px;
    margin-left: 8px;
    margin-right: 8px;
    color: #666666;
    text-align: center;
}
.hypage .nextpage,.hypage .prevpage{
    cursor: pointer;
}