@charset "utf-8";

/* CSS Document */
.flex {
    display: flex
}

.flex_1 {
    display: flex;
    justify-content: space-between;
}

.comming_soon {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #f1f1f1;
    height: 800px;
}

.comming_soon strong {
    font-size: 5em;
    color: #ccc
}

.in_main {
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    background: url(/images/inmain-bg.webp) center top no-repeat;
    background-size: cover;
    padding-top: 70px;
    box-sizing: border-box;
}


.in_main .main_title {
    display: block;
    box-sizing: border-box;
    padding-left: 12px;
    border-left: 1px solid #fff;
}

.in_main .main_title em {
    display: block;
    font-style: normal;
    font-size: 5.5em;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
    margin-bottom: 12px;
}

.in_main .main_title small {
    display: block;
    color: #fff;
    font-size: 4em;
    font-weight: 100;
}

.web_add {
    background: #f7f7f7;
    border-bottom: 1px solid #c8c9ca;
}

.web_add ul {
    list-style: none;
}

.web_add ul li {
    display: inline-block;
    line-height: 50px;
}

.web_add .adds {
    padding-left: 30px;
    background: url(/images/webadd-i-home.svg) left center no-repeat;
    background-size: auto 22px;
    font-size: 1.6em;
    color: #3e3a39;
}

.web_add .adds li a {
    color: #3e3a39;
    padding-right: 1.53em;
    background: url(/images/webadd-div.svg) calc(100% - 7px) center no-repeat;
    background-size: auto 0.8em;
}

.web_add .adds li a:hover,
.web_add .adds li a:focus {
    color: #b35909;
    font-weight: bold;
    text-shadow: 0 0 2px #fff
}

.web_add .backs a {
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain
}

.web_add .backs a.i_print {
    background: url(/images/webadd-i-print.svg) center no-repeat;
}

.web_add .backs a.i_back {
    background: url(/images/webadd-i-back.svg) center no-repeat;
}

.web_add .backs a.i_print:hover,
.web_add .backs a.i_print:focus {
    background: #7e9e00 url(/images/webadd-i-print-w.svg) center no-repeat;
}

.web_add .backs a.i_back:hover,
.web_add .backs a.i_back:focus {
    background: #7e9e00 url(/images/webadd-i-back-w.svg) center no-repeat;
}



@media screen and (max-width: 990px) {
    .in_main {
        height: 250px;
        background: url(/images/inmain-bg-s.webp) center no-repeat;
        background-size: cover
    }
}

@media screen and (max-width: 768px) {
    .in_main {
        height: 200px;
        padding-top: 50px;
    }

    .in_main .main_title em {
        font-size: 4em;
    }

    .in_main .main_title small {
        font-size: 3em;
    }
}


@media screen and (max-width: 650px) {
    .in_main {
        height: 150px;
        padding-top: 34px;
    }

    .in_main .main_title em {
        font-size: 3.5em;
    }

    .web_add ul.backs {
        display: none
    }
}


@media (max-width: 500px) {
    .web_add {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* �𧢲��𡝗���噐 */
        white-space: nowrap;
        /* �脫迫�批捆�𥡝�嚗諹�摰�帖�烐��� */

        /* �梯��脰遘嚗阳ebKit */
        scrollbar-width: none;
        /* Firefox */
    }

    .web_add .ellipsis {
        overflow: visible
    }

    .web_add::-webkit-scrollbar {
        display: none;
        /* Chrome / Safari */
    }
}


/* data_zone */

.data_zone {
    display: block;
    padding: 60px 0 120px 0;
    position: relative;
}


.data_zone.map {
    background-color: #eeea92
}

.data_zone.map .s_menu {
    display: none
}

.data_zone.map .right_data {
    width: 100%
}


.data_zone i.i_img {
    position: absolute;
    z-index: 0;
    display: block;
}

.data_zone .radio_bg_L {
    width: 450px;
    height: 1000px;
    max-height: 80%;
    max-width: 23%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/images/left-img.webp) left center no-repeat;
    background-size: contain;
}

.radio_bg_R {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 230px;
    height: 920px;
    max-height: 80%;
    max-width: 12%;
    background: url(/images/right-img.webp) right center no-repeat;
    background-size: contain;
}

.data_zone .page_ip_L {
    width: 360px;
    height: 1200px;
    max-height: 80%;
    max-width: 18.5%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/in-list-man-L.webp) left bottom no-repeat;
    background-size: contain !important;
}

.data_zone .page_ip_L.apple {
    background: url(/images/in-detail-man-L.webp) left bottom no-repeat;
}

/* .s_menu */
.data_zone .container {
    position: relative;
    z-index: 1
}

.data_zone .s_menu {
    width: 250px;
    position: relative
}

.data_zone .s_menu .acKey {
    position: absolute;
    left: 0;
    top: -25px;
}

.data_zone .s_menu h2 {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(15, 63, 143, 1) 0%, rgba(43, 174, 162, 1) 100%);
    font-size: 3.3em;
    ;
    color: #fff;
    text-align: center;
    padding: 38px 0;
    line-height: 1;
    border-radius: 15px 15px 0 0;
    margin-bottom: 5px;
}

.data_zone .s_menu h2 i {
    display: inline-block;
    width: 1.1em;
    height: 1em;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px
}

.data_zone .s_menu h2 i.i_news {
    background-image: url(/images/header-nav-ico-1-w.svg)
}

.data_zone .s_menu h2 i.i_subsidy {
    background-image: url(/images/header-nav-ico-2-w.svg)
}

.data_zone .s_menu h2 i.i_resource {
    background-image: url(/images/header-nav-ico-3-w.svg)
}

.data_zone .s_menu h2 i.i_laws {
    background-image: url(/images/header-nav-ico-4-w.svg)
}

.data_zone .s_menu h2 i.i_links {
    background-image: url(/images/header-nav-ico-5-w.svg)
}

.data_zone .s_menu h2 i.i_about {
    background-image: url(/images/header-nav-ico-6-w.svg)
}

.data_zone .s_menu h2 i.i_login {
    background-image: url(/images/header-nav-ico-7-w.svg)
}

.data_zone .s_menu h2 i.i_webservice {
    background-image: url(/images/header-nav-ico-8-w.svg)
}


.data_zone .s_menu nav,
.data_zone .s_menu nav a {
    display: block
}

.data_zone .s_menu nav a {
    margin-bottom: 5px;
    background-color: #eeeeef;
    padding: 15px 30px 15px 20px;
    position: relative;
    line-height: 1.3;
    color: #000;
    font-weight: bold;
    font-size: 2.3em;
    box-shadow: 0 0 3px #fff, 0 0 1.5px #fff, 0 0 5px #fff, 0 0 7px #fff
}

.data_zone .s_menu nav a.on {
    background-color: #0f3f8f;
    color: #fff;
}

.data_zone .s_menu nav a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    transform-origin: center;
    border-right: 1px #000 solid;
    border-top: 1px #000 solid;
    right: 18px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
    position: absolute;
    transition: all 0.5s
}

.data_zone .s_menu nav a:hover,
.data_zone .s_menu nav a:focus {
    background-color: #476fb3;
    color: #fff;
}



