html {
    overflow-y: scroll;
    font-family: 'microsoft yahei'
  }
  
  :root {
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  :root body {
    position: absolute;
  }
  
  body {
    width: 100vw;
    overflow: hidden;
  }
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, input, textarea, th, td {
	margin: 0;
	padding: 0;
    /* overflow-x:hidden; */
    /* width:100vw; */
    /* min-width:1500px; */
    /* height:100%; */
    --red: #FC455D;
    --grey: #c5c8ce;
    --bg: #090723;
    --yellow: #FFFF00;
    --darkgrey: #b2b2b2;
    --whitegrey: #7f7f7f;
    --content: #515a6e;
    --subtitle:#6f7170;
    --sharebutton:#b1b1b1;
    --tip:#818181;
    --link: #336699;
    --minwidth: 1400px;
    --minwidthmg: 1380px;
}

.red{
    color:var(--red) !important;
}
.gold{
    color:#f1ce30 !important;
}
.content{
    color:var(--content) !important;
}
.white{
    color:white !important;
}
.fr{
    float: right;
}
.bg-white{
    background-color: white !important;
}
.bg-f6{
    background-color: #F6F6F6 !important;
}
.bg-eff0{
    background-color: #eff0f0 !important;
}
.h1{
    font-size:25px;
    color:var(--bg);
}
.mr10{
    margin:0px 10px;
}
/* ============== */
.swiper-container {
    width: 100%;
    height: 450px;
    background-color: #090723;
    /* background-repeat:no-repeat; */
    background-size:100% 100%;
    -moz-background-size:100% 100%;
}
.swiper-button-panel{
    width:var(--minwidth);
}
.swiper-case{
    width: var(--minwidthmg) !important;
    border-radius: 4px;
    height:418px;
}
.swiper-study{
    width: var(--minwidthmg) !important;
    border-radius: 4px;
}
.swiper-container-small {
    height: 290px;
    margin:0px 10px 20px 10px;
    width:380px;
}
.swiper-slide-img{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    /* max-width: 1800px; */
    /* background-size: 1800px 100%; */
    /* background-size: 1920px 100%; */
}
.swiper-slide-img-wd{
    background-size: 1800px 100%;
}
.swiper-slide-img-wds{
    background-size: var(--minwidth) 100%;
}
.swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
    margin: 0 10px !important;
}

