<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*ç€¹ãˆ¡æ¹‡----------*/

.kefu{
    position:relative;


}

.kefu .kefucheck{
    width: 50px;
    height: 50px;
    border: 1px solid #5968653d;
    position: fixed;
    right: 22px;
    bottom: 100px;
    border-radius: 50px;
    box-shadow: 0px 0px 16px 5px #0000005c;
    background-color: #333333;
    color: #fff;
    animation: movess 1.2s cubic-bezier(0, 0.88, 0.61, 0.4) 0.5s;
}

@keyframes movess {
    0%{
        background-color:#333333;

    }
    50%{
    background-color: #a5171799;

    }
    100%{
        background-color:#333333;

    }
}








.kefu .kefucheck img{
    height: 28px;
    width: 28px;
    margin: 13px 10px;  

}
.kefu .kefucheck #tongzhi{
    height: 15px;
    width: 15px;
    position: absolute;
    left: 34px;
    top: -3px;
    background-color: red;
    border-radius: 50%;
    text-align: center;
    line-height: 13px;
    font-size: 12px;
}
/*é‘±å©‚ã‰å¦—ï¿½----------*/

.charoom{
    position:relative;
    display: none;
    z-index: 9999;
}
.charoom #charoomcheck{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   position:fixed;
   left:0px;
   top:0px;
    width:100%;
    height:100%;
    background-color: #e1ebff;
    
}
@media screen and (min-width: 1300px) {
	
	body .charoom #charoomcheck{
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    position: absolute;
	    left: -406px;
	    top: -682px;
	    width: 392px;
	    height: 725px;
	    background-color: #e1ebff;
	    box-shadow: 1px 1px 11px 1px #ffbda7;
	    
	}
	
	
	
}



@keyframes move {
    from{
       
		  background-color: rgb(225 235 255 / 65%);
    }
    to{
        background-color:rgb(225 235 255 / 100%);;

    }
}

.charoom .bloack{
  
    background-color: #e1ebff;
    animation: move 1.2s cubic-bezier(0.42, 0.65, 0.37, 0.84);

}


.charoom #charoomcheck .charup{
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #ffffff1c;
    background-color: #ff9561;

}


.charoom #charoomcheck .charup div:nth-child(1){
    height:39px;
    width:39px;
    float:left;
    cursor: pointer;
}
.charoom #charoomcheck .charup div:nth-child(1) img{ 
    height: 22px;
    width: 26px;
    margin-left: 6px;
    margin-top: 9px;
}

.charoom #charoomcheck .charup div:nth-child(2){
    height:39px;
    width:39px;
    float:left;

}
.charoom #charoomcheck .charup div:nth-child(2) img{ 
    height: 38px;
    width: 38px;
    margin-left: 0px;
    margin-top: 1px;
    border-radius: 50%;
    border: 1px solid white;
}
.charoom #charoomcheck .charup div:nth-child(3){
    height: 39px;
    width: 154px;
    float: left;
    color: #fff;
    line-height: 37px;
    font-size: 17px;
    font-weight: 600;
    margin-left: 7px;
	cursor: pointer;
}

.charoom #charoomcheck .charup div:nth-child(4){
    height:39px;
    width:39px;

    float:right;

}

.charoom #charoomcheck .charup div:nth-child(4) img{
    height: 40px;
    width: 36px;
    margin-left: -7px;
    margin-top: -2px;


}





/*-------*/
.charoom #charoomcheck .chartxt{
    width:100%;
    height:100%;
    margin-bottom: 10px;
    margin-top: 4px;
    overflow-y:auto;
    overflow-x: hidden;

}


#box .centertxt .suijitc .suijilist::-webkit-scrollbar-track {
    background-color: #fff;
}
#box .centertxt .suijitc .suijilist::-webkit-scrollbar {
    width: 3px;
    }
#box .centertxt .suijitc .suijilist::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 50%;
}



.charoom #charoomcheck .chartxt&gt; .rt {
    margin-top: 15px;
    height: auto;
    overflow: hidden;
    position: relative;


}
.charoom #charoomcheck .chartxt&gt; .rt &gt;div:nth-child(1){
    font-size: 12px;
    color:#ffffff3b;
    text-align: center;


}

