.ztsqbanner {
    width: 100%;
    height: 170px;
    background: url('../images/banner.png') no-repeat center top;
    color: #ffffff;
    font-family: '微软雅黑';
    box-sizing: border-box;
}

.ztsqbody {
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
}

.ztsqbody_1200 {
    width: 1200px;
    margin: 36px auto 68px;
    background: #fff;
}

.ztsqbody_1200 h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    margin-bottom: 60px;
    padding-top: 73px;
}

.ztsqbody_1200 table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.ztsqbody_1200 table tr td {
    width: 33%;
    height: 70px;
}

.ztsqbody_1200 table tr td:first-child {
    font-size: 14px;
    color: #333333;
    text-align: right;
}

.ztsqbody_1200 table tr td:first-child img {
    margin-right: 5px;
    margin-bottom: 3px;
}

.ztsqbody_1200 table tr td:last-child {
    text-align: left;
}

.ztsqbody_1200 table tr td:last-child p {
    font-size: 12px;
    color: #fe3535;
    letter-spacing: 1px;
}

.ztsqbody_1200 table tr td:last-child p img {
    margin-right: 8px;
}

.ztsqbody_1200 table tr td input {
    width: 336px;
    height: 41px;
    line-height: 41px;
    display: block;
    margin: 0 auto;
    background-color: #fdfdfd;
    border-radius: 5px;
    border: solid 1px #efe9e9;
    padding: 0 14px;
    box-sizing: border-box;
    outline: none;
    transition: all 0.3s;
}

.ztsqbody_1200 table tr td input:focus {
    background-color: #fdfdfd;
    border-radius: 5px;
    border: solid 1px #f48e53;
    box-shadow: 0 0 7px #f48e53;
}

.ztsqbody_1200 .ztsq_btn {
    width: 100%;
    text-align: center;
    padding-bottom: 56px;
    margin-bottom: 68px;
}

.ztsqbody_1200 .ztsq_btn a {
    display: block;
    width: 212px;
    height: 49px;
    background-color: #e76b23;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    line-height: 49px;
    margin: 0 auto;
    transition: all 0.5s;
}

.ztsqbody_1200 .ztsq_btn a:hover {
    background-color: #d6601b;
}

.ztsqbody_1200 .ztsq_must .error_tip {
    display: none;
}

.ztsqbody_bk {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    transition: all 0.5s;
}

.ztsqbody_bk .ztsqbody_errordiv {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 207px;
    background-color: #ffffff;
    border: 1px solid #eee;
    box-shadow: -1px 5px 10px 0px rgba(26, 26, 26, 0.16);
    margin-left: -200px;
    margin-top: -103px;
}

.ztsqbody_bk .ztsqbody_errordiv p {
    padding-top: 30px;
    text-align: center;
}

.ztsqbody_bk .ztsqbody_errordiv p img {
    margin: 16px auto 25px;
}

.ztsqbody_bk .ztsqbody_errordiv h5 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333333;
}