<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*advantage_start*/
.advantage_fixed{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -4px;
}
.advantage_fixed .box{
    width: 100%;
    position: relative;
}
.advantage_fixed .box .background{
    width: 100%;
}
.advantage_fixed .box .position{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    padding: 3.5% 1% 1% 63%;


}
.advantage_fixed .box .position .butt{
    width: 21.875%;
    height: 40px;
}

.advantage_fixed .box .close_fixed{
    position: absolute;
    top: 30%;
    right: 14%;
    cursor: pointer;
}


.advantage_fixed .box .position .butt .input{
    width: 78.57%;
    float: left;
    height: 38px;
    border: 1px solid #ba2f39;
    border-radius:40px;
    background: #fff;
}
.advantage_fixed .box .position .butt .input i{
    content: url("../../img/xtb/xuanfu.jpg");
    display: block;
    float: left;
    margin: 3.3% 1% 1% 6%;
    width: 5%;

}
.advantage_fixed .box .position .butt .input input{
    float: right;
    width: 86%;
    height: 38px;
    border-top-right-radius:40px;
    border-bottom-right-radius:40px;
    font-size: 12px;
}
.advantage_fixed .box .position .butt .advan_sub{
    width: 18%;
    height: 38px;
    border:1px solid #ba2f39;
    float: right;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #000000;
    background: #febd00;
    border-radius:40px;
    cursor: pointer;

}
/*advantage_end*/</pre></body></html>