.banner{    position: relative;}
.qwjs {
    position: absolute;
    right: 0;
    top: 25%;
    z-index: 999;}
.input {
    float: left;
    height: 30px;
    width: calc(100% - 64px);
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 8px;
    color: #666;
    transition: all 0.3s ease 0s;
    border: 1px solid #bb1a1a;}
.submit {
    background-color: #BB1A1A;
    font-size: 16px;
    color: #fff;
    float: right;
    height: 32px;
    width: 60px;
    cursor: pointer;}
@media screen and (max-width: 1024px) {.qwjs {display:none;}}
/**组件样式**/
