.support-box-bg{
  background-color: #F7F8FA;
  padding-top: 40px;
}
.support-box{
  padding: 0 20px;
}
.support-box #crumbs{
  font-size: 14px;
  color: #161F2D;
  /* margin-top: 40px; */
  line-height: 18px;
}
.support-box #crumbs a{
  margin-right: 10px;
}
.support-box #crumbs span{
  color: #0CAEF9;
}
.support-box .item-box{
  padding-top: 20px;
}
.support-box .item-box .item .item-link{
  width: 100%;
  min-height: 230px;
  border-radius: 20px;
  background-color: #fff;
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.support-box .item-box .item .item-link:hover{
  box-shadow: 0px 10px 28px 0px rgba(0,35,87,0.2), 0px 0px 1px 0px rgba(0,35,87,0.3);
}
.support-box .item-box .item .item-link .item-img{
  width: 340px;
  height: 190px;
  object-fit: cover;
}
.support-box .item-box .item .item-link .item-content{
  flex: 1;
  margin-left: 28px;
}
.support-box .item-box .item .item-link .item-content .item-title{
  color: #161F2D;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.support-box .item-box .item .item-link .item-content .item-msg{
  color: #717781;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.support-box .item-box .item .item-link .item-content .time{
  color: #AEB5C1;
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
  position: absolute;
  bottom: 26px;
  right: 20px;
}
.support-detail{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 60px;
}
.support-detail .support-detail-left{
  width: 276px;
  margin-right: 20px;
}
.support-detail .support-detail-left .input-box{
  padding-left: 20px;
  width: 100%;
  height: 46px;
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid rgba(14, 27, 46, 0.12);
  position: relative;
}
.support-detail .support-detail-left .input-box .icon-search{
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.support-detail .support-detail-left .input-box input{
  outline: none;
  border: none;
  padding-left: 25px;
  width: calc(100% - 60px);
  height: 100%;
  font-size: 14px;
  color: #161F2D;
  background-color: transparent;
}
.support-detail .support-detail-left .input-box input:focus{
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  list-style: none !important;
}
.support-detail .support-detail-left .input-box .icon-search-close{
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 24px;
  display: none;
}
.support-detail .support-detail-left .input-box .icon-search-close img{
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.support-detail .support-detail-left .input-box .icon-search-close::after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  transform: translateY(-50%);
  background-color:  rgba(14,27,46,0.5);
}
.support-detail .support-detail-left .input-box .icon-search-btn{
  display: none;
  width: 46px;
  height: 28px;
  background: #0CAEF9;
  border-radius: 40px 40px 40px 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  transform: translateY(-50%);
  cursor: pointer;
}
.support-detail .support-detail-left .support-detail-left-not-data{
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.support-detail .support-detail-left .support-detail-left-not-data img{
  
}
.support-detail .support-detail-left .support-detail-left-not-data p{
  font-size: 13px;
  color: rgba(22,31,45,0.5);
  text-align: center;
}
.support-detail .support-detail-left .support-detail-left-top{
  width: 276px;
}
.support-detail .support-detail-left .support-detail-left-list{
  background-color: #fff;
  border-radius: 16px;
  margin-top: 20px;
  padding: 10px 0;
}
.support-detail .support-detail-left .support-detail-left-list .support-detail-left-list-item{
  min-height: 50px;
  /* line-height: 50px; */
  padding: 0 16px;
  position: relative;
  background: url('../images/dayinjiqudong/icon-arrow-right.png') no-repeat 250px 20px;
  cursor: pointer;
}
.support-detail .support-detail-left .support-detail-left-list .support-detail-left-list-item:after{
  content: '';
  position: absolute;
  left: 16px;
  top: 22px;
  width: 6px;
  height: 6px;
  display: block;
  background: #0CAEF9;
  border-radius: 50%;
}
.support-detail .support-detail-left .support-detail-left-list .support-detail-left-list-item h2,.support-detail .support-detail-left .support-detail-left-list .support-detail-left-list-item h3{
  line-height: 50px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  color: rgba(22,31,45,0.8);
  width: 95%;
}
.support-detail .support-detail-left .support-detail-left-list .support-detail-left-list-item h3{
  text-indent: 1em;
}
.support-detail .support-detail-left .support-detail-left-list .support-detail-left-list-item:last-child{
  border-bottom: none;
}

.support-detail .support-detail-right{
  flex: 1;
}
.support-detail .support-detail-right .support-detail-right-content-time{
  display: flex;
  align-items: center;
  line-height: 21px;
  margin-top: 16px;
}
.support-detail .support-detail-right .support-detail-right-content-time span,.support-detail .support-detail-right .support-detail-right-content-time a{
  font-size: 16px;
  color: rgba(22,31,45,0.5);
}
.support-detail .support-detail-right .support-detail-right-content-time a{
  color: #0CAEF9;
}
.support-detail .support-detail-right .support-detail-right-content-time .time-line{
  width: 1px;
  height: 16px;
  background-color: rgba(14, 27, 46, 0.30);
  margin: 0 10px;
}
.support-detail .support-detail-right .support-detail-right-content-download{
  width: 100%;
  height: 88px;
  background: #F5F8FF;
  border-radius: 12px ;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 24px;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .logo-img img{
  width: 54px;
  height: 54px;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .download-name{
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .download-name p{
  font-weight: 400;
  font-size: 18px;
  color: #161F2D;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .download-name .download-name-text{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .download-name .download-name-ul{
  display: none;
  align-items: center;
  justify-content: flex-start;
  margin-left: 60px;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .download-name .download-name-ul li{
  font-size: 14px;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .download-name .download-name-ul li.genuine{
  color: #0CAEF9;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .download-name .download-name-ul li.attestation{
  color: #2ACD7C;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .download-name .download-name-ul li.grade{
  color: rgba(22,31,45,0.5);
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .download-name .download-name-ul li span.line{
  width: 1px;
  height: 16px;
  background-color: rgba(14,27,46,0.3);
  margin: 0 10px;
  display: block;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .download-name .download-message,.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .download-name .download-message2{
  font-size: 13px;
  color: rgba(22,31,45,0.5);
  margin-top: 10px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-left .download-name .download-message .line{
  width: 1px;
  height: 16px;
  background-color: rgba(14,27,46,0.3);
  margin: 0 10px;
  display: block;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right .support-detail-download-right-link{
  display: none;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right .support-detail-download-right-link a{
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F8FF;
  border-radius: 10px 10px 10px 10px;
  color: #0CAEF9;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid rgba(12,174,249,0.5);
  margin-right: 16px;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right .support-detail-download-right-link a:hover{
  background: rgba(12,174,249,0.08);
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right .support-detail-download-right-download{
  width: 160px;
  height: 64px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right .support-detail-download-right-download .download-btn-list{
  position: absolute;
  top: 58px;
  left: 0;
  width: 160px;
  /* height: 48px; */
  background: #FFFFFF;
  box-shadow: 0px 10px 28px 0px rgba(0,35,87,0.2), 0px 0px 1px 0px rgba(0,35,87,0.3);
  border-radius: 10px;
  padding: 4px;
  display: none;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right .support-detail-download-right-download .download-btn-list .download-btn-list-item{
  width: 153px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  cursor: pointer;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right .support-detail-download-right-download .download-btn-list .download-btn-list-item img{
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right .support-detail-download-right-download:hover .download-btn-list .download-btn-list-item{
  background: rgba(159,170,190,0.12);
}

.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right .support-detail-download-right-download .download-btn{
  width: 160px;
  height: 48px;
  background: #0CAEF9;
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right .support-detail-download-right-download .download-btn img{
  margin-right: 8px;
  margin-left: 26px;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right .support-detail-download-right-download .download-btn .direction{
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 48px;
  background: url('../images/dayinjiqudong/down-icon-2.png') no-repeat center center;
  border-radius:  10px;
}
.support-detail .support-detail-right .support-detail-right-content-download .support-detail-download-right .support-detail-download-right-download .download-btn:hover .direction{
  background: #3CC1FF url('../images/dayinjiqudong/down-icon-2.png') no-repeat center center;
}



.support-detail .support-detail-right .support-detail-right-content{
  padding: 24px 32px;
  background-color: #fff;
  border-radius: 20px;
}
.support-detail .support-detail-right .support-detail-right-content .support-detail-right-content-title{
  font-size: 26px;
  line-height: 34px;
  color: #161F2D;
}

.support-detail .support-detail-right .support-detail-right-content .support-detail-right-content-content{
  margin-top: 20px;
}
.support-detail .support-detail-right .support-detail-right-content .support-detail-right-content-content p{
  text-indent: 2em;
  font-size: 20px;
  color: rgba(22,31,45,0.8);
  line-height: 32px;
  margin-bottom: 20px;
}
.support-detail .support-detail-right .support-detail-right-content .support-detail-right-content-content h2{
  width: 100%;
  min-height: 60px;
  padding-left: 58px;
  background: #F5F8FF url('../images/dayinjiqudong/question-bg.png') no-repeat 18px 18px;
  border-radius: 12px 12px 12px 12px;
  font-size: 24px;
  color: #161F2D;
  line-height: 60px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.support-detail .support-detail-right .support-detail-right-content .support-detail-right-content-content h3{
  font-size: 20px;
  font-weight: bold;
}
.support-detail .support-detail-right .support-detail-right-content .support-detail-right-content-content video{
  width: 100%;
}
.support-detail .support-detail-right .support-detail-right-content .support-detail-right-content-content h4{
  font-size: 18px;
  font-weight: bold;
}
.support-detail .support-detail-right .support-detail-right-content .support-detail-right-content-content img{
  max-width: calc(100% - 2em)!important;
}