body{
    background-color: #fafafa;
}
.index-header{
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.5);
}
.header-logo{
    width: 30px;height: 30px;line-height: 60px;margin-top: 15px;float: left
}
.header-title{
    float: left;line-height: 60px;font-size: 20px;margin-left: 10px;font-weight: bold;color: #fff;
}
.login_area{
    /*background-color: #d3dae2;*/
    float: right;
    width: 100px;
    height: 60px;
}
.login_area_1{
    /*background-color: #d3dae2;*/
    float: right;
    width: 120px;
    height: 60px;
}
.login_area_1 .login_area_btn{
    width: 120px;
    height: 35px;
    margin-top:15px;
    line-height: 35px;
    border-radius:10px;
    cursor: pointer;
    background-color:#fcad17;
    color:#1b1e21;
    text-align: center;
    font-size: 15px;
}
.login_area_avatar{
    width: 35px;
    height: 35px;
    margin-top:15px;
    margin-left: 33px;
    border-radius:20px;
    cursor: pointer;
}
.index-background{
    height:500px;
    font-size:350px;
    color: #FFFFFF;
    background-color:#010E23;
    text-align: center;
    line-height:500px;
}
.index-carousel{
    height:500px;
    position: absolute;
    background-color:#010E23;
    opacity:0.9;
    color: #ffffff;
}
.carousel-top{
    display:flex;justify-content: center; align-items:center;
    height: 80px;
    line-height:80px;
    margin-top: 100px;
    text-align: center;
}
.carousel-top img{
    width: 50px;
    height: 50px;
    margin-top:15px;
    float: left;
}
.carousel-top span{
    font-size: 40px;
    float: left;
    margin-left: 20px;
}
.carousel-title{
    height: 100px;
    line-height: 100px;
    font-size: 60px;
    text-align: center;

}
.carousel-desc{
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 50px;
    text-align: center;
}
.carousel-btn{
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #fcad17;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    margin: auto;
    color: #1b1e21;
}
.pic-top{
    height:100px;
    background-color:#010E23;
    font-size: 30px;
    text-align:center;
    color:#FFFFFF;
    line-height:120px;
}
.pic-content{
    height:1000px;
    /*background-color:#010E23;*/
    background:linear-gradient(180deg,#010E23 50%,#2F4056 96%);
    overflow: hidden;
}
.pic-content img{
    position: absolute;
    transition: all 0.5s;
    width: 240px;
    border-radius: 10px;
}

.footer{
    background-color:#2f4056!important;
    height: 280px;
    margin-top:-20px;
    color: #FFFFFF;
}
.footer-content{
    width: 100%;
    height: 255px;
}
.footer-content-title{
    width: 100%;
    height: 100px;
    line-height: 140px;
    font-size: 30px;
}
.footer-content-link{
    width: 100%;
    height: 100px;
}
.footer-content-list{
    width: 100%;
    height: 185px;
    margin-top:30px;
}
.footer-content-list-title{
    width: 100%;
    text-align: center;
    height: 55px;
    font-size: 24px;
    line-height: 55px;
}
.footer-content-list-item {
    width: 100%;
    text-align: center;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
}
.footer-content-list-item a{
    color: #FFFFFF;
}
.footer-content-code{
    width: 100%;
    height: 185px;
    margin-top:30px;
    text-align: center;
}
.footer-content-code-title{
    width: 100%;
    height: 45px;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
}
.footer-content-code img{
    width: 130px;
    height: 130px;
    margin-top:10px;
}
.footer-bottom{
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}
.footer-bottom a{
    color: #FFFFFF;
}

/*登录注册页面*/
.login-content{
    width: 100%;
    min-height:600px;

}
.login-content-form{
    background-color:#fff2df;
    height: 450px;
    /*width: 100%;*/
    margin-top:80px;
}
.login-form{
    margin-top:50px;
}
.login-btn{
    width: 60%;
}

/*账号信息*/

.account-info{
    width: 280px;
    height:400px;
    /*background-color:#FCAD17;*/
    background-color:#323232;
    position: fixed;
    top: 60px;
    right: 30px;
    z-index: 1000;
    color: #fff;
    border-radius:10px;
}
.account-info-title{
    width: 280px;
    height:50px;
    border-bottom: 1px solid #CCC;
}
.account-info-nikename{
    width: 280px;
    height:65px;
    /*border-bottom: 1px solid #CCC;*/
}
.account-info-nikename img{
    float: left;
    width: 40px;
    height: 40px;
}
.account-info-nikename span{
    height:80px;
    line-height: 70px;
    font-size: 15px;
    margin-left: 30px;
    /*border-bottom: 1px solid #CCC;*/
}
.account-info-title-left{
    width: 190px;
    height:50px;
    margin-left: 30px;
    float: left;
    line-height: 50px;
    font-size: 18px;
}
.account-info-title-right{
    width: 25px;
    height:50px;
    float: left;
    line-height: 50px;
    font-size: 18px;
    cursor:pointer;
}
.account-info-box{
    width: 240px;
    height:50px;
    margin-left:20px;
    line-height: 50px;
    font-size: 14px;
    /*margin-bottom: 20px;*/
    border-radius: 10px;
    cursor: pointer;
}
.account-info-box i{
    font-size: 22px; color: #FFFFFF;
    line-height: 50px;
    float: left;
    display: block;
}
.account-info-box span{
    line-height: 50px;
    margin-left:10px;
    float: left;
}

.account-info-line{
    width: 240px;
    height:65px;
    margin-left:20px;
    line-height: 50px;
    font-size: 14px;
    /*border: 1px solid #CCC;*/
    margin-bottom: 20px;
    border-radius: 10px;
    background-color:#404040;
}
.account-info-line-left{
    width: 140px;
    height:50px;
    margin-top: 8px;
    margin-left: 20px;
    float: left;
}
.account-info-line-t{
    width: 130px;
    height:30px;
    line-height: 30px;
    margin-left: 15px;
    font-size: 15px;
    font-weight: bold;
}
.account-info-line-b{
    width: 130px;
    line-height:20px;
    height:20px;
    margin-left: 15px;
    font-size: 12px;
    overflow: hidden;
}

.account-info-line-right{
    width: 50px;
    height:25px;
    line-height: 25px;
    color: #fcad17;
    margin-top: 20px;
    text-align: center;
    margin-left: 15px;
    float: left;
    border: 1px solid #FCAD17;
    border-radius: 15px;
    font-size: 10px;
    cursor:pointer;
}

.account-info-line-btn{
    width: 60px;
    margin-left:20px;
    line-height: 30px;
    font-size: 14px;
    height:30px;
}
.account-info-btn{
    width: 135px;
    margin-left:35px;
    line-height: 30px;
    font-size: 14px;
    height:30px;
}
