
.head {
    padding: 60px max(calc(100vw - 1200px) / 2, 0px) 60px;
    margin-bottom: 20px;
    background: linear-gradient(360deg, rgba(45, 156, 219, 0.08) 0%, rgba(45, 156, 219, 0) 100%);
}
.head .search-input>input {
    font-size: 15px;
}
@media screen and (max-width: 480px){
    .head .search-input>input {
        font-size: 14px;
    }
}
.headeWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 1200px){
    .head {
        padding-top: 10px;
    }
}

.head-h1 { font-size: 32px; }
.head-c_1, .head-c_2 {
    height: 60px;
    margin-bottom: 20px;
}
.head-c_2 {
    position: relative;
}
.searchMark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 1;
}
@media screen and (max-width: 480px){
    .head-h1 { font-size: 28px; }
    .head-c_1 { margin-bottom: 0; margin-top:20px; }
    .head-c_2 .search-inputRight{
        display: none;
    }
    .searchMark {
        display: block;
    }
}
.head-c_3 {
    flex-wrap: wrap;
    justify-content: space-around;
    position: absolute;
    top: 174px;
    width: 100%;
    z-index: 1;
    border: 1px solid var(--color-border);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: var(--color-white);
}
.head-c_3>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 93px;
    box-sizing: border-box;
    color: var(--color_2);
    cursor: pointer;
    width: 20%;
}
.head-c_3>.flex-complement {
    width: 0;
}
.head-c_3>a:hover * {
    color: var(--color-a)!important;
}
@media screen and (min-width: 480px) and (max-width: 768px){
    .head-c_3>a {
        width: 33%;
    }
    .head-c_3>.flex-complement {
        width: 33%;
    }
}
@media screen and (max-width: 480px){
    .head-c_3>a {
        width: 50%;
    }
    .head-c_3>.flex-complement {
        width: 50%;
    }
}
.f-left{
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-top: 5px;
}
.f-left>img {
    width: 45px;
}
@media screen and (max-width: 480px){
    .f-left {
        padding-right: 8px;
    }
    .f-left>img {
        width: 38px;
    }
}
.f-right {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.f-right>h2 {
    margin-bottom: 5px;
}
.f-right>span {
    color: #828282;
    font-size: 12px;
}
@media screen and (max-width: 480px){
    .f-right>h2 {
        font-size: 16px;
    }
}
.ornament {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 0;
    background: rgba(86, 204, 242, 0.1);
    border-radius: 20px;
}
@media screen and (max-width: 1200px){
    .ornament {
        display: none;
    }
}
.ornament>span {
    width: 70%;
    height: 10px;
    border-radius: 20px;
    /*background-color: var(--color-white);*/
    background-color: rgba(255, 255, 255, 0.9);
}
.ornament_1 {
    top:93px;
    left:195px;
    width: 83px;
    height: 104px;
    /*mix-blend-mode: multiply;*/
}
.ornament_2 {
    top: 85px;
    left: 930px;
    width: 75px;
    height: 114px;
}
.ornament_3 {
    top: 30px;
    left: 1100px;
    width: 114px;
    height: 166px;
}
.ornament_3>span {
    height: 12px;
}
.ornament_4 {
    top: 10px;
    left: 1130px;
    width: 114px;
    height: 140px;
    /*mix-blend-mode: multiply;*/
}

.main {
    padding: 0 max(calc(100vw - 1200px) / 2, 0px);
    margin-top: 90px;
}
@media screen and (min-width: 480px) and (max-width: 768px){
    .main {
        margin-top: 180px;
    }
}
@media screen and (max-width: 480px){
    .main {
        margin-top: 184px;
    }
}
.main>div {
    margin-bottom: 40px;
}
.haWrap {
    border: 1px solid var(--color-border);
    color: var(--color_2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.ha_title {
    display: flex;
    align-items: center;
    margin: 15px 15px 0;
}
.ha_title>img {
    width: 20px;
}
.ha_title>h3 {
    margin: 0;
    margin-left: 5px;
}
.ha_content {
    flex-wrap: wrap;
    padding: 0 20px 10px 30px;
}
.hc-content_a {
    padding: 10px 15px;
    /*color: var(--color-a);*/
    color: var(--color_6);
    border-radius: 2px;
    position: relative;
}
.hc-content_a:hover {
    /*background-color: rgba(244, 245, 245, .8);*/
    color: var(--color-a);
}
.ha_content>a {
    width: 25%;
}
@media screen and (max-width: 768px){
    .ha_content>a {
        width: 50%;
    }
}
@media screen and (max-width: 480px){
    .ha_content { padding-left: 20px; }
    .hc-content_a {
        padding-right: 0;
    }
    .ha_content>a {
        width: 100%;
    }
}
.es_title, .ug_title {
    align-items: center;
    margin-bottom: 10px;
}
.es_title>h2, .ug_title>h2 {
    margin: 0;
    margin-left: 5px;
}
.es_title>img, .ug_title>img {
    width: 25px;
    height: 25px;
    margin-top: 8px;
}
.main-content {
    padding: 15px;
    padding-left: 30px;
    border: 1px solid var(--color-border);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.main-content>div {
    padding: 5px 0;
}
@media screen and (max-width: 480px){
    .main-content>div {
        flex-direction: column;
    }
}
.fl_title {
    padding-top: 10px;
    box-sizing: border-box;
    width: 100px;
    cursor: default;
}
.fl_content {
    flex: 1;
    flex-wrap: wrap;
    margin-left: 10px;
}
.fl_content>a {
    box-sizing: border-box;
    /*color: var(--color-a);*/
    width: 20%;
}
@media screen and (max-width: 768px){
    .fl_content>a {
        width: 33%;
    }
}
@media screen and (max-width: 480px){
    .fl_content>a {
        width: 50%;
    }
}

/* 顶部不同于正式文档的顶部 */
.search-inputWrap {
    width: 600px;
}
@media screen and (max-width: 650px){
    .search-inputWrap {
        width: calc(100vw - 20px);
    }
}
