.content{
    padding-bottom: 60px;
    margin-bottom: -60px;
}
.location{
    width:100%;
    float: left;
    margin-top: 22px;
    margin-bottom: 30px;
}
.location ul{
    margin-left: 10px;
    height:12px;
}
.location ul li{
    margin-left:15px;
    float: left;
    height:100%;
}
.location ul li a{
    float: left;
}
.location ul li a:hover p{
    /*color:#e50012;*/
    /*dill新增 20191023----------------------start*/
    color: #1955b5;
    /*dill新增 20191023----------------------end*/
}
.location ul li p{
    color: #666666;
    float: left;
    height:100%;
    line-height: 12px;
}
.location ul li img{
    width:10px;height:12px;
    margin-left: 13px;
    float: left;
    margin-top: 1px;
}
.system{
    width: 85%;
    overflow:hidden;
    background: url("../images/selectbg.jpg");
    background-size:100% 100%;
    border-radius: 10px;
    margin:0 auto;
    padding:20px 0;
    min-height:490px;
    border:1px solid #e3e3e3;
}
.system>h3{
    width: 100%;height: 70px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}
.system>div{
    width: 50%;
    float: left;
    margin-bottom: 60px;
}
.system>div>div{
    height: 30px;
    clear: both;
    margin:15px auto 0;
    display: inline-block;
}
.system>div>div>p{
    margin-left: 20px;
    width: 140px;height: 30px;
    line-height: 30px;
    float: left;
    text-align: right;
}
.system>div>div>p em{
    color: #e50012;
    margin-right: 10px;
}
.system>div>div>select{
    width: 217px;height: 30px;
    margin-left: 10px;
    border:1px solid #999;
    text-indent: 4px;
}
.system>div>div>input:nth-child(2){
    width: 215px;height: 28px;
    margin-left: 10px;
    border:1px solid #999;
    text-indent: 8px;
}
.system>div>div>input:nth-child(2)::-webkit-input-placeholder{
    color:#999;
}
.system>div>div>select:nth-child(3){
    width: 80px;height: 30px;
    margin-left: 10px;
    border:1px solid #999;
    text-indent: 8px;
}
.system>input{
    display: block;
    width: 150px;height: 40px;
    text-align: center;
    margin:0 auto;
    /*background: #e50012;*/
    /*dill新增 20191023----------------------start*/
    background: #1955b5;
    /*dill新增 20191023----------------------end*/
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 25px;
    margin-bottom: 60px;
}
#result{
    text-align: center;
    width:50%;
    margin:0 auto;
    float:none;
    font-size: 24px;
    font-weight: 700;
}