@font-face {
    font-family: 'MuliRegular';
    /*字体名称*/
    src: url('../fonts/Muli-Regular.ttf');
    /*字体源文件*/
}

@font-face {
    font-family: 'MuliBold';
    /*字体名称*/
    src: url('../fonts/Muli-Bold.ttf');
    /*字体源文件*/
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

b,
h2,
h3 {
    font-family: "MuliBold";
}

*,
::after,
::before {
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 800px;
    min-height: 100%;
    margin: 0 auto;
    background: #FFFBDC;
    font-family: "MuliRegular", "Helvetica Neue", Helvetica, Microsoft Yahei, sans-serif;
}

.logo{
    background: #D90109;
    padding: 12px 0;
}
.logo img{
    width:60px;
}


/* .mdui-container {
    max-width: 800px;
    font-family: "MuliRegular", "Helvetica Neue", Helvetica, Microsoft Yahei, sans-serif;
} */

.l_id {
    display: none;
}

.content_rules{
    max-height: 420px;
    overflow-y: auto;
}

.banner {
    position: relative;
    width: 100%;
}

.top img {
    width: 100%;
}

.top {
    position: relative;
}

.top .btn {
    position: absolute;
    top: 4%;
    background: #D90109;
    color: #fff;
    font-size: 12px;
    padding: 6px 15px;
    cursor: pointer;
}

.top .rules {
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.top .awardRecord {
    right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 6px 10px;
}

.boxPanel {
    width: 100%;
    background: url('../images/bg_02.png') no-repeat top left;
    padding: 12px 10px 0;
    box-sizing: border-box;
    background-size: 100% 80%;
    position: absolute;
    left: 0;
    top: 82%;
}

.boxPanel img {
    width: 88%;
    position: relative;
}

.boxPanel .attention {
    margin-bottom: 40px;
}

.boxPanel .attention .attention_img {
    width: 100px;
}

.boxPanel .attention .attention_img img {
    margin-left: 30px;
}

.boxPanel .attention .wordsPanel {
    color: #DA7100;
    background: #FBDC07;
    border-radius: 3px;
    padding: 10px 20px;
    margin-top: -4px;
    font-family: "MuliBold";
    line-height: 1.3;
    font-size: 12px;
}

.boxPanel table {
    width: 100%;
}

.boxPanel table td {
    text-align: center;
    padding: 0 10px;
    position: relative;
}

.openBtn {
    width: 100%;
    text-align: center;
    background: #CC1414;
    color: #fff;
    font-size: 16px;
    padding: 6px 0;
    border-radius: 6px;
    box-shadow: 0px 1px 1px 0px #000;
    cursor: pointer;
    position: relative;
}

.openBtn.closeBtn {
    background: #8A8C91;
}

.openBtn:active {
    background: #CC1414;
}

.openBtn.closeBtn:active {
    background: #8A8C91;
}

.awardList {
    width: 100%;
    padding: 0 10px 16px;
}

.awardList .title {
    background: url('../images/bg_head.png') no-repeat top left;
    background-size: 100% 100%;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
}

.title b {
    margin: 0 10px;
}

.title img {
    width: 40px;
    vertical-align: middle;
}

.list {
    width: 100%;
    margin: 0 2px;
    border: 1px solid #F49D62;
    box-shadow: 1px 2px 10px 0px #F49D62;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top: 0;
}

.list thead td {
    font-size: 12px;
    /* font-family: 'MuliBold'; */
    font-weight: bold;
    color: #DA7100;
}

.list .mdui-divider {
    border-bottom: 1px dotted #DA7100;
    background: #fffbdc;
}

.boxList td img:nth-of-type(2) {
    display: none;
    position: absolute;
    left: 0;
    top: -12px;
}

.boxList td img.hide {
    visibility: hidden;
}

@keyframes anis {
    from {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    to {
        transform: translateY(-90%);
        -webkit-transform: translateY(-90%);
        -o-transform: translateY(-90%);
        -moz-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
    }
}

@-webkit-keyframes anis {
    from {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    to {
        transform: translateY(-90%);
        -webkit-transform: translateY(-90%);
        -o-transform: translateY(-90%);
        -moz-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
    }
}

@-o-keyframes anis {
    from {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    to {
        transform: translateY(-90%);
        -webkit-transform: translateY(-90%);
        -o-transform: translateY(-90%);
        -moz-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
    }
}

@-moz-keyframes anis {
    from {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    to {
        transform: translateY(-90%);
        -webkit-transform: translateY(-90%);
        -o-transform: translateY(-90%);
        -moz-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
    }
}

@-ms-keyframes anis {
    from {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    to {
        transform: translateY(-90%);
        -webkit-transform: translateY(-90%);
        -o-transform: translateY(-90%);
        -moz-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
    }
}

@keyframes shake {
    0% {
        transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    6% {
        -webkit-transform: scale(.9) rotate(-8deg);
        -webkit-transform: scale3d(1, 1, 1) rotate(0, 0, 1, -8deg);
    }
    18%,
    30%,
    42% {
        -webkit-transform: scale(1.1) rotate(8deg);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);
    }
    12%,
    24%,
    36%,
    48% {
        -webkit-transform: scale(1.1) rotate(-8deg);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);
    }
    54% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    60% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    80% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    90% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    6% {
        -webkit-transform: scale(.9) rotate(-8deg);
        -webkit-transform: scale3d(1, 1, 1) rotate(0, 0, 1, -8deg);
    }
    18%,
    30%,
    42% {
        -webkit-transform: scale(1.1) rotate(8deg);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);
    }
    12%,
    24%,
    36%,
    48% {
        -webkit-transform: scale(1.1) rotate(-8deg);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);
    }
    54% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    60% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    80% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    90% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes shake {
    0% {
        transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    6% {
        -webkit-transform: scale(.9) rotate(-8deg);
        -webkit-transform: scale3d(1, 1, 1) rotate(0, 0, 1, -8deg);
    }
    18%,
    30%,
    42% {
        -webkit-transform: scale(1.1) rotate(8deg);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);
    }
    12%,
    24%,
    36%,
    48% {
        -webkit-transform: scale(1.1) rotate(-8deg);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);
    }
    54% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    60% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    80% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    90% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes shake {
    0% {
        transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    6% {
        -webkit-transform: scale(.9) rotate(-8deg);
        -webkit-transform: scale3d(1, 1, 1) rotate(0, 0, 1, -8deg);
    }
    18%,
    30%,
    42% {
        -webkit-transform: scale(1.1) rotate(8deg);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);
    }
    12%,
    24%,
    36%,
    48% {
        -webkit-transform: scale(1.1) rotate(-8deg);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);
    }
    54% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    60% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    80% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    90% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale(1);
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes rotating {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotating {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.boxPanel img.shaking {
    animation: shake 1s linear;
    -moz-animation: shake 1s linear;
    -webkit-animatio: shake 1s linear;
    -o-animation: shake 1s linear;
    animation-fill-mode: forwards;
}

.list .listPage {
    width: 100%;
    /* height: 330px;
    overflow: hidden; */
}

.list .listPageBox {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.listPage p {
    margin: 0;
    padding: 10px;
    font-size: 12px;
}

.listPage p span {
    display: inline-block;
    width: 49%;
}

.listPage p span:nth-of-type(2) {
    text-align: center;
}

.listPage b.circle {
    display: inline-block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #D90109;
    margin-bottom: 2px;
    margin-right: 15px;
}

.listPage {
    animation: anis 100s linear infinite;
    -moz-animation: anis 100s linear infinite;
    -webkit-animation: anis 100s linear infinite;
    -o-animation: anis 100s linear infinite;
    -ms-animation: anis 100s linear infinite;
}

.bottom {
    font-size: 12px;
    color: #5B3A04;
    padding: 0px 15px;
    margin-top: 0;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}


/* #loading .loading_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
} */

img.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
}

.mdui-dialog {
    top: 50%;
    background: #FFFBDC;
    color: #40454F;
    max-width: 600px !important;
}

img.icon_info {
    width: 70px;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
}

.content {
    margin-top: 50px;
    padding: 30px 0px 0px;
}

.content p {
    text-align: center;
    line-height: 2;
    margin:6px;
    font-weight: bold;
}

.okBtn {
    background: #D90109;
    width: 100%;
    color: #fff;
    padding: 16px 0;
    text-align: center;
    cursor: pointer;
}

.mdui-dialog img.winprize,
.mdui-dialog img.emptyprize {
    position: absolute;
}

.mdui-dialog .title {
    color: #D90109;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 10px;
}

.mdui-dialog .title img {
    width: 14px;
}

.mdui-dialog .content_rules p {
    line-height: 1.5;
    padding: 0 20px;
    font-family: 'MuliBold';
}

.mdui-dialog img.winprize:nth-of-type(1) {
    left: 50%;
    width: 120px;
    margin-top: -55px;
    margin-left: -60px;
    z-index: 9999;
}

.mdui-dialog img.emptyprize {
    left: 50%;
    width: 200px;
    margin-top: -60px;
    margin-left: -100px;
    z-index: 9999;
}

.mdui-dialog img.winprize:nth-of-type(2) {
    width: 100%;
    left: -3%;
    top: -32%;
    z-index: 99;
}

.mdui-dialog img.winprize:nth-of-type(3) {
    width: 220px;
    left: 50%;
    top: -110px;
    margin-left: -110px;
    z-index: 999;
    animation: rotating 6s linear infinite;
    -moz-animation: rotating 6s linear infinite;
    -webkit-animatio: rotating 6s linear infinite;
    -o-animation: rotating 6s linear infinite;
    -ms-animation: rotating 6s linear infinite;
}

@media (min-width: 330px) {
    .mdui-dialog img.winprize:nth-of-type(2) {
        top: -35%;
    }
}

@media (min-width: 425px) {
    .mdui-dialog img.winprize:nth-of-type(2) {
        top: -44%;
    }
    .mdui-dialog img.winprize:nth-of-type(3) {
        width: 280px;
        left: 50%;
        top: -140px;
        margin-left: -140px;
    }
}

@media (min-width: 520px) {
    .mdui-dialog img.winprize:nth-of-type(2) {
        top: -56%;
    }
    .mdui-dialog img.winprize:nth-of-type(3) {
        width: 320px;
        left: 50%;
        top: -160px;
        margin-left: -160px;
    }
    .mdui-dialog img.emptyprize {
        width: 240px;
        margin-top: -70px;
        margin-left: -120px;
    }
}

@media (min-width: 600px) {
    .mdui-dialog img.winprize:nth-of-type(2) {
        top: -64%;
        width: 96%;
    }
    .mdui-dialog img.winprize:nth-of-type(3) {
        width: 320px;
        left: 50%;
        top: -160px;
        margin-left: -160px;
    }
}

@media (min-width: 768px) {
    .boxPanel table td {
        text-align: center;
        padding: 0 6%;
    }
    .openBtn {
        padding: 10px 0;
    }
    .awardList .title {
        font-size: 20px;
    }
    .title img {
        width: 80px;
    }
    .list thead td,
    .listPage p,
    .bottom {
        font-size: 14px;
    }
    .boxList td img:nth-of-type(2) {
        left: 15%;
        width: 70%;
    }
    .mdui-dialog img.winprize:nth-of-type(1) {
        left: 50%;
        width: 180px;
        margin-top: -97.36px;
        margin-left: -90px;
    }
    .mdui-dialog img.winprize:nth-of-type(2) {
        top: -68%;
        width: 95%;
    }
    .mdui-dialog img.winprize:nth-of-type(3) {
        width: 360px;
        left: 50%;
        top: -180px;
        margin-left: -180px;
    }
    .boxPanel {
        padding: 30px 10px 0;
    }
    .mdui-dialog img.emptyprize {
        width: 280px;
        margin-top: -90px;
        margin-left: -140px;
    }
    img.icon_info {
        width: 80px;
        position: absolute;
        top: -40px;
        left: 50%;
        margin-left: -40px;
    }
    .logo img{
        width:70px;
    }
}