<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sidebar_R li{ list-style:none;}
 .sidebar_R ul, ol, dl, form {
    padding: 0px;
    margin: 0px;
}
.sidebar_R p, h2, h3, h4, img, div {
    
    margin: 0;
    padding: 0;
}

.sidebar_R .fl {
    float: left;
}




.sidebar_R {
    position: fixed;
    right: 0px;
    top: 160px;
    width: 80px;
    z-index: 998;
}

.sidebar_R&gt;ul {
    width: 100%;
    height: 100%;
    background-color: #4381ff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sidebar_R&gt;ul&gt;li {
    position: relative;
    width: 100%;
    height: 90px;
    text-align: center;
    padding: 0 12px;
    box-sizing: border-box;
}
.sidebar_R&gt;ul&gt;li:hover{
    background-color: #2a69e8;
}


.sidebar_R&gt;ul&gt;li&gt;a {
    cursor: default;
    display: block;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #72a1ff;
}

.sidebar_R&gt;ul&gt;li:first-child a,
.sidebar_R&gt;ul&gt;li:last-child a{
    cursor: pointer;
}
.sidebar_R&gt;ul&gt;li:last-child&gt;a {
    border-bottom: none;
}

.sidebar_R&gt;ul&gt;li&gt;a&gt;img {
    width: 28px;
    height: 28px;
    margin-top: 22px;
    margin-bottom: 5px;
}

.sidebar_R&gt;ul&gt;li&gt;a&gt;p {
    font-size: 12px;
    color: #fff;
    line-height: 1;
}

.sidebar_R&gt;ul&gt;li&gt;.tel_box {
    position: absolute;
    top: 10px;
    right: 80px;
    width: 0;
    height: 70px;
    box-sizing: border-box;
    background-color: #fff;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar_R&gt;ul&gt;li&gt;.tel_box&gt;p {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-left: 8px;
}

.sidebar_R&gt;ul&gt;li&gt;.qq_box{
    position: absolute;
    top: 0px;
    right: 80px;
    width: 0;
    height: 150px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 13px 32px rgba(44, 44, 44, .13);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar_R&gt;ul&gt;li&gt;.qq_box&gt;ul&gt;li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
    padding: 11px 0;
    box-sizing: border-box;
    background-color: #effaff;
    border-radius: 18px;
    overflow: hidden;
}
.sidebar_R&gt;ul&gt;li&gt;.qq_box&gt;ul&gt;li:last-child{
    margin-bottom: 0;
}
.sidebar_R&gt;ul&gt;li&gt;.qq_box&gt;ul&gt;li&gt;a{
    display: block;
}
.sidebar_R&gt;ul&gt;li&gt;.qq_box&gt;ul&gt;li img{
    display: block;
    margin: 0 5px 0 10px;
}
.sidebar_R&gt;ul&gt;li&gt;.qq_box&gt;ul&gt;li p{
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.sidebar_R&gt;ul&gt;li:hover .tel_box,
.sidebar_R&gt;ul&gt;li:hover .qq_box{
    transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
}

.sidebar_R&gt;ul&gt;li&gt;.wx_box{
    position: absolute;
    top: 0px;
    right: 80px;
    width: 0;
    height: 235px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 13px 32px rgba(44, 44, 44, .13);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.sidebar_R&gt;ul&gt;li:hover .wx_box{
    width: 230px;
    padding: 5px 5px;
}


.sidebar_R&gt;ul&gt;li:hover .tel_box{
    width: 200px;
    padding: 25px 18px 25px 30px;
}
.sidebar_R&gt;ul&gt;li:hover .qq_box{
    width: 230px;
    padding: 25px 25px;
}

.sidebar_R .goTopOnce {
    display: none;
    width: 80px;
    height: 70px;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    background-color: #4381ff;
    border-top: 1px solid #72a1ff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sidebar_R .goTopOnce&gt;img {
    width: 28px;
    height: 28px;
}

.sidebar_R .goTopOnce&gt;p {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}</pre></body></html>