html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    min-width: 470px;
    font-family: 'Microsoft YaHei';
}

#header {
    width: 100%;
    background-color: #fff;
    height: 12%;
    min-height: 70px;
    min-width: 470px;
}

#content {
    width: 100%;
    height: 75.7%;
    background-image: url("BJ1024.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 470px;
}

#footer {
    text-align: center;
    font-family: 'Microsoft YaHei';
    width: 100%;
    font-size: 18px;
    color: #1b1b1b;
    background-color: #fff;
    width: 100%;
    height: 10%;
    min-width: 470px;
    z-index: 1;
}

#logo_table {
    width: 100%;
    height: 100%;
    min-height: 32px;
}

.logo-table-font1 {
    font-size: 17px;
    color: #1b1b1b;
    width: 81px;
    font-family: 'Microsoft YaHei';
}

.logo-table-font2 {
    font-size: 17px;
    color: #1b1b1b;
    width: 128px;
    font-family: 'Microsoft YaHei';
}

#content-mian {
    width: 80%;
    margin: auto;
    height: 100%
}

#content-login {
    width: 375px;
    height: 450px;
    float: right;
    margin-top: 5%;
    background-color: rgba(124, 103, 113, .2);
    box-shadow: 3px 7px rgba(0, 0, 0, .1);
}

#content-picture {
    width: 40%;
    /*height: 76.4%;*/
    float: right;
    /*margin-top: 10%;*/
    /*margin-right: 11%;*/
}

#content-login-tip {
    letter-spacing: 2px;
    text-align: center;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    color: #fff;
    cursor: default;
}

#content-picture_wenzi1 {
    /*margin-left: 8%;*/
}

#content-picture-wenzi2 {
    /*margin-left: 28%;*/
    /*margin-bottom: 9.6%;*/
    /*margin-top: 2%;*/
}

#content-picture-picture img {
    z-index: -3 !important;
    height: auto;
    max-width: 100%
}

#content-picture-picture {
    z-index: -3 !important;
}

#content-picture-wenzi2 img {
    width: 210px;
    height: 24px;
}

#content-picture-wenzi1 img {
    height: 25px;
    width: 269px;
}

.textbox {
    border: none;
    outline: none;
    height: 40px;
    margin: 0px;
    width: 250px;
    padding: 0px 10px 0px 0px;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    letter-spacing: 1px;
    outline: none;
    color: rgba(253, 252, 252, .9);
    background-color: rgba(119, 108, 109, .1);
}

.content-logintable-font2 {
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    color: rgba(255, 255, 255, .8);
    cursor: pointer;
}

#content-logintable-save {
    width: 24px !important;
    margin-left: 23px;
    margin-top: auto;
}

#content-logintable-login {
    text-align: center;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    color: #fff;
    background-color: #ed7140;
    width: 320px;
    height: 50px;
    margin-left: 26px;
}

#content-logintable-font4 {
    font-size: 15px;
    font-family: 'Microsoft YaHei';

    margin-left: 25px;
    cursor: pointer;
    border: none !important;

}

a {
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
}

a:link {
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;

}

.content-logintable-td {
    margin-left: 26px;
}

a:link {
    text-decoration: none;
    color: #F60;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clearer {

    width: 20px;
    border: none;
    display: none;
    background-color: rgba(119, 108, 109, .6);
    border-radius: 8.6px;
    outline: none;
}

.box {
    border: none;

}

.table {
    background-color: #706466;
    margin-left: 26px;
}

#footer-table {
    width: 100%;
    height: 100%;
    z-index: 2;
}

.loginbtn {
    font-family: 'Microsoft YaHei';
    color: #fff;
    font-size: 18px;
    height: 50px;
    width: 310px;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
}

.phone {
    background-image: url("phone1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.app1 {
    background-image: url("app1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*@media screen and (min-height: 768px) {*/
/*#content-picture-wenzi2 {*/
/*margin-left: 28%;*/
/*margin-bottom: 20.8%;*/
/*margin-top: 8%;*/
/*}*/
/*}*/

/*@media screen and (max-height: 650px) {*/
/*#content-picture-wenzi2 {*/
/*margin-left: 28%;*/
/*margin-bottom: 15%;*/
/*margin-top: 8%;*/
/*}*/

/*#footer {*/
/*display: none;*/
/*}*/

/*#content {*/
/*height:88%;*/
/*}*/

/*}*/

/*@media screen and (min-width: 1400px) {*/
/*#content-picture-wenzi2 {*/
/*margin-left: 28%;*/
/*margin-bottom: 19%;*/
/*margin-top: 8%;*/
/*}*/
/*}*/

@media screen and (max-width: 960px) {
    #content-picture {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    #content-picture {
        display: none;
    }

}

@media screen and (max-width: 550px) {
    #content-picture {
        display: none;
    }

}

@media screen and (max-width: 320px) {
    #content-picture {
        display: none;
    }

    .logo-table-font1 {
        display: none;
    }

    .logo-table-font2 {
        display: none;
    }
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(253, 252, 252, .9);
    letter-spacing: 1px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(253, 252, 252, .9);
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(253, 252, 252, .9);
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(253, 252, 252, .9);
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #706466 inset;
    -moz-box-shadow: 0 0 0px 1000px #706466 inset;
    -ms-box-shadow: 0 0 0px 1000px #706466 inset;
    -webkit-text-fill-color: rgba(253, 252, 252, .9) !important;
    -moz-text-fill-color: rgba(253, 252, 252, .9) !important;
    -ms-text-fill-color: rgba(253, 252, 252, .9) !important;
}

.textbox.code {
    background-color: #706466;
    height: 46px;
    padding-left: 30px;
    width: 150px;
}

.validcode-td {
    padding-top: 20px;
}
.change-pic{
    font-size: 12px;
}
