.list_container {
    width: 240px;
    height: 700px;
    /* background-color: #ffffff; */
    border-radius: 4px;
    /* border: solid 1px #e5e5e5; */
    padding: 35px 0 0 0;
}

.list_title {
    font-size: 26px;
    color: #131313;
    width: 200px;
    height: 58px;
    padding-left: 32px;
    position: relative;
    line-height: 58px;
}

.list_title::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url('/web/templates/images/public/aboutus-icon1.png') no-repeat;
    background-size: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list_box > div {
    /* width: 200px; */
    height: 80px;
    border-radius: 2px;
    /* border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5; */
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 18px;
    color: #666;
}

.list_box > div img {
    margin-right: 20px;
}

.list_active {
    color: #6e4493;
    position: relative;
}


.detail_container {
    width: 920px;
    min-height: 700px;
    background-color: #ffffff;
    /* border: solid 1px #e5e5e5; */
    margin-left: 10px;
    padding: 20px 40px;
}

.list_item {
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    min-width: 200px;
    width: 200px;
}

.list_item::after {
    position: absolute;
    content: '';
    width: 3px;
	height: 32px;
	background-color: #6e4493;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list_item:hover {
    color: #6e4493;
}

.download {
    font-size: 24px;
    color: #063d78;
    text-decoration: underline;
    cursor: pointer;
}

/* 入会申请 */
.input_div {
    width: 100%;
    height: 98px;
}

.input_name {
    width: 125px;
    text-align: right;
    margin-right: 25px;
    font-size: 22px;
    color: #666;
}

.input_name_2 {
    width: 80px;
    text-align: right;
    margin-right: 25px;
    font-size: 22px;
    color: #666;
}

.input_name::before,
.input_name_2::before {
    content: '*';
    color: #e51717;
}

.input_div input, .select_div {
    width: 500px;
    flex-grow: 1;
    height: 66px;
    border-radius: 10px;
    border: solid 1px #d2d2d2;
    font-size: 20px;
    padding: 0 30px;
    box-sizing: border-box;
    margin-right: 30px;

}

.select_div, .select_icon {
    cursor: pointer;
}

.select_icon {
    position: absolute;
    right: 31px;
    top: 50%;
    transform: translate(0, -50%);
    width: 35px;
    height: 66px;
    background-color: #999999;
    border-radius: 0 10px 10px 0;
}

.option_con {
    position: absolute;
    top: 94px;
    right: 65px;
    width: 698px;
    height: 300px;
    overflow-y: scroll;
    background-color: #fff;
    z-index: 3;
    border: solid 1px #eeeeee;
    display: none;
}

.select_val {
    width: 100%;
    height: 100%;
    line-height: 66px;
    color: #999;
}

.option_con > div {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    box-sizing: border-box;
    border-bottom: solid 1px #eeeeee;
    cursor: pointer;
    color: #999;
    background-color: #fff;
}

.option_con > div:hover {
    background-color: #003175;
    color: #fff;
}

.file_container {
    width: 700px;
    display: flex;
    flex-wrap: wrap;
}

.file_container > div {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    border: solid 1px #d2d2d2;
    margin: 0 30px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
}

.show_file_img {
    max-width: 100%;
    max-height: 100%;
}

.my_file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 5;
}

.file_remark {
    width: 100%;
    text-align: center;
    color: #666;
    margin-top: 25px;
}

.self_pos {
    position: relative;
    top: -200px;
}

.submit_btn {
    width: 500px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 34px;
    color: #ffffff;
    font-size: 28px;
    background: url('../images/about_ass/gywm-rhsq-icon2.png');
    background-size: 100% 100%;
    cursor: pointer;
    margin: 30px auto 0;
}

/* 联系我们 */
.about_us_info {
    width: 100%;
    line-height: 50px;

    font-size: 20px;
}

.about_us_info span {
    display: inline;
}

.about_us_info img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.map {
    width: 100%;
    height: 500px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.input-error {
    display: none;
    position: absolute;
    left: 105px;
    bottom: 0;
    font-size: 12px;
    color: red;
}

.input-error-2 {
    display: none;
    position: absolute;
    left: 150px;
    bottom: 0;
    font-size: 12px;
    color: red;
}

.input-error-3 {
    display: none;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 12px;
    color: red;
}

#panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0 10px 60px;
    background-color: rgba(0,0,0,.3);
    z-index: 999;
}
#panel input {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
    outline: none;
}
#panel button {
    padding: 7px 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    background-color: #fff;
    outline: none;
}