#support-popup {
    background-color: #FFFFFF;
    box-shadow: 0 -1px 6px 3px #DEDEDE;
    margin: auto;
    position: fixed;
    right: 55px;
    z-index: 9999999;
}
#support-popup .wrapper {
    padding: 5px 20px;
}
#support-popup .tit {
    background-color: #333333;
    border-bottom: 1px solid #DDDDDD;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 0 5px;
}
.support-item:last-child {
    margin-bottom: 0;
}
.support-item {
    margin-bottom: 7px;
    text-align: center;
}
.support-item a{
	margin-right:5px;
}
#support-popup .support-control {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 3px;
}
#support-popup .minimize {
    background: url("/web/images/minimize.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 16px;
    width: 16px;
}
#support-popup .maximize {
    background: url("/web/images/maximize.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 16px;
    width: 16px;
}

/*********************************to top************************************/
#totop{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 3px #CCCCCC;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
#totop .image{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(/web/images/up.png) no-repeat scroll 0 0 transparent;
    width: 14px;
    height: 8px;
}
#totop:hover .image{
    background: url(/web/images/up_hover.png) no-repeat scroll 0 0 transparent;
}
