* {
  box-sizing: border-box;
}

body,
html,
img,
li,
p,
span,
ul {
  padding: 0;
  margin: 0;
}
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;
}
a{
  text-decoration: none;
}
.template {
  background-color: #F5F7FA;
}
.PCTemplate{
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1650px) {
  .PCTemplate {
    padding: 0 20px;
  }
}
.PCTemplate .backTop{
  position: fixed;
  bottom: 24px;
  right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 40px;
  height: 40px;
  z-index: 1000;
  background-color: #9e9e9e;
  border-radius: 0px;
  cursor: pointer;
}
.PCTemplate .backTop:hover{
  background-color: #797979;
}
.PCTemplate .backTop .icon{
  width: 24px;
  height: 12px;
  background-position: -142px -94px;
}
.PCTemplate .select-filter {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.nav{
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 48px;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  background-image: url('../image/navBgImg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}
@media (max-width: 1000px) {
  .nav {
    background-image: url('../image/navBgImgMobile.jpg');
  }
}
@media (max-width: 730px) {
  .nav {
    width: calc(100% + 40px);
    left: -20px;
    min-height: unset;
  }
}
@media (max-width: 500px) {
  .nav {
    padding: 28px 28px 0;
  }
}
.nav .IconBox{
  position: absolute;
  right: 0;
  top: 76px;
}
@media (max-width: 730px) {
  .nav .IconBox {
    display: none;
  }
}
.nav .MakeOnBehalfIcon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 45px;
  padding-left: 27px;
  cursor: pointer;
  background-image: linear-gradient(0deg, #0076FE, #0076FE), linear-gradient(97.62deg, #087BFF 5.52%, #5EA8FF 100%);
  margin-bottom: 16px;
  border-radius: 30px 0 0 30px;
  color: #ffffff;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.nav .MakeOnBehalfIcon:hover{
  background-image: linear-gradient(97.62deg, #5EA8FF 5.52%, #087BFF 100%);
}
.nav .recruitIcon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 45px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 30px 0 0 30px;
}
.nav .recruitIcon .default-icon,
.nav .recruitIcon .hover-icon {
  width: 41px;
  height: 38px;
  margin-top: 6px;
}
.nav .recruitIcon .hover-icon {
  display: none;
}
.nav .recruitIcon:hover {
  background-image: linear-gradient(97.62deg, #5EA8FF 5.52%, #087BFF 100%);
}
.nav .recruitIcon:hover .default-icon {
  display: none;
}
.nav .recruitIcon:hover .hover-icon {
  display: block;
}
.nav .recruitIcon:hover > span {
  background-image: unset;
  -webkit-text-fill-color: unset;
}
.nav .recruitIcon > span {
  background-image:  linear-gradient(0deg, rgba(0, 71, 255, 0.59) 0%, rgba(0, 71, 255, 0.59) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.nav .title{
  margin-bottom: 16px;
  color: #333940;
  text-shadow: 0px 4px 16px rgba(16, 29, 49, 0.09);
  font-family: "Microsoft YaHei UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 980px) {
  .nav .title {
    font-size: 36px;
  }
}
@media (max-width: 830px) {
  .nav .title {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .nav .title {
    font-size: 18px;
    margin-bottom: 11px;
  }
}
.nav .input{
  position: relative;
  width: 576px;
  height: 44px;
  margin: 0 auto 16px;
}
@media (max-width: 900px) {
  .nav .input {
    width: 400px;
  }
}
@media (max-width: 830px) {
  .nav .input {
    width: 350px;
  }
}
@media (max-width: 500px) {
  .nav .input {
    width: 100%;
    height: 40px;
    margin-bottom: 13px;
  }
}
.nav .input input{
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 24px;
  padding-right: 104px;
  font-size: 15px;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  border: 2px solid #0075fe;
  background-color: #ffffff;
  color: #999999;
  font-family: "Microsoft YaHei UI";
  line-height: 22px; /* 150% */
}
.nav .input input::-webkit-input-placeholder{
  color:#BABABA;
}

.nav .input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#BABABA;
}

.nav .input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#BABABA;
}

.nav .input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#BABABA;
}
.nav .input .search{
  position: absolute;
  right: 10px;
  top: 6px;
  width: 40px;
  height: 32px;
  cursor: pointer;
  background-position: -142px -10px;
}
@media (max-width: 500px) {
  .nav .input .search {
    top: 4px;
  }
}
.nav .input .search:hover{
  background-position: -192px -10px;
}
.nav .input .search:active{
  background-position: -242px -10px;
}
.nav .input .eliminate{
  position: absolute;
  right: 62px;
  top: 14px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-position: -16px -148px;
}
@media (max-width: 500px) {
  .nav .input .eliminate {
    top: 10px;
  }
}
.nav .input .eliminate:hover{
  background-position: -52px -148px;
}
.nav .input .eliminate:active{
  background-position: -16px -56px;
}
.nav .text{
  margin-bottom: 55px;
  color: #999999;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
@media (max-width: 500px) {
  .nav .text {
    display: none;
  }
}
.nav .text .blue {
  color: #0076FE;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.screenBox{
  position: relative;
  width: 100%;
  padding: 16px 20px;
  font-size: 14px;
  color: #212520;
  background-color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 730px) {
  .screenBox {
    padding: 16px 20px 0;
  }
}
@media (max-width: 500px) {
  .screenBox {
    padding: 0;
    margin-top: 0;
  }
}
.screenBox .screen{
  position: relative;
  display: flex;
  width: 100%;
}
.screenBox .screen .title{
  margin: 4px 32px 0 0;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  white-space: nowrap;
}
@media (max-width: 730px) {
  .screenBox .screen .title {
    display: none;
  }
}
.screenBox .screen .nameBox{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 730px) {
  .screenBox .screen .nameBox {
    flex-wrap: nowrap;
    overflow: auto;
    margin-bottom: 8px;
  }
}
.screenBox .screen .nameBox .name{
  border-radius: 4px;
  padding: 4px 16px;
  cursor: pointer;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.screenBox .screen .nameBox .name:last-child {
  margin-right: 40px;
}
@media (max-width: 730px) {
  .screenBox .screen .nameBox .name{
    flex-shrink: 0;
    background-color: #F4F5F7;
  }
}
.screenBox .screen .nameBox .name:hover,.screenBox .screen .nameBox .name.active{
  background: #0076FE;
  color: #FFFFFF;
}
.screenBox .screen .expand-button {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media (max-width: 730px) {
  .screenBox .screen .expand-button {
    display: flex;
  }

  .screenBox .screenBox-line {
    display: none;
  }
}
.screenBox .screen .nameBox-expand {
  position: absolute;
  left: -20px;
  top: 0;
  width: calc(100% + 40px);
  padding: 8px 16px;
  z-index: 1;
  background-color: #ffffff;
}
@media (max-width: 500px) {
  .screenBox .screen .nameBox-expand {
    left: -30px;
    width: calc(100% + 60px);
  }
}
.screenBox .screen .nameBox-expand .category-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  column-gap: 9px;
  row-gap: 9px;
  padding: 0px 7px 16px 7px;
  overflow: hidden;
}
.screenBox .screen .nameBox-expand .nameBox-expand-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.screenBox .screen .nameBox-expand .nameBox-expand-header .header-title {
  color: #020713;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.screenBox .screen .nameBox-expand .nameBox-expand-header > svg {
  cursor: pointer;
}
.screenBox .screen .nameBox-expand .category-list .name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 32px;
  color: #333940;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  border-radius: 6px;
  background-color: #F4F5F7;
  cursor: pointer;
}
@media (hover: hover) {
  .screenBox .screen .nameBox-expand .category-list .name:hover {
    background-color: #0076FE;
    color: #FFFFFF;
  }
}
.screenBox .screen .nameBox-expand .category-list .name.active {
  background-color: #0076FE;
  color: #FFFFFF;
}
.screenBox .screenBox-line {
  width: 100%;
  height: 1px;
  background-color: #F1F1F1;
  margin: 14px 0;
}
.screenBox .sort-list {
  display: flex;
  align-items: center;
}
.screenBox .sort-list.h5 {
  position: relative;
  display: none;
  column-gap: 12px;
}
@media (max-width: 730px) {
  .screenBox .sort-list.pc {
    display: none;
  }

  .screenBox .sort-list.h5 {
    display: flex;
  }
}
.screenBox .sort-list .sort-list-title {
  display: block;
  margin-right: 32px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.screenBox .sort-list .sort-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 10px;
}
.screenBox .sort-list .sort-list-item .sort-item {
  display: flex;
  align-items: center;
}
.screenBox .sort-list .sort-list-item .sort-item .sort-item-label {
  color: #333333;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.screenBox .sort-list .sort-list-item .sort-item:hover .el-select {
  background-color: #F2F2F2;
  border-radius: 4px;
}
.screenBox .sort-list .sort-list-item .el-select .sort-item-select {
  margin-top: 4px;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
}
.sort-item-select .el-scrollbar .el-scrollbar__bar {
  opacity: 1 !important;
}
.screenBox .sort-list .sort-list-item .sort .el-select .sort-item-select {
  width: 148px;
}
.screenBox .sort-list .sort-list-item .level .el-select .sort-item-select {
  width: 130px;
}
.screenBox .sort-list .sort-list-item .size .el-select .sort-item-select {
  width: 220px;
}
.screenBox .sort-list .sort-list-item .el-select .sort-item-select .el-select-dropdown__list {
  padding: 4px;
}
.screenBox .sort-list .sort-list-item .el-select .sort-item-select .popper__arrow {
  display: none;
}
.screenBox .sort-list .sort-list-item .el-select .sort-item-select .el-select-dropdown__item {
  padding: 0;
  height: auto;
  line-height: unset;
}
.screenBox .sort-list .sort-list-item .el-select .sort-item-select .el-select-dropdown__item.hover {
  background-color: unset;
}
.screenBox .sort-list .sort-list-item .el-select .sort-item-select .el-select-dropdown__item .select-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
}
.screenBox .sort-list .sort-list-item .el-select .sort-item-select .el-select-dropdown__item .select-value.select > span {
  color: #0076FE;
}
.screenBox .sort-list .sort-list-item .el-select .sort-item-select .el-select-dropdown__item .select-value > svg {
  display: none;
}
.screenBox .sort-list .sort-list-item .el-select .sort-item-select .el-select-dropdown__item .select-value.select > svg {
  display: block;
}
.screenBox .sort-list .sort-list-item .el-select .sort-item-select .el-select-dropdown__item .select-value:hover {
  border-radius: 4px;
  background-color: #F2F2F2;
}
.screenBox .sort-list .sort-list-item .el-select .sort-item-select .el-select-dropdown__item .select-value > span {
  color: #333940;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.screenBox .sort-list .sort-list-item .el-select .el-input {
  display: flex;
  align-items: center;
  padding: 6px 12px 4px;
}
.screenBox .sort-list .sort-list-item .level .el-select .el-input,
.screenBox .sort-list .sort-list-item .size .el-select .el-input {
  column-gap: 5px;
}
.screenBox .sort-list .sort-list-item .el-select .el-input .el-input__inner {
  padding: 0;
  height: auto;
  line-height: unset;
  width: 100%;
  border: none;
  background-color: unset;
}
.screenBox .sort-list .sort-list-item .el-select .el-input .el-input__suffix {
  position: unset;
}
.screenBox .sort-list .sort-list-item .el-select .el-input .el-input__suffix .el-select__caret {
  height: auto;
  width: 12px;
  line-height: unset;
  margin: 0;
}
.screenBox .sort-list .sort-list-item .sort .el-select {
  width: 96px;
}
.screenBox .sort-list .sort-list-item .size .el-select {
  width: 200px;
}
.screenBox .sort-list .sort-list-item .sort-item .el-select .el-select__caret {
  color: #333333;
  margin-top: 2px;
  font-size: 12px;
}
.screenBox .sort-list.h5 .sort-item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2px;
  cursor: pointer;
  padding: 6px 8px;
}
.screenBox .sort-list.h5 .sort-item .current-select-label {
  color: #222229;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  user-select: none;
}
.screenBox .sort-list.h5 .sort-item > svg {
  color: #020713;
}
.screenBox .sort-list.h5 .sort-item.active .current-select-label {
  color: #0076FE;
}
.screenBox .sort-list.h5 .sort-item.active > svg {
  transform: rotate(180deg);
  color: #0076FE;
}
.screenBox .sort-list.h5 .sort-item .sort-select-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 10px);
  left: -20px;
  background-color: #ffffff;
  z-index: 1;
  width: calc(100% + 40px);
}
@media (max-width: 500px) {
  .screenBox .sort-list.h5 .sort-item .sort-select-list {
    width: calc(100% + 60px);
    left: -30px;
  }
}
.screenBox .sort-list.h5 .sort-item .sort-select-list > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  color: #020713;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.screenBox .sort-list.h5 .sort-item .sort-select-list > .active {
  background-color: #F8FBFF;
  color: #0076FE;
}
.screenBox .tips,.noData .tips{
  font-size: 14px;
  color: #BABABA;
}
.screenBox .tips span,.noData .tips span{
  color: #0076FE;
  cursor: pointer;
}
.screenBox .useTips{
  display: flex;
  margin-left: auto;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 730px) {
  .screenBox .useTips {
    display: none;
  }
}
.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;
}
.screenBox .useTips span,.topTop .useBox .useTips span{
  color: #66666E;
}
.screenBox .useTips:hover span,.topTop .useBox .useTips:hover span{
  color: #0076FE;
}
.screenBox .useTips .icon,.topTop .useBox .useTips .icon{
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-position: -74px -374px;
}
.screenBox .useTips:hover .icon,.topTop .useBox .useTips:hover .icon{
  background-position: -99px -374px;
}
.templateContent{
  position: relative;
}
.templateContent.showBottomTips{
  padding-bottom: 80px;
}
.listBox{
  width: 100%;
  margin:0 auto;
  margin-top: 16px;
}
.listBox .itemBox{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.listBox.h5{
  margin-top: 0px;
  background-color: #fff;
}
.listBox .list{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 8px;
  /* margin-bottom: 20px; */
  transition: transform 0.3s;
  border: 1px solid #eeeeee;
}
.listBox.h5 .list{
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.05);
}
.listBox .list:hover{
  transform: translate(0px,-8px);
  box-shadow: 0px 3px 8px 0px rgba(0, 118, 254, 0.1);
}
.list .templateTips{
  position: absolute;
  left: 0;
  top: -156px;
  width: 100%;
  height: 100px;
  line-height: 235px;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  text-align: center;
  z-index: 10;
  box-shadow: 0 0 0 45px rgb(0 0 0 / 50%);
  transition: all 0.3s;
  cursor: pointer;
}
.list:hover .templateTips{
  top: -100px;
}
.list .image{
  position: relative;
  width: 100%;
  height: 280px;
  cursor: pointer;
  background-color: #FFFFFF;
}
.list .image img {
  width: 100%;
}
.list .image .page{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}
.list .content{
  padding: 10px;
  /* height: 105px; */
  border-top: 1px solid #F5F5F5;
}
.list .content.h5{
  padding: 8px;
  height: 88px;
}
.list .content .titleBox{
  display: flex;
  width: 100%;
  /* justify-content: space-between; */
}
.list .content .titleBox > a {
  display: block;
  width: 100%;
}
.list .content.h5 .titleBox .grade{
  width: 50px;
  height: 18px;
  line-height: 18px;
}
.list .content .titleBox .title{
  max-width: 100%;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333940;
  font-size: 16px;
  font-weight: bold;
}
.list .content.h5 .titleBox .title{
  max-width: 140px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  margin-left: 8px;
}
.list .content .keywords{
  display: flex;
  height: 22px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
  overflow: hidden;
}
.list .content .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;
  cursor: pointer;
}
.topBox .topTop .iconBox{
  display: flex;
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
}
.list .content .iconBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
}
.list .content .iconBox .grade{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 22px;
  background: #DDDDDD;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1300px) {
  .list .content .iconBox .grade {
    width: 40px;
    height: 20px;
    flex-shrink: 0;
  }
}
.list .content .iconBox .views-uses {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
}
.list .content .iconBox .views-uses .views,
.list .content .iconBox .views-uses .uses {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2px;
}
.list .content .iconBox .views-uses .views span,
.list .content .iconBox .views-uses .uses span {
  color: #999999;
  text-align: center;
  font-feature-settings: 'salt' on, 'liga' off;
  font-family: "Microsoft YaHei UI";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.views-uses-tips {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  white-space: nowrap;
  color: #ffffff;
  font-size: 12px;
  z-index: 1;
}
.views-uses-tips::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 5px solid rgba(0, 0, 0, 0.9);
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
.list .content .iconBox .views-uses .views:hover .tips,
.list .content .iconBox .views-uses .uses:hover .tips {
  display: flex;
}
@media (max-width: 1300px) {
  .list .content .iconBox .views-uses {
    column-gap: 6px;
  }
}
@media (max-width: 600px) {
  .list .content .iconBox .views-uses {
    column-gap: 2px;
  }
}
.list .content .iconBox .views-uses > span {
  display: block;
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  text-align: center;
  font-feature-settings: 'salt' on, 'liga' off;
  font-family: "Microsoft YaHei UI";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.topBox .topTop .useBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.topBox .topTop .iconBox span{
  margin-right: 12px;
}
.list .content.h5 .iconBox{
  float: right;
}
.list .content.h5 .iconBox span{
  margin-left: 12px;
  margin-right: 0;
}
.noData{
  margin:0 auto;
  margin-top: 100px;
  padding-bottom: 100px;
  min-height: 400px;
  text-align: center;
}
.noData .empty{
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  background-position: -10px -182px;
}
.bottomTips{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%,0);
  display: flex;
  height: 60px;
  align-items: center;
  background: #FFFAF1;
  padding: 0 20px;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #DDBA8A;
  font-size: 14px;
  color: #3C2003;
  white-space: nowrap;
}
.bottomTips .closeIcon{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background-position: -292px -12px;
}
.bottomTips .levelBox{
  display: flex;
  margin-left: 8px;
}
.bottomTips .levelItem{
  width: 66px;
  height: 28px;
  line-height: 26px;
  background: #FFFFF6;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #DDBA8A;
  margin-right: 8px;
  text-align: center;
  cursor: pointer;
}
.bottomTips .levelItem:hover{
  background: #F8F2E4;
}
.dialog{
  padding: 10px 16px;
}
.el-dialog__body{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.dialog .dialog-title{
  color: #333940;
  font-size: 18px;
  font-weight: bold;
}
.dialog .titleTips{
  width: 100%;
  padding: 10px 20px;
  background: #F5F9FF;
  border-radius: 2px;
}
.dialog .titleTips p{
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
.dialog .industrySelect .title,.dialog .proposal .title{
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}
.dialog .industrySelect .el-select{
  display: block;
}
.preview {
  height: 86%;
  width: 88%;
  min-height: 700px;
  border-radius: 8px;
  margin-top: 7vh;
}
.preview .el-dialog__body {
  height: calc(100% - 70px);
}
@media (max-width: 810px) {
  .preview {
    width: calc(100% - 80px);
    margin-top: 30px;
  }

  .preview .el-dialog__body {
    height: calc(100% - 80px);
    overflow-y: auto;
  }
}
@media (max-width: 700px) {
  .preview {
    width: 100%;
    height: calc(100% - 54px);
    margin: 54px 0 0;
  }

  .preview .el-dialog__body {
    height: calc(100% - 125px);
    overflow-y: auto;
  }

  .dialog-slide-enter-active,
  .dialog-slide-leave-active {
    transition: transform 0.3s ease;
  }

  .dialog-slide-enter,
  .dialog-slide-leave-to {
    transform: translateY(100%);
  }
}
.preview .content{
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 810px) {
  .preview .content {
    row-gap: 24px;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .preview .content {
    height: auto;
  }
}
.preview .content .previewBox{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #dfdfdf;
}
@media (max-width: 810px) {
  .preview .content .previewBox {
    height: 50%;
  }
}
@media (max-width: 700px) {
  .preview .content .previewBox {
    height: 528px;
    flex-shrink: 0;
  }
}
.preview .content .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 .content .previewBox .iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
  z-index: 10;
  transform: translate(-50%,-50%);
}
.preview .content .introduce{
  width: 320px;
  min-width: 320px;
  height: 100%;
  margin-left: 20px;
}
@media (max-width: 810px) {
  .preview .content .introduce {
    height: 50%;
    width: 100%;
    margin-left: 0;
  }
}
.introduce .topBox{
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.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{
  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>.title div{
  flex: 1;
}
.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;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 12px;
    background-color: #ffffff;
    border-top: 1px solid #F2F4F7;
  }
}
.editTips{
  font-size: 13px;
  color: #999999;
  margin-top: 8px;
}
.operation{
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  border-radius: 4px 4px 4px 4px;
  margin-left: 12px;
  cursor: pointer;
}
.operation .use{
  width: 22px;
  height: 22px;
  background-position: -68px -115px;
}
.operation .use.active{
  background-position: -98px -115px;
}
.buttonBox .share {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 49px;
  height: 49px;
  border-radius: 4px;
  background-color: #F1F3F7;
  margin-left: 8px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .buttonBox .share {
    display: flex;
  }
}
.useNow{
  position: relative;
  width: 100%;
  height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.useNow .useNowButton{
  width: 100%;
  height: 49px;
  line-height: 48px;
  text-align: center;
  background: #0076FE;
  border: 1px solid #0076FE;
  cursor: pointer;
  border-radius: 4px;
}
.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%);
}
@media (max-width: 500px) {
  .useNow .tops {
    display: none;
  }
}
.useNow .select{
  display: flex;
  position: absolute;
  top: 0px;
  right: 0;
  width: 40px;
  height: 49px;
  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;
  display: inline-flex;
  white-space: pre-wrap;
}
.useNow .option .checkText .el-checkbox__label{
  font-size: 12px !important;
  white-space: normal;
}
.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;
}
.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,.introduce .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;
  line-height: 20px;
  max-height: calc(1.42857143 * 5 * 12px);
  overflow: auto;
}
.introduce .recommend{
  width: 100%;
  margin-top: 12px;
}
.introduce .recommend .book{
  position: relative;
  width: calc(100% + 11px);
  overflow: auto;
  height: 277px;
}
.introduce .recommend .book .list{
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  background-color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 10px;
}
.recommend .list .titleBox .title{
  max-width: 100px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333940;
  font-size: 12px;
  font-weight: bold;
  margin-top: 4px;
}
.recommend .list .image{
  position: relative;
  width: 100%;
  height: 120px;
  cursor: pointer;
  background-color: #FFFFFF;
}
@media (max-width: 810px) {
  .recommend .list .image {
    height: auto !important;
  }
}
.H5Template{
  width: 100%;
  background-color: #F6F6F6;
}
.H5Template .templateListBox{
  position: relative;
  width:100%;
  background:#fff;
  padding-top: 16px;
  margin-top: 10px;
  min-height: 100%;
}
.H5Template .mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: #333333;
  opacity: 0.5;
}
.H5Template .H5ScreenBox{
  display: flex;
  width: 100%;
  font-size: 14px;
  background-color: #fff;
}
.H5ScreenBox .tab{
  display: flex;
  width: 50%;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #333940;
}
.H5ScreenBox .tab .icon{
  width: 12px;
  height: 12px;
  background-position: -68px -62px;
  margin-left: 4px;
}
.H5ScreenBox .tab.active .icon{
  background-position: -47px -62px;
}
.H5ScreenBox .tab.active span{
  color: #3374F4;
}
.H5ScreenBox .selectBox{
  position: absolute;
  top: 116px;
  left: 0px;
  width: 100%;
  z-index: 12;
}
.H5ScreenBox .select{
  width: 100%;
  padding: 20px 16px;
  color: #333940;
  background-color: #fff;
}
.H5ScreenBox .select .title{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.H5ScreenBox .select .nameBox{
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(auto-fill, 105px);
  width: 100%;
  font-size: 12px;
  justify-content: space-between;
}
.H5ScreenBox .select .nameBox .name{
  width: 105px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #F8F8F9;
  border-radius: 2px;
}
.H5ScreenBox .select .nameBox .name.active{
  color: #3374F4;
  background: #EFF4FF;
}
.preview-nav{
  display: flex;
  justify-content: center;
  color: #333333;
  font-size: 12px;
  line-height: normal;
  background-color: #fff;
}
@media (max-width: 500px) {
  .el-dialog.preview .preview-nav {
    display: none;
  }

  .el-dialog.preview .el-dialog__header {
    display: flex;
    justify-content: flex-end;
    padding: 5px 20px;
  }

  .el-dialog.preview .el-dialog__header .el-dialog__headerbtn {
    position: unset;
    height: 30px;
    font-size: 30px;
  }

  .el-dialog.preview .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
    vertical-align: top;
  }
}
.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;
  margin-left: 24px;
}
.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: #FFFFFF;
  align-items: center;
  justify-content: space-between;
}
.scanningCode .codeBox .link .linkUrl input{
  width: 220px;
  padding-left: 8px;
  background-color: #FFFFFF;
  color: #333940;
  border: none;
}
.scanningCode .codeBox .link .linkUrl span{
  height: 30px;
  line-height: 30px;
  color: #0076FE;
  padding: 0 6px;
  cursor: pointer;
}
.useTipsDiadlog .title{
  font-size: 16px;
  font-weight: bold;
}
.useTipsDiadlog .content{
  padding: 0px 20px 25px 20px;
  border:1px solid #e8e8e8;
  font-size: 14px;
  color: #66666E;
}
.useTipsDiadlog .content>p,.useTipsDiadlog .content>div{
  margin-top: 25px;
}
.useTipsDiadlog .content p .email{
  color: #0076FE;
}
.loginPage{
  border-radius: 12px;
  max-width: 830px;
}
.loginPage .el-dialog__body{
  padding:30px 15px 15px !important;
}
.selectDialog .el-dialog__header{
  padding: 0 !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;
}
.recruitTipsDiadlog{
  padding: 16px 40px 0px 60px;
  border-radius: 8px;
  background-image: url('../image/tipBg.png');
}
.recruitTipsDiadlog ul{
  list-style: disc !important;
}
.recruitTipsDiadlog ul li{
  list-style: disc !important;
}
.recruitTipsDiadlog .el-dialog__header{
  padding-left:0px !important;
}
.recruitTips_title{
  display: flex;
  font-weight: bold;
}
.recruitTips_title .titleIcon{
  width: 80px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-right: 8px;
  background-position: -330px -12px;
}
.recruitTips_title span{
  line-height: 28px;
  font-size: 18px;
  color: #333940;
}
.recruitTipsDiadlog .content ul li{
  font-size: 14px;
  color: #333940;
  margin-bottom: 24px;
}
.recruitTipsDiadlog .content .recruitCode{
  margin-left: -20px;
  text-align: center;
  color: #666666;
  font-size: 13px;
}
.recruitTipsDiadlog .content .recruitCode img{
  margin-bottom: 12px;
  border:1px solid #0076fe;
}
.recruitTipsDiadlog .content .recruitCode p{
  line-height: 30px;
}
.recruitTipsDiadlog .content .recruitCode p span{
  color: #0076FE;
}
 /*滚动条整体样式*/
.book::-webkit-scrollbar {
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 3px;
}


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


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

/*免费领取会员面板*/
.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("../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;
}
body .common-dialog {
  z-index: 2010;
}