html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
    width: 100%;
}

body {
    margin: 0;
}

pre { /* 兼容多个浏览器*/
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    *word-wrap: break-word;
    *white-space: normal;
}

.body {
    margin: 0;
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}

.banner {
    margin: 0;
    width: 100%;
    padding: 40px 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-box {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.lottery-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lottery-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-family: Nowar Warcraft Sans CN, Nowar Warcraft Sans CN-Bold;
    font-weight: 700;
    color: #121212;
}

.lottery-desc-box {
    margin-top: 10px;
}

.lottery-desc-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.lottery-desc-text {
    font-size: 14px;
    font-family: Nowar Warcraft Sans CN, Nowar Warcraft Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #121212;
    line-height: 20px;
    margin-left: 7px;
}

.lottery-code-box {
    width: 274px;
    height: 60px;
    border: 2px dashed #cccccc;
    margin-top: 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lottery-code-text {
    font-size: 15px;
    font-family: Nowar Warcraft Sans CN, Nowar Warcraft Sans CN-Regular;
    font-weight: 400;
    color: #cccccc;
}

.btn_copy {
    width: 240px;
    height: 62px;
    text-align: center;
    line-height: 52px;
    background: url('../image/pro_code_but@3x.png') center 0/100% 100% no-repeat;
    font-size: 18px;
    font-family: Nowar Warcraft Sans CN, Nowar Warcraft Sans CN-Bold;
    font-weight: 700;
    color: #ffffff;
    margin-top: 20px;
}

.btn_copied {
    position: relative;
    width: 240px;
    height: 62px;
    text-align: center;
    line-height: 52px;
    background: url('../image/pro_code_but_2@3x.png') center 0/100% 100% no-repeat;
    font-size: 18px;
    font-family: Nowar Warcraft Sans CN, Nowar Warcraft Sans CN-Bold;
    font-weight: 700;
    color: #ffffff;
    margin-top: 20px;
}

.copied-tag {
    position: absolute;
    top: 17px;
    right: 46px;
}

.install_wrap {
    font-size: 12px;
    font-family: Nowar Warcraft Sans CN, Nowar Warcraft Sans CN-Regular;
    font-weight: 400;
    text-decoration: underline;
    text-align: center;
    color: #000000;
    line-height: 12px;
    margin-top: 10px;
}

.install_wrap a {
    color: #000000;
}

.fail-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fail-title {
    font-size: 24px;
    font-family: Nowar Warcraft Sans CN, Nowar Warcraft Sans CN-Bold;
    font-weight: 700;
    text-align: center;
    color: #121212;
    margin: 30px 0;
}

.fail-content {
    font-size: 16px;
    font-family: Nowar Warcraft Sans CN, Nowar Warcraft Sans CN-Medium;
    font-weight: 500;
    text-align: center;
    color: #000000;
    min-height: 180px;
}

.btn_install {
    width: 240px;
    height: 62px;
    text-align: center;
    line-height: 52px;
    background: url('../image/pro_code_but@3x.png') center 0/100% 100% no-repeat;
    font-size: 18px;
    font-family: Nowar Warcraft Sans CN, Nowar Warcraft Sans CN-Bold;
    font-weight: 700;
    color: #ffffff;
    margin-top: 20px;
}
.btn_install a {
    color: #ffffff;
    text-decoration: none;
}