* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.body {
    position: relative;
    width: 100%;
    font-size: 12px
}

.hidden-1024 {
    display: block
}

.common.header,
.header-ampulla,
.header-nav,
.hidden-1024-flex {
    display: flex
}

.hidden-1024-inline-block {
    display: inline-block
}

.switch-checkbox .label-text,
.visible-1024 {
    display: none
}

.clear {
    clear: both
}

select {
    cursor: pointer
}

.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px
}

.switch-checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2
}

.switch-checkbox label {
    background: #d4d4d4;
    height: 100%;
    width: 100%;
    border-radius: 13px;
    display: inline-block;
    position: relative;
    transition: all .2s ease-in;
    z-index: 1
}

.switch-checkbox label::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 100%;
    transition: all .2s ease-in
}

.switch-checkbox input:checked+label {
    background: #5088f6
}

.switch-checkbox input:checked+label::after {
    background: #fff;
    left: calc(100% - 24px)
}

@media only screen and (max-width:700px) {
    .font-2 {
        font-size: 23px
    }

    .font-6 {
        font-size: 14px
    }
}

@media only screen and (min-width:701px) {
    .font-1 {
        font-size: 30px
    }

    .font-2 {
        font-size: 28px
    }

    .font-3 {
        font-size: 16px
    }

    .font-4 {
        font-size: 15px
    }

    .font-5,
    .font-6,
    .font-7 {
        font-size: 14px
    }

    .font-10,
    .font-8,
    .font-9 {
        font-size: 12px
    }
}

@media only screen and (min-width:850px) {
    .font-1 {
        font-size: 36px
    }

    .font-2 {
        font-size: 32px
    }

    .font-3 {
        font-size: 30px
    }

    .font-4 {
        font-size: 20px
    }

    .font-5 {
        font-size: 18px
    }

    .font-6 {
        font-size: 16px
    }

    .font-7 {
        font-size: 14px
    }

    .font-10,
    .font-8,
    .font-9 {
        font-size: 12px
    }
}

@media only screen and (min-width:1024px) {
    .font-1 {
        font-size: 40px
    }

    .font-2 {
        font-size: 36px
    }

    .font-3 {
        font-size: 34px
    }

    .font-4 {
        font-size: 24px
    }

    .font-5 {
        font-size: 22px
    }

    .font-6 {
        font-size: 16px
    }

    .font-7 {
        font-size: 14px
    }

    .font-10,
    .font-8,
    .font-9 {
        font-size: 12px
    }
}

@media only screen and (min-width:1280px) {
    .font-1 {
        font-size: 40px
    }

    .font-2 {
        font-size: 36px
    }

    .font-3 {
        font-size: 34px
    }

    .font-4 {
        font-size: 24px
    }

    .font-5 {
        font-size: 22px
    }

    .font-6 {
        font-size: 16px
    }

    .font-7 {
        font-size: 14px
    }

    .font-10,
    .font-8,
    .font-9 {
        font-size: 12px
    }
}

@media only screen and (min-width:1440px) {
    .font-1 {
        font-size: 60px
    }

    .font-2 {
        font-size: 54px
    }

    .font-3 {
        font-size: 50px
    }

    .font-4 {
        font-size: 36px
    }

    .font-5 {
        font-size: 32px
    }

    .font-6,
    .font-7 {
        font-size: 20px
    }

    .font-8 {
        font-size: 18px
    }

    .font-9 {
        font-size: 16px
    }

    .font-10,
    .s_copyright_w p,
    .s_footer_list li a {
        font-size: 14px
    }
}

@media only screen and (min-width:1910px) {
    .font-1 {
        font-size: 60px
    }

    .font-2 {
        font-size: 54px
    }

    .font-3 {
        font-size: 50px
    }

    .font-4 {
        font-size: 36px
    }

    .font-5 {
        font-size: 32px
    }

    .font-6 {
        font-size: 22px
    }

    .font-7 {
        font-size: 20px
    }

    .font-8 {
        font-size: 18px
    }

    .font-9 {
        font-size: 16px
    }

    .font-10,
    .s_copyright_w p,
    .s_footer_list li a {
        font-size: 14px
    }
}

input[type=checkbox],
input[type=radio] {
    cursor: pointer
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    z-index: 999;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0))
}

.header-ampulla {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    align-items: center;
    height: 60px
}

.logo,
.logo-image {
    width: 144px;
    height: 40px
}

.common.header,
.header-hover-style,
.index.header:hover {
    background-image: none;
    background-color: #fff
}

.common.header::after,
.header-hover-style::after,
.index.header:hover::after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f6f6f6
}

.header-nav-item .item-mark::before,
.hover-child-inside a::before {
    height: 2px;
    background-color: #3d5fbd;
    content: "";
    left: 0
}

.common .header-nav-item a,
.header-hover-style .header-nav-item a,
.index:hover .header-nav-item a {
    color: #000
}

.header .header-nav-item:hover .item-mark a {
    color: #3d5fbd
}

.common.header .header-icon-item svg path,
.header-hover-style .header-icon-item svg path,
.index:hover .header-icon-item svg path {
    fill: #000
}

.common.header .search-svg circle,
.common.header .search-svg path,
.header-hover-style .search-svg circle,
.header-hover-style .search-svg path,
.index:hover .search-svg circle,
.index:hover .search-svg path {
    stroke: #000
}

.header-nav {
    margin-left: 56px;
    margin-right: 56px;
    align-items: center;
    flex-grow: 2;
    z-index: 9999
}

