@-ms-viewport {
    width: device-width;
}

@media only screen and (min-device-width:800px) {
    html {
        overflow: hidden;
    }
}

html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: microsoft yahei, Helvetica, sans-serif;
    background-color: #000000;
}

.marquee {
    position: absolute;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    width: 100%;
    white-space: nowrap;
    z-index: 800;
    color: white;
    text-align: right;
    padding-right: 10px;
    letter-spacing: 1px;
    font-family: 黑体;
    font-size: 15px;
    background: rgba(0, 0, 0, .3);
}

#redpack_view .modal-dialog {
    width: 330px;
    background-color: #e4312d;
    position: relative;
    padding: 50px 10px 30px 10px;
    margin: auto;
}

#redpack_view .card_img {
    position: absolute;
    left: 40px;
    top: -88px;
}

#redpack_view .card_close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 6px;
    top: -13px;
    background-color: #e4312d;
    border-radius: 25px;
    padding-left: 6px;
    padding-top: 2px;
    cursor: pointer;
}

#redpack_view .card_close .icon-times {
    color: #fff;
    font-size: 18px;
}

#redpack_view .card_wrap {
    background-color: #fff;
    width 100%;
    min-height: 320px;
    border-radius: 10px;
}

#redpack_view .card_title {
    height: 50px;
    background-color: #d5d5d5;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    position: relative;
}

#redpack_view .card_title span {
    font-size: 18px;
    font-weight: bold;
    color: #434343;
}

#redpack_view .card_title div {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    background-color: #e4312d;
    bottom: -8px;
}

#redpack_view .card_title .left_shade {
    left: -7px;
}

#redpack_view .card_title .right_shade {
    right: -7px;
}

#redpack_view .card_content {
    margin-top: 20px;
    padding: 20px;
}

#redpack_view .card_content .line {
    height: 1px;
    width: 30%;
    border-bottom: 1px solid #e66565;
}

#redpack_view .card_content .card_sysm {
    width: 30%;
    height: 30px;
    border: 1px solid #e66565;
    margin-top: -15px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 5%;
}

#redpack_view .card_content .card_sysm span {
    color: #fa9488;
}

#redpack_view .card_content_text {
    margin-top: 25px;
}

#redpack_view .card_footer {
    height: 50px;
    border-top: 1px dotted;
    line-height: 45px;
    text-align: center;
}

@media only screen and (min-width: 321px) and (max-width: 1024px) {
    #container {
        left: 0 !important;
        top: 0 !important;
        height: 100% !important;
        z-index: 9999 !important;
        width: 100% !important;
    }
    .diaLog_qq {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    .diaLog_qq iframe {
        height: 90%
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    #redpack_view .modal-dialog {
        width: 90%;
    }
    .card_content_text {
        max-height: 200px;
        overflow: auto;
    }
    .s_weather1 {
        top: 80px !important;
        left: 3px !important;
    }
    .s_weather1 img {
        width: 40px !important;
    }
}


/* .vrModal {
    display: none;
    width: 25%;
    left: 36%;
    top: 15%;
    height: 540px;
    overflow-y: scroll;
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    color: #fff;
    position: absolute;
    z-index: 5000;
    padding: 20px;
}

.vrModal .xclose {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 100;
    border: 1px solid #fff;
}

.vrModal .xclose:hover {
    border: 2px solid #fff;
}

.vrModal .xclose a {
    text-direction: none;
    color: #fff;
}

.vrModal .xclose a:hover {
    text-direction: none;
}

.modal-dialog {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-header {
    color: #fff;
}

.modal-header .close span {
    color: #fff;
}

.modal-body {
    color: #fff;
} */