.banner{position: relative;background-image: url('../images/distributor.png');height: 13.98rem;}
.banner .searchBox, .banner .right, .banner .error{position: absolute;left: 0;right: 0;top: 25%;margin: auto;}
/* 经销商查询 */
.searchBox{width: 80%;padding: 0 .8rem;background: #FFFFFF;border-radius: .1rem;}
.searchBox .title{margin: 1.05rem 0 .68rem;font-size: .3rem;color: #656565;text-align: center;}
.searchBox .inputBox input{width: 100%;height: .74rem;background: #E5E5E5;border-radius: .1rem;font-size: .24rem;padding-left: 1.2rem;}
.searchBox .statement{display: flex;margin: .45rem 0 1rem;font-size: .22rem;color: #656565;line-height: .5rem;}
.searchBox .statement p:last-child{flex: 1;}
.searchBox .searchBtn{width: 4.03rem;height: .68rem;cursor: pointer;background: #163D73;border-radius: .1rem;margin: 0 auto 1.9rem;line-height: .68rem;text-align: center;color: #fff;}
/* 查询正确信息 */
.banner .right{display: none;width: 100%;overflow: hidden;background: #666666 url('../images//bg2.png') no-repeat bottom left;background-size: 28%;}
.banner .right .top{width: 100%;background: #fff;height: 1.9rem;padding: 0 1.5rem;display: flex;align-items: center;font-size: .3rem;color: #666666;font-size: .24rem;}
.banner .right .top img{width: .39rem;margin-right: .2rem;}
.banner .right .bottom{padding: 0 1.5rem;margin: 1.03rem 0 2.7rem;color: #fff;}
.banner .right .bottom a{color:#fff;text-decoration: underline;}


/* 错误信息 */
.banner .error{display: none;width: 100%;overflow: hidden;background: #fff;padding: 0 2rem;}
.banner .error .inner{margin: 2.1rem auto;padding: 1.1rem 0;display: flex;align-items: center;justify-content: center;border: 1px solid #c9c9c9;border-radius: .1rem;}
.banner .error .inner img{width: .39rem;margin-right: .2rem;}
