body{ margin:0; padding:0; }
*{ box-sizing: border-box;}
img{ max-height: 100%; max-width: 100%; }
.warp_box{
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.warp_top{
    background-color: rgb(52 255 41);
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.warp_top img{ max-height: 70px; }
.warp_top h4{
    margin: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 2.125rem;
    line-height: 1.235;
    letter-spacing: 0.00735em;
    font-weight: 700;
}
.warp_top h4.top_title1{
  margin:8px 0px 0px;
}
.warp_top p{
    margin: 8px 0px 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.03333em;
    font-size: 1rem;
}
.warp_bottom{
    background-color: rgb(2, 0, 2);
    padding: 16px 160px;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;

}
.pin_img{ width: 250px; height: 250px; margin: auto;}
.pin_title{
    margin: 8px 0px 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.03333em;
    padding-left: 0px;
    padding-right: 0px;
    color: rgb(239, 232, 232);
    font-size: 1rem; 
}

.form_box{margin-top: 16px; margin-bottom: 16px;}
.form_box form{    
    display: flex;
    text-align: center;
}
.form_input{
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 5px 0px 0px 5px;
}
.form_input input{
    border: 0px;
    box-sizing: border-box;
    background: none;
    /*height: 1.4375em;*/
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    padding: 8.5px 14px;
    height: 40px;
    font-size: 15px;
}
input:focus {
  outline: none;
}
.form_btn{
    min-width: 64px;
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(52 255 41);
    margin: 0px 0px 0px -5px;
    text-decoration: none;    
    border-radius: 0px 5px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
}
.form_btn:hover{background-color: rgb(59 203 51);}
.form_box svg{
    font-size: 1.5rem;
    width: 18px;
    height: 18px;
}

.form_box2 label.label_title{ color:#333; margin: 15px 0 5px 0; display: flex;}
.bx_form_relative{ position: relative; }
.bx_form_relative span{ color:#666666; left: 12px; position: absolute; top: 45%; transform:translateY(-50%); }
.bx_form_relative input{ padding:15px 12px 15px 12px; border-radius: 6px; border:1px solid #e5e6eb; width: 100%;font-size: 14px;}
.bx_form_relative input#name{padding:15px 12px 15px 32px;}
.bx_form_relative input::placeholder{ color:#999; }

#tishi_code{ font-size:14px; color:#f00; margin-top:5px; display: none; transition: 0.3s ease;}

.result_page{ background: #f5f7fa; }
.warp_middle{background-color: #f5f7fa; padding:30px 0; border-top:1px solid #000;}
.result_box{padding: 40px 25px; max-width: 500px; margin: auto; /*box-shadow: 0px 0px 16px 3px #c7c7c7;*/ border-radius: 7px; background: #fff; border:1px solid #e5e6eb;}
.result_box h2{ margin:0 0 30px 0; text-align: center; text-transform: uppercase;}
.result_box .result_info{ padding: 15px 0; border-bottom: 1px dotted #666; margin-top: 10px; }
.result_box .result_info span{ font-weight: bold; text-transform: uppercase; margin-right: 20px;}
.result_box p{ font-size:15px; line-height: 25px; color:#666; }

.public_head{background-color: rgb(52 255 41);}
.head_logo{ height: 64px; display: flex;align-items: center; justify-content: center; }
.head_logo img{ max-height:50px; }

.oopspage{ display: flex; align-items: center; justify-content: center; flex-direction: column; padding:50px 20px; text-align: center;}
.not_foundt{
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color:#f00;
}

.successmsg{ text-align: center; padding: 50px 20px;}
.success_body a{color:#f00;}

.vapecheck img{ max-height: 50px; }
.warp_top h3{
    margin: 8px 0px 8px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.525rem;
    line-height: 1.235;
    letter-spacing: 0.00735em;
    font-weight: 700;
}
.form_box2{ padding:40px 0; max-width: 500px; margin: auto; border-radius: 7px; background: #fff; border:1px solid #e5e6eb; padding: 40px 25px; }
.form_box2 .input_wrap{ margin-top: 20px; }
.form_box2 .input_wrap input{    
    display: block;
    min-width: 0px;
    width: 100%;
    padding: 0 14px;
    height: 50px;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 6px;
    border:1px solid #e5e6eb;
}
.phone-country-wrapper{ margin-top: 20px; border-radius: 8px; overflow: hidden;display: flex; background: #fff; height: 50px;}

/* 国家下拉框样式 */
.country-select {
    padding: 0 15px;
    font-size: 18px;
    background-color: transparent;
    color: #000;
    border: none;
    border-right: 1px solid #fff; /* 分隔线 */
    outline: none;
    cursor: pointer;
    width: 150px;
}
.country-select option {
    background-color: #1a1a1a; /* 下拉选项深色背景 */
    color: #fff;
}

/* 手机号输入框 */
.phone-country-wrapper #phone {
    flex: 1; /* 占满剩余宽度 */
    padding: 0 14px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    outline: none;
}

.terms-container{margin-top: 20px; display: flex; align-items: center}
.label_agree{ font-size:15px;}
/* 👇 这里是修改后的 checkbox 样式 👇 */
.terms-container input[type="checkbox"] {
    width: 17px;
    height: 17px;
    appearance: none;        /* 清除原生样式 */
    -webkit-appearance: none;
    background: transparent;/* 透明背景 */
    border: 2px solid #333; /* 白色边框 */
    border-radius: 3px;     /* 轻微圆角 */
    cursor: pointer;
    position: relative;
    margin:0 12px 0 0;
}
/* 勾选后的白色对勾 */
.terms-container input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form_box2 .submit_wrap{ margin-top: 40px; border-radius: 8px; overflow: hidden;}
.submit_btn{
    width: 100%;
    height: 50px;
    padding: 0 14px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.submit_btn:hover{ background: #000; color:#fff; }

.warp_header {background: #f5f7fa;padding: 10px;}
.index_header{background: #34ff29;}
.change-language-info{ display: flex; justify-content: flex-end;}
.change-language-info ul{ margin:0 15px; list-style: none; padding: 0;}
.change-language-info a{ text-decoration: none; color: #000;}


@media (max-width: 991px){
  .warp_top h4{font-size: 1.325rem; line-height: 1.535;}
  .warp_middle { padding: 30px 20px; }
  .warp_bottom{ padding: 16px 20px;}
}