.data_zone .s_menu nav a.on:after {
    border-right: 1px #fff solid;
    border-top: 1px #fff solid;
}


.data_zone .s_menu nav a:hover:after,
.data_zone .s_menu nav a:focus:after {
    right: 14px;
    border-right: 2px #fff solid;
    border-top: 2px #fff solid;
}


/*LV2 憭𡁜惜*/


.data_zone .s_menu nav a.lv1:after {
    display: none
}

.data_zone .s_menu nav a.lv1 .plus {
    width: 12px;
    height: 12px;
    right: 18px;
    top: 50%;
    margin-top: -6px;
    position: absolute;
}

.data_zone .s_menu nav a.lv1 .plus:before,
.data_zone .s_menu nav a.lv1 .plus:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    opacity: 1 !important
}

/*�嗅�*/
.data_zone .s_menu nav a.lv1 .open {
    display: none
}

.data_zone .s_menu nav a.lv1 .close {
    display: block
}


/*�见�*/
.data_zone .s_menu nav a.lv1.open .open {
    display: block
}

.data_zone .s_menu nav a.lv1.open .close {
    display: none
}


.data_zone .s_menu nav a.lv1.open {
    background: #5778b0;
    color: #fff
}

.data_zone .s_menu nav a.lv1.open.on {
    background: #0f3f8f;
    color: #fff
}

.data_zone .s_menu nav a.lv1.open:hover,
.data_zone .s_menu nav a.lv1.open:focus {
    background: #000
}

.data_zone .s_menu nav a.lv1.open:hover .plus:before,
.data_zone .s_menu nav a.lv1.open:hover .plus:before,
.data_zone .s_menu nav a.lv1.open:focus .plus:after,
.data_zone .s_menu nav a.lv1.open:focus .plus:after,
.data_zone .s_menu nav a.lv1:hover .plus:before,
.data_zone .s_menu nav a.lv1:focus .plus:before,
.data_zone .s_menu nav a.lv1:hover .plus:after,
.data_zone .s_menu nav a.lv1:focus .plus:after {
    background: #fff;
}


.data_zone .s_menu nav a.lv1.on .plus:before,
.data_zone .s_menu nav a.lv1.on .plus:after,
.data_zone .s_menu nav a.lv1.open .plus:before,
.data_zone .s_menu nav a.lv1.open .plus:after {
    background: #fff
}


.data_zone .s_menu nav a.lv1 .plus:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.data_zone .s_menu nav a.open.lv1 .plus:after {
    transform: translate(-50%, -50%) rotate(0deg)
}

.data_zone .s_menu nav a.open.lv1 .plus {
    width: 12px;
    height: 2px;
    background: #fff;
    transform: rotate(0deg);
    border: 0px;
    margin-top: 0px;
    content: ""
}

.data_zone .s_menu nav .lv2 {
    box-sizing: border-box;
    border: 2px solid #5778b0;
    margin-bottom: 10px;
    margin-top: -5px !important
}

.data_zone .s_menu nav a.on+.lv2 {
    border: 2px solid #0f3f8f;
}


.data_zone .s_menu nav a.on:hover+.lv2,
.data_zone .s_menu nav a.on:focus+.lv2,
.data_zone .s_menu nav a.open:hover+.lv2,
.data_zone .s_menu nav a.open:focus+.lv2 {
    border: 2px solid #000;
}

.data_zone .s_menu nav .lv2 a {
    margin-bottom: 0;
    border-bottom: 1px dotted rgba(15, 63, 143, 0.5);
    background-color: #fff;
    color: #555;
    font-size: 2em;
    padding-left: 35px;
    font-weight: normal;
}

.data_zone .s_menu nav .lv2 a.on {
    color: #0f3f8f;
    background-color: #d3ffeb;
    font-weight: bold;
}

.data_zone .s_menu nav .lv2 a:after {
    opacity: 0
}

.data_zone .s_menu nav .lv2 a.on:after {
    opacity: 1;
    border-right: 1px #000 solid;
    border-top: 1px #000 solid;
}

.data_zone .s_menu nav .lv2 a:hover,
.data_zone .s_menu nav .lv2 a:focus {
    color: #fff;
    font-weight: bold;
    background-color: #466caf;
}

.data_zone .s_menu nav .lv2 a:hover:after,
.data_zone .s_menu nav .lv2 a:focus:after {
    opacity: 1;
    border-right: 1px #fff solid;
    border-top: 1px #fff solid;
}

.data_zone .s_menu nav .lv2 a:last-child {
    border-bottom: 0;
}

/* .right_data */

.data_zone .right_data {
    width: calc(100% - 250px - 50px);
    position: relative;
}

.data_zone .right_data .acKey {
    position: absolute;
    left: 0;
    top: -20px
}

.data_zone .right_data .list_title {
    display: flex;
    align-items: flex-start;
    font-size: 4em;
    margin-bottom: 20px;
    line-height: 1.33
}


.data_zone .right_data .list_title .ico {
    display: block;
    width: 1.22em;
    height: 1.4em;
    margin-right: 0.3em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.data_zone .right_data .list_title .ico.i_list {
    background-image: url(/images/i_list_title-1.svg)
}



/*-----------------------------------#km_search_box--------------------------------------------*/

.km_search_box {
    position: relative;
    z-index: 2;
    width: 100%
}

.map_ifos {
    font-size: 1.8em;
    line-height: 1.5;
}

.map_ifos img {
    vertical-align: baseline
}

.km_search_box dt {
    margin-bottom: 20px
}

.km_search_box dd {
    font-size: 1.7em;
}

.km_search_box dd span {
    margin-right: 15px;
}

.km_search_box dd a {
    display: inline-block;
    line-height: 1.76;
    padding: 0 0.9em;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.3);
    margin-right: 10px;
    color: #000
}

.km_search_box dd a:hover,
.km_search_box dd a:focus {
    background-color: #000;
    color: #fff;
    font-weight: bold
}

.km_search_box dt form {
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.km_search_box dt form .i_filter {
    position: relative;
}

.km_search_box dt form .i_filter:before {
    content: "";
    display: block;
    width: 45px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/images/ico-type-filtersvg.svg) center no-repeat;
    background-size: 50% !important;
    z-index: 1
}

.km_search_box dt form .i_filter.i_time:before {
    background: url(/images/ico_time.svg) center no-repeat;

}

.km_search_box dt form .i_filter.i_map:before {
    background: url(/images/ico_map.svg) center no-repeat;
    background-size: 46% !important;

}

.km_search_box dt form .km_type {
    width: 185px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    padding: 0 30px 0 40px;
    background: #fff url(/images/select-ico-V.svg) calc(100% - 12px) center no-repeat;
    background-size: 0.7em auto;
    font-size: 1.8em;
    font-weight: bold;
    border: 0px;
    position: relative;
    justify-content: space-between;
    margin-right: 10px;
}

.km_search_box.set4 dt form .km_type {
    width: 130px;
}

.km_search_box dt form .km_type.noico {
    padding-left: 15px;
}

.km_search_box dt form .km_type:focus,
.km_search_box dt form .km_keyWd:focus {
    background-color: #FDFFC3 !important
}

