/* 回到顶部 */
#sidebar{
    width: 50px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9;
    font-size: 12px;
    text-align: center;
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center; 
    flex-wrap:nowrap;
}
#sidebar .rq{
    display: block;
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 2px rgba(162, 162, 162, 0.5);
    border-radius: 39px;
    margin-bottom: 12px;
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items:center; 
    flex-wrap:nowrap;
    position: relative;
    top:0px;
    left:0px;
}
#sidebar .rq>img{
    width: 20px;
    height: 20px;
}
#sidebar .msg{
    display: block;
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 2px rgba(162, 162, 162, 0.5);
    border-radius: 39px;
    margin-bottom: 12px;
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items:center; 
    flex-wrap:nowrap;

}
#sidebar .msg>img{
    width: 20px;
    height: 20px;
}
.sidebar-info{
    padding: 10px;
    background: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    position: absolute;
    top:0px;
    right:45px;
}
#sidebar .partner{
    width: 42px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 2px rgba(162, 162, 162, 0.5);
    border-radius: 39px;
    margin-bottom: 12px;
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center; 
    flex-wrap:nowrap;
    cursor:pointer;
}
#sidebar .partner>img{
    width: 20px;
    height: 20px;
}
#sidebar .partner>p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    width: 21px;
    margin-top: 6px;
}
#sidebar .top{
    display: block;
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 2px rgba(162, 162, 162, 0.5);
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items:center; 
    flex-wrap:nowrap;

}
#sidebar .top>img{
    width: 20px;
    height: 12px;

}
/* 左侧弹框 */
#contact-left{
    width: 100%;
    height: 100%;
    background: rgba(51, 49, 49, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
    justify-content:center;
    align-items:center;
}
#contact-left .contact-left-box{
    width: 285px;
    height: 325px;
    background: #037aff;
    border-radius: 15px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: absolute;
    left: 0px;
    bottom: 0px;

}
#contact-left .contact-left-box>img{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
#contact-left .contact-left-box>input{
    width: 260px;
    height: 37px;
    border: 0px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    padding: 0px 10px;
    border-radius: 5px;
    margin-bottom: 12px;

}
#contact-left .contact-left-box>textarea{
    width: 260px;
    height: 131px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
    border: 0px;
    padding: 5px 10px;

}
#contact-left .contact-left-box>span{
    display: block;
    width: 161px;
    height: 45px;
    background: #FFFFFF;
    margin-top: 25px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #037AFF;
    line-height: 45px;
    text-align: center;
    cursor: pointer;

}

.yin{
	width: 100px;
	height: 56px;
	position: absolute;
	top: 0px;
	left: -95px;
	display: none;
}
.reply{
	width:80px;
	height:80px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 5px 0px rgba(189,189,189,0.74);
}
.reply a{
	display: block;
	line-height: 40px;
	text-align: center;
	color: #000 !important;
}
.reply a:hover{
	color:rgba(83,135,252,1) !important;
}
