﻿@charset "utf-8";
/* CSS Document */
/*=========下拉select统一样式===========*/
select {
    width: 4rem;
    height: 1.75rem;
    line-height: 1.75rem;
    background-color:;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    margin: .125rem;
    background: #89b4d0 url(../images/down-icon.png) no-repeat;
    background-position: 94% center;
    background-size: .625rem;
    vertical-align: middle;
    text-indent: .125rem;
    border-bottom: 2px #6097ba solid;
    color: #fff;
    border-radius: .25rem;
    -moz-border-radius: .125rem;
    -webkit-border-radius: .125rem;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: .875rem;
}

option {
    text-indent: .25rem;
}

/*单选radio*/
.radio input[type=radio] {
    display: none;
}

.radio label {
    display: inline-block;
    width: 2rem;
    height: 1.875rem;
    line-height: 1.875rem;
    vertical-align: middle;
    background: url(../images/radio.png) no-repeat left center;
    background-size: 1.125rem;
    cursor: pointer;
    appearance: radio-button;
    -webkit-appearance: radio-button;
    -moz-appearance: radio-button;
    font-size: .875rem;
}

.radio input:checked + label {
    background: url(../images/radio-check.png) no-repeat left center;
    background-size: 1.125rem;
    color: #186ea7;
}

.radio input + label:visited {
    background: url(../images/radio-check.png) no-repeat left center;
    background-size: 1.125rem;
    color: #186ea7;
}

/*单选radio-box*/
.radio-box input[type=radio] {
    display: none;
}

.radio-box label {
    display: inline-block;
    width: 4rem;
    height: 1.75rem;
    line-height: 1.75rem;
    background-color: #e5e5e5;
    text-align: center;
    font-size: .75rem;
    color: #808080;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    cursor: pointer;
    appearance: radio-button;
    -webkit-appearance: radio-button;
    -moz-appearance: radio-button;
}

.radio-box input:checked + label {
    background-color: #186ea7;
    color: #fff;
}

.radio-box input + label:visited {
    background-color: #186ea7;
    color: #fff;
}

.return {
    width: 4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #186ea7;
    border: 1px solid #e5e5e5;
    font-size: .75rem;
    text-align: center;
    margin: 0 .25rem;
    cursor: text;
}
/*==========================================================首页分类导航===================================================================*/
.hide {
    display: none;
}

section {
    overflow: hidden;
    height: auto;
}

.snavbox {
    width: 100%;
    height: 2rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px #e5e5e5 solid;
    margin-top: 1rem;
}

.snav {
    background-color: #fff;
    overflow: auto;
    height: 2rem;
    border-bottom: 1px #e5e5e5 solid;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

    .snav a {
        display: inline-block;
        width: 5rem;
        height: 2rem;
        line-height: 2rem;
        text-align: center;
        font-size: 1.125rem;
        color: #808080;
        background-color: #fff;
        cursor: pointer;
    }

        .snav a.active {
            color: #fff !important;
            background: url(../images/select_nav.png) no-repeat left top;
            background-size: 5rem 2.125rem;
            background-position: left -1px;
        }

.button a {
    background-color: rgba(255,255,255,1);
    width: 2rem;
    height: 100%;
}

.button .left {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/ico_back.png) no-repeat center;
    background-size: .5rem 1rem;
    display: none;
    box-shadow: 2px 0 4px #ddd;
    -moz-box-shadow: 2px 0 4px #ddd;
    -webkit-box-shadow: 2px 0 4px #ddd;
    background-color: rgba(255,255,255,0.9);
}

.button .right {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/ico_right.png) no-repeat center;
    background-size: .5rem 1rem;
    box-shadow: -2px 0 4px #ddd;
    -moz-box-shadow: -2px 0 4px #ddd;
    -webkit-box-shadow: -2px 0 4px #ddd;
    background-color: rgba(255,255,255,0.9);
}


/*列表*/
.swiper {
    background-color: #fff;
    width: 100vw;
    overflow: hidden;
}

