.form1-icon-phone {
    width: 15px;
    height: 21px;
    background: url("/images/modal/icon-phone.png") no-repeat top left;
    background-size: cover;
}
.form1-icon-location {
    width: 18px;
    height: 20px;
    background: url("/images/modal/icon-location.png") no-repeat top left;
    background-size: cover;
}
.form1-icon-person {
    width: 18px;
    height: 21px;
    background: url("/images/modal/icon-person.png") no-repeat top left;
    background-size: cover;
}
.form1-arrow-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 13px;
    height: 8px;
    background: url("/images/modal/icon-arrow.png") no-repeat top left;
    background-size: cover;
    cursor: pointer;
}
.modal-page-cover {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8888;
}
#modal-form1 {
    width: 540px;
    height: 380px;
    border-radius: 8px;
}
#modal-form2 {
    width: 540px;
    padding-bottom: 45px;
    border-radius: 8px;
}
#modal-form3 {
    width: 540px;
    /* height: 447px; */
    padding-bottom: 40px;
    border-radius: 8px;
}
.modal-form1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 40px;
    background: #ffffff;
    background-image: url("/images/modal/bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 8px;
    width: 540px;
    /* height: 447px; */
    padding-bottom: 40px;
    border-radius: 8px;
}
.modal-agreement-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding-left: 53px;
    padding-top: 76px;
    background: #ffffff;
    background-image: url("/images/modal/bg1.png");
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 8px;
}
#modal-agreement-content {
    width: 500px;
    height: 300px;
    border-radius: 8px;
}
.form1-close-icon {
    position: absolute;
    width: 10px;
    height: 10px;
    background: url("/images/modal/icon-close.png") no-repeat top left;
    background-size: cover;
    top: 13px;
    right: 16px;
    cursor: pointer;
}
.modal-form1-title {
    height: 26px;
    padding-bottom: 30px;
    font-size: 26px;
    font-family: FZLTDHJW-GB1-0, FZLTDHJW-GB1;
    font-weight: bold;
    color: #14192e;
}
.modal-form1-title-margin {
    margin-bottom: 30px;
}
.modal-agreement-title {
    height: 26px;
    font-size: 26px;
    padding-bottom: 18px;
    font-family: FZLTDHJW-GB1-0, FZLTDHJW-GB1;
    font-weight: normal;
    color: #14192e;
}
.modal-form1-subtitle {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #75797e;
    line-height: 20px;
    margin-bottom: 26px;
}
.modal-form1-item {
    position: relative;
    box-sizing: border-box;
    width: 340px;
    height: 48px;
    display: flex;
    align-items: center;
    background: #f8fafb;
    border-radius: 4px;
    padding: 14px;
    margin-bottom: 12px;
}
.modal-form1-item input {
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #75797e;
    flex: 1;
    background-color: transparent;
}
.form1-input-icon {
    margin-right: 14px;
}
.modal-access-city {
    cursor: pointer;
    margin-bottom: 20px;
}
.modal-agreement-checkbox {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 50%;
    background: url("/images/modal/icon-check-false.png") no-repeat top left;
}
.modal-agreement-checked {
    background: url("/images/modal/icon-check-true.png") no-repeat top left;
}
.modal-agreement {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #75797e;
    height: 15px;
    line-height: 15px;
    margin: 10px 0px;
    text-align: center;
}
.modal-agreement-plus {
    margin-bottom: 40px;
    font-size: 14px;
}
.modal-agreement-btn-wrapper {
    width: 382px;
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.not-agreement-btn {
    width: 180px;
    height: 48px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #14192e;
    line-height: 22px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #d5d5d5;
}
.agreement-btn {
    width: 180px;
    height: 48px;
    font-size: 16px;
    cursor: pointer;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 22px;
    border: 0;
    background: #3a85f1;
    border-radius: 4px;
}
.modal-link {
    cursor: pointer;
    color: #5fd1f9;
}
.modal-submit-btn {
    display: block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    background: #3a85f1;
    border-radius: 4px;
    margin-left: 80px;
}
.modal-default-city {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #75797e;
}

.modal-agreement-text{
    /* color: #ffffff; */
}