html {
    background-color: #fff;
    height: 100vw;
}

html,
body,
p,
input {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}

.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.warper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.clearfix::after,
.clearfix::before {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.warper .hide {
    display: none;
}

.warper .tips {
    position: absolute;
    right: 15px;
    color: #D0B166;
    font-size: 18px;
    top: 32px
}

.warper .formWrap {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;
    font-family: 'PingFangSC-Regular,Avenir,Helvetica,Arial,sans-serif'
}

.formWrap .innerWrap {
    background: linear-gradient(180deg, transparent 60px, #fff 62px, #fff 100%);
    width: 700px;
    position: fixed;
    top: 48%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    box-shadow:0px 2px 12px 0px rgba(0,0,0,0.06);
    border-radius:4px;
    display: none;
}

.innerWrap .formHeader {
    height: 159px;
    overflow: hidden;
    position: relative;
}

.innerWrap .formHeader span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FAFAFA;
    display: block;
    height: 70px;
    width: 350px;
    z-index: 1;
}
.innerWrap .formHeader img {
    position: relative;
    z-index: 10;
}

.innerWrap .formBody {
    background: #f7f7f7;
    display: flex;

}

.formBody .formBodyLeft {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    width: 350px;
    padding: 5px 20px 0 30px;
    color: rgba(50,50,50,1);
    background: #FAFAFA;
    box-sizing: border-box;
    text-align: justify;
}
.formBody .formBodyLeft .notice {
    font-size: 14px;
    margin-bottom: 40px;
}
.checkboxItem {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}

.checkboxItem p {
    flex: 1;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #C49368;
    /*float: left;*/
}

.registerCheckbox {
    width: 14px;
    height: 14px;
    border: 1px solid #cccccc;
    margin-right: 14px;
    margin-top: 2px;
}

.registerCheckbox.checked {
    background: url(../../../images/check-select.png) no-repeat center;
    background-size: 100%;
    border: 0;
}


.warper .formBodyRight {
    width: 350px;
    background: #fff;
    padding: 10px 30px 30px 20px;
}

.warper .formBodyRight .formList.name {
    background: url(../../../images/user.png) no-repeat left center;
    background-size: 24px;

}

.warper .formBodyRight .formList.tel {
    background: url(../../../images/tel.png) no-repeat left center;
    background-size: 24px;

}

.warper .formBodyRight .formList:nth-child(3) {
    background: url(../../../images/code.png) no-repeat left center;
    background-size: 24px;

}
.warper .formBodyRight .formList:nth-child(4) {
    background: url(../../../images/code.png) no-repeat left center;
    background-size: 24px;
}
.warper .formBodyRight .formList {
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 44px;
}
.warper .formBodyRight .formList input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    outline: none;
    padding-left: 15px;
    border: 1px solid #cccccc;
    font-size: 14px;
}

