.ct2 {
    background: #F5F7F8;
}

.ct2 .zuo {
    background: #486A00;
    padding: 80px 40px 40px;
    width: 37.86%;
}

.ct2 .zuo .logo3  {
    width: auto;
    height:34px;
    margin-bottom: 38px;
}
.ct2 .zuo .logo3 img{
    height:100%;
    width:auto;
}

.ct2 .zuo dl {
    color: #fff;
    margin-bottom: 30px;
}

.ct2 .zuo dt {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.ct2 .zuo dd {
    opacity: 0.8;
    letter-spacing: 1px;
    color: #fff !important;
}

.ct2 .zuo dd a,.ct2 .zuo dd *{ color: #fff !important;}


.ct2 .you {
    flex: 1;
    margin-left: 10px;
    padding: 72px 56px 86px;
    background: #fff;
}

.ct2 .you .required-tip {
    margin-top: 15px;
}

.ct2 .you .required-tip span {
    color: #FF0000;
}

.ct2 .you form {
    display: block;
    width: 100%;
    border-top: 1px dashed #486A00;
    margin-top: 40px;
    padding: 8px 0 0;
}

.ct2 .you .ev {
    padding: 18px 0 0;
    display: block;
}

.ct2 .you .ev .tip3 {
    margin-bottom: 12px;
}

.ct2 .you .ev.check .tip3::after {
    content: '*';
    color: #FF0000;
}

.ct2 .you .ev input,
.ct2 .you .ev textarea {
    height: 40px;
    display: block;
    width: 100%;
    border-radius: 4px;
    outline: none;
    border: none;
    background: #F2F3F5;
    padding: 0 1em;
}

.ct2 .you .ev textarea {
    height: 140px;
    resize: none;
}

.ct2 .you .C-btn2 {
    margin-top: 19px;
}

.tishi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.tishi .ti_con {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.tishi .ti_con .con {
    background: #fff;
    padding: 0.5rem;
    border-radius: 10px;
}

.tishi .ti_con .con .ti2 {
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
}


/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1680px) {}
@media screen and (max-width:1500px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1025px) {
    .ct2 .zuo {
        padding: 40px 5%;
        width: 100%;
    }
    .ct2 .you {
        flex: none;
        width:100%;
        margin-left: 0;
        padding: 42px 5%;
    }
    .ct2 .zuo .logo3  {
        height:28px;
        margin-bottom: 28px;
    }
}
@media screen and (max-width:800px) {}
@media screen and (max-width:480px) {
    .ct2 .you .ev {
        padding: 10px 0 0;
    }
}
