/*公共样式*/

.padding_right8 {
    padding-right: 8px;
}

.childrenBody {
    padding: 20px;
    padding-top: 10px;
}

.layui-table-view {
    margin: 0 !important;
}

.magb0 {
    margin-bottom: 0 !important;
}

.magt0 {
    margin-top: 0 !important;
}

.magt3 {
    margin-top: 3px !important;
}

.magt10 {
    margin-top: 10px !important;
}

.magb15 {
    margin-bottom: 15px !important;
}

.magt30 {
    margin-top: 30px !important;
}

.layui-left {
    text-align: left;
}

.layui-block {
    width: 100% !important;
}

.layui-center {
    text-align: center;
}

.layui-right {
    text-align: right;
}

.layui-elem-quote.title {
    padding: 10px 15px;
    margin-bottom: 0;
}

.layui-bg-white {
    background-color: #fff !important;
}

.border {
    border: 1px solid #e6e6e6 !important;
    padding: 10px;
    border-top: none;
}

.main_btn .layui-btn {
    margin: 2px 5px 2px 0;
}

.layui-timeline-axis {
    left: -4px;
}

.layui-elem-quote {
    word-break: break-all;
}

.icons li,
.icons li:hover,
.loginBody .seraph,
.loginBody .seraph:hover,
.loginBody .layui-form-item.layui-input-focus label,
.loginBody .layui-form-item label,
.loginBody .layui-form-item.layui-input-focus input,
.loginBody .layui-form-item input {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.icons li:hover i,
.icons li i {
    transition: font-size 0.3s ease-in-out;
    -webkit-transition: font-size 0.3s ease-in-out;
}

.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder {
    transition: color 0.2s linear 0.2s;
    -webkit-transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input::-moz-placeholder {
    transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input:-ms-input-placeholder {
    transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input::placeholder {
    transition: color 0.2s linear 0.2s;
    -webkit-transition: color 0.2s linear 0.2s;
}


/*后台首页*/

.panel_box {
    margin-bottom: 5px;
}

.panel {
    text-align: center;
    /*height: 90px;*/
}

.panel_box a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 150px;
    background-color: #fff !important;
}

.panel_icon {
    width: 80px;
    display: inline-block;
    line-height: 80px;
    height: 80px;
    border-radius: 5px;
    margin-top: 37px;
    margin-left: 10px;
    text-align: center;
}

.panel_icon i {
    font-size: 50px !important;
    color: #fff;
    display: inline-block;
}

.panel_word {
    width: 60%;
    display: inline-block;
    float: right;
    margin: 23px 0 14px 5px;
}

.panel_word span {
    font-size: 33px !important;
    display: block;
    height: 34px;
    text-align: left;
}

.panel .loginTime {
    font-size: 15px;
    color: #1E9FFF;
    line-height: 17px;
}

.panel em {
    font-style: normal;
}

.history_box {
    min-height: 500px;
    height: 500px;
    overflow-y: scroll;
    padding: 10px !important;
}

.history_box .layui-timeline .layui-timeline-item:last-child {
    padding-bottom: 0;
}

@media screen and (max-width:1200px) {
    .history_box {
        height: auto !important;
        overflow-y: inherit;
    }
}


/*修改密码*/

.pwdTips {
    min-height: auto;
    margin: 40px 0 15px 110px;
}


/*个人资料*/

form input.layui-input[disabled] {
    background: #f2f2f2;
    color: #595963!important;
}

.layui-form input.layui-input[disabled] {
    background: #f2f2f2;
    color: #595963!important;
}

.user_right {
    text-align: center;
}

.user_right p {
    margin: 10px 0 25px;
    font-size: 12px;
    text-align: center;
    color: #FF5722;
}

.user_right img#userFace {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 0 0 50px #44576b;
}

.userAddress.layui-form-item .layui-input-inline {
    width: 23%;
}

.userAddress.layui-form-item .layui-input-inline:last-child {
    margin-right: 0;
}


/*下拉多选*/

.layui-form-item select[multiple]+.layui-form-select dd {
    padding: 0;
}

.layui-form-item select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary] {
    margin: 0 !important;
    display: block;
    line-height: 36px !important;
    position: relative;
    padding-left: 26px;
}

.layui-form-item select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary] span {
    line-height: 36px !important;
    float: none;
}