.header-nav-item {
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    cursor: pointer;
    position: relative
}

.header-nav-item.Projects {
    position: static
}

.header-nav-item a {
    color: #fff
}

.header-nav-item .item-mark {
    position: relative;
    display: block
}

.header-nav-item .item-mark::before {
    position: absolute;
    bottom: 2px;
    width: 0;
    transition: all .3s
}

.header .header-nav-item .hover-child-inside a:hover {
    color: #3d5fbd
}

.header-nav-item:hover .item-mark::before {
    width: 100%
}

.hover-child-inside {
    width: 380px;
    line-height: 42px;
    position: relative;
    margin-left: -40px;
    padding: 20px 55px 30px
}

.hover-child-inside span {
    display: block
}

.hover-child-inside a {
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    color: #333;
    white-space: nowrap
}

.hover-child-inside a::before {
    position: absolute;
    bottom: 2px;
    width: 0;
    transition: all .2s
}

.hover-child-inside a:hover:before {
    width: 100%
}

.child-scrollbar {
    max-height: calc(100vh - 154px);
    overflow-y: auto
}

.child-scrollbar::-webkit-scrollbar {
    width: 2px;
    background-color: #fff
}

.child-scrollbar::-webkit-scrollbar-thumb {
    background: #efefef
}

.nav-child {
    transform-origin: top;
    overflow: hidden;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 65px;
    background-color: #fff;
    padding: 45px 0
}

.child-flexbox,
.child-left {
    display: flex;
    position: relative
}

.child-flexbox {
    max-width: 1400px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto
}

.child-left {
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 77.8%;
    border-right: 1px solid #ccc
}

.left-nav-project {
    line-height: 28px;
    margin: 0 0 50px;
    width: 25%;
    font-size: 14px
}

.left-nav-project a {
    color: #333
}

.header .header-nav-item .left-nav-project a:hover {
    color: #3170aa
}

.child-title {
    line-height: 30px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}

.otherLanguages .child-title {
    width: calc(100% - 20px)
}

.otherLanguages .child-title a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.otherLanguages .child-left {
    width: 80%
}

.otherLanguages .child-right {
    width: 20%
}

.otherLanguages .child-right li {
    width: 100%;
    line-height: 25px;
    padding: 17px 0;
    white-space: nowrap
}

.child-img {
    width: 16rem;
    height: 10rem
}

.child-right {
    padding: 0 23px 20px;
    line-height: 1.4;
    font-size: 14px;
    position: sticky;
    top: 0;
    width: 22.2%;
    color: #333
}

.child-right a {
    color: #333
}

.child-right a:hover {
    color: #3170aa
}

.child-right li {
    width: 75%;
    padding: 0 0 0 8px;
    line-height: 60px;
    border-bottom: 1px solid #ccc
}

.child-right li:last-child {
    border-bottom: none
}

.close-button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 1.2;
    cursor: pointer
}

.nav-translate {
    position: relative
}

.nav-common-bkg {
    z-index: -1;
    top: 65px;
    position: absolute;
    width: 800px;
    background-color: #fff;
    height: 0;
    transition: height .3s
}

.close-button img {
    height: 19px;
    width: 19px
}

.hover-child {
    position: absolute;
    display: none;
    left: 0;
    background-color: transparent;
    color: #000
}

.header-nav-item:hover .hover-child {
    display: block
}

.hover-child-inside {
    opacity: 0;
    flex-direction: column;
    animation: fadeIn .3s linear .2s forwards
}

.header-icons {
    align-self: flex-end center;
    z-index: 99999;
    position: relative
}

.light-entrance {
    position: absolute;
    width: 216px;
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
    margin-right: 10px;
    line-height: 0;
    font-size: 0
}

.translate-child-wrap,
.translate-child::before {
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute
}

.light-entrance img {
    max-width: 100%
}

.translate-child-wrap {
    display: none;
    transition: none;
    transition-delay: 0s;
    top: 40px;
    padding-top: 25px;
    width: 200px;
    animation: translateChange 10s linear
}

.nav-translate:hover .translate-child .translate-child-links,
.nav-translate:hover .translate-child-wrap {
    display: block
}

.nav-translate:hover svg path.svg-fill,
.search-svg:hover svg path {
    fill: #3d5fbd
}

.translate-child {
    background-color: #fff
}

.translate-child::before {
    content: "";
    top: 5px;
    border-top: 10px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff
}

.mantle {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.translate-child .translate-child-links {
    display: none;
    animation: fadeIn .5s;
    padding: 32px
}

.translate-child .translate-child-link {
    font-size: 16px;
    display: block;
    width: auto;
    color: #333;
    height: 42px
}

.translate-child .translate-child-link span {
    position: relative;
    display: inline-block;
    line-height: 42px;
    height: 42px
}

.translate-child .translate-child-link span::before {
    content: "";
    width: 0;
    height: 2px;
    transition: all .3s linear;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3d5fbd
}

.translate-child .translate-child-link:hover span {
    color: #3d5fbd
}

.translate-child .translate-child-link:hover span::before {
    width: 100%
}

.header-icon-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.header-icon-item a,
.header-icon-item svg {
    width: 18px;
    height: 18px
}

.header-icons .svg-stroke {
    stroke: #fff;
    fill: none
}

.header-icons .svg-fill {
    fill: #fff;
    stroke: none
}

.svg-search-1,
.svg-search-2 {
    fill: none;
    stroke-width: 2px
}

.svg-search-2 {
    stroke-linecap: round
}

.svg-global-1,
.svg-global-2,
.svg-global-3 {
    fill: none
}

.svg-global-1 {
    stroke-width: 2px
}

.svg-global-4,
.svg-global-5 {
    stroke: none
}


.search-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 65px;
    background: #fff;
    z-index: 9999
}

