
.fix-promotion {
    display: inline-block!important;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0!important;
    height: 62px;
    background: #fff;
    z-index: 100;
    border-top: 2px solid #3c3838;
    transition: all 1s
}

.fix-promotion.show {
    display: inline-block;
    bottom: 0;
    transition: all 1s
}

.fix-promotion .ftb-content {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.fix-promotion .ftb-content .ftb-right {
    display: inline-block;
    flex: 0 0 160px;
    font-size: 17px;
    height: 60px;
    line-height: 56px
}

.fix-promotion .ftb-content .ftb-image {
    display: inline-block;
    flex: 0 0 80px;
    margin-left: 0;
    min-height: 10px;
    position: relative
}

.fix-promotion .ftb-content .ftb-image * {
    display: inline-block;
    width: 100%;
    float: right;
    height: auto
}

.fix-promotion .ftb-content .ftb-title {
    padding-right: 20px;
    display: inline-block;
    height: 58px;
    line-height: 55px;
    flex: 1
}

.fix-promotion .ftb-content .ftb-title a {
    display: inline-block;
    width: 100%;
    float: right;
    height: 58px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 500;
    padding-top: 7px
}

.fix-promotion .ftb-content .ftb-title a:hover {
    color: #df5745
}

.fix-promotion .ftb-content .ftb-action {
    display: inline-block;
    position: relative;
    z-index: 1000;
    padding-left: 20px
}

.fix-promotion .ftb-content .ftb-action a {
    display: inline-block;
    height: 36px;
    line-height: 37px;
    font-weight: 200;
    background: #ff5757;
    padding: 0 20px;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff
}

.fix-promotion .ftb-content .ftb-close {
    position: absolute;
    left: 10px;
    top: -25px;
    background: #fff;
    padding: 4px 0 2px;
    border-radius: 4px 4px 0 0;
    border: 2px solid #000;
    cursor: pointer;
    border-bottom: 0 solid;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 11px
}

@media screen and (max-width: 800px) {
    .fix-promotion .ftb-content .ftb-right {
        display:none!important
    }
}