@charset "UTF-8";
/* css样式重置表 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0;
    outline: 0;
    font-size: 14px;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
body {
    background: #F4F4F4;
}
h1, h2, h3, h4, h5, h6, em, i {
    font-weight: 100;
    font-style: normal;
}
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #333;
    text-decoration: none;
    outline: 0;
}
a:hover {
    text-decoration: none;
}
/* css样式重置表 */
/* 通用样式 */
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* 公共样式 */
.wrap {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    background: #f4f4f4;
}
.com_title {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.com_title h3 {
    color: #333;
    font-weight: 500;
    font-size: 20px;
}
.com_title p {
    color: #9a9a9a;
    font-size: 18px;
}
.com_banner {
    margin-bottom: 5px;
}
.com_banner img {
    width: 100%;
    display: block;
}
/*head*/
.head {
    line-height: 50px;
    height: 50px;
    background: #6e4dca;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(to right, #8A6FFA, #6e4dca);
    background: -webkit-linear-gradient(left, #8A6FFA, #6e4dca);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #8A6FFA, #6e4dca);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #8A6FFA, #6e4dca);
    /* Firefox 3.6 - 15 */
}
.head .back {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url(../images/left.png) no-repeat;
    background-size: 20px;
    background-position: center center;
}
.head .logo {
    text-align: center;
    color: #FFF;
    font-size: 20px;
}
.head .nav {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 25px;
    height: 19px;
    cursor: pointer;
}
.head .nav span {
    width: 25px;
    height: 2px;
    background: #FFF;
    display: block;
    position: absolute;
    top: 0;
}
.head .nav span:nth-child(2) {
    top: 8px;
}
.head .nav span:nth-child(3) {
    top: 16px;
}
.head .menu {
    width: 120px;
    background: #434343;
    position: absolute;
    top: 50px;
    z-index: 999999;
    right: 0;
    text-align: center;
    display: none;
}
.head .menu li {
    border-bottom: 1px solid #5D5D5D;
}
.head .menu li a {
    color: #FFF;
}
.foot {}
.foot .cont1 {
    background: #FFF;
    padding: 25px 10px 20px 10px;
}
.cont1 .box {
    float: left;
    border: 1px solid #ccc;
    width: 30%;
    box-sizing: border-box;
    margin-right: 5%;
    text-align: center;
}
.cont1 .box:last-child {
    margin-right: 0%;
}
.cont1 .box h3 {
    background: #FFF;
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: -8px;
    font-size: 12px;
}
.cont1 .box p {
    color: #886dc9;
    font-size: 16px;
    padding: 6px 0;
    font-weight: 550;
}
.foot .cont2 {
    padding-top: 10px;
    padding-bottom: 80px;
}
.foot .cont2 p {
    color: #444444;
    line-height: 25px;
    text-align: center;
}
.foot .cont2 .p1 {
    color: #9e9e9e;
}
.foot_menu {
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.foot_menu ul {
    width: 80%;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 50px;
    background: linear-gradient(to right, #8A6FFA, #6e4dca);
    background: -webkit-linear-gradient(left, #8A6FFA, #6e4dca);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #8A6FFA, #6e4dca);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #8A6FFA, #6e4dca);
    /* Firefox 3.6 - 15 */
}
.foot_menu li {
    float: left;
    width: 24%;
    text-align: center;
}
.foot_menu li img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.foot_menu li p {
    color: #FFF;
    font-size: 12px;
}
.foot_menu span {
    float: left;
    width: 2px;
    height: 36px;
    background: url(../images/icon_menu_line.png) no-repeat;
    display: block;
    background-size: 100% 100%;
}
.tip_box {
    position: fixed;
    bottom: 80px;
    background: #FFF;
    padding: 10px;
    margin-left: -70px;
    box-shadow: 2px 4px 20px #ccc;
}
.tip_box::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    width: 0;
    bottom: -8px;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
}

.tip_box a {
    line-height: 50px;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 0 20px;
}
.tip_box2 {
    position: fixed;
    bottom: 80px;
    background: #FFF;
    padding: 10px;
    margin-left: -100px;
    box-shadow: 2px 4px 20px #ccc;
    width: 240px;
}
.tip_box2::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    width: 0;
    bottom: -8px;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
}

.tip_box2 a {
    line-height: 50px;
    border-bottom: 1px solid #eee;
    display: block;
}
.tip_box3 {
    position: fixed;
    bottom: 80px;
    background: #FFF;
    padding: 10px;
    margin-left: -152px;
    box-shadow: 2px 4px 20px #ccc;
    width: 240px;
}
.tip_box3::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 48px;
    width: 0;
    bottom: -8px;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
}

.tip_box3 a {
    line-height: 50px;
    border-bottom: 1px solid #eee;
    display: block;
}
/*公共头部-底部*/

/*主页 s*/
.home_banner {
    margin-bottom: 10px;
    background: #FFF;
}
.home_banner .swiper-slide img {
    width: 100%;
    display: block;
}
.home_maina {
    margin-bottom: 10px;
    background: #FFF;
}
.home_maina .cont {
    padding: 10px;
}
.home_maina .box {
    display: flex;
}
.home_maina .box:first-child {
    margin-bottom: 10px;
}
.home_maina .box .img1 {
    margin-right: 5px;
}
.home_maina .box .img2 {
    margin-left: 5px;
}
.home_maina .box img {
    width: 100%;
    display: block;
}
.home_mainb {
    margin-bottom: 10px;
    background: #FFF;
}
.home_mainb ul {
    padding: 0 10px;
}
.home_mainb li {
    line-height: 40px;
    height: 40px;
    background: #fafafa;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 8px;
    border: 1px solid #ddd;
}
.home_mainb li a {
    color: #969696;
    position: relative;
    padding-left: 35px;
}
.home_mainb li a::before {
    content: '';
    background-image: url(../images/icon_play01.png);
    position: absolute;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    top: 0;
    left: 8px;
}
.home_mainc {
    background: #FFF;
    margin-bottom: 10px;
}
.home_mainc .cont {
    padding: 0 10px;
}
.home_mainc .cont video {
    width: 100%;
    display: block;
    padding-bottom: 20px;
}
.home_maind {
    background: #FFF;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.home_maind .cont {
    padding: 0 10px;
}
.home_maind .cont p {
    color: #8c8c8c;
    text-align: center;
    margin-bottom: 20px;
    line-height: 25px;
}
.home_maind .cont img {
    display: block;
    width: 100%;
}
/*主页 end*/

/*视频彩铃 s*/
.spcl_maina {
    margin-bottom: 10px;
    background: #FFF;
}
.spcl_maina .cont {
    padding: 0 10px;
    padding-bottom: 10px;
}
.spcl_maina .cont p {
    color: #8c8c8c;
    text-align: center;
    margin-bottom: 20px;
    line-height: 25px;
}
.spcl_maina .cont video {
    display: block;
    width: 100%;
}
.spcl_mainb {
    margin-bottom: 10px;
    background: #FFF;
}
.spcl_mainb .cont {
    padding-bottom: 10px;
}
.spcl_mainb .cont video {
    width: 49%;
    box-sizing: border-box;
    padding: 0 20px;
}
.spcl_mainc {
    margin-bottom: 10px;
    background: #FFF;
}
.spcl_mainc .cont {
    padding: 0 10px;
    padding-bottom: 10px;
}
.spcl_mainc .cont img {
    width: 100%;
    display: block;
}
.spcl_maind {
    margin-bottom: 10px;
    background: #FFF;
}
.spcl_maind .cont {
    padding: 0 10px;
    padding-bottom: 10px;
}
.spcl_maind .cont ul {}
.spcl_maind .cont li {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
}
.spcl_maind .cont li img {
    width: 100%;
}
.spcl_maind .cont li p {
    padding-top: 10px;
}
.spcl_maind .cont .des {
    text-align: center;
    color: #8c8c8c;
    margin-bottom: 15px;
    line-height: 25px;
}
/*.spcl_maind .cont img {
    width: 100%;
    display: block;
}*/
.spcl_maine {
    margin-bottom: 10px;
    background: #FFF;
}
.spcl_maine .cont {
    padding: 0 10px;
    padding-bottom: 10px;
}
.spcl_maine .cont .box p {
    text-align: center;
    color: #8c8c8c;
    margin-bottom: 15px;
    line-height: 25px;
}
.spcl_maine .cont .box2 h3 {
    text-align: center;
    color: #886dc9;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}
.spcl_maine .cont .box2 p {
    text-align: center;
    color: #886dc9;
    line-height: 30px;
    font-weight: bold;
}
/*视频彩铃 end*/

/*号码认证 s*/
.hmrz_maina {
    margin-bottom: 10px;
    background: #FFF;
}
.hmrz_maina .cont {
    padding-bottom: 1px;
}
.hmrz_maina .cont .box {
    margin-bottom: 15px;
}
.hmrz_maina .cont .box .img {
    width: 100%;
    text-align: center;
}
.hmrz_maina .cont .box .img img {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.hmrz_maina .cont .text {
    text-align: center;
    border-top: 2px solid #7f59c8;
}
.hmrz_maina .cont .text h4 {
    background: #7f59c8;
    display: inline-block;
    color: #FFF;
    border-top: 2px solid #7f59c8;
    padding: 0 10px;
    line-height: 25px;
    margin-bottom: 10px;
}
.hmrz_maina .cont .text p {
    color: #9e9e9e;
    line-height: 25px;
}
.hmrz_mainb {
    margin-bottom: 10px;
    background: #FFF;
    padding-bottom: 15px;
}
.hmrz_mainb .cont {
    padding: 0 10px;
}
.hmrz_mainb .cont .box {
    padding: 20px;
    box-shadow: 2px 4px 10px #ddd;
    border-radius: 10px;
    margin-top: 20px;
}
.hmrz_mainb .cont .box h3 {
    color: #7f59c8;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.hmrz_mainb .cont .box h3 span {
    background: #7f59c8;
    color: #FFF;
    padding: 7px 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.hmrz_mainb .cont .box p {
    line-height: 25px;
    color: #666;
}
.hmrz_mainb .cont .box h4 {
    font-size: 14px;
    margin-top: 10px;
    color: #7f59c8;
    font-weight: bold;
}
.hmrz_mainc {
    margin-bottom: 10px;
    background: #FFF;
}
.hmrz_mainc .cont {
    padding: 0 10px;
}
.hmrz_mainc .cont .des {
    text-align: center;
    color: #8c8c8c;
}
.hmrz_mainc .cont ul {
    padding-top: 15px;
    padding-bottom: 10px;
}
.hmrz_mainc .cont li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
}
.hmrz_mainc .cont li img {
    width: 82px;
}
.hmrz_mainc .cont li p {
    padding-top: 10px;
}
/*.hmrz_mainc .cont img {
    display: block;
    width: 100%;
}*/
.hmrz_maincc {
    margin-bottom: 10px;
    background: #FFF;
}
.hmrz_maincc .cont {
    padding: 0 10px;
    text-align: center;
}
.hmrz_maincc .cont .p1 {
    text-align: center;
    color: #8c8c8c;
}
.hmrz_maincc .cont .p2 {
    text-align: center;
    color: #000;
    padding-bottom: 20px;
}
.hmrz_maincc .cont img {
    display: inline-block;
    width: 180px;
    padding: 15px;
}
.hmrz_maind {
    margin-bottom: 10px;
    background: #FFF;
    padding-bottom: 10px;
}
.hmrz_maind .cont {
    padding: 0 10px;
}
.hmrz_maind .cont img {
    display: block;
    width: 100%;
}
/*号码认证 end*/

/*关于我们 s*/
.about_maina {
    padding: 10px;
    background: #FFF;
    margin-bottom: 10px;
}
.about_maina img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.about_maina .p1 {
    text-indent: 2em;
    line-height: 25px;
    text-align: justify;
    color: #8c8c8c;
    margin-bottom: 15px;
}
.about_maina .p2 {
    line-height: 25px;
    color: #8c8c8c;
    padding-left: 15px;
    position: relative;
}
.about_maina .p2::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    z-index: 100;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background: #886dc9;
}
.about_mainb {
    padding: 10px;
    background: #FFF;
    margin-bottom: 10px;
}
.about_mainb .p1 {
    text-indent: 2em;
    line-height: 25px;
    text-align: justify;
    color: #8c8c8c;
    margin-bottom: 15px;
}
.about_mainb .p2 {
    line-height: 25px;
    color: #8c8c8c;
    padding-left: 15px;
    position: relative;
}
.about_mainb .p2::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    z-index: 100;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background: #886dc9;
}
.about_mainc {
    padding: 10px;
    background: #FFF;
    margin-bottom: 10px;
}
.about_mainc .box {
    border: 1px dashed #886dc9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.about_mainc .box h3 {
    background: #886dc9;
    display: inline-block;
    color: #FFF;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.about_mainc .box p {
    line-height: 30px;
    padding: 0 15px;
    color: #886dc9;
}
/*关于我们end*/
/*列表页s*/
.list_maina {
    background: #FFF;
    padding: 0 10px;
}
.list_maina .search_form {
    width: 100%;
    position: relative;
    border-radius: 50px;
}
.list_maina .input_keyword {
    width: 100%;
    height: 40px;
    border: 0;
    box-sizing: border-box;
    background: #EDEDED;
    border-radius: 50px;
    margin-top: 15px;
    padding-left: 20px;
    outline: none;
}
.list_maina .search_btn {
    position: absolute;
    right: 0;
    top: 15px;
    width: 50px;
    height: 40px;
    border: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: url(../images/search.png) no-repeat;
    background-size: 25px;
    background-position: 10px 8px;
    background-color: #886dc9;
}
.list_mainb {
    background: #FFF;
    padding: 10px;
}
.list_mainb ul {}
.list_mainb ul li.fst a {
    font-weight: bold;
    color: #333;
}
.list_mainb ul li.fst span {
    font-weight: bold;
    color: #333;
}
.list_mainb ul li {
    line-height: 35px;
    border-bottom: 1px solid #eee;
    display: flex;
}
.list_mainb ul li a {
    width: 80%;
    color: #8c8c8c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_mainb ul li span {
    width: 20%;
    text-align: right;
    color: #8c8c8c;
}
/*列表页end*/
/*详情页s*/
.view_maina {
    background: #FFF;
    padding: 20px 10px;
    margin-bottom: 10px;
}
.view_maina h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.view_maina .time {
    color: #8c8c8c;
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.view_maina .des {
    margin-bottom: 10px;
}
.view_maina audio {
    width: 100%;
    display: block;
    margin: 20px 0;
}
.view_maina .cont {
    color: #8C8C8C;
    line-height: 25px;
    text-align: justify;
    word-wrap: break-word;
}
/*详情页end*/

/*挂机短信 s*/
.gjdx_maina {
    margin-bottom: 10px;
    background: #FFF;
}
.gjdx_maina .cont {
    padding-bottom: 1px;
}
.gjdx_maina .cont .img {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
}
.gjdx_maina .cont .img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.gjdx_mainb {
    margin-bottom: 10px;
    background: #FFF;
    padding-bottom: 15px;
}
.gjdx_mainb .cont {
    padding: 0 10px;
}
.gjdx_mainb .cont .box {
    padding: 10px;
    margin-top: 20px;
    background: #fafafa;
    border: 1px solid #eee;
    color: #666;
    line-height: 35px;
}
.gjdx_mainb .cont .box span {
    font-size: 30px;
    color: #7b5ec2;
    margin-right: 10px;
}
.gjdx_mainc {
    margin-bottom: 10px;
    background: #FFF;
}
.gjdx_mainc .cont {
    padding: 0 10px;
}
.gjdx_mainc .cont .des {
    text-align: center;
    color: #8c8c8c;
}
.gjdx_mainc .cont ul {
    padding-top: 15px;
    padding-bottom: 10px;
}
.gjdx_mainc .cont li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
}
.gjdx_mainc .cont li img {
    width: 82px;
}
.gjdx_mainc .cont li p {
    padding-top: 10px;
}
.gjdx_maincc {
    margin-bottom: 10px;
    background: #FFF;
}
.gjdx_maincc .cont {
    padding: 0 10px;
    text-align: center;
}
.gjdx_maincc .cont .p1 {
    text-align: center;
    color: #8c8c8c;
}
.gjdx_maincc .cont .p2 {
    text-align: center;
    color: #000;
    padding-bottom: 20px;
}
.gjdx_maincc .cont img {
    display: inline-block;
    width: 180px;
    padding: 15px;
}
.gjdx_maind {
    margin-bottom: 10px;
    background: #FFF;
    padding-bottom: 10px;
}
.gjdx_maind .cont {
    padding: 0 10px;
}
.gjdx_maind .cont img {
    display: block;
    width: 100%;
}
.gjdx_maine {
    margin-bottom: 10px;
    background: #FFF;
}
.gjdx_maine .cont {
    padding: 0 10px;
    padding-bottom: 10px;
}
.gjdx_maine .cont .box p {
    text-align: center;
    color: #8c8c8c;
    margin-bottom: 15px;
    line-height: 25px;
}
.gjdx_maine .cont .box2 h3 {
    text-align: center;
    color: #886dc9;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}
.gjdx_maine .cont .box2 p {
    text-align: center;
    color: #886dc9;
    line-height: 30px;
    font-weight: bold;
}
.gjdx_mainf {
    margin-bottom: 10px;
    background: #FFF;
}
.gjdx_mainf .cont .img {
    padding: 10px 20px;
}
.gjdx_mainf .cont .img img {
    display: block;
    width: 100%;
}
.gjdx_maing {
    margin-bottom: 10px;
    background: #FFF;
}
.gjdx_maing .cont {
    padding-bottom: 10px;
}
.gjdx_maing .cont .img {
    padding: 10px 20px;
}
.gjdx_maing .cont .img img {
    display: block;
    width: 100%;
}
.gjdx_mainh {
    margin-bottom: 10px;
    background: #FFF;
}
.gjdx_mainh .cont {
    padding: 10px 20px 20px 20px;
}
.gjdx_mainh .cont .img img {
    display: block;
    width: 100%;
}
/*挂机短信 end*/

/*pagination start*/
.pagination-wrapper {
    margin-bottom: 10px;
    background: #FFF;
    padding: 10px 0;
}
.pagination {
    height: 34px;
    text-align: center;
}
.pagination li {
    display: inline-block;
    margin-right: 5px;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    font-size: 12px;
    border: 1px solid #dddddd;
    color: #555555;
}
.pagination li a {
    color: #555555;
    text-decoration: none;
}
.pagination li:hover {
    background: #7454d4;
    border-color: #7454d4;
    color: #fff;
}
.pagination li:hover a {
    color: #FFF;
}
.pagination li.thisclass {
    color: #fff;
    background: #7454d4;
    border-color: #7556d6;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
    background: #7556d6;
    border-color: #7556d6;
    color: #fff;
    cursor: default;
}
.resultbar {
    background: #FFF;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.resultbar .fc_03c {
    color: #F00;
}
.myshare_box {
    position: fixed;
    bottom: 90px;
    width: 100%;
    text-align: center;
    display: none;
}
/*pagination end*/

/*首页播放按钮*/
.audio_btn {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    position: fixed;
    top: 60px;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    left: 10px;
}
.audio_btn img {
    width: 30px;
    margin-top: 13px;
}

.audio-rotate {
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotating {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}