* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

body {
    background: url("../img/gmmsgbj.png") no-repeat;
}

.main {
    width: 1200px;
    height: 1200px;
    margin: 30px auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(148, 7, 10, 0.43);
}

.main .topp {
    padding: 40px 40px 25px;
    border-bottom: 1px solid #A31833;
}

h1 {
    font-size: 22px;
    font-weight: normal;
    color: #1A1A1A;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    color: #1A1A1A;
    line-height: 35px;
}
.msg{
    padding: 25px 40px;
}
.msg p{
    font-size: 18px;
    color: #333333;
}
.msg p span{
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #A31833;
    margin-right: 8px;
}
.msg input{
    width: 1070px;
    height: 40px;
    padding: 0 20px;
    margin: 10px 0 25px;
    border: 1px solid #A31833;
}
.msg div{
    overflow: hidden;
    margin-top: 10px;
}
.msg div p{
    font-size: 16px;
    width: 524px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 20px 20px 0;
}
.msg div p:nth-child(2n){
    margin-right: 0;
}
.msg div p span{
    display: inline-block;
    border-right: 1px solid #CCCCCC;
    background: none;
    height: 100%;
    width: 80px;
}
.msg div p input{
    width: 388px;
    height: 35px;
    padding: 0 10px;
    margin: 0;
    border: none;
    outline: none;
}
.msg textarea{
    border-color: #CCCCCC;
    outline: none;
    padding: 10px 20px;
}
.msg .btn{
    width: 420px;
    margin: 30px auto 0;
}
.msg .btn input{
    width: 170px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-radius: 23px;
    font-size: 18px;
    cursor: pointer;
    background: #E6E6E6;
    color: #94070A;
    border: none;
}
.msg .btn input:first-child{
    margin-right: 75px;
    background: #A31833;
    color: #ffffff;
}