body {
    background-color: #222;
    color: #fff;
}

input, textarea {
    caret-color: #2c26e2;
}

.container {
    
}

.app {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 375px;
    /* min-height: 200%; */
    /* transform: rotateZ(0deg); */
    display: block;
    pointer-events: auto;
    background-color: #5db0ff;
    background-image: url(../img/home/bg1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.h5-img img {
    width: 100%;
}

.h5-img .box {
    margin: -30px 30px 0;
}

.home-coming-img{
    width:60% !important;
    margin-left:35%;
    margin-top:-50px;
}

.fuli-box{
    margin:0 20px 20px;
    /* background-color: #fff; */
    color:#222;
}

.fuli-box img{
    width:100%;
}

.form-box{
    margin:0 20px;
    /* height:320px; */
    /* background-color: #fff; */
    padding:30px 10px 50px;
    background-image: url(../img/home/text-box.png);
    background-size: 100% 100%;
    margin-bottom: 20px;
}
.form-yuyue{
    display: block;
    font-size:16px;
    line-height: 32px;
    padding: 20px;
}
.input-box{
    display:flex;
    margin-top:20px;
}
.input-text{
    color:#111;
    font-weight: 700;
    width:80px;
    text-align: center;

}
.input-input{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}

.input-input input{
    background-color: #fff !important;
    border:0;
    width:calc(100% - 20px);
    font-size:16px;
    height: 32px;
    padding:0 10px;
    border-radius: 4px;
}
.input-button{
    margin-left:10px;
}
.code-btn{
    height:32px;
    display:block;
    background-color: #5db0ff;
    color:#fff;
    font-size:14px;
    line-height: 32px;
    width:90px;
    text-align: center;
    border-radius: 4px;
}
.code-btn.disabled{
    background-color: #e8e8e8;
    color:#bbb !important;
}
.code-btn:hover{
    color:#fff;
}
.code-btn:active{
    background-color: #80baf0;
}

.home-btn{
    color:#111;
    display:inline-block;
    /* background-color: #f9d204; */
    background-image: url(../img/home/button.png);
    background-size: 100% 100%;
    padding-bottom: 4px;
    text-align: center;
    width:120px;
    font-size: 14px;
    height:32px;
    line-height: 32px;
}
.home-btn:hover{
    color:#111;
}
.home-btn:active{
    color:#111;
    background-image: url(../img/home/button-active.png);
}
.home-count{
    padding:10px;
    display:flex;
    justify-content: space-between;
    gap: 8px;
}
.home-count-item-box{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    
}
.home-count-item img{
    width:100%; 
    height:100%;
}
.home-count-num {
    color:#111;
    font-size: 0.8em;
    display: flex;
    justify-content: center;
}
.home-count-info {
    flex: 1;
    color:#111;
    margin-top:0.4em;
    font-size: 0.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-count-current{
    color:#111;
    padding:0 20px;
    font-weight: bold;
}
.yuyue-info{
    display:none;
    text-align: center;
    color:#111;
    padding:20px 20px;
}
.yuyue-info-title{
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 5px;
}
.yuyue-info-text{
    text-align: left;
    text-indent: 2em;
}
.home-rule {
    padding:20px;
}
.rule-title{
    color:#111;
}
.rule-text{
    color:#111;
    font-size:0.9em;
}
.rule-qr{
    padding-top:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rule-qr img{
    height:100px;
    object-fit: contain;
}
.rule-qr-desc{
    padding-top:0.2em;
    text-align: center;
    color: #111;
    font-size:0.8em;
}
.home-logo {
    padding: 20px 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.home-logo-item {
    height: 25px;
}

.home-logo-item img{
    height: 100%;
    object-fit: contain;
}
/* 屏幕宽度小于600px时 */
@media (max-width: 600px) {
    .app,
    .fixed-box {
        width: 100%;
    }
}

.share-box{
    display:none;
    position: absolute;
    z-index:999;
    width: 100%;
    height:100%;
    background-color: #000000B0;
}

.share-position{
    position: absolute;
    right: 0;
    top:0;
    width: 100%;
    display:flex;
    flex-direction: column;
}
.share-text{
    flex: 1;
    padding-top:30px;
    width:100%;
    text-align: center;
    font-size:20px;
}
.share-img{
    position: absolute;
    top:10px;
    right:15px;
    width:80px;
    height:50px;
}