body {
    margin: 0;
    padding: 0;
    background-color: #000;
}

html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'Fahkwang';
    src: url('../css/fonts/Fahkwang.ttf') format('truetype');
}
@font-face {
    font-family: 'helveticaW01';
    src: url('../css/fonts/Helvetica\ W02\ Roman.ttf') format('truetype');
}
@font-face {
    font-family: 'Helvetica-Neue';
    src: url('../css/fonts/Helvetica-Neue.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
p,
span {
    margin: 0;
    padding: 0;
    font-family: Fahkwang;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

[v-cloak] {
    display: none
}

.main_content {
    width: 1200px;
}

.pc_logo {
    width: 86px;
    height: 86px;
}

.pc_header {
    padding: 10px 120px 0 20px;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    z-index: 10;
    background-color: #000;
}

.main_content {
    /* width: 1280px; */
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc_menu {
    display: flex;

}

.pc_menu li a {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    transition: 300ms;
    color: #FCE012;
    transition: 400ms;
    font-family: 'Helvetica-Neue';
}

.pc_menu li a:hover {
    color: #fff;
}

.pc_nav_button {
    width: 147px;
    height: 40px;
    color: #FCE012;
    border: 2px solid #FCE012;
    background-color: transparent;
    transition: 400ms;
    cursor: pointer;
    font-family: 'Helvetica-Neue';
}
.pc_language_button{
    width: 125px;
    height: 40px;
    color: #FCE012;
    border: 2px solid #FCE012;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.pc_nav_button:hover {
    background-color: #FCE012;
    color: #000;
}

.pc_nav {
    display: flex;
}

.footer_box {
    width: 980px;
    height: 150px;
    padding: 0 10px;
    box-sizing: border-box;
}

footer h2 {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
}

footer p {
    font-size: 14px;
    color: #fff;
}

.footer_input_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;

}

.footer_input_box input {
    width: 790px;
    height: 25px;
    outline: none;
    margin-top: 5px;
}

.footer_input_box input:hover {
    background-color: #FCE012;
}

.footer_input_box button {
    width: 150px;
    height: 50px;
    background-color: #FCE012;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    transition: 400ms;
    border: 2px solid #000;
    font-size: 16px;
    cursor: pointer;
}

footer {
    margin-top: 60px;
    padding-bottom: 50px;
}

.footer_input_box button:hover {
    background-color: rgb(254, 96, 47);
    color: #FCE012;
    border: 2px solid rgb(254, 96, 47);
}

.pc_header.shrink {
    transform: translateY(-100%);
}

.nav_active {
    color: #fff !important;
}

.author_image {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
}

.author_name span {
    display: block;
    color: #fff;
    font-size: 12px;
}

.author_detail {
    display: flex;
}

.author_name {
    margin-left: 10px;
}
.phone_header{
    display: none;
}
.pc_show{
    display: block;
}
.phone_show{
    display: none!important;
}
.overlay{
    display: none!important;
}

.el-popper[x-placement^=bottom] .popper__arrow::after{
  border-bottom-color: transparent;
}
.el-popper .popper__arrow, .el-popper .popper__arrow::after{
  border-style: none !important;
}
.el-select-dropdown[x-placement^=bottom] {
    margin-top: 0px!important;
}
.language_icon{
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.pc_language_dropdown .el-dropdown-menu__item {
    text-align: left;
    font-size: 16px !important;
    padding: 10px 20px !important;
    color: #fff !important;
}

.pc_language_dropdown {
    border-radius: 0 !important;
    background-color: rgb(0, 0, 0, 0.7)!important;
    border: 0!important;
}

.pc_language_dropdown .el-dropdown-menu__item {
    position: relative;
}

.pc_language_dropdown .el-dropdown__caret {
    display: none !important;
}

.pc_language_dropdown .el-dropdown-menu__item:hover {
    color: #FCE012 !important;
}

.pc_language_dropdown .el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: transparent !important;
}

.pc_language_dropdown .el-dropdown-menu__item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    border-bottom: 1px solid rgb(50, 50, 50);
}
.quill_pen{
    width: 15px!important;
    height: 15px!important;
}
.quill_pen_box{
    display: flex!important;
}

.pc_language_dropdown[x-placement^=bottom] {
    margin-top: 0px!important;
}
@media screen and (max-width: 768px) {
    .pc_show{
        display: none!important;
    }
    .phone_show{
        display: block!important;
    }
    .phone_header{
        display: block;
    }
    .pc_header{
        display: none;
    }
    .phone_header{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px 0 50px;
        position: fixed;
        width: 100%;
        top: 0;
        background-color: rgb(0, 0, 0);
        transition: all 0.5s ease;
        z-index: 990;
    }
    .footer_input_box{
        display: block;
    }
    .footer_input_box input{
        width: 100%;
        box-sizing: border-box;
        height: 30px;
    }
    .footer_box{
        width: 100%;
        padding: 0 20px;
        height: auto;
    }
    .footer_input_box button{
        margin-top: 10px;
        float: right;
    }
    .phone_header.shrink {
        transform: translateY(-100%);
    }
    .bar {
        display: block;
        height: 4px;
        background-color: #FCE012;
        position: absolute;
        transition: all 0.3s;
        border-radius: 10px;
    }
    .bar1 {
        width: 50%;
        top: 0;
    }
    .bar2 {
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .bar3 {
        width: 50%;
        bottom: 0;
        right: 0;
    }
    .phone_menu {
        width: 40px;
        height: 33px;
        position: absolute;
        top: 100px;
        left: 20px;
        cursor: pointer;
        transition: transform 0.3s;
        z-index: 1000;
    }
    .phone_menu_active .bar1 {
        transform: rotate(45deg);
        width: 100%;
        top: 40%;
    }
    .phone_menu_active .bar2 {
        opacity: 0;
    }
    .phone_menu_active .bar3 {
        width: 100%;
        transform: rotate(-45deg);
        bottom: 50%;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 24px;
        transition: opacity 0.3s;
        z-index: 99;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .overlay.active {
        display: flex!important;
    }
    .overlay ul{
        width: 100%;
    }
    .overlay li{
        padding: 20px 0;
        border-bottom: 2px solid #FCE012;
        text-align: center;
    }
    .overlay li a{
        color: #FCE012;
        font-size: 16px;
    }
    footer p{
        font-size: 16px;
    }
    footer{
        margin-top: 80px;
    }
    .phone_nav_active{
        color: rgb(249, 197, 180)!important;
    }
    .phone_language_li span{
        color: #FCE012;
    }
}