*{
    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%;} 
body{font-size:12px;} 
p{font-size:16px;font-size:1.6rem;}

.topNav{
    max-width: 1920px;
    margin: 0 auto;

}
.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: 7.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.item_top p{
    font-weight: bold;
}
.topL{
  width: 1.3rem;
   
}
.topL img{
    width: 100%;
    
}
.topR{
    width: 1.3rem;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 0.1rem;
  }

.clear{
    clear: both;
}
.item_container{
    width: 7.5rem;
    margin: 0 auto;
    box-sizing: border-box;
}
.item_main{
    width: 100%;
    background: url(images/bg.jpg) bottom center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 15.5rem;
}
.item_main_top{
    width: 70%;
    margin: 1rem auto 0.5rem;
}
.item_main_top img{
    width: 100%;
}
.item_main_bankname{
    width: 90%;
    margin: 0.5rem auto;
    text-align: center;
    font-size: 0.52rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1rem;
}
.item_main_sq{
    width: 88%;
    height: 8.8rem;
    border-radius: 0.25rem;
    margin: 1rem auto;
    background: url(images/bg2.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.item_main_sq_line{
    width: 80%;
    height: 0.8rem;
    margin: 0.4rem auto;
    position: relative;
}
.item_main_sq_line2{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.item_main_sq_in{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 2rem;
    border: none;
    position: relative;
    outline: 0;
    text-indent: 0.5rem;
    font-size: 0.3rem;
}
.item_main_sq_in2{
    width: 70%;
    height: 100%;
    background: #fff;
    border-radius: 2rem;
    border: none;
    position: relative;
    outline: 0;
    text-indent: 0.5rem;
    font-size: 0.3rem;
    -webkit-appearance: none;
}
.item_main_sq_se{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 2rem;
    border: none;
    position: relative;
    outline: 0;
    text-indent: 0.5rem;
    font-size: 0.3rem;
    color: rgb(117, 117, 117);
}
.sendcode{
    width: 28%;
    height: 100%;
    background: #fff;
    border-radius: 2rem;
    border: none;
    position: relative;
    outline: 0;
    text-indent: 0;
    font-size: 0.3rem;
    color: rgb(117, 117, 117);
    -webkit-appearance: none;
}
.chaxun{
    text-indent: 0;
    color: rgb(117, 117, 117);
    font-weight: bold;
}
.item_bottom{
    width: 80%;
    margin: 0.5rem auto;
}
.item_bottom p{
    float: right;
    font-weight: bold;
    font-size: 0.27rem;
    color: rgb(220 220 220);
}
.item_bottom p a{
    color: rgb(220 220 220);
	font-size: 0.27rem !important;
}
.item_bottom_zp{
    margin-top: 0.3rem;
}

@media screen and (max-width: 768px) {

    .item_main{
        height: 16.5rem;
    }





}
@media screen and (max-width: 320px) {



}
