.footer {
    background-size: 100% 100% !important;
    color: #fff;
    font-size: 12px;
}

.footer a {
    color: #f3ebeb;
}
.footer a:hover {
    color: #fff;
}
.footer .contact div {
    padding: 7px 0;
    font-family: CN-Light;
}
.footer .contact i, .footer .contact img {
    margin-right: 10px;
    vertical-align: middle;
}
.footer .contact {
    margin-top: 40px;
    padding: 0 20px;
}
.footer .menu {
    font-size: 16px;
    margin-bottom: 70px;
}
.footer .logo {
    width: 136px;
}
.footer .menu a {
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    display: inline-block;
    font-family: CN-Regular;
}
.footer .menu a:hover {
    color: var(--primary-color);
}

.footer .title {
    font-size: 16px;
}
.footer .number {
    font-size: 23px;
    font-family: CN-Bold;
}
.footer .info {
    padding: 90px 0 25px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 44px;
}
.footer .info .qrcode {
    width: 144px;
    margin-top: -40px;
}

.footer .bottom-bg {
    height: 35px;
    background: var(--primary-color);
    line-height: 35px;
}
.footer .bottom-bg img {
    width: 14px;
    margin: 0 5px 2px 0;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
}
.footer .bottom-bg span {
    vertical-align: bottom;
}

.aside-menu {
    position: fixed;
    top: 70%;
    right: 1%;
    z-index: 10;
}
.aside-menu .item {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--font-color);
    border-radius: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.aside-menu .item img {
    width: 25px;
}
.aside-menu .item:hover {
    background: var(--primary-color);
}

.aside-menu .item:hover .content {
    display: block;
}

.aside-menu .content:hover {
    display: block;
}

.aside-menu .item .phone,.aside-menu .item .email,.aside-menu .item .qrcode{
    padding: 0 20px;
    position: absolute;
    right: 60px;
    top: 0;
    color: var(--font-color);
    background: #fff;
    border-radius: 10px;
    white-space: nowrap;
    font-size: 16px;
    font-family: CN-Bold;
    display: none;
}

.aside-menu .item .phone,.aside-menu .item .email {
    height: 50px;
    line-height: 50px;
}

.aside-menu .item .qrcode img{
    width: 144px;
}

.aside-menu .item .qrcode {
    top: 50%;
    padding: 20px;
    transform: translateY(-50%);
}

.aside-menu .item .content {
    box-shadow : 0px 0px 12px rgba(0, 0, 0, .3)
}

.aside-menu .item .icon {
    position: absolute;
    right: 50px;
    top: 0;
    height: 50px;
    width: 10px;
}

.wrap-phone {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}
.search-shade {
    position: fixed;
    top: 132px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .3);
    overflow: hidden;
}
.search-block {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    background: #fff;
	box-shadow: 0px -1px 5px 0 rgba(0, 0, 0, 0.23);
    text-align: center;
    z-index: 99;
    padding: 50px 0 40px 0;
    font-size: 15px;
    min-height: 530px;
    transform: translateY(-100%);
    transition: all .5s;
}

/* .search-block .main {
    max-width: 1200px;
} */

.search-block .title {
    padding-bottom: 35px;
    font-size: 33px;
    font-family: CN-Regular;
    font-weight: 700;
}


/* 搜索框全局样式 */
.search-block .layui-input-group, .search .layui-input-group{
    margin: 0 auto;
    width: 796px;
	height: 40px;
	border-radius: 20px;
	border: solid 1px #474747;
    padding: 0 0 0 20px;
}
.search-block .layui-input-group:hover, .search .layui-input-group:hover {
    border-color: var(--primary-color) !important;
}
.search-block .layui-input-group i, .search .layui-input-group i {
    font-size: 25px !important;
}
.search-block input, .search input  {
	border: none;
    padding: 0 !important;
    font-size: 18px;
    padding-right: 58px !important;
}
.search-block .layui-input-group .layui-input-suffix, .search .layui-input-group .layui-input-suffix  {
    width: 25px;
    padding: 0;
    border: none;
    border-left: 1px solid #474747;
    padding: 0 20px 0 15px;
    cursor: pointer;
}
.search-block .layui-input-group .layui-icon-clear, .search .layui-input-group .layui-icon-clear{
    right: 15px;
}

.search-block .content, .search .content {
    width: 765px;
	height: 305px;
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px 
		rgba(0, 0, 0, 0.23);
        margin: 10px auto;
    padding: 0 35px;
}

.search-block .content .tabs, .search .content .tabs  {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    font-weight: 700;
}
.search-block .content .tabs .tab, .search .content .tabs .tab{
    margin: 0 25px;
    cursor: pointer;
}
.search-block .content .tabs .tab:hover, .search .content .tabs .tab:hover {
    color: var(--primary-color);
}
.search-block .content .tabs .tab.active, .search .content .tabs .tab.active {
    color: var(--primary-color);
}
.search-block .content .subtitle, .search .content .subtitle {
    font-size: 13px;
}
.search-block .content .keywords, .search .content .keywords {
    max-height: 190px;
    overflow-y: auto;
}
.search-block .content .keywords .item, .search .content .keywords .item  {
    cursor: pointer;
    margin: 3px 0;
    padding: 3px;
}
.search-block .content .keywords .item:hover, .search .content .keywords .item:hover {
    background: var(--primary-color);
    color: #fff;
}
.search-block .content .keywords .item.active, .search .content .keywords .item.active {
    background: var(--primary-color);
    color: #fff;
}