.km_search_box dt form i {
    display: inline-block;
    width: 18px;
    height: 50px;
    background: url(/images/select-ico-V.svg) center no-repeat;
    background-size: 75%;
    margin-left: -28px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
    display: none
}

.km_search_box dt form .km_keyWd {
    display: inline-block;
    border-radius: 10px;
    background: #fff url(/images/keywords-ico.svg) 14px 40% no-repeat;
    background-size: auto 47%;
    width: calc(100% - 190px - 20px - 50px);
    font-size: 1.8em;
    margin-right: 10px;
    box-sizing: border-box;
    height: 50px;
    padding: 0 10px 0 50px;
    border: 0;
    opacity: 1
}

.km_keyWd::placeholder {
    color: #555 !important;
}

.km_keyWd::-webkit-input-placeholder {
    color: #555 !important;
}

.km_keyWd:-moz-placeholder {
    color: #555 !important;
}

.km_keyWd::-moz-placeholder {
    color: #555 !important;
}

.km_keyWd:-ms-input-placeholder {
    color: #555 !important;
}

.km_keyWd[placeholder] {
    color: #555 !important;
}

.km_search_box.set4 dt form .km_keyWd {
    width: calc(100% - 480px);
}

.km_search_box dt form .km_keyWd.full {
    width: calc(100% - 20px - 50px);
}


.km_search_box dt form .km_search_btn {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 10px;
    background: #000 url(/images/swarch-bar-ico.svg) center no-repeat;
    background-size: contain !important;
    cursor: pointer;
    text-indent: -999em;
    overflow: hidden
}

.km_search_box dt form .km_search_btn:focus,
.km_search_box dt form .km_search_btn:hover {
    background: #bd5800 url(/images/swarch-bar-ico.svg) center no-repeat;
}

.map_btns {
    display: flex;
    position: absolute;
    right: 0;
    top: 5px;
}

.map_btns .btn {
    border: none;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 6px;
    line-height: 2.625;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    padding: 0 2.6em 0 0.75em;
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: auto 60%;
}

.map_btns .btn:hover,
.map_btns .btn:focus {
    background-color: #647a00 !important;
}

.map_btns .btn.go_map {
    background-color: #000;
    background-image: url(/images/ico-map.svg);
    background-size: auto 55%;
    padding-right: 2.3em
}

.map_btns .btn.go_tb {
    background-color: #000;
    background-image: url(/images/ico_table_mode.svg);
    background-size: auto 55%;
    padding-right: 2.6em
}

.map_btns .btn.file_pdf {
    background-color: #e22834;
    background-image: url(/images/ico_pdf.svg);
}

.google_search_data {
    line-height: 1.6
}

@media screen and (max-width: 1450px) {
    .data_zone .page_ip_L {
        display: none !important
    }
}

@media screen and (max-width: 1100px) {
    .data_zone .s_menu {
        width: 200px;
    }

    .data_zone .right_data {
        width: calc(100% - 200px - 40px);
    }

    .data_zone .s_menu h2 {
        font-size: 2.8em;
    }

    .data_zone .s_menu nav a {
        font-size: 2em;
    }
}

@media screen and (max-width: 990px) {
    .data_zone .s_menu {
        display: none;
    }

    .data_zone .right_data {
        width: 100%;
    }

    .data_zone {
        padding: 40px 0 60px 0;
    }
}

@media screen and (max-width: 768px) {
    .km_search_box dt form .km_type {
        width: 150px;
        font-size: 1.6em;
    }

    .km_search_box dt form .km_keyWd {
        width: calc(100% - 150px - 20px - 50px);
        font-size: 1.6em;
    }

    .km_search_box dt form .km_keyWd.full {
        width: calc(100% - 20px - 50px);
    }

    .data_zone .right_data .list_title {
        font-size: 3em;
    }

    .km_search_box.set4 dt form .km_type {
        width: 140px;
    }

    .km_search_box.set4 dt form .km_keyWd {
        width: calc(100% - 510px);
    }
}


@media screen and (max-width: 750px) {
    .km_search_box dt form {
        position: relative;
        display: block
    }

    .km_search_box dt form i {
        position: absolute;
        margin: 0;
        right: 30px;
        top: 20px;
    }

    .km_search_box dt form .km_type {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0
    }

    .km_search_box dt form .km_keyWd,
    .km_search_box.set4 dt form .km_keyWd {
        width: calc(100% - 14px - 50px);
    }

    .km_search_box dt form .km_keyWd.full {
        width: calc(100% - 14px - 50px);
    }

    .data_zone i.i_img {
        display: none
    }

    .data_zone .right_data .list_title {
        font-size: 2.6em;
    }

    .km_search_box dt form .i_filter,
    .km_search_box.set4 dt form .km_type {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {

    .map_btns .btn {
        display: inline-block;
        font-size: 1.4em;
    }

    .map_btns .btn span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0px, 0px, 0px, 0px);
        border: 0px;
    }
}

/*map_table*/



/* map_table �罸��啣� 銵冽聢�𡑒”*/

.map_table {
    width: 100%
}

.map_table td,
.map_table th {
    padding: 12PX 8PX;
    border-left: #eeeeef 1px dotted;
    border-right: #eeeeef 1px dotted;
    line-height: 1.5;
    vertical-align: middle;
}

.map_table td a {
    color: #666
}

.map_table td a:hover,
.map_table td a:focus {
    color: #036eb7;
    text-decoration: underline;
    font-weight: bold
}

.map_table th {
    background-color: #5177b3;
    color: #fff;
    font-weight: bold;
    font-size: 2em
}

.map_table tbody tr td {
    font-size: 1.4em;
    border-bottom: 1px solid #c8c9ca
}

.map_table tbody tr:nth-child(even) {
    background-color: #f7f7f7
}

.map_table tbody tr td:first-child {
    font-size: 1.6em;
    font-weight: bold;
    min-width: 66px;
}

.map_table tbody tr td:nth-child(2) {
    color: #0f3f8f
}

@media screen and (max-width: 580px) {

    .map_table thead {
        display: none;
    }

    .map_table tbody,
    .map_table tbody * {
        display: block;
    }

    .map_table tbody a {
        display: inline-block;
        width: calc(100% - 3.5em)
    }

    .map_table tbody {
        border-top: 1px solid #c8c9ca;
    }

    .map_table tbody tr td {
        border-bottom: 0;
        display: flex;
        font-size: 1.6em;
        padding: 0;
        margin-bottom: 0.5em
    }

    .map_table tbody tr td:last-child {
        margin-bottom: 0
    }

    .map_table tbody tr {
        border-bottom: 1px solid #c8c9ca;
        padding: 15px 10px;
    }

    .map_table tbody tr td::before {
        content: "";
        display: inline-block;
        color: #000;
        font-weight: bold;
        width: 3em;
        padding-left: 1em;
        background: url(/images/dot-list.svg) left 0.35em no-repeat;
        background-size: 0.7em
    }

    .map_table tbody tr td:nth-child(1)::before {
        content: "蝮��:"
    }

    .map_table tbody tr td:nth-child(2)::before {
        content: "�桐�:"
    }

    .map_table.team tbody tr td:nth-child(2)::before {
        content: "�滚�:"
    }

    .map_table tbody tr td:nth-child(3)::before {
        content: "�餉店:"
    }

    .map_table tbody tr td:nth-child(4)::before {
        content: "�啣�:"
    }

}