.search-nav .search-nav-warp {
    width: 750px;
    margin: 15px auto;
    height: 36px
}

.search-nav .search-nav-warp .search-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    margin: 6px 0;
    -webkit-animation: fadeInRight .3s linear forwards;
    animation: fadeInRight .3s linear forwards
}

.search-nav .search-nav-warp .input-warp {
    width: 682px;
    overflow: hidden;
    position: relative;
    height: 36px;
    margin: 0 auto
}

.search-nav .search-nav-warp input {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    border: none;
    outline: 0;
    display: block;
    line-height: 32px;
    padding: 2px 4px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 20px;
    color: #333;
    -webkit-animation: fadeInRight .3s cubic-bezier(.13, .99, 1, 1) forwards;
    animation: fadeInRight .3s cubic-bezier(.13, .99, 1, 1) forwards
}

.search-nav .search-nav-warp .close-btn {
    width: 28px;
    padding: 4px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    transition: all .4s;
    display: none
}

.search-nav .search-nav-warp .close-btn img {
    width: 20px;
    height: 20px
}

.search-nav .search-nav-warp .close-btn:hover {
    transform: rotate(90deg)
}

.search-nav .search-nav-warp .close-btn-m {
    width: 15px;
    height: 15px
}

.search-nav .search-content {
    box-sizing: border-box;
    padding: 30px 40px;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background: #fff;
    font-size: 16px;
    border-top: 1px solid #f8f8f8;
    -webkit-animation: heightChange .3s linear .1s;
    animation: heightChange .3s linear .1s;
    transform-origin: top center
}

.search-nav .search-content-warp {
    -webkit-animation: fadeIn .2s linear .4s forwards;
    animation: fadeIn .2s linear .4s forwards;
    opacity: 0
}

.search-nav .search-recommond-title {
    color: #a0a0a0;
    margin-bottom: 6px;
    margin-top: 20px;
    display: none
}

.search-nav .search-recommond-links li {
    line-height: 42px;
    padding-left: 40px
}

.search-nav .search-recommond-links li a {
    display: inline-block;
    position: relative;
    color: #333;
    text-decoration: none
}

.search-nav .search-recommond-links li a:hover {
    color: #3d5fbd
}

.search-nav .search-recommond-links li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #3d5fbd;
    transition: all .2s
}

.search-nav .search-recommond-links li a:hover::after {
    width: 100%
}

.search-recommond-buttons {
    overflow: hidden;
    margin-top: -10px;
    margin-left: -6px
}

.search-recommond-buttons div {
    cursor: pointer;
    padding: 5px 8px;
    font-size: 16px;
    color: #1d1d1d;
    float: left;
    margin-right: 30px
}

.search-recommond-buttons div.active {
    background: #e0e0e0
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 998;
    -webkit-animation: fadeIn .2s linear;
    animation: fadeIn .2s linear
}

.slide-footer {
    background-color: #212429;
    display: flex;
    align-items: center
}

.normal {
    position: relative;
    z-index: 666
}

.footer {
    width: 100%;
    background: #212429;
    text-align: center;
    padding: 120px 0
}

.normal .footer {
    padding: 120px 0 40px
}

.footer-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff
}

.network-entrance-title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 3rem
}

.network-entrance-selectors {
    width: 100%;
    display: flex;
    background: #fff;
    border-radius: 4px
}

.network-entrance-selector-item {
    width: 40%;
    position: relative
}

.network-entrance-selector {
    margin-left: 54px;
    width: calc(100% - 54px);
    position: relative;
    z-index: 2;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4wNTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExLjA1MyA4Ij4KICA8cGF0aCBpZD0ieGlhamlhbnRvdSIgZD0iTTEzMi44MjksMjMxLjU2N2w0LjQyNi01LjhhMS4xLDEuMSwwLDAsMC0uODc2LTEuNzY4aC04Ljg1YTEuMSwxLjEsMCwwLDAtLjg3NSwxLjc2OGw0LjQyNiw1LjhhMS4xLDEuMSwwLDAsMCwxLjc1LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2LjQyOCAtMjI0KSIgZmlsbD0iIzUwNTA1MCIvPgo8L3N2Zz4K) no-repeat;
    background-size: 11px auto;
    background-position: calc(100% - 20px) center;
    -webkit-appearance: none;
    height: 60px;
    outline: 0;
    border: none;
    padding: 0 20px 0 10px;
    color: #b9b9b9;
    font-size: 14px
}

.network-entrance-selector-item:nth-child(2) {
    border-left: 1px solid #d8d9d8
}

.network-entrance-selector option,
.network-entrance-selector.selected {
    color: #333
}

.network-entrance-selector option[value=""] {
    color: #bbb
}

.network-entrance-selector-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.network-entrance-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.network-entrance-icon:after {
    content: "";
    height: 25px;
    width: 1px;
    background: #d8d9d8
}

.network-entrance-icon img {
    width: 20px;
    height: 20px;
    margin: 10px 10px 10px 22px
}

