@charset "utf-8";
#floatPanel {
}
#floatPanel .ctrolPanel {
    background:  no-repeat scroll left top #FFFFFF;
    border: 1px solid #DDDDDD;
    height: 166px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 300px;
    width: 36px;
    z-index: 10000;
}
#floatPanel .ctrolPanel a {
    color: #FF6600;
    font-size: 12px;
    letter-spacing: 1px;
    overflow: hidden;
    text-align: center;
    width: 34px;
}
#floatPanel .ctrolPanel .arrow {
    display: block;
    height: 29px;
    line-height: 28px;
    margin: 1px auto;
}
#floatPanel .ctrolPanel .arrow span {
    display: none;
}
#floatPanel .ctrolPanel .arrow:hover {
    background: none repeat scroll 0 0 #F4F4F4;
}
#floatPanel .ctrolPanel .arrow:hover span {
    display: block;
}
#floatPanel .ctrolPanel .contact {
    display: block;
    height: 60px;
    margin: 2px auto;
}
#floatPanel .ctrolPanel .contact span {
    line-height: 90px;
}
#floatPanel .ctrolPanel .qrcode {
    display: block;
    height: 40px;
    margin: 2px auto;
}
#floatPanel .ctrolPanel .qrcode span {
    display: none;
}
#floatPanel .popPanel {
    display: none;
    height: 200px;
    overflow: hidden;
    position: fixed;
    right: 70px;
    top: 300px;
    width: 130px;
    z-index: 10000;
	/*background:url(../images/rbg.png) no-repeat right top;*/
}
#floatPanel .popPanel .popPanel-inner {
    height: 170px;
    overflow: hidden;
    position: relative;
    width: 140px;
}
#floatPanel .popPanel .popPanel-inner .arrowPanel {
    height: 240px;
    position: absolute;
    right: 1px;
    top: 102px;
    width: 10px;
}
#floatPanel .popPanel .popPanel-inner .arrowPanel .arrow01 {
    /*border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #DDDDDD;
    border-style: solid;
    border-width: 10px;*/
    bottom: 0;
    font-size: 0;
    height: 0;
    left: 2px;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 0;
}
#floatPanel .popPanel .popPanel-inner .arrowPanel .arrow02 {
    /*border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
    border-style: solid;
    border-width: 10px;*/
    bottom: 0;
    font-size: 0;
    height: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 0;
}
#floatPanel .popPanel .popPanel-inner .qrcodePanel {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
}
#floatPanel .popPanel .popPanel-inner .qrcodePanel img {
    border: medium none;
    padding: 10px 10px 5px;
}
#floatPanel .popPanel .popPanel-inner .qrcodePanel span {
    color: #666666;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
}