.floating_ck {
    position: fixed;
    right: 40px;
    bottom: 10%;
    z-index: 9999;
    font-size: 1.5rem;
    border-radius: 5px;
    transition: all 0.5s;
}

.floating_ck dl dt {
    text-align: center;
}

.floating_ck dl dd {
    margin: 5px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s;
    position: relative;
    width: 40px;
    background-image: linear-gradient(-45deg, var(--base_color), var(--base_color));
    text-align: center;
    cursor: pointer;
}

.floating_ck dl dd:hover {
    background-image: linear-gradient(-45deg, var(--base_color), var(--base_color));
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.btn_close {
    transition: all 0.3s;
    position: relative;
    width: 40px;
    height: 40px !important;
    line-height: 30px;
    background-image: linear-gradient(-45deg, var(--base_color), var(--base_color));
    text-align: center;
    cursor: pointer;
}

.close_box {
    transform: translateX(149px);
}

.open {
    transition: all 0.5s;
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: -40px;
    bottom: calc(10% + 95px);
    background-image: linear-gradient(-45deg, var(--base_color), var(--base_color));
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
}

.open_box {
    transform: translateX(-40px);
}

.return {
    transition: all 0.3s;
    margin-bottom: 1px;
    position: relative;
    width: 40px;
    height: 40px !important;
    background-image: linear-gradient(-45deg, var(--base_color), var(--base_color));
    text-align: center;
    cursor: pointer;
}

.floating_ck dd span {
    color: #fff;
    display: block;
    font-size: 1.5rem;
}

.floating_ck dd:hover span {
    color: #fff;
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    background-image: linear-gradient(-45deg, var(--base_color), var(--base_color));
    display: none;
    border-radius: 5px;
}

.floating_left a {
    color: #fff !important;
    line-height: 40px;
}

.floating_ewm {
    height: 160px;
    top: -50px;
}

.floating_ewm i {
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
    background: url(../Image/wx_ewm145.jpg) center no-repeat;
}

.floating_ewm p {
    color: #fff;
    margin-top: 5px;
}

/* m_link */
.m_link{ overflow: hidden; padding:24px 0; }
.m_link .inner{ display: flex; align-items: center; }
.m_link .tit{ padding:11px 18px; border:1px solid #d2d2d2; text-align: center; }
.m_link .tit b{ font-size: 16px; color: #666666; line-height: 1; font-weight: normal; }
.m_link .tit p{ font-size: 16px; color: #666666; line-height: 1; text-transform: uppercase; font-weight: normal; }
.m_link .tit + div{ width: calc(100% - 102px); display: flex; align-items: center; flex-wrap: wrap; }
.m_link a{ font-size: 14px; color: #666666; margin:0 15px; line-height: 1; transition: all .3s; }
.m_link a:hover{ transition: all .3s; color: var(--pei-color); }
@media screen and (max-width: 1400px){
	.m_link{ padding:20px 0; }
	.m_link .tit{ padding:12px; display: flex; align-items: center; }
	.m_link .tit b{ margin-right: 5px; }
	.m_link .tit + div{ width: calc(100% - 146px); }
}
@media screen and (max-width: 1200px){
	.m_link{ padding:15px 0; }
}
@media screen and (max-width: 992px){
	.m_link .inner{ flex-direction: column; }
	.m_link .tit{ margin-bottom: 12px; }
	.m_link .tit + div{ width:100%; justify-content: center; }
	.m_link a{ margin:0 12px; }
}
@media screen and (max-width: 768px){
	.m_link .tit b, .m_link .tit p{ font-size: 15px; }
	.m_link a{ margin:0 10px; }
}
@media screen and (max-width: 640px){
	.m_link .tit b, .m_link .tit p{ font-size: 14px; }
	.m_link a{ margin:0 8px; }
}
@media screen and (max-width: 576px){
	.m_link a{ font-size: 13px; margin:0 6px; }
}
@media screen and (max-width: 414px){
	.m_link a{ font-size: 12px; margin:0 4px; }
}
