/*login*/
html {
    height: 100%;
    width: 100%;
}
body {
    width: 100%;
}
.pull-left {
    display: inline-block;
    vertical-align: middle;
}
.pull-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.orange-square {
    position: relative;
    padding-left: 18px;
}
.orange-square:before {
    background: #f5911e;
}
.orange-square:before{
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 6px;
    position: absolute;
    top: 6px;
    left: 0;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.icon13 {
    background: url("../imgs/icon.png") no-repeat;
    background-position: -353px -124px;
    width: 21px;
    height: 25px;
    margin-right: 10px;
}
.btn {
    outline: none;
    position: relative;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}
.btn-orange2 {
    background: #F7931E;
    box-shadow: 0 3px #f15822;
}
.btn-orange2:hover {
    box-shadow: 0 4px #f15822;
    top: -2px;
}
.color-orange {
    color: #f47821;
}
#login-p {
    background: url(/common/imgs/pattern_A.png) repeat;
}
#loginform {
    background: #fff;
    width: 520px;
    border-radius: 10px;
    padding: 30px 25px;
    margin: 10% auto;
    overflow: hidden;
}
#loginform input {
    background: #f5f5f7;
    border: none;
    border-top: 2px solid #95908a;
    border-left: 2px solid #95908a;
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#loginform input#user {
    margin-bottom: 20px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
    -webkit-text-fill-color: #625f5b !important;
}
#login_table_area {
    width: 245px;
}
#login_table {
    width: 100%;
}
#agent_area {
    margin-bottom: 15px;
    font-size: 15px;
}
#login_buttom {
    text-align: right;
    margin-top: 20px;
}
#login_buttom a {
    padding: 5px 16px;
}
#login_buttom a:hover {
    color: #fff;
    text-decoration: none;
}
.login_err {
    margin-top: 20px;
    font-size: 15px;
}
#login_footer {
    /*background: url(/common/imgs/city_lineart.png);*/
    /*background-size: 100% 100%;*/
    text-align: center;
    font-size: 11px;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: -1;
}
#login_footer img {
    width: 100%;
    height: auto;
}
#login_footer p {
    position: fixed;
    bottom: 0;
    margin: 10px 0;
    width: 100%;
}
.login-note {
    /*width: 240px;*/
    font-size: 11px;
    margin-top: 15px;
}


@media screen and (max-width:767px) {
    .pull-left {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .pull-right {
        display: block;
        margin-left: 0px;
    }
    #loginform {
        width: 280px;
        border-radius: 10px;
        padding: 30px 30px;
        margin: 15% auto;
        overflow: hidden;
    }
    #login_table_area {
        width: 100%;
    }
    .logo img {
        width: auto;
    }
    .login_err {
        margin-top: 20px;
        font-size: 13px;
    }
    .login-note {
        width: 100%;
        font-size: 11px;
        margin-top: 15px;
    }
	#login_footer {
        position: relative;
    }

    .login_footer:before,
    .login_footer:after {
        content: '';
        display: table;
        width: 100%;
        clear: both;
    }

    #login_footer img {
        width: 100%;
        height: auto;
    }
    #login_footer p {
        position: absolute;
        bottom: 0;
        margin: 10px 0;
        width: 100%;
    }
	#loginform .grp_form .left {
    text-align: center;
    margin-bottom: 30px;
	}
	#loginform .grp_form .left  img {
			width: 50%;
	}
    #loginform {
        width: 280px;
        border-radius: 10px;
        padding: 30px 30px;
        margin: 10% auto 0;
        overflow: hidden;
        position: relative;
    }
}