.mold-nav {
    padding: .5rem;
}

    .mold-nav h2 {
        margin: 0 .625rem;
        border-bottom: 1px #9ac8e6 solid;
        color: #9ac8e6;
        font-size: 1.25rem;
        line-height: 2.5rem;
        height: 2.25rem;
    }

        .mold-nav h2 .round {
            display: inline-block;
            width: .5rem;
            height: .5rem;
            background: none;
            background-color: #9ac8e6;
            margin-right: .5rem;
            margin-top: -4px;
            vertical-align: middle;
            border-radius: 50%;
            -moz-border-radius: 50%;
            ;
            -webkit-border-radius: 50%;
        }

    .mold-nav ul {
        overflow: hidden;
        color: #333;
        margin: 0 .25rem;
    }

    .mold-nav a {
        display: inline-block;
        float: left;
        line-height: 1.875rem;
        height: 1.875rem;
        padding: 0 .5rem;
        font-size: 1rem;
        color: #666;
    }

.swiper-pagination {
    position: absolute;
    bottom: 0;
}



/*==========================================================开奖类首页===================================================================*/
.lottery-now {
    background-color: #fff;
    width: 100vw;
    border-bottom: 2px solid #ef9d91;
    padding: .25rem 0;
    overflow: hidden;
}

.lotter, .ballbox {
    display: inline-block;
    float: left;
}

.lotter {
    width: 15%;
    text-align: center;
}

    .lotter span {
        display: inline-block;
        width: 3rem;
        height: 2.75rem;
        margin-top: .25rem;
        background: url(../images/lot_logo.png) no-repeat top center;
        background-size: 2.375rem;
    }

.ssq span {
    background-position: center -32px;
}

.fc3d span {
    background-position: center 10px;
}

.dlt span {
    background-position: center -75px;
}

.p3 span {
    background-position: center -115px;
}

.ballbox {
    display: inline-block;
    width: 85%;
    float: left;
    overflow: hidden;
}

    .ballbox li {
        font-size: .75rem;
        line-height: 1.75rem;
        display: inline-block;
        float: left;
        color: #666;
    }

    .ballbox .title {
        width: 100%;
        color: #df4a32;
    }

        .ballbox .title span {
            font-size: 1rem;
            margin: 0 .5rem 0 0;
            color: #666;
        }

.ball {
    display: inline-block;
    float: left;
    margin: .125rem;
    text-align: center;
    font-size: .75rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem !important;
    border-radius: 50%;
}

.red {
    background-color: #ba3634;
    color: #fff !important;
}

.blue {
    background-color: #0076b3;
    color: #fff !important;
}

/*搜索查询*/
.his-lot {
    background-color: #fff;
    width: 100vw;
    padding: .5rem 0;
    overflow: hidden;
}

.search-box {
    overflow: hidden;
    padding: 0 .5rem;
}

    .search-box li {
        display: inline-block;
        float: left;
        font-size: .875rem;
        line-height: 2.125rem;
        height: 2.125rem;
        overflow: hidden;
    }

        .search-box li a {
            display: inline-block;
            width: 3rem;
            height: 1.875rem;
            line-height: 1.875rem;
            text-align: center;
            background-color: #ebebeb;
            margin: .125rem;
            font-size: .875rem;
            border-radius: .125rem;
        }

        .search-box li .active {
            background-color: #186ea7;
            color: #fff;
        }

        .search-box li:last-child {
            float: right;
        }

        .search-box li span {
            display: inline-block;
            float: left;
        }

        .search-box li .btu {
            display: inline-block;
            overflow: hidden;
        }

    .search-box .btu input, .sjh-query input {
        vertical-align: middle;
        float: left;
    }

    .search-box .text, .sjh-query .text {
        width: 4rem;
        border: 1px #e5e5e5 solid;
        border-radius: .125rem 0 0 .125rem;
        height: 1.75rem;
        font-size: .875rem;
        line-height: 1.75rem;
        text-align: center;
        margin-left: .25rem;
        color: #666;
    }

    .search-box .search, .sjh-query .search {
        width: 2.25rem;
        height: 1.875rem;
        background: #186ea7 url(../images/search.png) no-repeat center;
        background-size: 60%;
        border-radius: 0 .125rem .125rem 0;
    }

/*历史开奖列表*/
.history {
    padding: .5rem;
    overflow: hidden;
}

    .history h1 {
        line-height: 1.125rem;
        font-size: 1.25rem;
        margin-bottom: 1rem;
        text-indent: .25rem;
    }

    .history ul {
        width: 100%;
        overflow: hidden;
    }

    .history li {
        display: inline-block;
        float: left;
        font-size: .85rem;
        text-align: center;
        line-height: 2.25rem;
        height: 2.25rem;
    }

    .history .num {
        width: 12%;
    }

    .history .dates {
        width: 23%;
    }

    .history .ballbox {
        width: 65%;
        text-align: center;
    }

        .history .ballbox .ball {
            margin-top: .375rem;
            float: none;
        }

    .history ul:first-child {
        font-size: .875rem;
        text-align: center;
        height: 1.875rem;
        line-height: 1.875rem;
        color: #808080;
    }

