html{
    width: 100%;
    height: 100%;
}
body{position: relative; 
    width: 100%;
    height: 100%;
    background: url("../img/pc/bg.png") center;
    background-size: 100% 100%;
}

.return {     
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #eee;
  }
  .return > a {
    width: 80px;
    display: block;
    height: 46px;
  }
  .return > a .back {
    width: 66px;
    display: inline-block;
    vertical-align: middle;
  }
.banner { position: relative;  font-family: "Microsoft YaHei";width: 100%;
    min-width: 1000px;
    width: 100%;
    height: auto;
}
.banner .text-box{
    position: absolute;
    width: 52%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .bannerimg{
width: 100%;
height: 100%;
display: block;
position: relative;

}
.banner .banner-t1{
    position: relative;
    display: block;
    width: 60%;
    margin: auto;
}
.banner .banner-t2{
    position: relative;
    display: block;
    width: 50%;
    padding-top: 2%;
    margin: auto;
}
.banner .text div{
    display: block;
    margin: auto;
    font-size: 16px;
 color: #fff;
 text-align: left;
 line-height: 28px;
}
.banner .words{
    width: 70%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    color: #FFFC00;
    font-size: 18px;

}

.banner .text .content{   
 text-align: left;
}
.banner .text .lk{
    font-size: 16px;
 color: #fff;
 text-align: right;
}

.banner .text>p{
    display: block;
    margin: auto;
    line-height: 30px;
}
.htitle{
    display: block;
    width: 26%;
    margin: 10px auto 10px;
    position: relative;
}
.htitle>img{
    width: 100%;
}
.activity{
    position:relative;
    width: 100%;
    height: 100%;
}
.activity .detail{
    display: block;
    width: 60%;
    margin: 20px auto 0;
    position: relative;
    box-sizing: border-box;
    /* border: 6px #FFD200 solid;
    background-color:#BD2025; */
   
    padding: 40px;
    color: #FED79F;
    font-size: 18px;
    border-radius:12px;
    box-sizing: border-box;
    background-color:#FFC168;
    border: 2px solid #000;
    padding:5px ;
}
.activity .detail .in-box{
    background-color:#FFF7C9;
    border: 2px solid #000;
    border-radius:12px;
    padding:20px 5px ;
}
.activity .detail .in-box>p{
    width: 94%;
    margin: auto;
    line-height: 26px;
    font-size: 16px;
    color: #5D151B;
}
.activity .detail .in-box>p+p{
    margin-top: 15px;
}
.activity .detail>p .no{
    display: inline-block;
    width: 7em;
    vertical-align: text-top;
}
.activity .detail>p .remark{
    display: inline-block;
    width: calc(100% - 10em);
    vertical-align: text-top;
}
.into{
    width: 100%;
    background-color: #BD2025;
    position: relative;
    padding: 30px 10px 50px;

}
.into>div{
    margin: auto;
    /* width: 80%; */
    text-align: center;
    font: 18px;
    color: #fff;
}
.into>div>p{
   margin-top: 20px;
}
.into>div .gobtn>img{
    margin-top: 20px;
    width: 13%;
 }
.into .border-top{
    display: block;
    position: absolute;
    width: 100%;
    top: -6px;
    left: 0;
}
.into .border-bottom{
    display: block;
    position: absolute;
    width: 100%;
    bottom: -6px;
    left: 0;
}

.mainCon{position:relative; margin-top: 40px;}
.mainCon .dw{
    color: #221E32;
    font-size: 14px;
    text-align: center;
    z-index: 22;
    position: relative;
}
.mainCon .dw+.dw{
    margin-top: 10px;
}
.main{
    position:relative;
    width: 63%;
    background-color:#FFE5A7;
    padding:24px ;
    border-radius:12px;
    margin: 20px auto 0;
    box-sizing: border-box;
} 
.main .left_bg{
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main .right_bg{
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    
    
}
.main a{display: block;}

.main .bookContent{
    width: 100%;
    border: 2px solid #D21E22;
    border-radius:12px;
    padding:30px;
    box-sizing: border-box;

}
.bookContent{position:relative;z-index:1;
    width: 63%;
    padding:0 30px 48px; 
    margin: auto; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* border: 6px solid #FFD200; */
    /* background-color: #BD2025; */
   
    color: #5D151B;

}
/* .bookContent li{float:left;width: 511px;margin:0 0px 40px 0;} */

.bookContent li{
width: 48%;
margin-top: 30px;
display: flex;
}
.bookContent>li:nth-child(1),
.bookContent>li:nth-child(2){
    margin-top: 0;
}
.bookContent li:nth-child(even){
    margin-left: 4%;
}
.bookCover{width: 142px;height: 190px;border: 1px solid #ccc;margin-right: 20px;}
.bookCover img{width:100%;height: 100%;}

.bookMsg{width: calc(100% - 150px);}
.bookMsg a h2{display:block;color:#333333;height: 18px;line-height:18px;font-size: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 20px;}
.name{font-size: 14px;height:14px;line-height:14px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #666666;margin:0px 0 16px;}
.tips{color:#666666;font-size: 14px;line-height: 20px;margin-bottom: 15px;}
.btn{    
    height: 32px;
    line-height: 32px;
    width: 100px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #D21E22;
 }


a.backPrev {float: left;margin-right: 16px;padding-left: 12px;width: 76px;height: 36px;text-align: center;font-size: 18px;background: url(../img/backPrev.png) no-repeat right center;line-height: 36px;}
.footer {    line-height: 24px;
    font-size: 13px;
    color: #274327;
    width: 100%;
    position: relative;
    padding: 50px 0;
}
.footer .footMain {
    text-align: center;  
    width: 100%; color: #fff;
    position: relative;
    font-size: 14px;
}
.footMain a{color: #fff;display: inline-block;}
.fbg{z-index:-1;width: 100%;}
.dleft{    /* width: 296px; */
    height: 100%;
    position: absolute;
    /* left: -103px; */
    /* top: -103px; */
    z-index: -1;
    top: 0;
    left: 0;
    width: 200px;}
.dright{width:200px;height: 100%;position: absolute;right: 0;top: 0;z-index:-1;}

.z1{width: 321px;height: 394px;position: absolute;left: -262px;top: 450px;z-index:-1;}
.z2{width: 286px;height: 349px;position: absolute;left: -182px;bottom: -149px;z-index:-1;}
.z3{width: 663px;height: 620px;position: absolute;right: -430px;top: 336px;z-index:-1;}
.z4{width: 639px;height: 556px;position: absolute;right: -322px;bottom: -330px;z-index:-1;}

.footerBg1 img,.dleft img,.dright img,.z1 img,.z2 img,.z3 img,.z4 img{width: 100%;height: 100%;}


@media screen and (min-width:320px) and (max-width:1024px){
    body{width: 125%}
} 
@media screen and (min-width:1400px) and (max-width:2000px){
    .book_list li .list_book_name {font-size: 16px;}
}


.foure-line{
	display: inline;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.info{
    width: 100%;
    background: url("../img/pc/bg1.png") no-repeat center;
    background-size: 100% 100%;
    padding: 30px 0;
}

.info .dec {
    width: 60%;
    margin: 30px auto 0;
    text-align: center;
    font-size: 18px;
    color: #BD2025;
    line-height: 1.5em;
    
    
  }
  .info .dec > p {
    text-indent: 2em;
  }
  .info .dec > p + p {
    margin-top: 15px;
  }
  .info .dec > div + div {
    margin-top: 20px;
  }

  .info .dec > div > img {
    margin-top: 10px;
    margin-left: 2em;
  }
  .info .dec em {
    color: #BD2025;
    font-weight: bold;
    font-style: normal;
  }
  .info .dec .prize {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
  }
  .info .dec .prize img {
    width: 130px;
    height: 130px;
  }
  .info .dec .prize .level {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
  }
  .info .dec .prize .name {
    font-size: 18px;
    text-align: center;
    color:#BD2025;
    margin-top: 10px;
    line-height: 1.5em;
    overflow: none;
    overflow: inherit;
  }
  .info .dec .mark {
    font-size: 14px;
    color: #333333;
    text-align: left;
  }
  .info .dec  .sm{
    margin-top: 15px;
    font-size: 16px;
  }

  @media only screen and (min-width: 1920px) {
    .banner .text-box {
        position: absolute;
        width: 60%;
        top: 72%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .activity {
        position: relative;
        margin: 15% 0 0;
    }
    .footer .footMain {
        text-align: center;
        width: 100%;
        color: #fff;
        position: absolute;
        left: 0;
        top: 73px;
        font-size: 14px;
    }
}