/*-------------------------------- txt_lists ----------------------------------------------*/

.txt_lists,
.txt_lists li {
    display: block;
    list-style: none;
}

.txt_lists li a {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    padding: 20px 0;
    border-bottom: 1px dashed #b4b4b5;
}

.txt_lists.links_list li a {
    align-items: center;
}

.txt_lists li a .icon {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ccc;
    margin-top: 22px;
}

.txt_lists.links_list li a .icon {
    margin-top: 0px
}

.txt_lists li a .icon.i_detail {
    background-image: url(/images/ico-list-dr-detail.svg);
    background-color: #b75b0b;
}

.txt_lists li a .icon.i_link {
    background-image: url(/images/ico-list-dr-link.svg);
    background-color: #00857a;
}

.txt_lists li a .icon.i_download {
    background-image: url(/images/ico-list-dr-download.svg);
    background-color: #dd2c3e;
}

.txt_lists li a .icon.i_plus {
    background-image: url(/images/ico-list-dr-plus.svg);
    background-color: #9e6900;
}

.txt_lists li a:hover .icon,
.txt_lists li a:focus .icon {
    background-color: #000 !important
}

.txt_lists li a>.time {
    text-align: center
}

.txt_lists li a>.time em {
    display: block;
    font-family: 敺株����, "Microsoft YaHei";
    font-weight: bold;
    font-style: normal;
    font-size: 5em
}

.txt_lists li a .li_txts {
    width: calc(100% - 100px - 60px - 50px);
    line-height: 1.5
}

.txt_lists li a .li_txts .tit {
    color: #000;
    font-weight: bold;
    font-size: 2.1em;
    display: block;
    margin-bottom: 10px;
}


.txt_lists li a:hover .li_txts .tit,
.txt_lists li a:focus .li_txts .tit {
    color: #0f3f8f;
    font-family: 敺株����, "Microsoft YaHei";
    font-weight: bold;
}

.txt_lists li a .li_txts .simple_t {
    font-size: 1.6em;
    color: #595757
}

.txt_lists.links_list li a .simple_t {
    word-break: break-all;
}

.txt_lists.links_list li a:hover .simple_t,
.txt_lists.links_list li a:focus .simple_t {
    color: #bd5800
}

.txt_lists li a>.time {
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100px;
    height: 100px;
    border: 1px solid #0f3f8f;
    border-radius: 10px;
    color: #0f3f8f;
    font-family: "arial";
    font-weight: bold;
}

.txt_lists li a>.time small {
    font-size: 1.5em;
    margin-bottom: 5px;

}

.txt_lists li a:hover>time,
.txt_lists li a:focus>time {
    background-color: #0f3f8f;
    color: #fff;
}

/*txt_img_list*/

.txt_lists.txt_img_list li a .list_pic {
    width: 130px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 5px
}

.txt_lists.txt_img_list.links_list li a .list_pic {
    width: 70px;
    height: 70px;
}

.txt_lists.txt_img_list.links_list li a:hover .list_pic,
.txt_lists.txt_img_list.links_list li a:hover .list_pic {
    border: 1px solid #0f3f8f
}

.txt_lists.txt_img_list li a .li_txts {
    width: calc(100% - 130px - 60px - 50px);
}

.txt_lists.txt_img_list.links_list li a .li_txts {
    width: calc(100% - 70px - 60px - 50px);
}

.txt_lists.txt_img_list li a .list_pic .z_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s
}

.txt_lists.txt_img_list.links_list li a .list_pic .z_img {
    background-position: center;
    background-color: #fff;
}



.txt_lists.txt_img_list li a .d_ifo {
    font-size: 1.4em;
    color: #d1000e;
    line-height: 1.5;
    margin-top: 7px;
}

.txt_lists.txt_img_list li a .d_ifo span {
    display: inline-block;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid #dbdcdc;
}

.txt_lists.txt_img_list li a .d_ifo span:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

.txt_lists.txt_img_list li a:hover .list_pic .z_img,
.txt_lists.txt_img_list li a:focus .list_pic .z_img {
    transform: scale(1.1)
}

.txt_lists.txt_img_list.links_list li a:hover .list_pic .z_img,
.txt_lists.txt_img_list.links_list li a:focus .list_pic .z_img {
    transform: scale(1.05)
}