.warper .formBodyRight .formList >div {
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.warper .formBodyRight .formList >div >input {
    border: 0;
    flex: 1;
    overflow: hidden;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}


.warper .formBodyRight .formList span {
    width: 94px;
    display: inline-block;
    height: 20px;
    font-size: 12px;
    color: #333333;
    border: none;
    text-align: center;
    border-left: 1px solid #DCDFE6;
    background: none;
    outline: none;
    cursor: pointer;
}

.warper .formBodyRight .formList img {
    width: 94px;
    height: 40px;
    display: block;
}

.warper .formBodyRight .errorText {
    text-align: center;
    font-size: 12px;
    color: red
}

.protocol {
    display: flex;
    align-items: center;
    justify-content: center;
}

.protocolTxt {
    font-size: 12px;
    color: #717171;
}

.protocolTxt a {
    color: #E3BB98;
    text-decoration: none;
}
.warper .formBodyRight .btn-box {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 10px;
}
.warper .formBodyRight .bnt {
    width: 135px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(315deg,rgba(196,147,104,1) 0%,rgba(227,187,152,1) 100%);
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    border: none;
    outline: none;
    cursor: pointer;
}


.warper .alertBoxFixed {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: none;
    z-index: 10010;
}

.warper .alertBox {
    position: fixed;
    width: 360px;
    background: #ffffff url('../../../images/result-bg.png') no-repeat center top;
    background-size: 360px 373px;
    border-radius: .2rem;
    box-sizing: border-box;
    padding: 30px 40px 30px;
    /* border: 0.03rem solid #F1C886; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
}

.warper .alertBox .thanks-body {
    margin: 0 auto 100px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    height: 100px;
}

.warper .alertBox .thanks-body>p {
    margin-top: 6px;
    font-size: 12px;
}

.warper .alertBox .thanks-title {
    width: 280px;
    font-size: 12px;
    color: #E3BB98;
}

.warper .alertBox .thanks-body>p>span {
    font-size: 14px;
}

.warper .alertBox .thanks-bottom>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.warper .alertBox .large-name>p:first-child {
    font-size: 12px;
    margin: 4px 0;
    text-align: center;
    color: #fff;
}

.warper .alertBox .large-name>p:last-child {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.warper .alertBox .er-code {
    width: 100px;
    min-height: 100px;
    margin: 0 auto;
}

.warper .alertBox .close {
    position: absolute;
    width: .43rem;
    right: -.41rem;
    top: -.32rem;
}

.warper .alertBox .iconSuccess {
    width: .76rem;
    padding-top: .3rem;
}

.warper .alertBox h3 {
    font-size: .32rem;
    color: #474747;
    font-weight: 500;
    margin: .08rem 0 .3rem;
}

.warper .lpBtn {
    width: 5.2rem;
    height: 1.24rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.formFooter {
    width: 794px;
}

#btn01 {
    top: 15.9rem;
}

#btn02 {
    top: 31.6rem;
}

#btn03 {
    top: 35.6rem;
}


.warper .questionnaire {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 10000;
}

#form1 {
    flex: 1;
    padding: 0 20px;
}

#form1>p {
    text-align: center;
    position: relative;
}

.subKyc {
    width: 135px;
    height: 40px;
    background: linear-gradient(315deg, rgba(196, 147, 104, 1) 0%, rgba(227, 187, 152, 1) 100%);
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    border: 0;
    margin-bottom: 20px;
    cursor: pointer;
    outline: none;    
}

.questionnaire .questionnaire_content {
    width: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40px, #ffffff 41px, #ffffff 100%);
}

.questionnaire img {
    width: 100%;
}

.questionnaire .questionnaire_content .qC_top {
    text-align: center;
    position: relative;

}

.questionnaire .questionnaire_content>p {
    padding: 0 20px;
    font-size: 12px;
    color: #C49368;
    margin-bottom: 14px;
}

.questionnaire .questionnaire_content .qC_top .quitKyc {
    position: absolute;
    font-size: 16px;
    top: 35px;
    right: 10px;
    color: #ffffff;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}


.questionnaire .questionnaire_content .qC_Box>p {
    font-size: 14px;
    text-align: justify;
    font-weight: 600;
    color: #C49368;
}

.questionnaire .questionnaire_content .qC_Box>p>i {
    font-size: 20px;
    margin-right: 10px;
}

.questionnaire .questionnaire_content .qC_Box>div {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 28px;
}

.questionnaire .questionnaire_content .qC_Box>div>div {
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 5px 0;
    cursor: pointer;
}

.questionnaire .questionnaire_content .qC_Box .radio {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(../../../images/radio.png) center center;
    background-size: 100% 100%;
}

.questionnaire .questionnaire_content .qC_Box .checkbox {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(../../../images/check.png) center center;
    background-size: 100% 100%;
}

.questionnaire .questionnaire_content .qC_Box .radio.checked {
    background: url(../../../images/radio-select.png) center center;
    background-size: 100% 100%;
}

.questionnaire .questionnaire_content .qC_Box .checkbox.checked {
    background: url(../../../images/check-select.png) center center;
    background-size: 100% 100%;
}

.questionnaire .city-box {
    display: flex;
    height: 40px;
    width: 272px !important;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    align-items: center;
    margin-bottom: 15px;
}

.questionnaire .city-box .left-box {
    height: 40px;
    width: 80px;
    border-right: 1px solid #DCDFE6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 15px;
    padding-right: 10px;
}

.questionnaire .city-box .left-box select {
    height: 40px;
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.questionnaire .city-box .left-box div {
    height: 0px;
    width: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #333333;
}

.questionnaire .city-box .real-val {
    padding-left: 15px;
}

.questionnaire .questionnaire_content .qC_Box>p>span {
    font-size: 14px;
    color: red;
    display: none;
}
#form1 >div::-webkit-scrollbar {
    width: 8px;
    background-color: #cccccc;
}
 #form1 >div::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    box-shadow: inset 0 0 6px rgba(214,168,127,.4);  
    background-color: #d8ab84;  
} 