.model{
    padding-top:2rem; 
    padding-bottom:10rem; 
}
 
.model .datalist{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.model .datalist::before{
    content: '';
    width: 1px;
    height: calc(100%); 
    background: rgba(35, 24, 21, 0.1);
    position: absolute;
    left: calc(50% - 0.5px);
    top: 0;
}
.model .datalist .scrollbar{ 
    width: 1px;
    height: 50rem; 
    background: #AF3230;
    position: absolute;
    left: calc(50% - 0.5px);
    top: 0;
}
.model .datalist .box{
    width: 43%;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(35, 24, 21, 0.1);
}

.model .datalist .box .imgbox{
    border-radius: 1rem;
    overflow: hidden;
} 
.model .datalist .box .imgbox:hover .bg{
    transform: scale(1.1);
}
.model .datalist .box .txtbox{
    min-height: 20.7rem; 
}
.model .datalist .box .time{
font-size: 1.8rem;
line-height: 2.2rem;  
margin: 2.4rem 0 1.4rem;
}
.model .datalist .box .tit{ 
    font-size:2.4rem;
    line-height: 3.8rem;  
    font-family: 'sans-serif', serif;  
    font-weight: 400; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.model .datalist .box .txt{ 
    margin: 1.2rem 0 2.3rem;
    font-size:1.8rem;
    line-height: 3rem; 
    font-weight: 250; 
    opacity: 0.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.model .datalist .box .btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 450; 
    color: #AF3230;
} 
.model .datalist .box .btn .ico{
    margin-left: 0.8rem;
    width: 0.5rem;
}
.pagination { 
    margin:5rem 0 16rem;
}
 
/* 移动端兼容 */
@media screen and (max-width:750px) {
    .model{
        padding-top:2rem; 
        padding-bottom:5rem; 
    }
      
    .model .datalist::before,
    .model .datalist .scrollbar{
        display: none;
    }
    .model .datalist .box{
        width: 48%;
        margin-bottom: 3rem;
        padding-bottom: 0;
        border-bottom: 0;
    } 
    .model .datalist .box .txtbox{
        min-height: auto; 
    }
    .model .datalist .box .time{
    font-size: 1.2rem;
    line-height: 1.8rem;  
    margin:1.2rem 0 0.6rem;
    }
    .model .datalist .box .tit{ 
        font-size:1.4rem;
        line-height: 2rem;  
    }
    .model .datalist .box .txt{ 
        margin: 0.6rem 0 0.2rem;
        font-size:1.2rem;
        line-height: 1.8rem;  
        display: none;
    }
    .model .datalist .box .btn{ 
        font-size: 1.2rem; 
        margin-top: 0.6rem;
    }  
    .pagination { 
        margin-bottom: 6rem;
    }
     
}


.detailbanner{
    position: relative;
    padding-top: 10rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.detailbanner::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
backdrop-filter: blur(10px);
}
.detailbanner .pic{
    width: 95%;
    max-width: 1400px;
    border-radius: 0.8rem;
    margin: 0 auto;
    display: block;
}

.detailbanner .linknav {
    max-width: 1400px;
    width: 95%;
    color: rgba(255, 255, 255, 0.7);
    margin: 2rem auto;
}
.detailbanner .linknav a:last-child {
    color: #FFFFFF;
}

.detail {
    padding-top: 10rem ;
    max-width: 960px;
    margin: 0 auto;
    width: 86%;
}
.linknav {
    margin: 2rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 450;
    color: rgba(35, 24, 21, 0.5);
} 

.linknav i {
    margin: 0 1rem;
}
.detail.v1 {
    max-width: 1010px;
    background: #FFFFFF;
    margin-top: -4.6rem;
    padding-top: 4.6rem ;
    z-index: 2;
    position: relative;
    border-radius: 0.8rem 0.8rem 0 0;
}
.detail.v1 .linknav{
    padding: 0 2rem;
}
.detail .linknav{
    margin: 0 0 2.5rem;

} 
.detail .title{
    font-size: 3.2rem; 
    font-family: 'sans-serif', serif;  
    font-weight: 400; 
    color: #231815;
    text-align: center;
    cursor: pointer;
}
.detail .flexbox{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 250;
    line-height: 2.0rem; 
    color: rgba(35, 24, 21, 0.6);
    margin: 2rem 0 6rem;
}
.detail .flexbox span{
    padding:0 2rem;
}
.detail .flexbox span+span{
    border-left: 1px solid rgba(35, 24, 21, 0.1);
}
.detail .content{
    font-size: 1.8rem;
    /* font-weight: 250; */
    color: #231815;
    margin-bottom: 8rem;
}
.detail .content h1{
    font-size: 2.4rem;
    margin: 4rem 0 3rem;
}
.detail .content h2{
    font-size: 2.0rem;
    margin: 3rem 0 1.2rem;
}
.detail .content h3{
    font-size: 1.6rem;
    margin: 2.4rem 0 1.2rem;
}
.detail .content p{
    line-height: 3.9rem;
    margin-top: 1.2rem;
    text-indent: 2em;
}
.detail.v1 .content p{
    margin: 4rem 5rem 0;
}
.detail .content img{
    max-width: 100%;    
    margin: 4rem auto 0;
    display: block;
}
.detail .logobox{
    padding: 2.4rem 0;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.detail.v1 .logobox{
    border-top: 1px solid #D8D8D8; 
    margin:0  5rem;
}
.detail .logobox .logo{
    width: 19rem;
    display: block;
}
.detail>.sharebox{
    margin: 8.8rem auto 12.7rem;
    font-size: 1.5rem; 
    color: #231815;
    text-align: center;
} 
.detail .sharebox .flex{
    margin-top: 1.6rem;
}
.detail .sharebox .flex,
.detail .logobox .sharebox{
    font-size: 1.5rem; 
    color: #231815;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail .sharebox .icon{
    width: 4.2rem;
    display: block;
    cursor: pointer;
    position: relative;
    margin-left: 1.6rem;
}
.detail.v1 .sharebox .icon:first-child{
    margin-left: 0;
}
.detail .logobox .time{
    font-size: 1.4rem; 
    line-height: 2.0rem; 
    color: #231815;
}
.detail .tips{
    font-size: 1.4rem;
font-weight: 250;
line-height: 2.0rem; 
color: #231815;
margin: 2.4rem   5rem 0;
}
.detail .sharebox .icon .qrprop{
    position: absolute;
    bottom: calc(100% + 1.5rem);
    left: calc(50% );
    transform: translateX(-50%);
    display: none;
}
.detail .sharebox .icon .qrcodebox{
    padding: 1rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(39, 6, 5, 0.12);  
    text-align: center; 
    color: rgba(35, 24, 21, 0.6);
    border-radius: 0.6rem;
}
@media screen and (min-width:750px) {
.detail .sharebox .icon:hover .qrprop{
    display: block;
}
}
.detail .sharebox .icon .qrcodebox::before{
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: calc(50% - 0.6rem);
    top:calc(100% - 0.6rem);
    transform: rotate(45deg);
    background: #fff;
}
.detail .sharebox .icon .qrcodebox .tit{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3rem;
    font-size: 14px;
} 
.detail .sharebox .icon .qrcodebox .tit .icon{
    width: 1.6rem;
    margin-right: 0.4rem;
}
.detail .sharebox .icon .qrcodebox .code{ 
    display: block;
    margin:1rem ;
    width: 160px;
    border-radius: 0.6rem;
}

.moflexbox {
    padding: 0 10.32%;
} 
.moflexbox .title{ 
    font-size: 4rem;
    font-family: 'sans-serif', serif;  
    font-weight: 400; 
    line-height: 6rem;
    letter-spacing: 0.1em; 
    color: #AF3230;
    text-align: center;  
    position: relative;
    margin: 7rem 0 6rem;
}
.moflexbox .title .titico{
width: 0.9rem;
vertical-align: text-top;
margin-top: -0.4rem;
}

.moflexbox .flexbox{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
} 
.moflexbox .flexbox .box{
    width: 32%; 
    display: block;
}

.moflexbox .flexbox .box .imgbox{
    border-radius: 1rem;
    overflow: hidden;
} 
.moflexbox .flexbox .box .time{
font-size: 1.8rem;
line-height: 2.2rem;  
margin: 2.4rem 0 1.4rem;
}
.moflexbox .flexbox .box .tit{ 
    font-size:2.4rem;
    line-height: 3.8rem; 
    font-family: 'sans-serif', serif;  
    font-weight: 400; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.moflexbox .morebox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.moflexbox .morebox .morebtn{
    line-height: 3.8rem;
    border-radius: 1.9rem; 
    background: #AF3230;
    padding:0 1.6rem;
    font-size: 1.4rem;
    font-weight: 300; 
    color: #FFFFFF;
    margin: 8rem 0 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.moflexbox .morebox .morebtn .ico{
    width: 0.6rem;
    margin-left: 0.6rem;
    display: block;
    margin-bottom: 0.2rem;
}
/* 移动端兼容 */
@media screen and (max-width:750px) {
    
.detailbanner{
    position: relative;
    padding-top: 4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
} 
.detailbanner .pic,
.detailbanner .linknav{
    width: 90%;
}
.detailbanner .linknav{
    margin: 1rem auto;
}


.linknav {
    margin: 2rem 0; 
    font-size: 1.1rem; 
    color: rgba(35, 24, 21, 0.2);
}
  
.detail {
    padding-top: 5rem;   
}
.detail.v1 { 
    margin-top: 0;
    padding-top: 2rem;
    background: transparent;
}
.detail.v1 .linknav {
    padding: 0;
}
.detail .title{
    font-size: 2rem; 
    text-align: left;
}
.detail .flexbox{
    justify-content: flex-start;
    font-size: 1.2rem;  
    margin: 0.8rem 0 2.8rem;
}
.detail .flexbox span{
    padding:0 1.2rem;
} 
.detail .flexbox span:first-child{
    padding-left: 0;
}
.detail .content{
    font-size: 1.5rem; 
    line-height:2.8rem; 
    margin-bottom: 2rem;
}
.detail .content p{
    margin-top: 2.4rem ;
}
.detail.v1 .content p{
    margin: 2.4rem 0;
}
.detail .content img{
    max-width: 100%;    
    margin-top: 2.4rem ;
    
}
.detail .logobox{
    padding: 2rem 0;
} 
.detail.v1 .logobox{
    border-top: 1px solid #D8D8D8; 
    margin:0 ;
}
.detail .logobox .logo{
    width: 13.5rem;
    display: block;
}
.detail>.sharebox{
    margin: 2rem auto 4rem;
    font-size: 1.2rem; 
} 
.detail .sharebox .flex{
    margin-top: 1.2rem;
}
.detail .sharebox .flex,
.detail .logobox .sharebox{
    font-size: 1.2rem;  
}
.detail .sharebox .icon{
    width: 3.6rem;
    display: block;
    margin-left: 1.2rem;
}
.detail.v1 .sharebox .icon:first-child{
    margin-left: 0;
}
.detail .sharebox .icon .qrprop{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 101; 
    transform: none;
}
.detail .sharebox .icon .qrcodebox{
    padding: 3.2rem 2.4rem ; 
    font-size: 1.4rem;  
    border-radius: 1.6rem;
    position: absolute; 
    bottom: 60%;
    left: 50%;
    width: 60%;
    transform: translate(-50%,50%);
}    
.detail .sharebox .icon .qrcodebox::before{
    display: none;
}
.detail .sharebox .icon .qrcodebox .close{ 
    width: 3.2rem;
    position: absolute;
    bottom: -5.6rem;
    left: calc(50% - 1.6rem);
}
.detail .sharebox .icon .qrcodebox .code{ 
    display: block;
    margin: 0 auto ;
}
.detail .logobox .time{
    font-size: 1.2rem;  
}
.detail .tips{
    font-size: 1.2rem;  
margin: 1.2rem  0 0;
}

.moflexbox {
    padding: 0 5%;
} 
.moflexbox .title{ 
    font-size: 2rem; 
    line-height: 3rem; 
    margin: 5rem 0 2rem;
}
.moflexbox .title .titico{
width: 0.4rem;
vertical-align: text-top;
margin-top: 0.5rem;
}

.moflexbox .flexbox{
    position: relative;
    display: block;
} 
.moflexbox .flexbox .box{
    width: 100%; 
    margin-bottom: 3rem;
}
  
.moflexbox .flexbox .box .time{
font-size: 1.2rem;
line-height: 2.2rem;  
margin: 1.6rem 0 .4rem;
}
.moflexbox .flexbox .box .tit{ 
    font-size:1.4rem;
    line-height: 2.2rem; 
}  
.moflexbox .morebox .morebtn{
    line-height: 3.2rem;
    margin: 0 0 6rem;
}
}