.swiper-pagination-bullet-active{
    background: var(--red) !important;
    width: 38px !important;
    border-radius: 15px !important;
}
.swiper-button-prev{
    background-image: url(../../static/image/mohangkuMOOOK-zuofanye.png) !important;
    width: 44px !important;
    background-size: 44px !important;
    
}
.swiper-button-next{
    background-image: url(../../static/image/mohangkuMOOOK-youfanye.png) !important;
    width: 44px !important;
    background-size: 44px !important;
    
}
/* 1-4 推荐栏 */
.recommend{
    /* background-color: #F0F0F0; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 12px;
}
.recommend-list{
    width: var(--minwidth);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:  wrap;
    
}
.recommend-list-item{
    width: 260px;
    height: 150px;
    margin: 10px;
    background-color: var(--darkgrey);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
    border-radius: 4px;
    cursor: pointer;
}
.recommend-list-item-case{
    height: 205px !important;
}
.recommend-list-item:hover{
    margin-top: 8px;
    box-shadow: 0px 2px 10px #909090;
}
/* 
.recommend-list-item:hover .recommend-list-item-cover {
    background-color: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    border-radius: 4px;
} */
.recommend span{
    color: #808695;
    padding: 10px 30px;
    margin: 0px 10px;
    cursor: pointer;
}
.recommend-selected{
    background-color: var(--red);
    color: #fff !important;
    border-radius: 30px;
}

.main{
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 12px;
}
.mainCol{
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
    flex: 1;
    margin: 10px;
}
.main-list{
    width: var(--minwidth);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap:wrap;
}

.main-list-3d{
    position: relative;
    /* color: rgba(255,255,255,.7); */
    color: white;
    font-size: 30px;
    z-index: 9 !important;
    float:right;
    right: 10px;
    top: 10px;
    z-index: 8;
}
.main-list-3d:hover{
    color: var(--red);
}
.iconhovered:hover{
    color: var(--red);
}
.main-item{
    position: relative;
    height: 205px;
    width: 260px;
    margin: 10px;
    background-color: var(--darkgrey);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
    border-radius: 4px;
    cursor: pointer;
}
.main-item:hover{
    margin-top: 8px;
}
.main-item-case{
    margin: 10px 10px 50px 10px;
}
.main-item-mask{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 8;
    background: rgba(0,0,0,.5);
    border-radius: 4px;
}
.main-item-foot{
    position: absolute;
    background-color: rgba(0,0,0,.4);
    color: rgba(255,255,255,.9);
    width:100%;
    bottom: 0;
    z-index: 9;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0px;
    font-size: 15px;
    border-radius: 0px 0px 4px 4px;
}

.others-panel{
    background:#f7f7f7;
    padding: 30px 0px;
    /* margin: 10px; */
}
.main-item2{
    position: relative;
    height: 205px;
    width: 260px;
    background-color: var(--darkgrey);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
}
.model-other-item{
    margin: 10px;
}
.main-item3{
    height: 182px;
    width: 230px;
}
.main-item3-foot{
    width: 230px !important;
}
.main-item2-foot{
    background-color: white;
    color: var(--content);
    width: 260px;
    bottom: 0;
    z-index: 9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    font-size: 15px;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 2px 10px #eeeeee;
}
.list-nodata{
    opacity:0.2;
    width: 100vw;
    text-align: center;
}
.main-item2-foot {
    cursor: default;
}
.main-item2-foot img{
    font-size: 10px;
    float: right;
    cursor: pointer;
}
.main-item2-foot span{
    font-size: 10px;
    float: right;
}
.main-item2-foot span:last-child{
    margin-left: 5px;
    margin-right: 10px;
}
.main-item2-mask{
    position: absolute;
    /* background-color: rgba(0,0,0,.4); */
    background-image: linear-gradient(to top, rgba(0,0,0,.9) , rgba(0,0,0,.0));
    color: rgba(255,255,255,.9);
    width:100%;
    bottom: 0;
    z-index: 9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    font-size: 15px;  
}

.main-item2-mask-title{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size:12px;
}
.other-main-list{
    /* width: 1200px !important; */
}
.other-main-list > div:hover{
    margin-top:0px;
}
.other-main-list-movie > div:hover{
    margin-top: -2px;
}
.avatar-small{
    margin-left: 10px;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.avatar-default{
    margin-left: 10px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
}

.avatar-default2{
    margin: 20px 0px 10px 0px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    cursor: pointer;
}

.avatar-default3{
    margin: 10px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.avatar-name{
    cursor: pointer;
    font-size: 13px;
    /* width: 120px; */
    flex: 1;
    padding-right: 8px;
    text-align: left;
    padding-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.avatar-name:hover{
    text-decoration: underline;
}
.avatar-head{
    flex: 1;
    display: flex;
    align-items: center;
}
.avatar-foot{
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
}
.main-item-foot span{
    float: right;
    cursor: pointer;
}
.main-item-foot span:last-child{
    margin-left: 10px;
    margin-right: 10px;
}
.main-more{
    padding: 30px 0px 50px;
    text-align: center;
}
.main-more a{
    padding: 10px 30px;
    background-color: var(--red);
    color: white;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
}
.others{
    color: var(--bg);
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.others-title{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom:30px;
    /* width:100vw; */
}
.other-icon{
    width: 10px;
    height: 10px;
    font-size: 15px;
    color: var(--red);
    padding: 0px 15px;
    cursor: pointer;
}
.other-subtitle{
    flex:1;
    font-size: 12px;
}
.other-subtitle a{
    color: var(--red);
    text-decoration: none;
}

.other-main{
    /* background-color: white; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 12px;
}
.other-main-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:  wrap;
    width: var(--minwidth);
}
.other-main-list > div{
    margin: 0px 10px 55px 10px;
}
.main-list-movie{
    color: rgba(255,255,255,.8);
    font-size: 50px;
    cursor: pointer;
}

/* ============= model 开始 ============== */
.page-main{
    background: #f0f0f0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.page-left{
    width: 1000px;
    flex-direction: column;
}
.page-right{
    width: 400px;
}
.model-main{
    height: 733px;
    background-color: white;
    border-radius: 4px;;
    padding: 20px;
    margin:10px;
}
.model-body{
    width: 100%;
    height: 100%;
    background-color: var(--grey);
    border-radius: 4px;;
    position: relative;
    text-align: center;
}
.model-preview{
    margin:10px 10px 30px 10px;
    background-color: white;
    border-radius: 4px;;
    padding: 10px 0px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.model-preview a{
    color: var(--darkgrey);
    text-decoration: none;
    font-size: 16px;
    margin: 0px 20px;
    font-weight: bolder;
    cursor: pointer;

    transform: scale(1,3);
    -ms-transform: scale(1,3);
    -webkit-transform: scale(1,3);
    -moz-transform: scale(1,3);
    -o-transform: scale(1,3);
}
.model-preview a:hover{
    color: var(--content)
}
.model-swiper-container{
    flex: 1;
    overflow-y: auto;
}
.model-swiper-wrapper{
    display: flex;
    justify-content: flex-start;
}
.model-swiper-wrapper img{
    height: 140px;
    margin:0px 5px;
    border-radius: 4px;
    cursor: pointer;
    opacity:0.4;
}
.model-swiper-wrapper img:hover{
    opacity:1;
}
.model-swiper-wrapper-imgsel{
    opacity:1 !important;
}
.model-swiper-wrapper div{
    height: 140px;
    width: 140px;
    margin:0px 5px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
    float: left;
}

/* model-推荐 */
.model-subtitle{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 20px 5px 20px;
}
.model-subtitle span{
    width: 10px;
    height: 10px;
    font-size: 15px;
    color: var(--red);
}
.model-other-list{
    display: flex;
    flex-direction: row;
    /* justify-content: flex-start; */
    justify-content: space-between;
    flex-wrap:  wrap;
}

.model-main-item{
    height: 182px;
    width: 230px;
}
#modal3d{
    width: 100%;
    height: 100%;
}
#modal2d{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
}
.icon-3d{
    color: var(--darkgrey);
    font-size: 30px;
    position:absolute;
    right: 30px;
    cursor: pointer;
}
/*  */
.page-panel{
    margin:10px 10px 20px 10px;
    padding: 20px 0px 20px 0px;
    border-radius: 4px;
    background-color: white;
    text-align: center;
    color: var(--content);
    position: relative;
}
.page-panel-h4{
    font-size: 10px;
    margin: 8px 0px 15px 0px;
    color: var(--darkgrey);
}
.page-panel-hy{
    position:absolute;
    top: 25px;
    right: 50px;
    width: 32px;
    height: 32px;
}
.line{
    width: 100%;
    height: .1px;
    background-color: #f0f0f0;
}
.page-panel-row{
    padding: 16px 30px 0px 30px;
    color: var(--darkgrey);
    font-size: 15px;
    text-align: left;
}
.page-panel-row-tag{
    float:right;
    font-size: 12px;
    padding: 2px 8px;
    border: 1px solid var(--darkgrey);
    border-radius: 16px;
    margin-left: 10px;
    cursor: pointer;
}
.page-panel-row-download{
    background-color: var(--red);
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border-radius: 32px;
    line-height: 18px;
    cursor: pointer;
}
.page-panel-row-download span{
    font-size: 20px;
    margin-right:10px;
}
.page-panel-row-software{
    border: 1px solid var(--red);
    color: var(--red);
    border-radius: 32px;
    padding: 10px 22px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
/* .page-panel-row-software span{
    float: right;
} */
.page-panel-row-other{
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    cursor: pointer;
}
.page-panel-icon{
    font-size: 18px;
    font-weight: bolder;
    margin-right: 3px;
}
.font-default{
  font-size: 14px;
}
.page-panel-text{
    margin-right: 8px;
}
.page-panel-pay{
    color: var(--darkgrey);
    font-size: 14px;
    text-align: left;
    padding: 10px 30px;
}
.page-panel-pay span:last-child{
    float:right;
}
.page-panel-pay-free{
    background-color: var(--red);
    color: white !important;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 4px;
}
.red{
    color: var(--red);
}
.page-panel-title{
    padding: 10px 0px 20px 0px;
    font-size: 18px;
    color:var(--content);
}
.page-panel-title2{
    color: var(--grey);
    font-size:12px;
    margin-top:5px;
}
.page-panel-author{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.page-panel-author-name{
    flex: 1;
    text-align: left;
}

.page-panel-author-name span{
    font-size: 14px;
    color: var(--grey);
}
.page-panel-author-name2{
    font-size: 14px;
    margin-bottom: 30px;
}
.page-panel-author-name2{
    color: var(--grey);
}

.page-panel-author-name-icon{
    font-size: 25px;
    color: var(--darkgrey);
    font-weight: bold;
    margin-right: 5px;
    margin-left: 15px;
}

.page-panel-author-name-icon2{
    font-size: 25px;
    color: var(--darkgrey);
    font-weight: bold;
    margin: 0px 10px;
}
.page-panel-list{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap:  wrap;
    padding: 0px 20px;
}
.page-panel-list-item{
    position: relative;
    height: 79px;
    width: 101px;
    margin: 6px;
    background-color: var(--darkgrey);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
    border-radius: 4px;
}
.page-panel-follow{
    margin: 20px 25px 10px 0px;
    text-align: right;
}
.page-panel-follow-center{
    margin: 30px 0px 15px 0px;
    text-align: center;
}
.page-panel-follow span{
    background-color: var(--red);
    color: white;
    text-align: center;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 32px;
    line-height: 18px;
    cursor: pointer;
}
.page-panel-follow-un{
    color: var(--red) !important;
    border: 1px solid var(--red)  !important;
    background-color: white  !important;
}
.page-panel-main{
    color: var(--darkgrey);
    font-size: 13px;
    text-align: left;
    padding: 20px;
}
.page-panel-main p{
    line-height: 40px;
    cursor: pointer;
}
.page-panel-subtitle{
    margin: 0px 0px 10px 0px;
    cursor: pointer;
}
.model-btn3d{
    background-color: rgba(9,7,35,.5);
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    bottom: 60px;
    margin: 15px;
}
.model-btn3dSel{
    background-color: var(--bg);
    color: var(--red);
}

/* 列表 */
.page-order, .page-crumbs-panle{
    width:var(--minwidth);
}
.page-crumbs{
    font-size: 12px;
    color: var(--whitegrey);
    margin: 20px 10px 10px 10px;
    width: 100%;
    text-align: left;
}
.page-crumbs a{
    color: var(--red);
    text-decoration: none;
}
.page-crumbs div{
    color: var(--bg);
}
/*  */
.page-sort-selected{
    background-color: var(--red);
    color:#fff;
    border-radius: 24px;
}
.page-sort{
    font-size: 12px;
    color: var(--whitegrey);
    margin: 20px 10px 10px 10px;
    /* width: 100%; */
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.page-sort span{
    color: var(--bg);
    min-width: 40px;
    line-height: 30px;
}

.page-sort p{
    margin: 0px 6px;
    padding: 6px 12px;
    cursor: pointer;
    float:left;
}
/* .page-sort > :last-child div{
    margin: 0px 6px;
    padding: 6px 12px;
    cursor: pointer;
} */
/*  */

.main-paging{
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.main-paging *{
    border: 1px solid #808695;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0px 8px;
    color: #808695;
    cursor: pointer;
}
.main-paging-disabled{
    color: #dcdee2;
    border: 1px solid #dcdee2;
}
.main-paging-selected{
    color: white;
    background-color: var(--red);
    border: 1px solid var(--red);
}
/* caseInfo.html ============== */

.case-logo{
    font-size: 150px;
}
.case-title{
    font-size: 37px;
    font-weight: bold;
}
.recommend-case{
    color: #0a0702;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    font-size: 22px;
    padding-top:10px;
}
.caseInfo-title{
    background-color: white;
    border-radius: 4px;;
    padding: 20px 40px;
    margin:10px;
    display: flex;
    flex-direction: row;
    color: var(--grey);
    font-size: 12px;
}
.caseInfo-title-left{
    flex:1;
    text-align: left;
}
.caseInfo-title-right{
    text-align: right;
    width: 300px;
}
.caseInfo-title-right span{
    cursor: pointer;
    
}
.caseInfo-title p{
    margin-top: 15px;
}
.caseInfo-body{
    background-color: white;
    border-radius: 4px;;
    padding: 40px 60px;
    margin:20px 10px 0px 10px;
    color: var(--content);
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
	position: relative;
}
.caseInfo-body *{
    margin-bottom: 20px;
}

.caseInfo-body img{
    width: 100%;
}
.caseInfo-body video{
    width: 100%;
}

.caseInfo-body-readall-hidden{
    position: relative; 
    margin-top:-120px;
    
    z-index: 99;
    width: 100%;
}
.caseInfo-body-readall-hiddenb{
    background: linear-gradient(rgba(255,255,255,.3),rgba(255,255,255,1));
    height: 120px;
    margin:0px 10px; 
}
.caseInfo-body-readall{
    padding: 30px 0px;
    position: relative;
    margin: 0px 10px;
    color:var(--subtitle);
    background: white;
}
.caseInfo-body-readall span{
    padding: 8px 25px;
    border-radius: 25px;
    font-size: 12px;
    border: 1px solid var(--subtitle);
    cursor: pointer;
}
.caseInfo-body-readall p{
    font-size: 10px;
    color: var(--grey);
    margin-top: 20px;
}

.caseInfo-body-share{
    position: relative;
    background: white;
    margin: 0px 10px;
    color:var(--sharebutton);
}
.caseInfo-body-share-border{
    border-top: 1px solid rgba(0,0,0,.1);
}
.caseInfo-like{
    padding: 30px 0px 20px 0px;
    color: var(--darkgrey);
    /* display: flex; */
    /* flex-direction: column; */
    /* text-align: center; */
    margin-bottom:10px;
}
.caseInfo-like-icon{
    font-size: 80px;
    cursor: pointer;
}
.caseInfo-like-icon:hover{
    color: var(--red);
}
.caseInfo-likeNum{
    font-size:14px !important;
    color: white !important;
    position:relative;
    z-index: 9;
    width: 100%;    
    margin-top: -28px;
    text-align: center;
    cursor: pointer;
    
}
.caseInfo-share{
    padding-bottom: 30px;
}
.caseInfo-share span{
    font-size: 12px;
    border: 1px solid var(--sharebutton);
    padding: 8px 20px;
    margin: 0px 10px;
    border-radius: 20px;
}
.caseInfo-body-model{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 40px;
    color:var(--red);
}
.caseInfo-body-model span{
    cursor: pointer;
}
.caseInfo-body-preview{
    margin:0px 10px;
    background-color: white;
    padding: 10px 40px 30px 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.caseInfo-body-preview img{
    height: 140px;
    width: 170px;
    border-radius: 4px;
    cursor: pointer;
}
.caseInfo-version{
    font-size:6px;
    padding: 10px 0px;
}
.caseInfo-version span{
    color: var(--grey);
}
.caseInfo-msg{
    background-color: #f0f0f0;
    margin-top:10px;
    height: 100px;
    width:100%;
    border-radius: 4px;
    line-height: 100px;
    font-size: 12px;
}
.caseInfo-msg span{
    color: white;
    background: var(--red);
    padding: 8px 20px;
    border-radius: 40px;
}
.caseInfo-body-sendmsg{
    margin: 0px;
    padding-top: 10px;
    color:var(--darkgrey);
}
.caseInfo-expression,.caseInfo-expression2{
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    color: var(--grey);
}
.caseInfo-expression img, .caseInfo-expression2 img{
    width: 25px;
    height: 25px;
}
.case-body-btnMsg{
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #f4f4f4;
    color:var(--grey);
    cursor: pointer;
}
.case-body-btnMsg-enable{
    background-color: var(--red);
    color:white;
}
.caseInfo-msgList{
    height: 300px;
}
.caseInfo-nomsg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.caseInfo-nomsg img{
    width: 200px;
    height: 200px;
    opacity: .4;
}

.caseInfo-like-tip{
    position: absolute;
    z-index: 9;
    width: 200px;
    left: 390px;
    margin-top:-105px;
    display: flex;
    justify-content: top;
    flex-direction: column;
    align-items: center;
    /* padding-top: 85px; */
}
.caseInfo-like-tip-emp{
    height: 85px;
    width: 100%;
    cursor: pointer;
}
.caseInfo-like-tip-top{
    width: 0px;  
    height: 0px;  
    line-height: 0px;/*为了防止ie下出现题型*/  
    border-bottom: 5px solid #191b25;
    border-left: 5px solid rgba(0,0,0,.0);  
    border-right: 5px solid rgba(0,0,0,.0); 
}
.caseInfo-like-tip-body{
    width: 200px;
    left: 390px;
    padding: 40px 0px 20px 0px !important;
    font-size: 12px;
    border-radius: 4px;
    background-color: var(--bg);
    color: white;
}
.caseInfo-like-tip-button{
    background-color: var(--red);
    color: white;
    text-align: center;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 32px;
    cursor: pointer;
}
.caseInfo-like-tip p{
    margin-top: 20px;
}
/* STUDY */

.navbar-study-middle-logotext{
    margin-top:28px;
    margin-left: 5px;
    color:var(--red);
    font-size: 5px !important;
}

.navbar-study-middle{
    margin:0px 10px;
    justify-content: center;
    flex-direction: row;
}
.navbar-study-logo{
    color:var(--red);    
    margin-top:-3px;
    font-size: 38px;
    padding: 0 !important;
}
.navbar-study-middle-r{
    margin-top:-3px;
    padding: 0 !important;
}
.navbar-study-middle-r div{
    text-align: left;
    padding: 0 !important;
}

.navbar-study-history{
    color: var(--grey);
    font-size: 23px;
    margin:0px 10px;
    cursor: pointer;
}
/* STUDY */
.recommend-list-tools{
    padding: 10px 20px;
    background: #f8f8f8;
    margin: 0px 10px;
    border-radius: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--content);
    width: 160px;
}
.recommend-list-around{
    justify-content: space-between;
    margin-bottom: 20px;
}
.recommend-list-tools span{
    padding: 0px;
    margin: 0px 0px 0px 10px;
}
.recommend-list-tools img{
    border-radius: 50%;
    width: 40px;
    height:40px;
}
.case-logoMovie{
    font-size: 45px;
    margin-bottom:110px;
    margin-right: 10px;
}
.recommend-list-movie{
    width: 330px !important;
    height: 125px !important;
}
.main-item-movie{
    position: relative;
    margin: 10px;
    cursor: pointer;
    height: 335px;
    width: 330px;
}
.main-item-movie:hover{
    margin-top: 8px;
}

.main-item-movie-simple{
    height: 260px;
}
.main-item-movie-image{
    height: 205px;
    width: 330px;
    border-radius: 4px 4px 0px 0px;
    background-color: var(--darkgrey);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
}
.main-item-movie-desc{
    height: 50px;
    background-color: white;
    color: var(--content);
    font-size: 14px;
    padding: 20px;
}
.main-item-movie-desc-simple{
    height: 15px;
    border-radius: 0px 0px 4px 4px;
}
.main-item-movie-descsub{
    color: var(--darkgrey);
    margin-top:10px;   
}
.main-item-movie-foot{
    border-top: 1px solid rgba(0,0,0,.1);
    border-radius: 0px 0px 4px 4px;
    background-color: white;
    height: 40px;
}
.main-item-movie-foot-end{
    margin: 6px 10px 2px 10px;
    float: right;
}
.main-item-movie-foot-avatar{
    margin: 7px 10px 2px 10px !important;
    float:left;
}
.avatar-name-movie{
    font-size: 14px;
    color: var(--darkgrey);
    margin-top: 10px;
    float:left;
}
.main-study-type{
    padding-top:30px;
    text-align: center;
    padding-bottom:15px;
    font-size: 14px;
}
.main-study-type span{
    margin: 0px 30px;
    padding-bottom: 15px;
    cursor: pointer;
}
.main-study-type-sel{
    color: var(--red);
    border-bottom: 3px solid var(--red);
}
.main-item-teacher{
    position: relative;
    width: 260px;
    margin: 10px;
    border-radius: 4px;
    cursor: pointer;
    height: 340px;
    background-color: white;
    text-align: center;
    font-size: 12px;
    color:var(--content);
}
.main-item-teacher:hover{
    margin-top:8px;
}
.main-item-teacher-avatar{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position:absolute;
    top: -30px;
    left: 75px;
}
.main-item-teacher-t1{
    margin-top: 110px;
    font-size: 22px;
}
.main-item-teacher-t2{
    color: var(--grey);
    margin-top: 5px;
}
.main-item-teacher-t3{
    margin: 20px 0px;
    line-height: 25px;
} 
.main-item-teacher-t4{
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 10px;
}
.main-item-teacher-t4 span{
    margin: 0px 20px;
}
.main-item-teacher-t4 span:hover{
    color: var(--red);
}
/* 教程学习 */
.study-main{
    background-color: #0a0722;
    color: var(--whitegrey);
    display: flex;
    justify-content: center;
    padding: 20px 0px 30px 0px;
}
.study-main-body{
    width: var(--minwidth);   
}
.study-crumbs{
    font-size: 12px;
    padding: 0px 10px 30px 10px;
}
.study-board{
    display: flex;
    flex-direction: row;
    padding: 0px 10px;
}
.study-video{
    width: 55%;
    height: 400px;
}
.study-movie{
    width: 100%;
    height: 400px;
    line-height: 400px;
    border-radius: 4px 0px 0px 4px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
    text-align: center;
    cursor: pointer;
}
.study-movie span{
    font-size: 120px;
    color: rgba(255,255,255,.6)
}
.study-info{
    flex: 1;
    background-color: #2f2f2f;
    padding: 20px 30px;
    color: var(--grey);
    border-radius: 0px 4px 4px 0px;
}
.study-info-title{
    font-size: 20px;
    font-weight: normal;;
}
.study-info-share{
    float:right;
    font-weight: bold;
    font-size: 18px;
    margin-left: 20px;
    cursor: pointer;
}
.study-sharelist-top{
    position: absolute;  
    width: 0px;  
    height: 0px;  
    line-height: 0px;/*为了防止ie下出现题型*/  
    border-bottom: 5px solid #191b25;
    border-left: 5px solid rgba(0,0,0,.0);  
    border-right: 5px solid rgba(0,0,0,.0); 
    margin-left: 510px;
}
.study-sharelist{
    margin-left: 455px;
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    position: absolute;
    z-index: 999;
    background-color: var(--bg);
    color: white;
}
.study-sharelist span{
    font-size: 20px;
    margin: 0px 5px;
    cursor: pointer;
}
.study-info-desc{
    font-size: 12px;
    margin-top: 15px;
    color: var(--whitegrey);
}
.study-info-price{
    padding: 60px 0px;
    font-size: 14px;
}
.study-price{
    font-size: 30px;
    color: var(--red);
}
.study-price-old{
    text-decoration: line-through;
    margin-left: 10px;
    margin-right: 20px;
}
.study-price-vip{
    color: var(--red);
    margin-left: 20px;
}
.study-info-service{
    background-color: #515151;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 30px;
    margin-bottom: 60px;
}
.study-info-service-c{
    background-color: var(--red);
    color: white;
    font-size: 12px;
    padding: 4px 7px;
    margin-right: 5px;
    border-radius: 50%;
}
.iconfont-download-text{
    font-size: 14px;
    cursor: pointer;
}
.study-view{
    float:right;
    border: 1px solid var(--red);
    border-radius: 32px;
    padding: 8px 30px;
    cursor: pointer;
    color: var(--red);
    margin-right: 20px;
}
.study-buy{
    float:right;
    border: 1px solid var(--red);
    background-color: var(--red);
    border-radius: 32px;
    padding: 8px 30px;
    cursor: pointer;
    color: white;
}
.study-info-buy{
    height: 30px;
    display: flex;
    align-items:center;
    justify-content: space-between;
}

.study-body-title{
    background-color: white;
    border-radius: 4px;;
    margin:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--grey);
    font-size: 12px;
}
.study-body-type{
    padding-top:30px;
    text-align: center;
    padding-bottom:17px;
    font-size: 14px;
    color: var(--content);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.study-body-type span{
    margin: 0px 30px;
    padding-bottom: 15px;
    cursor: pointer;
}
.study-body-type-sel{
    color: var(--red);
    border-bottom: 3px solid var(--red);
}
.study-body-typeInfo{
    padding: 20px;
}
.study-body-subtitle{
    color: var(--content);
    margin-right: 40px;
    font-size: 13px;
}
.study-body-subtitle2{
    color: var(--content);
    font-size: 13px;
}
.study-body-subtitle span{
    background-color: #f1f1f1;
    padding: 2px 10px;
    border-radius: 10px;
    margin-right: 5px;
}
.study-body-line{
    text-align: left;
    color: var(--content);
    margin: 10px 30px;
    padding: 0px 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
    
}
.study-body-line:hover{
    color:var(--red);
}

.study-info-role{
    background-color: #656565;
    padding: 15px 20px;
    color: var(--red);
}
.study-info-role span{
    cursor: pointer;
    font-weight: bold;
    font-size: 14px !important;
}
.study-info-tools{
    background-color: #3a3a3a;
    padding: 20px;
}
.study-info-tools-span{
    color: var(--red);
    border-bottom: 3px solid var(--red);
    padding: 17px;
}
.study-info-history{
    background-color: #2f2f2f;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 5px 20px -5px black;
    position: relative;
}
.study-info-list{
    background-color: #3a3a3a;
    height: 170px;
    overflow-y: auto;
}
.study-info-list div{
    padding: 20px;
    cursor: pointer;
}
.study-info-list-selected{
    background-color: #656565;
    color: var(--red);
}
.study-iconfont-play{
    font-size: 25px;
    margin-top: -3px;
}
.study-info-tryview{
    color: var(--red);
    float: right;
    padding: 0px 12px;
    border-radius: 20px;
    margin-right: 20px;
    border: 1px solid var(--red);
}
/* 帮助 */
.help-title{
    color: var(--content);
    font-size: 16px;
    text-align: center;
    padding: 10px 20px 20px 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.help-content{
    padding: 30px;
    text-align: left;
    line-height: 30px;
}
/* 常用软件 */
.software-list{
    width:var(--minwidth);
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.software-list img{
    margin: 0px 50px;
    width: 50px;
    height: 50px;
}
.software-item{
    width:var(--minwidth);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0px;
}
.software-item-logo{
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0,0,0,.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0px 30px 30px 30px;
}
.software-item-logo img{
    width: 50px;
    height: 50px;
}
.software-item-note{
    flex: 1;
    text-align: left;
    padding-right:30px;
}
.software-item-desc{
    font-size: 14px;
    color: var(--grey);
    margin: 10px 0px;
}
.software-item-tag{
    font-size: 13px;
    color: #818181;
    font-weight: bold;
}

.software-study{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,.1);
    height: 120px;
    width: 120px;
    margin: 15px;
    
}
.software-study div{
    color: var(--content);
    margin-top: 10px;
    font-size: 14px;
}
.softwareInfo-main{
    width: 100%;
    background: white;
    border-radius: 4px;
    margin: 10px;
    padding: 20px;
    display: flex;
}
.softwareInfo-main-l{
    flex: 1;
    text-align: left;
    padding-left: 10px;
}
.softwareInfo-main-r{
    width: 300px;
    text-align: left;
}
.softwareInfo-main-lt{
    display: flex;
    margin-bottom:20px;
}
.softwareInfo-main-lt img{
    width: 60px;
    height: 60px;
    margin-right:10px;
}
.softwareInfo-main-title{
    color: var(--content);
    margin-top:5px;
    font-size: 20px;
}
.softwareInfo-main-lt p{
    font-size: 14px;
    margin-top:3px;
    color: var(--grey);
}
.softwareInfo-tag{
    margin-top: 10px;
    font-size: 14px;
    color: #818181;
}
.softwareInfo-action{
    margin:30px 0px 10px 0px;
}
.softwareInfo-action span{
    cursor: pointer;
}

.softwareInfo-download-class{
    width: 260px;
    
}
.softwareInfo-download-class img{
    border-radius:4px 4px 0px 0px;
    width: 260px;
    /* border: 1px solid red; */
}
.softwareInfo-download-class-desc{
    font-size: 12px;
    padding: 10px;
    width:240px;
    margin-top:-7px;
    color: var(--content);
    background: #f6f6f6;
    border-radius:0px 0px 4px 4px;
    text-align: left;
    /* border: 1px solid red; */
}
.softwareInfo-download-class-desc span{
    float:right;
    background: #acacac;
    color: white;
    font-size: 2px !important;
    padding: 1px 6px;
    border-radius: 3px;
}
.software-title{
    text-align: center !important;
    font-size:16px !important;
    padding: 0px 0px 10px 5px !important;
    margin-top:-20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.software-warning{
    text-align: center !important;
    font-size:12px !important;
    color:var(--red);
}
.software-panel{
    background-color: white;
    border-radius: 4px;;
    margin:10px;
    display: flex;
    flex-direction: column;
}
.software-panel-title{
    font-size: 14px;
    color: var(--content);
    border-bottom:1px solid rgba(0,0,0,.1);
    padding: 20px 30px;
    text-align: left;
}
.software-panel-list{
    padding: 15px 0px;
}
.software-panel-list-item{
    padding: 15px 30px;
    text-align: left;
    display: flex;
    align-items: center;
    color: var(--content);
}
.software-panel-list-item div{
    flex: 1;
    margin:0px 10px;
}
.software-panel-list-item span{
    color: var(--red);
    font-size: 14px;
    cursor: pointer;
}
.software-qa-desc{
    color: var(--subtitle);
    font-size: 12px;
    margin:5px 0px;
}
.avatar-qr{
    width: 150px;
    height: 150px;
    margin: 10px 0px;
}
.software-view{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.software-view img{
    width: 210px;
    height:100px;
    border-radius: 4px;
}

.sofeware-study-preview{
    background-color: white;
    margin:10px 0px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    
}
/* 积分 */
.signin-left{
    width: 250px;
    padding: 20px 0px;
}
.signin-right{
    flex: 1;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 1800px 100%;
}
.user-panel-auth{
    font-size: 14px;
    color: var(--grey);
    margin:5px 0px 10px 0px;
}
.user-panel-auth span{
    margin: 0px 5px;
}
.user-panel-name{
    color: var(--bg);
}
.user-panel-tag{
    color: var(--grey);
}
.signin-title{
    font-size: 20px;
    color: var(--content);
    margin: 20px 0px;
}
.signin-subtitle{
    color: var(--subtitle);
    font-size: 14px;
    margin-bottom:20px;
}
.signin-subtitle span{
    color: var(--red);
    font-size: 18px;
}
.signin-days{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 20px;
}
.signin-days-items{
    width: 250px;
}
.signin-days-gift{
    justify-content: start;
}
.signin-days-gift > div{
    margin-right: 20px;
}
.signin-days-nodata{
    width: 100%;
    text-align: center;
    margin: 80px;
    font-size: 30px;
    color: rgba(0,0,0,.3)
}
.signin-days-items-title{
    background: var(--red);
    color: white;
    padding: 10px 0px;
    border-radius: 4px 4px 0px 0px;
}
.signin-days-items-content{
    background: #f4f4f4;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--content);
}
.signin-days-items-content div{
    margin-bottom: 3px;
}
.signin-daysf{
    margin-top:30px;
    width:1100px;
    padding-left: 120px;
}
.signin-libao{
    background: #f4f4f4;
    margin: 20px 30px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 120px;
    color: var(--content);
    font-size: 14px;
}
.signin-libao img{
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}
.signin-libao p{
    font-size:70px;
    color: var(--red);
    margin-bottom: 15px;
}
.signin-titlemini{
    font-size: 12px;
    position: absolute;
    color: var(--content); 
    margin-left: 1150px;
}
.signin-titlemini2{
    margin-left: 1050px;
}
.signin-jifentype{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px 0px 40px 0px;
    color: var(--content);
    font-size: 14px;
}
.signin-jifentype div{
    margin: 0px 30px;
    cursor: pointer;
}
.signin-jifentype-selected{
    color: var(--red);
    border-bottom: 3px solid var(--red);
    padding-bottom: 20px;
}

.signin-jifentype-img{
    width: 250px;
    height: 150px;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: -10px;
}
.signin-jifentype-items-content{
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: var(--content);
    font-size: 12px;
}
.signin-jifentype-items-content-t{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items:flex-end;
}
.signin-chou-l{
    text-align: left;
}
.signin-chou-help{
    font-size: 14px;
    color: var(--content);
    cursor: pointer;
    margin-bottom: 15px;
}
.choujiang-panel{
    background: #e65561;
    width: 760px;
    height: 500px;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.choujiang-subpanel{
    display: flex;
    background: #d43745;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    flex-wrap: wrap;
}
.choujiang-item{
    width: 170px;
    height: 100px;
    background: #ea854e;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    line-height: 100px;
    /* -webkit-text-stroke: 1px white; */
    color:white;
    font-size:22px;
    font-weight: bold;   
}
.choujiang-middle{
    width: 740px;
    height: 220px;
    display: flex;
    flex-direction: column;
}
.choujiang-center{
    width: 370px;
    height: 240px;
    background: #d43745;
    margin: 10px;
    border-radius: 10px;
    position: absolute;
    margin-left: 200px;
    margin-top: 120px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.choujiang-item-selected{
    border: 4px solid #fffe54;
    box-sizing: border-box;
}
.choujiang-ct{
    background: #fffe54;
    border-radius: 10px;
    width: 100px;
    height: 50px;
    margin: 25px 10px 0px 10px;
    text-align: center;
    line-height: 50px;
    color: var(--red);
}
.choujiang-ct2{
    width: 340px;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    cursor: pointer;
}
.choujiang-ct3{
    color: #fffe54;
    font-size: 14px;
    margin: 10px 20px;
}
.signin-chou-r{
    width: 400px;
    padding-top: 80px;
}
.choujiang-list{
    height: 400px;
    overflow-y: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.choujiang-list-item{
    display: flex;
    justify-content: space-between;
    font-size:14px;
}
.choujiang-list-item div{
    margin: 5px 10px;
}
.choujiang-list-item :first-child{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    width:100px;
}
.choujiang-list-item :last-child{
    color: var(--red)
}
.signin-renwu{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom:50px;
}
.signin-renwu img{
    width: 50px;
    margin-right: 5px;
}
.signin-renwu p{
    color: var(--red);
    font-size: 50px;
    margin-right: 5px;
}
.signin-renwu-t{
    margin-left: 10px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;
    text-align: left;
    width: 280px;
}
.signin-renwu-tag{
    color: var(--grey);
    font-size: 13px;
    margin-top: 3px;
}
.page-crumbs-ud{
    float:right;
    margin-right: 30px;
    font-size: 25px;
    color: var(--grey) !important;
    cursor: pointer;
}
.caseInfo-text{
    border: 0px;
    border: 1px solid #f0f0f0;
    color: var(--content);
    padding: 10px;
    margin-top: 10px;
    outline: none; 
    border-radius: 4px;
    height:60px;
    font-size: 12px;
    width: 98%;
}
.caseInfo-text:empty:before{ 
    content: '友好的评论会获得更多的魔友的关注哦...'; 
    color: gray; 
} 
.comment-list{
    min-height: 300px;
    max-height: 500px;
    overflow-y: auto;
    text-align: left;
    margin-top: 20px;
}
.icon-czan1{
    color: #f07d1a;
}
.comment-list-body{
 padding: 5px 0px 10px 0px;
 
}
.comment-list-item{
    display: flex;
    flex-direction: row;
    border-bottom:1px solid #f0f0f0;
    padding: 5px 0px;
    margin: 5px 0px;
}
.comment-list-item img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.comment-list-item-right{
    flex: 1;
    margin: 0px 15px;
    font-size: 13px;
}
.comment-list-item-content{
    color: var(--content);
}
.comment-list-item-content img,.caseInfo-text img{
    width: 20px;
    height: 20px;
    margin: 0px 3px;
}
.comment-list-item-re{
    border-left: 2px solid #f0f0f0;
    padding: 5px 0px 5px 6px;
}
.comment-list-item-user{
    color: #e66a4c;
    cursor: pointer;
    margin-right:0px;
}
.comment-list-item-time{
    margin-top:6px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
}
.comment-action{
    color: #757575;
    display: flex;
    justify-content: flex-end;
    width: 200px;
}
.comment-action-icon{
    cursor: pointer;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}
.comment-action-icon:hover {
    background-color: #fc455d17;
    border-radius: 50%;
    color: var(--red);
}
.comment-zannum{
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin-left:-3px;
    
}
.comment-action :not(:last-child){
    margin-right: 6px;
}
.caseInfo-body-mh{
    max-height: 100rem;
}
@media screen and (max-width: 1600px){
    .navbar-search-input{
        min-width: 800px !important;
    }
    .swiper-case{
        width: 1180px !important; 
        height: 352px !important; 
    }
    .page-crumbs-panle{
        width: 1200px !important;
    }
    .page-order{
        width: 1200px !important;
    }
    .swiper-top{
        height: 350px;
    }
    .swiper-slide-img-wd{
        background-size: 1400px 100%;
    }
    .main-list{
        width: 1200px;
    }
    .recommend-list{
        width: 1200px;
    }
    .recommend-list-item-case{
        height: 173px !important;
    }
    .main-item{
        height: 175px;
        width: 220px;
    }
    .main-item-mask{
        height: 175px;
        width: 220px;
    }
    .caseInfo-body-preview img{
        height: 107px;
        width:130px;
    }
    .recommend-list-item{
        width: 220px;
        height: 126px;
    }
    .other-main-list{
        width: 1200px !important;
    }
    .main-item2{
        height: 175px;
        width: 220px;
    }
    .main-item2-foot{
        width: 220px !important;
    }
    .recommend-list-movie{
        width: 280px !important;
        height: 105px !important;
    }
    .recommend-list-tools{
        width: 120px;
    }
    .swiper-study{
        width: 1180px !important;
    }
    .avatar-name{
        width: 80px;
    }
    .model-main-item{
        height: 142px !important;
        width: 180px !important;
    }

    .main-item3{
        height: 142px !important;
        width: 180px !important;
    }
    .main-item3-foot{
        width: 180px !important;
    }
    .avatar-name{
        width: 45px !important;
    }
    .page-left{
        width: 800px;
    }
    .model-main{
        height: 586px !important;
    }
    .caseInfo-like-tip{
        left: 290px;
    }
    .software-view img{
        width: 180px;
        height: 80px;
    }
    .signin-jifentype-img{
        width: 200px;
        height: 120px;
    }
    .signin-days-items{
        width: 200px;
    }
    .signin-titlemini{
        margin-left: 950px;
    }
    .signin-titlemini2{
        margin-left: 900px;
    }
    .signin-chou-r{
        width: 270px;
    }
    .signin-daysf{
        width: 950px;
    }

    .foot-body{
        width: 1200px;
    }

    .caseInfo-body{
        /* font-size:26px; */
    }
    .caseInfo-body *{
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1000px){
    .main-list{
        justify-content: center;
        flex-wrap: wrap;
    }
    .page-crumbs{
        text-align: center;
    }

    .page-left{
        width: 95vw;
    }
    .caseInfo-body{
        font-size:26px;
    }
    .caseInfo-body *{
        margin-bottom: 40px;
    }
}