*,
body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
    color: #cdc4c4;
}

.top {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 37%;
}

.top_bd {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

select {
    -webkit-appearance: none;
    /* Safari and Chrome */
    -moz-appearance: none;
    /* Firefox */
    -ms-appearance: none;
    /* Internet Explorer and Edge */
    appearance: none;

    border: none;
    background: none;
    font-size: 16px;
    width: 5vw;
    cursor: pointer;
    color: #FFFFFF;
    outline: none;
    background: url(../img/change_icon.png) no-repeat scroll right center transparent; 
}

select option {
    background-color: #baa5a0;
    width: 7vw !important;
}
select:focus {
    border: none;
}

.sel_lang {
    width: 4.5vw;
    height: 1.5vw;
    position: absolute;
    background-size: 100% 100%;
    margin-top: 20px;
    margin-left: calc(100% - 16vw);
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    border: none;
    background: none;
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.sel_lang:hover {
    background-color: #baa5a0;
}

.btn_taptap {
    width: 7vw;
    height: 2.5vw;
    position: absolute;
    background-image: url('../img/taptap_button.png');
    background-size: 100% 100%;
    margin-top: 32%;
    margin-left: calc(50% - 3.5vw);
    cursor: pointer;
}

.btn_taptap_en {
    width: 7vw;
    height: 2.5vw;
    position: absolute;
    background-image: url('../img/taptap_button_EN.png');
    background-size: 100% 100%;
    margin-top: 32%;
    margin-left: calc(50% - 3.5vw);
    cursor: pointer;
}

.btn_taptap_tw {
    width: 7vw;
    height: 2.5vw;
    position: absolute;
    background-image: url('../img/taptap_button_TW.png');
    background-size: 100% 100%;
    margin-top: 32%;
    margin-left: calc(50% - 3.5vw);
    cursor: pointer;
}

.bottom {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 37%;
}

.bot {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bot_left {
    position: absolute;
    width: 50%;
    height: 75%;
    padding-left: 8%;
}

.bot_left img {
    width: 26%;
    margin-left: 37%;
    margin-top: 12%;
}

.gamedes {
    width: 61%;
    font-size: 1.45vw;
    color: #7f4c4c;
    text-align: left;
    margin-left: 19.5%;
    margin-top: 1.5vw;
    line-height: 3.2vw;
}

.bot_right {
    position: absolute;
    width: 50%;
    height: 75%;
    padding-left: 46%;
}

.contact {
    position: absolute;
    width: 50%;
    height: 18%;
    top: 75%;
}

.contact p {
    font-size: 1.25vw;
    color: #cdc4c4;
    line-height: 2vw;
    margin-left: 25%;
}

.link {
    position: absolute;
    width: 50%;
    height: 18%;
    padding-left: 50%;
    top: 81%;
    display: flex;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
}

.link div {
    font-size: 1.25vw;
    color: #cdc4c4;
    font-style: italic;
    width: 20%;
    text-align: center;
    float: left;
    height: 58%;
}

.lx {
    width: 100% !important;
}

.sortline {
    float: left;
    margin-left: 15%;
    width: 70%;
}

.filings {
    position: absolute;
    width: 100%;
    height: 7%;
    bottom: 0;
    text-align: center;
}

.filings div {
    font-size: 0.85vw;
    color: #999999;
    width: 100%;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 15% !important;
    width: 50%;
}

.mySwiper2 {
    height: 67%;
    width: 50%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev {
    margin-left: 8%;
}

.swiper-button-next {
    margin-right: 8%;
}