ul {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.l-coop__banner {
    width: 100%;
    margin-top: 89px;
    position: relative;
}

.l-coop__banner img {
    width: 100%;
}

.banner__tit {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
}

.banner__titline {
    width: 226px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 50%;
}

.banner__name {
    width: 248px;
    height: 73px;
    border: 2px solid #FFFFFF;
    color: #fff;
    font-size: 42px;
    line-height: 73px;
    text-align: center;
    margin: 0 17px;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.l-coop__reg, .l-coop__type {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-coop__type__info {
    display: flex;
    justify-content: space-between;
}

.l-coop__type__con {
    width: 30%;
    border-radius: 5px;
    background-color: #f2f6f9;
    text-align: center;
    padding-bottom: 40px;
}

.l-coop__type__tit {
    color: #000;
}

.l-coop__reg__tit {
    color: #224f8a;
}

.l-coop__type__tit, .l-coop__reg__tit {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin: 70px 0;
}

.l-coop__type__con img {
    width: 100%;
}

.l-coop__type__contitl {
    font-size: 16px;
    color: #214e89;
    margin: 25px 0 30px;
    padding: 0 30px;
    font-weight: bold;
}

.l-coop__type__intro {
    font-size: 14px;
    color: #214e89;
    padding: 0 30px;
}

.l-coop__reg {
    background-color: #f2f6f9;
    margin-top: 100px;
}

.l-coop__reg__form__con {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
}

.l-coop__reg__form__l li strong {
    color: #224f8a;
    margin-right: 8px;
}

.l-coop__reg__form__l {}

.l-coop__reg__form__r {}

.l-coop__reg__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-coop__reg__form span {
    margin-right: 30px;
}

.l-coop__reg__form input {
    border: none;
}

.l-coop__reg__form input:focus {
    outline: none;
}

.l-coop__reg__form textarea:focus, .l-coop__reg__form select:focus {
    outline: none;
}

.l-coop__reg__form li {
    min-height: 45px;
    margin-bottom: 20px;
}

.reg__form__r__pt1 {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.reg__form__remarks {
    resize: none;
}

.error {
    font-size: 12px;
    color: red;
    margin-top: 5px;
    text-align: center;
}

.reg__form__contacts {
    padding-left: 14px;
}

.form__remarks__li {
    display: flex;
    align-items: center;
}

.l-coop__reg__form__btn {
    width: 112px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #224f8a;
    border-radius: 5px;
    margin-bottom: 77px;
}

.reg__form__area {
    padding-left: 30px;
}

.l-coop__reg__form__btn:hover {
    cursor: pointer;
    transform: scale(1.1);
}

@media screen and (max-width:1200px) {
    .main {
        width: 100%;
        padding: 0 20px;
    }
    .l-coop__reg__form {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .banner__titline {
        width: 80px;
        height: 2px;
    }
    .banner__name {
        width: 120px;
        height: 40px;
        border: 1px solid #FFFFFF;
        font-size: 22px;
        line-height: 40px;
        margin: 0 8px;
    }
    .l-coop__type__info {
        flex-direction: column;
        align-items: center;
    }
    .l-coop__type__con {
        width: 90%;
        margin-bottom: 20px;
    }
    .l-coop__reg__form__con {
        flex-direction: column;
        align-items: center;
    }
    .l-coop__reg__form__r {
        text-align: center;
    }
    .l-coop__reg {
        margin-top: 0;
    }
    #business_license {
        flex: 1;
    }
    .l-coop__banner {
        margin-top: 72px;
    }
}