.header {
    background-color: #fff;
    box-sizing: content-box;
    font-family: '微软雅黑';
    font-size: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    -webkit-text-size-adjust: none;
    z-index: 1000
}

.head_left {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center
}

.head_licon {
    /* width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 6px;
    display: table-cell;
    position: relative */
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 6px;
    display: inline-block;
    position: relative;
    border: none;
    box-sizing: content-box;
    vertical-align: middle;
}
.header_icon{
    vertical-align: middle;
    display: inline-block;
}
#uers_icon.head_licon img{
    width: 26px;
    height: 22px;
    max-width: 22px;
    vertical-align: middle;
}
.head_licon-r18 {
    padding: 6px;
    display: table-cell;
    vertical-align: top
}

.head_licon-show {
    background-color: #f7f7f7
}

.header_cont {
    display: none;
    background-color: #f7f7f7;
    min-height: 100vh
}

._n4v1-hide {
    display: none !important
}

._n4v1-show {
    display: block !important
}

.header_logo {
    display: table-cell;
    width: 100%;
    padding: 0 5px 0 10px;
    vertical-align: middle
}

._n4v1-global+.header_logo {
    display: table-cell;
    width: 100%;
    padding: 0 5px;
    vertical-align: middle
}

.header_logo a {
    display: table-cell;
    text-decoration: none
}

.header_logo img {
    max-width: 100%;
    vertical-align: middle
}

.header_logo p {
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    overflow: hidden;
    margin: 0;
    letter-spacing: -.5px;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

._n4v1-notification-badge::before {
    content: "";
    position: absolute;
    padding: 3px;
    background-color: #ef5350;
    border-radius: 10px;
    top: 10px;
    right: 10px
}

.headtwo_links {
    background-color: #f7f7f7;
    display: block;
    margin: 0;
    padding: 6px 10px 10px 10px;
    position: relative
}

.headtwo_link {
    display: inline-block;
    list-style: none;
    line-height: 44px;
    font-size: 0
}

.headtwo_link a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 14px
}

.headtwo_link span {
    vertical-align: middle;
    display: inline-block
}

.head_linkicon {
    display: inline-block;
    margin: 0 -2px 0 0;
    vertical-align: middle
}

.head_linkicon-r18 {
    display: inline-block;
    margin: 0 -2px 0 0;
    vertical-align: middle
}

._n4v1-global-exchange-link {
    display: inline-block;
    list-style: none;
    position: absolute;
    right: 10px;
    top: 0
}

._n4v1-global-exchange-link a {
    display: inline-block;
    width: 100px;
    height: 34px;
    margin: 15px 0;
    padding: 4px 0 6px 0;
    line-height: 13px;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: none;
    border-radius: 17px;
    box-sizing: border-box;
    text-align: center
}

._n4v1-global-link-to-r18 a {
    border: 1px solid #ff5a6e;
    color: #ff5a6e
}

._n4v1-global-link-to-com a {
    border: 1px solid #00bcd4;
    color: #00bcd4
}

._n4v1-global-link-site-name {
    font-size: 10px;
    transform: scale(.8);
    white-space: nowrap;
    display: block
}

.header_download {
    background-color: #f7f7f7;
    list-style: none;
    margin: 0;
    padding: 0 10px 8px 10px
}

.header_download_item_mt_20 {
    margin-top: 20px
}

.head_download_link {
    display: block;
    text-decoration: none;
    height: 45px
}

.header_download_item {
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 2px;
    position: relative
}

.head_downloadicon {
    padding: 7.5px 7.5px 7.5px 10px;
    display: inline-block
}

.head_download_txt {
    color: #555;
    font-size: 16px;
    position: absolute;
    top: 11px;
    padding-left: 2px
}

.header_download_item-text-r18 {
    color: #555;
    font-size: 16px;
    position: absolute;
    top: 11px;
    padding-left: 14px
}

._n4v1-global-selected {
    color: #a0a1a3
}

.head_download_arrow {
    vertical-align: top;
    bottom: 0;
    height: 12px;
    margin: 18px 0 0 0;
    position: absolute;
    right: 19px;
    top: 0;
    width: 7px
}

.header_download_top {
    height: 45px
}

.header_download_top::after {
    content: '';
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    bottom: 0;
    height: 24px;
    margin: 9.5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 24px
}

.head_downloarrow {
    -webkit-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
    bottom: 0;
    display: block;
    font-size: 0;
    margin: 16.8px 0 0 0;
    position: absolute;
    right: 19.5px;
    top: 0;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out
}

