* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    list-style: none;
    text-decoration: none;
}

body {
    background: #F6F6F6;
    min-height: 100vh;
    background: #fff;
}

.container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.head {
    position: relative;
}

.head img {
    width: 100%;
}
.ml20{
    margin-left: 40px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.head .img-str {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    /* color: #fff;
    font-size: 30px; */
    text-align: center;
    width: 80%;
    letter-spacing: 0.3em;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.head .img-str .p-item{
    display: flex;
    flex-direction: column;
}
.head .img-str .p-text {
    color: #fff;
    font-size: 32px;
    line-height: 50px;
    font-weight: 700;
    display: flex;
    justify-content: space-around;
}
.head .img-str .p-text2 {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.head .img-str .p-item:first-child .p-text2{
    padding-left: 0;
}
/* .head .img-str strong{
    font-size: 40px;
} */

.head .advan-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    padding: 14px 0;
    width: 92%;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5)
}

.head .advan-box .advan_list {
    display: flex;
    flex-wrap: nowrap;
}

.head .advan-box .advan_list li {
    box-sizing: border-box;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head .advan-box .advan_list li img {
    width: 60px;
}


.head .advan-box .advan_list li strong {
    color: #c51f2b;
}

ul {
    list-style: none;
}

.head .advan-box .advan_list li span {
    padding-top: 4px;
}

.del {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
}

.data-title {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.emain {
    width: 100%;
    
    background-color: #fff;
    border-radius: 12px;
}

.emain .title-img {
    width: 100%;
}

.emain .title-img img {
    height: 50px;
    margin-top: -14px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.emain .tips {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    font-size: 14px;
    line-height: 24px;
    margin-top: 22px;
    white-space: nowrap;
}

.emain .tips .e-text-1 {
    font-weight: 700;
    text-align: center;
}

.emain .tips .e-text-1-1 {
    color: #000;
}

.emain .tips .e-text-1-2 {
    color: #c51f2b;
}

.emain .tips .p-1 {
    color: #4B4B4B;
    text-align: center;
}


.emain .form {
    /* padding: 8%; */
}


.emain .form-item {
    box-sizing: border-box;
    /* padding: 12px 0; */
    /* display: flex; */
    /* align-items: center; */
    box-sizing: border-box;
    /* border-bottom: 1px solid #E9E9E9; */
}

.emain .form-item label {
    width: 100%;
    display: inline-block;
    flex-shrink: 0;
    color: #555;
    font-size: 14px;
    white-space: nowrap;
    padding-left: 18px;
    margin-top: 18px;
    margin-bottom: 5px;
}

.emain .form-item .msg-item {
    display: inline-block;
    width: 100%;
    flex-shrink: 1;
    position: relative;
    background-color: #F8F9FB;
}

.emain .form-item .msg-item>input {
    width: 100%;
    border-radius: 10px;
    height: 36px;
    border: none;
    padding: 8px 10px;
    /* box-sizing: border-box; */
    background-color: inherit;
    padding-left: 18px;
}

.emain .form-item .msg-item .icon-down {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.checkbox,
.radiobox {
    width: 100%;
   display: flex;
   flex-wrap: wrap;
   padding-left: 18px;
   gap: 12px;
   padding-top: 8px;
   padding-bottom: 8px;
}

.checkbox .checkbox-item,
.radiobox .radio-item {
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    border: 1px solid #474747;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}


.checkbox .checkbox-item.selected,
.radiobox .radio-item.selected {
    border-color: #6694F2;
    color: #6694F2;
    background-color: #EDF1FA   ;
}



.emain .form-item .msg-item .val_btn {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #E15442;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 14px;
    width: auto !important;
    cursor: pointer;
    border: none !important;
}


.submit {
    background-color: #33ABA0;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 100%;
   
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    border: none;
    margin-top: 14px;
    margin-bottom: 14px;
    background-color: #296BEF;
}

.protocol_box {
    font-size: 12px;
    padding-left: 18px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    /* text-align: center; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
  
}

.protocol_box #confirm_protocol {
    display: inline;

}

.protocol_box .label {
    display: inline;
    color: #A9A9A9;
    margin-left: 6px;
}

.protocol_box .label .protocol {
    color: #5DACEE;
}


.about-box {
    position: relative;
    background-color: #F4F4F4;
    padding-bottom: 50px;
}

.about-box h2,
.process-box h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-box .about-box-2 {}

.about-box-2 .about-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 3%;
    padding-right: 3%;
}

.about-box-2 .about-list li {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.about-list li img {
    width: 100%;
}

.about-list li .about-txt-2 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
}

.about-list li .about-txt-3 {
    padding-top: 4px;
    color: #000;
    font-size: 12px;
}

.about-list li .about-txt-3 strong {
    color: #c51f2b;
}

.banner img {
    width: 100%;
}

.process-box {
    padding-bottom: 50px;
}

.process-box .banner {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}


.warm-tips {
    background-color: #f4f4f4;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    /* padding-top: 20px; */
    /* padding-bottom: 30px; */
}

.warm-tips .t-name {
    color: #000;
    font-weight: 700;
}

.warm-tips p {
    color: #929292;
}


.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#distpicker-box,#posted-fail,#posted-success {
    display: none;
}

#distpicker-form,#posted-fail .ps-content,#posted-success .ps-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 86%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
}

#distpicker-form select {
    width: 92%;
    height: 40px;
    border: 1px solid #bebebe;
    padding: 0 10px;
    background-color: transparent;
    color: #979797;
    font-size: 14px;
    transition: .4s all;
    /* background: url(../images/drop-down.png) transparent 95% center no-repeat; */
}

#distpicker-form #confirm {
    cursor: pointer;
    background-color: #33ABA0;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 99999px;
}

#distpicker-form .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.privacy-box .privacy-box-1 {
    background-color: #fff;
    width: 90%;
    height: 90vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    overflow: hidden;
}

.privacy-box .privacy-box-1 .privacy-main {
    padding: 12px 16px;
    height: calc(100% - 100px);
    overflow: scroll;
}

.privacy-box .privacy-box-1 .privacy-main h1 {
    text-align: center;
    margin-bottom: 20px;
}

.privacy-box .privacy-box-1 .privacy-main h2 {
    margin-bottom: 10px;

    margin-top: 10px;
}

.privacy-box .privacy-box-1 .privacy-main p {
    text-indent: 2em;
    line-height: 26px;
}

.privacy-box {
    display: none;
}

/* .privacy-box .privacy-box-1 .privacy-main */


.privacy-box-1 .readed {
    height: 50px;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 99999px;
    text-align: center;
    background-color: #296BEF;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#posted-fail .ps-content,#posted-success .ps-content{
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

#posted-fail .ps-content>h2,#posted-success .ps-content>h2{
text-align: center;
font-weight: 700;
color: #000;
font-size: 22px;
}

#posted-fail .ps-content>p,#posted-success .ps-content>p{
    font-size: 16px;
}

#posted-fail .ps-content>.knowed,#posted-success .ps-content>.knowed{
    border-radius: 12px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #fff, #F3680D);  
    width: 200px;
    height: 40px;
    margin-top: 16px;
}


#loan_money{
    width: 100%;
    border: none;
    background-color: transparent;
    padding:  8px 18px;
}