@charset "UTF-8";
.mask-modul {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.mask-modul:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.agreement-modul {
    vertical-align: middle;
    display: inline-block;
    width: 608px;
    height: 545px;
    border-radius: 5px;
    background: url(../images/hetong-bg.png) center no-repeat;
    position: relative;
    text-align: left;
}

.modul-btn {
    display: block;
    width: 420px;
    height: 35px;
    border-radius: 9px;
    background: #ffeee2;
    border: 1px solid #f5dbc9;
    font-size: 16px;
    color: #f69e60;
    text-align: center;
    line-height: 31px;
    margin: 0 auto;
    margin-top: 200px;
}

.input-item {
    width: 420px;
    height: 45px;
    margin-top: 15px;
    position: absolute;
    left: 95px;
    display: flex;
}

.input-item:nth-child(2) {
    margin-top: 68px;
}

.input-item:nth-child(3) {
    margin-top: 121px;
}

.input-item h3 {
    font-size: 20px;
    font-weight: 400;
    width: 160px;
    line-height: 40px;
}

.input-item input {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #cdd1d7;
    background: #f6f7fb;
    outline: none;
    text-indent: 1em;
    font-size: 16px;
    margin-left: 40px;
    color: #444;
}

input::-webkit-input-placeholder {
    color: #c9c9c9;
    font-size: 16px;
}

.hetong-btn-item {
    display: -webkit-flex;
    display: flex;
    /* align-items: center; */
    margin: 184px 54px;
}

.hetong-btn {
    width: 168px;
    height: 42px;
    border-radius: 6px;
    border: 0px solid #cdd1d7;
    font-size: 16px;
    line-height: 32px;
    margin: 0px auto;
}

.hetong-btn:nth-child(1) {
    background: #e5eafe;
    color: #4a6bf7;
}

.hetong-btn:nth-child(2) {
    background: #3f63f7;
    color: #fff;
}

/*协议*/
.agreement-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 1000;
    overflow: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.agreement-wrap-content {
    width: 840px;
    height: 80%;
    padding: 60px 34px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box; }

.agreement-wrap-content-txt {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    /* background: #eee; */
    padding: 0 30px; }

.agreement-content {
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;}

.agreement-wrap-content-txt {
    width: calc(100% - 48px);
    padding-right: 48px;
    height: 100%;
    overflow: hidden;
}

.agreement-content {
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.close-mask {
    position: absolute;
    right: 48px;
    top: 40px;
    border: none;
    outline: none;
    padding: 0;
    background: none;
    cursor: pointer;
}
.close-mask i {
    font-size: 12px;
    color: #1c262f;
    font-weight: bold;
}

.agreement-modul-btn {
    display: block;
    width: 182px;
    height: 38px;
    border-radius: 19px;
    background: #ff4f2c;
    font-size: 14px;
    color: #ffe2ca;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
    margin-top: 8px;
}

.agreement-content h1 {
    font-size: 36px;
    color: #0f0e0e;
    font-weight: 600;
    line-height: 80px;
    text-align: center;
}

.agreement-content h2 {
    font-size: 14px;
    color: #444;
    line-height: 38px;
    font-weight: 600;
}

.agreement-content h3 {
    font-size: 14px;
    color: #444;
    line-height: 32px;
    font-weight: 600;
}

.agreement-content p {
    font-size: 14px;
    color: #444;
    line-height: 32px;
}

.agreement-content strong {
    font-size: 14px;
    color: #0f0e0e;
    font-weight: 600;
    line-height: 32px;
}

.txtidt {
    text-indent: 2em;
}

.txtidt4 {
    text-indent: 4em;
}

.w500 {
    display: inline-block;
    width: 48%;
}

.w30 {
    display: inline-block;
    width: 30px;
}

.w20 {
    display: inline-block;
    min-width: 30px;
}

.underline {
    border-bottom: 1px solid #444;
    line-height: normal;
}

.signet {
    display: flex;
    margin-top: 32px;
    margin-bottom: 36px;
}

.signet-logo {
    position: relative;
    margin-top: 20px;
}

.signet-logo img {
    width: 220px;
    height: 206px;
}

.agreement-info {
    justify-content: space-between;
    width: 50%;
    margin-top: -80px;
}
.agreement-date {
    justify-content: space-between;
    width: 50%;
    margin-top: -80px;
}