.zycx-content {
    padding: 1rem 1rem 1.25rem 1rem;
    width: 35.5rem;
    height: 48rem;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -50%);
    opacity: 0.88;
    z-index: 9;
    padding-right: 1rem;
}

.zycx-content .bg-zycx-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 27.75rem;
    background: url(../images/zicx_main.png) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

.zycx-content .zycx-content-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 16.8125rem;
    height: 27.75rem;
    text-align: center;
}

.zycx-content .zycx-content-left .left-content {
    margin-top: 3.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.zycx-content .zycx-content-left .form-item {
    width: 15.75rem;
    height: 1.875rem;
    line-height: 1.625rem;
    background: #EAF5F1;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.125rem;
    display: flex;
}

.zycx-content .zycx-content-left .form-submit {
    margin: 0 auto;
    margin-top: 2.25rem;
    width: 7rem;
    height: 2rem;
    background: #38AAAA;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.zycx-content .zycx-content-left .form-submit {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.zycx-content .zycx-content-left .form-item span {
    /* text-align: center; */
    font-size: 0.875rem;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    /* color: #000000; */
    width: 4.75rem;
    /* border-right: 1px solid #9C8267; */
    display: inline-block;
    height: 1.75rem;
    line-height: 1.92rem;
    display: block;
}

.zycx-content .zycx-content-border {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #9C8267;
    width: 1px;
    height: 16.9375rem;
}

.zycx-content .zycx-content-left .form-item input {
    padding: 0 0.625rem;
    /* width: 82%; */
    width: 10rem;
}

.zycx-content .zycx-content-right .icon {
    width: 4rem;
    height: 5.9375rem;
    margin-right: 4.625rem;
}

.zycx-content .zycx-content-right .icon:last-child {
    margin: 0;
}

.zycx-content .zycx-content-right .right-content {
    margin: 0 auto;
    margin-top: 4.625rem;
    text-align: center;
}

.zycx-content .zycx-content-right .right-content .icon-dv {
    display: inline-block;
    width: 4.5rem;
    margin-right: 0.35rem;
    margin-left: 1rem;
}

.zycx-content .zycx-content-right .right-content .icon-dv:last-child {
    margin: 0;
}

.zycx-content .zycx-content-right .right-content p {
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    top: -1.875rem;
}

.zycx-content .zycx-content-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    /* width: 36.0625rem; */
    width: 50%;
    height: 27.75rem;
}

.zycx-content .title {
    text-align: center;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #38AAAA;
    margin-top: 4.625rem;
}

.zycx-footer {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 2.75rem;
}

.zycx-footer p {
    display: inline-block;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.zycx-footer .icon {
    display: inline-block;
    margin-right: 0.375rem;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    width: 1rem;
    height: 1rem;
    color: #9C8267;
}
.footer {
    z-index: 9;
    width: 100%;
    position: absolute;
    bottom: 5%;
}

.footer p {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F3F4F3;
    line-height: 1.75rem;
    display: none;
}
.footer div{
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F3F4F3;
    line-height: 2.5rem;
}