.resource {
  background: #f8f8f8;
}

.resource img {
  width: 100%;
  height: 100%;
}

.resource .bg-box {
  height: 25rem;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.resource .bg-box img {
  max-width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.resource .part-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 12px 0px;
          box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 12px 0px;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  background-color: #000000;
  top: -12rem;
}

@media screen and (max-width: 768px) {
  .resource .part-2 {
    margin: 0 1rem;
  }
}

.resource .part-2 select {
  border: none;
  background-color: #000000;
  height: 3.5rem;
  width: 8rem;
  border-radius: 4px;
  margin: 0.5rem 0 0.5rem 0.5rem;
  padding: 1rem;
  color: #ffffff;
}

.resource .part-2 input {
  border: none;
  background-color: #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.5rem;
  border-radius: 4px;
  padding: 0 1rem;
  color: #ffffff;
  min-width: 0;
}

.resource .part-2 input:focus {
  outline: 0;
}

.resource .part-2 .search-btn {
  background: #ff7e10;
  width: 5rem;
  text-align: center;
  line-height: 4.5rem;
  color: #fff;
  letter-spacing: 2px;
  white-space: nowrap;
  padding: 0 1rem;
  cursor: pointer;
}

.resource .part-7 {
  background: #ffffff;
  overflow: hidden;
  position: relative;
  top: -9rem;
  -webkit-box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .resource .part-7 {
    margin: 0 1rem;
  }
}

.resource .part-7 .upload-mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  padding: 1.5rem 0;
}