.network-entrance-button {
    width: 20%;
    background: #3170aa;
    color: #fff;
    line-height: 60px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.network-entrance-button span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all .5s
}

.network-entrance-button:hover span {
    transform: translate(-50%, -50%) scale(1.05)
}

.footer-links {
    display: flex;
    margin-top: 10rem;
    text-align: left;
    justify-content: space-between
}

.footer-link-div {
    flex-grow: 1
}

.footer-links a {
    font-size: 1.4rem;
    line-height: 2.4;
    color: #b4b4b7
}

.footer-links a:hover {
    color: #fff
}

.footer-links h3,
.footer-links h3 a {
    font-size: 1.8rem;
    color: #fff;
    line-height: 3.8rem
}

.footer-social-icons {
    display: flex;
    margin-bottom: 8rem;
    margin-top: 2rem
}

.footer-social-icon {
    width: 3.2rem;
    margin-right: 1.2rem
}

.footer-social-icon img {
    width: 3.2rem;
    height: 3.2rem
}

.footer-social-icon:last-child {
    margin-right: 0
}

a.footer-request-btn {
    display: block;
    width: 18rem;
    line-height: 4rem;
    border: 1px solid #9fa3a6;
    border-radius: 4px;
    color: #b4b4b7;
    text-align: center;
    font-weight: 700
}

a.footer-request-btn:hover {
    border: 1px solid #fff
}

.footer-bottom {
    border-top: 1px solid #707070;
    margin-top: 4rem;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-logo {
    width: 120px;
    height: 32px
}

.colorBox,
.opacity-mask,
.phone-footer {
    height: 100%
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #b4b4b7
}

.footer-bottom-link {
    margin-left: 2rem;
    padding: .3rem;
    color: #b4b4b7;
    font-size: 1.4rem
}

a.footer-bottom-link,
span.footer-bottom-link {
    cursor: pointer
}

a.footer-bottom-link:hover,
span.footer-bottom-link:hover {
    color: #fff
}

.footer-mobile-wrap {
    box-sizing: border-box;
    padding: 0 10%;
    color: #fff
}

.footer-mobile-wrap a {
    color: #fff
}

.footer-entrance {
    background-color: #3170aa;
    position: relative;
    top: -120px;
    width: 100%;
    color: #fff;
    line-height: 1.2;
    font-size: 16px
}

.swiper-ampulla .footer-entrance {
    position: absolute;
    top: 60px !important;
    left: 0;
    opacity: 0
}

.footer-entrance a {
    color: #fff;
    display: block;
    padding: 18px 20px;
    text-align: center
}

.mobile-nav {
    position: fixed;
    display: none;
    width: 100%;
    z-index: 66;
    transition: all .4s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.mobile-nav.normal {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000
}

.mobile-nav.active {
    transform: translate(0, 0) !important;
    position: fixed !important
}

.normal .mobile-nav-right circle,
.normal .mobile-nav-right path {
    stroke: #000 !important
}

.opacity-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

.nav-ampulla-title {
    display: flex !important;
    justify-content: space-between;
    box-sizing: border-box;
    height: 60px;
    width: 100%
}

.active.mobile-nav,
.active.nav-ampulla-title {
    background-color: #fff;
    transition: none
}

.mobile-logo-image {
    width: 120px;
    height: 59px;
    margin-left: 4vw
}

img.mobile-logo-image {
    display: none
}

.active img.mobile-logo-image {
    display: block
}

.active svg.mobile-logo-image {
    display: none
}

.mobile-nav-right {
    display: flex;
    align-items: center;
    height: 60px
}

.close-icon,
.menu-icon,
.search-icon {
    height: 20px;
    width: 20px
}

.mobile-nav-right span {
    padding: 1vw;
    margin-right: 2vw
}

.mobile-nav-right span:nth-child(2) {
    margin-right: 3vw
}

.close-icon {
    display: none;
    margin-right: 4vw
}

.mobile-link-content {
    margin-top: 4px;
    display: none;
    height: calc(100vh - 60px);
    overflow-y: scroll;
    position: relative;
    -webkit-animation: heightChange .5s;
    animation: heightChange .5s;
    transform-origin: top;
    background: #fff
}

.mobile-link-content * {
    font-size: 16px
}

.mobile-link-list {
    padding: 50px 30px;
    color: #333;
    -webkit-animation: fadeIn .3s linear .3s forwards;
    animation: fadeIn .3s linear .3s forwards;
    opacity: 0
}

.mobile-link-list.pb-0 {
    padding-bottom: 0
}

.mobile-link-list:first-child {
    padding: 0 30px !important
}

.mobile-link-list a {
    color: #333
}

.mobile-link-list .mobile-child-link,
.mobile-link-list .mobile-link-title {
    display: block;
    line-height: 42px
}

.mobile-link-list .mobile-link-title {
    padding: 0 8px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    align-items: center
}

.mobile-link-list .mobile-child-link {
    border-top: 1px solid #c1c1c1;
    padding: 10px 0
}

.mobile-link-list .mobile-link-item {
    border-bottom: 1px solid #c1c1c1
}

.mobile-link-list .mobile-link-item span {
    padding: 12px 0 12px 24px;
    line-height: 0;
    display: block
}

.mobile-link-list .mobile-link-title img {
    width: 12px
}

.mobile-link-list .mobile-link-item .nav-close img {
    transform: rotate(45deg)
}

.mobile-link-list .mobile-link-item.current .nav-close img {
    transform: rotate(0)
}

.mobile-link-list .mobile-child-link {
    text-indent: 20px;
    font-size: 90%;
    padding-bottom: 15px;
    display: none;
    transform-origin: top
}

.mobile-link-list .mobile-child-link a,
.mobile-link-list .mobile-link-item.current .mobile-child-link {
    display: block
}

.mobile-link-list .mobile-child-link a {
    font-size: 13px
}

.openitemImg {
    transform: rotate(0) !important
}

.colorBox {
    background-color: #000
}

.mobile-request-link {
    width: 80vw;
    margin: 12.8vw auto calc(12.8vw + 80px);
    max-width: 300px;
    border: 1px solid #707070;
    border-radius: 4px;
    height: 10vw;
    min-height: 42px;
    max-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center
}

a.mobile-nav-user-center {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 8.5vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 14.4vw;
    min-height: 48px;
    max-height: 80px;
    background: #fff;
    border-top: 1px solid #c1c1c1;
    color: #333
}

.mobile-nav-user-center svg {
    margin-right: 6px
}

.handle-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.handle-image.wdt {
    height: 100%;
    width: auto
}

.cookie-agreement {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 666;
    display: none
}

.cookie-agreement-ampulla {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    font-size: 14px;
    color: #eee;
    padding: 30px 160px;
    position: relative
}

.cookie-privacy-link {
    display: inline-block;
    color: #fff;
    text-decoration: underline !important
}

.cookie-agreement-content {
    width: 900px
}

.cookie-agreement-buttons {
    display: flex;
    margin-top: 16px
}

.cookie-agreement-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 16px
}

.cookie-agreement-button svg {
    width: 12px;
    height: 12px;
    margin-left: 4px
}

.cookie-agreement-button path {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 2px
}

.cookie-accept-button {
    background: #fff;
    color: #000
}

.cookie-accept-button path {
    fill: none;
    stroke: #000
}

.cookie-agreement-close {
    position: absolute;
    right: 30px;
    top: 40px;
    transform: translate(0, -50%);
    padding: 6px;
    cursor: pointer
}

.cookie-agreement-close svg {
    fill: #fff;
    width: 12px;
    height: 12px
}

.cookie-setting-wrap {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 750px;
    background: #fff;
    z-index: 666;
    display: none
}

.cookie-setting-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    padding-top: 163px;
    width: 260px;
    background: #f6f6f6
}