.layui-form-item select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary] i {
    position: absolute;
    left: 10px;
    top: 0;
    margin-top: 9px;
}

.multiSelect {
    line-height: normal;
    height: auto;
    padding: 4px 10px;
    overflow: hidden;
    min-height: 38px;
    margin-top: -38px;
    left: 0;
    z-index: 99;
    position: relative;
    background: none;
}

.multiSelect a {
    padding: 2px 5px;
    background: #908e8e;
    border-radius: 2px;
    color: #fff;
    display: block;
    line-height: 20px;
    height: 20px;
    margin: 2px 5px 2px 0;
    float: left;
}

.multiSelect a span {
    float: left;
}

.multiSelect a i {
    float: left;
    display: block;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    width: 8px;
    height: 8px;
    /*background: url(../images/close.png) no-repeat center;*/
    background-size: 65%;
    padding: 4px;
}

.multiSelect a i:hover {
    background-color: #545556;
}


/*404页面*/

.noFind {
    text-align: center;
    padding-top: 2%;
}

.noFind i {
    line-height: 1em;
    font-size: 12em !important;
    color: #393D50;
    display: block;
}

.ufo {
    text-align: center;
    height: 100%;
    position: relative;
}

.noFind .page_icon,
.noFind .ufo_icon {
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.noFind .page_icon {
    top: 300px;
    animation: pageGo 0.3s ease-in 0.3s forwards;
    -webkit-animation: pageGo 0.3s ease-in 0.3s forwards;
    -o-animation: pageGo 0.3s ease-in 0.3s forwards;
    -moz-animation: pageGo 0.3s ease-in 0.3s forwards;
}

.noFind .ufo_icon {
    top: 100px;
    animation: ufo 1s ease-in 0.6s forwards;
    -webkit-animation: ufo 1s ease-in 0.6s forwards;
    -o-animation: ufo 1s ease-in 0.6s forwards;
    -moz-animation: ufo 1s ease-in 0.6s forwards;
}

.page404 {
    margin-top: 10%;
    opacity: 0;
    font-size: 0;
    animation: page404 0.5s ease-in 1.7s forwards;
    -webkit-animation: page404 0.5s ease-in 1.7s forwards;
    -o-animation: page404 0.5s ease-in 1.7s forwards;
    -moz-animation: page404 0.5s ease-in 1.7s forwards;
}

.page404 p {
    font-size: 20px;
    font-weight: 300;
    color: #999;
}


/*页面被吸走*/

@keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }
    to {
        font-size: 0;
        opacity: 0;
        top: 100px;
    }
}

@-moz-keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }
    to {
        font-size: 0;
        opacity: 0;
        top: 100px
    }
}

@-webkit-keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }
    to {
        font-size: 0;
        opacity: 0;
        top: 100px
    }
}

@-o-keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }
    to {
        font-size: 0;
        opacity: 0;
        top: 100px
    }
}


/*ufo飞走*/

@keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }
    20% {
        font-size: 12em;
        top: 50px;
    }
    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

@-moz-keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }
    20% {
        font-size: 12em;
        top: 50px;
    }
    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

@-webkit-keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }
    20% {
        font-size: 12em;
        top: 50px;
    }
    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

@-o-keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }
    20% {
        font-size: 12em;
        top: 50px;
    }
    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}


/*404显示*/

@keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }
    to {
        opacity: 1;
        font-size: 2em;
    }
}

@-moz-keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }
    to {
        opacity: 1;
        font-size: 2em;
    }
}

@-webkit-keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }
    to {
        opacity: 1;
        font-size: 2em;
    }
}

@-o-keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }
    to {
        opacity: 1;
        font-size: 2em;
    }
}


/*图标管理*/

.iconsLength {
    margin: 0 5px;
}

.icons li {
    margin: 5px 0;
    text-align: center;
    height: 120px;
    cursor: pointer;
}

.icons li i {
    display: block;
    font-size: 35px;
    margin: 10px 0;
    line-height: 60px;
    height: 60px;
}

.icons li:hover {
    background: rgba(13, 10, 49, .9);
    border-radius: 5px;
    color: #fff;
}

.icons li:hover i {
    font-size: 50px;
}

#copyText {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: -9999px;
    top: -9999px;
}


/*开发文档*/

h2.method {
    font-size: 18px;
    line-height: 45px;
    padding-left: 5px;
}


