* {
  box-sizing: border-box;
}

body,
html,
img,
li,
p,
span,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
input{
  outline: none;
}
.icon{
  display: inline-block;
  background: url('../image/icon.png');
}
[v-cloak] {
  display: none;
}
body{
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  background-color: #F6F6F6;
}
@media (max-width: 500px) {
  .yz24-footer {
    padding-bottom: 75px;
  }
}
#preview{
  min-height: 500px;
}
.preview{
  max-width: 1980px;
  padding: 24px 20px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .preview {
    padding: 0;
  }
}
.preview .content{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 810px) {
  .preview .content {
    flex-direction: column;
  }
}
.preview .left{
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 80%;
  height: 800px;
  padding: 0 20px 20px 20px;
  background-color: #fff;
}
@media (max-width: 1350px) {
  .preview .left{
    width: 70%;
  }
}
@media (max-width: 1050px) {
  .preview .left{
    width: 60%;
  }
}
@media (max-width: 810px) {
  .preview .left{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .preview .left{
    padding: 0 20px;
  }
}
.preview .left .previewBox{
  position: relative;
  width: 100%;
  height: 800px;
  margin-top: 20px;
  background-color: #dfdfdf;
}
@media (max-width: 500px) {
  .preview .left .previewBox {
    margin-top: 0;
  }
}
.preview .left .previewBox img{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  z-index: 9;
  transform: translate(-50%,-50%);
}
.preview .left .previewBox .iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
  z-index: 10;
  transform: translate(-50%,-50%);
}

.preview-nav-container {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
}

@media (max-width: 1350px) {
  .preview-nav-container {
    justify-content: flex-start;
    column-gap: 10px;
  }
}

@media (max-width: 1050px) {
  .preview-nav-container {
    flex-direction: column;
    row-gap: 10px;
  }
}