.head_downloarrow_active {
    margin: 15.8px 0 0 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.head_download_hbot {
    font-size: 0;
    list-style: none;
    line-height: 0;
    margin: 0;
    padding: 0
}

.head_download_hbot-open {
    padding-bottom: 10px
}

.head_download_hbotitem {
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    font-weight: normal;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 0
}

.head_download_hbot-open .head_download_hbotitem {
    width: 50%
}

.head_downloadlink {
    display: block;
    text-decoration: none;
    color: #333 !important;
    line-height: 1.4;
    padding: 0 15px;
    transition: padding-top .15s linear, padding-bottom .15s linear
}

.head_download_hbot-open .head_downloadlink {
    padding: 12px 15px
}

.head_downloadtxt {
    font-size: 0;
    line-height: 0;
    margin-right: 20px;
    max-height: 39.2px;
    opacity: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: font-size .1s linear, line-height .1s linear, opacity .5s linear .05s, visibility .5s linear .05s;
    visibility: hidden
}

.head_download_hbot-open .head_downloadtxt {
    font-size: 14px;
    line-height: 1.4;
    opacity: 1;
    transition: font-size .01s linear, line-height .1s linear, opacity .1s linear .01s, visibility .1s linear .01s;
    visibility: visible
}

._n4v1-floor-service-icon {
    padding-right: 7.5px;
    float: left;
    visibility: hidden
}

.head_download_hbot-open ._n4v1-floor-service-icon {
    visibility: visible
}

._n4v1-floor-service-icon-left {
    float: left
}

.head_download_hbotitem-service-text {
    font-size: 0;
    line-height: 0;
    margin-right: 20px;
    max-height: 39.2px;
    opacity: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: font-size .1s linear, line-height .1s linear, opacity .5s linear .05s, visibility .5s linear .05s;
    visibility: hidden
}

.head_download_hbot-open .head_download_hbotitem-service-text {
    font-size: 14px;
    line-height: 1.6;
    opacity: 1;
    transition: font-size .01s linear, line-height .1s linear, opacity .1s linear .01s, visibility .1s linear .01s;
    visibility: visible
}

.head_download_height {
    height: 0
}

.head_downloadarrow {
    vertical-align: top;
    height: 12px;
    width: 7px;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    right: 19.1px;
    top: 0
}

._n4v1-global-com-services-headline {
    margin: 0;
    padding: 10px 15px;
    overflow: hidden
}

._n4v1-search-top {
    display: none
}

._n4v1-search-contents {
    overflow: scroll;
    padding: 10px;
    color: #333
}

._n4v1-search-init-contents {
    overflow: scroll;
    padding: 10px;
    color: #333
}

._n4v1-search-init-button-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

._n4v1-search-cancel-button-com {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #00bcd4;
    font-size: 15px;
    margin-bottom: 10px;
    min-width: 100px
}

._n4v1-search-cancel-button-r18 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #ff5a6e;
    font-size: 15px;
    margin-bottom: 10px;
    min-width: 100px
}

._n4v1-search-cancel-text {
    text-align: center
}

._n4v1-search-form {
    position: relative
}

._n4v1-search-category {
    border: 1px #c1c1c1 solid;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #fff;
    overflow: hidden
}

._n4v1-search-select {
    margin: 0;
    height: 34px;
    font-size: 12px;
    vertical-align: bottom;
    border: 0;
    background: transparent;
    line-height: 1.6;
    width: 130%;
    padding: 3px 1.5em 3px 10px;
    box-sizing: border-box;
    -webkit-appearance: none
}

._n4v1-search-category::before,
._n4v1-search-category::after {
    content: '';
    position: absolute;
    right: 12px;
    border-style: solid;
    border-color: transparent;
    display: block
}

._n4v1-search-category::before {
    margin-top: 12px;
    border-width: 0 3px 5px 3px;
    border-bottom-color: #666
}

._n4v1-search-category::after {
    margin-top: -15px;
    border-width: 5px 3px 0 3px;
    border-top-color: #666
}

._n4v1-search-input-area {
    position: relative;
    padding-right: 56px;
    margin-bottom: 10px
}

._n4v1-search-input-button-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

._n4v1-search-input {
    line-height: 34px;
    margin: 0;
    width: 100%;
    text-align: left;
    border: 1px solid #c1c1c1;
    border-right-width: 0;
    height: 44px;
    padding: 3px 45px 3px 10px;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
    outline: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    box-shadow: none;
    color: #333
}

