@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: top;
    border: none;
}

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

p,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

html {
    font-family: 'Arial', 'Microsoft YaHei', 'Heiti SC';
    height: 100%;
}

body {
    color: #353535;
    font-size: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    background-color: #090909;
    font-size: 14px;
    color: #333333;
    position: relative;
}

html {
    width: 100%;
    height: 100%;
}

.contain {
    width: 100%;
    background: url("./bg.png") center center no-repeat;
}

.wrap-contain {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

header {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

header img {
    max-width: 180px;
    height: auto;
}

.main {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-main {
    width: 100%;
    max-width: 500px;
    order: 2;
}

.right-main {
    width: 100%;
    max-width: 500px;
    position: relative;
    margin-bottom: 30px;
    order: 1;
}

.right-main img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin-top: -5rem;
}

.speed-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
    border: 2px solid #e0af42;
    background: #111b27;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.speed-title {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    width: auto;
    white-space: nowrap;
    background: linear-gradient(135deg, #000000, #1a1a1a);
    padding: 12px 7px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(254, 228, 153, 0.2);
    border: 2px solid #fee499;
}

.speed-title .result {
    background: linear-gradient(to bottom, #fee499, #e09535);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.wifi {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.time-item {
    font-family: Arial;
    width: 70px;
    text-align: center;
    font-size: 14px;
    color: #fee499;
}

.addr-item {
    flex: 1;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    color: #fff;
}

.btn-enter {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border-radius: 20px;
    background: linear-gradient(0deg, #fee499, #e09535);
    color: #000;
    min-width: 110px;
    height: 36px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: Arial;
    margin-left: 12px;
}

.icon-content {
    /* width: 100%; */
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    /* background: #111b27; */
}

.icon-city {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.icon-city img {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
}

.bot-text {
    text-align: center;
    color: #fff;
    width: 100%;
    background: #191919;
    padding: 15px 0;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .main {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }
    .left-main {
        width: 40%;
        max-width: 400px;
        order: 1;
        padding-top: 3rem;
    }
    .right-main {
        width: 60%;
        max-width: 600px;
        margin-bottom: 0;
        order: 2;
    }
    .speed-title {
        font-size: 48px;
        left: 30px;
        transform: none;
        text-align: left;
        padding: 15px 30px;
    }
    .speed-item {
        padding: 15px 20px;
        margin-bottom: 15px;
    }
    .btn-enter {
        min-width: 120px;
        height: 40px;
        font-size: 15px;
    }
    .icon-content {
        padding: 25px 0;
        gap: 40px;
    }
    .icon-city {
        font-size: 16px;
    }
    .icon-city img {
        width: 36px;
        height: 36px;
        margin-bottom: 8px;
    }
    .bot-text {
        padding: 20px 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .wrap-contain {
        padding: 0 15px;
    }
    .speed-item {
        padding: 12px 15px;
    }
    .btn-enter {
        min-width: 100px;
        height: 36px;
        font-size: 13px;
    }
    .icon-content {
        gap: 30px;
        padding: 15px;
    }
    .icon-city img {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 480px) {
    .wrap-contain {
        padding: 0 10px;
    }
    .speed-item {
        padding: 10px;
        margin-bottom: 10px;
    }
    .wifi {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .time-item {
        width: 60px;
        font-size: 12px;
    }
    .addr-item {
        font-size: 16px;
    }
    .btn-enter {
        min-width: 90px;
        height: 32px;
        font-size: 12px;
        margin-left: 10px;
    }
    .icon-content {
        gap: 20px;
        padding: 12px;
    }
    .icon-city {
        font-size: 14px;
    }
    .icon-city img {
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
    }
}