.cookie-setting-content-title,
.cookie-setting-tab-title {
    line-height: 30px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700
}

.cookie-setting-tab-title {
    background: #f6f6f6;
    transition: all .5s
}

.on .cookie-setting-tab-title {
    background: #fff
}

.cookie-setting-content {
    padding: 163px 63px 0 35px;
    display: none;
    position: absolute;
    left: 260px;
    top: 0;
    width: 490px
}

.on .cookie-setting-content {
    display: block
}

.cookie-setting-content-title {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cookie-setting-small-text {
    color: #5088f6
}

.cookie-setting-description {
    line-height: 2;
    font-size: 14px
}

.cookie-setting-description p {
    margin-bottom: 30px
}

.cookie-setting-description .cookie-privacy-link {
    color: #000
}

.cookie-setting-description .cookie-privacy-link:hover {
    color: #3d5fbd
}

.cookie-setting-buttons {
    position: absolute;
    bottom: 118px;
    left: 0;
    width: 100%;
    padding: 0 63px 0 260px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 35px;
    max-width: 750px
}

.cookie-setting-button {
    width: 180px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    position: relative;
    cursor: pointer
}

.cookie-setting-button-all::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #9fa3a6;
    border-radius: 4px
}

.cookie-setting-button-all,
.cookie-setting-button-confirm {
    left: 50%;
    top: 50%;
    height: 100%;
    transition: all .3s;
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%)
}

.cookie-setting-button-all {
    display: none
}

.cookie-setting-button-confirm {
    color: #fff;
    background: #3170aa;
    border-radius: 4px
}

.cookie-setting-button:hover .cookie-setting-button-all,
.cookie-setting-button:hover .cookie-setting-button-confirm {
    transform: translate(-50%, -50%) scale(1.05)
}

.cookie-setting-close {
    position: absolute;
    top: 90px;
    right: 30px;
    padding: 10px;
    cursor: pointer;
    z-index: 2
}

.cookie-setting-close img {
    width: 18px;
    height: 18px;
    display: block
}

@media screen and (max-height:900px) and (min-width:1025px) {
    .cookie-setting-description {
        line-height: 1.6
    }

    .cookie-setting-content,
    .cookie-setting-left {
        padding-top: 100px
    }

    .cookie-setting-buttons {
        bottom: 70px
    }

    .cookie-setting-close {
        top: 70px
    }
}

@media screen and (max-height:800px) and (min-width:1025px) {
    .cookie-setting-content {
        padding: 0 40px 0 24px
    }

    .cookie-setting-description {
        line-height: 1.6
    }

    .cookie-setting-description p {
        margin-bottom: 10px
    }

    .cookie-setting-content-title,
    .cookie-setting-tab-title {
        padding: 10px 20px;
        font-size: 15px
    }

    .cookie-setting-content-title {
        padding: 10px 0
    }

    .cookie-setting-content,
    .cookie-setting-left {
        padding-top: 90px
    }

    .cookie-setting-buttons {
        bottom: 50px
    }

    .cookie-setting-close {
        top: 60px
    }
}

