.errorMsgBox {
            z-index: 100;
        }


/*弹窗样式start*/

.mark{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    display: block;
}
.mark.displayNone {
    display: none;
}
.markPop{
    position: relative;
    z-index: 777;
    /*display: none;*/
}
/*.Block{*/
    /*display: block;*/
/*}*/
.mark.displayNone{
    display: none;
}
.auditBox{
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 5;
    width: calc(100% - 60px);
    margin: 0 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.auditBox .auditMsg{
    position: relative;
    padding: 10px 15px;
}
.auditBox .auditMsg h2{
    color: #1A1A1A;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.auditBox .auditMsg .edit{
    width: 100%;
    padding: 15px;
    margin: 11px 0 5px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F6F6F6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.auditBox .auditMsg .edit::-webkit-input-placeholder { /* WebKit browsers */
    color:#ccc;
}
.auditBox .auditMsg .edit:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
.auditBox .auditMsg .edit::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#ccc;
}
.auditBox .auditMsg .edit:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#ccc;
}
.auditBox .auditMsg .edit.error::-webkit-input-placeholder { /* WebKit browsers */
    color:#f00;
}
.auditBox .auditMsg .edit.error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#f00;
}
.auditBox .auditMsg .edit.error::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#f00;
}
.auditBox .auditMsg .edit.error:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#f00;
}
.auditBox .auditMsg .edit:focus{
    border: 0;
    outline: none;
}
.closeBtn{
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 21px;
}
.auditBox .btnBox{
    overflow: hidden;
}
.auditBox button{
    float: left;
    width: 50%;
    padding: 15px 0 18px;
    color: #fff;
    font-size: 16px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.auditBox button.yes{
    border-bottom-left-radius: 15px;
    background: #FE7575;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.auditBox button.no{
    border-bottom-right-radius: 15px;
    background: #33ABFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*弹窗样式end*/


.form-group1{
    position:static;
}
.form-group1 .line{
    position:relative;
}