/*登录*/

.loginHtml,
.loginBody {
    /*height: 100%;*/
}

.loginBody form.layui-form {
    padding: 0 20px;
    padding-bottom: 30px;
    width: 363px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 6%;
}

.body_box {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
}

.login_face {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 25px;
    font-family: "微软雅黑 Regular";
    -webkit-border-radius: 50%;
    margin-top: 25px;
    color: #4196f3;
}

.login_button {
    margin-top: 25px;
}

.login_face img {
    width: 100%;
}

.loginBody .layui-form-item {
    position: relative;
}

.loginBody .layui-form-item label {
    position: absolute;
    color: #757575;
    left: 10px;
    top: 9px;
    line-height: 20px;
    background: #fff;
    padding: 0 5px;
    font-size: 14px;
    cursor: text;
}

.loginBody .layui-form-item.layui-input-focus label {
    top: -10px;
    font-size: 12px;
    color: #ff6700;
}

.loginBody .layui-form-item.layui-input-active label {
    top: -10px;
    font-size: 12px;
}

.loginBody .layui-input::-webkit-input-placeholder {
    color: #fff;
}

.loginBody .layui-input::-moz-placeholder {
    color: #fff;
}

.loginBody .layui-input:-ms-input-placeholder {
    color: #fff;
}

.loginBody .layui-input::placeholder {
    color: #fff;
}

.loginBody .layui-form-item.layui-input-focus input {
    border-color: #ff6700 !important;
}

.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder {
    color: #757575;
}

.loginBody .layui-input-focus .layui-input::-moz-placeholder {
    color: #757575;
}

.loginBody .layui-input-focus .layui-input:-ms-input-placeholder {
    color: #757575;
}

.loginBody .layui-input-focus .layui-input::placeholder {
    color: #757575;
}

.loginBody .seraph {
    font-size: 30px;
    text-align: center;
}

.loginBody .seraph.icon-qq:hover {
    color: #0288d1;
}

.loginBody .seraph.icon-wechat:hover {
    color: #00d20d;
}

.loginBody .seraph.icon-sina:hover {
    color: #d32f2f;
}

.imgCode {
    position: relative;
}

#imgCode img {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}


/*用户等级*/

.layui-table-view .layui-table span.seraph {
    font-size: 25px !important;
}

.vip1 {
    color: #994a2b;
}

.vip2 {
    color: #899396;
}

.vip3 {
    color: #bd6a08;
}

.vip4 {
    color: #a3b8c4;
}

.vip5 {
    color: #63c3ea;
}

.vip6 {
    color: #b563ed;
}

.vip7 {
    color: #ff9831;
}

.vip8 {
    color: #A757A8;
}

.vip9 {
    color: #0ff;
}

.vip10 {
    color: #f00;
}


/*新闻添加*/

.layui-elem-quote .layui-inline {
    margin: 3px 0;
}

.category .layui-form-checkbox {
    margin: 5px 0;
}

.border .layui-form-item {
    margin-bottom: 10px;
}

.border .layui-form-label {
    width: 50px;
}

.border .layui-form-label i {
    position: absolute;
    top: 10px;
    left: 3px;
}

.border .layui-input-block {
    margin-left: 80px;
}

.thumbBox {
    height: 151px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 153px;
}

.thumbImg {
    max-width: 100%;
    max-height: 100%;
    border: none;
}

.thumbBox:after {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 153px;
    z-index: -1;
    text-align: center;
    font-size: 20px;
    content: "缩略图";
    left: 0;
    top: 0;
    color: #9F9F9F;
}


/*图片管理*/

#Images li {
    width: 19%;
    margin: 0.5% 0.5%;
    float: left;
    overflow: hidden;
}

#Images li img {
    width: 100%;
    cursor: pointer;
}

#Images li .operate {
    display: block;
    height: 40px;
    width: 100%;
    background: #f4f5f9;
}

#Images li .operate .check {
    float: left;
    margin-left: 11px;
    height: 18px;
    padding: 11px 0;
    width: 74%;
    position: relative;
}

#Images li .operate .check .layui-form-checkbox[lay-skin=primary] {
    width: 100%;
}

#Images li .operate .check .layui-form-checkbox[lay-skin=primary] span {
    padding: 0 5px 0 25px;
    width: 100%;
    box-sizing: border-box;
}

