*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

p{
    color: #333;
}
html{font-size:62.5%;max-width:750px;margin:0 auto;} 
body{font-size:12px;font-size:1.2rem ;
	
} 
p{font-size:14px;font-size:1.4rem;}

.topNav{
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;

}
.logo{
    float: left;
    width: 280px;
    margin: 20px 0 0 50px;
   
}
.num{
    float: right;
    margin-right: 50px;
    font-weight: bold;
}

.container{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_top{  
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 80px;
}
.item_top p{
    font-weight: bold;
}
.topL{
  width: 130px;
  height: 80px;
  margin-left: 50px;
   
}
.topL img{
    width: 100%;
    
}
.topR{
    width: 130px;
    height: 80px;
    margin-right: 50px;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 15px;
  }

.clear{
    clear: both;
}
.item_container{
    max-width: 1920px;
    margin: 0 auto;
    background: #ebeff0;
    overflow: hidden;
}
.item_form{
	width:90%;
    margin: 5rem auto;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.item_form_title{
    font-size: 3rem;
    text-align: center;
    margin: 4rem 0 4rem 0;
}
.item_form_title2{
    font-size: 2rem;
    text-align: center;
    margin: 2rem 0 1.5rem 0;  
}
.item_form_top{
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}
.item_form_box{
    width: 80%;
    margin: 4rem auto;
    overflow: hidden;
    box-sizing: border-box;

}
.ifmt{
    font-size: 2rem;
    margin-top: 2rem;
}
.ifmt1{
    margin-top: 0 !important;
}
.item_bg_line{
    width: 100%;
    height: 4rem;
    margin: 0.6rem auto 0;
    box-sizing: border-box;
}
.item_bg_line input{
    width: 99%;
    height: 4rem;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    text-indent: 1rem;
    color: rgb(131, 131, 131);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	outline-color:#40B8FA
    
}
.item_bg_line select{
    width: 100%;
    height: 4rem;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    text-indent: 1rem;
    color: #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.yzm{
    width: 60% !important;
}
.huoqu{
    width: 39% !important;
	float:right;
}
.yybtndiv{
    margin-top: 2rem;
}
.yybtn{
    background: #e05656;
    color: #fff !important;
    letter-spacing: 3px;
    border: none;
	

}
input::placeholder{
    color: #ccc;
}
.footer{
    width: 100%;
    background: #414042;
}
.footer_box{
    width: 70rem;
    margin: 5rem auto 0;
    text-align: center;
    color: #fff;
    padding: 4rem 0;

}
.footer_box div a{
    color: #fff;
    display: block;
    margin: 0 2rem;
    font-size: 1.5rem;
}
.worda{
    width: 100%;
    display: flex;
    justify-content: center;
}
.worda2{
    margin-top: 2rem;
}