@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
#app {
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;

}

a {
  color: #5a5a5a;
  text-decoration: none;
  display: inline-block;
}
a:hover {
  color: #27b38b;
}
.mr-64 {
  margin-right: 64px;
}
.mr-40 {
  margin-right: 40px;
}
#content .content {
  width: 1200px;
  margin: 0 auto;
}

#head {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 98;
}

#head .c {
  display: flex;
  display: -ms-flexbox;
  display: -moz-box;
  align-items: center;
  justify-content: space-between;
  padding: 23px 70px;
  min-width: 1200px;
}

#head .c .head-tabs-item {
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  flex: 1 1 auto;
}

#head .c a:hover {
  color: rgba(255, 255, 255, 1);
}

#head .c .head-tabs {
  display: flex;
  display: -ms-flexbox;
  display: -moz-box;
  align-items: flex-start;
}

#head .c .head-tabs .head-tabs-act,
#head .c .head-tabs .head-tabs-about,
#head .c .head-tabs .head-tabs-my {
  position: relative;
}

#head .c .head-tabs .head-tabs-act:hover .head-tabs-act__hover {
  visibility: visible;
  height: 115px;
}

#head .c .head-tabs .head-tabs-about:hover .head-tabs-about__hover {
  visibility: visible;
  height: 165px;
}

#head .c .head-tabs .head-tabs-my:hover .head-tabs-my__hover {
  visibility: visible;
  height: 115px;
}

#head .c .head-tabs .head-tabs-act .head-tabs-act__hover {
  top: -34px;
  left: -34px;
  padding-top: 34px;
  height: 0px;
  transition: height 0.1s;
}
#head .c .head-tabs .head-tabs-download .download-div {
  width: 80px;
  /* height: 24px; */
  line-height: 24px;
  background-color: #00ad59;
  margin-top: -3px;
  text-align: center;
  border-radius: 20px;
}

#head .c .head-tabs .head-tabs-about .head-tabs-about__hover {
  height: 0px;
  top: -34px;
  left: -20px;
  padding-top: 34px;
  transition: height 0.1s;
}

#head .c .head-tabs .head-tabs-my .head-tabs-my__hover {
  height: 0px;
  top: -34px;
  left: -20px;
  padding-top: 34px;
  transition: height 0.1s;
}

#head .c .head-tabs .box-hover {
  position: absolute;
  visibility: hidden;
  width: 96px;
  background: rgba(41, 54, 60, 0.7);
  display: flex;
  display: -ms-flexbox;
  display: -moz-box;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

#foot {
  position: fixed;
  width: 32%;
  bottom: 40px;
  z-index: 999;
  font-size: 12px;
  line-height: 16.8px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  margin-left: 10.5%;
  display: -ms-flexbox;
  display: -moz-box;
  height: 38px;
}

#foot a {
  color: rgba(255, 255, 255, 0.6);
}
#foot .numBox {
  background: url(https://image.xunyou.com/ver7WEB/ver7num.png) top center
    no-repeat;
  width: 90px;
  height: 24px;
  margin-top: 6px;
}

#foot .foot-box {
  display: flex;
  display: -ms-flexbox;
  display: -moz-box;
  flex-direction: column;
  align-items: flex-start;
}

/* ie适配 */
.scroll {
  /* width: 6px; */
  height: 1px;
  scrollbar-face-color: #00ad59;
  scrollbar-arrow-color: #00ad59;
  scrollbar-highlight-color: #29363c;
}

.scroll::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.scroll::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  /* box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1); */
  background: #00ad59;
}
.scroll::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1); */
  border-radius: 6px;
  background: #29363c;
}
.ver7Clk {
  display: flex;
  display: -ms-flexbox;
  display: -moz-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 18px;
  font-size: 14px;
}
.ver7Clk p {
  background: url(https://image.xunyou.com/2023/xunyou7/Group973.png) left top
    no-repeat;
  width: 168px;
  height: 32px;
  line-height: 32px;
  padding-left: 53px;
  margin-left: 314px;
}
.ver7Clk p:hover {
  background-position: left bottom;
}


.head-about-second-tabs{
  position: relative;
  width: 120%;
  display: flex;
  justify-content: center;
  flex: 1 1 AUTO;
  font-size: 14px;
}

.head-about-second-tabs a{
  text-align: center;
}

.head-about-second-tabs:hover .head-about-second-tabs__hover{
  visibility: visible;
}
.head-about-second-tabs__hover{
  position: absolute;
  height: 100px;
  left: 108px;
  top: -16px;
  visibility: hidden;
  width: 96px;
  background: rgba(41, 54, 60, 0.7);
  display: flex;
  display: -ms-flexbox;
  display: -moz-box;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;

}

.head-about-second-tabs__hover a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.danmu-hover-contain:hover .danmu-hover-content{
  text-decoration: underline;
  color:#fcff00 !important;
  
}

.message-bg{
  position: absolute;
  top:0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.message-1{
  background: url(https://image.xunyou.com/danmu/box-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  height: 100%;
  width: 10vh;
}

.message-2{
  background: url(https://image.xunyou.com/danmu/box-2.png);
  background-repeat: repeat;
  background-size: contain;
  height: 100%;
  flex:1;
}

.message-3{
  background: url(https://image.xunyou.com/danmu/box-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  height: 100%;
   width: 5vw;
}

.danmu-hover-contain:hover .message-1{
  background: url(https://image.xunyou.com/danmu/box-1-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  height: 100%;
  width: 10vh;
}

.danmu-hover-contain:hover .message-2{
  background: url(https://image.xunyou.com/danmu/box-2-hover.png);
  background-repeat: repeat;
  background-size: contain;
  height: 100%;
  flex:1;
}

.danmu-hover-contain:hover .message-3{
  background: url(https://image.xunyou.com/danmu/box-3-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  height: 100%;
  width: 5vw;
}

.danmu-hover-contain{
  font-size: 0.75vw;
}


.remember-password-container{
  display: none;
}