/* #barrierfree_container,body{
    padding: 0px;
    margin: 0px;
    background-color: #F5F5F5;
} */
#banner{
    width: 100%;
    height: 220px;
    background: url("bg.jpg") no-repeat center center;
}
#banner>div{
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 600;
    position: relative;
    top: 70px;
    left: 174px;
    width: 843px;
    height: 56px;
}
.bankSearch{
    width: 1200px;
    margin: -40px auto 20px auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(153,153,153,0.1);
    padding-top: 1px;
}
#province{
    cursor: auto;
}
.bankSearch .item{
    width: 100%;
    height: 50px;
    margin: 20px auto 0px auto;
    line-height: 50px;

}
.bankSearch .item:nth-child(1){
    margin-top: 40px;
}
.bankSearch .title{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    text-align: right;
    line-height: 22px;
    font-weight: 400;
    display: inline-block;
    width: 8%;
    margin-left: 297px;
}
.bankSearch .item button{
    width: 33%;
    position: relative;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(216,216,216,1);
    border-radius: 4px;
    right: -33px;
    padding-left: 20px;
    cursor: pointer;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
}

.bankSearch .content{
    color: #999999;
}
.rightArrow{
    position: absolute;
    right: 14px;
    color: #999999;
}
.rightArrowUp{
    position: absolute;
    right: 14px;
    color: #999999;
    transform: rotate(180deg);
}
.search-button button{
    width: 100px;
    height: 50px;
}
.search-button{
    margin: 30px auto;
    width: 226px;
}
.search-button .searchBank{
    border-radius: 4px;
    background-color: #525DF4;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    border: 1px solid rgba(82,94,243,1);
    margin-right: 20px;
}
.search-button .reset{
    border-radius: 4px;
    background-color: #ffffff;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #525DF4;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    border-color: #525DF4;
    border: 1px solid rgba(82,94,243,1);
}
.branch-list .title{
    width: 140px;
    height: 30px;
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    margin-left: 20px;
}
.branch-search{
    width: 320px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(216,216,216,1);
    border-radius: 4px;
    white-space: nowrap;
    margin-left: 20px;
    margin-top: 20px;
}
.branch-search01{
    height: 100%;
    border: none;
    width: 85%;
    vertical-align: top;
    padding-left: 20px;
}
.branch-search .search-button01{
    display: inline-block;
    height: 100%;
    width: 14%;
    text-align: top;
    vertical-align: top;
    background: url(search.png) no-repeat 10px center;
    cursor: pointer;
}
.branch-search01::-webkit-input-placeholder{/*Webkit browsers*/
	color:#999;
	font-size:16px;
}
.branch-search01:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
	color:#999;
	font-size:16px;
}
.branch-search01::moz-placeholder{/*Mozilla Firefox 19+*/
	color:#999;
	font-size:16px;
}
.branch-search01:-ms-input-placeholder{/*Internet Explorer 10+*/
    color:#999;
    font-size:16px;
}
.branch-list01{
    width: 1160px;
    margin: 20px auto 20px auto;
}
.branch-list01 .bankBranchTitle{
    width: 100%;
    height: 60px;
    background-color: #FAFAFA;
}
.bankBranchTitle span{
    display: inline-block;
    height: 100%;
    line-height: 60px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #666666;
    line-height: 60px;
    font-weight: 500;
    width: 33%;
    /* text-align: center; */
    padding-left: 20px;
}
.bankBranchList{
    width: 100%;
    
}
.bankBranchList span{
    display: inline-block;
    height: 100%;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 60px;
    width: 33%;
    /* text-align: center; */
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clear{
    clear: both;
}
.bankBranchList .to{
    color: #525DF4;
    cursor: pointer;
    margin-left: 10px;
}
/* bank-detail */
#bank-detail{
    width: 1200px;
    margin: -40px auto 40px auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(153,153,153,0.1);
    padding-top: 1px;
}
.matterBack{
    display: inline-block;
    float: right;
    margin-right: 20px;
    width: 50px;
    height: 29px;
    border-radius: 4px;
    background-color: #fff;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #525DF4;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    border: 1px solid rgba(82,94,243,1);
    margin-right: 20px;
}
#bank-detail .title{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 22px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 20px;
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    color: #333333;
    font-weight: 600;
}
.bank-detail-title .title02{
    display: inline-block;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    text-align: right;
    line-height: 50px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 20px;
    vertical-align: top;
}
.bank-detail-search {
    display: inline-block !important;
    width: 320px !important;
    height: 50px !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(216,216,216,1) !important;
    border-radius: 4px !important;
    white-space: nowrap !important;
    margin-left: 20px !important;
    margin-top: 20px !important;
    color: #333333 !important;
    position: relative !important;
    text-align: left !important;
}
.bank-detail-list{
    margin:0 20px;
    padding-bottom: 20px;
}
.bank-detail-list li{
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(153,153,153,0.17);
    margin: 20px 0 0 0;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    padding-left: 20px;
    line-height: 60px;
}