
/* 初始化 */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dd,
dt,
dl,
div {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-family: "Microsoft YaHei" !important; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "SimSun";
}
body{
  padding-top: 80px;
  background-color: #f8f8f8;
}
ul,
ol {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

a {
  text-decoration: none ;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.banxin{
  margin: 0 auto;
  width: 1200px;
}
/* 头部样式 */
.header_module_sprite {
  background-image: url("../image/sprite1.png");
  background-repeat: no-repeat;
  /* background-size: 1301px 201px; */
  /* background-size: 1116px 55px; */
}
.header_module a{
    text-decoration: none !important;
}
.header_module {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  max-width: 1960px;
  background: url("../image/menu_bg.jpg") center no-repeat;
  background-size: 100% 80px;
  z-index: 10;
}

.header_module_text1 {
  display: block;
  width: 67px;
  height: 17px;
  background-position: -436px -34px;
}

.header_module_text2 {
  display: block;
  width: 67px;
  height: 17px;
  background-position: -518px -34px;
}  

.header_module_text3 {
  display: block;
  width: 67px;
  height: 17px;
  background-position: -598px -34px;
}

.header_module_text4 {
  display: block;
  width: 67px;
  height: 17px;
  background-position: -679px -34px;
}

.header_module_text5 {
  display: block;
  width: 67px;
  height: 17px;
  background-position: -761px -34px;
}

.header_module_text6 {
  display: block;
  width: 67px;
  height: 17px;
  background-position: -841px -34px;
}

.header_module_text7 {
  display: block;
  width: 67px;
  height: 17px;
  background-position: -920px -34px;
}

.header_module_text8 {
  display: block;
  width: 67px;
  height: 17px;
  background-position: -999px -34px;
}


.header_active {
  background-position-y: -11px !important;
}

.header_nav > ul .header_module_san {
  opacity: 0;
}

.header_nav > ul:hover .header_module_san {
  opacity: 1;
}

.header_module_san {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 16px;
  height: 10px;
  background-position: -226px -23px;
  -webkit-transition: left 0.4s ease-out,opacity 0.3s ease-out;
  transition: left 0.4s ease-out,opacity 0.3s ease-out;
  z-index: -1;
}

.header_module .header_nav {
  padding: 0 300px 0 130px;
}

.header_module .logo {
  margin-left: -100%;
  position: relative;
  left: -130px;
  padding-top: 10px;
  height: 80px;
}

.header_module .logo img {
  height: 55px;
}

.header_module>.header_nav > ul > li {
  position: relative;
  flex: 1;
  height: 80px;
}

.header_module .header_hot {
  position: absolute;
  top: 15px;
  right: 14px;
  width: 30px;
  height: 19px;
}
.header_nav > ul {
  width: 100%;
  display: flex;
}
.header_nav > ul > li > a {
  display: block;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_nav > ul > li > a:hover > .header_module_sprite {
  background-position-y: -11px;
}

.header_nav > ul > .header_active > a > .header_module_sprite {
  background-position-y: -11px;
}

.header_hot.right12 {
  right: 12px;
}
.login_box{
  width: 171px;
  position: relative;
  margin-left: -171px;
  right: -171px;
  text-align: center;
}
#login_btn {
  position: relative;
  padding: 0;
  margin-top: 16px;
  width: 76px;
  height: 47px;
  border: none;
  outline: none;
  background: url("../image/sprite1.png") no-repeat -1101px 0px;
  cursor: pointer;
  /* animation: bird1 1.2s steps(1) 0s infinite alternate none; */
}

#login_btn:hover {
  background-position: -62px -69px;
}

#login_btn > span {
  display: block;
  width: 55px;
  height: 12px;
  position: absolute;
  bottom: -5px;
  left: 15px;
  background-position: 0 -69px;
}

.dropdown_li > ul {
  display: none;
  
}

