#qq_div_new {
  position: fixed;
  width: 100%;
  top: 9%;
  display: none;
  z-index: 9999;
}
.WPA3-SELECT-PANEL {
  z-index: 9999;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px #d4d4d4;
  max-width: 680px;
}
.WPA3-SELECT-PANEL * {
  position: static;
  z-index: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: auto;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  clear: none;
  clip: auto;
  background: transparent;
  color: #333;
  cursor: auto;
  direction: ltr;
  filter: ;
  float: none;
  font: normal normal normal 12px "Helvetica Neue", Arial, sans-serif;
  line-height: 16px;
  letter-spacing: normal;
  list-style: none;
  marks: none;
  overflow: visible;
  page: auto;
  quotes: none;
  -o-set-link-source: none;
  size: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-overflow: clip;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  word-wrap: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-outline: 0;
  -moz-outline: 0;
  -ms-outline: 0;
  -o-outline: 0;
  outline: 0;
  -webkit-text-size-adjust: none;
  font-family: Microsoft YaHei, Simsun;
}
.WPA3-SELECT-PANEL a {
  cursor: auto;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-TOP {
  height: 25px;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-CLOSE {
  float: right;
  display: block;
  width: 47px;
  height: 25px;
  background: url(./images/SelectPanel-sprites.png) no-repeat;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-CLOSE:hover {
  background-position: 0 -25px;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-MAIN {
  padding: 23px 20px 45px;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-GUIDE {
  margin-bottom: 42px;
  font-family: "Microsoft Yahei";
  font-size: 16px;
}
.flexs{display: flex;align-items: center;}
.WPA3-SELECT-PANEL-SELECTS li{
  padding-bottom: 10px;
  border-bottom: 1px #eee solid;
}
.WPA3-SELECT-PANEL-SELECTS li:last-child{
  border: none;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-SELECTS .right .fx{
  
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-SELECTS .right{
  margin-left: 50px;
}
.last{margin-top: 10px;}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-SELECTS .right .c-999{
  color: darkgray;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-SELECTS .right .fxs span{
  min-width: 50%;
  margin: 10px 0px;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-SELECTS .right .fxs{
  display: flex;
    flex-wrap: wrap;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-SELECTS .right .fxs .btn{
  padding: 5px;
  background-color: #6462F3;
  margin: 5px;

}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-SELECTS .right .fxs .btn em{  color: #fff;}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-CHAT {
  float: right;
  display: block;
  width: 88px;
  height: 111px;
  background: url(./images/SelectPanel-sprites.png) no-repeat 0 -80px;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-CHAT:hover {
  background-position: -88px -80px;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-AIO-CHAT {
  float: left;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-QQ {
  display: block;
  width: 76px;
  height: 76px;
  margin: 6px;
  background: url(./images/SelectPanel-sprites.png) no-repeat -50px 0;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-QQ-ANONY {
  background-position: -130px 0;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-LABEL {
  display: block;
  padding-top: 10px;
  color: #00a2e6;
  text-align: center;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-BOTTOM {
  padding: 0 20px;
  text-align: right;
}
.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-INSTALL {
  color: #8e8e8e;
}
.shortcut-side {
  position: fixed;
  width: 50px;
  height: 240px;
  bottom: 100px;
  right: 30px;
  z-index: 99;
}
.shortcut-side li {
  border: 1px solid #EEEEEE;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 1px rgba(100, 98, 243, 0.1);
}
.shortcut-side .Session-Icon {
  background-color: #0e62ff;
  height: 50px;
  padding: 0 11px;
  cursor: pointer;
}
.shortcut-side .Session-Icon img {
  width: 28px;
  margin-top: 11px;
}
.shortcut-side .Session-box {
  text-align: center;
  color: #333;
  line-height: 24px;
  font-size: 14px;
  padding: 12px 0;
}
.shortcut-side .totop {
  height: 46px;
  padding: 0 12px;
  cursor: pointer;
}
.shortcut-side .totop img {
  width: 24px;
  margin-top: 10px;
}
.WPA3-SELECT-PANEL-SELECTS .right .c-colour_15{cursor: pointer;}
.WPA3-SELECT-PANEL-SELECTS .right .c-colour_15:hover{color:#6462F3 ;}
.shortcut-side li  .cont_phone{
  display: none;
    position: absolute;
    top: 0px;
    right: 52px;
    width: 190px;
    height: 100%;
    line-height: 52px;
    padding-left: 10px;
    box-sizing: border-box;
    
}
#side  li .tencent_phone:hover .cont_phone{}
#side  li .tencent_phone:hover .cont_phone{
  display: block;
}