:root {
  --width: 1000px;
}
body {
  margin: 0;
  background-color: #F5F5F5;
  zoom: 0.75;
}
a {
  color: inherit;
  text-decoration: inherit;
}
#app {
  width: 100%;
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.full-container {
  width: var(--width);
  height: calc(var(--width) * (750 / 1200));
  background-color: #18A8D2;
  color: #FFF;
  text-align: center;
  padding-top: calc(var(--width) * (100 / 1200));
  margin-top: calc(var(--width) * (32 / 1200));
  box-sizing: border-box;
}
.mt-title {
  font-size: calc(var(--width) * (38 / 1200));
  line-height: calc(var(--width) * (38 / 1200));
  margin-bottom: calc(var(--width) * (44 / 1200));
  font-weight: bold;
}
.mt-content {
  width: calc(var(--width) * (556 / 1200));
  height: calc(var(--width) * (208 / 1200));
  margin-bottom: calc(var(--width) * (20 / 1200));
  font-size: calc(var(--width) * (32 / 1200));
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.mt-btn-group {
  display: flex;
  justify-content: center;
  gap: 0 calc(var(--width) * (430 / 1200));
}
.mt-btn-group > .mt-btn {
  margin: calc(var(--width) * (64 / 1200)) 0 0;
}
.mt-btn {
  width: 9rem;
  border-radius: 100px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  color: #18A8D2;
  background-color: #FFF;
  padding: 0.4rem 1.25rem;
  box-sizing: border-box;
  cursor: pointer;
  margin: 4rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-btn > img {
  height: 0.875rem;
  margin-left: 0.375rem;
}
.mt-test {
  width: var(--width);
  margin-top: 1rem;
  position: relative;
}
/* 顶部 */
.mt-header {
  width: 100%;
  background-color: #33A474;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(var(--width) * (30 / 1200)) calc(var(--width) * (20 / 1200)) calc(var(--width) * (24 / 1200));
  box-sizing: border-box;
}
.mt-header_title {
  margin-bottom: calc(var(--width) * (16 / 1200));
  font-size: calc(var(--width) * (40 / 1200));
  font-weight: 600;
  color: #FFF;
}
.mt-header_tip {
  margin-bottom: calc(var(--width) * (20 / 1200));
  font-size: calc(var(--width) * (24 / 1200));
  font-weight: 500;
  color: #FFF;
}
.mt-header_item {
  width: 100%;
  padding: calc(var(--width) * (18 / 1200));
  box-sizing: border-box;
  background-color: #D6EDE3;
  border-radius: calc(var(--width) * (20 / 1200));
  font-size: calc(var(--width) * (20 / 1200));
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0 calc(var(--width) * (20 / 1200));
  margin-top: calc(var(--width) * (16 / 1200));
}
.mt-header_item > img {
  width: calc(var(--width) * (40 / 1200));
  height: calc(var(--width) * (40 / 1200));
}
.mt-list {
  flex: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: calc(var(--width) * (200 / 1200));
}
.mt-question {
  width: 91.666667%;
  font-weight: bold;
  font-size: calc(var(--width) * (30 / 1200));
  line-height: 2;
  color: #474D6C;
  margin: calc(var(--width) * (20 / 1200)) auto calc(var(--width) * (48 / 1200));
  display: flex;
  justify-content: center;
}
.order-num {
  display: none;
}
.mt-options {
  width: 75%;
  margin: calc(var(--width) * (80 / 1200)) auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.mt-options-item {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 400;
  color: #555;
  text-align: center;
  position: relative;
}
.yuan{
  width: calc(var(--width) * (100 / 1200));
  height: calc(var(--width) * (100 / 1200));
  background: #F5F5F5;
  border: 3px solid #33a474;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.yuan1 {
  border: 3px solid #88619a;
}
.yuan2 {
  width: calc(var(--width) * (80 / 1200));
  height: calc(var(--width) * (80 / 1200));
  border: 3px solid #88619a;
}
.yuan3 {
  width: calc(var(--width) * (60 / 1200));
  height: calc(var(--width) * (60 / 1200));
  border: 3px solid #9b9faa;
  margin: 0 auto 20px;
}
.yuan4 {
  width: calc(var(--width) * (80 / 1200));
  height: calc(var(--width) * (80 / 1200));
  border: 3px solid #33a474;
}
.y1bg {
  background: #18A8D2;
  border: 3px solid #18A8D2 !important;
}
.y2bg {
  background: #18A8D2;
  border: 3px solid #18A8D2 !important;
}
.y3bg {
  background: #18A8D2;
  border: 3px solid #18A8D2 !important;
}
.mt-options1 {
  margin-top: 1.25rem;
}
.mt-options1-item {
  width: 480px;
  margin: 0 auto 1.5rem;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 1rem 1.75rem;
  color: #555;
  font-size: 1.5rem;
  font-weight: 500;
}
.zylActive {
  background: #18A8D2 !important;
  color: #FFF;
}


/* 上一题 */
.pre-row {
  width: var(--width);
  position: fixed;
  bottom: calc(var(--width) * (110 / 1200));
}
.pre-btn {
  width: calc(var(--width) * (144 / 1200));
  height: calc(var(--width) * (48 / 1200));
  border: 1px solid #18A8D2;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 calc(var(--width) * (8 / 1200));
  cursor: pointer;
  font-size: calc(var(--width) * (24 / 1200));
  font-weight: 500;
  line-height: 2.875rem;
  color: #18A8D2;
}
.pre-btn > img {
  height: calc(var(--width) * (24 / 1200));
}

/* 底部进度条、倒计时 */
.mt-footer {
  width: var(--width);
  height: calc(var(--width) * (70 / 1200));
  background-color: #586071;
  display: flex;
  align-items: center;
  gap: 0 calc(var(--width) * (20 / 1200));
  padding: 0 calc(var(--width) * (20 / 1200));
  box-sizing: border-box;
  font-size: calc(var(--width) * (18 / 1200));
  color: #FFF;
  position: fixed;
  bottom: 0;
}
.mt-footer_progress {
  flex: 1;
  height: calc(var(--width) * (14 / 1200));
  border-radius: calc(var(--width) * (14 / 1200));
  background-color: #FFF;
  overflow: hidden;
  position: relative;
}
.mt-footer_progress_complete {
  width: 0px;
  height: 100%;
  border-radius: calc(var(--width) * (14 / 1200));
  background-color: #4ea875;
  position: absolute;
  left: 0;
  top: 0;
}
.mt-footer_timer {
  display: flex;
  align-items: center;
  gap: 0 calc(var(--width) * (10 / 1200));
}
.mt-footer_timer > img {
  width: calc(var(--width) * (24 / 1200));
  height: calc(var(--width) * (24 / 1200));
}

.list-enter-active  {
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.list-leave-active{
  transition: all 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
}
.list-enter {
  opacity: 0;
  transform: translateX(100%);
}
.list-leave-to{
  opacity: 0;
  transform: translateX(-100%);
}

.cookiezz {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.cookiebox {
  display: none;
  z-index: 30;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  height: 256px;
  background: url('../img-v/copymoreboxbg.png') #fff no-repeat;
  background-size: 100% 100%;
  border-radius: 16px;
  padding: 22px;
}

.cookietitle {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.1875rem;
  color: #333;
  margin-top: 18px;
  text-align: center;
}

.cookiep {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
  color: #555555;
  margin-top: 18px;
}

@media (max-width: 768px) {
  body {
    zoom: 1;
  }

  #app {
    min-height: calc(100vh - 64px);
  }

  .full-container {
    width: 100%;
    height: auto;
    flex: 1;
    margin-top: 0;
    padding-top: 60px;
  }

  .mt-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }

  .mt-content {
    width: 18rem;
    height: 6rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.625;
  }

  .mt-btn-group {
    gap: 0 4rem;
  }

  .mt-btn {
    width: 8rem;
    font-size: 16px;
    line-height: 1.75rem;
    margin-top: 5rem;
  }

  .mt-test {
    margin-top: 0;
  }

  .mt-header {
    padding: 14px 12px 14px;
  }

  .mt-header_title {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .mt-header_tip {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .mt-header_item {
	color: #343c4b;
    padding: 8px 12px;
    font-size: 13px;
    gap: 0 15px;
    margin-top: 8px;
  }
  
  .mt-header_item > img {
    width: 26px;
    height: 26px;
  }

  .mt-list {
    height: auto;
    margin: 0 0.75rem;
  }

  .mt-question {
    width: 100%;
    font-size: 18px;
    line-height: auto;
    margin: 12px auto;
  }

  .order-num {
    display: contents;
  }

  .mt-options {
    width: auto;
    margin: 20px auto 0;
  }

  .mt-options-item {
    font-size: 14px;
  }

  .yuan{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin: 0 auto 10px;

  }
  
  .yuan2{
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
  }

  .yuan3{
    width: 32px;
    height: 32px;
    margin: 0 auto 10px;
  }
  
  .yuan4{
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
  }

  .mt-options1 {
    margin-top: 0;
  }

  .mt-options1-item {
    width: 91.666667%;
    margin: 0 auto 15px;
    padding: 16px;
    font-size: 16px;
  }

  .pre-row {
    bottom: 80px;
    left: 10px;
  }

  .pre-btn {
    width: 94px;
    height: 30px;
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
  .pre-btn > img {
    height: 14px;
  }

  /* 底部进度条、倒计时 */
  .mt-footer {
    height: 55px;
    gap: 0 15px;
    padding: 0 10px;
    font-size: 14px;
  }
  .mt-footer_progress {
    height: 10px;
  }
  .mt-footer_timer {
    gap: 0 6px;
  }
  .mt-footer_timer > img {
    width: 20px;
    height: 20px;
  }

  .list-enter-active {
    transition: all 0.2s;
  }
  .list-leave-active {
    transition: all 0.2s;
  }

  .cookiebox {
    width: 520px;
    height: 256px;
    width: 90vw;
    /* height: 90vw; */
    border-radius: 16px;
    padding: 22px;
    box-sizing: border-box;
  }
  
  .cookietitle {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 2.1875rem;
    color: #333;
    margin-top: 18px;
    text-align: center;
  }
  
  .cookiep {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.25rem;
    color: #555;
    margin-top: 18px;
  }
}