body {
    padding: 0;
    margin: 0;
    /* min-width: 1200px; */
    font-size: 16px;
    background-color: #fff;
}

.container-fluid {
    min-width: 1200px;
}

a {
    color: #444;
    text-decoration: none;
}

.header .row {
    display: flex;
    min-width: 1200px;
    height: 66px;
    flex-direction: flex-end;
    align-items: center;
    background-color: #ffffff;
}

    .header .row > * {
        margin-right: 20px;
        color: #666;
        text-decoration: none;
    }

    .header .row a i {
        margin-right: 6px;
        color: #999;
    }

    .header .row a:hover {
        color: #D8232A;
    }

    .header .row > *:first-child {
        margin-right: auto;
    }

.navi {
    width: calc(100% - 30px);
    min-width: calc(1200px - 30px);
    height: 44px;
    padding: 0;
    margin: 0 15px 10px 15px;
    z-index: 88;
    background-color: #C82E1A;
}

    .navi .container-fluid,
    .navi .col-xs-12 {
        padding: 0;
    }

    .navi ul {
        display: flex;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .navi li {
        flex: 1;
        height: 44px;
        line-height: 44px;
        padding: 0;
    }

        .navi li a {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 44px;
            line-height: 44px;
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            -webkit-transition: -webkit-box-shadow .3s;
            transition: box-shadow .3s;
            color: #fff;
        }

            .navi li a span {
                position: absolute;
                display: block;
                width: 100%;
                height: 44px;
                z-index: 90;
            }

            .navi li a .x-bg {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                content: "";
                background-color: #C82E1A;
                opacity: 0.7;
                z-index: 89;
            }

    .navi .active a span,
    .navi a:hover span {
        color: #fff;
    }

    .navi .active a .x-bg,
    .navi a:hover .x-bg {
        background-color: #A02515;
        opacity: 1;
    }

    .navi li.active a, .navi li a:hover, .navi li a:focus {
        -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
        transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
        -webkit-animation: gelatine 0.4s 1;
        animation: gelatine 0.4s 1;
        border-radius: 16px;
    }

@keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

@-webkit-keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}


.slider {
    position: relative;
    padding: 0 15px;
    text-align: center;
}


.box {
    overflow: hidden;
    background-color: #fff;
}

.floor {
    margin-top: 20px;
}


.left-side,
.right-side {
    float: left;
}

    .right-side:after,
    .news-content:after,
    .notice-box:after {
        display: table;
        content: " ";
        clear: both;
    }

.floor01 > .left-side.box {
    width: 73.7%;
    height: 370px;
    margin-right: 1.3%;
}

.floor01 > .right-side.box {
    width: 25%;
    height: 370px;
}

.notice-box {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
}

    .notice-box .left-side {
        padding: 0px 15px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: #D8232A;
    }

        .notice-box .left-side i {
            position: relative;
            font-size: 28px;
            top: 6px;
            color: #fff;
        }

    .notice-box #ticker {
        padding: 0 20px;
    }

        .notice-box #ticker a {
            font-size: 16px !important;
            color: #444 !important;
        }

    .notice-box > *:last-child {
        flex: 0 0 60px;
        margin-left: auto;
        text-align: center;
    }

    .notice-box .prev,
    .notice-box .next {
        cursor: pointer;
    }
