<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.outer {
    width: 100%;
    background-color: #fed218;
}
#header {
    width: 100%;
}
#header img {
    width: 100%;
}
.main {
    width: 100%;
}
.main .video-all {
    margin-top: 1.25rem;
}
.main .video-all .video-top {
    width: 100%;
}
.main .video-all .video-top img {
    width: 100%;
}
.main .video {
    width: 100%;
    padding: 0 .4rem 0 .55rem;
    background: url(../img/videomiddle.jpg) no-repeat;
    background-size: 100% 100%;
}
.main .video .video-con {
    width: 100%;
    padding: .3125rem .1875rem 0 .1875rem;
    background-color: #2e2c21;
}
.main .video .video-show {
    position: relative;
    width: 100%;
    height: 10.875rem;
    background: url(../img/yun.png) no-repeat;
    background-size: 100% 100%;
}
.main .video .video-show::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3.25rem;
    height: 3.25rem;
    margin-left: -1.625rem;
    margin-top: -1.625rem;
    background: url(../img/btn.png) no-repeat;
    background-size: 100% 100%;

}
.main .video .video-bottom {
    width: 100%;
    height: 2.5rem;
}
.main .video .video-bottom .pearlogo {
    display: block;
    width: 4.875rem;
    height: 100%;
    background: url(../img/pearlogo.jpg) no-repeat;
    background-size: 100% 100%;
    float: left;
}
.main .vote {
    width: 100%;
    height: 17rem;
    background: url(../img/vote.jpg) no-repeat;
    background-size: 100% 100%;
}
.main .vote .vote-ul {
    width: 100%;
    height: 100%;
    padding: 6rem 1.25rem 1.5rem 1rem;
}
.main .vote .vote-ul .vote-li {
    width: 50%;
    height: 50%;
    padding: 0 0 .3rem .4rem;
    overflow: hidden;
    float: left;
}
.main .vote .vote-ul .vote-li div {
    display: block;
    width: 100%;
    height: 100%;
}
.main .vote .vote-ul .vote-li .vote-d1 {
    background: url(../img/duo.jpg) no-repeat;
    background-size: 100% 100%;
}
.main .vote .vote-ul .vote-li .vote-d2 {
    background: url(../img/kuai.jpg) no-repeat;
    background-size: 100% 100%;
}
.main .vote .vote-ul .vote-li .vote-d3 {
    background: url(../img/hao.jpg) no-repeat;
    background-size: 100% 100%;
}
.main .vote .vote-ul .vote-li .vote-d4 {
    background: url(../img/sheng.jpg) no-repeat;
    background-size: 100% 100%;
}
.main .vote .vote-ul .vote-li div .vote-con {
    padding: 33.5% 0 0 25%;
}
.main .vote .vote-ul .vote-li div input {
    width: 2.3rem;
    height: 1.035rem;
    background: url(../img/toupiao.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 0 -1.035rem;
}
.main .vote .vote-ul .vote-li div .vote-num {
    color: #ff3967;
    font-size: .6875rem;
}
.main .vote .vote-ul .vote-li div .piao {
    color: white;
    font-size: .5rem;
}
.main .draw {
    width: 100%;
}
.main .draw .draw-introduction img {
    width: 100%;
}
.main .draw .draw-getin {
    width: 100%;
    height: 7rem;
    padding-top: .625rem;
    background: url(../img/atonce.jpg) no-repeat;
    background-size: 100% 100%;
}
.main .draw .draw-getin .get-draw {
    position: relative;
    width: 9rem;
    height: 3.1875rem;
    margin: 0 auto;
    background: url(../img/getprice.jpg) no-repeat;
    background-size: 100% 100%;
}
.main .draw .draw-getin .get-draw::before{
    position: absolute;
    display: block;
    content: "";
    width: 3.125rem;
    height: 1.875rem;
    background: url(../img/left.jpg) no-repeat;
    background-size: 100% 100%;
    left: -3.125rem;
    top: .5rem;
}
.main .draw .draw-getin .get-draw::after{
    position: absolute;
    display: block;
    content: "";
    width: 3.125rem;
    height: 1.875rem;
    background: url(../img/right.jpg) no-repeat;
    background-size: 100% 100%;
    right: -3.8rem;
    top: .5rem;
}
.footer {
    width: 100%;
}
.footer img {
    width: 100%;
}
#modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size:0;
    background-color: rgba(0,0,0,.5);
    z-index: 10;
    display: none;
}
.verticalMiddle{
    vertical-align:middle;
    display:inline-block;
    height:100%;
    width:1px;
    margin-left:-1px;
}
.video-close {
    display: block;
    width: 2.5rem;
    height: 1.5625rem;
    background: url("../img/guanbi.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0rem;
    top: 21%;
}
.video-modalbd{
    position: relative;
    padding-bottom:56.25%;
    width:calc(100% - 1px);
    height:0;
    display:inline-block;
    vertical-align:middle;
}
.video-modalbd video {
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 640px;
    left: 0;
    top: 0;
}</pre></body></html>