

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

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;opacity:1;
}

input:-ms-input-placeholder{
    color: #ffffff;opacity:1;
}

input::-webkit-input-placeholder{
    color: #ffffff;opacity:1;
}

.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: 203px;
    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: 15px;
    /* background: transparent; */

    background-color:#0A78CF;
    border-radius:4px;
    border:none;
    color:#ffffff;

}

/*.input2 {
    margin-left: 6px;
}*/



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

.login-space-info {
        position: absolute;
    right: 409px;
    bottom: 258px;
    z-index: 99;
    display: block;
    width: 241px;
    height: 156px;
}

.but {
       /* width: 100%; */
    width: 236px;
    margin-left: 10px;
    /* margin-left: 152px; */
    height: 30px;
    /* margin-top: 10px; */
    background-color: #6AC20C;
    color: #ffffff;
   border-radius:4px;
    border:none;
    font-size: 20px;
}


/** iPhone **/
@media only screen and (min-width: 320px) and (max-width:767px) {
    body {
         font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"MicrosoftJhengHei",»ªÎÄÏ¸ ºÚ,STHeiti,MingLiu;
        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: 12%;
    top: 39%;
    z-index: 99;
    display: block;
    width: 73%;
    height: 43%;
    right: 0%;
    bottom: 0px;
    text-align: center;
    }

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


    .input1 {
          width: 65%;
    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: 15px;
    /* background: transparent; */
    background-color: #0A78CF;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    }

   

   

    .but {
           width: 77%;
    margin-left: 10px;
    height: 30px;
    margin-left: 10px;
    margin-top: 0px;
   background-color: #6AC20C;
    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;
}
}*/
