main .content .main-content .main-content-content img{
  width: 100%;
  height: 100%;
}
main .content .main-content{
  color: #fff;
}
main{
  display: flex;
  flex-wrap: wrap;
}
p{
  margin: 0;
  color: #000;
}

img{
  width: auto;
  height: auto;
}

.content{
  max-width: 100%;
  margin: auto;
  padding: 6px 0 0 0;
}
.content .p{
  border-bottom: solid #254267 3px;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.content .p span{
  display: block;
  padding: 0 15px 0 15px;
  height: 35px;
  background-color: #254267;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  line-height: 35px;
}
.content .p span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 0;
  height: 0;
  border-bottom: 35px solid #254267;
  border-left: 50px solid transparent;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.content .main-content{
  min-height: 1000px;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.content .main-content .main-content-title{
  font-size: 24px;
  padding: 10px 10px 10px 10px;
  color: #000;
}
.content .main-content .main-content-intro{
  font-size: 14px;
  padding: 0 10px 0 10px;
  line-height: 26px;
  color: #000;
}
.content .main-content img{
  width: 100%;
}
.content .main-content .main-content-content{
  font-size: 14px;
  padding: 10px 10px 0 10px;
  line-height: 26px;
  color: #000;
}
.content .main-recommend{
  width: 100%;
}
.content .main-recommend .main-recommend-title{
  color: crimson;
  padding: 20px 0 20px 0;
}
.content .main-recommend .main-recommend-content{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  background-color: #ffff;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  row-gap: 20px;
  column-gap: 60px;
  justify-content: center;
}
.content .main-recommend .main-recommend-content .item p{
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.content .main-recommend .main-recommend-content img{
  width: 100%;
  height: auto;
}

.main-classify{
  margin-top: 10px;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  padding: 10px;
}
.main-classify .content{
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.main-classify h2{
  padding: 20px 0;
  height: 20px;
  width: 100%;
}
.main-classify h2 a{
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
h3{
 padding-top: 20px; 
}
.main-classify .item{
  display: flex;
  border-bottom: 1px solid #8f897c!important;
  margin-bottom: 20px;
}
.main-classify .item:hover .item-right>.a-item{
  text-decoration: underline;
}
.main-classify .item .item-left{
  width: 50%;
}
.main-classify .item .item-right{
  padding-left: 10px;
  width: 50%;
  font-size: 16px;
}
.main-classify .item .item-right p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制在两行内 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-classify .item .item-right .a-item{
  font-weight: 700;
  /* color:#fff; */
  line-height: 30px;
}
.main-classify .item .item-right-classify{
  padding-top:10px;
  font-size: 12px;
  color: #337ab7;
  font-weight: 700;
}
.main-classify .item .item-left img{
  width: 100%;
}


main .content h2{
  display: flex;
  flex-direction: row-reverse;
  margin-top: 40px;
}
main .content h2::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color:#2b3444;
  margin:  auto 10px;
  position: relative;
  /* top: -4px; */
}
main .content h2 a{
  color: #000;
  font-size: 24px;
  font-weight: 600;
  width: 260px;
}



@media screen and (max-width:1400px) {
  main{
    flex-wrap: wrap;
  }
  .main-classify{
    max-height: 1600px;
    border: none;
  }
  .main-classify .item .item-left{
    width: 40%;
  }
}

@media screen and (max-width:1218px) {
  .content .main-recommend .main-recommend-content{
    padding: 5px;
    grid-template-columns: repeat(3,1fr);
  }
}

@media screen and (max-width:900px) {
  .content .main-recommend .main-recommend-content{
    padding: 5px;
    grid-template-columns: repeat(2,1fr);
  }
}




@media screen and (max-width:1218px){
  .main-classify{
    grid-template-columns: repeat(2,1fr);
  }
  .main-classify .item .item-right .a-item{
    font-size: 14px;
  }
  .main-classify .content{
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (max-width:1218px){
  .content{
    /* padding: 20px 0 20px 0; */
  }
  .content .main-content{
    width: 100%;
  }
  .content .main-recommend{
    width: 100%;
  }
}
@media screen and (max-width:767px){
  img{
    width: auto;
    height: auto;
  }
  #app{
    max-width: 100%;
    margin: auto;
  }
  .content{
  }
  .content .main-content{
    width: 100%;
  }
  .content .main-recommend{
    width: 100%;
  }
  .content .main-recommend .main-recommend-content .item{
    width: 90%;
  }
  .content .main-recommend .main-recommend-content{
    text-align: center;
    grid-template-columns: repeat(1,1fr);
    justify-items: center;
  }
  .content .main-recommend .main-recommend-content img{
    width: 90%;
    height: auto;
  }
  .main-classify{
    grid-template-columns: repeat(1,1fr);
    padding:0 8px;
  }
  .main-classify .item .item-right {
    width: 65%;
  }
  .main-classify .item .item-left {
    width: 45%;
  }
  .main-classify .item .item-right .a-item{
    font-size: 15px;
  }
  .main-classify .item .item-right-classify{
    font-size: 12px;
  }
  .main-classify .content{
    grid-template-columns: repeat(1,1fr);
  }
}
@media screen and (max-width:480px){
  .content .main-recommend .main-recommend-content .item{
    width: 100%;
  }
}

@media screen and (min-width:1218px) {
  #a-button:hover{
    color: #CC0013;
  }
}














/* 隐藏默认的单选框 */
input[type="radio"] {
  display: none;
}

/* 自定义单选框的容器 */
input[type="radio"] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  background-color: white;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

/* 选中状态 */
input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #007bff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 悬停效果 */
input[type="radio"] + label:hover {
  border-color: #007bff;
}


.option:hover {
  background-color: #ffe18e;
}

.option{
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 10px;
  cursor: pointer;
  color: #000;
  background-color: #f2f2f2;
}



.l-contaienr {
  position: relative;
  max-width: 1400px;
  padding: 5px;
  overflow: hidden;
}

.l-contaienr .wrapper {
  width: 100%;
  padding-right: 320px;
}

.question-title {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
  border-radius: 4px;
  padding-left: 20px;
  box-shadow: 0px 0px 10px #f2f2f2;
  background-color: #f2f2f2;
}

.question-title > span {
  width: 95%;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  padding: 10px 0;
}
.answer {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  margin-top: 10px;
}

.answer > div {
  display: flex;
  align-items: center;
  min-height: 60px;
  border-radius: 6px;
  box-shadow: 0px 2px 3px #ffc3de;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  padding: 5px 20px;
  border: 1px solid #ffc3de;
}
.answer > div:hover{
  background-color: #b4b4b4;
  color: #fff;
}
.answer > div.bingo {
  background-color: #00bd45;
}

.answer > div.error {
  background-color: #f32b2b;
}

.progress {
  display: flex;
  align-items: center;
  margin-top: 5px;
  user-select: none;
}

.progress-line {
  position: relative;
  width: 100%;
  height: 10px;
  background: #ffcfe1;
  margin-right: 5px;
  border-radius: 10px;
}

.progress-line::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--width);
  height: 100%;
  background-color: #f21177;
  border-radius: 10px;
  transition: width 300ms linear;
}

.progress-num {
  font-size: 12px;
  color: #f21177;
  line-height: 1;
}

.wq-continue-btn{
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px 0;
  padding: 12px;
  cursor: pointer;
  color: white;
  border: 0;
  border-radius: 4px;
  background-color: #00c479;
  box-shadow: none;
  }

.analysis{
  border: 1px solid #000;
  padding: 20px;
  color: #000;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;

}
.analysis>h3{
  width: 100%;
  padding: 0 0 20px 0;
  font-weight: 700;
  font-size: 20px;
}
.analysis>p{
  width: 100%;
}