.charoom #charoomcheck .chartxt&gt; .rt &gt;div:nth-child(2){
    position:absolute;
    left:0px;
    right:0px;
   width:72px;
   height:62px;

}


.charoom #charoomcheck .chartxt&gt; .rt &gt;div:nth-child(2) &gt;span:nth-child(1){
    display: inline-block;
    margin-top: 10px;
    margin-left: 4px;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #837a8570;
    background:url('../images/gfkf.jpg');
}
.charoom #charoomcheck .chartxt&gt; .rt &gt;div:nth-child(2) &gt;span:nth-child(2){
    position: absolute;
    left: 1px;
    top: 64px;
    width: 53px;
    height: 21px;
    color: #727582;
    font-size: 12px;
    text-align: center;
	
}





.charoom #charoomcheck .chartxt&gt; .rt &gt;div:nth-child(3){
    display: inline-block;
    margin-left: 66px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    width:auto;
    height:auto;
    padding: 10px 10px;
    border-radius: 8px;
    background-color: #9dd2ff;
    position:relative;   
    font-size: 16px;
    line-height:25px;

}
.charoom #charoomcheck .chartxt&gt; .rt &gt;div:nth-child(3)::after{
    content: '';
    position: absolute;
    left: -5px;
    top: 8px;
    width: 6px;
    height: 17px;
    background: url('../images/liaotiansjx.png');


}











.charoom #charoomcheck .chartxt&gt; .yh {
    margin-top: 15px;
    height: auto;
    overflow: hidden;
    position: relative;



}

.charoom #charoomcheck .chartxt&gt; .yh &gt;div:nth-child(1){
    font-size: 12px;
    color:#ffffff3b;
    text-align: center;


}


.charoom #charoomcheck .chartxt&gt; .yh &gt;div:nth-child(2){
    position:absolute;
    right:0px;
    top:15px;
   width:72px;
   height:62px;

}


.charoom #charoomcheck .chartxt&gt; .yh &gt;div:nth-child(2) span{
    display: inline-block;
    margin-top: 10px;
    margin-left: 16px;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #837a8570;
        background: url('../images/yhtx.jpg');
}

.charoom #charoomcheck .chartxt&gt; .yh &gt;div:nth-child(3){
    float:right;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 69px;
    margin-bottom: 20px;
    height:auto;
    padding: 10px 10px;
    border-radius: 8px;
    background-color: #f9b338;
    position:relative;   
    font-size: 16px;
    line-height:25px;

}
.charoom #charoomcheck .chartxt&gt; .yh &gt;div:nth-child(3)::after{
    content: '';
    position: absolute;
    right: -5px;
    top: 8px;
    width: 6px;
    height: 17px;
    transform: rotate(180deg);
    background: url('../images/liaotiansjx.png');


}













/*-------*/




.charoom #charoomcheck .chardown{
    width:100%;
    height:99px;


}
.charoom #charoomcheck .chardown .kuaijie{
    width:100%;
    height:30px;


}
.charoom #charoomcheck .chardown .kuaijie &gt;div{
    margin-left:10px;
    margin-right:10px;
    float:left;
    width:50px;
    height:29px;
    border-radius: 10px 10px 10px 10px;
    font-size: 15px;
    color:#fff;
	background-color: #ff9561;
	cursor: pointer;
}
.charoom #charoomcheck .chardown .kuaijie &gt;div:nth-child(1){
    width:75px;
    position:relative;
}
.charoom #charoomcheck .chardown .kuaijie &gt;div:nth-child(1):active{
   background:#494e58;
}
.charoom #charoomcheck .chardown .kuaijie &gt;div:nth-child(2):active{
   background:#494e58;
}
.charoom #charoomcheck .chardown .kuaijie &gt;div:nth-child(3):active{
   background:#494e58;
}










