*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
body{
    min-width: 1200px;
}
input{outline: none;}
  .content{
    width: 1180px;
}
  @media screen and (max-width: 767px){
  .content{
    width: 90%;
}
}
.top{
    width: 100%;
    height: 81px;
    background-color: #060404;
    position: relative;
}
.topContent{
    width: 1200px;
    margin: 0 auto;
    height: 81px;
    position: relative;
}
.logo{
    height: 60px;
    margin: 10px 20px 0 20px;
    float: left;
}
.logo img{height: 100%;}
.clear{clear: both;}
#navUl{
    float: left;
    padding: 30px 0;
    margin-left: 40px;
}
#navUl ul li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-left: 46px;
}
#navUl ul li a{
    color: #d2d2d2;
    text-decoration: none;
}
#search{
    float: right;
    background-color: #464646;
    border: 1px solid #464646;
    width: 290px;
    height: 38px;
    border-radius: 5px;
    line-height: 38px;
    color: #8a8989;
    margin: 20px;
    padding: 0 40px 0 10px;
    outline: none;
}

#searchPic{
    float: left;
    position: relative;
}
#searchPic img{
    position: absolute;
    right: 30px;
    top: 28px;
    cursor: pointer;
}
#loginss{
    width: 190px;
    height: 25px;
    float: right;
    margin: 28px 0;
}
#loginss ul li{
    color:#d2d2d2 ;
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
    text-align: center;
}

#loginss ul li .vip-label{
    font-size: 12px;
    font-weight: initial;
    color: yellow;
    border: solid 1px yellow;
    padding: 0 5px;
    border-radius: 3px;
}
#loginss ul li .vip-label.hidden{
    color: #c0c0c0;
    border: solid 1px #c0c0c0;
}
#loginss a{
    color: white;
    text-decoration: none;
}

.loginTxt{
    width: 405px;
    height: 50px;
}
.loginLine{
    width: 85px;
    height: 0;
    border: 1px solid #ff9b19;
    margin-top: 10px;
}
.logining{
    font-size: 20px;
    font-weight: 600;
    color: #818181;
}
.right{
    float: right;
    font-size: 15px;
    margin-top: 15px;
}
.left{
    float: left;
}
.right a{
    color: #ff9b19;
    text-decoration: none;
}


.yourName{
    width: 405px;
    height: 50px;
    border: 1px solid gainsboro;
}
.username-info,.pwd-info{
    min-height: 15px;
    color: red;
}

.nameTxt{
    width: 100px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    color: gray;
    letter-spacing: 5px;
    border-right: 1px solid gainsboro;
    margin-top: 10px;
}
.nameInput{
    height: 50px;
    float: left;
    width: 303px;
    border: none;
    font-size: 18px;
}
.password{
    width: 405px;
    height: 50px;
    border: 1px solid gainsboro;
}
.passTxt{
    width: 100px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    color: gray;
    letter-spacing: 8px;
    border-right: 1px solid gainsboro;
    margin-top: 10px ;
}
.passwordInput{
    height: 50px;
    width: 303px;
    float: left;
    border: none;
    font-size: 18px;
}
.yanzhengInput{
    float: left;
    width: 230px;
    height: 50px;
    font-size: 18px;
    border: none;
}
.yanzhengmaPic{
    float: left;
    margin-top: 7px;
}
.login{
    width: 405px;
    height: 50px;
    text-align: center;
    line-height:50px;
    color:white;
    background-color: #ff9b19;
    cursor: pointer;
}
.login:hover{
    background-color: orange;
}
.forget{
    float: left;
    margin-left: 47px;
    color: gainsboro;
    font-size: 12px;
    margin-top: 10px;
    cursor: pointer;
}
.forget:hover{
    color: gray;
}


#footer{
    width: 100%;
    height: 240px;
    background-color: white;
}
#footerContent{
    width: 1200px;
    margin: 0 auto;
    height: 240px;
    border-top:1px solid white;
}
#ul1{
    float: left;
    margin-left: 190px;
    margin-top: 55px;
}
#ul1 li{
    list-style: none;
    color: gray;
    font-size: 15px;
    line-height: 25px;
}
#ul1 li a{
    color: gray;
    text-decoration: none;
}
#ul1 li:nth-child(1){
    font-size: 20px;
}
#ul1 li:nth-child(2){
    margin-top: 15px;
}


