.banner{position: relative;background-image: url('../images/distributor.jpg');height: 139.8rem;background-attachment: fixed;}
.banner .searchBox, .banner .right, .banner .error{position: absolute;left: 0;right: 0;top: 25%;margin: auto;}
/* 经销商查询 */
.searchBox{width: 87rem;padding: 0 9.8rem;background: #FFFFFF;border-radius: 1rem;}
.searchBox .title{margin: 10.5rem 0 6.8rem;font-size: 3rem;color: #656565;text-align: center;}
.searchBox .inputBox input{width: 100%;height: 7.4rem;background: #E5E5E5;border-radius: 1rem;font-size: 2.4rem;padding-left: 12rem;}
.searchBox .statement{display: flex;margin: 4.5rem 0 10rem;font-size: 2.2rem;color: #656565;line-height: 5rem;}
.searchBox .statement p:last-child{flex: 1;}
.searchBox .searchBtn{width: 40.3rem;height: 6.8rem;cursor: pointer;background: #163D73;border-radius: 1rem;margin: 0 auto 19rem;line-height: 6.8rem;text-align: center;color: #fff;}
/* 查询正确信息 */
.banner .right{display: none;width: 167rem;border-radius: 1rem;overflow: hidden;background: #666666 url('../images//bg2.png') no-repeat bottom left;background-size: 28%;}
.banner .right .top{width: 100%;background: #fff;height: 19rem;padding: 0 15rem;display: flex;align-items: center;font-size: 3rem;color: #666666;font-size: 2.4rem;}
.banner .right .top img{width: 3.9rem;margin-right: 2rem;}
.banner .right .bottom{padding: 0 15rem;margin: 10.3rem 0 27rem;color: #fff;}
.banner .right .bottom a{color:#fff;text-decoration: underline;}

/* 错误信息 */
.banner .error{display: none;width: 167rem;border-radius: 1rem;overflow: hidden;background: #fff;padding: 0 20rem;}
.banner .error .inner{margin: 21rem auto;padding: 11rem 0;display: flex;align-items: center;justify-content: center;border: .2rem solid #c9c9c9;border-radius: 1rem;}
.banner .error .inner img{width: 3.9rem;margin-right: 2rem;}
