body{overflow-x: hidden;}
a:link{color:#4183c4 !important;}a:visited{color:#4183c4 !important;}a:hover{color:#f60 !important;}
/*个性签名*/
.qianming{border-left:3px solid #95d4e4;border-bottom-left-radius:10px;display:block;padding:10px;background:#dee7de;border-bottom-right-radius:60%;box-shadow:10px 1px 5px #999;font-family:'Microsoft Yahei';font-size:16px;line-height:30px;}
/*gotop*/
/*.gotop{position: fixed; right: 50px; bottom: 100px; z-index: 1;}*/
.gotop{position: fixed; right: 10px; bottom: 100px; z-index: 1;}
.gotop .gotop-main{width: 50px; height: 50px; border: 1px solid #cecece; background-color: #f7f7f7; cursor: pointer; position: relative;}
.gotop .gotop-main:before{content: " "; display: block; width: 1px; height: 1px; border: 10px solid transparent; border-bottom: 10px solid #ccc; position: absolute; top: 10px; left: 15px; transition: all .2s ease;}
.gotop .gotop-main:hover:before{top:0px;}
.gotop .gotop-main:nth-child(2){margin-top: 2px;}
.gotop .gotop-main:nth-child(2):before{border-top: 10px solid #ccc; border-bottom: none;}
.gotop .gotop-main:nth-child(2):hover:before{top:20px;}
.gotop .gotop-main .tooltip{height: 50px; width: 120px; line-height: 50px; border: 1px solid #cecece; border-right: none; position: absolute; right: 100%; top:-1px; padding: 0px 10px; opacity: 0; filter:alpha(opacity=0); transition: all 1s; background-color: #f7f7f7; display: none;}
.gotop .gotop-main .tooltip:before{content: " "; position: absolute; top: 50%; left: 100%; border:5px solid transparent; border-left: 5px solid #ccc; margin-top: -5px;}
.gotop .gotop-main:hover .tooltip{display: block; opacity: 1; filter:alpha(opacity=1);}
.gotop .qrcode{width: 50px; height: 50px; border: 1px solid #cecece; margin-top: 2px; position: relative; background-color: #f7f7f7; cursor: pointer;}
.gotop .qrcode img{/*display: none;*/ visibility: hidden; position: absolute; right: 50px; top: -140px; width:200px; opacity: 0; transition: opacity 1s;}
.gotop .qrcode img:nth-child(2){right:250px;}
.gotop .qrcode:hover img{/*display: block;*/ visibility: visible; opacity: 1;}
.gotop .qrcode .fa-qrcode{font-size: 30px; position: relative; left: 12px; top: 10px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.gotop .qrcode:hover .fa-qrcode{transform: rotate(-360deg);}
/*.gotop .qrcode:hover:before{transform: rotate(-360deg);}
.gotop .qrcode:before{content: " "; display: block; width: 0px; height: 0px; border: 10px solid #ccc; position: absolute; top: 15px; left: 15px; transition: all .5s ease; -webkit-transition: all 0.5s ease; }*/
.gotop .fa-refresh{font-size: 30px; position: relative; left: 12px; top: 10px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.gotop .qrcode:hover .fa-refresh{transform: rotate(-360deg);}

/*IE滚动条颜色设置*/
body {
    scrollbar-arrow-color:#f2f2f3;  /*上下箭头*/
    scrollbar-track-color:#1589ce;  /*底层背景色*/
    scrollbar-face-color:#27aeff;   /*滚动条前景色*/
    scrollbar-Shadow-color:#1589ce; /*滚动条边线色*/
}
/*chrome滚动条颜色设置*/
body::-webkit-scrollbar {width:5px; height:10px; background-color:transparent;} /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
body::-webkit-scrollbar-track {background-color:#ccc; border-radius:10px; -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);} /*定义滚动条轨道 内阴影+圆角*/
body::-webkit-scrollbar-thumb {background-color:#409EFF; border-radius:10px; -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);} /*定义滑块 内阴影+圆角*/