.bg-grey {
    background-color: #efefef;
}



/*==========================================================图谜类首页===================================================================*/
.num-nav {
    width: 100vw;
    border-bottom: 1px #e5e5e5 solid;
    overflow: hidden;
}

    .num-nav ul, .news-list ul {
        padding: 0 .5rem;
        overflow: hidden;
    }

    .num-nav li {
        display: inline-block;
        float: right;
        height: 2.25rem;
        line-height: 2.25rem;
    }

    .num-nav ul li:first-child {
        float: left;
    }

    .num-nav li em {
        display: inline-block;
        width: .5rem;
        height: .5rem;
        border-radius: 50%;
        background-color: #df4a32;
        position: relative;
        top: -2px;
        margin: 0 .25rem;
    }

    .num-nav li span {
        color: #df4a32;
        margin: 0 .25rem;
    }

    .num-nav li a {
        display: inline-block;
        width: 3rem;
        height: 1.25rem;
        border: 1px #e5e5e5 solid;
        border-radius: .25rem;
        margin: 0 .25rem;
        background-color: #fff;
        line-height: 1.25rem;
        text-align: center;
        font-size: .75rem;
        color: #999;
        position: relative;
        top: -2px;
    }

/*图库列表*/
.tuku-list {
    width: 100vw;
    background-color: #fff;
    overflow: hidden;
}

    .tuku-list ul {
        padding: .5rem;
        overflow: hidden;
    }

    .tuku-list li {
        display: inline-block;
        width: 30.5%;
        height: 1.875rem;
        float: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background-color: #f4f4f4;
        margin: .25rem;
        line-height: 1.875rem;
        font-size: .75rem;
        position: relative;
    }

        .tuku-list li a {
            color: #186ea7;
            font-size: .75rem;
            margin-left: .25rem;
        }

        .tuku-list li span {
            margin-left: .25rem;
        }

.hot {
    background: url(../images/hot.gif) no-repeat top left;
}

.new {
    background: url(../images/new.gif) no-repeat top left;
}

.tuku-list li .new, .tuku-list li .hot, .news-list .title .new, .news-list .title .hot {
    display: inline-block;
    width: 1.125rem;
    height: .75rem;
    background-size: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}



/*==========================================================资讯预测类首页===================================================================*/

/*通用专题页题*/
.column-title {
    background-color: #fff;
    padding: .5rem .5rem 0 .5rem;
}

    .column-title h1 {
        text-indent: .5rem;
        line-height: 1.875rem;
        border-bottom: 2px #ddd solid;
        padding-bottom: .25rem;
    }

        .column-title h1 span {
            display: inline-block;
            height: 1.5rem;
            width: .25rem;
            background-color: #ef9d91;
            line-height: 1.875rem;
            position: relative;
            top: .35rem;
            left: -.375rem;
        }