._n4v1-search-init-input-area {
    position: relative;
    padding-right: 56px;
    margin-bottom: 10px
}

._n4v1-search-init-input {
    line-height: 34px;
    margin: 0;
    width: 100%;
    text-align: left;
    border: 1px solid #c1c1c1;
    border-right-width: 0;
    height: 44px;
    padding: 3px 45px 3px 10px;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
    outline: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    box-shadow: none;
    color: #333
}

._n4v1-search-input::-webkit-input-placeholder {
    color: #d7d7d7;
    font-size: 14px;
    font-weight: normal
}

._n4v1-search-input-com:focus {
    border-color: #00bcd4
}

._n4v1-search-input-r18:focus {
    border-color: #ff5a6e
}

._n4v1-search-input-reset {
    background-color: transparent;
    display: none;
    font-size: 0;
    width: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 72px;
    height: 100%;
    box-sizing: border-box
}

._n4v1-search-submit {
    width: 56px;
    height: 44px;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-shadow: none;
    box-shadow: none;
    padding: 3px
}

._n4v1-search-submit-r18 {
    width: 56px;
    height: 44px;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-shadow: none;
    box-shadow: none;
    padding: 12px
}

._n4v1-search-show {
    display: block
}

._n4v1-search-hide {
    display: none
}

._n4v1-search-history-area {
    margin: 0 -10px
}

._n4v1-search-histories {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px
}

._n4v1-search-history {
    margin: 0 0 2px 0;
    padding: 0;
    width: 100%;
    background: #fff;
    position: relative;
    display: table;
    box-sizing: border-box
}

._n4v1-search-history-text {
    margin: 0 40px 0 0;
    padding: 11.5px 0 11.5px 10px
}

._n4v1-search-history-text span {
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

._n4v1-search-history img {
    width: 40px;
    height: 44px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 10.5px;
    margin: auto
}

._n4v1-search-delete-all-history {
    margin: 0;
    padding: 20px 0;
    color: #00bcd4;
    text-align: center;
    font-size: 14px
}

._n4v1-search-history-title {
    padding: 3px;
    margin: 3px;
    text-align: left;
    color: black;
    font-size: medium
}

._n4v1-search-suggest {
    margin-top: 10px
}

._n4v1-search-suggest ul {
    margin: 0;
    padding: 0;
    list-style: none
}

._n4v1-search-suggest li {
    margin: 0 -10px;
    background: #fff;
    margin-top: 2px;
    border-bottom: 0;
    box-sizing: border-box;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden
}

._n4v1-search-suggest-service a {
    display: block;
    line-height: 1;
    padding: 12px 15px;
    text-decoration: none
}

._n4v1-search-suggest-service span {
    margin-top: 5px;
    font-weight: normal;
    font-size: 12px;
    color: #a4a4a4;
    display: block;
    overflow: hidden
}

._n4v1-search-suggest-word li {
    padding: 11px 15px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

._n4v1-search-suggest-hide {
    display: none
}

._n4v1-search-com-color {
    font-weight: bold;
    color: black !important
}

._n4v1-search-r18-color {
    font-weight: bold;
    color: black !important
}

._n4v1-search-com-bg {
    background-color: #00bcd4
}

._n4v1-search-r18-bg {
    background-color: #ff5a6e
}

._n4v1-login-r18 {
    padding: 6px;
    display: table-cell;
    vertical-align: top
}

._n4v1-login-item-new {
    white-space: nowrap;
    margin-right: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 12px;
    color: #c00;
    flex: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    gap: 14px;
    width: 30px;
    height: 12px;
    border: 1px solid #c00;
    border-radius: 100px
}

._n4v1-login-coupon-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start
}

._n4v1-login-contents {
    padding: 10px;
    font-size: 14px
}

._n4v1-login-contents a {
    text-decoration: none
}

._n4v1-login-guest {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin-bottom: 22px
}

._n4v1-login-guest-button {
    display: inline-block;
    text-align: center;
    width: 145px;
    color: #333 !important;
    border-radius: 100px
}

._n4v1-login-guest-register {
    background-color: #ffca46;
    border: 1px solid #ffca46;
    margin-right: 6px;
    font-size: 14px;
    padding: 8px 0
}

._n4v1-login-guest-login {
    border: solid 1px #c1c1c1;
    font-size: 16px;
    padding: 6px 0
}

._n4v1-login-guest-text-r18 {
    margin-top: 5px;
    font-size: 10px;
    display: block;
    color: #7c7c7c;
    letter-spacing: -.4px
}

._n4v1-login-my {
    display: block;
    position: relative;
    width: 100%;
    min-height: 44px;
    padding: 12px 35px 7px 45px;
    color: rgba(0, 0, 0, .8) !important;
    box-sizing: border-box;
    background-color: #fff
}

._n4v1-login-my-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    bottom: 0;
    left: 3px;
    margin: auto 0
}

