﻿.w800 {
    width: 1000px;
    margin: 80px auto;
}
.inputItem {
    font-size: 18px;
    color: #000;
    font-family: "微软雅黑";
    margin-top: 20px;
}
.inputCon {
    display: flex;
    align-items: center;
}
.inputCon .tip {
    width: 200px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
    color: #333;
}
.inputCon span {
    color: #cc0000;
}
.inputCon input,
.inputCon select {
    width: 850px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #DCDFE6;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding: 5px;
    outline: none;
    height: 40px;
    line-height: 1.8em;
}
.inputCon textarea {
    width: 850px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #DCDFE6;
    color: #333;
    box-sizing: border-box;
    font-size: 16px;
    padding: 5px;
    outline: none;
    font-family: "微软雅黑";
    line-height: 1.8em;
}
.intro {
    margin-left: 150px;
    color: #cc0000;
    font-size: 12px;
    line-height: 30px;
}
.errorTips {
    margin-left: 200px;
    color: #cc0000;
    font-size: 12px;
    line-height: 30px;
    display: none;
}
.subBtn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.successBtn {
    width: 840px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 8px;
    background: #f5f7fa;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 10px;
    /* margin-top: 10px; */
}
.successBtn .docPic {
    margin-top: 6px;
}
.successBtn .del {
    margin-left: auto;
    margin-right: 10px;
    color: #d24942;
    font-size: 18px;
}
.successBtn .sucAct {
    margin-left: auto;
    margin-right: 10px;
    color: #7ee631;
    font-size: 18px;
}
.none {
    display: none;
}
.docBox {
    width: 500px;
    margin-left: -2px;
}
.docBox .btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    margin-bottom: 10px;
    border: 1px solid #b9b9b9;
    cursor: pointer;
}
.subBtn .btn {
    /* width: 100px; */
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 15px;
}
.subBtn .btn1 {
    background-color: #d24942;
    color: #fff;
}
.subBtn .btn2 {
    background-color: #fff;
    color: #333;
    border: 1px solid #b9b9b9;
    margin-left: 20px;
}
.subBtn .btn3 {
    background-color: #d24942;
    color: #fff;
    margin-left: 20px;
}
.subBtn a{
    display: block;    
}
.subBtn a:hover{
    text-decoration: none; 
}
.redBorder {
    border: 1px solid #d24942;
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    display: none;
    z-index: 30;
}
