@font-face {
 font-family: "tx";
 src: url(tx.woff2) format("woff2");
 font-weight: medium;
}

::-webkit-scrollbar {
  width:8px;
  height:8px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.48);
  border-radius:5px;
}
::-webkit-scrollbar-track {
  background:0 0;
}


*{
  padding: 0;
  margin: 0;
}


body,html{
  height: 100vh;
  font-size: 18px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}



a{
  text-decoration:none;
  color: #626262;
}

.mainSection{flex: 1;}


header{
  border-top: 6px solid #f6f6f6;
  color: #a5a5a5;
  display: flex;
  justify-content: space-between;
  line-height: 80px;
  border-bottom: 1px solid #eee;
  min-height: 80px;
  position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    box-shadow: #000 -1px -13px 20px 2px;
}

.logo{
line-height: 80px;
color: #000;
}

.logo img{
  vertical-align: middle;
}

.nav{
  font-size: 20px;
  margin: auto 0;
}

.nav a{
  padding: 0 20px;
  color:  #505050;
  line-height: 80px;
  display:inline-block;
  transition: background 300ms;
}

.nav .cur{
  background:#ccc;
}

.nav a:hover{
  background:#ccc;
}


.mini-img{
  height: 60px;
  background: url(../img/singer.png);
  background-size: cover;
  width: 60px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
}

.hidden{
  display: none;
}


.inline{
  display: inline;
}
.user-info{
  display: inline-block;
  /* max-width: 200px; */
  /* width: auto; */
  /* text-overflow: ellipsis; */
}

.username{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}

#notification{
    position: relative;
    width: 60px;
    display: inline-block;
    cursor: pointer;
    padding-left: 10px;
}


.alarm {
    position: absolute;
    color: white;
    font-size: 17px;
    background-color: red;
    /*height: 24px;改前*/
    min-height: 24px;/*改后新增的代码*/
    min-width:24px;/*改后新增的代码*/
    line-height: 24px;
    right: -10%;
    top: 1px;
    text-align: center;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}



.floor{height: auto;text-align: center;margin: 50px 0;/* min-height: 80vh; */}
.floor .title{margin-bottom: 30px;font-family: tx;}
.floor .title::after{
   content: "";
   display: block;
   position: relative;
   top: 36px;
   margin: auto;
   right: 0;
   left: 0;
   width: 100px;
   height: 6px;
   background: #000;
}
.floor .line{width: 90%;height: 8px;background: #f4f4f4;margin: 20px auto;}
.floor .detail{font-family: tx;margin-bottom: 40px;}
.floor .container{width: 90%;margin: auto;}

i{
  color: #eee;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 105px;
  right: 50px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #4979ff;
  color: white;
  cursor: pointer;
  width: 138px;
  padding: 15px 10px;
  font-size: 16px;
}

#myBtn:hover {
  background-color: #4979ff;
}


/*浮动注册*/
.mask{
    display: none;
    width: 100%;
    height: 100%;
    background: #5a5a5ab5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#regForm{
  display: none;
}

#loginForm{
  display: none;
}



.sendcode-v2{
  position:fixed;
  z-index: 20010807;
  top:50%;
  left:50%;
  border-radius: 3px;
  /* border-top: 4px solid #0060ff; */
  -webkit-box-shadow: 8px 8px 80px rgba(0,0,0,.15);
  box-shadow: 9px 9px 80px rgba(0,0,0,.2);
  animation: fadeIn 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  width: 320px;
  height: 220px;
  background: #fff;
  margin-left: -160px;
  margin-top: -118px;
  text-align: center;
}
.sendcode-v2 .post-btn{
  margin-top:0px;
  font-size:16px;
  background:#fff;
  color: #777;
  border:1px solid #ececec;
  width: 110px;
  height: 36px;
  line-height: 36px;
}
.sendcode-v2 .post-btn:hover{
  background:#0060ff;
  color:#fff;
  border-color:#0060ff;
}
.sendcode-v2 .icon-input{
  margin-top:30px;
}
.sendcode-v2 .icon-input input{
  width:60%;
  height:40px;
}
.sendcode-v2 .icon-input span{
  padding:0;
  border:none;
  top:0px;
  right:29px;
}
.sendcode-v2 .icon-input span img{
  width:85px;
}
.sendcode-v2 .icon-close{
  float:right;
  width:100%;
  display:inline-block;
  text-align:right;
  padding: 10px;
  cursor:pointer;
}
.sendcode-v2 .icon-close:hover{
  color:#0060ff;
}
.login-modu{
  position:fixed;
  width: 350px;
  height: 490px;
  top: 50%;
  background:  #fff;
  z-index: 20010701;
  left: 50%;
  margin-left: -171px;
  margin-top: -245px;
  border-radius: 3px;
  border-top: 4px solid #3c90e6;
  -webkit-box-shadow: 8px 8px 80px rgba(0,0,0,.15);
  box-shadow: 9px 9px 80px rgba(0,0,0,.2);
  animation: fadeIn 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
}
.m-reg{
  height: 480px;
  margin-top: -240px;
}
.m-pass{
  height:420px;
  margin-top: -210px;
}
.m-pass .meun-mod .r{
  text-align:center;
  width: 100%;
}
.login-modu .icon-close{
  width: 18px;
  display:inline-block;
  text-align:right;
  top: 15px;
  color:#999;
  position: absolute;
  right: 10px;
}

