/* 
* @Author: anchen
* @Date:   2020-05-09 17:18:02
* @Last Modified by:   anchen
* @Last Modified time: 2021-05-14 10:29:30
*/

body{
    background: url('../images/bg3.jpg') no-repeat center bottom;
    background-color: #f4f2e7;
    background-size: 100%;
}
.bgbox{
    /*background: #fff;*/
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 0;
}
/*.bgbox:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    background: url(../images/bg3.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 1;
    display: block;
    content: '';
}*/
.header,
.section,
.section1,
.section2,
.footer,
.section3{
    position: relative;
    z-index: 2;
}
.section{
    margin: -6.6rem 0 0;
    padding: 0 1.2rem;
    position: relative;
    z-index: 4;
}
.logo{
    position: absolute;
    top: 1rem;
    left: 1.2rem;
    z-index: 10;
    width: 4rem;
}
.logo img{
    width: 100%;
}
.viewsnum{
    padding: 0 0.8rem 0 0;
    text-align: right;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 1rem;
    width: 8rem;
    height: 1.8rem;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -webkit-gradient(linear,left top,right top,from((255, 255, 255, 0)),to((255, 255, 255, 1)));
    background: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=(255, 255, 255, 0), endColorstr=(255, 255, 255, 1));
}
.viewsnum span,
.viewsnum img{
    display: inline-block;
    line-height: 1.9rem;
}
.viewsnum img{
    width: 1rem;
    margin: 0 0 0 0.5rem;
    position: relative;
    top: 0.05rem;
}
.itemmodel1 {
    height: 10.5rem;
    overflow: hidden;
}
.itemmodel1 a{
    width: 100%;
    display: block;
   /* border: solid 1px #054f8c;*/
    border-radius: 0.4rem;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.itemmodel1 a .myvide{
    width: 100%!important;
    height: 100%!important;
}
.itemmodel1 a img{
    width: 100%;
    vertical-align: top;
    height: 100%;
}
.itemmodel1 a label{
    position: absolute;
    top: 1rem;
    left: 0rem;
    display: block;
    width: 5.2rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 1rem;
    text-align: center;
    color: #000;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -webkit-gradient(linear,right top,left top,from((255, 255, 255, 0)),to((255, 255, 255, 1)));
    background: linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -ms-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=(255, 255, 255, 0), endColorstr=(255, 255, 255, 1));
}
.itemmodel1 a i{
    content: '';
    width: 4rem;
    height: 4rem;
    background: url(../images/icon/icon2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    z-index: 10;
}
.secitonbox{
    margin: -32rem 0 0;
   /* background: #f4f2e7;*/
}
.section1{
    height: 26.6rem;
    background-size: 100% 100%;
    padding: 7rem 1.2rem 1rem;
    margin: 0 0 7rem;
}
h2.title{
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    margin: 0 0 0.8rem 0;
}
.section1 h2.title{
    border-top: solid 1px #fff100;
    padding-top: 3rem;
}
.section1 .desc{
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.5rem;
    max-height: 13.4rem;
    text-indent: 1.8rem;
    overflow: hidden;
    overflow-y: auto;
}
/*.section2{
    padding: 1rem 4rem;
} */
.ul1 li{
    height: 2.5rem;
    font-size: 1.1rem;
    text-align: center;
    border: solid 2px #d9b766;
    border-radius: 0.2rem;
    margin: 0 0 1.6rem;
    position: relative;
    background: #fff;
}
.ul1 li a{
    position: absolute;
    width: 98%;
    border: solid 2px #054f8c;
    border-radius: 0.2rem;
    left: 50%;
    margin: 0 0 0 -49%;
    z-index: 1;
    height: 2.5rem;
    line-height: 2.4rem;
    top: -2px;
}
.ul2 {
    width: 18rem;
    margin: 0 auto 2rem;
    min-height: 28rem;
}
.ul2 li{
    width: 100%;
    padding: 0 0.8rem;
    margin: 0 0 3rem;
    float: left;
    height: 4.3rem;
    position: relative;
}
.ul2 li:before{
    display: block;
    content: '';
    width: 100%;
    height: 4.3rem;
    position: absolute;
    border: solid 1px #dc352f;
    border-radius: 0.4rem;
    left: -0.5rem;
}
.ul2 li a{
    display: block;
/*    padding: 0.5rem;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0.5rem;
    top: 1rem;
}
.ul2 li a img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-radius: 0.4rem;
}
.ul2 li.lastli:before{
    left: 0;
}
.ul2 li.lastli a{
    left: 0;
    top: 0;
}
.ul2 li.lastli:before{
    left: -4%;
    width: 108%;
    height: 4.4rem;
}
.ul2 li.lastli a{
    top: 0.7rem;
}
.ul2 li.lastli a img{
    height: auto;
}
.detail .sectionbox{
    /*padding: 2rem 0;
    background: url(../images/bg3.jpg);*/
    background-size: 100%;
    min-height: 40rem;
}
.detail .section{
    margin: 2rem 0 0;
}
.detail .section:nth-child(1){
    margin: 0 0;
}
.detail .section:nth-child(1) .itemmodel1{
    margin-top: 0;
}
.detail .section1{
    background: none;
    padding: 1rem 1.2rem 0;
    height: auto;
}
.detail .section1 h2,
.detail .section1 .desc,
.detail h2.title{
    color: #333;
}
.detail .itemmodel1{
    margin: 1.4rem 0 1rem;
}
.detail .itemmodel1 img{
    width: 100%;
}
.detail .itemmodel1.noafter a:after{
    display: none;
}
.section3{

}
.detail .appbannermodel2{
    height: 9.2rem;
}
.appbannermodel2 .swiper-pagination-bullet{
    opacity: 1;
}
.appbannermodel2 .swiper-pagination-bullet-active{
    width: 0.7rem;
    height: 0.7rem;
    position: relative;
    top: 0.05rem;
}
.appbannermodel3{
    margin: 1.6rem 0 0 ;
}
.appbannermodel3 .modeDetail .swiper-slide {
    margin: auto;
}
.appbannermodel3 .swiper-slide{
    position: relative;
}
.appbannermodel3 .swiper-slide .imgbox{
    width: 9rem;
    position: relative;
    margin: 0 auto;
}
.appbannermodel3 .swiper-slide .imgbox img{
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    vertical-align: top;
}
.appbannermodel3 .swiper-slide .txtbox{
    text-align: center;
    display: none;
}
.appbannermodel3 .swiper-slide .txtbox h2{
    font-size: 1.2rem;
    margin: 1.4rem 0;
}
.appbannermodel3 .swiper-slide .txtbox .desc{
    text-align: left;
}
.appbannermodel3 .swiper-slide .txtbox .desc img{
    max-width: 100%;
}
.appbannermodel3 .swiper-slide.swiper-slide-active .txtbox{
    display: block;
}
.appbannermodel3 .modeDetail .swiper-slide .txtbox{
    display: block;
}
.appbannermodel3 .placeholderImg{
    height: 12rem;
}
.afterArt, .beforeArt{
    width: 28%;
    display: inline-block;
    text-align: center;
    margin: 1rem 10% 0 10%;
    padding: 0.5rem;
    border: 1px solid #3339;
}
.footer{
    background: rgba(109, 4, 0, 0.7);
    padding: 1.4rem 1.2rem 1.6rem;
    text-align: center;
}
.footer span{
    display: block;
    font-size: 0.9rem;
    color: #fff;
    margin: 0 0.2rem 0.5rem;
}
.footer ul{
    display: flex;
}
.footer ul li{
    width: 50%;
    padding: 0 0.4rem;
}
.footer ul li:nth-child(1){
    border-right: solid 1px #fff;
}
.footer ul li h4,
.footer a{
    color: #fff;
}
.footer ul li h4{
    margin: 0 0 0.3rem;
}
.footer a{
    font-size: 0.6rem;
    margin: 0 0.2rem 0;
    display: block;
}
.index .itemmodel1:nth-child(1){
    margin: 0 0 1rem 0;
}
.bgf4f2e7{
    background: #f4f2e7;
}
.bgebe9de{
    background: #ebe9de;
}
.bgf1efe4{
    background: rgba(241, 239, 228, 0.9);
}
.topdescbox img{
    width: 100%;
    vertical-align: top;
}
.topdescbox .desc{
    padding: 2rem 1.2rem;
}
.section11{
    padding: 1rem 0 2rem;
}
.section12{
    padding: 0 0 4rem;
}
.section12 .appbannermodel3 .swiper-slide{
    width: 90%;
}
.section12 .appbannermodel3 .swiper-slide .txtbox h2{
    margin: 2rem 0 1rem;
}
.ul3{
    padding: 0.1rem 1.4rem 0;
}
.ul3 li{
    height: 3rem;
    background: #902623;
    border-radius: 0.4rem;
    overflow: hidden;
    line-height: 3rem;
    margin: 0.6rem 0;
    padding: 0 4rem 0 1rem;
    position: relative;
}
.ul3 li a{
    color: #fff;
    font-size: 1rem;
    display: block;
}
.ul3 li a i{
    width: 2rem;
    height: 2rem;
    background: url('../images/icon/icon2.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 1;
}
.detailcontent .content img,
.detailcontent .content video,
.detailcontent .content audio{
    max-width: 100%;
}
body.detailbody{
    background: #fff;
}
body.detailbody .detailcontent .title{
    color: #333;
}