@media screen and (max-width: 768px) {
    .txt_lists li a>.time em {
        font-size: 4em;
    }

    .txt_lists li a>.time {
        width: 80px;
    }

    .txt_lists li a .li_txts {
        width: calc(100% - 80px - 50px - 40px);
    }

    .txt_lists.txt_img_list li a .list_pic {
        width: 100px;
    }

    .txt_lists.txt_img_list li a .li_txts {
        width: calc(100% - 100px - 50px - 40px);
    }

    .txt_lists.txt_img_list.links_list li a .li_txts {
        width: calc(100% - 70px - 50px - 40px);
    }

    .txt_lists li a .li_txts .tit {
        font-size: 2em;
    }

    .txt_lists li a .icon {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 420px) {
    .txt_lists li a .li_txts {
        width: calc(100% - 70px - 40px - 25px);
    }

    .txt_lists.txt_img_list li a .list_pic {
        width: 90px;
    }

    .txt_lists.txt_img_list li a .li_txts {
        width: calc(100% - 90px - 40px - 25px);
    }

    .txt_lists.txt_img_list.links_list li a .icon.i_link {
        display: none
    }

    .txt_lists.txt_img_list.links_list li a .li_txts {
        width: calc(100% - 70px - 15px);
    }

    .txt_lists li a .icon {
        width: 40px;
        height: 40px;
    }

    .txt_lists li a .li_txts .tit {
        font-size: 1.8em;
    }

    .txt_lists li a>time small {
        font-size: 1.3em;
    }

    .txt_lists li a>time {
        width: 65px;
    }

}


/* --------------------------- detail ---------------------------------------- */

.dt_ps {
    display: flex;
    list-style: none;
    padding: 10px 0;
    border-top: 1px solid #c8c9ca;
    border-bottom: 1px solid #c8c9ca;
    font-size: 1.5em;
    color: #3e3a39;
    margin-bottom: 55px
}

.dt_ps li {
    display: inline-block;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: auto 1.15em;
    line-height: 1.15;
    background-position: left center;
}


.dt_ps li.i_time {
    background-image: url(/images/ico_time.svg);
    padding-left: 1.45em
}

.dt_ps li.i_look {
    background-image: url(/images/ico_look.svg);
    padding-left: 1.9em
}

.html_box {
    font-size: 1.9em;
    line-height: 1.8;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #c8c9ca
}

.html_box p {
    display: block;
    margin-bottom: 1.5em;
    text-indent: 2em
}

.html_box img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

.html_box p.for_img,
.html_box p.for_video {
    margin: 1em 0;
    text-indent: 0em;
    display: block;
}

.html_box p.for_video {
    overflow-x: auto;
}

.html_box p.for_img img {
    margin: 0;
    padding: 0
}

.html_box .tit,
.html_box h4 {
    font-size: 125%;
    font-weight: bold;
    margin: 1.5em 0 0.8em 0;
}

.html_box ol,
.html_box ul {
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.html_box ol li,
.html_box ul li {
    margin-bottom: 0.25em
}

.html_box table {
    width: 100%;
    max-width: 100%;
}

.html_box table td {
    border: 1px solid #666;
    padding: 5px
}

.html_box table th {
    font-weight: bold;
    background: #afd3c2;
    line-height: 1.5;
    padding: 10px 5px;
    border: 1px solid #666
}

.html_box figcaption img {
    max-width: calc(100% - 20px);
    height: auto;
    margin: 15px 10px;
}

.html_box figcaption {
    font-size: 90%;
    color: #666;
    text-align: center
}

.html_box a {
    color: #036eb7
}

.html_box a:hover,
.html_box a:focus {
    color: #FF7200;
    text-decoration: underline
}


.i_pag_tit {
    display: flex;
    align-items: center;
    font-size: 3em;
    line-height: 1.8;
    margin: 40px 0 20px 0;
}

.i_pag_tit i {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    background-color: #99b91b;
    margin-right: 0.35em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.i_pag_tit i.i_pics {
    background-image: url(/images/i_dt_pic.svg)
}

.i_pag_tit i.i_links {
    background-image: url(/images/i_dt_link.svg)
}

.i_pag_tit i.i_files {
    background-image: url(/images/i_dt_files.svg)
}


.dt_gglist a {
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 25px 100px 25px 80px;
    border-radius: 15px;
    background-color: #f7f7f7;
    box-shadow: 1px 1px 0px #ccc;
    position: relative;
    line-height: 1.5
}

.dt_gglist a:hover,
.dt_gglist a:focus {
    background-color: #FFF9CC
}

.dt_gglist a strong {
    display: block;
    font-size: 1.9em;
    color: #000;
}

.dt_gglist a:hover strong,
.dt_gglist a:focus strong {
    color: #C23500
}

.dt_gglist a p {
    color: #555;
    font-size: 1.4em;
    word-break: break-all;
}



.dt_gglist a:before,
.dt_gglist a:after {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.dt_gglist a:after {
    width: 60px;
    height: 60px;
    left: auto;
    right: 20px;
    border-radius: 50%
}

.dt_gglist a:hover:after,
.dt_gglist a:focus:after {
    background-color: #000 !important
}

.dt_gglist.i_link a:before {
    background-image: url(/images/i_dt_links-g.svg);
}

.dt_gglist.i_file a:before {
    background-image: url(/images/i_dt_files-g.svg)
}

.dt_gglist.i_link a:after {
    background-image: url(/images/ico-list-dr-link.svg);
    background-color: #2baea2
}

.dt_gglist.i_file a:after {
    background-image: url(/images/ico-list-dr-download.svg);
    background-color: #f76775
}

.last_back {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.last_back a {
    display: inline-block;
    font-size: 2.3em;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 0 70px 0 35px;
    background: #b65b0c url(/images/dt-back-ico.svg) calc(100% - 13px) center no-repeat;
    background-size: 1.8em;
    line-height: 2.6;
    color: #fff;
    font-weight: bold
}


.last_back a:hover,
.last_back a:focus {
    background-color: #4a8311 !important
}

@media screen and (max-width: 990px) {
    .html_box {
        font-size: 1.75em;
        line-height: 1.7
    }

    .i_pag_tit {
        font-size: 2.7em;
    }
}

@media screen and (max-width: 768px) {
    .html_box {
        font-size: 1.65em;
    }

    .i_pag_tit {
        font-size: 2.5em;
    }
}

@media (max-width: 600px) {
    .html_box iframe {
        width: 100% !important;

    }
}


@media screen and (max-width: 580px) {
    .dt_gglist a {
        padding-left: 25px;
        padding-right: 80px
    }

    .dt_gglist a:before {
        display: none
    }

    .dt_gglist a:after {
        width: 44px;
        height: 44px;
    }

    .html_box {
        font-size: 1.55em;
    }

    .i_pag_tit {
        font-size: 2.2em;
    }
}


/* ---------------------------------------------------------- about -----------------------------------------------------*/

/* story_li 憭找�閮� */
/*LV1*/
#story_li {
    display: block;
    box-sizing: border-box;
    position: relative;
}


#story_li>a.year_tit {
    display: block;
    box-sizing: border-box;
    position: relative;
    padding-left: 1.9em;
    font-size: 3em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    border-bottom: 1px dotted #666;
    background: url(/images/i_calendar_time.svg) 10px center no-repeat;
    background-size: 1.2em auto;
    font-family: "敺株����", "Microsoft YaHei";
    font-weight: bold;
    color: #444;
}

#story_li>a.year_tit.open,
#story_li>a.year_tit:hover,
#story_li>a.year_tit:focus {
    color: #000;
    border-bottom: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.02) !important
}

#story_li>a.year_tit:hover,
#story_li>a.year_tit:focus {
    background-color: rgba(0, 0, 0, 0.05) !important
}

#story_li>a.year_tit i {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s
}

#story_li>a.year_tit i:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: 3px solid #666;
    border-bottom: 3px solid #666;
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    transform: rotate(-45deg) translate(-8%, -77%);
}


#story_li>a.year_tit.open i {
    background-color: #666;
    transform: rotate(90deg)
}

#story_li>a.year_tit.open i:after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}


#story_li>dd {
    /* border-left: 2px solid #f29600; */
    margin-left: 30px;
    /* padding-left: 40px; */
    box-sizing: border-box;
    margin: 30px 0;
    margin-left: 0;
    line-height: 1.5;
    position: relative;
    padding-left: 60px;
}

#story_li>dd:before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 1px;
    height: calc(100% - 20px);
    border-left: 2px solid #f29600;
    z-index: 2;
}

#story_li>dd .day_tit {
    font-size: 2em;
    display: flex;
    color: #000;
    font-weight: bold;
    position: relative;
    margin-top: 30px;
    ;
}



#story_li>dd .day_tit:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: -15px;
    border-top: 1px dotted #c8c9ca
}

#story_li>dd .day_tit:first-child:after {
    display: none
}

#story_li>dd .day_tit:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/his-dot.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: -54px;
    top: 3px;
}

#story_li>dd .day_tit.open:before,
#story_li>dd .day_tit:hover:before,
#story_li>dd .day_tit:focus:before {
    width: 40px;
    height: 40px;
    left: -59px;
    top: -3px;
    transition: all 0.5s
}

#story_li>dd .day_tit i {
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border-right: 3px solid #c8c9ca;
    border-top: 3px solid #c8c9ca;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -8px;
    transition: all 0.5s
}

#story_li>dd .day_tit.open i {
    transform: rotate(135deg);
    border-right: 3px solid #666;
    border-top: 3px solid #666;
}

#story_li>dd .day_tit time {
    color: #bd5800;
    font-size: 1.1em;
    font-family: "敺株����", "Microsoft YaHei";
    font-weight: bold;
    width: 75px;
    display: inline-block;
}

#story_li>dd .day_tit:hover time,
#story_li>dd .day_tit:focus time,
#story_li>dd .day_tit.open time {
    color: #944500
}

#story_li>dd .day_tit strong {
    padding-left: 15px;
    border-left: 1px solid #c8c9ca;
    display: inline-block;
    width: calc(100% - 123px);
    line-height: 1.7
}