/* 重要公告 */
.block {
    padding: 0 5px;
    height: 40px;
    margin-top: 10px;
    overflow: hidden;
    float: left;
}

    .block ul,
    .block li {
        width: 100%;
        min-width: 600px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .block li a {
            display: block;
            width: 600px;
            height: 40px;
            line-height: 40px;
            color: #555;
            text-decoration: none;
        }

            .block li a:hover {
                color: #f66566;
            }

.notice-box .right-side button {
    border: none;
    background-color: transparent;
    font-size: 14px;
}

    .notice-box .right-side button:hover {
        color: #f66566;
    }

/* 焦点新闻 */

.news-content .left-side,
.news-content .right-side {
    padding: 15px;
}

.news-content .left-side {
    width: 44%;
    text-align: center;
}

.news-content .right-side {
    width: 52%;
    overflow: hidden;
}

.news-content .item {
}

.news-content .carousel-indicators {
    display: block;
    position: relative;
    width: 40%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    left: 15px;
    bottom: 10px;
    text-align: center;
}

    .news-content .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 0 2px;
        background-color: #ccc;
        border: none;
    }

        .news-content .carousel-indicators li.active {
            width: 10px;
            height: 10px;
            background-color: #f66566;
            border: none;
        }

        .news-content .carousel-indicators li:hover {
            background-color: #36d0e8;
        }

.news-content .right-side p {
    height: 140px;
    max-height: 140px;
    line-height: 1.8;
    margin-top: 20px;
    overflow: hidden;
    color: #666;
    text-align: justify;
}

.news-content .right-side a:hover {
    text-decoration: none;
}

    .news-content .right-side a:hover h3 {
        color: #f66566;
    }

    .news-content .right-side a:hover p {
        color: #333;
    }

.news-content .more {
    position: relative;
    right: 3%;
    bottom: 15px;
    font-size: 14px;
    color: #444;
}

    .news-content .more:hover {
        text-decoration: none;
        color: #f66566;
    }





.login-box .buttons {
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    background-color: #f5f5f5;
}

    .login-box .buttons .btn {
        width: 100%;
        height: 42px;
        line-height: 42px;
        padding: 0;
        font-size: 16px;
        border-radius: 0;
        color: #fff;
    }

    .login-box .buttons .btn-reg {
        background-color: #D8232A;
        transition: all 0.4s;
    }

        .login-box .buttons .btn-login:hover,
        .login-box .buttons .btn-reg:hover {
            transform: scale(1.2);
        }


/* 登录框 */
.login-box {
    display: flex;
    flex-direction: column;
}

    .login-box .col-xs-6 {
        padding: 0;
        border: 1px solid #fff;
        text-align: center;
    }

        .login-box .col-xs-6:nth-child(even) {
        }

        .login-box .col-xs-6 a {
            display: block;
            margin: 0 auto;
            padding: 0 auto;
            padding-bottom: 20px;
            font-size: 14px;
            text-align: center;
            text-decoration: none;
            background-color: #f5f5f5;
            color: #D8232A;
        }
            /*
.login-box .col-xs-6:nth-child(2) a{
	background-color:#F2F9F3;
}
*/
            .login-box .col-xs-6 a:hover {
                color: #fff;
                background-color: #D8232A;
            }

        .login-box .col-xs-6 i {
            display: inline-block;
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 40px;
            transition: all 0.4s;
            color: #D8232A;
        }

        .login-box .col-xs-6 a:hover i {
            transform: scale(1.2);
            color: #fff;
        }

/* 交易排行 */
.floor02 .container-fluid .row {
    display: flex;
    min-width: 1200px;
    height: 200px;
    margin: 0;
    background-color: #D8232A;
    background-image: url(../images/ranks_bg.png);
    background-repeat: no-repeat;
    background-size: auto 200px;
}

.floor02 h3 {
    position: relative;
    flex: 0 0 300px;
    height: 200px;
    padding: 30px 0 0 40px;
    margin: 0 20px 0 0;
    color: #fff;
}

    .floor02 h3 small {
        color: #fff;
    }

    .floor02 h3:before {
        position: absolute;
        display: block;
        width: 0;
        height: 50px;
        left: 20px;
        top: 30px;
        content: " ";
        border-left: 4px solid #fff;
    }

