/* 404 */

.error-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #1379d2;
    background: -webkit-radial-gradient(#358ede 50%, #0f76d0 100%);
    /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(#358ede 50%, #0f76d0 100%);
    /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(#358ede 50%, #0f76d0 100%);
    /* Firefox 3.6 - 15 */
    background: radial-gradient(#358ede 50%, #0f76d0 100%);
    /* 标准的语法 */
}

.error {
    width: 100%;
    height: 100%;
    display: table;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.error-content {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
}

.error-content img {
    width: 80%;
    max-width: 881px;
    margin: 30px auto;
}

.error-content .title {
    display: block;
    font-family: '微软雅黑';
    font-size: 2.85em;
    color: #fff;
}

.error-content .txt {
    display: block;
    font-family: '微软雅黑';
    font-size: 1.85em;
    color: #fff;
}

.error-content .btn-box {
    padding: 40px 0;
    text-align: center;
}

.error-content .btn-box a {
    display: inline-block;
    width: 179px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 23px;
    margin: 10px 15px;
    line-height: 46px;
    font-family: '微软雅黑';
    font-size: 1.58em;
    color: #fff;
    text-align: center;
}
/*登录*/
.vip-login{
    background: #f1f4f5;
    position: relative;
}
.vip-login #tips{
    display: block;
    text-align: center;
    color: red;
    line-height: 40px;
    margin-bottom: 15px;
}
.vip-login .login-form{
    width: 90%;
    max-width: 350px;
    padding:42px 75px 42px;
    margin: 10% auto 0;
    background: #fff;
    font-size: 1.6em;
    color: #333;
    font-family: '微软雅黑';
    border-radius: 3px;
    text-align: center;
}
.vip-login .login-form>div{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.vip-login .login-form label{
    display: table-cell;
    width: 80px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.vip-login .login-form input{
    display: table-cell;
    border: 1px solid #dfdfdf;
    font-size: 0.8em;
    line-height: 30px;
    border-radius: 2px;
    padding:0 10px;
    height: 30px;
    width: 92%;
}
.vip-login .login-btn{
    width: 100%;
    line-height: 52px;
    color: #fff;
    background: #4fa0ec;
    border: none;
    font-size: 1em;
    font-family: '微软雅黑';
    border-radius: 1px;
    margin: 0 auto;
}
.vip-login #goBack{
    text-align: center;
    color: #fe5801;
    line-height: 40px;
    margin-top: 20px;
    background: url('../images/common/ico_back.png') 0 center no-repeat;
    text-indent: 20px;
    display: inline-block;
}
/*PC小屏（col-md-）/992 - 1199*/

@media only screen and (max-width: 1199px) {
    .error {
        background-size: 100% auto;
    }
}


/*pad（col-sm-）/768 - 991*/

@media only screen and (max-width: 991px) {}


/*手机（col-md-）/640 - 767*/

@media only screen and (max-width: 767px) {}


/*手机（col-md-）/480 - 639*/

@media only screen and (max-width:639px) {
    .vip-login{
    background: #fff;
}
    .vip-login .login-form{
    padding:0;
    margin-top: 15px;
}
}


/*手机（col-md-）/320 - 479*/

@media only screen and (max-width:479px) {
    .error-content .title {
        font-size: 1.85em;
    }
    .error-content .txt {
        font-size: 1.4em;
    }
    .vip-login .login-form input{
    width: 90%;
}
}