#Images li .operate .check .layui-form-checkbox[lay-skin=primary] i {
    position: absolute;
    left: 0;
    top: 0;
}

#Images li .operate .img_del {
    float: right;
    margin: 9px 11px 0 0;
    font-size: 22px !important;
    cursor: pointer;
}

#Images li .operate .img_del:hover {
    color: #f00;
}

@media screen and (max-width:1050px) {
    #Images li {
        width: 24%;
    }
}

@media screen and (max-width: 750px) {
    #Images li {
        width: 49%;
    }
}

@media screen and (max-width:432px) {
    #Images li {
        width: 99%;
    }
}


/*系统日志*/

.layui-btn-green {
    background-color: #5FB878 !important;
}


/*友情链接*/

.linkLogo {
    width: 80px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 42px;
}

.linkLogoImg {
    max-width: 90%;
    max-height: 90%;
}

.linkLogo:after {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 42px;
    z-index: -1;
    text-align: center;
    font-size: 12px;
    content: "上传LOGO";
    left: 0;
    top: 0;
    color: #9F9F9F;
}

.linksAdd .layui-form-label {
    width: 60px;
    padding-left: 0;
}

.linksAdd .layui-input-block {
    margin-left: 75px;
}

.linksAdd .layui-input-block input {
    padding: 0 5px;
}

.login_head {
    width: 90%;
    float: left;
    height: 60px;
    position: fixed;
    line-height: 60px;
    margin-top: 30px;
    padding-left: 50px;
}

.login_head span {
    margin-left: 10px;
    font-size: 2.5rem !important;
    color: #fff;
}

.body_box {
    /* background: url("../health_club/img/Login_BG.png") no-repeat center center; */
}

.login_imgbox {
    padding: 0 66px;
    padding-bottom: 30px;
    width: 900px;
    float: left;
    margin-top: 5%;
}

.login_imgbox img {
    width: 100%;
}

.login_footer {
    width: 100%;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    position: fixed;
    bottom: 60px;
}

.content_login {
    float: right;
    width: 100%;
}

.margin_b_30 {
    margin-bottom: 30px !important;
}

.login_head .logo_1 {
    width: 60px;
    float: left;
    margin-left: 20px;
}

.login_head .logo_1 img {
    width: 100%;
}


/*响应式 样式*/


/*响应式  iphoneX ,6,7,8*/

@media screen and (max-width:375px) {
    #userFaceBtn {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }
    .user_right img#userFace {
        width: 100px;
        height: 100px;
        margin-top: 0;
    }
    .layui-col-xs12 .layui-form-label {
        width: 90px;
        padding-left: 0;
        text-align: left;
    }
    .layui-col-xs12 .layui-input-block,
    .layui-col-xs12 .layui-input-inline {
        margin-left: 0px;
    }
    .layui-col-xs12 .layui-input-inline {
        left: 0 !important;
        width: 95% !important;
    }
    .noFind {
        padding-top: 0;
    }
    *[pc] {
        display: none;
    }
    .login_imgbox {
        padding: 0 66px !important;
        padding-bottom: 30px !important;
        width: 50% !important;
        float: left !important;
    }
    .loginBody form.layui-form {
        margin-left: 10% !important;
    }
}

@media screen and (min-width:376px) and (max-width:414px) {
    .login_imgbox {
        padding: 0 66px !important;
        padding-bottom: 30px !important;
        width: 50% !important;
        float: left !important;
    }
    .loginBody form.layui-form {
        margin-left: 15% !important;
    }
}

.agreement {
    margin-top: 12px;
    margin-left: 10px;
}


/*登录页动画*/

.wave {
    position: relative;
    /*opacity: 0;*/
    top: 0px;
    left: 0px;
    width: 900px;
}

.ripple {
    content: "";
    position: absolute;
    opacity: 0;
    top: 200px;
    left: 460px;
    width: 2px;
    height: 0.5px;
    border: #FFF 1px solid;
    border-radius: 50%;
    -webkit-animation: ripple 4s;
    -moz-animation: ripple 4s;
    animation: ripple 4s;
    animation-fill-mode: forwards;
}

@keyframes ripple {
    0% {
        opacity: 1;
    }
    100% {
        width: 900px;
        height: 160px;
        border-width: 1px;
        top: 180px;
        left: 50px;
        opacity: 1;
    }
}

