.header{
    height: 120px;
    background: none;
}
.content {
    background: #eee;
    padding: 40px 0;
}
.jctn {
    height: 794px;
    padding: 40px;
    border-radius: 5px;
    background: rgba(255,255,255,1);
}
.jtips {
    color: #8E8E8E;
    font-size: 24px;
    text-align: left;
    margin-bottom: 50px;
}
.jdiv {
    text-align: left;
    margin: 35px 0;
}
.jname {
    width: 150px;
    font-size: 18px;
    text-align: right;
    display: inline-block;
}
.jipt {
    display: inline-block;
}
.jipt input ,.jipt select ,.jipt textarea{
    border: 1px solid rgba(237,237,237,1);
    border-radius: 6px;
    width: 358px;
    height: 46px;
    line-height: 46px;
    background: rgba(255,255,255,1);
    margin-left: 10px;
    vertical-align: middle;
    padding: 10px;
    font-size: 16px;
    -webkit-outline: none;
    -ms-outline: none;
    outline: none;
    -webkit-transition: .2s all;
    -ms-transition: .2s all;
    transition: .2s all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jipt input:focus ,.jipt select:focus ,.jipt textarea:focus{
    border-color: rgba(102,175,233,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.jipt textarea{
    height: 96px;
    width:688px;
}
.jbtn{
    width:140px;
    height:46px;
    cursor: pointer;
    line-height: 46px;
    background:rgba(240,131,0,1);
    border-radius:6px;
    margin-left: 165px;
    font-size: 18px;
    color: #fff;
    margin-top: 45px;
}