._n4v1-login-my-icon-r18 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0
}

._n4v1-login-my-arrow {
    vertical-align: top;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 15px;
    width: 7px
}

._n4v1-login-point {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 44px;
    padding: 13px 10px 13px 45px;
    color: rgba(0, 0, 0, .8);
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 2px
}

._n4v1-login-point-icon {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0
}

._n4v1-login-point-icon-r18 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0
}

._n4v1-login-point-link-to-point {
    width: 100%;
    vertical-align: middle
}

._n4v1-login-point-value {
    font-size: 16px;
    line-height: 1.4;
    color: #ff5a6e
}

._n4v1-login-point-unit {
    font-size: 12px;
    color: #1f2d3d
}

._n4v1-login-point-balances {
    display: inline-block;
    padding-right: 25px;
    position: relative;
    word-break: break-all
}

._n4v1-login-point-common {
    font-size: 10px;
    color: #7c7c7c
}

._n4v1-login-point-common-value {
    margin-left: 4px
}

._n4v1-login-point-arrow {
    vertical-align: middle;
    display: inline-block;
    height: 12px;
    margin: auto 0;
    width: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px
}

._n4v1-login-point-link-to-charge {
    background-color: #ffca46;
    border-radius: 100px;
    color: #333 !important;
    font-size: 14px;
    padding: 6px 10px;
    white-space: nowrap;
    vertical-align: middle
}

._n4v1-login-point-loading {
    font-size: 12px;
    color: #7c7c7c
}

._n4v1-login-point-loading span {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    animation: naviapi-loading 1s linear infinite
}

@keyframes naviapi-loading {
    0% {
        width: 0
    }

    100% {
        width: 20px
    }
}

._n4v1-login-point-error {
    line-height: 1.4;
    font-size: 12px;
    color: #ff5a6e
}

._n4v1-login-tabs {
    display: flex;
    margin-top: 20px
}

._n4v1-login-tab {
    display: flex;
    flex-grow: 1;
    font-size: 12px;
    line-height: 1.5;
    color: #888;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: bold;
    position: relative;
    user-select: none
}

._n4v1-login-tab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    height: 3px;
    background-color: #00bcd4;
    will-change: width
}

._n4v1-login-tab-selected {
    color: #333
}

._n4v1-login-tab-selected::after {
    content: "";
    width: 100%;
    transition: width .2s cubic-bezier(.23, 1, .32, 1)
}

._n4v1-login-hide {
    display: none
}

._n4v1-login-column {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none
}

._n4v1-login-column-item {
    margin-top: 2px
}

._n4v1-login-column-item:first-child {
    margin-top: 0
}

._n4v1-login-column a,
._n4v1-login001-column a {
    display: block;
    position: relative;
    min-height: 44px;
    width: 100%;
    padding: 12px 35px 7px 15px;
    background-color: #fff;
    color: rgba(0, 0, 0, .8);
    box-sizing: border-box;
    overflow: auto
}

._n4v1-login-column-tag {
    float: right;
    color: #a4a4a4
}

._n4v1-login-logout {
    display: block;
    border-radius: 100px;
    border: 1px solid #c1c1c1;
    text-align: center;
    font-size: 16px;
    color: #333 !important;
    padding: 9px 0;
    margin-bottom: 30px
}

._n4v1-login001-column {
    margin: 20px 0;
    padding: 0;
    list-style: none
}

._n4v1-login-banner {
    margin-bottom: 20px
}

._n4v1-menu-contents {
    padding: 20px 10px 5px
}

._n4v1-menu-section {
    margin-bottom: 20px
}

._n4v1-menu-title {
    color: #666;
    font-weight: bold;
    margin: 0 6px 6px;
    font-size: 12px;
    line-height: 1.6
}

._n4v1-menu-button {
    display: flex;
    width: 100%;
    margin-top: 15px
}

._n4v1-menu-button:first-child {
    margin-top: 0
}

