<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css */
/* code */

.xn-box {
    display: block;
    width: 250px;
    background: #ffffff;
    border-radius: 8px;
    position: fixed;
    top: 70%;
    left: 12%;
    margin-left: -206px;
    margin-top: -222px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(15,66,76,.25);
    z-index: 99;
}

.xn-box.active {
    z-index: 10000;
    display: block;
}

.xn-head {
    background: #da3521;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.xn-head i {
    font-style: normal;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 10px;
    line-height: 30px;
    color: #FFFFFF;
}

.xn-head img,.xn-head span,.xn-box ul li a img,.xn-box ul li a span {
    vertical-align: middle;
}

.xn-head img {
    width: 16px;
    height: 14px;
    display: inline-block !important;
}

.xn-head span {
    color: #ffffff;
    font-size: 18px;
    margin-left: 12px;
}

.xn-box ul {
    width: 100%;
    padding-top: 10px;
}

.xn-box ul li {
    padding: 10px 0;
    line-height: 22px;
    overflow: hidden;
}

.xn-box ul li p {
    overflow: hidden;
    text-align: center;
}

.xn-box ul li a {
    display: inline-block;
    margin: 0 8px;
    font-size: 16px;
    color: #009688;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    /* float:left;*/
    text-align: center;
}

.xn-box ul li a:hover {
    color: #FF0000;
}

.xn-box ul li a img.ico {
    width: 20px;
    display: inline-block;
    padding-right: 3px;
    height: auto;
}

.xn-time {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #c4c4c4;
}

.xn-time span {
    display: inline-block;
    border-radius: 50px;
    background: #ebebeb;
    color: #444444;
    font-size: 12px;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}

.xn-box img.wxewm {
    width: 65%;
    display: block;
    margin: 0 auto;
}

.xn-box p.sjh {
    text-align: center;
    font-size: 14px;
    color: #F44336;
}

.xn-box p.wxh {
    text-align: center;
    font-size: 14px;
    color: #E91E63;
    padding-bottom: 8px;
}

.xn-box p.zlb {
    text-align: center;
    font-size: 18px;
    color: #009688;
}
.wxkfxcx {
    color: #fff;
    background: #F44336;
    padding: 3px 10px;
    width: 120px;
    margin: 5px auto;
    display: block;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
}

.wxkfxcx a {
    color: #fff;
}
/* button */
.fixed_bar{
    display: none;
    z-index: 10;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.fixed_bar a,
.fixed_bar p{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 8px;
    width: 40px;
    line-height: 40px;
    height: 240px;
    font-size: 18px;
    color: #AB2610;
    background: linear-gradient(180deg, #FBE2C5, #D2A577);
    box-shadow: 0px 3px 15px 0px rgba(92, 11, 0, 0.3);
    border-radius: 0 8px 8px 0;
    writing-mode: vertical-lr;/*??¡Á¨®?¨°?? ?????¨°¡Á¨®?? writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE?????¡Â????¡Á¨®?¨°?? ?????¨°¡Á¨®?? writing-mode: tb-rl??*/ 
}
.fixed_bar p{display: flex;}
.fixed_bar a img,
.fixed_bar p img{
    display: block;
    width: 20px;
    margin-bottom: 10px;
}

.mbshow{display:none!important;}

@media screen and (max-width: 1000px){
	.fixed_bar{
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
}
.fixed_bar a,
.fixed_bar p{
    float: left;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    line-height: 2rem;
    height: 2rem;
    font-size: .9rem;
    writing-mode: horizontal-tb;/*IE?????¡Â????¡Á¨®?¨°?? ?????¨°¡Á¨®?? writing-mode: tb-rl??*/ 
}
.fixed_bar a img,
.fixed_bar p img{
    width: 1rem;
    margin-right: .5rem;
    margin-bottom: 0;
}

.fixed_bar p{display: flex;}

.mbshow{display:block !important;}

.xn-box {
    display: block;
    width: 5rem;
    background: #ffffff;
    border-radius: 8px;
    position: fixed;
    top: 95%;
    left: 120%;
    margin-left: -206px;
    margin-top: -222px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(15, 66, 76, .25);
    z-index: 99;
}
.fixed_bar{
    display: none;

}
.xn-box img.wxewm {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.xn-box p.zlb {
    text-align: center;
    font-size: .65rem;
    color: #009688;
}

}</pre></body></html>