@media (max-width: 606px) {
  .resource .part-7 .upload-mod {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.resource .part-7 .upload-mod .ulm-box {
  cursor: pointer;
  border-right: 1px solid #edeef3;
}

.resource .part-7 .upload-mod .ulm-box:last-child {
  border-right: 0px;
}

.resource .part-7 .uploda-exp {
  color: #666666;
  font-size: 1rem;
  margin-bottom: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.resource .part-7 .pic-upload {
  height: 3rem;
  width: 3rem;
  background: #ffffff no-repeat center center;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}

.resource .part-7 .up-r {
  width: 2rem;
  height: 9rem;
  background-color: #edeef3;
  position: absolute;
  top: 0;
  right: 0px;
}

.resource .part-3 .item-box {
  margin-top: 3rem;
}

.resource .part-3 .item-box .item-top {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.6rem;
  padding: 0.2rem 0;
}

.resource .part-3 .item-box .item-top .top-img {
  width: 7rem;
  height: 10rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.resource .part-3 .item-box .item-top .item-name {
  font-family: NotoSansHans-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #242424;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource .part-3 .item-box .item-top .clamp {
  height: 2rem;
  font-size: 1rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource .part-3 .item-box .item-top .item-type {
  font-family: SourceHanSansCN-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #36c389;
}

.resource .part-3 .item-box .item-top:hover {
  -webkit-box-shadow: 0rem 0.15rem 1.6rem 0rem rgba(0, 0, 0, 0.19);
          box-shadow: 0rem 0.15rem 1.6rem 0rem rgba(0, 0, 0, 0.19);
}

.resource .part-3 .user-info {
  height: 20rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9450f1), to(#5357f7)), -webkit-gradient(linear, left top, left bottom, from(#3f53d8), to(#3f53d8));
  background-image: linear-gradient(0deg, #9450f1 0%, #5357f7 100%), linear-gradient(#3f53d8, #3f53d8);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0rem 0.8rem 1.6rem 0rem rgba(0, 0, 0, 0.05);
          box-shadow: 0rem 0.8rem 1.6rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
  padding: 1rem;
  padding-top: 0;
}

.resource .part-3 .user-info .info-top {
  padding-left: 0.5rem;
  padding-top: 1.5rem;
}

.resource .part-3 .user-info .info-top .info-img {
  width: 4rem;
  height: 4rem;
  float: left;
  margin-right: 1rem;
}

.resource .part-3 .user-info .info-top .info-img img {
  border-radius: 50%;
}

.resource .part-3 .user-info .info-top .info-text {
  color: #ffffff;
  font-size: 1rem;
  float: left;
  padding-top: 0.6rem;
}

.resource .part-3 .user-info .info-top .info-text .info-name {
  font-family: NotoSansHans-Bold;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  font-size: 1rem;
}

.resource .part-3 .user-info .info-top .info-text .info-num {
  font-family: NotoSansHans-Medium;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  padding-top: 1rem;
  font-size: 0.8rem;
}

.resource .part-3 .user-info .user-fn {
  padding: 0;
  margin-top: 2.35rem;
}

.resource .part-3 .user-info .user-fn .fn-item {
  padding: 0;
  text-align: center;
  margin-bottom: 1.8rem;
}

.resource .part-3 .user-info .user-fn .fn-img {
  width: 1.6rem;
  height: 1.5rem;
  margin: 0 auto;
}

.resource .part-3 .user-info .user-fn .fn-text {
  color: #ffffff;
  font-family: NotoSansHans-Medium;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  padding-top: 0.6rem;
  font-size: 0.7rem;
}

.resource .part-3 .user-info .user-tips {
  font-family: NotoSansHans-Medium;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  position: relative;
  bottom: -1rem;
}

.resource .top-title {
  float: left;
}

.resource .top-title .top-name {
  font-family: NotoSansHans-Bold;
  font-size: 1.75rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #222222;
  margin-right: 0.4rem;
}

.resource .top-title .top-r {
  font-family: PingFang-SC-Regular;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #cbd1d6;
  vertical-align: top;
}

.resource .title-r {
  float: right;
  margin-top: 0.5rem;
}

.resource .title-r span {
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
}

.resource .part-4 {
  background-color: #f8f8f8;
  padding: 3.6rem 0;
}

.resource .part-4 .case-item {
  margin: 2rem 0;
}

.resource .part-4 .case-item .case-box {
  position: relative;
  padding: 0.5rem;
  padding-bottom: 3rem;
}

.resource .part-4 .case-item .case-box .case-img {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.resource .part-4 .case-item .case-box .case-img img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.resource .part-4 .case-item .case-box .case-text {
  font-family: NotoSansHans-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #242424;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.8rem;
  line-height: 1.5rem;
  height: 3rem;
}

.resource .part-4 .case-item .case-box .case-jf {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #3f53d8;
  position: relative;
  bottom: -1rem;
}

.resource .part-4 .case-item .case-box:hover {
  -webkit-box-shadow: 0rem 0.15rem 1.6rem 0rem rgba(0, 0, 0, 0.19);
          box-shadow: 0rem 0.15rem 1.6rem 0rem rgba(0, 0, 0, 0.19);
}

.resource .part-5 {
  background: #fff;
}

.resource .part-5 .case-item .case-box .case-img {
  height: 9rem;
}

.resource .part-5 .case-item .case-box .case-text {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.5rem;
}

.resource .part-6 .case-item .case-box .case-img {
  height: 7.9rem;
  position: relative;
}

.resource .part-6 .case-item .case-box .case-img .video-time {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  background-color: #3f53d8;
  border-radius: 0.88rem;
  opacity: 0.8;
  text-align: center;
  line-height: 1.75rem;
  padding: 0 1.2rem;
}

.resource .part-6 .case-item .case-box .case-img .video-time span {
  font-family: HelveticaNeue;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
}

.resource .part-6 .case-item .case-box .case-img .video-play {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.resource .part-6 .case-item .case-box:hover .case-img {
  background-color: #000000;
  opacity: 0.6;
}

.resource .part-6 .case-item .case-box:hover .case-img img {
  background-color: #000000;
  opacity: 0.6;
}

.resource .part-6 .case-item .case-box:hover .case-img .video-time {
  display: none;
}

.resource .part-6 .case-item .case-box:hover .case-img .video-play {
  display: block;
}

.resource .part-8 {
  background: #fff;
}

.resource .part-8 .case-item .case-box {
  padding-bottom: 0rem;
  padding: 0;
}

.resource .part-8 .case-item .law-fgbg .law-box {
  position: relative;
  background-color: #ffffff;
  border: solid 0.05rem #c9cfd4;
  padding-bottom: 3rem;
  padding: 2rem 1.5rem;
  margin: 0.5rem;
}

.resource .part-8 .case-item .law-fgbg .law-box .law-text {
  height: 3.8rem;
  font-family: NotoSansHans-Medium;
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.3rem;
  letter-spacing: 0rem;
  color: #222222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 2rem;
}

.resource .part-8 .case-item .law-fgbg .law-box .law-type {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #36c389;
}

.resource .part-8 .case-item .law-fgbg .law-box .law-rb {
  width: 3.3rem;
  position: absolute;
  right: 0;
  bottom: -0.15rem;
}

.resource .part-9 {
  background-color: #fff;
}

.resource .part-9 .case-item .case-box {
  background-color: #edefe5;
  padding: 1.5rem;
  margin: 0.5rem;
}

.resource .part-9 .case-item .case-box .Cou-img {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.resource .part-9 .case-item .case-box .Cou-img img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.resource .part-9 .case-item .case-box .Cou-text {
  height: 2.5rem;
  font-family: NotoSansHans-Medium;
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.3rem;
  letter-spacing: 0rem;
  color: #222222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.resource .part-9 .case-item .case-box .Cou-num {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #929f68;
}

@media (min-width: 768px) {
  .resource .resource-cont {
    width: 550px;
  }
}

@media screen and (max-width: 768px) {
  .resource .part-9 .case-item .case-box .Cou-img {
    width: auto;
  }
}

@media (min-width: 992px) {
  .resource .resource-cont {
    width: 770px;
  }
}

@media (min-width: 1200px) {
  .resource .resource-cont {
    width: 970px;
  }
}
