

.odcontent{margin:0 auto; width:90%;max-width:1597px;}
@media only screen and (max-width: 480px){
	.odcontent{width: 94%;}
}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
.fl{float:left}
.fr{float:right}

.por{position: relative;}
.poa{position: absolute;}
.head_fixed{position: fixed;top: 0;left: 0;width: 100%;height: auto;z-index: 9999;}




/* 自定义样式 */
.ver-mid{vertical-align: middle;}
.ver-bl{vertical-align: baseline;}
.flx{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.flx_w{display: flex;flex-wrap: wrap;justify-content: space-between;}
.txt_center{text-align: center;}
.hide{display: none;}
.center{text-align: center;}
.right{text-align: right;}
.w1200{margin: 0 auto;width: 90%;max-width: 1200px;}
.blue{color: #07a4df;}

/* @font-face {
	font-family:futura;
	src: url(../fonts/Futura_Medium.ttf);
} */
@font-face {
	font-family:futura;
	src: url(../cssimg/Futura_book.ttf);
}

.idx_wrap{padding: 0 5%;margin: 0 auto;width: 90%;max-width: 1686px;box-sizing: border-box;}
  @media only screen and (max-width:480px){
	  .idx_wrap{width: 94%;}
  }



/* apply_box */
.apply_box{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 1000;background: rgba(0,0,0,0.6);display: none;}
.apply_box .table_wrap{position: absolute;left: 50%;top: 50%;width: 94%;max-width: 500px;max-height: 100%;transform: translate(-50%,-50%);background: #fff;z-index: 1;padding: 50px 70px;box-sizing: border-box;border-radius: 10px;overflow-y: scroll;}
.apply_box .pop_close{position: absolute;width: 16px;height: 16px;top: 3%;right: 5%;background:url(../images/icon_close.png)no-repeat center;cursor: pointer;}
.apply_box  .pop_cen .pop_title{text-align: center;font-weight: bold;font-size: 26px;color: #14944a;}
.apply_box  .pop_cen  .pop_int{margin-top: 26px;}
.apply_box  .pop_cen  .pop_int .pop_item{width: 100%;height: 40px;border: 1px solid #e5e5e5;border-radius: 3px;padding: 0 12px;margin-bottom: 26px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;box-sizing: border-box;}
.apply_box  .pop_cen  .pop_int .pop_item i{display: inline-block;width: 18px;}
.apply_box  .pop_cen  .pop_int .pop_item span{display: inline-block;}
.apply_box  .pop_cen  .pop_int .pop_item .tip{padding:0 8px 0 4px;font-size: 14px;}
.apply_box  .pop_cen  .pop_int .pop_item .list{width: calc(100% - 58px);}
.apply_box  .pop_cen  .pop_int .pop_item .list input{width: 100%;height: 30px;}
.apply_box  .pop_cen  .pop_int .pop_item.item1 .list{width: calc(100% - 90px);width: -webkit-calc(100% - 90px);}
.apply_box  .pop_cen  .pop_int .pop_item.item1 .list select{width: 100%;height: 30px;border: 0;color: #757575;}
.apply_box  .pop_text{width: 100%;border: 1px solid #e5e5e5;border-radius: 3px;padding: 12px;box-sizing: border-box;}
.apply_box  .pop_text textarea{width: 100%;font-family: inherit;resize: none;height: 100px;}
.apply_box .pop_upload{margin-top: 26px;width: 100%;align-items: center;}
.apply_box .pop_upload span,.apply_box .pop_upload input{display: inline-block;}
.apply_box .pop_upload input{width: calc(100% - 155px);width: -webkit-calc(100% - 155px);height: 40px;border: 1px solid #e5e5e5;border-radius: 3px;padding: 0 12px;box-sizing: border-box;}
.apply_box .pop_upload span.code{width: 100px;}
.apply_box .submit{display: inline-block;margin-top: 26px;padding: 8px 36px;color: #fff;background: #14944a;}
@media only screen and (max-width:768px){
	.apply_box .table_wrap{max-width: 300px;padding: 20px 15px;}
	.apply_box .pop_cen .pop_title{font-size: 18px;}
	.apply_box .pop_cen .pop_int{margin-top: 15px;}
	.apply_box .pop_cen .pop_int .pop_item{margin-bottom: 12px;}
	.apply_box .pop_text textarea{height: 60px;}
	.apply_box .pop_upload span.code{width: 80px;}
	.apply_box .pop_upload,.apply_box .submit{margin-top: 12px;}
	
}
@media only screen and (max-width:480px){
	.apply_box .table_wrap{padding: 15px;}
	span.ditu{ display:none;}
}