.news-list {
    width: 100vw;
    background-color: #fff;
    padding-bottom: 3rem;
    overflow: hidden;
}

    .news-list li {
        float: left;
        width: 100%;
    }

    .news-list .title {
        font-size: 1.125rem;
        line-height: 1.5rem;
        height: 1.5rem;
        margin: .625rem 0;
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .news-list .title em {
            color: #ef9d91;
            margin: 0 .125rem;
            font-size: .875rem;
        }

    .news-list .abstract {
        border-bottom: 1px #e5e5e5 solid;
        padding-bottom: .625rem;
    }

        .news-list .abstract a {
            display: inline-block;
            font-size: .875rem;
            color: #999 !important;
            line-height: 1.25rem;
            width: auto;
            padding: 0 .5rem;
        }

    .news-list .tips {
        font-size: .875rem;
        color: #999;
        line-height: 1.75rem;
        border-bottom: 1px #e5e5e5 solid;
    }

        .news-list .tips .times {
            margin-left: 2rem;
        }


/*底部加载更多*/
.load {
    width: 100vw;
    height: 2.25rem;
    border-top: 1px #e5e5e5 solid;
    text-align: center;
    background-color: #f4f4f4;
    overflow: hidden;
}

    .load a {
        font-size: .875rem;
        color: #808080;
        line-height: 2.25rem;
        width: 100%;
    }

        .load a span {
            display: inline-block;
            width: 1.25rem;
            height: 1.25rem;
            background: url(../images/load.gif) no-repeat center;
            background-size: 100%;
            position: relative;
            top: 4px;
        }


/*==========================================================资讯预测类详情页===================================================================*/
.news-info {
    width: 100vw;
    background-color: #fff;
    padding-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

    .news-info .title {
        padding: .5rem;
        overflow: hidden;
    }

        .news-info .title h1 {
            font-size: 1.125rem;
            color: #df4a32;
            height: 2.25rem;
            line-height: 2.25rem;
            text-indent: .25rem;
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .news-info .title p {
            font-size: .875rem;
            line-height: 1.25rem;
            color: #999;
            width: 100%;
            border-bottom: 1px #e5e5e5 solid;
            text-indent: .25rem;
        }

            .news-info .title p span {
                margin-right: .75rem;
            }

/*文章内容*/
.newsinfo, .newsinfo p {
    font-size: 1rem;
    line-height: 2.5rem;
word-break:break-all; 
margin:5px 5px 5px 5px;
    color: #666;
}

    .newsinfo img {
        width: 100%;
        padding: .5rem 0;
    }



/*==========================================================试机号查询===================================================================*/
.sjh-query, .his-sjh {
    width: 100vw;
    background-color: #fff;
    overflow: hidden;
}

    .sjh-query ul {
        padding: 0 .5rem;
        overflow: hidden;
    }

    .sjh-query li {
        display: inline-block;
        float: left;
        margin: .5rem .125rem 0 .125rem;
        font-size: .875rem;
    }

    .sjh-query .right {
        float: right;
        overflow: hidden;
    }

        .sjh-query .right span {
            display: inline-block;
            float: left;
            line-height: 1.875rem;
            overflow: hidden;
        }

    .sjh-query .refresh {
        width: 1.5rem;
        height: 1.5rem;
        background: url(../images/refresh.png) no-repeat center;
        background-size: 100%;
        cursor: pointer;
        margin-right: .25rem;
    }

    /*试机号历史*/
    .his-sjh .hisjh {
        padding: 0 .5rem 1rem .5rem;
        margin-top: .5rem;
        overflow: hidden;
    }

        .his-sjh .hisjh table {
            width: 100%;
            text-align: center;
        }

.hisjh th {
    font-size: .875rem;
    color: #808080;
    height: 2rem;
    line-height: 2rem;
}

.hisjh td {
    font-size: .75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    color: #666;
}



/*==========================================================模拟摇奖器===================================================================*/
.simulator {
    width: 100vw;
    min-height: 85vh;
    padding-bottom: 2.75rem;
    background-color: #fbe496;
    overflow: hidden;
}

.simu {
    padding: .5rem .5rem 0 .5rem;
}

    .simu img {
        width: 100%;
        max-width: 22rem;
    }

.ernie-num {
    margin: .5rem;
    background-color: #fff;
    overflow: hidden;
}

    .ernie-num ul {
        padding: 0 .5rem;
        overflow: hidden;
    }

    .ernie-num li:last-child {
        margin-bottom: 1rem;
    }

    .ernie-num .ballbox {
        width: 100%;
        height: 2.75rem;
        border-bottom: 1px #e5e5e5 solid;
        line-height: 2.75rem;
    }

    .ernie-num .ball {
        margin: .625rem .25rem 0 .25rem;
    }

.lred {
    color: #e84542;
    border: 1px #e84542 solid;
}

.lblue {
    color: #52a8e1;
    border: 1px #52a8e1 solid;
}

.ernie-num .del {
    float: right;
    width: 2.5rem;
    height: 1.5rem;
    color: #999;
    line-height: 1.5rem;
    border: 1px #e5e5e5 solid;
    border-radius: .25rem;
    text-align: center;
    margin: .625rem .25rem 0 0;
}


/*底部开始按钮*/
.star {
    width: 100vw;
    height: 3.25rem;
    line-height: 3.25rem;
    background-color: #f7b26e;
    text-align: center;
    box-shadow: 0 -1px 5px #ccc;
    -moz-box-shadow: 0 -1px 5px #ccc;
    -webkit-box-shadow: 0 -1px 5px #ccc;
    overflow: hidden;
}

    .star input {
        appearance: button;
        -webkit-appearance: button;
        background-color: #ed5565;
        width: 7.5rem;
        height: 1.875rem;
        color: #fff;
        line-height: 1.875rem;
        border-radius: .25rem;
        vertical-align: middle;
    }



/*==========================================================3D和值速查表===================================================================*/
.hz-query {
    width: 100vw;
    padding: .5rem 0;
    background-color: #fff;
    overflow: hidden;
}

    .hz-query .hzquery {
        padding: 0 .5rem;
        overflow: hidden;
    }

.hzquery table {
    width: 100%;
    border: 1px #e5e5e5 solid;
}

.hzquery th {
    height: 1.75rem;
    text-align: center;
    line-height: 1.75rem;
    font-size: .75rem;
    border-bottom: 1px #e5e5e5 solid;
}

.hzquery td {
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: .75rem;
    border-bottom: 1px #e5e5e5 solid;
    position: relative;
}

.hzquery .more-unm {
    display: inline-block;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: #df4a32;
    color: #fff;
    line-height: .75rem;
    text-align: center;
    margin-left: .25rem;
    position: relative;
}

.hzquery .display {
    position: absolute;
    display: inline-block;
    padding: .5rem;
    border: 1px #df4a32 solid;
    background-color: #fff;
    font-size: .875rem;
    line-height: 1.5rem;
    display: none;
    z-index: 9;
    width: 9rem;
    height: auto;
    word-wrap: break-word;
    bottom: 1.5rem;
    left: -5rem;
    text-align: left;
    color: #666;
}

.hzquery .more-unm span {
    position: absolute;
    display: inline-block;
    width: 1rem;
    left: 0;
    height: 1rem;
    background-color: #fff;
    border-bottom: 1px #df4a32 solid;
    border-left: 1px #df4a32 solid;
    border-radius: 0;
    bottom: 1rem;
    left: -0.125rem;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    z-index: 10;
    display: none;
}

.hz-query .hzquery .bggrey {
    background-color: #e5e5e5;
    border-bottom: 1px #fff solid;
}

.hzquery .display em {
    color: #df4a32;
    margin-right: 1rem;
}

.hzquery td:hover .display {
    display: block;
}

.hzquery td:hover .more-unm span {
    display: block;
}


/*========================================双色球金额计算器=================================================*/
.ran {
    background: #fff;
    overflow: hidden;
    padding: .5rem .5rem 0 .5rem;
    border-bottom: 1px #e5e5e5 solid;
}

    .ran .random {
        padding: 0 0 .5rem 0;
        overflow: hidden;
        border-bottom: 1px #e5e5e5 solid;
    }

    .ran ul:last-child {
        border-bottom: 0 none;
    }

    .ran .random li {
        line-height: 2.5rem;
        float: left;
        width: 100%;
    }

        .ran .random li span {
            display: inline-block;
            width: 5em;
            text-align: right;
            margin-right: .125rem;
            font-size: .75rem;
        }

    .ran .random select {
        width: 3.5rem;
        font-size: .75rem;
    }


.result {
    padding: .5rem .5rem 0 .5rem;
    background: #fff;
    margin: .5rem 0 3.5rem 0;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
}

    .result h2 {
        color: #666;
        border-bottom: 1px #e5e5e5 solid;
        text-align: left;
        text-indent: .5rem;
        line-height: 1.75rem;
        font-size: .875rem;
    }

        .result h2 p {
            display: inline-block;
            color: #999;
        }

            .result h2 p em {
                color: #df4a32;
                margin: 0 .25rem;
            }

            .result h2 p span {
                margin: 0 .125rem;
            }

    .result .random-unm {
        overflow: hidden;
        padding: .5rem;
    }

.random-unm ul {
    overflow: hidden;
    width: 100%;
}

.random-unm li {
    display: inline-block;
    float: left;
    margin: .25rem;
    background-color: #e5e5e5;
    line-height: 1.75rem;
    height: 1.75rem;
    font-size: .75rem;
    position: relative;
    padding: 0 .5rem;
    cursor: default;
}

.random-unm .cancel-btn {
    display: inline-block;
    width: .625rem;
    height: .625rem;
    line-height: .625rem;
    font-weight: bold;
    color: #fff;
    background-color: #d43939;
    text-align: center;
    font-size: .75rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: -.25rem;
    right: -.25rem;
    display: none;
    cursor: pointer;
}

.skyblue {
    background-color: #d3eeff !important;
}

    .skyblue .cancel-btn {
        display: block;
    }

.se-input {
    width: 100%;
    background-color: #fff;
    height: 1.5rem;
    padding: .625rem 0;
    border-top: 1px #e5e5e5 solid;
    text-align: right;
}

    .se-input input {
        width: 4.5rem;
        height: 1.5rem;
        font-size: .75rem;
        background-color: #e5e5e5;
        color: #808080;
        border-radius: .75rem;
        -moz-border-radius: .75rem;
        -webkit-border-radius: .75rem;
        margin-right: 2rem;
        -webkit-appearance: button;
    }

    .se-input .true_1 {
        background-color: #7cc576;
        color: #fff;
    }

    .se-input .false_1 {
        background-color: #e84261;
        color: #fff;
    }

/*底部栏*/
.ss-footer {
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
}

    .ss-footer .but {
        overflow: hidden;
        padding: .5rem 1rem .625rem 1rem;
        background-color: #2d2f30;
        text-align: center;
    }

        .ss-footer .but input {
            display: inline-block;
            height: 1.75rem;
            min-width: 3rem;
            padding: 0 .5rem;
            color: #fff;
            border-radius: .25rem;
            -webkit-appearance: button;
            -moz-border-radius: .25rem;
            -webkit-border-radius: .25rem;
            font-size: .75rem;
        }

        .ss-footer .but .again {
            float: left;
            background-color: #89b4d0;
        }

        .ss-footer .but .start {
            float: right;
            background-color: #ed5565;
        }

        .ss-footer .but .midd {
            float: none;
            margin: 0 auto;
        }



/*========================================开奖时间=================================================*/
.kjsj {
    padding: .5rem;
    overflow: hidden;
    border-bottom: 1px #e5e5e5 solid;
    background-color: #fff;
    margin-bottom: .5rem;
}

    .kjsj .time {
        overflow: hidden;
        width: 100%;
    }

        .kjsj .time li {
            display: inline-block;
            width: 100%;
            float: left;
            line-height: 2rem;
            color: #4d4d4d;
        }

            .kjsj .time li a {
                color: #52a8e1;
            }

        .kjsj .time .kjsj-title {
            font-size: 1.25rem;
            color: #52a8e1;
            line-height: 2.5rem;
            border-bottom: 1px solid #52a8e1;
            text-indent: .25rem;
            position: relative;
            margin-bottom: .25rem;
        }

.time .ballbox .title {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 1rem;
}

.kjsj .lot-his {
    padding-bottom: .625rem;
    overflow: hidden;
}

    .kjsj .lot-his .title {
        font-size: 1.125rem;
        line-height: 2.25rem;
    }

        .kjsj .lot-his .title span {
            font-size: .875rem;
            color: #666;
            margin-left: .625rem;
        }



/*========================================中奖规则==================================================*/
.article {
    padding: 0 .5rem 2rem .5rem;
    background-color: #fff;
    overflow: hidden;
}

    .article h1 {
        color: #52a8e1;
        line-height: 1.5rem;
        margin: .5rem 0;
    }

    .article h4 {
        font-weight: bold;
    }

    .article .rule {
        display: inline-block;
        width: 100%;
        float: left;
        padding: .625rem 0;
        overflow: hidden;
    }

        .article .rule ul {
            float: left;
            width: 100%;
            border-bottom: 1px #b2d0ff solid;
        }

        .article .rule li {
            color: #666;
            line-height: 1.75rem;
            padding: 0 .25rem;
            font-size: .875rem;
        }

        .article .rule .ballbox {
            width: 100%;
        }

        .article .rule .ball {
            width: 1.25rem;
            height: 1.25rem;
            line-height: 1.25rem;
            border: 0 none;
            color: #fff;
            float: none;
            font-size: .75rem;
        }

        .article .rule .red {
            background-color: #c00000;
        }

        .article .rule .blue {
            background-color: #5281cc;
        }

        .article .rule span {
            line-height: 1.25rem;
            font-size: 1rem;
            color: #666;
        }

        .article .rule .title {
            color: #5281cc;
            float: left;
            width: 100%;
        }

    .article .info {
        font-size: 1rem;
        line-height: 1.875rem;
        padding: 0 .25rem;
        text-indent: 2em;
    }

        .article .info h2 {
            color: #e84542;
            margin: .5rem 0;
        }











/*==========================================================首页图片轮播===================================================================*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform,height;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

    .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination {
    bottom: 0px;
    left: 0;
    width: 100%;
}

    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
