#header{
    width:100%;
    height:100px;
    min-width: 1200px;
    background:#5884dd;
    padding:20px 0;
    position: fixed;
    left:0;
    top:0;
    z-index: 999;
}
.headerbox{
    /* width: 1200px; */
    width:100%;
    height:60px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1920px) and (min-width: 1500px) {
    .headerbox{
        width: 1440px;
    }
}
@media screen and (max-width: 1500px) {
    .headerbox{
        width: 1200px;
    }
}
.left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo{
    width:60px;
    height:60px;
    margin-right:20px;
}
.headerlist{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.headerlist li{
    font-size: 18px;
    display: inline-block;
    /*width: 50px;*/
    height: calc(100% - 20px);
    margin: 0 20px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.headerlist li a{
    display: inline-block;
    width:100%;
    height:100%;
    font-weight: bold;
    line-height: 40px;
}
.headerlist li a:hover{
    color:#fff !important;
}
.headerlist li a.active{
    color:#fff;
    border-bottom:2px solid #fff;
}

.rightbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.right{
    width:260px;
    height:40px;
    border-radius: 20px;
    border:1px #ccc solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 20px;
    background:#fff;
    margin-right:20px;
}
.logintext{
    font-size:16px;
    font-weight: bold;
    color:#fff;
    cursor: pointer;
}
.inputbox{
    width:200px;
    height:30px;
    font-size:14px;
    color:#333;
    line-height: 30px;
    border:none;
}
.searchimg{
    cursor: pointer;
    width:20px;
    height:20px;
}
.bannerwarp{
    width:100%;
    min-width: 1200px;
    margin-top:100px;
}
.article_banner{
    width:100%;
}
#ArticleBanner{
    width:100%;
}
.carousel-item img{
    width:100%;
    height:auto;
    max-height:700px;
}
.main_content{
    width:100%;
    margin:20px auto;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1920px) and (min-width: 1500px) {
    .main_content{
        width: 1440px;
    }
}
@media screen and (max-width: 1500px) {
    .main_content{
        width: 1200px;
    }
}
/* 底部 */
#footer{
    width:100%;
    min-width: 1200px;
    background:#5884dd;
    color:#fff;
}
.footerbox{
    width:1200px;
    padding:20px 0;
    margin:0 auto;
    font-size:16px;
    color:#fff;
    text-align: center;
    line-height: 28px;
}

/* 登录 注册 */
.loginwrap{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
}
.loginbox{
    padding:50px 80px;
    background:#fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.log_closeimg{
    width:30px;
    height:30px;
    position: absolute;
    right:-30px;
    top:-20px;
    cursor: pointer;
}
.loginbg{
    width:300px;
    height:500px;
}
.loginform{
    width:300px;
}
.login_logo{
    width:160px;
    height:160px;
    display: block;
    margin:0 auto 20px;
}
.logintitle{
    font-size:24px;
    color:#666;
    font-weight: bold;
    text-align: center;
    margin-bottom:30px;
}
.formbox{
    width:100%;
}
.zhuceform{
    display: none;
}
.formli{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:300px;
    height:40px;
    border:1px solid #CCC;
    border-radius: 5px;
    padding:0 10px;
    margin-bottom:30px;
    position: relative;
}
 
.login_nameimg, .login_passwordimg{
    width:20px;
    height:20px;
    margin-right:10px;
}
.login_input{
    width:240px;
    height:35px;
    border:none;
    font-size:16px;
    color:#333;
}
.loginbtn, .register{
    width:300px;
    height:40px;
    border-radius: 20px;
    background:#5884dd;
    text-align: center;
    line-height: 40px;
    font-size:20px;
    color:#fff;
    cursor: pointer;
}
.to_type{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:12px;
    color:#999;
    margin-top:10px;
}
.formbox p{
    font-size:12px;
    color:#B1040E;
    text-align: center;
    margin-bottom:5px;
    display: none;
}
.tozhuce{
    cursor: pointer;
    color:#999;
    text-align: right;
    margin-top:5px;
    
}
.todenglu{
    cursor: pointer;
    color:#999;
    text-align: right;
    margin-top:5px;
    display: none;
}
.login_p{
    font-size:20px;
    text-align: center;
    margin-top:20px;
}

/* 评论 */
.p_warp{
    margin-top:30px;
    padding:20px 10px;
    border-top:1px solid #CCC;
}
.p_tit{
    font-size:16px;
    font-weight: bold;
    margin-bottom:10px;
    background:#f6f6f6;
    height:40px;
    line-height: 40px;
    color:gray;
    padding-left:10px;
}
.p_list{
    width:100%;
}
.p_li_box{
    width:100%;
    padding-bottom:15px;
    border-bottom:1px solid #f6f6f6;
    margin-bottom:20px;
}
.p_li_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left:10px;
}
.p_header_img{
    width:24px;
    height:24px;
    border-radius: 50%;
    margin-right:10px;
    flex-shrink: 0;
}
.li_top{
    flex:1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.li_name{
    font-size:14px;
    color:#333;
    font-weight: 500;
}
.li_time{
    font-size:12px;
    color:#999;
}
.li_bot{
    padding-left:34px;
    font-size:12px;
    color:#666;
    line-height: 24px;
    margin-top:10px;
}
.p_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.p_text{
    flex: 1;
    min-height:40px;
    height:40px;
    border:1px solid #CCC;
    border-radius: 5px;
    font-size:14px;
    line-height: 20px;
    color:#666;
    padding:10px;
}
.p_btn{
    margin-left:20px;
    width:80px;
    height:40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color:#fff;
    background:#5884dd;
    cursor: pointer;
}
.logintexts{
    font-size:16px;
    font-weight: bold;
    color:#fff;
    cursor: pointer;
}
