* {
    margin: 0;
    padding: 0;
}

html,
body {

    background: #fff;
    font-family: Helvetica;
    margin: 0 auto;
}

ul {
    list-style: none;
}

html {
    font-size: 100px;
    /*100 ÷ 16 × 100% = 625%*/
}

#app {
    height: 100%;
    background-size: 100% 100%;
    position: relative;
    background: #F5F5F5;
}

[v-cloak] {
    display: none !important;
}

.header {
    width: 100%;
    height: 748px;
    background: url('../../assets/images/contact_bg.webp') no-repeat top;
    background-size: 100% 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #fff;
}

.logo_txt {
    font-size: 16px;
    color: #fff;
    float: left;
    margin-top: 25px;
    margin-left: 15px;
    font-weight: 800;
}

.menu_box {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
}

.logo {
    width: 200px;
    height: 60px;
}

.logo img {
    float: left;
    margin-top: 7px;
}

.menu_list {
    flex: 1;
    margin-left: 150px;
}

.slogan_title {
    font-size: 80px !important;
    color: #C0B5AF !important;
    text-align: left !important;
    margin-bottom: 40px;
}

.menu_list li {
    width: 130px;
    height: 60px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    float: left;
    text-align: center;
    padding-top: 30px;
    cursor: pointer;
    position: relative;
}

.sub_menu {
    width: 120px;
    height: 110px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 60px;
    left: 0;
}

.sanjiao {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -10px;
    left: 55px;
}

.lang_items {
    font-size: 16px;
    font-weight: 500;
    color: #202842;
    line-height: 24px;
    margin-top: 20px;
}

.arrow {
    margin-top: 6px;
    vertical-align: sub;
}

.slogan {
    width: 1000px;
    margin: 50px auto auto auto;
}

.slogan h1 {
    font-size: 40px;
    font-weight: bold;
    color: #C0B5AF;
    line-height: 64px;
    letter-spacing: 1px;
    margin-left: 50px;
    text-align: center;
}

.slogan h2 {

    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: normal;
}

.gifts {
    width: 200px;
    height: 200px;
    background: url('../../assets/images/logo_footer.png') no-repeat center;
    background-size: contain;
    margin: 0 auto;
}

.bus_box {
    width: 100%;
    background: #fff;
    height: 500px;
    overflow: hidden;
}




.footer {
    width: 100%;
    height: 312px;
    background: #505467;
}

.footer_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.footer_left {
    width: 180px;
    height: 100%
}

.footer_left img {
    margin: 50px 20px;
}

.footer_center {
    flex: 1;
    padding-top: 80px;
    padding-left: 30px;
    color: #fff;
}

.footer_center h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.footer_center p {
    font-size: 16px;
    margin: 20px auto;
}

.footer_right {
    width: 180px;
    height: 100%;
    padding-top: 80px;
    color: #fff;
}

.footer_right h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.footer_right p {
    font-size: 16px;
    margin: 20px auto;
}

.bold_menu {
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
}