input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #dddddd;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #dddddd;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #dddddd;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #dddddd;
}
.theme{display: block;background-color: #fff;position: relative;}

.theme-footer {
    width: 100%;
    min-width: 1260px;
    padding-top: 100px;
    min-height: 373px;
    /*background-color: #fff;*/
}
.theme-footer p,.theme-footer span,.theme-footer div{
    color:#999!important;
}
.theme-top-bg {
    width: 100%;
    height: 495px;
    min-width: 1260px;
    background-repeat: no-repeat;
    background-position: center top;
}
.login-top-con {
    padding-top: 65px;
}
.login-box {
    width: 1260px;
    min-height: 360px;
    color: #333;
    display: block;
    overflow: hidden;
}
.login-box .login-box-bg {
    width: 320px;
    height: 100%;
    float: right;
    background: #fff;
    padding: 20px;
}
.layui-form h2{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #34302F;
    margin-bottom: 20px;
}
.layui-form .login-input{
    height: 44px;
    border-color: #EFEFEF;
}
.layui-form .login-input-user,.layui-form .login-input-pwd{
    padding-left: 48px;
    padding-right: 40px;
}
.layui-form .login-icon{
    position: absolute;
    top: 1px;
    left: 1px;
    width: 42px;
    height: 42px;
    background-color: #F4F4F4;
}
.layui-form .login-icon-user{
    background-image: url("../../common/images/login/login-icon-user.png");
    background-repeat: no-repeat;
    background-position: 10px 8px;
}

.layui-form .login-icon-pwd{
    background-image: url("../../common/images/login/login-icon-pwd.png");
    background-repeat: no-repeat;
    background-position: 10px 8px;
}
.layui-form .login-icon-phone{
    background-image: url("../../common/images/login/login-icon-phone.png");
    background-repeat: no-repeat;
    background-position: 10px 8px;
}

.layui-form .pwdswitch{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../common/images/icon-lis.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
}
.layui-form .pwd-hide {
    background-position: -20px -12px;
}
.layui-form .pwd-show{
    background-position: -20px -32px;
}
.layui-form .login-input-code{
    width: 150px;
}
.layui-form .login-captcha{
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 120px;
}

.layui-form .getsmscode{
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 120px;
    border: 1px solid #EFEFEF;
    cursor: pointer;
    background-color: #f4f5f6;
    color: #666;
}
.layui-form button.code-act {
    background: #ffba00;
    color: #fff;
    border-color: #ffba00;
}

.layui-form .forget-pwd{
    font-size: 14px;
    color: #505150;
}
.layui-form .submitForm {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ffba00;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}

.layui-form .login-other-item{margin-bottom: 0;}
.login-other-box{
    width: 100%;
    height: 46px;
}
.login-other-box .other-box{
    height: 46px;
    min-width: 150px;
}
.login-other-box .other-box a{
    height: 40px;
    width: 40px;
    display: inline-block;
    float: left;
}
.login-other-box .other-box a img{
    height: 40px;
    width: 40px;
}

.login-other-box .other-box>a+a{
    margin-left:6px;
}
.login-other-box .register-btn{
    display: inline-block;
    line-height: 40px;
    color:#ffba00;
    cursor: pointer;
}