.banner{
    width: 100%;
    height: 273px;
    background: url("../images/resources/ban1.png") no-repeat center;
    background-size: cover;
    padding-top: 73px;
}
.banner > p{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
}
.inputBox{
    width: 554px;
    height: 40px;
    margin: 32px auto 0;
}

.inputBox > form > input:nth-child(1){
    width: 353px;
    height: 40px;
    background: #ffffff;
    border: none;
    padding-left: 10px;
    border-radius: 4px;
    float: left;
}
.inputBox > form > input:nth-child(2){
    display: block;
    float: left;
    width: 92px;
    height: 40px;
    background: #fec901;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    font-family: "Microsoft Yahei";
    margin-left: 8px;
    border: none
}
.inputBox > span:nth-of-type(1){
    display: block;
    float: left;
    width: 92px;
    height: 40px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    font-family: "Microsoft Yahei";
    margin-left: 8px;
}
.inputBox > span:nth-of-type(1) a{
    color: #fff;
    font-size: 16px;
}
.inputBox > span:nth-of-type(2){
    display: block;
    float: left;
    width: 92px;
    height: 40px;
    background: #37495b;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    font-family: "Microsoft Yahei";
    margin-left: 8px;
    border: 1px solid #fff;
}
.inputBox > span:nth-of-type(2) a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
}
.navHotAsk{
    width: 100%;
    height: 120px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
}
.askAll{
    width: 321px;
    height: 40px;
    margin: 39px auto 0;
    display: flex;
}
.askAll > li{
    width: 50%;
}
.askAll > li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 38px;
    color: #333;
    font-size: 16px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.askAll > li:hover a{
    color: #fec901;
}
.selectClass{
    background: #fec901;
    border: none !important;
    color: #333333!important;
    line-height: 40px!important;
}
body{
    background: #f5f5f5;
}
.askContent{
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 28px 0 26px 0;
    margin-top: 23px;
}
.mainBox{
    width: 880px;
    height: auto;
    margin: 0 auto;
}
.mainBox > li{
    width: 100%;
    padding:23px 0;
    border-bottom: 1px solid #ededed;
}
.mainBox > li > p:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.mainBox > li > p:nth-child(2){
    width: 100%;
    padding: 20px;
    line-height: 28px;
    color: #707070;
    font-size: 16px;
    margin-top: 20px;
    background: #f6f8fb;
}
.markTitle{
    width: 140px;
    height: 18px;
    margin: 25px auto 0;
}
.markTitle > img{
    vertical-align: text-top;
}
.markTitle > span{
    color: #a8a8a8;
    font-size: 16px;
    margin-left: 3px;
    cursor: default;
}
.mainBox > p:nth-child(1){
    color: #333333;
    font-size: 18px;
    margin-top: 10px;
}
.mainBox > p:nth-child(1) img{
    vertical-align: middle;
    margin-left:2px;
}
.mainBox textarea{
    width: 878px;
    height: 180px;
    padding: 17px;
    margin-top: 20px;
    border: 1px solid #dbdbdb;
}
.addPhoto{
    margin-top: 10px;
}
.addPhoto img{
    vertical-align: text-top;
}
.addPhoto > span{
    color: #fec901;
    font-size: 14px;
    margin-left: 8px;
}
.submit{
    width: 144px;
    height: 40px;
    background: #fec901;
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-top: 50px;
    border-radius: 4px;
    cursor: pointer;
}
.submit:hover{
    background: #FEE13A;
}
.askContent{
    margin-bottom: 20px;
}