@media screen and (max-height:720px) and (min-width:1025px) {

    .cookie-setting-content-title,
    .cookie-setting-tab-title {
        font-size: 14px;
        line-height: 1.6
    }

    .cookie-setting-button,
    .cookie-setting-description {
        font-size: 13px
    }

    .cookie-setting-button {
        line-height: 32px;
        height: 32px
    }
}

@media screen and (min-width:1025px) {
    .cookie-agreement-button:hover {
        background: rgba(255, 255, 255, .9);
        color: #000
    }

    .cookie-agreement-button:hover path {
        stroke: #1d1d1d
    }
}

@media screen and (max-width:1024px) {
    .cookie-setting-wrap {
        width: 100%
    }

    .cookie-setting-content,
    .cookie-setting-left {
        padding-top: 90px
    }

    .cookie-setting-content-title,
    .cookie-setting-tab-title {
        font-size: 14px;
        line-height: 1.6
    }

    .cookie-setting-description p {
        margin-bottom: 16px
    }

    .cookie-setting-button,
    .cookie-setting-description {
        font-size: 13px
    }

    .cookie-setting-button {
        line-height: 32px;
        height: 32px
    }

    .cookie-setting-close {
        top: 60px
    }
}

@media screen and (max-width:1023px) {
    .cookie-agreement-ampulla {
        padding: 30px 80px 30px 5%
    }

    .cookie-agreement-content {
        width: calc(100% - 110px)
    }
}

@media screen and (min-width:769px) {
    .search-nav .search-content {
        display: none
    }
}

@media screen and (max-width:768px) {
    .mobile-link-content * {
        font-size: 15px
    }

    .search-nav {
        top: 0;
        left: 0;
        background: #fff
    }

    .search-nav::before {
        width: 100%;
        height: 1px;
        background: #f0f0f0;
        position: absolute;
        left: 0;
        top: 0;
        content: ""
    }

    .search-nav .logo {
        width: 120px;
        height: 59px;
        padding: 14px 0
    }

    .nav-ampulla-search {
        display: flex !important;
        justify-content: space-between;
        padding-left: 4vw;
        height: 60px;
        width: 100%;
        padding-bottom: 1vw;
        background: #fff
    }

    .close-btn-m {
        float: right;
        margin-top: 8px;
        padding: 0 4vw
    }

    .search-nav .close-btn {
        display: none
    }

    .search-nav .search-nav-warp .search-icon {
        z-index: 2;
        position: static;
        width: 18px;
        transform: translate(0, -50%)
    }

    .search-nav .search-nav-warp {
        margin: 0;
        padding: 0 4vw 1vw;
        width: 100%;
        display: flex;
        background: #fff
    }

    .search-nav .search-nav-warp .input-warp {
        width: 100%;
        z-index: 1;
        background: #fff
    }

    .search-nav .search-nav-warp input {
        font-size: 16px;
        border-radius: 0;
        border-bottom: none;
        left: 1vw;
        top: 0;
        height: 36px;
        line-height: 20px;
        padding: 8px
    }

    .search-nav .search-recommond-buttons {
        margin-left: calc(18px + 1vw)
    }

    .search-nav .search-content {
        padding: 10px;
        top: 36px
    }

    .search-nav .search-recommond-links li {
        line-height: 22px;
        padding: 6px 0 6px 20px
    }

    .search-nav .search-recommond-links li a {
        font-size: 14px
    }

    .search-nav .close-btn-m img {
        width: 18px;
        height: 18px
    }
}

@media screen and (max-width:750px) {
    .cookie-setting-content {
        width: calc(100vw - 260px)
    }
}

@media screen and (max-width:660px) {
    .cookie-setting-tab-title {
        padding: 12px 20px;
        transition: none
    }

    .cookie-setting-left {
        background: #fff;
        position: relative;
        width: 100%;
        height: auto;
        z-index: 1
    }

    .cookie-setting-tab {
        background: #f6f6f6;
        margin-bottom: 1px
    }

    .cookie-setting-tab.on {
        background: #fff
    }

    .cookie-setting-content-title {
        padding: 6px 0 12px;
        margin-bottom: 6px
    }

    .cookie-setting-content {
        position: static;
        width: 100%;
        padding: 10px 20px 0
    }

    .cookie-setting-tab-title {
        position: relative;
        background: 0 0
    }

    .on .cookie-setting-tab-title:after {
        content: "";
        position: absolute;
        left: 0;
        top: 5%;
        height: 90%;
        width: 4px;
        background: #3d5fbd
    }

    .cookie-setting-buttons {
        padding: 0 30px;
        justify-content: center;
        bottom: 80px;
        margin-left: 0
    }

    .cookie-setting-button {
        line-height: 40px;
        height: 40px
    }

    .cookie-setting-button:first-child {
        margin-left: 0
    }

    .cookie-setting-close {
        right: 10px
    }
}

@media screen and (max-width:560px) {
    .cookie-agreement-ampulla {
        padding: 24px 5%;
        display: block
    }

    .cookie-agreement-close {
        top: 5px;
        right: 5px;
        transform: translate(0, 0)
    }

    .cookie-agreement-content {
        width: 100%
    }

    .cookie-agreement-button {
        padding: 4px 12px
    }

    .cookie-setting-left {
        padding-top: 60px
    }

    .cookie-setting-button,
    .cookie-setting-description {
        font-size: 12px;
        height: 36px;
        line-height: 36px
    }

    .cookie-setting-buttons {
        bottom: 30px
    }

    .hide-560 {
        display: none !important
    }
}

