@charset "utf-8";
/* CSS Document */
.input_left {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    float: left;
    width: 100px;
}
.input_right {
    float: left;
}

.fm_text {
    background: #ffffff;
    width: 460px;
    line-height: 40px;
    font-size: 12px;
    color: #333;
    border: 1px solid #d6d6d6;
    height: 40px;
    padding-left: 10px;
    outline: none;
    box-sizing: border-box;
}
.error {
    color: red;
    margin-top: 5px;
    display: block;
    font-size: 14px;
}
.submit_button {
    background: #007fe9;
    padding: 0px 20px;
    color: #fff;
    height: 38px;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 100px;
}
.form_content {
    margin-bottom: 20px;
}
.pop_title {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #1c3256;
}
.more{
	color: #137cd2;
}
.introduction{
    width: 710px;
    margin: 30px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #fccdbe;
    color: #333;
}
.introduction li{font-size: 14px;list-style:  disc;line-height:  24px;margin-bottom: 10px;margin-left: 32px;margin-top: 9px;}
.home_link{
    color:  #2f7bc0;
    font-size: 16px;
}