.floor02 section {
    display: flex;
    padding-top: 10px;
    flex-direction: column;
}

    .floor02 section > div {
        display: flex;
        color: #fff;
    }

        .floor02 section > div.col-xs-5,
        .floor02 section > div.col-xs-7 {
            width: 100%;
            padding-left: 60px;
            font-size: 13px;
            flex-direction: column-reverse;
        }

            .floor02 section > div.col-xs-5 p,
            .floor02 section > div.col-xs-7 p {
                margin: 0;
                font-size: 28px;
                font-weight: bold;
            }

    .floor02 section h4 {
        position: relative;
        display: flex;
        padding: 24px 0 0 36px;
        margin: 0 0 10px 0;
        align-items: center;
        font-weight: bolder;
    }

        .floor02 section h4:before {
            position: absolute;
            left: -10px;
            top: 22px;
            display: inline-block;
            font-family: "qls";
            content: "\e901";
            font-size: 48px;
            font-weight: normal;
        }

.floor02 .row div h4:after {
    position: absolute;
    left: 4px;
    top: 14px;
    font-size: 38px;
}

.floor02 .row div:nth-of-type(1) h4:after {
    content: "1";
}

.floor02 .row div:nth-of-type(2) h4:after {
    content: "2";
}

.floor02 .row div:nth-of-type(3) h4:after {
    content: "3";
}

.floor02 .row div:nth-of-type(4) h4:after {
    content: "4";
}

.floor02 .row div:nth-of-type(5) h4:after {
    content: "5";
}

.floor02 .row div:nth-of-type(6) h4:after {
    content: "6";
}

.floor02 .row div:nth-of-type(7) h4:after {
    content: "7";
}

.floor02 .row div:nth-of-type(8) h4:after {
    content: "8";
}

.floor02 .row div:nth-of-type(9) h4:after {
    content: "9";
}

.floor02 .row div:nth-of-type(10) h4:after {
    content: "10";
}

.floor02 section h4 i {
    display: none;
}

/* Floor03  */
.floor03 .row {
    position: relative;
    padding-top: 60px;
    margin: 0;
    background-color: #f5f5f5;
}

.floor03 h4 {
    position: absolute;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    top: -20px;
    background-color: #666666;
    color: #fff;
}

    .floor03 h4:after {
        position: absolute;
        width: 0;
        height: 0;
        right: -5px;
        bottom: -5px;
        content: "";
        border-style: solid;
        border-width: 0 0 30px 30px;
        border-color: transparent transparent #D8232A transparent;
    }

.floor03 a.more {
    position: absolute;
    display: block;
    padding: 4px 10px;
    top: 20px;
    right: 0;
    font-size: 13px !important;
    color: #939393 !important;
    background-color: #e3e3e3;
}

    .floor03 a.more:before {
        display: inline-block;
        content: "";
        width: 0;
        height: 13px;
        margin-right: 10px;
        border-left: 1px solid #939393;
    }

.floor03 .left-side {
    width: 73.7%;
    margin-right: 1.3%;
}

.news-list li {
    line-height: 45px;
}

.news-list .news-list-header {
    height: 60px;
    line-height: 60px;
    color: #999;
}

.news-list span,
.news-list li a {
    display: inline-block;
    text-align: left;
    float: left;
}

.news-list li {
    padding: 0 15px;
}

    .news-list li:after {
        display: table;
        content: " ";
        clear: both;
    }

    .news-list .news-name,
    .news-list li a {
        width: 67%;
        text-decoration: none;
    }

    .news-list .title-name,
    .news-list li a {
        width: 54%;
        text-decoration: none;
    }

.news-list .status {
    width: 10%;
    font-size: 13px;
}

.news-list .date {
    width: 13%;
    font-size: 13px;
}

.news-list .enddate {
    width: 13%;
    font-size: 13px;
}

.news-list .category {
    width: 10%;
    font-size: 13px;
}

.news-list .news-list-header span {
    font-size: 16px;
}

.news-list li:hover {
    background-color: #f5f5f5;
}

    .news-list li:hover a,
    .closed,
    .news-list li .icons-new {
        color: #f66566;
    }

.running {
    color: #57d4ac;
}

