﻿body {
}
.container{width:1000px; margin:30px auto 0;}

textarea {
    display: block;
    width: 900px;
    height: 130px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    font-family: "Microsoft YaHei","\u5FAE\u8F6F\u96C5\u9ED1","Arial","SimSun","\u5B8B\u4F53";
}
.info {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 10px 0;
}
.item {
    margin: 30px 0;
    font-size: 14px;
}
.item label {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.item input {
        padding: 5px 20px;
    width: 560px;
    height: 35px;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    border-radius: 5px;
}
.item em {
    display: inline-block;
    left: -15px;
    top: 18px;
    font-size: 20px;
    color: #ff8500;
}
.submit {
    text-align: center;
    margin: 50px;
}
.submit input {
    border-radius: 10px;
    width: 260px;
    height: 60px;
    line-height: 40px;
    color: #fff;
    background-color: #86adff;
    border: none;
    font-size: 20px;
    text-align: center;
    font-family: "Microsoft YaHei","\u5FAE\u8F6F\u96C5\u9ED1","Arial","SimSun","\u5B8B\u4F53";
}
.alertmsg{
    color:red;
    margin-left:5px;
}