.header-div {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 180px;
    background-color: white;
    font-family:  "Times New Roman","PingFang SC","Microsoft YaHei";
    z-index: 999;
    box-shadow: 0px 10px 10px rgb(238 242 245 / 80%);
}
.header-fixed-div {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: white;
    display: none;
}
.header-level1-div {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: transparent;
    line-height: 30px;
    font-size: 12px;
    color: #c4c4c4;
}
.header-menu-div {
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    box-shadow: 0 2px 8px #f2f3f5;
    color: #909090;
    z-index: 250;
}
.common-header-menus-ul {
    position: absolute;
    left: 155px;
    top: 0px;
    height: 58px;
    line-height: 58px;
    list-style: none;
}
.common-header-menus-ul li {
    float: left;
    padding: 0px 0px;
    font-size: 14px;
    margin-right: 25px;
    color: #3d3d3d;
}
.common-header-menus-ul li:hover {
    cursor: pointer;
    color: black;
    border-bottom: 3px solid #ca7e55;
}
.header-search-div {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 130px;
    border-bottom: 0.2px solid #f1f0f0;
    line-height: 30px;
    font-size: 12px;
    color: #c4c4c4;
    /*background-color: red;*/
}
.search-type-module {
    position: absolute;
    top: 0px;
    left: 300px;
    width: 700px;
    height: 30px;
    line-height: 25px;
}
.search-type-module button {
    border: 0px;
    background-color: transparent;
    border-radius: 3px;
    float: left;
    padding: 3px 10px;
    margin-right: 5px;
}
.search-type-module button:hover {
    background-color: #007AFF;
    color: white;
    background-image: linear-gradient(to bottom, #3D70FF 0%, rgba(61, 112, 255, 0.85) 100%);
    border-color: rgba(61, 112, 255, 0.45);
    box-shadow: 2px 2px 10px 0 rgba(159, 182, 246, 0.4);
}
.index-selected-menu {
    color: white;
    background-image: linear-gradient(to bottom, #3D70FF 0%, rgba(61, 112, 255, 0.85) 100%);
    border-color: rgba(61, 112, 255, 0.45);
    box-shadow: 2px 2px 10px 0 rgba(159, 182, 246, 0.4);
}
.search-hot-module {
    position: absolute;
    top: 100px;
    left: 300px;
    width: 750px;
    height: 30px;
    line-height: 25px;
    text-align: left;
}
.search-hot-module a {
    float: left;
    margin-right: 20px;
    line-height: 15px;
    font-size: 12px;
    color: #9d9b9b;
}
.search-hot-module a:hover {
    color: orangered;
}
.header-level1-link {
    margin-left: 15px;
}
.logo {
    position: absolute;
    left: 10px;
    top: 33px;
    height: 50px;
}
.submit_web_link {
    position: absolute;
    right: 0px;
    top: 50px;
    font-size: 14px;
    color: gray;
}
.search-module {
    position: absolute;
    top: 35px;
    left: 295px;
    width: 700px;
    height: 45px;
    border: 2px solid #007AFF;
    border-radius: 5px;
    overflow: hidden;
}
.search-input {
    position: absolute;
    left: 100px;
    top: -1px;
    width: 490px;
    height: 47px;
    font-size: 15px;
    line-height: 47px;
    text-indent: 20px;
    border: 0px;
    background-color: transparent;
    text-transform: none;
    text-shadow: none;
    display: inline-block;
    box-sizing: border-box!important;
}
.search-source {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 45px;
    width: 100px;
    border: 0px;
    text-align: center;
    font-size: 14px;
    text-indent: 0.4em;
    background-color: transparent;
}
.search-source option {
    line-height: 45px;
    border: 0px;
}
.search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    width: 100px;
    background-color: #007AFF;
    color: white;
    line-height: 45px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Courier New";
}
.search-btn:hover {
    cursor: pointer;
}
.quick-menu-right {
    position: fixed;
    right: -1px ;
    bottom: 50px;
    z-index: 999;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(238 242 245 / 80%);
}
.quick-menu-right-btn {
    background-color: white;
    padding: 8px 10px;
    border-bottom: 0.3px solid #f5f7fd;
    margin-bottom: 0px;
}
.quick-menu-right-btn:hover {
    cursor: pointer;
    background-color: #e8ecf8;
}
.custom-menus-btn {
    position: fixed;
    right: -1px;
    top: 240px;
    height: 120px;
    border: 0px;
    font-size: 12px;
    color: white;
    background-color: #556efd;
    width: 44px;
    border-radius: 3px 0px 0px 3px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 20px 0 rgba(0,0,0,.1);
    cursor: default;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    letter-spacing: normal;
    white-space: normal;
    padding: 15px 0;
    border: none;

    border: 2px solid #7178ff;
    background-image: linear-gradient(to bottom, #3D70FF 0%, rgba(61, 112, 255, 0.85) 100%);
    border-color: rgba(61, 112, 255, 0.45);
    box-shadow: 8px 8px 20px 0 rgba(61, 112, 255, 0.4);
}
.custom-menus-btn:hover {
    cursor: pointer;
    box-shadow: 0px 0px 5px #858282;
}
.custom-menus-edit-btn, .custom-menus-save-btn {
    position: absolute;
    top: 420px;
    right: -380px;
    width: 90px;
    height: 35px;
    border: 0px;
    border-radius: 3px;
    background-color: #208d2c;
    color: white;
}
.custom-menus-save-btn {
    background-color: #007AFF;
    right: -520px;
}
.edit-menu-card-btn, .delete-menu-card-btn {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 20px;
    height: 20px;
    background-color: black;
    color: white;
    border: 0px;
    font-size: 8px;
    background-color: #208d2c;
    display: none;
}
.delete-menu-card-btn {
    right: 0px;
    background-color: red;
}