﻿/* 
    附件上传+意见征集详情实名提交以及修改密码+弹窗
    2018-10-26
*/

/* 小提示窗 start*/
.savetips{
    width: 220px;
    height: 50px;
    /*border:2px solid #ccc;*/
    border-radius: 20px;
    background: #999999;
    font-size: 16px;
    /*font:bold 0/50px Arial;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    position: fixed;
    top:35%;
    left: calc(50% - 110px);
    color:#990000;
    /*上右下左*/
    /*margin: 0px 650 0 150px;*/
}
/*小提示窗 end*/

/*大背景框 start */
.forget-pwd-bg {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}
/*大背景框 end */

/*弹窗*/
.com-prompt-box {
    display: none;
    width: 360px;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    margin-left: -180px;
    top: 45%;
    margin-top: -200px;
    height: 240px;
    overflow: hidden;
    z-index: 100000;
}
.com-prompt-dw {
    position: relative;
    width: 100%;
    height: 100%;
}
.com-prompt-tit {
    text-align: center;
    height: 40px;
    font-size: 18px;
    color: #333;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #eee;
    line-height: 40px;
}
.com-prompt-lists {
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0px;
    height: auto;
    max-height: 200px;
    overflow: auto;
}
.com-prompt-item {
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 28px;
}
.com-prompt-btns {
    width: 200px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -100px;
}
.com-prompt-btns a {
    height: 30px;
    width: 40%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.com-prompt-btnft {
    float: right;
    background: #ccc;
}
.com-prompt-btnlf {
    float: left;
    background: #8ca4d9;
}

/*忘记密码弹窗 start */
.forget-pwd-box {
    height: 430px;
    width: 360px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -215px;
    margin-left: -180px;
    background: #fff;
    z-index: 10000;
    border-radius: 6px;
    padding: 0 20px;
}
.forget-positon {
    position: relative;
    width: 100%;
    height: 100%;
}
.forget-pwd-tit {
    text-align: center;
    font-size: 30px;
    color: #444;
    padding: 20px 0;
    font-weight: normal;
}
.forget-prompt-txt {
    position: absolute;
    height: 30px;
    top: 60px;
    left: 20px;
    min-width: 116px;
    display: none;
}
.forget-relat {
    position: relative;
    width: 100%;
    height: 100%;
}
.forget-icons {
    position: absolute;
    background: red;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0px 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px red;
    color: #fff;
    top: 0px;
    left: 0px;
}
.forget-error-prompt {
    position: absolute;
    top: 50%;
    left: 50%;
    /* height: 50px; */
    width: 200px;
    background: #ddd;
    border-radius: 5px;
    margin-left: -100px;
    margin-top: -25px;
    display: none;
}
.forget-error-prompt p {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}

.forget-pwd-box .forget-input {
    display: block;
    height: 50px;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 50px;
    padding: 0 10px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.forget-pwd-box .forget-pwd-captcha {
    width: 90%;
    margin-left: 7px;
}
.forget-pwd-captcha input {
    float: left;
    width: 40%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 50px;
    padding: 0 10px;
}
.forget-pwd-box .forget-pwd-captcha a {
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 7px;
    background: #F00;
    color: #fff;
    width: 45%;
    border-radius: 5px;
}
.forget-pwd-btns {
    width: 96%;
    margin: 20px auto;
    height: 50px;
}
.forget-pwd-btns a {
    height: 50px;
    line-height: 50px;
    width: 45%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}
.forget-pwd-btns a {
    height: 50px;
    line-height: 50px;
    width: 45%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}
.forget-pwd-exit {
    float: right;
    background: #e6e6e6;
}
.forget-pwd-submit {
    float: left;
    background: #3a9bd3;
}
/*忘记密码弹窗 end */

/*附件上传 start */
#wait-file-name,#file-name{
    margin-left: 10px;
    font-size: 16px;
    line-height: 34px;
    color: #969696;
}
#wait-upload{
    width: 40px;
    height: 20px;
    margin-left: 15px; 
    background: #3f68c4;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
}
/*附件上传 end */