
html,body{
    background-color: #f2f2f2;
    height: 100%;
}
.writeCon{
    width: 1200px;
    height:790px;
    margin: 0 auto;
    margin-top: 14px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
}
.writeCon_head{
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #d7d7d7;
}
.writeCon_head p{
    font-size: 14px;
    color: #333;
    line-height: 60px;
    text-indent: 25px;
}
.writeCon_cen{
    width: 700px;
    height: 720px;
    margin: 0 auto;
    margin-top: 20px;
}
.writePic{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    background:#f2f2f2 url("../img/writeBg.png") no-repeat center center;
    position: relative;
}
.upload_file{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.writeMsg{
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
}
.writeMsg input{
    width: 100%;
    height: 100%;
    border: none;
    border-top:1px solid #989292;
    border-bottom: 1px solid #989292;
    font-size: 24px;
    color: #999;
}
.chooseDevide{
    width: 330px;
    height: 36px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.chooseDevide_left{
    width: 119px;
    height: 100%;
    float: left;
    border-right: 1px solid #e8e8e8;
    border-radius: 5px 0 0 5px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 35px;
    letter-spacing: 1px;
}
.chooseDevide_right{
    width: 210px;
    height: 35px;
    float: right;
}
.nice-select {
    width: 100%;
    height: 35px;
    position: relative;
    cursor:pointer;
    float: left;
    background: url("../img/writeX_icon.png") no-repeat 180px center;
}
.nice-select input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: none;
    outline: 0;
    background: none;
    cursor:pointer;
    color: #999;
    font-size: 14px;
   text-indent: 18px;
}
.nice-select ul {
    box-sizing: border-box;
    padding: 7px 0;
    width:210px;
    display: none;
    position: absolute;
    top: 38px;
    overflow: hidden;
    overflow-y: auto;
    z-index:9999;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.nice-select ul li{
    font-size: 14px;
    height: 30px;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
    text-indent: 18px;
    color: #333;
}

.nice-select ul li.on {
    background-color: #e8e8e8 ;
}
.writeDown{
    width: 100%;
    height: 326px;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    overflow: hidden;

}
.reform{
    width: 120px;
    height: 38px;
    background-color:#192531;
    border: none;
    border-radius: 5px;
    float: right;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
}
.reform:active{
    background-color:#1F354C;
}
.writeDown textarea {
    width: 100%;
    height: 100%;
    border: none;
    padding: 10px;
}
.publicFooter{
    /* position:absolute; */
    bottom: 0px;
    /*margin-top: 55px;*/
    width: 100%;
    height: 55px;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    background: url("../img/footerBg.png") no-repeat center 0;
}