.dropdown_li:hover > ul {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -76px;
  display: block;
  width: 152px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#300000), color-stop(#510000), to(#300000));
  background-image: linear-gradient(to right, #300000, #510000, #300000);
  text-align: center;
}

.dropdown_li > ul > li {
  width: 100%;
  height: 38px;
  line-height: 38px;
}

.dropdown_li > ul > li > a {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #d4887e;
}

.dropdown_li > ul > li > a:hover {
  width: 152px;
  height: 38px;
  background: url("../image/sprite1.png") no-repeat -267px -11px;
  color: #fff800;
}
.dropdown_li > ul > li:last-child > a{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.header_imgBox {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_module .header_imgBox img {
  border-radius: 50%;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  vertical-align: -18px;
}

.header_module .header_imgBox a {
  display: inline-block;
  font-size: 12px;
  color: #eba042;
}

.header_module .header_imgBox .header_getGod {
  margin: 0 15px;
  display: inline-block;
  text-align: center;
  width: 66px;
  height: 30px;
  line-height: 30px;
  background-image: linear-gradient(#edc332, #fffa53);
  color: #5c3f14;
  border-radius: 3px;
  font-size: 12px;
}
.header_module .header_imgBox .header_getGod:hover{
    background-image: linear-gradient(#ffe077, #ffedae);
}
.search {
  float: left;
  width: 300px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../image/search_bg.png");
  margin-top: 20px;
  color: #baaaa1;
  overflow: hidden;
  margin-left: -300px;
  position: relative;
  right: -300px;
  padding-top: 10px;
}

.search_text {
  float: left;
  width: 240px;
  color: #baaaa1;
  margin-left: 20px;
  border: none;
  background: none;
  outline: none;
}

.search_icon {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}



/* 尾部 */
.footer_module {
    padding-top: 39px;
    height: 330px;
    background: rgba(43, 30, 27, 1);
    box-sizing: border-box;
}

.footer_module_main {
    margin: 0 auto;
    width: 948px;
}

.footer_module_main p {
    margin: 0;
}

.footer_nav {
    border-top: 1px dashed rgba(220, 191, 124, 0.5);
    border-bottom: 1px dashed rgba(220, 191, 124, 0.5);
    padding: 11px 0;
    margin-bottom: 8px;
}

.footer_nav>li {
    float: left;
    color: #DCBF7C;
}

.footer_line {
    margin: 0 9px;
    width: 1px;
    height: 23px;
    background-color: #DCBF7C;
}

.footer_nav>li>a {
    color: #DCBF7C;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
}

.footer_nav>li>a:hover {
    color: #fff;

}

.footer_principal p {
    color: #D8D8D8;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.footer_major {
    width: 423PX;
    height: 63PX;
    margin: 0 auto;
}

.footer_major p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #6F6968;
}

.footer_major p a {
    color: #6F6968;
    text-decoration: none;
}

.footer_principal p a {
    color: #fff;
}

.footer_major p a:hover,
.footer_principal p a:hover {
    color: #DCBF7C;

}
/* 主体结构 */
.banner{
  position: relative;
  margin-top: 15px;
  margin-bottom: 13px;
}
.banner_btn{
  position: absolute;
  top: 0 ;
  right: -29px;
}
.banner_btn>li{
  padding-top: 12px;
  padding-bottom: 12px;
  width: 28px;
  height: auto;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
  background-color: #9a4eec;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  word-wrap:break-word;
}
.banner_btn>li.active{
  background-color: #741bd4;
}
.banner .video_box{
  position: relative;
    overflow: hidden;
    width: 940px;
    height: 529px;  
}
.banner .video_box>iframe {
  position: absolute;
  top: -130px;
  left: -235px;
  /* z-index: -1; */
}
.banner .img_box{
  position: relative;
  width: 248px;
  height: 529px;  
}

.banner .img_box>img{
  width: 100%;
  height: 100%;
  display: block;
 
}
/* 导航栏 */
.nav{
  display: flex;
  height: 65px;
  background-color: #fff;
}
.nav li{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  cursor: pointer;
}
.nav li:hover{
  background-color: #E70412;
}

.nav_sprite{
  background-image: url("../image/sprite3.png");
}
.hy>span{
  display: block;
  width: 96px;
  height: 40px;
  background-position: -232px -40px;
}
.hy:hover>span{
  height: 37px;
  background-position-y: -136px;
}
.ks>span{
  display: block;
  width: 96px;
  height: 40px;
  background-position: -408px -40px;
}
.ks:hover>span{
  height: 37px;
  background-position-y: -136px;
}
.dy>span{
  display: block;
  width: 96px;
  height: 40px;
  background-position: -592px -40px;
}
.dy:hover>span{
  width: 104px;
  height: 48px;
  background-position: -584px -128px;
}
.rm>span{
  display: block;
  width: 128px;
  height: 40px;
  background-position: -752px -45px;
}
.rm:hover>span{
  background-position-y: -136px;
}
.zb>span{
  display: block;
  width: 136px;
  height: 40px;
  background-position: -928px -46px;
}
.zb:hover>span{
  background-position-y: -136px;
}
/* 版本介绍 */
.nav-tabs{
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
  height: 45px;
  background-color: #fff;

}
.nav-tabs li{
  flex: 1;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.nav-tabs li:hover{
  border-bottom: 2px solid #E70412;
}
.nav-tabs li.active{
  border-bottom: 2px solid #E70412;

}
.nav-tabs li a{
  display: block;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
}
/* 主要内容 */
.livecontent {
  width: 280px;
  height: 240px;
  float: left;
  margin: 10px 10px;
  background-color: rgb(240, 240, 240);
}

.livecontent:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.livecontentdiv {
  width: 280px;
  height: 160px;
  overflow: hidden;
  position: relative;
}

.play-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}

.livecontent .sub-mask {
  display: block;
  z-index: 2;
}

.livehover .livepic {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.rec {
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 37px;
  background: url(../image/rec.png) no-repeat;
}

.sub-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=30);
  z-index: 0;
}

.livehover .sub-mask {
  opacity: 0.3;
}

.play-icon {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  background: url(../image/playicon.png) no-repeat;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.livehover .play-icon {
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.livebottom {
  height: 50px;
  background-color: white;
  padding: 10px 10px 10px 10px;
}

.liveavatar {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  float: left;
}

.livenickname {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 5px;
}

.livehot {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  float: right;
}

.livehotimg {
  width: 16px;
  height: 12px;
  margin-right: 5px;
}
.livepic {
  width: 280px;
  height: 160px;
}

.livetitle {
  font-size: 14px;
  height: 30px;
  line-height: 20px;
  overflow: hidden;
  background-color: white;
  padding: 10px 10px 0px 10px;
  color: #000;
}
.tool_left{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 170px;
  height: 335px;
}
.tool_left>img{
  width: 100%;
  height: 100%;
}
/* 广告弹窗 */
#modalCommon {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding-right: 17px;
  background-color: rgba(0, 0, 0, 0.6);
}

#modal_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 700px;
  height: 440px;
}
.modal_title{
  width:700px;
height:72px;
line-height: 72px;
background:rgba(154,0,251,1);
border-radius:3px;
text-align: center;
font-size:24px;
font-weight:bold;
color:rgba(246,218,255,1);
font-family: "Microsoft YaHei";
}
.modal_dec{

  width:700px;
height:37px;
line-height: 37px;
text-align: center;
background:rgba(125,0,231,1);
  font-size:16px;
  font-weight:bold;
color:rgba(217,179,255,1);
font-family: "Microsoft YaHei";
}
.modal_main{
  padding-top: 18px;
  width: 700px;
  height: 248px;
  font-size: 20px;
  color: #6900EE;
  background:rgba(235,225,255,1);
}
.modal_main li{
  padding-left: 71px;
  width: 700px;
  height: 50px;
  border-top: 1px solid rgba(230,210,255,1);
}
.modal_main li:nth-of-type(1){
  border-top:none
}
.modal_main li>div{
  width: 50%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}
.modal_main li>div>i{
  display: inline-block;
  width:22px;
  height:22px;
  line-height: 22px;
  text-indent: 4px;
  font-size: 16px;
  color: #fff;
  background:rgba(105,0,238,1);
  border-radius:50%;
  vertical-align: text-bottom;
  font-family: "Microsoft YaHei";
  font-weight: 700;
}
.modal_footer{
  width:700px;
  height:109px;
  background:rgba(230,210,255,1);
  font-family: "Microsoft YaHei";
}
.modal_footer{
  padding-top: 25px;
  color: #BB31EF;
  font-size: 14px;
  text-align: center;
}
.modal_footer>a {
  display: block;
  margin: 10px auto 0;
  width: 206px;
  height: 36px;
  line-height: 36px;
  background: linear-gradient(90deg, rgba(199, 0, 235, 1), rgba(100, 0, 238, 1));
  border-radius: 18px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.close_modal {
  outline: none;
  border: none;
  background-color: transparent;
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  background-position: -52px -199px;
  cursor: pointer;
}

.loginFade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

#modal_box.loginIn {
  opacity: 1;
}

.closeWarning {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  height: 300px;
  line-height: 30px;
}