.login-modu h1{
  font-size: 26px;
  margin-bottom: 20px;
}


.anticon.icon-close:before {
    content: "✖";
    font-style: normal;
}

.login-modu .icon-close:before{
  margin-right:10px;
  font-size:18px;
  cursor:pointer;
}
.login-modu .icon-close:hover{
  color:#0060ff;
}
.post-btn{
  background: #3c90e6;
  width: 90%;
  display:  inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  cursor:  pointer;
  border-radius: 2px;
  margin-top: 14px;
  transition: all .5s ease;
}
.post-btn:hover{
  opacity:.8;
}
.user-image{
  width:120px;
  height:120px;
  border-radius:100%;
  padding: 20px;
}
.icon-input{
  position:relative;
}
.icon-input span{
  position:absolute;
  right: 32px;
  top: 8px;
  cursor:pointer;
  border-left:1px solid #ececec;
  padding-left:15px;
  color: #666;
  font-size: 15px;
}
.icon-input span:hover{
  color:#0060ff;
}
.meun-mod{
  text-align:left;
  padding:0 20px;
  margin-top: 25px;
  color: #757575;
}
.meun-mod .l{
  float:left;
  cursor:pointer;
  padding-left:20px;
  position:relative;
}
.meun-mod .l a:hover{
  color:#0060ff;
}
.meun-mod .l.ok{
  padding-left:15px;
}
.meun-mod .icon-checksquare{
  color:#0060ff;
  display:none;
}
.meun-mod .l.ok .icon-checksquare{
  display:inline-block;
}
.meun-mod .l.ok .icon-closesquareo{
  display:none;
}
.meun-mod .l i:before{
  position:absolute;
  left:0;
  top:2px;
}
.meun-mod .r{
  float:right;
}
.meun-mod .r a{
  cursor:pointer;
  color: #666;
}
.meun-mod .r a:hover{
  color:#0560ff;
}
.icon-input i{
  position:absolute;
  top: 6px;
  left:24px;
  font-size: 24px;
  color: #ccc;
}
.uion-input{
  width: 70%;
  border: none;
  outline: none;
  margin-bottom: 20px;
  height: 39px;
  padding: 0 35px;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  transition: all .5s ease;
}
.uion-input:focus{
  border-color:#5991f7;
}
.uion-input:focus::-webkit-input-placeholder {
  color:#fff;
  transition: all .5s ease;
}

.name-repeat{background: #fff url(../img/err.png) no-repeat 98% center !important;}

.name-ok{
  background: #fff url(../img/valid.png) no-repeat 98% center !important;
}


/* 浮动注册结束 */


.corp img{width:100%}


footer{
  background: #fafafb00;
  height: 200px;
  color: #777;
  text-align: center;
  display: flex;
  flex: none;
}

.foot{
    margin: auto;
    font-size: 16px;
    width: 700px;
}

.foot a{
    color: #777;
}


.upload-btn{
  
padding: 10px;
}



#mobileNav{
    display: none;
    cursor: pointer;
    padding: 5px;
}


@media only screen and (max-width: 1050px){

.floor .container {
    width: 95%;
    margin: auto;
}

.title h1{
  font-size: 30px;
}


.floor{
  width: 100vw;
  /* margin: 100px 0; */
}

.floor .detail{
  font-size: 15px;
}



  .logo img{
    height: 60px;
  }

  .nav{
    display: none;
    position: fixed;
    top: 87px;
    height: 100%;
    width: 100%;
    background: #fcfcfc;
    z-index: 9999;
    text-align: center;
  }

.nav a{
  display: block !important;
}

#mobileNav{display: block;}
#menu{top: 30px;right: 10px;position: absolute;}

   header{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
   }

  .foot{
    font-size: 12px;
  }

#myBtn {
  bottom: 97px;
  right: 15px;
  width: 50px;
  padding: 8px 8px;
  font-size: 8px;
}


}