body{
    background: url("/images/index/bg.png") no-repeat;
    background-size: 100% 100%;
    height: auto;
}

.main{
    width: 100%;
}
.top{
    width: 100%;
    height: 2.027rem;
    background: url("/images/index/top.png") no-repeat;
    background-size: 100%   ;
}
.logo{
    width: 100%;
    background: url("/images/index/logo.png") no-repeat;
    background-size: 100%;
    height: 10.027rem;
    margin-top: -1.04rem;
}
.age{
    width: 100%;
    text-align: center;
}
.age input{
    /*background: url("/images/index/checkbox.png") no-repeat;*/
    /*background-size: 100%;*/
    height: 0.51rem;
    width: 0.51rem;
    margin-top: -0.1rem;
}
.age a{
    font-size: 0.42rem;
    color: #AF292E;
    text-decoration: underline;
    line-height: 0.42rem;
}

input[type=checkbox]  {
    display: inline-block;
    vertical-align: middle;
    width: 0.51rem;
    height: 0.51rem;
    margin-left: 5px;
    appearance: none; /**css3属性，不支持ie，但不影响使用**/
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 20px;
    color: #d8d8d8;
}

input[type=checkbox]:after  {
    content: "";
    display:block;
    width: 0.51rem;
    height: 0.51rem;
    text-align: center;
    line-height: 0.42rem;
    font-size: 0.42rem;
    color: #fff;
    border: 2px solid #AF292E;
    background-color: #fff;
    box-sizing:border-box;
}
input[type=checkbox]:checked:after  {
    content: "\2713";
    border-color: #fff;
    background-color: #AF292E;
}

#mycheck1:checked:after  {
    content: "\2714";
    border-color: #fff;
    background-color: #AF292E;
}

.form{
    width: 100%;
    margin-top: 0.5rem;
}
.form a{
    width: 5.15rem;
    height: 0.97rem;
    font-size: 0.42rem;
    color: #fff;
    text-align: center;
    background: #AF292E;
    display: block;
    margin: 0 auto;
    line-height: 1rem;
}

.video{
    width: 100%;
    margin-top: 1rem;
}
.video a{
    width: 5.87rem;
    height: 3.84rem;
    display: block;
    margin: 0 auto;
}
.video a img{
    width: 100%;
}

.foot{
    width: 100%;
    margin-top: 1rem;
    background: url("/images/index/foot.png") no-repeat;
    background-size: 100%;
    height: 2.92rem;
    overflow: hidden;
}

.foot img{
    width: 2.35rem;
    display: block;
    margin: 0 auto;
    margin-top: 1.3rem;
}