.productReport {
  width: 100%;
  background-color: #fff;
  margin-top: 0.5rem !important;
}
.productReport ._box {
  padding: 40px 0;
  width: 1200px;
  margin: 0 auto;
}
.productReport .list .recommend-item {
  width: 1200px;
  background-color: #FAFAFA;
}
.productReport .list .recommend-item .recommend-item-imgBox {
  width: 400px;
  height: 500px;
  position: relative;
}
.productReport .list .recommend-item .recommend-item-imgBox .recommend-item-skeleton {
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  overflow: hidden;
  position: relative;
}
.productReport .list .recommend-item .recommend-item-imgBox .recommend-item-skeleton::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(114deg, transparent 4%, rgba(255, 255, 255, 0.599), transparent 94%);
  transform: translateX(-100%);
  animation: skeleton-animate 1s infinite ease-in-out;
}
.productReport .list .recommend-item .recommend-item-imgBox .recommend-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.productReport .list .recommend-item .content {
  margin-left: 32px;
  width: 736px;
  flex-direction: column;
}
.productReport .list .recommend-item .content .tit {
  font-size: 36px;
  color: #333;
  margin-top: 32px;
  line-height: 50px;
  word-break: break-word;
}
.productReport .list .recommend-item .content .con {
  font-size: 20px;
  color: #333;
  line-height: 28px;
  margin-top: 16px;
  word-break: break-word;
}
.productReport .list .recommend-item .content .tools {
  margin-top: 40px;
}
.productReport .list .recommend-item .content .tools .btn-start {
  width: 200px;
  height: 38px;
  background: var(--color-theme-1);
  color: var(--color-font-4);
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  border-radius: 4px;
  transition: all 0.45s;
}
.productReport .list .recommend-item .content .tools .btn-start:hover {
  background: var(--color-theme-1-1);
}
.productReport .list .recommend-item .content .tools span.or {
  margin: 0 24px;
  font-size: 16px;
  color: #333;
}
.productReport .list .recommend-item .content .tools .btn-download {
  font-size: 16px;
  color: var(--color-theme-1);
}
.productReport .list .recommend-item .content .tools .btn-download:hover {
  color: var(--color-theme-1-1);
}
.productReport .list .reports {
  padding-top: 40px;
}
.productReport .list .reports ul {
  display: flex;
  flex-wrap: wrap;
}
.productReport .list .reports ul li {
  margin-bottom: 16px;
  margin-right: 16px;
  width: 288px;
  float: left;
  height: 476px;
}
.productReport .list .reports ul li:nth-of-type(4n) {
  margin-right: 0;
}
.productReport .list .reports ul li a {
  display: flex;
  flex-direction: column;
}
.productReport .list .reports ul li a .cover {
  width: 288px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.productReport .list .reports ul li a .cover .cover-skeleton {
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  overflow: hidden;
  position: relative;
}
.productReport .list .reports ul li a .cover .cover-skeleton::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(114deg, transparent 4%, rgba(255, 255, 255, 0.599), transparent 94%);
  transform: translateX(-100%);
  animation: skeleton-animate 1s infinite ease-in-out;
}
.productReport .list .reports ul li a .cover img {
  width: 100%;
  height: 100%;
  transition: all 0.45s;
  position: absolute;
  top: 0;
  left: 0;
}
.productReport .list .reports ul li a .tit {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  margin-top: 16px;
  word-break: break-word;
}
.productReport .list .reports ul li:hover .cover img {
  transform: scale(1.1);
}
.productReport .list .reports ul li:hover .tit {
  color: var(--color-theme-1);
}
.productReport .login-pop {
  position: fixed;
  left: 50%;
  top: 20%;
  width: 500px;
  height: 350px;
  transform: translate(-50%, -20%);
  background-color: #fff;
  box-shadow: 0 0 4px #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.productReport .login-pop img.close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.productReport .login-pop h3 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.productReport .login-pop input {
  list-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
  font-size: 16px;
  outline: none !important;
  height: auto;
  overflow: visible;
  vertical-align: middle;
  border: none;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  color: #7c7c7c;
  line-height: 28px;
  margin-top: 35px;
  width: 334px;
}
.productReport .login-pop input:-webkit-autofill,
.productReport .login-pop textarea:-webkit-autofill,
.productReport .login-pop select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.productReport .login-pop span.err {
  color: #E02020;
  font-size: 14px;
  min-height: 20px;
  width: 334px;
}
.productReport .login-pop .forgetOrRegister {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 16px;
  width: 334px;
}
.productReport .login-pop .login-btn {
  margin-top: 15px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 334px;
  line-height: 42px;
  background: linear-gradient(270deg, #f9912a 0%, #fa6400 100%);
  box-shadow: 0px 8px 14px -6px #fa6400;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.productReport .login-pop .login-btn:hover {
  opacity: 0.6;
}
.asj-page-box {
  display: flex;
  align-items: center;
  color: #757575;
  line-height: 28px;
  margin: 10px 0;
  font-size: 12px;
  text-align: center;
}
.asj-page-box .select-page-num {
  margin-right: 20px;
}
.asj-page-box .select-page-num select {
  display: inline-block;
  width: 56px;
  height: 28px;
  color: #f99429;
  padding: 6px 5px;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background: #fff;
  border: 1px solid #e9e9e9;
  font-size: 12px;
}
.asj-page-box .total-num {
  margin-right: 20px;
}
.asj-page-box .total-items {
  margin-right: 30px;
  font-size: 12px;
}
.asj-page-box .page-index {
  display: flex;
}
.asj-page-box .page-index a {
  width: 36px;
  height: 28px;
  text-align: center;
  color: #8d9da5;
}
.asj-page-box .page-index a.current {
  color: #f99429;
}
.asj-page-box .page-index a:hover {
  color: #f99429;
}
.asj-page-box .to-go input {
  display: inline-block;
  width: 48px;
  height: 28px;
  border: 1px solid #e9e9e9;
  text-align: center;
  color: #757575;
}
.asj-page-box .to-go a {
  display: inline-block;
  width: 40px;
  line-height: 28px;
  padding: 0;
  background-color: #f8f8f8;
  border-color: #e5e1da;
  color: #f99429;
  margin-left: 20px;
  border-radius: 4px;
}
.confirm-box {
  width: 360px;
  padding: 20px;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -20%);
  background-color: #fff;
  box-shadow: 0 0 4px #ccc;
  border-radius: 4px;
}
.confirm-box .confirm-main {
  position: relative;
  display: flex;
  flex-direction: column;
}
.confirm-box .confirm-main .confirm-title {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.confirm-box .confirm-main .confirm-btn-box {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.confirm-box .confirm-main .confirm-btn-box .btn-cus {
  width: 80px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.confirm-box .confirm-main .confirm-btn-box .btn-cus:hover {
  opacity: 0.6;
}
.confirm-box .confirm-main .confirm-btn-box .no-btn {
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  color: #e4e4e4;
}
.confirm-box .confirm-main .confirm-btn-box .yes-btn {
  background: linear-gradient(90deg, #ffcc75 0%, #f78e29 100%);
  border-radius: 4px;
  color: #fff;
  margin-left: 15px;
}
@keyframes skeleton-animate {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
