@charset "UTF-8";

html {
    font-size : 20px;
}
@media only screen and (min-width: 401px){
    html {
        font-size: 25px !important;
    }
}
@media only screen and (min-width: 428px){
    html {
        font-size: 26.75px !important;
    }
}
@media only screen and (min-width: 481px){
    html {
        font-size: 30px !important;
    }
}
@media only screen and (min-width: 569px){
    html {
        font-size: 35px !important;
    }
}
@media only screen and (min-width: 641px){
    html {
        font-size: 40px !important;
    }
}
html, body {
    padding: 0;
    margin: 0;
    background: #fffeea url("../images/bg.png");
    background-size: 100%;
    height: 100%;
    
}

p,li,b,span,div,strong,h1,h2,h3,h4,h5,h6,a,ul{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box {
    width: 16rem;
    height: 16rem;
    position: relative;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url("../images/ly-plate-c.gif") no-repeat center;
    background-size: 100%;
}

.box .outer {
    width: 85%;
    height: 85%;
    position: absolute;
    z-index: 1;
    top: 7%;
    left: 7%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.box .outer img{
    width: 100%;
}

.box .inner{
    position: relative;
    width: 5rem;
    height: 5rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background-image: url(../images/playbtn.png);
    background-size: auto 5rem;
    background-repeat: no-repeat;
    cursor: pointer;
}
.box .inner.start:active{

    -webkit-transform: translate(-50%, -50%) scale(.95);
    -moz-transform: translate(-50%, -50%) scale(.95);
    -ms-transform: translate(-50%, -50%) scale(.95);
    -o-transform: translate(-50%, -50%) scale(.95);
    transform: translate(-50%, -50%) scale(.95);
}

.box .inner.start{
    background-position: 0 0;
}
.box .inner.no-start{
    background-position: -5rem 0;
}
.box .inner.completed{
    background-position: -10rem 0;
}
.jiangpin{
    width: 100%;
    text-align: center;
    margin-top:2vw;
    height:40px;

}
.jiangpin span{

    background: #fe6600;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ff9501;
    font-size: 20px;
    display: inline-block;
    height:40px;
    width:200px;
    line-height: 40px;
}
.rule{
    text-align: right;
    font-size: 16px;
    color: #e4492f;
    margin-top:10px;
    padding-right:5%;
}
.rule span{
    padding-left:21px;
    background:#fffeea url("../images/rule.png") no-repeat left center;
    background-size: 19%;
    cursor: pointer;
    border-bottom: 1px solid #e4492f;
}