#story_li>dd .day_tit.open strong,
#story_li>dd .day_tit:hover strong,
#story_li>dd .day_tit:focus strong {
    color: #944500
}

/*LV2*/

#story_li>dd .day_tit.open:hover strong,
#story_li>dd .day_tit.open:focus strong {
    color: #47810C
}

#story_li>dd>a {
    display: block
}

#story_li>dd .dmenu_body_l2 {
    margin-left: 75px;
    padding-left: 15px;
    border-left: 1px solid #c8c9ca;
    padding-top: 5px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 1.6em;
    line-height: 2;
    color: #333;
}

@media screen and (max-width: 768px) {
    #story_li>dd {
        padding-left: 45px
    }

    #story_li>dd:before {
        left: 15px
    }

    #story_li>a.year_tit {
        font-size: 2.5em;
    }

    #story_li>dd .day_tit {
        font-size: 1.8em;
    }

    #story_li>dd .dmenu_body_l2 {
        font-size: 1.5em;
        color: #666
    }

    #story_li>dd .day_tit:before {
        left: -44px;
        top: 0px;
    }

    #story_li>dd .day_tit.open:before,
    #story_li>dd .day_tit:hover:before,
    #story_li>dd .day_tit:focus:before {
        width: 35px;
        height: 35px;
        left: -47px;
        top: -2px;
    }

}

@media screen and (max-width: 420px) {
    #story_li>dd .day_tit {
        font-size: 1.7em;
    }

    #story_li>dd .day_tit time {
        font-size: 1em;
        width: 60px;
    }

    #story_li>dd .day_tit strong {
        padding-left: 10px;
        width: calc(100% - 95px);
    }

    #story_li>dd .day_tit.open strong {
        padding-bottom: 15px;
    }

    #story_li>dd .dmenu_body_l2 {
        margin-left: 0;
        padding-left: 0;
        border-left: 0px;
        border-top: 1px solid #c8c9ca;
        padding-top: 20px
    }

    #story_li>dd .day_tit i {
        width: 8px;
        height: 8px;
        border-right: 1px solid #c8c9ca;
        border-top: 1px solid #c8c9ca;
    }

    #story_li>dd .day_tit.open i {
        transform: rotate(135deg);
        border-right: 1px solid #666;
        border-top: 1px solid #666;
    }
}

/* ---------------------------------------- pop_tb ---------------------------------------------------------*/

.map_pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 10000;
}

.map_pop .box {
    position: absolute;
    width: 1050px;
    max-width: 90%;
    z-index: 10001;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0);
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px;
    padding-top: 30px;
    border-radius: 15px
}

.map_pop #pop_x {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -130%);
    z-index: 10002;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: url(/images/XX_w.svg) center no-repeat;
    background-size: contain
}

.map_pop #pop_x:hover,
.map_pop #pop_x:focus {
    background-color: #000 !important
}

.map_pop .max_h {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 220px);
    height: 700px;
}

.map_pop .ift {
    font-size: 1.8em;
    line-height: 1.5;
    margin-bottom: 15px;
}

.map_pop .map_btns {
    right: 20px;
    top: 15px
}


/*#sitemap*/

#sitemap {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

#sitemap ul {
    list-style: none;
    display: block
}

#sitemap>li {
    display: block;
    width: calc(25% - 5px);
    padding: 0 10px;
    margin: 10px 0;
    vertical-align: top;
    box-sizing: border-box;
}

#sitemap>li>a {
    display: block;
    color: #FFF;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 170%;
    padding: 15px 20px;
    background: #476fb3;
    /*url(/images/search-bar-bglight.png) left center no-repeat*/
    background-size: auto 100%;
    border-radius: 10px 10px 0 0;
    transition: all 0.5
}

#sitemap>li>a:hover,
#sitemap>li>a:focus {
    background: #284c8a;
}

#sitemap>li>ul>li>a {
    position: relative;
    display: block;
    color: #000;
    font-size: 1.7em;
    line-height: 170%;
    padding: 10px;
    border-bottom: 1px solid #CCC;
    padding-left: 15px;
}

#sitemap>li>ul>li>a:hover,
#sitemap>li>ul>li>a:focus {
    font-weight: bold;
    background-color: #f1f1f1
}


#sitemap>li>ul>li>a.dmenu_head {
    position: relative;
    padding-right: 40px;
}

#sitemap>li>ul>li>a.dmenu_head:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #eee;
    background-image: url(/images/XX_g.svg);
    background-size: 120%;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    transform: rotate(45deg);
    transition: all 0.5s
}

#sitemap>li>ul>li>a.dmenu_head:hover:after,
#sitemap>li>ul>li>a.dmenu_head:focus:after {
    background-color: #fff
}

#sitemap>li>ul>li>a.dmenu_head.open:after {
    transform: rotate(0deg);
    background-color: #fff
}

#sitemap>li>ul>li>a.dmenu_head.open {
    background-color: #d3ffeb
}

#sitemap>li>ul>li>ul {
    background-color: #666;
    color: #fff !important;
    display: none;
}

#sitemap>li>ul>li>ul>li a {
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px dashed #CCCCCC;
    display: block;
    font-size: 1.6em;
    padding-left: 25px;
    line-height: 1.5
}

#sitemap>li>ul>li>ul>li a:hover,
#sitemap>li>ul>li>ul>li a:focus {
    background-color: #000
}

.sitemap.info {
    width: 100%;
    color: #000;
    font-size: 1.7em;
    line-height: 170%;
    margin-bottom: 25px;
    border-top: 1px solid #c8c9ca;
    padding-top: 40px
}

.sitemap.info p {
    text-align: justify;
    margin: 15px 0;
}

.sitemap.info p:first-of-type {
    margin-top: 0;
}

.sitemap.info p:last-of-type {
    margin-bottom: 0;
}

.sitemap.info ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0px;
}

.sitemap.info ul li {
    margin: 10px 0 10px 1.5em;
}

@media screen and (max-width: 900px) {
    #sitemap>li {
        width: calc(33.3% - 5px);
    }
}


@media screen and (max-width: 700px) {
    #sitemap>li {
        width: calc(50% - 5px);
    }
}

@media screen and (max-width: 500px) {
    #sitemap>li {
        width: calc(100% - 5px);
    }
}


.LogIn {
    width: 100%;
    font-size: 1.5em;
}

.LogIn * {
    box-sizing: border-box;
    font-family: "敺株�甇��擃�", Arial
}

.LogIn p {
    line-height: 1.33
}

.LogIn>form>ul {
    width: 100%;
    list-style: none;
    padding: 4% 5%;
    background: #eeeeef;
    border-radius: 15px;
    display: block;
    box-sizing: border-box;
    position: relative
}

@media screen and (max-width: 500px) {
    .LogIn>form>ul {
        padding: 0;
        background: none;
    }

    .LogIn>form>ul.addbox {
        padding-top: 28px;
        border-top: 1px dashed #999;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #999
    }

}


.LogIn.wp>form>ul {
    width: 100%;
    list-style: none;
    padding: 0;
    background: #fff;
    display: block;
    margin-bottom: 0;
    box-sizing: border-box;
}

