.boxsha-line {
  width: 100%;
  height: 10px;
  background-color: #EFF1F6;
}

.detail-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F4F6FA;
}

.detail-wrapper .detail-content {
  width: 1200px;
  margin-top: 90px;
  display: flex;
}

.detail-wrapper .detail-content .left-detail {
  flex: 1;
  background-color: #ffffff;
}

.detail-wrapper .detail-content .left-detail .left-footer {
  padding: 20px;
  font-size: 14px;
  color: #999999;
}

.detail-wrapper .detail-content .left-detail .left-footer button {
  width: 75px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
  cursor: pointer;
}

.detail-wrapper .detail-content .left-detail .left-footer .box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.detail-wrapper .detail-content .left-detail .left-footer .box:hover {
  color: #ED1731;
}

.detail-wrapper .detail-content .left-detail .left-footer .box:hover button {
  color: #ED1731;
  border-color: #ED1731;
}

.detail-wrapper .detail-content .right-detail {
  width: 305px;
  margin-left: 32px;
}

.detail-wrapper .detail-content .right-detail .main-content {
  background-color: #ffffff;
  padding: 25px 18px 40px;
  font-size: 14px;
  margin-bottom: 30px;
}

.detail-wrapper .detail-content .right-detail .main-content .title {
  color: #333333;
  margin-bottom: 12px;
}

.detail-wrapper .detail-content .right-detail .main-content .title-name {
  color: #999999;
  margin-bottom: 25px;
}

.detail-wrapper .detail-content .right-detail .main-content ul.case-class {
  width: 100%;
  margin-bottom: 25px;
}

.detail-wrapper .detail-content .right-detail .main-content ul.case-class li.class-item {
  display: inline-block;
  border: 1px solid #ED1731;
  width: 75px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #ffffff;
  color: #ED1731;
  margin-right: 15px;
  border-radius: 2px;
  margin-bottom: 6px;
}

.detail-wrapper .detail-content .right-detail .main-content ul.function-group {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail-wrapper .detail-content .right-detail .main-content ul.function-group li.function-item {
  width: 48%;
  height: 25px;
  line-height: 25px;
  border-radius: 2px;
  background-color: #ED1731;
  color: #ffffff;
  margin-bottom: 6px;
  text-align: center;
}

.detail-wrapper .detail-content .right-detail .main-content p.text {
  color: #999999;
  line-height: 20px;
}

.detail-wrapper .detail-content .right-detail .downLoad {
  width: 100%;
  padding: 25px 0 10px;
  position: relative;
  display: flex;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.detail-wrapper .detail-content .right-detail .downLoad::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 56%;
  background-color: #F4F6FA;
  margin: auto;
}

.detail-wrapper .detail-content .right-detail .downLoad .block {
  display: inline-block;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.detail-wrapper .detail-content .right-detail .downLoad .block.active::after {
  content: '';
  position: absolute;
  width: 106px;
  height: 106px;
  background: url("../images/ewm@2x.png") no-repeat center;
  background-size: 100% 100%;
  box-shadow: 4px 4px 15px 4px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.detail-wrapper .detail-content .right-detail .downLoad .block i.icon {
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 8px;
  cursor: pointer;
}

.detail-wrapper .detail-content .right-detail .downLoad .block i.icon.android-icon {
  background-image: url("../images/android@2x.png");
  background-size: 29px 34px;
}

.detail-wrapper .detail-content .right-detail .downLoad .block i.icon.ios-icon {
  background-image: url("../images/ios@2x.png");
  background-size: 29px 35px;
}

.detail-wrapper .detail-content .right-detail .downLoad .block p {
  width: 100%;
  color: #bababa;
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}

.detail-wrapper .detail-content .right-detail .downLoad .block i.code-btn {
  display: block;
  width: 62px;
  height: 62px;
  margin-left: 10px;
  background: url("../images/ewm1@2x.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.code {
  display: none;
}
.actives {
  display: block;
  width: 106px;
  height: 106px;
  position: absolute;
}
.detail-wrapper .detail-content .right-detail .more-case {
  padding: 20px;
  background-color: #ffffff;
}

.detail-wrapper .detail-content .right-detail .more-case div.title {
  font-size: 22px;
  color: #666666;
  margin-bottom: 35px;
}

.detail-wrapper .detail-content .right-detail .more-case ul.more-case-group {
  width: 100%;
  margin-bottom: 50px;
}

.detail-wrapper .detail-content .right-detail .more-case ul.more-case-group li.more-case-item {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 30px;
}

.detail-wrapper .detail-content .right-detail .more-case ul.more-case-group li.more-case-item.active {
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);
}

.detail-wrapper .detail-content .right-detail .more-case ul.more-case-group li.more-case-item.active .footer .main p.title {
  /* color: #ED1731; */
}
.detail-wrapper .detail-content .right-detail .more-case ul.more-case-group li.more-case-item.active .footer .main p.title:hover{
  color: #ED1731;
}
.detail-wrapper .detail-content .right-detail .more-case ul.more-case-group li.more-case-item.active .footer i.go-icon {
  width: 15px;
  height: 15px;
  background: url("../images/xz@2x.png") no-repeat center;
  background-size: 9px 14px;
}

.detail-wrapper .detail-content .right-detail .more-case ul.more-case-group li.more-case-item .img {
  width: 100%;
  height: 160px;
  /* background-image: url("../images/278_166@2x.png"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.detail-wrapper .detail-content .right-detail .more-case ul.more-case-group li.more-case-item .footer {
  padding: 22px 0;
  color: #666666;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.detail-wrapper .detail-content .right-detail .more-case ul.more-case-group li.more-case-item .footer .main {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}

.detail-wrapper .detail-content .right-detail .more-case ul.more-case-group li.more-case-item .footer .main p.title {
  width: 100%;
  font-size: 16px;
  color: #666666;
  padding-bottom: 8px;
}

.detail-wrapper .detail-content .right-detail .more-case ul.more-case-group li.more-case-item .footer .main p.text {
  width: 100%;
  font-size: 12px;
  color: #C2C2C2;
}

.detail-wrapper .detail-content .right-detail .more-case ul.more-case-group li.more-case-item .footer i.go-icon {
  width: 15px;
  height: 15px;
  background: url("../images/wx@2x.png") no-repeat center;
  background-size: 9px 14px;
  margin-right: 20px;
}

.detail-wrapper .detail-content .right-detail .btn-control {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-wrapper .detail-content .right-detail .btn-control button {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background-color: #ffffff;
}

.detail-wrapper .detail-content .right-detail .btn-control button.pre {
  background-image: url("../images/case-top-active.png");
  background-size: 14px 9px;
  margin-right: 20px;
}

.detail-wrapper .detail-content .right-detail .btn-control button.pre.active {
  background-color: #ED1731;
  background-image: url("../images/case-top.png");
  background-size: 14px 9px;
}

.detail-wrapper .detail-content .right-detail .btn-control button.next {
  background-image: url("../images/case-bottom-active.png");
  background-size: 14px 9px;
}

.detail-wrapper .detail-content .right-detail .btn-control button.next.active {
  background-color: #ED1731;
  background-image: url("../images/case-bottom.png");
  background-size: 14px 9px;
}
