/* 移动优先 */
.indexnav{
    background-color:#dcdeeb; 
}
.homebg{
    position: absolute;
    width:100%;
    height:100%;
    background-color: #fff ;
    background-image:none!important;
    text-align:center;
    top:0;
    margin-top: 5px;
}
.formbox{
    position: absolute;
    left:9%;
    width:82%;
    height:63%;
    top:55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form{
    padding:40px 0 30px 0;
    width:100%;
    height:100%;
    box-shadow: 0px 1px 11px 2px rgba(0, 0, 0, 0.2);
    background-image: url("../images/bg_block_sign.png") ;
}
.form-group {
    margin-bottom: 20px;
}
.thislabel{
    text-align: left;
    font-size: 16px;
}
.myemil{
    margin-bottom: 10px;
}


@media (min-width:768px){
    .formbox{
        left:30%;
        width:40%;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .form{
        padding:70px 0 30px 0;
    }

    .myemil{
        margin-bottom: 15px;
    }
}
@media (min-width:1280px){
    .formbox{
        left:35%;
        width:30%;
        height:50%;
    }
}
/* 1366x768 */
@media (min-width:1280px) and (max-height:768px){
    .formbox {
        height: 384px;
    }
    .form{
        padding:30px 0 30px 0;
    }
}
/*iphoneX*/
@media (max-width:768px) and (min-height:730px){
    .form{
        padding:75px 0 30px 0;
    }
}
/* ipad pro */
@media (max-width:1024px)and (min-height:1366px) {
    .form{
        padding:80px 30px 30px 30px;
    }
    .formbox {
        height: 35%;
    }
}
/* 安卓手机输入 */
@media (max-width:768px)and (max-height:540px) {
    .formbox {
        height: 340px;
    }
}

