@charset "utf-8";
/* CSS Document */
#newBridge .nb-invite-skin-0 {
  display: none
}
.frame {
  position: fixed;
  top: 68vh;
  right: 0;
  z-index: 99;
}
.frame a {
  display: block;
  margin-bottom: 3px;
  position: relative;
}
.frame a img {
  width: 37px;
  height: 37px;
  background: #bdbdbd;
  padding: 12px;
  position: relative;
  z-index: 2;
}
.frame span {
  background: #fdd103;
  color: #fff;
  height: 61px;
  width: 120px;
  display: block;
  line-height: 61px;
  font-size: 20px;
  font-weight: 100;
  text-align-last: justify;
  box-sizing: border-box;
  top: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  -webkit-transform: translateX(157px);
  transform: translateX(157px);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}
.frame a:hover img {
  background: #fdd103;
}
.frame a:hover span {
  padding: 0 15px;
  -webkit-transform: translateX(-61px);
  transform: translateX(-61px);
}
.fraPhoBox, .fraMa {
  background: #fff;
  position: fixed;
  right: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  box-shadow: 0 0 14px rgba(0, 0, 0, .1);
}
.fraPhoBox {
  background: rgba(255, 255, 255, 0.95);
  -webkit-transform: translate(430px, -0);
  transform: translate(430px, -0);
  height: 100vh;
  width: 376px;
  top: 0;
  z-index: 996;
}
.fraPho {
  padding: 0 16px 0 28px;
  width: 376px;
  -webkit-transform: translate(0, -55%);
  transform: translate(0, -55%);
  top: 55%;
  position: absolute;
}
.fraPhoBox.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fraPho .fraPhoFl {
  position: absolute;
  top: 50%;
  left: -44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  width: 44px;
  height: 86px;
  box-shadow: -4px 0 6px rgba(0, 0, 0, .1);
  z-index: -1;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
}
.fraPho .fraPhoFl span {
  width: 26px;
  height: 23px;
  margin: 32px auto;
  display: block;
  animation: move .4s infinite alternate;
}
@keyframes move {
  0 {
    transform: translateX(0);
  }
  100% {
    transform: translateX(2px);
  }
}
.fraPho li {
  padding: 4% 12px;
  border-bottom: 1px solid #ededed;
}
.fraPho li:last-child {
  border: none
}
.fraPho li img {
  width: 24px;
  height: 25px;
  margin-right: 10px;
}
.fraPho li h3 {
  font-size: 20px;
  color: #838383;
}
.fraPho li em {
  font-size: 20px;
  font-style: inherit;
  display: block;
  margin: 10px 0 5px 0;
}
.fraPho li span {
  font-size: 30px;
  display: block;
}
.fraMa {
  top: 61.4vh;
  width: 188px;
  height: 188px;
  right: 80px;
  display: none;
  z-index: 9;
}
.fraMa img {
  width: 188px;
  height: 188px;
}
.fraMa.active {
  display: block;
}
.fraMa i {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -17px;
  right: -13px;
  display: block;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  ;
  cursor: pointer;
}
.fraMa i:before, .fraMa i:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
}
.fraMa i:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.fraMa i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#newBridge ins {
  display: none;
}
#newBridge .nb-invite-skin-0 {
  display: none;
}
.chat-right {
  position: fixed;
  right: 10px;
  top: 50%;
  background: #1e84fc;
  box-shadow: 1px 3px 35px rgba(30, 132, 252, .5);
  text-align: center;
  z-index: 99;
  transform: translateY(-50%);
}
.chat-right * {
  color: #fff;
}
.chat-right li {
  margin: 10px;
}
.chat-right h3 {
  line-height: 3;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.chat-right h4 {
  opacity: .6;
  font-weight: normal;
  padding-bottom: 5px;
}
.chat-right a {
  background: #fff;
  display: block;
  color: #1e84fc;
  box-shadow: 1px 3px 15px rgba(255, 255, 255, .2);
  line-height: 2.6;
}