html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(to bottom, #ffa94c, #ff3b3b);
}

.corner {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 181px;
    height: 98px;
    background: url("../images/corner.png");
    background-size: 100% 100%;
}

.logo {
    position: absolute;
    display: block;
    top: 17px;
    left: 15px;
    width: 60px;
    height: 25px;
    background: url("../images/logo.png");
    background-size: 100% 100%;
}

.main {
    position: relative;
    display: block;
    margin-top: 30px;
    width: 100%;
    height: 82%;
    background-image: url("../images/home.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.rule-btn {
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    width: 25px;
    height: 66px;
    background: url("../images/rule-btn.png");
    background-size: 100% 100%;
    -webkit-tap-highlight-color: transparent;
}

.title {
    position: absolute;
    display: block;
    top: 9%;
    left: 0;
    right: 0;
    margin: auto;
    width: 79.2%;
    height: 170px;
    background: url("../images/home-title.png");
    background-size: 100% 100%;
}

.phone {
    position: absolute;
    display: block;
    bottom: 2.7%;
    left: 0;
    right: 0;
    margin: auto;
    width: 87.2%;
    height: 186px;
    background: url("../images/main-login.png");
    background-size: 100% 100%;
    -webkit-tap-highlight-color: transparent;
}

input {
    box-shadow: none;
    outline: none;
    resize: none;
    border: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.phone-input {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 14px;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.phone-number {
    top: 4px;
    width: calc(87% - 10px);
}

.phone-align {
    position: absolute;
    display: block;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 87%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
}

.phone-code {
    top: 0;
    width: calc(100% - 10px);
}

.phone-countdown {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-left: 1px solid #dbdbdb;
    color: #ff6f3a;
}

.phone-countdown1 {
    color: grey;
}

.phone-btn {
    position: absolute;
    display: block;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 50px;
    -webkit-tap-highlight-color: transparent;
}

.prize-btn {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 30px;
}

.join-btn {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 0;
    width: 49%;
    height: 52px;
}

.invite-btn {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 0;
    width: 49%;
    height: 52px;
}

.cover {
    position: absolute;
    display: none;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    overflow: hidden;
}

.rule {
    position: absolute;
    display: none;
    z-index: 12;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 84%;
    height: 441px;
}

.rule-wrap {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 385px;
    background: #ff3b3b;
    border-radius: 10px;
}

.rule-bg {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 250px;
    background: url("../images/window-bg.png");
    background-size: 100% 100%;
}

.rule-title {
    position: absolute;
    display: block;
    top: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.rule-content {
    position: absolute;
    display: block;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 15px;
    width: calc(94% - 30px);
    height: 305px;
    text-align: justify;
    background: white;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    overflow-y: auto;
}

.rule-close {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    background: url("../images/close.png");
    background-size: 100% 100%;
    -webkit-tap-highlight-color: transparent;
}

.guide {
    position: absolute;
    display: none;
    z-index: 15;
    top: 0;
    right: 0;
    width: 294px;
    height: 591px;
    background: url("../images/guide.png");
    background-size: 100% 100%;
}

.guide-btn {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 50px;
    -webkit-tap-highlight-color: transparent;
}

.tips {
    position: absolute;
    display: none;
    z-index: 15;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 84%;
    height: 301px;
}

.tips-wrap {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 245px;
    border-radius: 10px;
    background: #ff3b3b;
    overflow: hidden;
}

.window-bg {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 250px;
    background: url("../images/window-bg.png");
    background-size: 100% 100%;
}

.tips-title {
    position: absolute;
    display: block;
    top: 16px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.tips-content {
    position: absolute;
    display: block;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 93.65%;
    height: 175px;
    border-radius: 10px;
    background: white;
}

.tips-desc {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 25px 25px;
    width: calc(100% - 50px);
    height: 60px;
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.tips-btn {
    position: absolute;
    display: block;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 81.36%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 22px;
    background: linear-gradient(to right, #ff943e, #ff3c3b);
    font-size: 15px;
    font-weight: bold;
    color: white;
    -webkit-tap-highlight-color: transparent;

}

.tips-close {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    background: url("../images/close.png");
    background-size: 100% 100%;
    -webkit-tap-highlight-color: transparent;
}

.message {
    position: fixed;
    display: none;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #000000;
    opacity: .7;
    border-radius: 5px;
    color: white;
    font-size: 14px;
}