/* 公共 */
* {
    padding: 0;
    margin: 0;
}
input{
    box-sizing: border-box;
}
body::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}
/* 顶部 */
.topTitle {
    display: flex;
    justify-content: center;
    border-bottom:1px solid #D9D9D9;
    background: #fff;
    min-width: 1400px;
}

.realyTop {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    height: 90px;
    z-index: 10000;
    background-color: #FFFFFF;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width:600px;
    margin-right: 74px;
}

.logo img {
    width: 564px;
    height: auto;
}

.logo>.logoTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    white-space: nowrap;
}

.fontCompany {
    height: 36px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 24px;
    color: #262626;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fontSize {
    display: block;
    height: 16px;
    font-family: "Microsoft YaHei";
    font-weight: 800;
    font-size: 16px;
    color: #262626;
    line-height: 15px;
    font-style: normal;
    text-transform: none;
    white-space: pre;
    letter-spacing: -0.7px;

}
.navbar {
    display: flex;
    width: 800px;
}
.navbar-li {
    width: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin:0 14px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}
.navbar-li > a {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.checked-line {
    width: 0;
    height: 4px;
    background: #3F51B5;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
}
.navbar-child {
 background: rgba(0,0,0,0.25);
 height:0;
 position: absolute;
 left: 0;
 top: 90px;
 display: flex;
 width: 100%;
 overflow: hidden;
 flex-direction: column;
 transition: height 0.3s ease;
}
.navbar-child-container{
    display: flex;
    flex-direction: column;
}
.navbar-child-container  > div > a{
    height: 24px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.navbar-child-container  > div {
    display: flex;
    align-items: center;
    margin-top: 32px;
}
.navbar-child-container  > div > img {
    margin-right: 12px;
}
.navbar-child > .navbar-child-container > div:last-child {
    margin-bottom:24px ;
}
.navbar-child > .navbar-child-container > div:first-child {
    margin-top:19px;
}
.navbar-child-container-search {
    display: flex;
    width: 269px;
    background: #FFFFFF;
    border-radius: 3px;
    gap: 0;
    margin-left: -214px;
}
.navbar-child-search{
    width: 236px;
    padding: 10px 18px;
    height: 40px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border: none;
    outline: none;
}
.navbar-child-searchIcon{
    width: 40px;
    height: 40px;
    background: #0780FF;
    border-radius: 0 3px 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.net {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 89px;
    background-color: #F0F0F0;
    transition: all 0.6s;
}

.net>span {
    width: 36px;
    color: #8C8C8C;
    font: normal 400 12px 'Source Han Sans SC-Regular';
    margin-left: 4px;
}
a:link {
    color: #262626;
}
/*.a:-webkit-any-link {*/
/*    color: #000;*/
/*}*/