body {
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}
.inline-block{
    display: inline-block;
}
.center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.middle{
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    display: inline-block;
}
.left{
    float: left;
}
.right{
    float: right;
}
.pointer{
    cursor: pointer;
}
/*首页顶部菜单*/
.top-head{
    width: 100%;
    height: 54px;
    background-color: rgba(255,255,255,0.5);
    box-shadow:2px 2px 1px #C5C5C5;
}
.top-logo{
    display: inline-block;
    width: 40px;
    margin-left: 40px;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    cursor: pointer;
}
.top-logo img{
    margin-top: 15px;
}
/*顶部的搜索框*/
.common-query-wrap{
    margin-left: 40px;
    display: inline-block;
    width: 503px;
    line-height: 54px;
    vertical-align: middle;
    position: relative;
    z-index: 25;
}
.common-query-wrap img{
    position: absolute;
    top: 20px;
    right: 10px;
    width: 20px;
    height: 20px;
}
#home-q{
    width: 503px;
    height: 36px;
    padding: 2px 30px 2px 16px;
    line-height: 32px;
    background-color: #ffffff;
    color: #404040;
    cursor: text;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.top-head .top-head-item{
    font-size: 14px;
    color: #404040;
    margin-left: 16px;
    margin-right: 16px;
    line-height: 54px;
    float: right;
    display: inline-block;
    padding: 0 2px;
    cursor: pointer;
    text-decoration: none;
}

.top-head .top-head-item img{
    margin: 0 2px;
}
.top-head .top-head-item:hover{
    background-color: #D0D0D0;
}
.top-head .top-head-item.disabled {
    cursor: default;
}
.top-head .top-head-item.disabled:hover{
    background-color: transparent;
}
/*首页*/
.index-content{
    position: fixed;
    width: 100%;
    top: 56px;
    background-image: url(../images2/11.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.index-content-middle{
    position:fixed;
    width: 100%;
    top: 50%;
    margin-top: -90px;
    text-align: center;
}
.index-logo{
    width: 100%;
    margin-bottom: 31px;
}
.index-search-box{
    width: 663px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    position: relative;
}
.index-search-box .img-search{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 10;
}
.index-search-box input{
    border: none;
    width:573px;
    left: 0;
    top: 0;
    padding: 0 0 0 21px;
    text-align: left;
    color: #111111;
    position: absolute;
    line-height: 42px;
    height: 42px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px;
    background-color: #FFFFFF;
    z-index: 5;
    font-size: 18px;
}

.index-search-box .btn-search{
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #FFFFFF;
    width: 90px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #57BAFF;
    border-bottom-right-radius: 21px;
    border-top-right-radius: 21px;
}

/*登录窗口*/
.login-form-wrap{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 29;
    opacity: 0.9;
}
.login-form{
    position: fixed;
    top: 50%;
    margin-top: -200px;
    left:50%;
    margin-left: -200px;
    z-index: 30;

    width: 395px;
    /*height: 350px;*/

    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 2px 4px 10px #494D52;
    -moz-box-shadow: 2px 4px 10px #494D52;
    box-shadow: 2px 4px 10px #494D52;

    background-color: rgba(255,255,255,0.75);
    text-align: center;
}
#add-user-form {
    position: fixed;
    top: 50%;
    margin-top: -240px;
    left:50%;
    margin-left: -200px;
    z-index: 30;
    width: 395px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 2px 4px 10px #494D52;
    -moz-box-shadow: 2px 4px 10px #494D52;
    box-shadow: 2px 4px 10px #494D52;

    background-color: rgba(255,255,255,0.75);
    text-align: center;
}
.login-form .login-head{
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    font-size: 16px;
    color: #424D5E;
    background-color: rgba(255,255,255,0.8);
}
#add-user-form .login-head{
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    font-size: 16px;
    color: #424D5E;
    background-color: rgba(255,255,255,0.8);
}

.login-form .login-head img , #add-user-form .login-head img {
    float: right;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    padding: 5px;
    margin-top: 15px;
}


.login-form .login-item-wrap , #add-user-form .login-item-wrap{
    width: 286px;
    margin: 15px auto 5px auto;
}
.login-form .login-item , #add-user-form .login-item{
    margin: 0 auto 12px auto;
    position: relative;
    display: block;
    clear: both;
}
.login-form .login-item input[type='text'],.login-form .login-item input[type='password']{
    width: 246px;
    display: block;
    position: relative;
    padding: 0px 0 0px 40px;
    font-size: 14px;
    height: 44px;
    border: 1px solid #EBEBEB;
}
#add-user-form .login-item input[type='text'],#add-user-form .login-item input[type='password']{
    height: 30px;
    width: 246px;
    display: block;
    position: relative;
    padding: 0px 0 0px 40px;
    font-size: 14px;
    border: 1px solid #EBEBEB;
}

.login-form .login-label{
    display: block;
    position: absolute;
    top: 14px;
    left: 13px;
    width: 0px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    overflow: hidden;
    padding: 0 0 0 20px;
    z-index: 50;
    background-repeat: no-repeat;
}

#userNameLabel {
    background-image: url(../images2/user.png);
}
#userPasswordLabel{
    background-image: url(../images2/password.png);
}
.login-form #login-tips{
    font-size: 12px;
    color: red;
}
#add-user-tips{
    font-size: 12px;
    color: red;
}
.login-form .login-remember , .login-form .login-forget{
    font-size: 12px;
    color: #333333;
}
.login-form .login-remember {
    float: left;
    margin-left: 5px;
}
.login-form .login-forget{
    float: right;
    margin-right: 5px;
}
.login-form input[type='submit'] , #add-user-form input[type='submit']{
    margin-top: 50px;
    display: block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background: #57BAFF;
    color: #fff;
    border: none;
}

/*预览模态框*/
.modal-wrap , .modal-wrap-nobackground{
    width:100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.modal-wrap {
    background-color: rgba(0,0,0,.5);
}
.modal-content {
    margin:30px auto 0 auto;
    max-width: 80%;
    position: relative;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    border: 1px solid rgba(0, 0, 0, 4);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    background-color: #ffffff;
    font-size: 14px;
    color: #333;
}

/*用户信息*/
.user-info-wrap{
    position: fixed;
    width: 395px;
    left: 50%;
    margin-left: -200px;
    z-index: 200;
    top: 55px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 2px 4px 10px #494D52;
    -moz-box-shadow: 2px 4px 10px  #494D52 ;
    box-shadow: 2px 4px 10px #494D52 ;
    background-color: rgb(245,245,245);
    padding-bottom: 30px;
}
.user-info-wrap .head{
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    font-size: 16px;
    color: #424D5E;
    background-color:rgba(255,255,255,0.8);
    padding: 0 15px 0 15px;
}
.user-info-wrap .body{
    width: 286px;
    margin: 15px auto 5px auto;
}
.user-info-wrap .body .item{
    display: block;
    font-size: 12px;
    margin-top: 10px;
    clear: both;
}
.user-info-wrap .body .item input{
    width: 100%;
    display: block;
    height: 35px;
    border: 1px solid #EBEBEB;
    padding-left: 10px;
    font-size: 14px;
    margin: 5px;
}
.user-info-wrap .body .item input[disabled]{
    color: #BBBBBB;
    cursor: not-allowed;
}

.user-info-wrap .body .item .btn{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 30%;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    border: none;
}

.user-info-wrap .body .item .cancel{
    float: left;
}
.user-info-wrap .body .item .submit{
    background-color:#57BAFF;
    float: right;
}
.user-info-wrap .body .item.error-tips{
    color: red;
    text-align: center;
}