.ripple1 {
    content: "";
    position: absolute;
    opacity: 0;
    top: 200px;
    left: 460px;
    width: 2px;
    height: 0.5px;
    border: #FFF 3px solid;
    border-radius: 50%;
    -webkit-animation: ripple1 4s;
    -moz-animation: ripple1 4s;
    animation: ripple1 4s;
    animation-fill-mode: forwards;
}

@keyframes ripple1 {
    0% {
        opacity: 1;
    }
    100% {
        width: 800px;
        height: 140px;
        border-width: 2px;
        top: 182px;
        left: 100px;
        opacity: 1;
    }
}

.ripple2 {
    content: "";
    position: absolute;
    opacity: 0;
    top: 200px;
    left: 460px;
    width: 2px;
    height: 0.5px;
    border: #ffffff30 2px solid;
    border-radius: 50%;
    -webkit-animation: ripple2 5s;
    -moz-animation: ripple2 5s;
    animation: ripple2 5s;
    animation-fill-mode: forwards;
    background-color: rgba(255, 255, 255, 0.2);
}

@keyframes ripple2 {
    0% {
        opacity: 1;
    }
    100% {
        width: 680px;
        height: 100px;
        border-width: 1px;
        top: 190px;
        left: 165px;
        opacity: 1;
    }
}

.ripple3 {
    content: "";
    position: absolute;
    opacity: 0;
    top: 200px;
    left: 460px;
    width: 2px;
    height: 0.5px;
    border: #FFF 3px solid;
    border-radius: 50%;
    -webkit-animation: ripple3 5s;
    -moz-animation: ripple3 5s;
    animation: ripple3 5s;
    animation-fill-mode: forwards;
    background-color: rgba(255, 255, 255, 0.3);
}

@keyframes ripple3 {
    0% {
        opacity: 1;
    }
    100% {
        width: 550px;
        height: 78px;
        border-width: 2px;
        top: 197px;
        left: 225px;
        opacity: 1;
    }
}

.ripple4 {
    content: "";
    position: absolute;
    opacity: 0;
    top: 200px;
    left: 460px;
    width: 2px;
    height: 0.5px;
    border: #ffffff50 2px solid;
    border-radius: 50%;
    -webkit-animation: ripple4 5s;
    -moz-animation: ripple4 5s;
    animation: ripple4 5s;
    animation-fill-mode: forwards;
    background-color: rgba(255, 255, 255, 0.4);
}

@keyframes ripple4 {
    0% {
        opacity: 1;
    }
    100% {
        width: 430px;
        height: 50px;
        border-width: 1px;
        top: 205px;
        left: 285px;
        opacity: 1;
    }
}

.ripple5 {
    content: "";
    position: absolute;
    opacity: 0;
    top: 200px;
    left: 460px;
    width: 2px;
    height: 0.5px;
    border: #FFF 3px solid;
    border-radius: 50%;
    -webkit-animation: ripple5 5s;
    -moz-animation: ripple5 5s;
    animation: ripple5 5s;
    animation-fill-mode: forwards;
    background-color: rgba(255, 255, 255, 0.5);
}

@keyframes ripple5 {
    0% {
        opacity: 1;
    }
    100% {
        width: 295px;
        height: 35px;
        border-width: 2px;
        top: 207px;
        left: 348px;
        opacity: 1;
    }
}


/*图标动画*/

@keyframes icon1 {
    0% {
        top: 257px;
        opacity: 0;
    }
    50% {
        top: 237px;
        opacity: 0;
    }
    100% {
        top: 90px;
        opacity: 1;
    }
}

@keyframes icon5 {
    0% {
        top: 257px;
        opacity: 0;
    }
    50% {
        top: 108px;
        opacity: 0;
    }
    100% {
        top: 142px;
        opacity: 1;
    }
}

@keyframes icon2 {
    0% {
        top: 257px;
        opacity: 0;
    }
    50% {
        top: 10px;
        opacity: 0;
        left: 253px;
    }
    100% {
        top: 142px;
        opacity: 1;
    }
}

@keyframes icon7 {
    0% {
        top: 257px;
        opacity: 0;
    }
    50% {
        top: 100px;
        left: 231px;
        opacity: 1;
    }
    100% {
        top: 115px;
        left: 171px;
        opacity: 1;
    }
}

