.section .wrap {
  padding: 25px 256px 0 261px;
  margin: 126px auto 8px;
  position: relative;
}
.section .wrap .bread {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 45px 0;
}
.section .wrap .bread .flex {
  display: flex;
}
.section .wrap .bread .flex a {
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #202020;
}
.section .wrap .bread .quiz {
  width: 119px;
  height: 38px;
  background: #EC6716;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #FFFFFF;
  transition: 0.6s;
  border: 1px solid transparent;
}
.section .wrap .bread .quiz:hover {
  background: transparent;
  border: 1px solid #EC6716;
  color: #EC6716;
}
.section .wrap .content {
  width: 930px;
  margin: 97px auto 0;
}
.section .wrap .content .title {
  text-align: center;
  margin: 0 0 80px 0;
}
.section .wrap .content .title span {
  font-size: 26px;
  font-family: Source Han Sans CN m;
  font-weight: normal;
  color: #202020;
  display: block;
  margin: 0 0 22px 0;
}
.section .wrap .content .title p {
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #202020;
}
.section .wrap .content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section .wrap .content form .item {
  display: flex;
  align-items: center;
}
.section .wrap .content form .item p {
  font-size: 16px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #202020;
  margin: 0 14px 0 0;
}
.section .wrap .content form .item p strong {
  color: #df2424;
}
.section .wrap .content form .item input {
  width: 245px;
  height: 45px;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-radius: 6px;
  padding: 0 0 0 15px;
}
.section .wrap .content form .item.all {
  width: 100%;
}
.section .wrap .content form .item.all textarea {
  width: 100%;
  height: 232px;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-radius: 6px;
  margin: 38px 0 0 0;
  padding: 15px 12px;
  font-size: 12px;
  font-family: X-ZhongHei;
  font-weight: normal;
}
.section .wrap .content form .item.all textarea::placeholder {
  color: rgba(32, 32, 32, 0.3);
}
.section .wrap .content form button {
  width: 132px;
  height: 42px;
  background: #EF6817;
  border-radius: 6px;
  margin: 44px auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #FFFFFF;
  border: 1px solid transparent;
  transition: 0.7s;
}
.section .wrap .content form button:hover {
  background: transparent;
  border: 1px solid #EF6817;
  color: #EF6817;
}
.section .wrap .content form .item.address_ .address .add{
    display: flex;
    align-items: center;
}
.section .wrap .content form .item.address_ .address .add p{
    font-size: 16px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #202020;
    margin: 0 14px 0 0;
    width: 40px;

}

.section .wrap .content form .item.address_{
    width: 100%;
    margin: 20px 0 0 0;
}
.section .wrap .content form .item.address_ .address{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.section .wrap .content form .item.address_ .address select{
    width: 245px;
    height: 45px;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-radius: 6px;
    padding: 0 0 0 15px;
    appearance: none;
}

/*# sourceMappingURL=quiz.css.map */

@media screen and (max-width: 1850px) {
    .section .wrap{
        padding: 25px 200px 0 200px;
    }
}

@media screen and (max-width: 1728px) {
    .section .wrap{
        padding: 25px 100px 0 100px;
    }
}

@media screen and (max-width: 1510px) {
    .section .wrap{
        padding: 0 5%;
    }
    .section .wrap .content{
        max-width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .section .wrap{
        margin: 169px auto 8px;
    }
    .section .wrap .bread .flex a{
        font-size: 12px;
    }
    .section .wrap .bread .quiz{
        width: 102px;
        height: 34px;
        font-size: 12px;
    }
    .section .wrap .content {
        margin: 35px auto 0;
    }
    .section .wrap .content .title span{
        font-size: 22px;
        margin: 0 0 12px 0;
    }
    .section .wrap .content .title p{
        font-size: 12px;
    }
    .section .wrap .content .title {
        margin: 0 0 38px 0;
    }
    .section .wrap .content form .item{
        width: 100%;
        flex-direction: column;
        align-items: unset;
        margin: 0 0 20px 0!important;
    }
    .section .wrap .content form .item.all textarea{
        height: 130px;
    }
    .section .wrap .content form .item.all textarea{
        margin: 0;
    }
    .section .wrap .content form .item p{
        font-size: 13px;
        margin: 0 0 10px 0;
    }
    .section .wrap .content form .item input {
        width: 100%;
        height: 43px;
    }
    .section .wrap .content form button {
        width: 115px;
        height: 39px;
        margin: 20px auto 40px;
        font-size: 13px;
    }
    .section .wrap .content form .item.address_ .address{
        flex-direction: column;
    }
    .section .wrap .content form .item.address_ .address .add{
        flex-direction: column;
        align-items: unset;
    }
    .section .wrap .content form .item.address_ .address select{
        width: 100%;
    }
    .section .wrap .content form .item.address_ .address .add p{
        margin: 0 0 10px;
    }
    .section .wrap .content form .item.address_ .address .add:not(:last-child) {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .section .wrap{
        margin: 114px auto 8px;
    }
}