body{
    margin: 0;
    padding: 0;
    /*width: 1600px !important;*/
    /*height: 1000px !important;*/
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
@font-face {
    font-family: 'ZiZhiQuXiMaiTi'; /* 定义字体的名称 */
    src: url('../font/字制区喜脉体.ttf')  /* 指定字体文件的路径和格式 */
}


.container {
    background-image: url('../images/p1-bg.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
.container .logo-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.container .logo{
    height: 54%;
}
.container .option-wrapper{
    width: 70%;
    height: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 30px;
}

.container .option{
    width: 50%;
    text-align: center;
    position: relative;

}
.option .option-img{
    width: 100%;
}

.option .qrcode{
    position: absolute;
    width: 24%;
    left: 19%;
    top: 50%;
    transform: translate(0, -54%);
    border-radius: 6px;
    border: #9BC9F4 2px solid;
}

.container .mini-logo{
    position: absolute;
    left: 2%;
    top: 3%;
    width: 24%;
}
.container .back-button{
    position: absolute;
    z-index: 1;
    right: 2%;
    top: 4%;
    width: 10%;
    cursor: pointer;
}

.container .mini-title-wrapper{
    display: flex;
    justify-content: center;
    position: relative;
}

.container .mini-title-bg{
    width: 26%;
}

.container .mini-title{
    font-family: ZiZhiQuXiMaiTi,sans-serif;
    position: absolute;
    font-size: clamp(1.688rem, -0.079rem + 1.77vw, 2.938rem);
    color: white;
    top: 40%;
}
.container .mini-title-en{
    font-family: ZiZhiQuXiMaiTi,sans-serif;
    position: absolute;
    /*font-size: clamp(1.5rem, -0.178rem + 1.68vw, 2.688rem);*/
    font-size: 14px;
    color: white;
    top: 66%;
}


.container .topic-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.container .first-line{
    width: 100%;
    display: flex;
    justify-content: center
}
.container .second-line{
    width: 100%;
    display: flex;
    justify-content: center;
}

.container .earth-wrapper{
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.5s, width 0.5s;
    cursor: pointer;
}

.container .second-line .earth-wrapper{
    /*width: 50%;*/
}
.container .first-line .earth-img,.container .second-line .earth-img{
    /*width: 31%;*/
    width: 50vh;
    transition: transform 0.4s, width 0.5s;
}


.container .topic-wrapper .second-line{
    display: flex;
    margin-top: -4%;
    justify-content: space-around;
    /*overflow: hidden;*/
}
.earth-wrapper .topic-title-wrapper{
    position: absolute;
    max-width: 28vh;
}
.earth-wrapper .topic-title-wrapper .topic-title{
    /*font-size: clamp(1.875rem, -0.333rem + 2.21vw, 3.438rem);*/
    font-size: 26px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.earth-wrapper .topic-title-wrapper .topic-title-en{
    /*font-size: clamp(1.5rem, -0.178rem + 1.68vw, 2.688rem);*/
    font-size: 16px;
    color: white;
    text-align: center;
}
.earth-wrapper .topic-title-wrapper.topic-title-wrapper1 .topic-title{
    -webkit-text-stroke: 1.5px #24707f; /* 描边颜色和宽度 */
    text-stroke: 1.5px #24707f; /* 兼容性写法 */
    text-shadow: 2px 2px 5px #24707f; /* X轴偏移, Y轴偏移, 模糊半径, 阴影颜色 */

}
.earth-wrapper .topic-title-wrapper.topic-title-wrapper2 .topic-title{
    -webkit-text-stroke: 1.5px #29307c; /* 描边颜色和宽度 */
    text-stroke: 1.5px #29307c; /* 兼容性写法 */
    text-shadow: 2px 2px 5px #29307c; /* X轴偏移, Y轴偏移, 模糊半径, 阴影颜色 */
}
.earth-wrapper .topic-title-wrapper.topic-title-wrapper3 .topic-title{
    -webkit-text-stroke: 1.5px #4e35bb; /* 描边颜色和宽度 */
    text-stroke: 1.5px #4e35bb; /* 兼容性写法 */
    text-shadow: 2px 2px 5px #4e35bb; /* X轴偏移, Y轴偏移, 模糊半径, 阴影颜色 */
}

.active {
    /*transform: scale(1.2) translateY(-10%);*/
    transform: scale(1.2);
}

.shrink-left{
    transform: scale(0.5) translateX(-50%) ;
}
.shrink-right {
    transform: scale(0.5) translateX(50%) ;
}

.earth-wrapper .question-wrapper{
   display: none;
}

.earth-wrapper.active .question-wrapper{
    display: flex;
    position: absolute;
    flex-direction: column;
    top: calc(33vh + 20px);
    /*overflow: scroll;*/
    overflow-y: auto;
    max-height: 38vh;
}
.earth-wrapper .question-item-wrapper:nth-child(odd) {
    position: relative;
    margin-right: 10vh; /* 奇数项离左边有点距离 */
    margin-top: 1vh;
}
.earth-wrapper .question-item-wrapper:nth-child(even) {
    position: relative;
    margin-left: 10vh; /* 奇数项离左边有点距离 */
    margin-top: 1vh;
}
.earth-wrapper.active .question-wrapper img{
    width: 53vh;
    height: 6vh;
}
.question-wrapper .question-title-wrapper{
    position: absolute;
    height: 6vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 0;
    width: 45vh;
    cursor: pointer;
}
.earth-wrapper .question-item-wrapper:nth-child(odd) .question-title-wrapper{
    left: 4vh;
}
.earth-wrapper .question-item-wrapper:nth-child(even) .question-title-wrapper{
    left: 4vh;
}
.question-title-wrapper .question-title{

    /*font-size: clamp(1.063rem, -0.263rem + 1.33vw, 2rem);*/
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.question-title-wrapper .question-title-en{
    /*font-size:clamp(0.938rem, -0.123rem + 1.06vw, 1.688rem);*/
    max-width: 100%;
    font-size: 12px;
    text-align: center;
}

.container .form-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container .form-wrapper .form{
    /*opacity: 0.8;*/
    background: rgba(241, 251, 252 ,0.8) ;
    border-radius: 2vh;
    width: 88%;
    height: 68vh;
    margin-top: 4vh;
    padding: 0 4vh 4vh;
    position: relative;
}

.container .form-wrapper .form .layui-form-label{
    text-align: left;
    width: fit-content;
    line-height: 1;
}

.container .form-wrapper .form .layui-form-item{
    display: flex;

}

.container .form-wrapper .form .layui-form-item .layui-inline{
    display: flex;
    align-items: center;
    width: 50%;
}
.container .form-wrapper .form .layui-form-item .layui-input-inline{
    width: 50%;
}
.container .layui-input, .container .layui-select, .container .layui-textarea{
    height: auto;
    font-size: 20px;
    padding: 3px;
}

.container .layui-anim-upbit {
     -webkit-animation-name: none;
     animation-name: none;
}
.container .layui-form-select dl dd,.container  .layui-form-radio{
    line-height: unset;
    font-size: 20px;
}
.container .layui-form-select dl{
    top: auto;
}
.container  .layui-form-radio>i,.container  .layui-form-radio>*{
    /*font-size: clamp(1.375rem, -1.098rem + 2.47vw, 3.125rem)*/
    font-size: 20px;
}

.container .layui-form-item{
    /*margin-bottom: clamp(0.938rem, -1.271rem + 2.21vw, 2.5rem);*/
    margin-bottom: 35px;
}
.form .form-title-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vh;
    margin-top: 2vh;
}

.form .form-submit-wrapper{
    position:absolute;
    bottom: 4vh;
    margin: auto;
    left: 50%;
    transform: translate(-50%);
}
.form .layui-textarea{
    /*min-height: clamp(7.5rem, -8.401rem + 15.9vw, 18.75rem);*/
    line-height: 1.3;
}
.container .thanks-wrapper{
    position:absolute;
    margin: auto;
    width: 56vw;
    height: 40vw;
    border-radius: 2vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url("../images/p5-bj2.png") center no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.container .thanks-text{
    position:absolute;
    margin: auto;
    width: 56vw;
    height: 37vw;
    border-radius: 2vw;
    left: 50%;
    top: 65%;
    transform: translate(-50%,-50%);
    background: url("../images/zi.png") center no-repeat;
}

.container .thanks-wrapper img{
    width: 100%;
}
.yy-wrapper{
    display: flex;
    align-items: center;
}
#yy{
    width: 282px;
    height: 273px;
    margin-left:10vw;
    transition: transform 0.3s ease;
    background: url("../images/yy2.gif") center no-repeat;
    position: absolute;
    top: -100px;

}
#yy.clicked {
    transform: scale(1.5); /* 点击时的放大效果 */
}
#yy.clicked .line{
    display: block;
}
#yy img{
    width: 100%;
}
/*#yy .line {*/
/*    position: absolute;*/
/*    width: 1vw;*/
/*    height: 0.3vw;*/
/*    background-color: #fff;*/
/*    display: none;*/
/*    animation: scaleDots 1s infinite;*/
/*}*/

/*#yy .line:nth-child(1) {*/
/*    top: 15%;*/
/*    left: 15%;*/
/*}*/

/*#yy .line:nth-child(2) {*/
/*    top: 15%;*/
/*    right: 15%;*/
/*}*/

/*#yy .line:nth-child(3) {*/
/*    top: 8%;*/
/*    right: 26%;*/
/*}*/

/*#yy .line:nth-child(4) {*/
/*    top: 8%;*/
/*    left: 26%;*/
/*}*/

/*@keyframes scaleDots {*/
/*    0%, 100% {*/
/*        transform: scale(1);*/
/*    }*/
/*    50% {*/
/*        transform: scale(0);*/
/*    }*/
/*}*/

.thanks-button {
    display: inline-block;
    padding: 2px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: linear-gradient(to bottom, #6CC1FF, #005CFF);
    border: 2px solid #BDEFFF;
    width: 6vw;
    border-radius: 2vw;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-bottom: 6vw;
}

.input-require-span{
    color: red;
}
.input-title-wrapper{
    position: relative;
    width: 300px;
    font-size: 18px;
}
.input-title-wrapper.wrapper2{
    width: 200px;
}

.input-title-wrapper .input-require-span{
    position: absolute;
    left: -10px;
}
.input-title{
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}
.input-title-en{
    font-size: 18px;
    white-space: nowrap;
}
.checkbox-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 1;
    align-content: center;
}
.checkbox-item{
    display: flex;
    margin: 5px 10px;
}
.checkbox-item .input-title{
    font-weight: 400;
}

.layui-form-item .checkbox-wrapper .layui-form-checkbox[lay-skin=primary] {
    margin-top: 4px;
}