﻿
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    margin: 0;
    -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
    /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
    /* -webkit-tap-highlight-color: rgba(0,0,0,0); */
}

html {
    height: 100%
}

input,
textarea {
    -webkit-user-select: text
}

a {
    color: #000;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, "黑体", Arial, Tahoma
}

video {
    width: 100%
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: -2px
}

.main_box {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #CD261D;
    background: url("../images/red-wrap.png") center no-repeat;
    background-size: cover;
    font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, "黑体", Arial, Tahoma
}

.main_box .box {
    width: 100%;
    padding-top:45%;
    /*background: #CD261D;*/
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.main_box .box .bg_in {
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.main_box .box .bg_in .title {
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
    padding: 0.25rem 0;
}

.main_box .box .content {
    z-index: 10;
    position: relative;
    width: 13rem;
    height: 6rem;
    margin: 0 auto 0 auto;
    background: #CD261D;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

#mask_img_bg {
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    bottom: 0.2rem;
    right: 0.2rem;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

#mask_img_bg img {
    width: 5.3rem;
    height: 5.5rem;
    margin: 0 auto;
    display: block;
}

#redux {
    z-index: 22;
    position: absolute;
    padding: 0.2rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.main_box .hint-show {
    display: none;
    position: absolute;
    left: 50%;
    top: 6rem;
    width: 286px;
    height: 245px;
    margin-left: -143px;
    z-index: 99;
}

.main_box .hint-show .hint-img {
    width: 286px;
    height: 245px;
}

.main_box .hint-show .colour-img {
    width: 239px;
    height: 138px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -120px;
    z-index: 110;
}

.main_box .hint-show .prize-img {
    width: 116.5px;
    height: 121.5px;
    position: absolute;
    top: 74px;
    left: 50%;
    margin-left: -60px;
    z-index: 100;
}
.cont-span{
    display: block;
    width: 120px;
    height: 38px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -60px;
    z-index: 10;
}
.main_box .hint-show .prize-span {
    display: block;
    width: 120px;
    height: 38px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    z-index: 100;
}



.main_box .hint-show .close {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}

.main_box .hint-show .btn {
    display: inline-block;
    width: 180px;
    height: 37px;
    position: absolute;
    bottom: 10px;
    left: 48px;
    z-index: 200;
}

.main_box .mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
}

.hint-num {
    width: 12.6rem;
    height: 1.2rem;
    line-height:1.2rem;
    margin: 0 auto;
    background: rgba(0,0,0,0.1);
}
.hint-num h4{
    width: 100%;
    color: #fff;
    font-weight: 200;
    font-size: 0.6rem;

    text-align: center;
}
.hint-num h4 strong {
    color: #FFDB16;
}