@charset "utf-8";
/* 底部css */
.footer_width {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}

.footer_follow_us {
    display: flex;
    margin-bottom: 20px;
}

.footer_follow_us img {
    width: 150px;
    height: 150px;
    margin-right: 10px;
}

.footer_follow_us span {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/*在线咨询客服*/
.float-service-panel {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 280px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
	z-index: 9999;
}

.panel-header {
	position: relative;
	text-align: center;
	margin-top: -37px;
	z-index: 1;
}

.panel-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: #032a4d 1px solid;
}

.panel-close {
	position: absolute;
	right: 16px;
	top: 12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	color: #999;
	z-index: 10;
}

.panel-content {
	padding: 20px 16px;
	text-align: center;
	font-size: 14px;
	color: #141414;
}

.panel-btn {
	padding: 0 16px 16px;
}

.service-btn {
	display: block;
	width: 80%;
	height: 40px;
	line-height: 40px;
	background: #032a4d;
	color: #fff;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	font-size: 14px;
	margin: 0 auto;
}
/* 右边悬浮窗 */
.back-top-container {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: transparent;
    border-radius: 15%;
}

.back-top-container:hover {
    top: 40%;
}

.yb_bar ul {
    position: relative;
}


.yb_bar li {
    position: relative;
    width: 53px;
    height: 53px;
    line-height: 53px;
    padding: 0 5px;
    margin: 2px 0;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0071bc;
    border-bottom: 1px solid transparent;
    border-radius: 5%;
}

.yb_bar li span {
    color: #eee;
    position: absolute;
    left: 52px;
}


.yb-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    flex-shrink: 0;
}

.yb-content {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 5px;
    color: #333;
    transition: width 0.3s ease;
}

.back-top-container:hover .yb_bar li {
    width: 160px;
    justify-content: flex-start;
    padding-left: 10px;
}

.back-top-container:hover .yb-content {
    width: 135px;
}

.yb_top {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    margin: 1px 0;
    position: relative;
}


.yb_top.show {
    visibility: visible;
    height: 50px;
    opacity: 1;
}


.yb_bar li a {
    color: #eee;
    text-decoration: none;
}

li.yb_wxcord {
    position: absolute;
    display: none;
    width: 150px;
    height: 150px;
    background: #0071bc;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    margin: 0px;
}

li.yb_ercode {
    margin: 1px 0 0 0;
}


.yb_bar ul:hover .yb_wxcord,
.yb_wxcord:hover {
    display: block;
    transition: all 0.3s ease-in-out;
    padding-left: 0px;
}

.yb_bar ul:hover .yb_ercode,
.yb_ercode:hover {
    border-radius: 5% 5% 0 0;
}

.hd_qr {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yb_bar .yb_zixun {
    width: 53px;
    height: 66px;
}

.yb_zixun_img {
    width: 53px;
    height: 66px;
    object-fit: cover;
}

.yb_bar ul:hover .yb_zixun_img {
    margin-left: -10px;
}