#ul2{
    float: left;
    margin-left: 100px;
    margin-top: 55px;
}
#ul2 li{
    list-style: none;
    color: gray;
    font-size: 15px;
    line-height: 25px;
}
#ul2 li a{
    color: gray;
    text-decoration: none;
}
#ul2 li:nth-child(1){
    font-size: 20px;
}
#ul2 li:nth-child(2){
    margin-top: 15px;
}
#er1{
    float: left;
    margin-left: 90px;
}
#er2{
    float: left;
    margin-left: 45px;
}
#logos{
    float: left;
}
.erTxt{
    color: gray;
    font-size: 15px;
    text-align: center;
    padding: 15px 0;
}
.listBtn{
    width: 1200px;
    margin: 0 auto;
    background-color: white;
}
.blackD{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 3;
}

.loginD{
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -180px;
    background-color: white;
    z-index: 4;
    padding: 50px;
    display: none;
}

.titles{
    width: 200px;
    padding: 25px;
    border-radius: 10px;
    background-color: #65C997;
    z-index: 999;
    position: fixed;
    left: 50%;
    margin-left: -100px;
    top: 30%;
    color: white;
    text-align: center;
}
.titlewrongs{
    width: 200px;
    padding: 25px;
    border-radius: 10px;
    background-color: #ff9b19;
    z-index: 999;
    position: fixed;
    left: 50%;
    margin-left: -100px;
    top: 30%;
    color: white;
    text-align: center;
}
.rght-fixed-bar{
    width: 45px;
    display: none;
    position: fixed;
    bottom: 5%;
    right: 20px;
}

.rght-fixed-bar .go-top{
    height: 45px;
    width: 45px;
    border:solid 1px #e0e0e0;
    background: #fff url(/assets/img/go_top.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.rght-fixed-bar .go-top:hover{
    border:solid 1px #29bfb6;
    background: #fff url(/assets/img/go_top_hover.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}
.sign-label{
    height: 45px;
    width: 45px;
    border:solid 1px #e0e0e0;
    background: #fff url(/assets/img/sign.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}
.rght-fixed-bar .sign-label:hover{
    border:solid 1px #29bfb6;
    background: #fff url(/assets/img/sign_hover.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}
.sign-label:hover .sign-panel{
    display: block;
}
.sign-label .sign-pic{
    border-bottom: solid 2px #29bfb6;
}
.sign-label .sign-panel{
    width: 298px;
    border: 1px solid gainsboro;
    float: right;
    position: absolute;
    z-index: 999;
    background: #fff;
    left: -300px;
    top: -203px;
    display: none;
}
.sign-label .sign-panel .sign-pic img{
    float: left;
}
.sign-label .sign-txt {
    float: left;
    font-size: 20px;
    font-weight: 400;
    margin-top: 13px;
}
.sign-label .sign-btn {
    float: right;
    height: 35px;
    margin: 5px;
    line-height: 35px;
    color: #fff;
    width: 130px;
    background-color: #29bfb6;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.sign-label .sign-btn i::before{
    content: url(/assets/img/indexImg/sign_btn.png);
    vertical-align: text-top;
    margin-left: 5px;
}
.sign-label .yellowLine {
    height: 0;
    border: 1px solid #ffd44a;
    margin-left: 15px;
    margin-top: 45px;
}
.sign-label .sign-table{
    padding: 15px;
    position: relative;
}
.sign-label .sign-table table{
    width: 100%;
    border-top:  1px solid gainsboro;
    border-left: 1px solid gainsboro;
    border-collapse: collapse;
}
.sign-label .sign-table table td{
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    text-align: center;
    line-height: 35px;
}
.sign-label .sign-table table td.date{
    cursor: pointer;
}
.sign-label .sign-table table td.signed{
    background-color: #29bfb6;
    color: #fff;
}
.sign-label .sign-table table tbody td{
    font-size: 12px;
}
.sign-label .login-block{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0,0,0,.3);
}
.sign-label .login-btn{
    height: 50px;
    width: 140px;
    background-color: #ff9b19;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -70px;
}
