html, body {
    padding: 0;
    margin: 0;
}
*, :after, :before {
    box-sizing: border-box;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    width: 100%;
    height: auto;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 750px) {
    body {
        background: url(/images/bg.jpg) no-repeat rgb(16, 13, 34) top fixed;
        background-size: 1920px auto;
    }
}
.logo-wrapper {
    margin-top: 33px;
    width: 643px;
}
.logo-wrapper img {
    width: 167px;
}
.title-wrapper {
    margin-top: 29px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    font-family: NotoSansHans;
    font-weight: bold;
    color: #FFFFFF;
}
.speed-btn {
    margin-top: 20px;
    width: 170px;
    height: 50px;
    background: url(/images/btn-bg.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: NotoSansHans;
    font-weight: 500;
    color: #7F511A;
}
.tips-wrapper {
    margin-top: 32px;
    width: 750px;
    height: auto;
    line-height: 1;
    font-family: NotoSansHans;
    color: #FFDCC3;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tips-wrapper .tips-title {
    font-size: 30px;
    font-weight: 500;
}
.tips-wrapper .tips-text {
    font-size: 16px;
    margin-left: 18px;
}
.result-list {
    margin-top: 22px;
    width: 750px;
    height: auto;
    display: flex;
    flex-direction: column;
}
.result-list .result-list-item {
    position: relative;
    width: 100%;
    height: 105px;
    margin-bottom: 14px;
    background: rgb(31, 16, 54);
    border: 1px solid rgba(255, 202, 146, 0.3);
    border-radius: 15px;
}
.result-list .result-list-item:last-child {
    margin-bottom: 0;
}
.result-list .result-list-item.active {
    padding: 4px;
    background-image: linear-gradient(22deg, #FF6211, #FFCE72);
    border-radius: 15px;
    border: none;
}
.result-list .result-list-item .result-content {
    background: rgb(31, 16, 54);
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}
.result-list .result-list-item .speed-content {
    flex-shrink: 0;
    width: 160px;
    height: 100%;
    padding-left: 35px;
    background: linear-gradient(0deg, #F1E8D5, #CEBB97, #DFD5C3);
    display: flex;
    align-items: center;
    font-size: 28px;
    line-height: 1;
    font-family: NotoSansHans;
    font-weight: 500;
    color: #8E5023;
}
.result-list .result-list-item.active .speed-content {
    width: 157px;
}
.result-list .result-list-item .speed-content.loading:after {
    content: " ";
    margin-left: 44px;
    width: 30px;
    height: 30px;
    background: url(/images/loading.gif) no-repeat;
    background-size: 30px 30px;
}
.result-list .result-list-item .speed-content.error {
    font-size: 26px;
}
.result-list .result-list-item .domain-content {
    flex: 1;
    margin: 20px 20px 0;
    display: flex;
    flex-direction: column;
}
.result-list .result-list-item .domain-content .domain-title {
    font-size: 14px;
    font-family: NotoSansHans;
    font-weight: 500;
    color: #CCCCCC;
    line-height: 23px;
}
.result-list .result-list-item .domain-content .domain-text {
    margin-top: 6px;
    font-size: 25px;
    font-family: NotoSansHans;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 23px;
}
.result-list .result-list-item .btns-wrapper {
    flex-shrink: 0;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.result-list .result-list-item .btns-wrapper .copy-btn {
    margin-right: 10px;
    width: 128px;
    height: 44px;
    line-height: 44px;
    /* background: #4E575E; */
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 22px;
    text-align: center;
    font-size: 18px;
    font-family: NotoSansHans;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    cursor: pointer;
}
.result-list .result-list-item .btns-wrapper .enter-btn {
    margin-right: 12px;
    width: 128px;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(0deg, #FF5400, #E01A00);
    border-radius: 22px;
    text-align: center;
    font-size: 18px;
    font-family: NotoSansHans;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
/* 手机端样式 */
@media (max-width: 750px) {
    /* html {
        width: 750px;
        font-size: 12px;
    } */
    body {
        background: url(/images/m-bg.jpg) no-repeat rgb(16, 13, 34) top fixed;
        background-size: 100% auto;
        /* width: 100%; */
        width: 100%;
    }
    .logo-wrapper {
        /* margin-top: 35px;
        width: 196px;
        height: 75px; */
        margin: 4.67vw 0 0 -10vw;
        width: 80vw;
        height: 10vw;
    }
    .logo-wrapper img {
        width: 30%;
        height: 100%;
    }
    .title-wrapper {
        margin-top: 2.93vw;
        /* height: 44px;
        line-height: 44px;
        font-size: 44px; */
        height: auto;
        line-height: 1;
        font-size: 5.86vw;
    }
    .speed-btn {
        margin-top: 3.46vw;
        width: 28vw;
        height: 9.33vw;
        background: url(/images/m-btn-bg.png) no-repeat;
        background-size: 100% 100%;
        font-size: 3.2vw;
    }
    .tips-wrapper {
        margin-top: 5.33vw;
        width: 92.67vw;
        height: auto;
        line-height: 1;
        font-family: NotoSansHans;
        color: #FFDCC3;
        display: block;
        flex-direction: row;
        align-items: center;
    }
    .tips-wrapper .tips-title {
        font-size: 4vw;
    }
    .tips-wrapper .tips-text {
        font-size: 14px;
        margin: 4px;
    }
    .result-list {
        margin-top: 6.4vw;
        width: 92.67vw;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .result-list .result-list-item {
        position: relative;
        width: 100%;
        height: 20.67vw;
        margin-bottom: 2.4vw;
        border-radius: 2vw;
    }
    .result-list .result-list-item:last-child {
        margin-bottom: 0;
    }
    .result-list .result-list-item.active {
        padding: 0.54vw;
        border-radius: 2vw;
    }
    .result-list .result-list-item .result-content {
        border-radius: 2vw;
    }
    .result-list .result-list-item .speed-content {
        width: 21.67vw;
        font-size: 5.13vw;
        padding-left: 2.67vw;
    }
    .result-list .result-list-item.active .speed-content {
        width: 21.13vw;
    }
    .result-list .result-list-item .speed-content.error {
        font-size: 4vw;
    }
    .result-list .result-list-item .domain-content {
        margin: -3px 2.8vw 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .result-list .result-list-item .domain-content .domain-title {
        font-size: 2.4vw;
    }
    .result-list .result-list-item .domain-content .domain-text {
        margin-top: 6px;
        font-size: 4vw;
    }
    .result-list .result-list-item .btns-wrapper {
        flex-shrink: 0;
        width: auto;
        height: 100%;
        margin-right: 3.53vw;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .result-list .result-list-item .btns-wrapper .copy-btn {
        margin: 1.33vw 0 0;
        width: 18.93vw;
        height: 6.93vw;
        line-height: 6.93vw;
        border-radius: 3.46vw;
        font-size: 2.93vw;
    }
    .result-list .result-list-item .btns-wrapper .enter-btn {
        margin: 0;
        width: 18.93vw;
        height: 6.93vw;
        line-height: 6.93vw;
        border-radius: 3.46vw;
        font-size: 2.93vw;
    }
}
