body {
    position: relative;
}
.main {
    background: url(../images/ysqgk/ysqgkbg.png) no-repeat;
    background-size: 100%;
    min-height: 400px;
    border-top: 1px solid transparent;
}
.main-top {
    margin: 70px 0 0 110px;
}
.main-top img:first-child {
    margin-right: 40px;
}
.main-center {
    margin-top: 80px;
    padding: 20px;
    background: #fff;
}
.crumbs {
    font-size: 16px;
    padding-bottom: 18px;
}
.m-c-details {
    padding: 20px 20px 40px;
    border: 1px solid #e5e5e5;
}
.ysqgk {
    height: 41px;
    line-height: 41px;
    background: #f2f2f2;
    font-size: 18px;
    margin-top: 5px;
}
.ysqgk span {
    background: #2778bd;
    color: #fff;
    display: block;
    height: 41px;
    line-height: 41px;
    width: 175px;
    text-align: center;
}
.details form {
    font-size: 16px;
}
.title {
    color: #969494;
    padding: 36px 0 36px 60px;
    font-size: 14px;
}
.title span {
    color: #7190bd;
    font-size: 18px;
    margin-right: 100px;
}
.nature {
    padding-left: 32px;
}
.nature p {
    margin-right: 30px;
}
.nature span {
    margin-right: 20px;
}
.nature strong {
    font-weight: normal;
}
.nature span input {
    margin-right: 10px;
    background: #fff;
}
.nature div {
    font-size: 14px;
    color: #969494;
    margin-left: 30px;
}
.group-lists {
    padding: 16px;
}
.group-lists > .option {
    width: 100%;
}
.group-lists > .option > .group-item {
    float: left;
    width: 48%;
    margin-right: 4%;
    height: 38px;
    line-height: 38px;
    margin-top: 8px;
}
.group-lists > .option > div.nomgrt {
    margin-right: 0;
}
.group-lists .option01 {
    display: block;
}
.group-lists .option02 {
    display: none;
}
.flex {
    overflow: hidden;
}
.flex > * {
    float: left;
    margin-right: 1%;
}
.form-group {
    width: 48%;
    height: 38px;
    line-height: 38px;
    margin-top: 8px;
}
.group-item label,
.form-group label {
    width: 21%;
    display: block;
    text-align: right;
    padding-right: 10px;
    height: 100%;
    background: #f5f5f5;
    color: #595959;
    padding-left: 15px;
}
.group-item input {
    height: 100%;
    width: 74%;
    outline: none;
    border: 1px solid #eeeeee;
    padding: 0 15px;
}
.group-item span,
.form-group span {
    color: #ff0606;
}
.height76 {
    height: 76px;
}
.form-group {
    width: 100%;
    padding: 0 16px;
}
.form-group label {
    width: 10.5%;
}
.form-group textarea {
    width: 83%;
    padding: 0 15px;
    outline: none;
    border: 1px solid #eeeeee;
}
.form-group p {
    float: left;
    margin-left: 30px;
}
.form-group p input {
    margin-right: 10px;
}
.form-group select {
    width: 260px;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #eeeeee;
    padding-left: 15px;
    margin-left: 1%;
    outline: none;
}
.yzm input {
    width: 106px;
    height: 100%;
    padding: 0 15px;
    outline: none;
    margin-left: 1%;
    border: 1px solid #eee;
}
.yzm div {
    margin-left: 20px;
    height: 100%;
}
.yzm a {
    color: #254e6d;
    margin-left: 20px;
}
.submit {
    text-align: center;
    margin-top: 50px;
}
.submit > button {
    width: 240px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #aeaeae;
    border: 0;
    outline: none;
    border-radius: 10px;
    font-size: 18px;
}
.submit > button:first-child {
    background: #2778bd;
    margin-right: 25px;
}
#bg {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 100;
}
.zzc {
    display: block;
    width: 52%;
    height: 600px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    left: 24%;
    top: 2%; 
    z-index: 110;
}
.zzc-title {
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #216db0;
    color: #fff;
    font-size: 27px;
    border-radius: 10px;
}
.zzc-details {
    padding: 20px;
    margin: 25px;
    border: 1px solid #ccc;
}
.zzc-details p {
    text-indent: 2em;
    line-height: 28px;
}
.zzc-details div {
    line-height: 28px;
}
.zzc-btn button {
    display: block;
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    outline: none;
    border: 0;
    background: #216db0;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    margin: 20px auto 0;
}
.zzc-details p:first-child {
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .main {
        background-size: 100% 300px;
    }
    .main-top {
        margin: 20px 0 0;
        text-align: center;
    }
    .main-top img:first-child {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .main-center {
        margin-top: 20px;
        padding: 10px;
    }
    .m-c-details {
        padding: 10px 10px 20px;
    }
    .title {
        padding: 10px 15px;
    }
    .title span {
        margin-right: 20px;
    }
    .nature p {
        width: 100%;
        padding-bottom: 10px;
        margin-right: 0;
    }
    .nature {
        position: relative;
        padding-bottom: 10px;
        padding-left: 0;
    }
    .nature div {
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 0;
    }
    .group-lists {
        padding: 0;
    }
    .group-item label, 
    .form-group label {
        padding: 0 5px;
        width: 30%;
    }
    .group-item input {
        width: 60%;
    }
    .form-group {
        padding: 0 5px;
    }
    .group-item,
    .form-group {
        width: 100%;
        height: auto;
    }
    .form-group label {
        width: 100%;
        height: 38px;
        line-height: 38px;
        text-align: left;
        padding-left: 14px;
        margin-bottom: 10px;
    }
    .form-group textarea {
        width: 96%;
    }
    .height76 {
        height: auto;
    }
    .form-group select {
        width: 100%;
        margin: 0;
        height: 38px;
    }
    .yzm input,
    .yzm div {
        height: 38px;
    }
    .submit {
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
    }
    .submit > button {
        width: 48%;
    }
.zzc{
    font-size: 14px;
width: 96%;
    height: 96%;
left:2%;
}
.zzc-details p{
line-height: 23px;
}
.zzc-details {
    padding: 5px;
    margin: 5px;
}
.zzc-btn button{
margin-top:12px;
}
}