@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input::-webkit-outer-spin-button {
-webkit-appearance: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{color:#333333;text-decoration: none; background: none; border: none;}
a:focus{outline: none;}
a:hover{outline: none;}
a:active,a:visited{outline: none; border: none;}

a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
img{border: none;}
input:focus{outline: none;}
input{font-size: 14px;}
body{
    font-family: "微软雅黑", Arial, Helv, Helvetica, sans-serif;
}
[class^="col"]{
    padding: 0;
}
.base{
    width:100%;
    position:relative;
    overflow: hidden;
    margin: 0 auto;
}
.col{
    display: flex;
    flex-direction: column; 
}
.row{
     display: flex;
    flex-direction: row; 
}
.vercen{
    /*垂直居中*/
     display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*复用样式*/
.h_wrap{
    width:94%;
    margin: 3%;
    overflow: hidden;
}
.h_sametext{
    font-size: 13px;
    color:#4F5F66;
    margin: 5px;
    margin-left: 10px;
    font-weight: bold;
    
}
.h_sameinput{
    width: 94%;
    padding:10px 3%;
    background:#EFEFEF;
    border-radius: 5px;
    font-size: 14px;
    color: #4F5F66;
    margin: 10px 0;
    font-family: '微软雅黑';
    border:none;
}
.h_placeholder{
   color: #8D9FA7;
}
.h_disclear{
    position: absolute;
    width: 24px;
    height: 24px;
    right:15px;
    z-index:2;
    top:16px;
}
.h_noclear{
    position: absolute;
    width: 24px;
    height: 24px;
    right:50px;
    z-index:2;
    top:17px;
}
.h_getcode{
    color: #586C94;
    font-size: 14px;
    position: absolute;
    top:21px;
    right:15px;
    z-index:2;
}
.h_shsq{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #8AD988;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
    text-align: center;
     margin-top:15px;
    margin-bottom:10px;
}

.h_shsy{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #27CC23;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
     margin-top:15px;
    margin-bottom:10px;
    border:none;
}

/*提示弹窗*/
.prompt{
    position: fixed;
    background: rgba(0,0,0,0.7);
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 20;
    border-radius: 4px;
    width: 50%;
    margin-left:-25%;
    height:50px;
    color: #fff;
    padding-top: 40px;
    margin-top: -50px;
}

.cash-model-pop{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  display: none;
}
.cashe-box-modle{
  width: 85%;
  background: #fff;
  position: fixed;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -webkit-font-smoothing: antialiased;
  color: #4f5f66;
  border-radius: 5px;
  display: none;
}
.box-titles{
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
}
.cash-module-bo{
  width: 85%;
  margin: auto;
}
.cash-module-bo p{
  height: 30px;
  line-height: 30px;
  color: #8D9FA7;
  padding-left: 5%;
}
.moduleInput{
  width: 100%;
  height: 40px;
  border-radius: 3px;
  background: #EFEFEF;
  margin-top: 10px;
  overflow: hidden;
}
.moduleInput input{
  width: 60%;
  float: left;
  padding: 11px 5px;
  border:none;
  background: #EFEFEF;
  font-family: "微软雅黑";
}
.getCode{
  width: 35%;
  float: right;
  text-align: center;
  line-height: 40px;
}
.cashe-mode-btn{
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #EFEFEF;
  margin-top: 15px;
  display:flex;
  flex-direction:row;
}
.cashe-mode-btn div{
  width: 50%;
  text-align: center;
}
.cashe-mode-btn div.cancel-btn{
  width: 49.8%;
  border-right: 1px solid #EFEFEF
}
.sure-btns{
  color: #27cc23;
}

#kefu{
    position: fixed;
    top:50%;
    left:auto;
    right: 20px;
    width: 72px;
    min-width: 72px;
    height: 120px;
    z-index: 100;
}
a.zixun{
    position: fixed;
    right: 20px;
    width: 72px;
    height: 120px;
    display: inline-block;
    top:50%;
    z-index: 200;
    border-radius: 5px;
}
body>div{
    min-width: 1200px;
}
.main-box{
    min-width: 1200px;
    position: relative;
}
.main-box>img{
    display: block;
    margin: 0 auto;
}
.wi1200{
    width: 1200px;
    margin: 0 auto;
    /*border: 1px solid #000;*/
    border-top:1px solid transparent ;
    position: relative;
    color: #909090;
}
.short_line{
    width: 40px;
    height: 7px;
    background: #35a9f2;
    border-radius: 3px;
    margin: 20px auto;
}
.lon-line{
    width: 58px;
    height: 9px;
    background: #35a9f2;
    border-radius: 4px;
    margin: 30px auto;
}
.white{
    color: #fff;
}
.bg-white{
    background: #fff;
}
.cl3232{
    color: #323232;
}
.cl64{
    color: #646464;
}
.cl018{
color:#0187ed;
}
.cl90{
    color:#909090;
}
.clfffefe{
    color: #fffefe;
}
.font30{
    font-size: 30px;
}
.font18{
    font-size: 18px;
}
.font16{
    font-size: 16px;
}
.font14{
    font-size: 14px;
}
.font20{
    font-size: 20px;
}
.font24{
    font-size: 24px;
}
.margin20{
    margin-top: 20px;
}
object{
    min-width: 1200px;
    height: 320px;
    overflow: hidden;
}
/*#nb_nodeboard{*/
    /*opacity: 0;*/
/*}*/
/*申请使用*/
.danmu_box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.danmu{
    position: absolute;
    top:230px;
    right: 166px;
}
.input_box{
    width: 450px;
    position: absolute;
    top:154px;
    left: 350px;
}
.input_box input{
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 11px;
    font-size: 18px;
    padding: 0 20px;
    background: #fff;
}
.danmu_btn{
    width: 100%;
    height: 50px;
    background:#039dff;
    font-size: 18px;
    color:#fff;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.input_box input.join{
    background:#fff url('../images/down.png') 96% 50% no-repeat;
}
.join_box{
    width: 100%;
    background: #fff;
    position: absolute;
    top:234px;
    left: 0px;
    border-radius: 0 0 5px 5px;
    display: none;
    z-index: 1000;
}
.join_box>li{
    height: 46px;
    padding-left: 30px;
    line-height: 46px;
    color:#909090;
}
.join_box>li:hover{
    background: #039dff;
    color:#fff;
}
#nb_nodeboard{
    display: none!important;
}
.tit_red{
    color: #FF462E;
    margin-top: 10px;
    padding-left: 30px;
}