

body {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"MicrosoftJhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu;
}

.label1 {
    display: inline-block;
    width: 100px;
    text-align: right;
    vertical-align: middle;
    /*color:#ffffff;*/
    font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"MicrosoftJhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu;
    font-size: 16px;
}

.input1 {
    width: 211px;
    height: 30px;
    margin-top: 8px;
    margin-left: 10px;
    padding: 0px 15px;
    border-radius: 10px;
    border: none;
    border: 1px solid #A6A6A6;
    /* border: 1px solid rgba(255,255,255,.15); */
    /* border-radius: 6px; */
    /* color: #fff; */
    /* letter-spacing: 2px; */
    font-size: 15px;
    /* background: transparent; */
}

.input2 {
    margin-left: 6px;
}

.input3 {
    width: 244px;
    height: 33px;
    margin-top: 8px;
    margin-left: 10px;
    padding: 0px 15px;
    border-radius: 10px;
    border: none;
    border: 1px solid #A6A6A6;
    /* border: 1px solid rgba(255,255,255,.15); */
    /* border-radius: 6px; */
    /* color: #fff; */
    /* letter-spacing: 2px; */
    font-size: 15px;
    /* background: transparent; */
}

.index-page {
    background: url(../images/img_bg.png) no-repeat;
    width: 1024px;
    height: 768px;
    background-position: center;
    margin: 0 auto;
    position: relative;
}

.info {
    padding-top: 462px !important;
}
.login-space-info {
    /* position: absolute; */
    /* right: 298px; */
    /* bottom: 34px; */
    /* z-index: 99; */
    /* display: block; */
    /* margin-top: 308px; */
    padding-top: 339px;
    width: 405px;
    height: 441px;
    margin: 0 auto;
}

.but {
    width: 135px;
    margin-left: 152px;
    height: 40px;
    margin-top: 10px;
    background-color: #E70012;
    color: #ffffff;
    border-radius: 6px;
    border: none;
    font-size: 20px;
}

.divbtn {
    width: 49.5%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    letter-spacing: 3px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #000000;
}


/** iPhone **/
@media only screen and (min-width: 320px) and (max-width:767px) {
    body {
        margin: 0px;
        padding: 0px;
        /*margin: 0 auto;
        padding: 0px;
        font-size: 12px;
        width: 100%;
        height: 100%;*/
        /*max-height: 736px;*/
    }

    .index-page {
        background: url(../images/img_bg2.png) fixed center center no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
        background-size: 100% 100%;
    }


    .login-space-info {
        position: absolute;
        left: 0px;
        top: 31%;
        z-index: 99;
        display: block;
        width: 100%;
        height: 56%;
        right: 0px;
        bottom: 0px;
        text-align: center;
         padding-top: 0px  !important;
    }

   
    .label1 {
        display: inline-block;
        width: 15%;
        text-align: right;
        vertical-align: middle;
        /*color:#ffffff;*/
        font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"MicrosoftJhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu;
    }


    .input1 {
        width: 58%;
        height: 30px;
        margin-top: 8px;
        margin-left: 10px;
        padding: 0px 15px;
        /* border: 1px solid rgba(255,255,255,.15); */
        /* border-radius: 6px; */
        /* color: #fff; */
        /* letter-spacing: 2px; */
        font-size: 16px;
        /* background: transparent; */
    }

    .input2 {
        margin-left: 7px;
    }

    .input3 {
        width: 68%;
        height: 33px;
        margin-top: 8px;
        margin-left: 10px;
        padding: 0px 15px;
        /* border: 1px solid rgba(255,255,255,.15); */
        /* border-radius: 6px; */
        /* color: #fff; */
        /* letter-spacing: 2px; */
        font-size: 16px;
        /* background: transparent; */
    }

    .but {
        width: 28%;
        margin-left: 0px;
        height: 40px;
        margin-top: 0px;
        background-color: #E70012;
        color: #ffffff;
        border-radius: 6px;
        border: none;
        font-size: 20px;
    }
}

/*@media only screen and (min-width: 100px) and (min-width: 319px){
       body {
        margin:0 auto;
        padding:0px;
        font-size: 12px;
     
    }
     .index-page {
        background: url(../images/img_bg2.png) no-repeat;
      
        width: 100%;
        height: 100%;
        margin:0 auto;
    }

       .login-space-info {
        position: absolute;
      
         left:0px;
        bottom: 1%;
        z-index: 99;
        display: block;
        width: 100%;
        height: 20%;
    }
.but {
    width:100%;
    background-color:#C5221E;
    color:#ffffff;

}
.login-space-info table td {
    padding:10px;
}
}*/
