.outerContainer{
    width: 100%;
    text-align: left;
}
body{
            background-color: rgba(242, 242, 242, 1);
        }
        .outer{
            background-color: #ffffff;
            width: 1225px;
            margin:0 auto;
            overflow: hidden;
            padding-top: 20px;
        }
        .hdjl-zxly-container{
            overflow: hidden;
            padding-left: 0;
            padding-right: 0;
            width: 1000px;
            margin:0 auto;
            font-family: 'PingFangSC-Regular', 'PingFang SC';
            font-weight: 400;
            color: #666666;
            font-size: 14px;
        }
        .location{
            color: #666;
            font-family: 'PingFangSC-Regular', 'PingFang SC';
            font-weight: 400;
        }
        .place-now{
            margin: 0px 0px 15px 0px;

        }
        .place-now .value{
            font-family: 'PingFangSC-Regular', 'PingFang SC';
            font-weight: 650;
            color: #C72027;
        }
/*.hdjl-zxly-container{
    /*position: absolute;*/
    width: 1225px;
    height: 800px;
    margin: 0 auto;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    font-family: 'PingFangSC-Regular', 'PingFang SC';
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}*/
/*.place-now{
    margin: 30px 100px 30px 100px;
    width: 1025px;
    height: 20px;
    font-size: 12px;
}
.place-now .label{
    color: #666666;
}
.place-now .value{
    font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC';
    font-weight: 650;
    color: #FFB400;
}*/
.image-container, .messageType, .personInfo, hr, .personInfo, .messageContent, .uploadFile, .messageOperate{
    margin: 30px 100px 30px 100px;
}
.messageType{
    text-align: right
}
select, input[type=text]{
    width: 160px;
    height: 36px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(201, 201, 201, 1);
    border-radius:5px;
    font-family: 'PingFangSC-Regular', 'PingFang SC';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #666666;
    padding-left: 10px;
}
hr{
    color: #666666
}
textarea{
    width: 1025px;
    height: 182px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    padding-left: 10px;
}
button{
    width: 90px;
    height: 36px;
    border: none;
    border-radius: 4px;
    font-family: 'PingFangSC-Regular', 'PingFang SC';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
}
button[type=reset]{
    background-color: rgba(228, 228, 228, 1);
}
button[type=submit]{
    background-color: rgba(255, 177, 2, 1);
}
.messageOperate{
    text-align: center
}