﻿/* 营销落地页css */

.main {
    max-width: 750px;
    margin: auto;
    position:relative;
}

.section {
    position: relative;
    width: 100%;
}

.section-bg {
    z-index: -1;
}

.section2-wrap {
    height: 96%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.section10-wrap {
    height: 80%;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
}

.zx-form-wrap {
    width: 91%;
    position: absolute;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0.04rem 0.01rem 0.1rem #19537a;
}

.zx-form-content {
    position: absolute;
    width: 84.7%;
    height: 86%;
    color: #666666;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.zx-form-title .txt {
    text-align: center;
}

.zx-form-title .txt1 {
    font-size: 0.23rem;
    font-weight: bold;
}

.zx-form-title .txt1 .span1 {
    color: #C90808;
}

.zx-form-title .txt1 .span2 {
    color: #246CE4;
}

.zx-form-title .txt2 {
    font-size: 0.14rem;
}

.zx-form-title .txt2 span {
    color: #C90808;
}

.zx-form-inputGroup {
    margin-top: 6%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zx-form-inputWrap, .zx-form-btn {
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 10px;
}

.zx-form-inputWrap {
    display: flex;
    border: 1px solid #C6C6C6;
    overflow: hidden;
    padding: 0 0.1rem;
}

.zx-form-inputWrap text {
    margin-left: 0.1rem;
    font-size: 0.14rem;
}

.zx-form-inputWrap .left {
    /*margin-left: 0.1rem;*/
    font-size: 0.14rem;
    width: 0.7rem;
    display: flex;
    justify-content: space-between;
}

.zx-form-inputWrap span {
    color: red;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #666666;
    font-size: 0.1rem;
}

.zx-form-inputWrap input {
    /*flex: 1;*/
    width: 70%;
    height: 100%;
    font-size: 0.14rem;
    /*padding: 0 0.1rem;*/
}

.zx-form-btn {
    background-color: #C90707;
    color: #ffffff;
    font-size: 0.2rem;
    text-align: center;
    padding-right: 0.1rem;
}