.LogIn ul.groupBox {
    padding: 0 5% 4% 5%;
}

.LogIn li {
    width: 100%;
    color: #555;
    margin: 6px 0;
    display: inline-block;
    position: relative;
}

.hr_Dashline {
    margin: 25px 0 !important;
    border-top: 1px dashed #999
}

.LogIn li.sort {
    font-size: 1.5em;
    color: #464646;
    font-weight: bold;
    line-height: 1.5;
    background: url(/images/icon_joinform.png) no-repeat 0 3px;
    padding-left: 30px;
    width: 100%
}

.LogIn li.sort1 {
    font-size: 1.8em;
    color: #464646;
    font-weight: bold;
    line-height: 1.5;
    background: url(/images/icon-eventpoint.png) no-repeat 0 50%;
    background-size: 25px;
    padding-left: 30px;
}

.LogIn li.PASS {
    font-size: 1.5em;
    line-height: 1.5
}

.LogIn li a {
    color: #F60
}

.LogIn li.login_icon {
    background: url(/images/if_Padlock_2638323.png) no-repeat 0 50%;
    background-size: 20px auto
}


.LogIn li.sort span {
    font-size: 1.6em;
    color: #c31d31;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
}

.LogIn li .remark {
    width: 100%;
    /*padding: 10px 2% 0 120px;*/
    float: right;
    line-height: 1.2;
    color: #cc3300;
}

.LogIn li .Law {
    font-size: 1em;
    border: 1px dashed #ea5d4b;
    padding: 10px;
}

.memberStepBox {
    float: left;
    width: 96%;
    padding: 20px 2%;
    margin: 20px 0;
    border: 1px dashed #CCC;
}

.memberStep {
    text-align: center;
    background: url(/images/member-step1.png) no-repeat 50% 50%;
    background-size: 100%;
    height: 220px;
}


.LogIn li .part,
.LogIn li.part {
    width: 49% !important;
    display: inline-block;
    vertical-align: top;
}

.LogIn li .part3,
.LogIn li.part3 {
    width: 33% !important;
    display: inline-block;
    vertical-align: top;
}

.LogIn li .spmark {
    margin-top: -15px
}

@media screen and (max-width: 768px) {

    .LogIn li .part,
    .LogIn li.part,
    .LogIn li .part3,
    .LogIn li.part3 {
        width: 99% !important;
    }

    .LogIn li .spmark {
        margin-top: 0px
    }

}



.LogIn li .input-box span.labup {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 110px;
    color: #FFF;
    padding: 0 0 0 34px;
    background: #757575 url(/images/member-list.png) no-repeat 12px 50%;
    line-height: 39px;
    z-index: 2;
    border-radius: 20px;
}

.LogIn li .input-box span.labup.auto_width {
    padding: 0 15px 0 34px;
    width: auto
}

.LogIn li .input-box span.labup-w2 {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 150px;
    color: #FFF;
    padding: 0 0 0 34px;
    background: #757575 url(/images/member-list.png) no-repeat 12px 50%;
    line-height: 39px;
    z-index: 2;
    border-radius: 20px;
}

.LogIn li .input-box span.labup-w3 {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 120px;
    color: #FFF;
    padding: 0 0 0 34px;
    background: #47810C url(/images/member-list.png) no-repeat 12px 50%;
    line-height: 39px;
    z-index: 2;
    border-radius: 20px;
}

.LogIn li .input-box span.labup.must {
    background-color: #47810C !important
}

.LogIn li .input-box span.labup.must_blue {
    background-color: #47810C;
}

.LogIn li .input-box span.labup.must_red {
    background-color: #ed1c24;
}

.LogIn li .input-box span.show-tit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110px;
    color: #FFF;
    padding: 0 0 0 30px;
    background: #999 url(/images/member-list.png) no-repeat 10px 50%;
    line-height: 39px;
    z-index: 99;
}

.LogIn li .input-box .input-text {
    float: left;
    width: 100%;
    height: 54px;
    color: #333333;
    font-size: 100%;
    /*line-height: 52px;*/
    margin: 0;
    background: #FFF;
    border: 1px solid #999;
    padding: 14px 18px 14px 121px;
    border-radius: 40px;
}

.LogIn li .input-box .input-text::placeholder,
.formText::placeholder {
    color: #666;
    opacity: 1;
}

.LogIn li .input-box .input-text::-webkit-input-placeholder {
    color: #666;
}

.LogIn li .input-box .input-text:-moz-placeholder {
    color: #666;
}

.LogIn li .input-box .input-text::-moz-placeholder {
    color: #666;
}

.LogIn li .input-box .input-text:-ms-input-placeholder {
    color: #666;
}

.LogIn li .input-box .input-text-w2 {
    float: left;
    width: 100%;
    height: 54px;
    color: #333333;
    font-size: 100%;
    line-height: 52px;
    margin: 0;
    background: #FFF;
    border: 1px solid #999;
    padding: 0px 45px 0px 165px;
    border-radius: 40px;
}

.LogIn li .input-box .input-text-w3 {
    float: left;
    width: 100%;
    height: 54px;
    color: #333333;
    font-size: 100%;
    line-height: 52px;
    margin: 0;
    background: #FFF;
    border: 1px solid #999;
    padding: 0px 45px 0px 135px;
    border-radius: 40px;
}

.LogIn li .input-box .input-lock {
    float: left;
    width: 100%;
    height: 54px;
    color: #333333;
    font-size: 100%;
    line-height: 52px;
    margin: 0;
    background: #FFF;
    border: 1px solid #ff7777;
    padding: 0px 45px 0px 125px;
    border-radius: 40px;
}




.LogIn li .input-box .input-text.captcha {
    width: 30%;
}

.LogIn li .input-box .input-text:focus,
.formText:focus {
    color: #333;
    background-color: #FF9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(179, 127, 54, 0.6);
}

.LogIn li .memPic {
    padding-left: 25%;
    font-size: 0.9em;
    line-height: 60px;
}





.LogIn li .input-box .show-text {
    float: left;
    width: 100%;
    height: 39px;
    color: #333333;
    font-size: 1.6em;
    line-height: 39px;
    margin: 0;
    background: #FFF;
    border: 1px solid #999;
    padding: 0 20px 0 120px;
}



.LogIn .txt-btn {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 10px;
}


.LogIn li .input-box .show-text[disabled],
.LogIn li .input-box .input-text[disabled] {
    color: #999;
    background-color: #eee;
}




.formText {
    width: 100% !important;
    min-height: 100px;
    color: #333333;
    font-size: 100%;
    line-height: 1.7;
    margin: 0;
    background: #FFF;
    border: 1px solid #999;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 25px;
    padding-top: 55px;
}


.LogIn .selecter {
    margin-left: 119px;
    box-sizing: border-box;
    width: calc(100% - 135px);
    height: 52px;
    padding: 0 15px;
    border: 0;
    font-size: 1.6em;
    color: #666;
    background: transparent;
}

.LogIn .selecter:focus {
    outline: 0
}

.LogIn .bod-line {
    float: left;
    width: 100%;
    height: 54px;
    color: #333333;
    font-size: 1.6em;
    line-height: 39px;
    margin: 0;
    background: #FFF;
    border: 1px solid #999;
    padding: 0px 20px 0px 125px;
    border-radius: 40px;
}

