html, body {
    /* background-color: #454545; */
}
a:hover {
    text-decoration: none;
}
a {
    cursor: pointer;
}

#header {
    position: fixed;
    display: flex;
    z-index: 999;
    align-items: center;
    width: 100%;
    height: 1.45rem;
    color: #ffffff;
    font-size: 0.16rem;
}

#header .head_box {
    width: 13.92rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* #header .head_box .logo {
    width: 3.11rem;
    height: 0.81rem;
} */

#header .head_box .logo {
    /* width: 100%; */
    width: 4.22rem;
    height: .68rem;
    display: inline-block;
    background: url(../images/logo.png) no-repeat;
    background-size: 100% 100%;
    
}

#header .head_box .menu {
    /* margin-left: 3.39rem; */
    /* margin-left: 4.1rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .head_box .menu>ul>li {
    float: left;
    margin-right: 0.3rem;
}

#header .head_box .menu>ul>li:nth-last-child(1) {
    margin-right: 0;
}

#header .head_box .menu_others {
    margin-left: 0.3rem;
    cursor: pointer;
}

#header .head_box .menu_others>.img {
    width: 0.2rem;
    display: inline-block;
    height: 0.2rem;
    background: url(../images/menu_others.png) no-repeat;
    background-size: 100% 100%;
}

.menu_others_content_hover {
    display: block !important;
}

.menu_others_content {
    background: #fff;
    display: none;
    width: 100%;
    height: 100vh;
    left: 0;
    position: absolute;
    z-index: 9999;
    text-align: center;
    /* background: url(../images/more-bgm.png) no-repeat; */
}

.menu_others_content .menus_bgm {
    left: 50%;
    top: 50%;
    width: 13.66rem;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 999;
    pointer-events: none;
    object-fit: contain!important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.menu_others_c_left .left_logo {
    position: absolute;
    top: .48rem;
    left: 2.64rem;
    width: 3.98rem;
    height: .64rem;
}

.menu_others_c_left .left_content {
    position: absolute;
    top: 2.5rem;
    left: 3.84rem;
    z-index: 9999;
    text-align: left;
}

.menu_others_c_left .left_content .desc {
    font-size: .18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(69, 69, 69, 1);
    line-height: .33rem;
}

.menu_others_c_left .left_content .email {
    margin-left: 1.11rem;
}

.menu_others_c_left .left_content .left_address {
    margin-top: .7rem;
    margin-bottom: .7rem;
}

.menu_others_c_left .left_content .left_hello {
    width: 4.28rem;
    margin-bottom: .55rem;
}

.menu_others_c_left .left_content .about p {
    width: 2.3rem;
    height: .6rem;
    text-align: center;
    line-height: .6rem;
    border: 0.01rem solid #7E328E;
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(69, 69, 69, 1);
}

.menu_others_c_left, .menu_others_c_right {
    width: 50%;
    height: 100%;
    position: relative;
}

.menu_others_c_right {
    background: rgba(239, 239, 239, 1);
}

.menu_others_c_right .remove-btn {
    position: absolute;
    top: .65rem;
    right: 2.69rem;
    cursor: pointer;
}

.menu_others_c_right .right-menus {
    position: absolute;
    top: 1.18rem;
    left: 2.2rem;
}

.menu_others_c_right .right-menus ul li {
    margin-bottom: .59rem;
    text-align: left;
    cursor: pointer;
}

.menu_others_c_right .right-menus ul li a {
    width: .98rem;
    height: .22rem;
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(69, 69, 69, 1);
    line-height: .33rem;
    text-decoration: none;
}

.menu_others_c_right .right-menus ul li input {
    border: none;
    background: none;
    border-bottom: 0.01rem solid rgba(147, 147, 147, 1);
    width: 2.47rem;
    line-height: .3rem;
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(152, 152, 152, 1);
}

.menu_others_c_right .right-menus .right-search {
    position: relative;
}

.menu_others_c_right .right-menus .right-search img {
    position: absolute;
    width: .2rem;
    top: 0;
    right: 0.05rem;
    object-fit: contain!important;
}

.more-wrapper {
    height: 100vh !important;
    overflow: hidden;
}

.wrapper {
    overflow: hidden;
}

.header_hover {
    background: #fff;
}
.header_hover .logo_hover {
    background: url(../images/logo1.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.header_hover nav.navbar.bootsnav ul.nav>li>a {
    color: #424242;
}
.header_hover nav.navbar.bootsnav ul.nav>li:before {
    background:#7E328E
}
.header_hover nav.navbar.bootsnav ul.nav>li:after {
    background:#7E328E
}
.header_hover nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    background:#7E328E
}
.header_hover nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
    color: #fff;
}
.header_hover nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title {
    color: #fff;
}
.header_hover nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    color: #fff;
}
.header_hover nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    background: url(../images/add_hover_2.png) no-repeat;
    background-size: 100% 100%;
}
#header.header_hover .head_box .menu_others>.img {
    background: url(../images/menus_hover.png) no-repeat;
    background-size: 100% 100%;

}
/* common */
/* 超出省略 */
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
};
.ellipsis2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsis5{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}