:root {
    --btnBg: linear-gradient(98.26deg, #e7d6c2, #c8ae90 95.32%);
    --fontColor: #c8ae90;
}

* {
    padding: 0;
    margin: 0;
    font-family: 微軟正黑體, sans-serif;
    box-sizing: border-box;
}

body {
    background: url(/static/sport/bg.3a2dc180.png) 50%/cover no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: auto;
    min-width: 1080px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    zoom: 1;
}

.main {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .left {
    display: flex;
    flex-direction: column;
    min-width: 550px;
}

.main .left .primary_logo {
    width: 214px;
    margin-bottom: 47px;
}

.main .left .swiper {
    height: 210px;
    margin-left: 0px;
}

.main .left .swiper img {
    display: block;
    width: auto;
    height: 100%;
}

.main .left .slogan {
    width: 440px;
}

.main .left .download_app {
    display: flex;
    align-items: center;
}

.main .left .download_app .qrcode {
    background-color: #fff;
    box-shadow: 4px 4px 16px 0 rgb(0 0 0 / 10%);
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .left .download_app .btns {
    margin-left: 21px;
    display: flex;
    flex-direction: column;
}

.main .download_app .item {
    display: flex;
    align-items: center;
}

.main .download_app .item:first-child {
    margin-bottom: 36px;
}

.main .download_app .item img {
    width: 32px;
    margin-right: 9px;
}

.main .download_app .item .text {
    color: #333;
}

.main .download_app .item p {
    font-size: 16px;
    margin-bottom: 1px;
    line-height: 18px;
}

.main .download_app .item p:last-child {
    font-size: 12px;
    line-height: 14px;
}

.main .left .web_entry_button_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main .left .web_entry_button {
    width: calc(33% - 20px);
    background: var(--btnBg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 0;
    height: 56px;
    margin-top: 20px;
    border-radius: 12px;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    font-family: inherit;
    line-height: 1.15;
    text-decoration: none;
}

.main .right {
    width: 523px;
    height: 100vh;
}

.main .right .swiper {
    width: 100%;
    height: 100%;
    padding-right: 40px;
}

.main .right .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main .right .swiper img {
    display: block;
    width: 100%;
    height: auto;
}

.main .right .swiper-pagination {
    width: 17px;
}

.swiper-pagination .swiper-pagination-bullet {
    font-size: 0;
    line-height: 0;
    display: block;
    border: 0;
    outline: none;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    /*background: #ddd;*/
    padding: 0;
    cursor: pointer;
    color: transparent;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px auto;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    display: block;
    width: 15px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 7.5px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}

.line_panel {
    display: none;
    width: 100%;
    height: 100%;
    color: white;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1000;
}

.line_panel .refresh {
    height: 33px;
    line-height: 23px;
    padding: 5px 10px;
    background: var(--btnBg);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 5;
}

.line_panel .panel {
    width: 400px;
    height: auto;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid white;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-110%, -50%);
}

.line_panel .panel ul {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    padding: 0 20px;
}

.line_panel .panel li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 45px;
}

.line_panel .panel li .signal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-shrink: 0;
    width: 30px;
}

.line_panel .panel li .signal span {
    width: 6px;
    height: 22px;
    margin-right: 3px;
    border-radius: 5rem;
    background-color: rgb(4, 190, 2);
}

.line_panel .panel li .signal span:nth-child(1) {
    height: 10px;
}

.line_panel .panel li .signal span:nth-child(2) {
    height: 15px;
}

.line_panel .panel .delay {
    margin-left: 10px;
    color: rgb(4, 190, 2);
}

.line_panel .panel .btn {
    height: 33px;
    padding: 5px 10px;
    background: var(--btnBg);
    border-radius: 8px;
    color: #fff;
    flex-shrink: 0;
    max-width: 30%;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.line_panel .panel .close_btn {
    width: 40px;
    height: 40px;
    background: url(./btn_xf_close.png) no-repeat center center/contain;
    text-align: center;
    display: block;
    background-size: cover;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}