


.popup-wrap{
    position: fixed;
    left: -12px;
    bottom: -9px;
}
.popup-wrap .popup{
    position: relative;
    width: 280px;
    height: 280px;
    background: url(/img/aside/bg_shu.png) no-repeat left 36px;
    background-size: 281px 230px;
    font-family: "Microsoft YaHei", "微软雅黑"
}
.popup-close{
    position: absolute;
    top: -24px;
    right: -8px;
    display: block;
    width: 22px;
    height: 24px;
    background-image: url("/img/btn-close-normal.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px 24px;
    cursor: pointer;
}
.popup-close:hover{
    background-image: url("/img/btn-close-hot.png");
}
.popup-close:active{
    background-image: url("/img/btn-close-press.png");
}

.btn-download,.btn-download1{
	display: inline-block;
    padding: 0.55em 1.5em;
    border: none;
    margin-top: 50px;
    font-size: 16px;
    color: #fff;
    position: relative;
}


.btn-download:before{
	content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 12px;
    vertical-align: middle;
    background: url(/static/images/index/icon_download_normal.png) no-repeat center center;
}
.server-banner .text-center{
	position: absolute;
	bottom: 15%;
}
.server-banner .btn-download1{
	background: url(/static/images/index/btn_dl_nor.png) no-repeat center center;
	border: 1px solid white;
	border-radius: 24px;
    width: 472px;
    height: 48px;
    color: white;
    line-height: 26px;
    text-indent: 50px;
    font-size: 18px;
} 

.btn-download:hover{
    
}
.btn-download:hover{
    
}
.link{
    text-decoration: none;
}
.link-case{
    display: block;
    margin-top: 25px;
    font-size: 14px;
    
}
.link-case > .link-icon{
    float: left;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(/img/bg-video.png) no-repeat center top;
}
.link-case > p{
    padding: 0 4px;
    margin:0;
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
    color: #264a95;
    overflow: hidden;

}



.head > .multi-row{
    display: table-cell;
    height: 90px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
}
.multi-row > i.hot{
    float: right;
    display: block;
    width: 23px;
    height: 14px;
    background: url("/Images/hot.png") no-repeat center center;
}
.multi-row > p{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: gray;
}



.right-side{
    position: fixed;
    right: 18px;
    top:42%;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 15px;
  
    z-index: 999;
}
.right-side .item{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #797979;
	opacity:0.8;
    margin-bottom: 4px;
    position: relative;
}
.right-side .item .txt{
    position: absolute;
    left: 0px;top: 0;
    width: 182px;
    height: 40px;
    padding-left: 20px;
    padding-right: 38px;
    margin: 0;
    line-height: 40px;
    border-radius: 4px;
    background-color: #093683;
    color: #fff;
    box-sizing: border-box;
    display: none;
}
.right-side .item:hover .txt{
    left:-142px;
    display: block;
}
.right-side .email .txt{
    width: 262px;
}
.right-side .email:hover .txt{
    left:-222px;
    display: block;
}
.right-side .item .icon{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
}
.right-side .qq .icon{
    background-image: url('/static/images/com/icon_uipower_qq.png');
}
.right-side .baidu .icon{
    background-image: url('/static/images/com/icon_zaixianzixun.png');
}
.right-side .tele .icon{
    background-image: url('../image/icon_uipower_phone.png');
}
.right-side .email .icon{
    background-image: url('../image/icon_uipower_email.png');
}



