#detection {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 0;
}
#detection header {
  width: 1366px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 68px;
  background: #FFFFFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #353535;
}
#detection header .page-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
#detection header .page-title-icon {
  width: 31px;
  height: 31px;
  margin-right: 10px;
}
#detection header .page-title-name {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}
#detection header .page-link-groups {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
}
#detection header .page-link-groups li {
  margin-right: 36px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#detection header .page-link-groups li .pulldown-btn {
  width: 6px;
  height: 6px;
  position: absolute;
  right: -4px;
  top: 6px;
}
#detection header .page-link-groups li.user-center {
  width: 128px;
  height: 48px;
  border: solid 1px #24be48;
  text-align: center;
  line-height: 48px;
  color: #24be48;
  border-radius: 4px;
}
#detection header .page-link-groups li.inviting-gifts {
  display: -webkit-box;
  display: flex;
  align-content: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
#detection article {
  width: 1366px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
}
#detection article .detection-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 354px;
  margin-top: 130px;
}
#detection article .detection-content .detection-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
}
#detection article .detection-content .detection-description {
  margin-top: 32px;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: 1px;
}
#detection article .detection-content .detection-image {
  width: 202px;
  height: 202px;
  margin-right: 71px;
  position: relative;
}
#detection article .detection-content .detection-image img {
  position: absolute;
}
#detection article .detection-content .detection-image img.detection-bg {
  z-index: 1;
}
#detection article .detection-content .detection-image img.detection-icon {
  z-index: 2;
  top: 75px;
  left: 75px;
}
#detection article .detection-content .before-detecting-content {
  color: #353535;
}
#detection article .detection-content .before-detecting-content .detection-second-description {
  margin-top: 8px;
  line-height: 20px;
  font-size: 14px;
}
#detection article .detection-content .before-detecting-content .beginning-detection-btn {
  margin-top: 40px;
  width: 136px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
#detection article .detection-content .detecting-content {
  color: #353535;
}
#detection article .detection-content .detecting-content .progress-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 57px;
}
#detection article .detection-content .detecting-content .progress-info .progress-bar {
  width: 500px;
  height: 16px;
  margin-right: 16px;
}
#detection article .detection-content .detecting-content .progress-info .progress-bar div {
  position: absolute;
}
#detection article .detection-content .detecting-content .progress-info .progress-bar div.progress-bg {
  width: 500px;
  height: 16px;
  background: #E4E8EB;
  border-radius: 10px;
}
#detection article .detection-content .detecting-content .progress-info .progress-bar div.progress-filler {
  height: 16px;
  background: #24be48;
  border-radius: 10px;
}
#detection article .detection-content .detecting-content .progress-info .progress-number {
  font-size: 20px;
}
#detection article .detection-content .detecting-content .stop-detecting-btn {
  font-size: 16px;
  margin-top: 16px;
}
#detection article .result-content {
  margin-top: 56px;
  text-align: center;
}
#detection article .result-content .result-title {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 16px;
}
#detection article .result-content .result-title .result-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
#detection article .result-content .result-title .result-title-text {
  color: #353535;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
}
#detection article .result-content .redetect-btn {
  text-align: center;
  font-size: 16px;
}
#detection article .result-content .result-description-content {
  margin-top: 96px;
  text-align: left;
  padding: 0 198px 0 204px;
}
#detection article .result-content .result-description-content .result-description-title {
  color: #353535;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1px;
}
#detection article .result-content .result-description-content .cut-off {
  width: 100%;
  height: 1px;
  background: #F6F8F9;
  margin-top: 16px;
}
#detection article .result-content .result-description-content .result-description {
  margin-top: 40px;
}
#detection article .result-content .result-description-content .result-description:first-child {
  margin-top: 0px !important;
}
#detection article .result-content .result-description-content .result-description section {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 48px;
}
#detection article .result-content .result-description-content .result-description section .question-description .question-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
#detection article .result-content .result-description-content .result-description section .question-description .question-title-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
#detection article .result-content .result-description-content .result-description section .question-description .question-title-text {
  line-height: 22px;
  font-size: 16px;
  color: #353535;
  letter-spacing: 1px;
}
#detection article .result-content .result-description-content .result-description section .question-description .question-description-text {
  margin-top: 8px;
  color: #8d8d8d;
  font-size: 14px;
  padding-left: 21px;
  letter-spacing: 1px;
}
#detection article .result-content .result-description-content .result-description section .question-operation {
  width: 109px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}