@media screen and (max-width:414px) {
    .cookie-setting-description {
        line-height: 1.4
    }

    .cookie-setting-description p {
        margin-bottom: 8px
    }

    .switch-checkbox {
        width: 42px;
        height: 22px
    }

    .switch-checkbox label {
        border-radius: 11px
    }

    .switch-checkbox label::after {
        width: 18px;
        height: 18px
    }

    .switch-checkbox input:checked+label::after {
        left: calc(100% - 20px)
    }
}

@media screen and (max-width:375px) {

    .cookie-setting-content-title,
    .cookie-setting-tab-title {
        line-height: 1.4
    }

    .cookie-setting-tab-title {
        padding: 8px 20px
    }

    .on .cookie-setting-tab-title {
        margin-bottom: 0
    }

    .cookie-setting-content-title {
        padding: 8px 0
    }

    .cookie-setting-content {
        padding-top: 6px
    }
}

@media screen and (max-width:350px) {
    .cookie-agreement-button {
        font-size: 12px !important
    }
}

@media screen and (min-width:1921px) {
    .header-nav-item {
        font-size: 18px
    }

    .child-title {
        font-size: 20px
    }

    .header-icon-item a,
    .header-icon-item svg {
        width: 20px;
        height: 20px
    }

    .slide-footer {
        padding-top: 180px;
        align-items: flex-start
    }
}

@media screen and (min-width:1441px) {

    .child-flexbox,
    .header-ampulla {
        max-width: 1400px
    }
}

@media screen and (max-width:1440px) and (min-width:1281px) {

    .child-flexbox,
    .footer-wrap,
    .header-ampulla {
        max-width: 1200px
    }

    .child-img {
        width: 17.7rem;
        height: 11.1rem
    }
}

@media screen and (max-width:1440px) {
    .child-scrollbar {
        max-height: calc(100vh - 124px)
    }

    .nav-child {
        padding: 30px 0
    }

    .left-nav-project {
        margin: 0 0 24px
    }
}