@keyframes icon6 {
    0% {
        top: 257px;
        opacity: 0;
    }
    50% {
        top: 300px;
        left: 131px;
        opacity: 0;
    }
    100% {
        top: 43px;
        z-index: 99999;
        left: 314px;
        font-size: 43px !important;
        color: #b8d0e8;
    }
}

@keyframes icon9 {
    0% {
        top: 75px;
        opacity: 0;
        left: 452px;
        font-size: 52px !important;
    }
    50% {
        top: 0px;
        left: 482px;
        opacity: 1;
        font-size: 82px !important;
    }
    100% {
        top: 15px;
        z-index: 99999;
        left: 452px;
        font-size: 52px !important;
        color: #b8d0e8;
    }
}

@keyframes icon4 {
    0% {
        top: 144px;
        opacity: 0;
        left: 646px;
        font-size: 52px !important;
    }
    50% {
        top: 100px;
        left: 682px;
        opacity: 1;
        font-size: 82px !important;
        /*transform: rotate(70deg);*/
    }
    100% {
        top: 144px;
        z-index: 99999;
        left: 646px;
        font-size: 33px !important;
    }
}

@keyframes icon3 {
    0% {
        top: 0px;
        z-index: 99999;
        left: 597px;
    }
    50% {
        top: 70px;
        z-index: 99999;
        left: 597px;
    }
    100% {
        top: 20px;
        z-index: 99999;
        left: 597px;
    }
}

@keyframes icon8 {
    0% {
        top: 104px;
        z-index: 99999;
        left: 867px;
    }
    50% {
        top: 104px;
        z-index: 99999;
        left: 747px;
    }
    100% {
        top: 104px;
        z-index: 99999;
        left: 717px;
    }
}


/*图标动画 end*/


/*图标 飘着*/

.icon_cm_box i {
    transition: all 0.8s;
}

.icon_cm_box i:hover {
    color: #fff;
}

.icon_1 {
    position: absolute;
    top: 90px;
    z-index: 99999;
    left: 521px;
    font-size: 36px !important;
    color: #b8d0e8;
    -webkit-animation: icon1 7s;
    -moz-animation: icon1 7s;
    animation: icon1 7s;
}

.icon_2 {
    position: absolute;
    top: 142px;
    z-index: 99999;
    left: 293px;
    font-size: 33px !important;
    color: #b8d0e8;
    -webkit-animation: icon2 10s;
    -moz-animation: icon2 10s;
    animation: icon2 10s;
}

.icon_3 {
    position: absolute;
    top: 20px;
    z-index: 99999;
    left: 597px;
    font-size: 37px !important;
    color: #b8d0e8;
    -webkit-animation: icon3 7s;
    -moz-animation: icon3 7s;
    animation: icon3 7s;
}

.icon_4 {
    position: absolute;
    top: 144px;
    z-index: 99999;
    left: 646px;
    font-size: 33px !important;
    color: #b8d0e8;
    -webkit-animation: icon4 7s;
    -moz-animation: icon4 7s;
    animation: icon4 7s;
}

.icon_5 {
    position: absolute;
    top: 142px;
    z-index: 99999;
    left: 398px;
    font-size: 33px !important;
    color: #b8d0e8;
    -webkit-animation: icon5 9s;
    -moz-animation: icon5 9s;
    animation: icon5 9s;
}

.icon_6 {
    position: absolute;
    top: 43px;
    z-index: 99999;
    left: 314px;
    font-size: 43px !important;
    color: #b8d0e8;
    -webkit-animation: icon6 8s;
    -moz-animation: icon6 8s;
    animation: icon6 8s;
}

.icon_7 {
    position: absolute;
    top: 115px;
    z-index: 99999;
    left: 171px;
    font-size: 34px !important;
    color: #b8d0e8;
    -webkit-animation: icon7 7s;
    -moz-animation: icon7 7s;
    animation: icon7 7s;
}

.icon_8 {
    position: absolute;
    top: 104px;
    z-index: 99999;
    left: 717px;
    font-size: 29px !important;
    color: #b8d0e8;
    -webkit-animation: icon8 4s;
    -moz-animation: icon8 4s;
    animation: icon8 4s;
}

.icon_9 {
    position: absolute;
    top: 15px;
    z-index: 99999;
    left: 452px;
    font-size: 52px !important;
    color: #b8d0e8;
    -webkit-animation: icon9 5s;
    -moz-animation: icon9 5s;
    animation: icon9 5s;
}