._n4v1-menu-button a {
    text-decoration: none;
    border: 1px solid #ffca46;
    background-color: #ffca46;
    min-height: 44px;
    padding: 9px 22px;
    color: #333;
    border-radius: 100px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 15px;
    display: inline-block
}

._n4v1-menu-button-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 51.2px;
    font-size: 16px;
    line-height: 1.6
}

._n4v1-menu-lists-single,
._n4v1-menu-lists-double {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap
}

._n4v1-menu-list {
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    margin-top: 2px;
    background: #fff;
    box-sizing: border-box;
    display: flex
}

._n4v1-menu-lists-single ._n4v1-menu-list {
    flex-basis: 100%
}

._n4v1-menu-lists-double ._n4v1-menu-list {
    flex-basis: 50%
}

._n4v1-menu-lists-single ._n4v1-menu-list:first-child {
    margin-top: 0
}

._n4v1-menu-list a {
    text-decoration: none;
    color: #333;
    padding: 12px 15px;
    width: 100%;
    height: 44px;
    position: relative;
    box-sizing: border-box;
    display: flex
}

._n4v1-menu-list-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 39.2px;
    font-size: 14px;
    line-height: 1.2;
    align-self: center
}

._n4v1-menu-lists-single ._n4v1-menu-list-text {
    margin-right: 45px
}

._n4v1-menu-lists-double ._n4v1-menu-list-text {
    margin-right: 18px
}

._n4v1-menu-list-api-text {
    color: #a4a4a4;
    font-size: 14px;
    line-height: 1.4;
    align-self: center;
    position: absolute;
    right: 35px
}

._n4v1-menu-arrow-img {
    align-self: center;
    position: absolute;
    right: 15px;
    width: 7px;
    height: 12px;
    margin: auto 0
}

._n4v1-translate-contents {
    padding: 20px 10px 5px
}

._n4v1-translate-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap
}

._n4v1-translate-item {
    flex-basis: 100%;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    margin-top: 2px;
    background: #fff;
    box-sizing: border-box;
    font-size: 14px
}

._n4v1-translate-item:first-child {
    margin-top: 0
}

._n4v1-translate-link {
    text-decoration: none;
    color: #333;
    padding: 12px 15px 12px 36px;
    width: 100%;
    height: 44px;
    position: relative;
    box-sizing: border-box;
    display: flex
}

._n4v1-translate-link:link {
    color: #333
}

._n4v1-translate-link:visited {
    color: #333
}

._n4v1-translate-link::before {
    border: 1px solid #000
}

._n4v1-translate-link::after {
    border: 1px solid #f36003;
    background-color: #f36003;
    opacity: 0;
    transition: all .2s;
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

._n4v1-translate-link::before,
._n4v1-translate-link::after {
    position: absolute;
    top: 12px;
    left: 10px;
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    content: ''
}

._n4v1-translate-selected::after {
    opacity: 1;
    transform: scale(.6);
    -webkit-transform: scale(.6)
}

.footer {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 1.6;
    -webkit-text-size-adjust: none
}

.footer a {
    color: #3b5998;
    text-decoration: none
}

.footer a:visited {
    color: purple
}

._n4v1-link_top {
    display: block;
    text-align: right;
    width: 95%;
    margin-bottom: 10px
}

.footer_content {
    width: 90%;
    margin: 0 auto 10px;
    border: 0
}

.footer_content p {
    color: #ccc;
    font-weight: bold;
    margin: 0;
    padding: 6px 10px;
    background: #333;
    border-radius: 5px 5px 0 0
}

.footer_content ul {
    margin: 0;
    padding: 0
}

.footer_content li {
    background: #fafafa;
    border-left: #999 solid 1px;
    border-right: #999 solid 1px;
    border-bottom: #999 solid 1px;
    list-style: none
}

.footer_content li:last-child {
    border-radius: 0 0 5px 5px
}

.footer_content a {
    width: 100%;
    padding: 8px 10px;
    display: inline-block;
    color: #333;
    box-sizing: border-box;
    background: 0;
    text-decoration: none
}

.footer_content a:visited {
    color: #333
}

._n4v1-link_notice {
    margin: 13px auto 13px;
    display: block;
    width: 90%
}

._n4v1-link_notice a {
    display: block
}

._n4v1-link_notice span {
    color: #c00
}

.footer_bottom {
    width: 90%;
    margin: 0 auto;
    line-height: 18px
}

.footer_bottom span {
    display: inline-block;
    padding: 5px 0 5px 0
}

.copyright {
    margin: 5px 0;
    text-align: center
}