@media screen and (max-width:1380px) and (min-width:1281px) {
    .translate-child-wrap {
        left: calc(50% + 50vw - 690px)
    }

    .translate-child::before {
        left: calc(50% - 50vw + 690px)
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {
    .child-title {
        font-size: 16px
    }

    .child-flexbox,
    .footer-wrap,
    .header-ampulla {
        max-width: 1280px;
        padding: 0 20px
    }

    .left-nav-project {
        font-size: 12px
    }

    .child-img {
        width: 17.7rem;
        height: 11.1rem
    }
}

.footer-mobile-link {
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px solid #707070;
    padding: 0 1.5vw 0 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width:1024px) {
    .light-entrance {
        position: relative;
        transform: none;
        width: auto;
        height: 23px;
        top: -2px;
        right: 0
    }

    .light-entrance img {
        height: 100%
    }

    body {
        max-width: 100vw
    }

    .hidden-1024,
    .hidden-1024-flex,
    .hidden-1024-inline-block {
        display: none
    }

    .visible-1024 {
        display: block
    }

    .header {
        display: none !important
    }

    .mobile-nav {
        display: block !important
    }

    .mobile-network-entrance-title {
        font-size: 28px
    }

    .slide-footer {
        padding-top: 30px
    }

    .footer-mobile-request-btn,
    a.mobile-network-entrance-button {
        width: calc(100% - 6vw);
        height: 10vw;
        max-width: 600px;
        max-height: 64px;
        background: #fff;
        color: #212429;
        margin: 40px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        border-radius: 4px
    }

    .footer-mobile-bottom-copyright,
    a.footer-mobile-bottom-link,
    a.footer-mobile-request-btn {
        color: #b4b4b7
    }

    .footer-mobile-request-btn {
        background: 0 0;
        border: 1px solid #6c6f73
    }

    .mobile-network-entrance-button img {
        margin-right: 6px
    }

    .footer-social-icons {
        margin-top: 7vw;
        margin-bottom: 6vw;
        align-items: center;
        justify-content: center
    }

    .footer-social-icon {
        margin: 0 10px
    }

    .footer-social-icon,
    .footer-social-icon img {
        max-width: 42px;
        max-height: 42px;
        width: 6vw;
        height: 6vw;
        min-width: 28px;
        min-height: 28px
    }

    .footer-mobile-bottom-links {
        display: flex;
        align-items: center;
        justify-content: center
    }

    a.footer-mobile-bottom-link {
        margin: 0 10px
    }

    .footer-mobile-bottom-copyright,
    .footer-mobile-bottom-links,
    .footer-social-icons a {
        font-size: 14px;
        line-height: 2
    }
}

@media screen and (max-width:768px) {
    .search-nav .search-recommond-buttons {
        margin-top: 0
    }

    .search-nav .close-btn-m img {
        margin-top: 10px
    }

    .mobile-network-entrance-title {
        font-size: 24px
    }

    .footer-mobile-request-btn,
    a.mobile-network-entrance-button {
        font-size: 16px
    }

    .footer-mobile-request-btn {
        margin-top: 7.6vw
    }

    @media screen and (min-width:561px) {
        .swiper-slide-next .footer-entrance {
            opacity: 1;
            transition: all .5s .5s
        }
    }
}

@media screen and (max-width:560px) {

    .footer-mobile-request-btn,
    a.mobile-network-entrance-button {
        font-size: 14px;
        margin-top: 8.4vw;
        margin-bottom: 5.4vw
    }

    .mobile-network-entrance-button img {
        width: 13px
    }

    .normal .footer {
        padding: 10vw 0 24vw
    }

    .footer-mobile-link {
        font-size: 14px;
        line-height: 48px
    }

    .footer-mobile-bottom-copyright,
    .footer-mobile-bottom-links,
    .footer-social-icons a,
    a.footer-mobile-bottom-link {
        font-size: 12px
    }

    .footer-entrance {
        top: -10vw;
        font-size: 2.76vw
    }

    .footer-entrance-text-left {
        display: inline-block;
        max-width: 63vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .footer-entrance a {
        height: 10vw;
        padding: 0 8vw;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .footer-entrance-text-right {
        display: flex;
        align-items: center;
        flex-wrap: nowrap
    }

    .footer-entrance-text-right b {
        white-space: nowrap;
        padding: 0 4px
    }

    .swiper-slide-active .footer-entrance {
        opacity: 1;
        transition: all .5s .5s
    }
}

@media screen and (max-width:414px) {
    .mobile-link-content * {
        font-size: 14px
    }

    .hidden-414 {
        display: none
    }

    .mobile-network-entrance-title {
        font-size: 18px
    }

    .footer-mobile-bottom-copyright,
    .footer-mobile-bottom-links,
    .footer-social-icons a {
        font-size: 12px
    }
}

@media screen and (max-width:375px) {
    .mobile-network-entrance-title {
        font-size: 16px
    }

    .footer-mobile-request-btn,
    .mobile-network-entrance-button {
        font-size: 13px
    }
}

@media screen and (max-width:320px) {
    .footer-mobile-link {
        line-height: 40px
    }
}

@keyframes heightNavEnter {
    0% {
        top: -440px
    }

    100% {
        top: 65px
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes widthChange {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes heightChange {
    0% {
        transform: scale(1, 0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes translateChange {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

@keyframes widthChage {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes widthChage {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.drop-down-selector {
    width: 300px;
    height: 42px;
    position: relative;
    text-align: left;
    cursor: pointer
}

.drop-down-selector input,
.fit-parent.drop-down-selector {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 14px
}

.drop-down-selector input {
    border: 1px solid #ccc;
    outline: 0;
    padding: 0 26px 0 10px;
    z-index: 0;
    cursor: pointer
}

.no-border.drop-down-selector input {
    border: none
}

.drop-down-selector .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4wNTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExLjA1MyA4Ij4KICA8cGF0aCBpZD0ieGlhamlhbnRvdSIgZD0iTTEzMi44MjksMjMxLjU2N2w0LjQyNi01LjhhMS4xLDEuMSwwLDAsMC0uODc2LTEuNzY4aC04Ljg1YTEuMSwxLjEsMCwwLDAtLjg3NSwxLjc2OGw0LjQyNiw1LjhhMS4xLDEuMSwwLDAsMCwxLjc1LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2LjQyOCAtMjI0KSIgZmlsbD0iIzUwNTA1MCIvPgo8L3N2Zz4K) no-repeat;
    background-size: contain;
    z-index: 1
}

.drop-down-tips {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 10px 0;
    border: 1px solid #ccc;
    background: #fff;
    max-height: 300px;
    overflow-y: scroll;
    margin-top: -1px;
    display: none
}

.no-data {
    line-height: 2;
    color: #888;
    font-size: 14px;
    padding: 4px 12px
}

.drop-down-tips::-webkit-scrollbar {
    width: 4px;
    background-color: #fff
}

.drop-down-tips::-webkit-scrollbar-thumb {
    background: #ccc
}

.drop-down-tips-item {
    font-size: 14px;
    color: #111;
    padding: 10px 20px;
    cursor: pointer
}

.drop-down-tips-item.cur {
    color: #0764d9
}

.drop-down-tips-item:hover {
    background: #eee
}

.global-websites {
    position: fixed;
    z-index: 666666;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    display: none
}

.global-websites-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 70%;
    max-width: 1100px;
    border-radius: 18px;
    text-align: center;
    padding: 8rem 10rem 6rem;
    display: flex;
    flex-wrap: wrap
}

.global-websites-wrap a {
    width: 33.3%;
    font-size: 2.8rem;
    line-height: 1.6;
    color: #3573e7;
    margin-bottom: 2rem;
    text-align: left;
    cursor: pointer
}

.global-websites-wrap a:hover {
    text-decoration: underline
}

.global-websites-close {
    position: absolute;
    left: 3rem;
    top: 3rem;
    width: 3rem;
    height: 3rem;
    stroke: #aaa;
    fill: #aaa;
    cursor: pointer;
    transition: all .5s;
    transform-origin: center
}

.global-websites-close:hover {
    transform: rotate(90deg)
}

@media screen and (max-width:767px) {
    .global-websites-wrap a {
        width: 50%
    }
}

@media screen and (max-width:600px) {
    .global-websites-close {
        width: 20px;
        height: 20px
    }
}

@media screen and (max-width:480px) {
    .global-websites-wrap a {
        text-align: center
    }

    .global-websites-close {
        padding: .2vw
    }
}

@media screen and (max-width:414px) {
    .global-websites-wrap a {
        width: 100%
    }
}

@media screen and (max-width:350px) {
    .global-websites-close {
        width: 16px;
        height: 16px
    }
}