.digital-mall {
  background: #f8f8f8;
}

.digital-mall img {
  width: 100%;
  height: 100%;
}

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

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

.digital-mall .num-title {
  width: 17rem;
  margin: 0 auto;
  position: relative;
  top: -21rem;
}

.digital-mall .num-title img {
  max-width: 100%;
}

.digital-mall .part-2 {
  display: flex;
  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: -19rem;
}

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

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

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

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

.digital-mall .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;
}

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

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

.digital-mall .part-7 .upload-mod {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  padding: 1.5rem 0;
}

@media (max-width: 606px) {
  .digital-mall .part-7 .upload-mod {
    justify-content: center;
  }
}

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

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

.digital-mall .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;
}

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

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

.digital-mall .part-3 {
  margin-top: -11rem;
  margin-bottom: 3rem;
}

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

.digital-mall .part-3 .item-box .item-top {
  text-align: center;
  margin: 0 auto;
}

.digital-mall .part-3 .item-box .item-top .ebook-item {
  margin: 0.5rem;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

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

.digital-mall .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;
}

.digital-mall .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;
}

.digital-mall .part-3 .item-box .item-top:hover {
  box-shadow: 0rem 0.4rem 2.25rem 0rem rgba(0, 0, 0, 0.11);
}

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

.digital-mall .part-3 .user-info .info-top {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}

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

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

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

.digital-mall .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;
}

.digital-mall .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;
}

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

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

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

.digital-mall .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;
}

.digital-mall .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;
}

.digital-mall .top-title {
  float: left;
}

.digital-mall .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;
}

.digital-mall .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;
}

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

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

.digital-mall .title-r:hover span {
  color: #3f53d8;
}

.digital-mall .col-xs-5ths {
  width: 20%;
  float: left;
}

.digital-mall .part-4 {
  background-color: #fff;
  padding: 3.6rem 0;
}

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

.digital-mall .part-4 .case-item .case-box {
  position: relative;
  padding: 0.5rem;
  padding-bottom: 2rem;
}

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

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

.digital-mall .part-4 .case-item .case-box .caser-title {
  float: right;
  margin-top: -1.5rem;
  opacity: 0.4;
}

.digital-mall .part-4 .case-item .case-box .caser-title span {
  background-color: #000000;
  padding: 0.4rem;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
  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;
}

.digital-mall .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;
}

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

.digital-mall .part-4 .case-item .case-box:hover {
  box-shadow: 0rem 0.15rem 1.6rem 0rem rgba(0, 0, 0, 0.19);
  background-color: #ffffff;
}

.digital-mall .part-4 .case-item .case-box:hover .case-text {
  color: #3f53d8;
}

.digital-mall .part-5 {
  background: #f8f8f8;
}

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

.digital-mall .part-5 .case-item .case-box .Pic-title {
  display: none;
  opacity: 0.4;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  text-align: center;
}

.digital-mall .part-5 .case-item .case-box .Pic-title div {
  background-color: #000000;
  padding: 0.4rem;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
}

.digital-mall .part-5 .case-item .case-box .Pic-title .dw-num {
  font-family: HelveticaNeue;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ff7e10;
}

.digital-mall .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;
}

.digital-mall .part-5 .case-item .case-box:hover .Pic-title {
  display: block;
}

.digital-mall .part-6 .case-item .case-box .case-img {
  height: 10.75rem;
  position: relative;
}

.digital-mall .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;
}

.digital-mall .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;
}

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

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

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

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

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

.digital-mall .part-8 {
  background: #f8f8f8;
  padding-bottom: 0;
}

.digital-mall .part-8 .case-item .tool-item {
  height: 14.1rem;
}

@media screen and (max-width: 992px) {
  .digital-mall .part-8 .case-item .tool-item {
    margin-bottom: 1rem;
  }
}

.digital-mall .part-8 .case-item .tool-item .tool-text {
  padding: 1rem 2.25rem;
  position: relative;
  height: 100%;
}

.digital-mall .part-8 .case-item .tool-item .tool-text .tool-title {
  font-family: NotoSansHans-Bold;
  font-size: 1.25rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #242424;
  margin-bottom: 1rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.digital-mall .part-8 .case-item .tool-item .tool-text .tool-p {
  font-family: NotoSansHans-Regular;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  line-height: 1.53rem;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.digital-mall .part-8 .case-item .tool-item .tool-text .tool-btn {
  background-color: #ffffff;
  border-radius: 1.25rem;
  border: 1px solid #ffffff;
  color: #3f53d8;
  position: absolute;
  bottom: 1rem;
  width: 7.5rem;
}

.digital-mall .part-8 .case-item .tool-item .tool-text .tool-btn a {
  color: #3f53d8;
}

.digital-mall .part-8 .case-item .tool-item:hover {
  box-shadow: 0rem 0.75rem 1.6rem 0rem rgba(73, 90, 108, 0.1);
}

.digital-mall .part-9 .case-item .column-item {
  margin-bottom: 1.5rem;
}

.digital-mall .part-9 .case-item .column-item .column-box {
  display: flex;
  margin-right: 0.5rem;
}

.digital-mall .part-9 .case-item .column-item .column-box .column-img {
  width: 11rem;
  height: 11rem;
}

.digital-mall .part-9 .case-item .column-item .column-box .column-text {
  background-color: #f9fafb;
  flex: 1;
  padding: 1.95rem 0 0 1.45rem;
  position: relative;
}

.digital-mall .part-9 .case-item .column-item .column-box .column-text .column-title {
  font-family: NotoSansHans-Bold;
  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: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.digital-mall .part-9 .case-item .column-item .column-box .column-text .column-p {
  margin-top: 1.25rem;
  font-family: NotoSansHans-Regular;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
}

.digital-mall .part-9 .case-item .column-item .column-box .column-more {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  position: absolute;
  bottom: 2rem;
  right: 1.2rem;
}

.digital-mall .part-9 .case-item .column-item .column-box .column-more .more-box {
  margin: 0 auto;
  height: 100%;
  background-image: url(../../images/digital_mall/more.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.digital-mall .part-9 .case-item .column-item .column-box .column-more:hover {
  background-color: #3f53d8;
  box-shadow: 0rem 0.5rem 0.65rem 0rem rgba(63, 83, 216, 0.43);
}

.digital-mall .part-9 .case-item .column-item .column-box .column-more:hover .more-box {
  background-image: url(../../images/digital_mall/more-hover.png);
}

.digital-mall .part-9 .case-item .column-item .column-box:hover {
  box-shadow: 0rem 0.75rem 1.6rem 0rem rgba(73, 90, 108, 0.1);
}

.digital-mall .part-9 .case-item .column-item:nth-child(2n) .column-box {
  margin-left: 0.5rem;
  margin-right: 0rem;
}

@media screen and (max-width: 992px) {
  .digital-mall .part-9 .case-item .column-item:nth-child(2n) .column-box {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .digital-mall .col-xs-5ths {
    width: 25%;
    float: left;
  }
}

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

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

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