.news-list li .icons-new {
    position: relative;
    top: 5px;
    margin-left: 10px;
    font-size: 24px;
}
/* Floor04 */
.floor04 .container-fluid {
    display: flex;
    height: 350px;
    justify-content: space-between;
}

.floor04 .supplier-box h4 {
    position: relative;
    width: 190px;
    padding: 25px;
    font-size: 20px;
    font-weight: bolder;
    background-color: #D8232A;
    color: #fff;
}

    .floor04 .supplier-box h4:after {
        display: block;
        width: 50px;
        margin-top: 10px;
        border-bottom: 4px solid #fff;
        content: "";
    }

.floor04 .supplier-box {
    display: flex;
    min-width: 530px;
}

    .floor04 .supplier-box h3 {
        margin: 10px;
        color: #C1C1C1;
    }

    .floor04 .supplier-box ul {
        display: inline-flex;
        width: 340px;
        margin-left: 10px;
        flex-wrap: wrap;
    }

        .floor04 .supplier-box ul li {
            flex: 0 0 50%;
        }

            .floor04 .supplier-box ul li img {
                width: 135px;
                height: 60px;
            }

.floor04 .banner-box {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .floor04 .banner-box > div {
        flex: 0 0 166px;
        height: calc(50% - 20px);
        padding-top: 36px;
        margin: 5px;
        box-sizing: border-box;
        text-align: center;
        color: #fff;
        background-size: cover;
    }

        .floor04 .banner-box > div i {
            font-size: 38px;
        }

        .floor04 .banner-box > div p {
        }

.floor04 .media-box {
    margin-left: auto;
    text-align: center;
    background-color: #FFEFE2;
    background-image: url(../images/media_bg.png);
    background-size: cover;
}

    .floor04 .media-box h4 {
        position: relative;
        padding: 25px 25px 0 25px;
        font-size: 20px;
        font-weight: bolder;
        text-align: left;
        color: #D8232A;
    }

        .floor04 .media-box h4:after {
            display: block;
            width: 50px;
            margin-top: 10px;
            margin-left: 16px;
            border-bottom: 4px solid #D8232A;
            content: "";
        }

    .floor04 .media-box span {
        display: block;
        margin: 0 0 10px 24px;
        font-size: 20px;
        text-align: left;
        color: #FACFAC;
    }
/* Floor05 */
.container-fluid .event-box {
    position: relative;
    height: 180px;
    overflow: hidden;
}

    .container-fluid .event-box a {
        position: absolute;
        width: 20%;
        top: 0;
        float: left;
        text-align: center;
        display: inline-block;
        height: 180px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .container-fluid .event-box a img {
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

    .container-fluid .event-box .event00 {
        left: 0;
        z-index: 1;
        background-color: #8A42CF;
    }

        .container-fluid .event-box .event00:hover {
            width: 35%;
        }

    .container-fluid .event-box .event01:hover,
    .container-fluid .event-box .event02:hover,
    .container-fluid .event-box .event03:hover {
        width: 35%;
    }

    .container-fluid .event-box .event04:hover {
        width: 35%;
    }

        .container-fluid .event-box .event01:hover img,
        .container-fluid .event-box .event02:hover img,
        .container-fluid .event-box .event03:hover img,
        .container-fluid .event-box .event04:hover img {
            transform: scale(1.2);
        }

    .container-fluid .event-box .event01 {
        left: 20%;
        z-index: 2;
        background-color: #f66566;
    }

    .container-fluid .event-box .event02 {
        left: 40%;
        z-index: 3;
        background-color: #ffb86b;
    }

    .container-fluid .event-box .event03 {
        left: 60%;
        z-index: 4;
        background-color: #6f7bc9;
    }

    .container-fluid .event-box .event04 {
        left: 80%;
        z-index: 5;
        background-color: #57d4ac;
    }

    .container-fluid .event-box.state0 .event01 {
        left: 35%;
    }

    .container-fluid .event-box.state0 .event02 {
        left: 45%;
    }

    .container-fluid .event-box.state0 .event03 {
        left: 65%;
    }

    .container-fluid .event-box.state0 .event04 {
        left: 85%;
    }

    .container-fluid .event-box.state1 .event01 {
        left: 15%;
    }

    .container-fluid .event-box.state1 .event02 {
        left: 50%;
    }

    .container-fluid .event-box.state1 .event03 {
        left: 65%;
    }

    .container-fluid .event-box.state1 .event04 {
        left: 85%;
    }

    .container-fluid .event-box.state2 .event01 {
        left: 15%;
    }

    .container-fluid .event-box.state2 .event02 {
        left: 35%;
    }

    .container-fluid .event-box.state2 .event03 {
        left: 70%;
    }

    .container-fluid .event-box.state2 .event04 {
        left: 85%;
    }

    .container-fluid .event-box.state3 .event01 {
        left: 15%;
    }

    .container-fluid .event-box.state3 .event02 {
        left: 30%;
    }

    .container-fluid .event-box.state3 .event03 {
        left: 50%;
    }

    .container-fluid .event-box.state3 .event04 {
        left: 85%;
    }

    .container-fluid .event-box.state4 .event01 {
        left: 15%;
    }

    .container-fluid .event-box.state4 .event02 {
        left: 30%;
    }

    .container-fluid .event-box.state4 .event03 {
        left: 50%;
    }

    .container-fluid .event-box.state4 .event04 {
        left: 65%;
    }


/* Floor06  */
.floor06 {
    margin-top: 20px;
}

    .floor06 .row {
        margin: 0;
        background-color: #f5f5f5;
    }

        .floor06 .row .col-xs-4 {
            position: relative;
            padding-top: 60px;
        }

    .floor06 h4 {
        position: absolute;
        height: 60px;
        line-height: 60px;
        padding: 0 40px;
        top: -20px;
        font-weight: bold;
        background-color: #666666;
        color: #fff;
    }

        .floor06 h4:after {
            position: absolute;
            width: 0;
            height: 0;
            right: -5px;
            bottom: -5px;
            content: "";
            border-style: solid;
            border-width: 0 0 30px 30px;
            border-color: transparent transparent #D8232A transparent;
        }

    .floor06 a.more {
        position: absolute;
        display: block;
        padding: 4px 10px;
        top: 20px;
        right: 0;
        font-size: 13px !important;
        color: #939393 !important;
        background-color: #e3e3e3;
    }

        .floor06 a.more:before {
            display: inline-block;
            content: "";
            width: 0;
            height: 13px;
            margin-right: 10px;
            border-left: 1px solid #939393;
        }

    .floor06 ul li {
        width: 335px;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
    }

        .floor06 ul li .icons-round {
            position: relative;
            top: -3px;
            margin-right: 10px;
            font-size: 6px;
            color: #ccc;
        }

        .floor06 ul li:hover .icons-round {
            color: #f66566;
        }

        .floor06 ul li:hover a {
            text-decoration: none;
            color: #f66566;
        }

/* Floor07 */
.floor07 .container-fluid .row {
    display: flex;
    min-width: 1200px;
    height: 200px;
    margin: 0;
    background-color: #BCA34D;
    background-image: url(../images/index_bg.png);
    background-repeat: no-repeat;
    background-size: auto 200px;
}

.floor07 h3 {
    position: relative;
    flex: 0 0 300px;
    height: 200px;
    padding: 30px 0 0 40px;
    margin: 0 20px 0 0;
    color: #fff;
}

    .floor07 h3 small {
        color: #fff;
    }

    .floor07 h3:before {
        position: absolute;
        display: block;
        width: 0;
        height: 50px;
        left: 20px;
        top: 30px;
        content: " ";
        border-left: 4px solid #fff;
    }

.floor07 .row .col-xs-6 a {
    display: block;
    padding-top: 40px;
    color: #fff;
}

    .floor07 .row .col-xs-6 a i {
        font-size: 36px;
    }

    .floor07 .row .col-xs-6 a span {
        font-size: 20px;
        font-weight: bold;
    }

        .floor07 .row .col-xs-6 a span p {
            font-size: 12px;
            font-weight: normal;
        }







footer {
    min-width: 1200px;
    padding: 20px 0px 20px 0px;
    margin-top: 20px;
    background-color: #444;
    color: #999;
    font-size: 14px;
}

    footer:after {
        display: table;
        clear: both;
        content: " ";
    }

    footer a {
        color: #999;
    }

        footer a:hover {
            color: #fff;
        }

    footer .col-xs-5 span {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
    }


/* 漂浮侧边栏 */

.floator-bar {
    position: fixed;
    right: 0px;
    top: 40%;
    width: 50px;
    z-index: 99;
    margin-top: -145px;
}

    .floator-bar ul {
        margin: 0;
    }

    .floator-bar li {
        position: relative;
        float: left;
        width: 50px;
        height: 50px;
        margin-top: -1px;
        line-height: 50px;
        background: #333;
        text-align: center;
    }

        .floator-bar li i {
            font-size: 24px;
            color: #e8e8e8;
        }

        .floator-bar li.title {
            height: 30px;
            line-height: normal;
            border-top-left-radius: 3px;
        }

        .floator-bar li.title {
            color: #e8e8e8;
            padding: 8px 0 3px;
        }

        .floator-bar li.zx {
            border-bottom-left-radius: 3px;
        }

        .floator-bar li .circle {
            display: inline-block;
            width: 36px;
            height: 36px;
            line-height: 36px;
            background: #1f1f1f;
            border-radius: 100%;
            margin-top: 8px;
            text-align: center;
            cursor: pointer;
        }

            .floator-bar li .circle i {
                font-size: 20px;
                color: #3ad08b;
            }

        .floator-bar li.item {
            margin-top: 3px;
            border-radius: 3px 0 0 3px;
            cursor: pointer;
        }

            .floator-bar li.item i {
                height: 50px;
                width: 50px;
                line-height: 50px;
            }

            .floator-bar li.item:hover {
                background: #3ad08b;
            }

        .floator-bar li.backtop {
            display: none;
        }

    .floator-bar .hide-box {
        position: absolute;
        width: 160px;
        padding: 0;
        top: -10px;
        right: -300px;
        z-index: -1;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .floator-bar .btn-bg {
        position: relative;
        width: 100%;
        margin-right: 20px;
        padding: 5px;
        text-align: left;
        cursor: default;
    }

        .floator-bar .btn-bg label {
            display: block;
            padding: 5px 0 0 5px;
            line-height: 1;
            color: #39d08e;
        }

        .floator-bar .btn-bg span {
            padding-left: 5px;
            font-size: 24px;
            color: #39d08e;
        }

        .floator-bar .btn-bg a {
            display: block;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #fff;
            border-radius: 3px;
            background-color: #3ad08b;
        }

            .floator-bar .btn-bg a i {
                height: 35px;
                width: auto;
                margin-right: 5px;
                line-height: 35px;
                color: #fff;
            }

            .floator-bar .btn-bg a:hover {
                opacity: .8;
                filter: alpha(opacity=80);
                text-decoration: none;
            }

        .floator-bar .btn-bg .img {
            text-align: center;
        }

        .floator-bar .btn-bg .outart {
            position: absolute;
            top: 20px;
            right: -13px;
            height: 0;
            width: 0;
            border-width: 5px 6px;
            border-style: solid;
            border-color: transparent transparent transparent #aaa;
        }

        .floator-bar .btn-bg .inart {
            position: absolute;
            top: 20px;
            right: -12px;
            height: 0;
            width: 0;
            border-width: 5px 6px;
            border-style: solid;
            border-color: transparent transparent transparent #fff;
        }
