﻿.content {
    width: 1320px;
    margin: auto;
}

.title1 {
    width: 100%;
    padding-top: 58px;
    padding-bottom: 99px;
    box-sizing: border-box;
    background-color: #F8F8F8;
}

.box1 {
    display: flex;
    margin-bottom: 26px;
}

.box1 p a {
    font-size: 16px;
    color: #999999;
}

.box1 h1 a {
    font-size: 16px;
    color: #74BB32;
}

.box2 h1 {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
}

.box2 h2 {
    font-size: 60px;
    color: #74BB32;
    text-transform: uppercase;
    margin-top: 3px;
}

.liucheng li a img {
    width: 75px;
    height: 75px;
    margin-bottom: 18px;
}

.liucheng li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.liucheng li a h1 {
    font-size: 20px;
}

.liucheng p {
    margin-top: 17px;
    font-size: 30px;
}

.liucheng {
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
}

/* 填写资料 */
.zl {
    margin-top: 80px;
}

.zl .content {
    display: flex;
    justify-content: space-between;
}

.zl_l {
    width: 846px;
}

.zl_l .biaodan {
    width: 748px;
}

.zl_l .biaodan h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 63px;
}

.zl_l .biaodan input {
    box-sizing: border-box;
    padding-left: 26px;
    width: 100%;
    height: 55px;
    border: none;
    background-color: #EEE;
    margin-bottom: 45px;
    line-height: 56px;
padding-top: 4px;
font-size: 18px;
}

.zl_l .biaodan input::placeholder{
    font-size: 18px;
}
.zl_l .biaodan input::placeholder {
    color: #000;
}

.zl_l .biaodan button {
    width: 100%;
    background-color: #74BB32;
    border: none;
    height: 55px;
    color: white;
    font-size: 18px;
}

.zl_l .biaodan p {
    color: #D61A1A;
    font-size: 22px;
    margin-top: 37px;
}

.zl_l .quanyi h1 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 110px;
    margin-bottom: 32px;
}

.zl_l .quanyi h2 {
    font-size: 22px;
    margin-bottom: 6px;
}

.zl_l .quanyi p {
    font-size: 20px;
    letter-spacing: 1px;
}

.zl_l .quanyi a {
    color: #D61A1A;
}

.zl_r {
    width: 427px;
}

.zl_r .title {
    width: 100%;
    height: 62px;
    text-align: center;
    color: white;
    font-size: 24px;
    border-radius: 5px;
    line-height: 62px;
    background-image: linear-gradient(to bottom, #74BB32, #28AB35);
}

.zl_r ul {
    padding: 25px 20px 20px 21px;
    background-color: #F8F8F8;
    box-sizing: border-box;
}

.zl_r ul li a {
    display: flex;
    margin-bottom: 22px;
}

.zl_r ul li:last-child a {
    margin-bottom: 0;
}

.zl_r ul li a .yly_l {
    width: 150px;
    height: 78px;
}

.zl_r ul li a .yly_r {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.zl_r ul li a .yly_r h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 18px;
}

.zl_r ul li a .yly_r p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    color: #666666;
}

.zl_r .imgbox {
    width: 675px;
    transform: translate(-20%, 4px);
}