.LogIn li .input-box.money:after {
    content: '�砍�';
    display: block;
    position: absolute;
    right: 10px;

}

.LogIn li .people:after {
    content: '鈭�';
    display: block;
    position: absolute;
    right: 10px;

}

.LogIn li .input-box:after {
    top: 20px;
}

.form-btn {
    text-align: center;
    margin: 20px 0
}

.form-btn input {
    border: 0;
    cursor: pointer
}

.form-btn .btn-reset {
    background-color: #666;
}

.form-btn .btn-save {
    background-color: #333
}

.form-btn .btn-reset {
    background-image: url(/images/icon-X.png) !important;
}

.form-btn .btn-save {
    background-image: url(/images/pouse.png) !important;
}


.form-btn .btn-reset:hover,
.form-btn .btn-save:hover,
.form-btn .btn-reset:focus,
.form-btn .btn-save:focus {
    background-color: #000
}

.form-btn .btnSend {
    background-image: url(/images/icon-v.png) !important
}

.code-img {
    border: 1px solid #999 !important;
    margin-left: 15px;
    float: left;
    border-radius: 30px;
    overflow: hidden;
    height: 39px;
    position: absolute;
    right: 7px;
    top: 7px
}


/*2019-08-28 �啣� forget*/
.form-btn .forget {
    background-color: #ef8130;
    background-image: url(/images/FORGOTPW.png) !important;
    vertical-align: middle;
    color: #fff;
}

.form-btn .forget:hover,
.form-btn .forget:focus {
    background-color: #000
}

.code-img img {
    height: 100% !important;
}



.LogIn li .input-box.upbox {
    /*瑼娍�銝𠰴�*/
    padding: 20px;
    padding-top: 10px;
}

.LogIn li .input-box.upbox .upfile {
    box-sizing: border-box;
    padding-left: 110px;
}

.LogIn li .input-box.upbox .fileup_btn {
    padding: 5px 10px;
    font-size: 1.0em;
    font-weight: bold;
    width: calc(100% - 77px)
}

.LogIn li .input-box.upbox .upload-btn {
    border: 0;
    background-color: #333;
    padding: 7px 10px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-size: 1em;
    border-radius: 15px;
    padding-right: 30px;
    background-image: url(/images/upload-button.png);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    cursor: pointer
}

.LogIn li .bl_T:focus {
    background-color: #FF6
}

.LogIn li .input-box.upbox .fileList {
    margin-top: 5px;
}

.LogIn li .input-box.upbox .fileList li {
    padding: 10px 0;
    padding-bottom: 0;
    border-top: 1px dashed #ccc;
    margin-bottom: 0
}

.LogIn li .input-box.upbox .fileList li .btnDelet {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 15px;
    background-color: #666;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-size: 1em;
    padding-right: 25px;
    background-image: url(/images/icon-X.png);
    background-position: calc(100% - 6px);
    background-repeat: no-repeat;
    background-size: 14px;
}


.LogIn li .input-box.upbox .upload-btn:hover,
.LogIn li .input-box.upbox .fileList li .btnDelet:hover,
.LogIn li .input-box.upbox .upload-btn:focus,
.LogIn li .input-box.upbox .fileList li .btnDelet:focus {
    background-color: #F60
}

.LogIn ul.addbox {
    padding-top: 28px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 35px
}

.LogIn ul .delete_join {
    position: absolute;
    left: calc(50% - 61px);
    top: -10px;
    font-size: 1.1em;
    color: #fff;
    padding: 0 30px 0 10px;
    height: 30px;
    line-height: 30px;
    display: block;
    border-radius: 15px;
    background-color: #666;
    background-image: url(/images/lookbtn-close.png);
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    cursor: pointer;
    border: 0;
    z-index: 3
}

.LogIn ul .delete_join:hover,
.LogIn ul .delete_join:focus {
    background-color: #F00
}

.sel {
    width: calc(100% - 140px);
    height: 39px;
    padding-left: 15px;
    padding-right: 43px;

    border-radius: 20px;
    border: 1px solid #ccc;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 4px) center;
    background-image: url(/images/searchCriteria-arw.svg);
    cursor: pointer;
    font-size: 1em;
    color: #333;
    margin-right: 7px;
    margin-left: 15px;
    margin-top: -3px;
}

.sel::-ms-expand {
    display: none;
}


.sel:focus {
    background-color: #FF9 !important
}

.last-back {
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    position: relative;
    background-color: #47810C;
    padding: 0;
    padding-right: 12px;
    padding-left: 35px;
    background-size: 19px;
    background-image: url(/images/webadd-back.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 1.1em;
    border: 0px;
    cursor: pointer;
    font-family: "敺株�甇��擃�", Arial;

}

.last-back:hover,
.last-back:focus {
    background-color: #000
}

.LogIn li .input-box {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.LogIn li .part,
.LogIn li.part {
    width: 49% !important;
    display: inline-block;
    vertical-align: top;
}

.LogIn li .part3,
.LogIn li.part3 {
    width: 33% !important;
    display: inline-block;
    vertical-align: top;
}

.LogIn li .spmark {
    margin-top: -15px
}

@media screen and (max-width: 768px) {

    .LogIn li .part,
    .LogIn li.part,
    .LogIn li .part3,
    .LogIn li.part3 {
        width: 99% !important;
    }

    .LogIn li .spmark {
        margin-top: 0px
    }

}

.LogIn li .spbox {
    float: left;
    width: 100%;
    height: 54px;
    color: #333333;
    line-height: 52px;
    margin: 0;
    background: #FFF;
    border: 1px solid #999;
    padding: 0px 45px 0px 125px;
    border-radius: 40px;
}



.LogIn li.sp_tit {
    padding: 12px 20px;
    width: 100%;
    margin: 20px 0;
    background-color: #7dc8d1;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
}


.btnVoice,
.btnReload {
    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 0;
    width: 54px;
    height: 54px;
    background: #666;
    vertical-align: middle;
    margin-left: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btnVoice:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 54px;
    height: 54px;
    background: url(/images/i_sound.svg) no-repeat 50% 50%;
}

.btnReload:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 54px;
    height: 54px;
    background: url(/images/i_reflash.svg) no-repeat 50% 50%;
}

.btnVoice:hover,
.btnVoice:focus,
.btnReload:hover,
.btnReload:focus {
    background: #47810C;
}


.service_txt {
    border-top: 1px solid #c8c9ca;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c8c9ca;
}

.service_txt p {
    text-indent: 2em;
    font-size: 1.7em;
    margin-bottom: 8px;
    line-height: 1.7;
    line-height: 1.8
}

.service_txt a:hover,
.service_txt a:focus {
    color: #22AC25;
    text-decoration: underline
}

.service_txt .stit {
    color: #007c8a;
    font-size: 2em;
    margin: 30px 0 10px 0;
    line-height: 1.7;
    clear: both;
    text-indent: 1em;
}

.service_txt>ul>li {
    font-size: 1.7em;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2.4em;
    line-height: 1.7;
}

.service_txt>ol>li {
    font-size: 1.7em;
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 2.4em;
    line-height: 1.7;
}