.Box__form{
    padding-top:0.5rem;
}
@media screen and (max-height:480px){
    padding-top:0.2rem;
}
.Box__content ul li{
    padding-right:0px;
}
@media screen and (max-height:420px){
    .Box__content ul li{
        height:0.58rem;
    }
}
@media screen and (min-height:421px) and (max-height:472px){
    .Box__content ul li{
        height:0.88rem;
    }
}
.Box__content ul li select,.Box__content ul li input{
    z-index:9;
    position:relative;
    background-color:transparent;
}
.Box__liRight{
    z-index:1;
}
.Box__content ._empty-input{
    background:transparent url('../../images/loginSign/drop.png') no-repeat center center scroll;
    background-size:100% auto;
}
.Box__agree{
    min-height:0.28rem;
    font-size:0.24rem;
    text-align:center;
    line-height:1.2em;
    color:#999;
    margin-bottom:0.18rem;
}
.Box__agree a{
    color:inherit;
}
.Box__spaninput{
    width:0.26rem;
    height: 0.26rem;
    display:inline-block;
    vertical-align:middle;
    border:1px solid #ddd;
    border-radius:0.04rem;
}
.Box__spaninput.selected{
    background:transparent url('../../images/loginSign/ic_done_white.png') no-repeat center center scroll;
    background-size:0.24rem 0.24rem;
}
.Box__link{
    margin-bottom:1em;
}