.charoom #charoomcheck .chardown .kuaijie &gt;div:nth-child(1) img{
    height: 22px;
    width: 24px;
    margin-left: 5px;
    margin-top: 3px;
    border-radius: 50%;

}
.charoom #charoomcheck .chardown .kuaijie &gt;div:nth-child(1) span{
    position: absolute;
    left: 31px;
    top: 5px;
    width: 37px;
    height: 21px;


    
}
.charoom #charoomcheck .chardown .kuaijie &gt;div:nth-child(2){
    width:103px;
    
    position:relative;
}
.charoom #charoomcheck .chardown .kuaijie &gt;div:nth-child(2) img{
    height: 22px;
    width: 24px;
    margin-left: 5px;
    margin-top: 3px;
    border-radius: 50%;

}
.charoom #charoomcheck .chardown .kuaijie &gt;div:nth-child(2) span{
    position: absolute;
    left: 31px;
    top: 5px;
    width: 60px;
    height: 21px;


    
}
.charoom #charoomcheck .chardown .kuaijie &gt;div:nth-child(3){
    width:117px;
    position:relative;

}
.charoom #charoomcheck .chardown .kuaijie &gt;div:nth-child(3) img{
    height: 22px;
    width: 24px;
    margin-left: 5px;
    margin-top: 3px;
    border-radius: 50%;

}
.charoom #charoomcheck .chardown .kuaijie &gt;div:nth-child(3) span{
    position: absolute;
    left: 31px;
    top: 5px;
    width: 75px;
    height: 21px;


    
}


/*down down :::*/


.charoom #charoomcheck .chardown .missagetxt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 12px;
    margin-left:8px;
    margin-right:10px;
    height: 43px;
    border-radius: 21px 21px 21px 21px;
 	background-color: #ffffff;
}
.charoom #charoomcheck .chardown .missagetxt &gt; div:nth-child(1){
    width:43px;
    height:43px;
 

}

.charoom #charoomcheck .chardown .missagetxt &gt; div:nth-child(1) img{
    height: 42px;
    width: 42px;
    margin-left: 2px;
    margin-top: 1px;
    cursor: pointer;
}

/**/

.charoom #charoomcheck .chardown .missagetxt &gt; textarea{
    font-size: 18px;
    color:#000;
    font-weight: 600;
    outline: none;
    background-color:transparent;
    border:none;
    padding-top:12px;
    resize:none;
}
.charoom #charoomcheck .chardown .missagetxt &gt; textarea::placeholder{
    font-size: 18px;
    color:#92959e;
    font-weight: 400;
 

}





.charoom #charoomcheck .chardown .missagetxt &gt; div:nth-child(3){
    width:85px;
    height:43px;
    

}
.charoom #charoomcheck .chardown .missagetxt &gt; div:nth-child(3) &gt;div{
    margin-top: 2px;
    margin-left: 1px;
    height: 38px;
    width: 76px;
    border-radius: 4px 20px 20px 4px;
    background-color: #2596f6;
	cursor: pointer;

}
.charoom #charoomcheck .chardown .missagetxt &gt; div:nth-child(3) &gt;div img{
    height: 28px;
    width: 35px;
    margin-left: 14px;
    margin-top: 4px;

}





#loadwin{
    display: none;
    position: absolute;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
    background-color: rgb(225 235 255 / 65%);
}

#loadzhong{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    background:url('../images/jiazai.png') no-repeat -1px -2px ;
    animation: loads 2s cubic-bezier(0.4, 0.12, 0.58, 1)  infinite;


}
#loadzhongtxt{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 66px;
    height: 25px;
    margin-top: 47px;
    margin-left: -33px;
    color: #fff;
    text-align: center;
    font-size:14px;

}

@keyframes loads {
    0%{
       transform: rotateZ(0deg);
    }
    100%{

        transform: rotateZ(720deg);
    }


}
.xianjitxt{
	    /* display: flex; */
    position: fixed;
    right: 246px;
    bottom: 78px;
    z-index: 9999;
    width: 258px;
    height: 41px;
	
	
}
.xianjitxt textarea{
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    outline: none;
    background-color: transparent;
    border: none;
    padding-top: 11px;
    resize: none;
    background: #fff;
	
}

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