@media (max-width: 500px) {
  .preview-nav-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.preview-nav-container .preview-crumbs {
  display: flex;
  align-items: center;
  column-gap: 8px;
  position: absolute;
  left: 0;
}

@media (max-width: 1350px) {
  .preview-nav-container .preview-crumbs {
    position: unset;
  }
}

@media (max-width: 500px) {
  .preview-nav-container .preview-crumbs {
    width: 100%;
  }
}

.preview-nav-container .preview-crumbs .link,
.preview-nav-container .preview-crumbs .title {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #999999;
  white-space: nowrap;
}

.preview-nav-container .preview-crumbs .title {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1700px) {
  .preview-nav-container .preview-crumbs .title {
    max-width: 150px;
  }
}

@media (max-width: 1500px) {
  .preview-nav-container .preview-crumbs .title {
    max-width: 100px;
  }
}

@media (max-width: 1050px) {
  .preview-nav-container .preview-crumbs .title {
    max-width: 300px;
  }
}

.preview-nav-container .preview-crumbs .link:hover {
  color: #0076FE;
}

.preview-nav-container .preview-crumbs .arrow {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #999999;
}

.preview-nav{
  display: flex;
  justify-content: center;
  column-gap: 24px;
  color: #333333;
  font-size: 12px;
  line-height: normal;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .preview-nav {
    column-gap: 10px;
  }
}
@media (max-width: 500px) {
  .preview-nav {
    display: none;
  }
}
.preview-nav .tabs{
  display: flex;
  width: 220px;
  height: 40px;
  padding: 0 4px;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px;
  background: #F0F2F5;
}
.preview-nav .tabs>div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 32px;
  border-radius: 16px;
  cursor: pointer;
}
.preview-nav .tabs>div:hover{
  background-color: #fff;
}
.preview-nav .tabs>div.active{
  background-color: #fff;
}
.preview-nav .tabs .computer i{
  width: 19px;
  height: 17px;
  margin-right: 4px;
  background-position: -12px -311px;
}
.preview-nav .tabs .phone i{
  width: 19px;
  height: 20px;
  margin-right: 4px;
  background-position: -45px -309px;
}
.preview-nav .tabs .flat i{
  width: 20px;
  height: 17px;
  margin-right: 4px;
  background-position: -80px -311px;
}
.preview-nav .scanningCode{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 40px;
  background: #F0F2F5;
  border-radius: 20px;
}
.preview-nav .scanningCode:hover .codeBox{
  display: block;
}
.preview-nav .scanningCode i{
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-position: -112px -312px;
}
.preview-nav .scanningCode .codeBox{
  position: absolute;
  top: 48px;
  left: -155px;
  width: 370px;
  height: 220px;
  padding: 20px 25px;
  z-index: 99;
  border-radius: 4px;
  background-color: #f7f7f7;
}
.scanningCode .codeBox .code{
  width: 136px;
  height: 136px;
  padding: 8px;
  margin: 0 auto;
  background-color: #fff;
}
.scanningCode .codeBox .link{
  display: flex;
  width: 100%;
  margin-top: 16px;
  align-items: center;
  justify-content: space-between;
}
.scanningCode .codeBox .link .linkUrl{
  display: flex;
  width: 260px;
  height: 30px;
  border-radius: 4px;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
}
.scanningCode .codeBox .link .linkUrl input{
  width: 220px;
  padding-left: 8px;
  background-color: #fff;
  color: #333940;
  border: none;
}
.scanningCode .codeBox .link .linkUrl span{
  height: 30px;
  line-height: 30px;
  color: #0076FE;
  padding: 0 6px;
  cursor: pointer;
}
.preview .introduce{
  width: 20%;
  height: 800px;
  margin-left: 15px;
  background-color: #fff;
  padding: 20px 12px 20px 12px;
}
@media (max-width: 1350px) {
  .preview .introduce {
    width: 30%;
  }
}
@media (max-width: 1050px) {
  .preview .introduce {
    width: 40%;
  }
}
@media (max-width: 810px) {
  .preview .introduce {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .preview .introduce {
    padding: 12px 20px 0;
  }
}
.introduce .topBox{
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.introduce .topBox .topTop{
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.introduce .topBox .topTop>.title{
  display: flex;
  color: #333333;
  font-size: 20px;
  line-height: 22px;
}
.introduce .topBox .topTop>.title span{
  min-width: 52px;
  width: 52px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #0056D6;
  border-radius: 2px;
  margin-right: 10px;
}
.introduce .topBox .topTop .iconBox{
  display: flex;
  margin-top: 8px;
  font-size: 12px;
  color: #999999;
}
.introduce .topBox .topTop .iconBox span{
  margin-right: 12px;
}
.topBox .topTop .useBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.topTop .useBox .useTips{
  position: relative;
  display: flex;
  align-items: center;
}
.topTop .useBox .useTips .tipsContent{
  position: absolute;
  right: 0px;
  top: 28px;
  width: 328px;
  color: #66666E;
  padding: 16px 20px;
  background: #fff;
  z-index: 10;
  font-size: 12px;
  box-shadow: 0 0 4px 1px #ddd;
}
.topTop .useBox .useTips .tipsContent .title{
  text-align: center;
  font-size: 14px;
}
.topTop .useBox .useTips .tipsContent p{
  margin-top: 16px;
}
.topTop .useBox .useTips .tipsContent p span{
  color: #0076FE;
}
.topTop .useBox .useTips span{
  color: #66666E;
}
.topTop .useBox .useTips:hover span{
  color: #0076FE;
}
.topTop .useBox .useTips .icon{
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-position: -74px -374px;
}
.topTop .useBox .useTips:hover .icon{
  background-position: -99px -374px;
}
.H5Preview .tipsText .title{
  display: flex;
}
.H5Preview .tipsText .title span{
  width: 50px;
  height: 20px;
  margin-right: 12px;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
}
.introduce .details{

}
.introduce .details .item{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 16px;
}
.introduce .details .item .name{
  color: #999999;
}
.introduce .details .item .text{
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333940;
}
.buttonBox{
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 500px) {
  .buttonBox {
    position: fixed;
    padding: 12px;
    margin-top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    border-top: 1px solid #F2F4F7;
    background-color: #FFFfff;
  }
}
.editTips{
  font-size: 13px;
  color: #999999;
  margin-top: 8px;
}
.operation{
  display: flex;
  min-width: 50px;
  width: 50px;
  height: 50px;
  background: #F1F3F7;
  border-radius: 4px 4px 4px 4px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  cursor: pointer;
}
.operation .use{
  width: 22px;
  height: 22px;
  background-position: -68px -115px;
}
.operation .use.active{
  background-position: -98px -115px;
}
.useNow{
  position: relative;
  width: 100%;
  height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.useNow .useNowButton{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #0076FE;
  border-radius: 4px;
  border: 1px solid #0076FE;
  text-align: center;
  cursor: pointer;
}
.buttonBox.showTrial .useNowButton.teamUser{
  width: calc(100% - 25px);
  border-radius: 4px 0 0 4px;
}
.useNow .useNowButton:hover{
  background: #006BE5;
  border: 1px solid #006BE5;
}
.useNow .tops{
  position: absolute;
  top: -12px;
  left: -1px;
  width: 116px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #3C2003;
  text-align: center;
  cursor: pointer;
  border-radius: 12px 12px 12px 0;
  background: linear-gradient(266deg, #F0C789 0%, #E8D39C 58%, #F0C789 100%);
}
.useNow .select{
  display: flex;
  position: absolute;
  top: 0px;
  right: 0;
  width: 40px;
  height: 50px;
  border-radius: 0 4px 4px 0;
  justify-content: center;
  align-items: center;
  background: #0076FE;
  cursor: pointer;
  border-left: 1px solid #fff;
}
.useNow .select:hover{
  background: #006BE5;
}
.useNow .select .icon{
  width: 8px;
  height: 6px;
  background-position: -124px -96px;
}
.useNow .option{
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  color: #333940;
  font-size: 14px;
  z-index: 14;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.06);
  background-color: #FFFFFF;
}
.useNow .option .goto{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.useNow .option .gotoFolderBox{
  width: 100%;
  max-height: 192px;
  font-weight: 400;
  overflow: auto;
}
.useNow .option .gotoFolder{
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.useNow .option .gotoFolder:hover{
  background: #F7F7F7;
}
.useNow .option .gotoFolder.active{
  color: #0076FE;
  background: #F7F7F7;
}
.useNow .option .checkText{
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
  padding: 8px 16px;
}
.useNow .option .checkText .el-checkbox:last-of-type{
  margin-right: 8px;
}
.useNow .option .checkText .el-checkbox__label{
  font-size: 12px !important;
}
.start-free{
  /*display: none;*/
  position: relative;
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 3px 3px 3px 3px;
  margin-left: 8px;
  cursor: pointer;
}
.buttonBox.showTrial .start-free{
  display: block;
}
.start-free img{
  width: 100%;
  height: 100%;
}
.start-free .weixin-code{
  display: none;
  position: absolute;
  right: 58px;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px 12px;
  flex-direction: column;
  width: 153px;
  height: 208px;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.04), -2px -2px 4px 0px rgba(0,0,0,0.04);
  border-radius: 6px 6px 6px 6px;
}
@media (max-width: 500px) {
  .start-free .weixin-code {
    top: unset;
    transform: unset;
    bottom: 0;
  }
}
.start-free:hover .weixin-code{
  display: flex;
}
.start-free .weixin-code .scan-code-text{
  margin-bottom: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  text-align: center;
}
.start-free .weixin-code .qrcode{
  min-width: 128px;
  width: 128px;
  height: 128px;
}
.start-free .weixin-code .qrcode img{
  width: 100%;
  height: 100%;
}
.introduce .keywordBox{
  width: 100%;
  margin-top: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.introduce .keywordBox .title,.recommend .title{
  color: #333940;
  font-size: 14px;
  margin-bottom: 12px;
}
.introduce .keywordBox .keywords{
  display: flex;
  font-size: 12px;
  color: #666666;
  flex-wrap: wrap;
  margin-top: 8px;
}
.introduce .keywordBox .keywords>div{
  max-width: 96px;
  height: 22px;
  padding: 0 6px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #F1F3F7;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 8px;
  cursor: pointer;
}
.introduce .keywordBox p{
  color: #999999;
  font-size: 12px;
  margin-top: 12px;
  max-height: calc(1.42857143 * 5 * 12px);
  overflow: auto;
}
.recommend{
  width: 100%;
  margin-top: 12px;
  padding-top: 16px;
}
.recommend.h5{
  background-color: #fff;
}
.recommend .book{
  position: relative;
  width: calc(100% + 11px);
  overflow: auto;
  height: calc(100% - 32px);
  margin: 0 auto;
}
@media (max-width: 810px) {
  .recommend .book {
    display: flex;
    column-gap: 10px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .recommend .book {
    flex-wrap: wrap;
  }
}
.recommend .book .list{
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  background-color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 810px) {
  .recommend .book .list {
    position: unset;
    width: calc((100% - 50px) / 6);
  }
}
@media (max-width: 600px) {
  .recommend .book .list {
    width: calc((100% - 20px) / 3);
  }
}
.recommend.h5 .book .list{
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.04);
}
.recommend .list .titleBox .title{
  max-width: 100%;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333940;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
  margin-top: 4px;
}
.recommend.h5 .list .titleBox .title{
  max-width: 100px;
}
.recommend .list .image{
  position: relative;
  width: 100%;
  height: 120px;
  cursor: pointer;
  background-color: #FFFFFF;
}
.recommend .list .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.H5Preview{
  width: 100%;
}
.H5Preview .tips{
  width: 100%;
  padding-bottom: 10px;
  background-color: #fff;
}
.H5Preview .tipsText{
  width: 100%;
  padding: 12px 10px 8px 10px;
}
.H5Preview .tipsText .title{
  height: 20px;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.H5Preview .tipsText .details{
  color: #666666;
  font-size: 10px;
  margin-top: 10px;
}
.tipsText .details p{
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  line-height: 20px;
}
.tipsText .details p span{
  display: inline-block;
  height: 14px;
  margin: 0 6px;
  border: 1px solid #999999;
}
.H5Preview .button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  color: #666666;
  font-size: 14px;
  background-color: #F9F9F9;
}
.H5Preview .button>div{
  display: flex;
  width: 33.33%;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-right:2px solid #E0E1E1;
  border-left:2px solid #E0E1E1;
}
.H5Preview .button>div:nth-child(3){
  border:none;
}
.H5Preview .button>div .iconCollection{
  width: 15px;
  height: 14px;
  margin-right: 4px;
  background-position: -47px -91px;
}
.H5Preview .button>div .iconCollection.active{
  background-position: -71px -91px;
}
.H5Preview .button>div .iconForward{
  width: 14px;
  height: 16px;
  margin-right: 4px;
  background-position: -95px -90px;
}
.dialog{
  font-family:PingFang SC-Medium;
}
.dialog .tops{
  font-size: 16px;
  font-weight: bold;
  color: #141419;
  text-align: center;
}
.dialog .tops p{
  margin-bottom: 10px;
}

.dialog .h5LinkUrl{
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  margin-top: 20px;
  background-color: #F8F8F9;
  align-items: center;
  justify-content: space-between;
}
.dialog .h5LinkUrl input{
  width: calc(100% - 30px);
  color: #333940;
  font-size: 14px;
  background-color: #F8F8F9;
  border: none;
}
.dialog .h5LinkUrl .iconCopy{
  width: 20px;
  height: 21px;
  background-position: -118px -56px;
}
.dialog .copyBut{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #4091F7;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.el-dialog__body{
  padding: 10px 20px 20px !important;
}
.intercept{
  border-radius: 4px;
}
.intercept .el-dialog__header{
  padding: 20px 30px 10px 30px !important;
}
.intercept .interceptTips{
  display: flex;
  align-items: center;
  color:#000;
}
.intercept .interceptTips .icon{
  min-width: 25px;
  height: 25px;
  width: 25px;
  background-position: -149px -53px;
  margin-right: 8px;
}
.intercept .el-dialog__body{
  padding: 20px 30px !important;
}
.intercept .bottomButton{
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.intercept .bottomButton div{
  display: flex;
  width: 72px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
}
.intercept .bottomButton div:hover{
  opacity: 0.9;
}
.intercept .bottomButton div{
  display: flex;
  width: 72px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
}
.intercept .bottomButton div:nth-child(1){
  color: #000;
  border:1px solid #efefef;
  margin-right: 16px;
}
.intercept .bottomButton div:nth-child(1):hover{
  color: #409EFF;
}
.intercept .bottomButton div:nth-child(2){
  color: #fff;
  background-color: #0076FF;
}
.prewviewButtonBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.prewviewButtonBox .useNowBtn {
  display: flex;
  position: relative;
}
.prewviewButtonBox .useNowBtn .btnTextBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  background: #0076fe;
  border-radius: 4px 0 0 4px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.prewviewButtonBox .useNowBtn .btnTextBox:hover {
  background-color: #006ae5;
}
.prewviewButtonBox .useNowBtn .rightPop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0 4px 4px 0;
  background: #0076fe;
  color: #ffffff;
  font-size: 10px;
  cursor: pointer;
}
.prewviewButtonBox .useNowBtn .rightPop:hover {
  background-color: #006ae5;
}
.prewviewButtonBox .useNowBtn .tops {
  position: absolute;
  top: -12px;
  width: 116px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #3c2003;
  text-align: center;
  border-radius: 12px 12px 12px 0;
  background: linear-gradient(
    266deg,
    #f0c789 0%,
    #e8d39c 58%,
    #f0c789 100%
  );
}
.prewviewButtonBox .useMyFiles .btnTextBox{
    width: 246px;
    border-radius: 4px;
}
.prewviewButtonBox .useMyFiles .btnTextBox:hover{
  background-color: #006ae5;
}
.prewviewButtonBox .favoriteBtn {
  width: 50px;
  height: 50px;
  background: #f1f3f7;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prewviewButtonBox .favoriteBtn .collectedIconBig {
  width: 24px;
  height: 24px;
  background-position: -781px -612px;
}
.prewviewButtonBox .favoriteBtn .collectIconBig {
  width: 24px;
  height: 24px;
  background-position: -747px -612px;
}
 /*滚动条整体样式*/
.book::-webkit-scrollbar,.gotoFolderBox::-webkit-scrollbar{
  width: 3px !important;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 3px !important;
}


.book::-webkit-scrollbar-thumb,.gotoFolderBox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px !important;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1) !important;
  background: #cccccc !important;
}


.book::-webkit-scrollbar-track,.gotoFolderBox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  background: #f7f7f7 !important;
}

/*登录面板样式*/
.loginPage{
  border-radius: 12px;
  max-width: 830px;
}
.loginPage .el-dialog__body{
  padding:30px 15px 15px !important;
}

/*免费领取会员面板*/
.start-free-panel{
  margin-top: 189px !important;
  max-width: 420px;
  padding: 36px 0 22px;
  border-radius: 8px 8px 8px 8px;
}
.start-free-panel.el-dialog .el-dialog__header{
  display: none;
}
.start-free-panel.el-dialog .el-dialog__body{
  width: 100%;
}
.start-free-panel .top-bg{
  width: 100%;
  height: 132px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/templates/image/top_bg.png") no-repeat;
  background-size: contain;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.start-free-panel .content{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.start-free-panel .title-box{
  display: flex;
}
.start-free-panel .title-box img{
  width: 28px;
  height: 23px;
}
.start-free-panel .title-box span{
  margin-left: 12px;
  font-size: 22px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  line-height: 26px;
}
.start-free-panel .title-box span:first-of-type{
  font-weight: bold;
  color: #4A2B06;
}
.start-free-panel .title-box span:last-of-type{
  color: #9C6615;
}
.start-free-panel .code-box{
  margin: 26px auto 28px;
}
.start-free-panel .code-box .weixin-code{
  margin: 0 auto;
  padding: 5px 6px 6px;
  width: 170px;
  height: 170px;
  background: #FFFFFF;
  box-shadow: 0px 4px 17px 0px rgba(4,80,168,0.15);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #0076FE;
}
.start-free-panel .code-box .weixin-code img{
  width: 100%;
  height: 100%;
}
.start-free-panel .code-box .code-desc{
  margin-top: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.start-free-panel .code-box .code-desc span{
  color: #F86D41;
}
.start-free-panel .privilege-box{
  width: 100%;
}
.start-free-panel .privilege-box .privilege-title{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #4A2B06;
  line-height: 16px;
}
.start-free-panel .privilege-box .privilege-title span{
  margin: 0 12px;
}
.start-free-panel .privilege-box .privilege-title .line-l{
  width: 69px;
  height: 0px;
  border: 1px solid;
  border-image: linear-gradient(270deg, rgba(204, 144, 59, 1), rgba(255, 255, 255, 0)) 1 1;
}
.start-free-panel .privilege-box .privilege-title .line-r{
  width: 69px;
  height: 0px;
  border: 1px solid;
  border-image: linear-gradient(90deg, rgba(204, 144, 59, 1), rgba(255, 255, 255, 0)) 1 1;
}
.start-free-panel .privilege-box .privilege-items{
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.start-free-panel .privilege-box .privilege-item {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.start-free-panel .privilege-box .privilege-item:nth-child(1),
.start-free-panel .privilege-box .privilege-item:nth-child(2),
.start-free-panel .privilege-box .privilege-item:nth-child(3){
  margin-top: 12px  ;
}
.start-free-panel .privilege-box .privilege-item:last-of-type{
  cursor: pointer;
}
.start-free-panel .privilege-box .privilege-items .item-img{
  width: 28px;
  height: 28px;
}
.start-free-panel .privilege-box .privilege-items .item-title{
  margin-top: 6px;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333940;
  line-height: 14px;
}
.start-free-panel .close-btn{
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: -85px;
  background: url("../image/close_btn.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}