#detection article .result-content .empty-hint {
  margin-left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
  margin-top: 114px;
}
#detection article .result-content .empty-hint img {
  width: 210px;
  height: 100px;
}
#detection article .result-content .empty-hint .empty-hint-text {
  margin-top: 32px;
  font-size: 14px;
  color: #8D8D8D;
}
#detection article .result-content .empty-hint .contact-btn {
  margin-top: 24px;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 109px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
#detection .bg-btn {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #24be48;
  border-radius: 4px;
  color: #FFFFFF;
}
#detection .bg-btn:hover {
  background: #24ce4c;
}
#detection .text-btn {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #24be48;
}
#detection .text-btn:hover {
  color: #26ce4c;
}
#detection .hide {
  display: none;
}
@-webkit-keyframes rotateSearchIcon {
  0% {
    top: 75px;
    left: 75px;
  }
  6.25% {
    top: 65px;
    left: 85px;
  }
  12.5% {
    top: 50px;
    left: 90px;
  }
  18.75% {
    top: 35px;
    left: 85px;
  }
  25% {
    top: 20px;
    left: 75px;
  }
  31.75% {
    top: 10px;
    left: 65px;
  }
  37.5% {
    top: 5px;
    left: 50px;
  }
  43.75% {
    top: 10px;
    left: 35px;
  }
  50% {
    top: 20px;
    left: 20px;
  }
  56.25% {
    top: 35px;
    left: 10px;
  }
  62.5% {
    top: 50px;
    left: 5px;
  }
  68.75% {
    top: 65px;
    left: 10px;
  }
  75% {
    top: 75px;
    left: 20px;
  }
  81.75% {
    top: 85px;
    left: 35px;
  }
  87.5% {
    top: 90px;
    left: 50px;
  }
  93.75% {
    top: 85px;
    left: 65px;
  }
  100% {
    top: 75px;
    left: 75px;
  }
}
@keyframes rotateSearchIcon {
  0% {
    top: 75px;
    left: 75px;
  }
  6.25% {
    top: 65px;
    left: 85px;
  }
  12.5% {
    top: 50px;
    left: 90px;
  }
  18.75% {
    top: 35px;
    left: 85px;
  }
  25% {
    top: 20px;
    left: 75px;
  }
  31.75% {
    top: 10px;
    left: 65px;
  }
  37.5% {
    top: 5px;
    left: 50px;
  }
  43.75% {
    top: 10px;
    left: 35px;
  }
  50% {
    top: 20px;
    left: 20px;
  }
  56.25% {
    top: 35px;
    left: 10px;
  }
  62.5% {
    top: 50px;
    left: 5px;
  }
  68.75% {
    top: 65px;
    left: 10px;
  }
  75% {
    top: 75px;
    left: 20px;
  }
  81.75% {
    top: 85px;
    left: 35px;
  }
  87.5% {
    top: 90px;
    left: 50px;
  }
  93.75% {
    top: 85px;
    left: 65px;
  }
  100% {
    top: 75px;
    left: 75px;
  }
}
#detection .search-animation {
  -webkit-animation: rotateSearchIcon 3s infinite linear;
  animation: rotateSearchIcon 3s infinite linear;
}
#MEIQIA-BTN-HOLDER {
  position: absolute !important;
  right: 50% !important;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  top: 492px;
  display: block !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN {
  display: none;
  border-radius: 4px;
  width: 109px;
  height: 36px;
  text-align: center !important;
  background: #24be48;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN #MEIQIA-BTN-ICON {
  display: none !important;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN #MEIQIA-BTN-LINE {
  display: none !important;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN #MEIQIA-CIRCLE {
  display: none !important;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN #MEIQIA-BTN-TEXT {
  font-size: 14px !important;
  line-height: 36px !important;
  float: none;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN #MEIQIA-BUBBLE {
  display: none !important;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN:hover {
  background: #24ce4c;
}
body {
  position: relative;
}
