*{margin: 0;padding: 0;border: none;outline: none;}
:root{
	box-sizing: border-box;
	/*user-select: none;*/
    font-family: '微软雅黑';
    background: #fff;
}
body *,body{
	box-sizing: inherit;
	font-size: inherit;
	color: inherit;
}
span{display: inline-block;}
i{
	font-style: normal;
	font-family: FontAwesome;
	display: inline-block;
    font-size: 40px;
    transition: 0.5s;
}
body{
    position: absolute;
    width: 100%;
    min-width: 1440px;
    height: 100%;
    z-index: -50;
}
ul,li{
    list-style: none;
}
button{
    cursor: pointer;
}
iframe{
    position: relative;
    width: 100%;
    /*border: 1px solid red;*/
}
.iframe{
    z-index: -10;
}
::-webkit-scrollbar{
	width: .4rem;
    height: .4rem;
	-webkit-opacity: 0;
    background-color: rgb(0 0 0 / 10%);
}
::-webkit-scrollbar-thumb{
	border-radius: .2rem;
	background-color: rgba(0, 0, 0,.4);
}
iframe::-webkit-scrollbar{
    height: 0px;
}
[link]{
    cursor: pointer;
}
/*图标列表*/

/*刷新*/
.icon_refresh{ 
    width: 1em;
    height: 1em;
    background: url('data:image/svg+xml;utf8,<svg t="1631868431136" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2511" width="200" height="200"><path d="M835.516 709.837l154.351-225.894h-109.158c-14.541-221.047-198.11-396.151-422.844-396.151-234.291 0-423.731 189.918-423.731 424.277 0 234.155 189.918 424.141 424.209 424.141 105.062 0 200.977-38.434 275.115-101.786l-56.73-73.045c-58.368 51.063-134.69 82.398-218.385 82.398-183.296 0-331.844-148.617-331.844-331.708 0-183.364 148.617-331.913 331.844-331.913 173.739 0 315.665 133.734 329.933 303.787h-107.11l154.351 225.894z"></path></svg>') no-repeat center; 
}
/*实心的三角形*/
.icon_solid_triangle{
    width: 1em;
    height: 1em;
    background: url('data:image/svg+xml;utf8,<svg t="1632275817914" class="icon" viewBox="0 0 1707 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2474" width="200" height="200"><path d="M122.869341 2.22352 851.98782 0 1584.920784 6.472488C1629.474237 6.472488 1668.639278 8.883431 1681.652405 18.846672 1713.071326 42.900724 1709.638076 92.031136 1681.652405 119.893283L905.874092 969.356564C891.086834 984.207717 871.349905 990.556674 851.928185 989.602521 832.502205 990.558804 812.82704 984.207717 797.975887 969.356564L22.199706 119.895415C-5.722077 92.033265-8.769832 43.352245 22.199706 18.914826 36.607856 7.5523 61.684215 2.22352 122.869341 2.22352L122.869341 2.22352Z"></path></svg>') no-repeat center; 
}
.icon_triangle:before{
    content: "\f0d7";
}
.icon_search:before{
    content: "\f002";
}
.icon_remind:before{
    content: "\f0f3";
}
.icon_arrow_left:before{
    content: "\f105";
}
.icon_usergroup:before{
    content: "\f0c0";
}
.icon_msg:before{
    content: "\f27a";
}
.icon_heart:before{
    content: "\f08a";
}
.icon_users:before{
    content:"\f0c0";
}
.icon_chain-broken:before{
    content: "\f127";
}
.icon_img:before{
    content: "\f1fe";
}
[class^="icon_"]{
    font-size: inherit;
    color: inherit;
    background-size: 100%;
}