*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
img{
    width: 100%;
height: auto;
}
body{
    padding: 40px;
    background: #fff;
    font-family: 'Noto Sans SC',"Arial","Helvetica Neue", Helvetica,sans-serif;
}
html{
    background: #fef3f7;
}
@media screen and (min-width: 820px) {
    body{
        max-width: 820px;
        margin: 0 auto;
       
    } 
    hr{
        width: 820px;
        height: 6px;
        background: #fef3f7;
        position: relative;
        left: -40px;
        margin-top: 50px;
        border: none;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 820px) {
    body{
        max-width: 820px;
        margin: 0 auto;
       width: 100%;
       padding: 30px;
    } 
    hr{
      width: calc(100% + 60px);
    height: 6px;
    background: #fef3f7;
    position: relative;
    left: -30px;
        margin-top: 50px;
        border: none;
        margin-bottom: 50px;
    }
}
.container{
overflow: visible;
padding: 0 1px;
}
h1{
    font-size: 24px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

label{
   display: block;
    color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  margin-bottom: 30px;
}
.question{
    display: block;
    color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  margin-bottom: 30px;
}
label input{
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
label input:focus{
    outline: none;
    border: 1px solid #fabe7e;
    box-shadow: 0 0 0 2px rgba(249, 220, 114, 0.2); 

}
label input::placeholder{
    color: rgba(0, 0, 0, 0.25);
}
ol li{
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 32px;
}
ol li label{
margin-bottom: 0;
margin-top: 16px;
font-size: 16px;
font-weight: 300;
}
.question label{
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 300;
    }
ol li label  input{
    display: inline-block;
    width: auto;
    margin-right: 6px;
    transform: scale(1.2);
    border: 0.5px solid rgba(0, 0, 0, 0.2);
}
.question label  input{
    display: inline-block;
    width: auto;
    margin-right: 6px;
    transform: scale(1.2);
    border: 0.5px solid rgba(0, 0, 0, 0.2);
}
ol li i{
    display: block;
    font-style: normal;
    font-size: 15px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}
#btn{
    width: 50%;
    min-width: 260px;
    margin: 0 auto;
    margin-top: 50px;
}
#btn button{
    width: 100%;
    display: block;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    background: #fb9900;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
#btn button:hover{
    opacity: .6;
}
#phoneTip{
    color: red;
    font-size: 14px;
    font-weight: 300;
    margin-top: 6px;
}
#tip{
    width: calc(100% - 80px);
    max-width: 740px;
    position: fixed;
    z-index: 9999;
    top: 0;
    background: #fff;
    height: 100vh;
}
#tip .text{
    padding: 50px 0;
    display: flex;
    flex-direction: column;
}
#tip .title{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
    line-height: 30px;
}
#tip .des{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    line-height: 30px;
    text-align: justify;
}
.ma_text{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    line-height: 36px;
    text-align: center;

}
.ma{
    display: block;
    width: 60%;
    margin: 0 auto;
}