@font-face {
    font-family: "shuheiti";
    src: url("../webfont/AlimamaShuHeiTi-Bold.woff2") format("woff2"),
        url("../webfont/AlimamaShuHeiTi-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "jinbuti";
    src: url("../webfont/DingTalk_JinBuTi_Regular.woff2") format("woff2"),
        url("../webfont/DingTalk_JinBuTi_Regular.woff") format("woff");
    font-display: swap;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';
    /* Project id 4194852 */
    src: url('../iconfont/iconfont.woff2') format('woff2'),
        url('../iconfont/iconfont.woff') format('woff'),
        url('../iconfont/iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    /* font-family: "jinbuti"; */
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    color: #364e65;
    line-height: 28px;
    background-color: #F6F8FB;
}

a {
    color: #364e65;
}

a:hover {
    color: #2254F4;
}

ul,
li {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}

em {
    font-style: inherit;
}

strong {}

/*******************************************************************
* 下面是网页主要的CSS样式代码，你可以修改这些代码来改变网页的样式
*******************************************************************/
.header {
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    padding: 0 30px;
    /* transform: translateX(0px); */
    /* backdrop-filter: blur(10px); */
    background-color: rgba(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgb(151 151 151 / 20%);
    font-family: "jinbuti";
}

.header .logo a {
    display: inline-block;
    padding: 18px 0;
}

.header .left a img {
    height: 45px;
}

.header .left .img2 {
    display: none;
    margin-left: -3px;
}

.header .nav {
    transition: 0.5s;
    height: 100%;
    line-height: 80px;
    display: block;
}

.header .navbar_nav .active a {
    color: #2254F4;
}

.header .navbar_nav li {
    float: left;
    display: block;
    position: relative;
}

.header .navbar_nav li:hover:after {
    width: 100%;
}

.header .navbar_nav li a {
    height: 100%;
    display: block;
    font-size: 18px;
    padding: 0 10px;
    color: #353535;
    text-decoration: none;
}

.header .navbar_nav li:hover a {
    color: #2254F4;
}

.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative;
}

.header .navbar_nav li.dropdown .dropdown_menu {
    position: absolute;
    top: 90px;
    width: 180px;
    visibility: hidden;
    left: 0;
    opacity: 0;
    border-radius: 0 0 5px 5px;
    transition: 0.2s ease;
    background: #ffffffd7;
    box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    border-top: 3px solid #2254F4;
}

.header .navbar_nav .dropdown:hover .dropdown_menu {
    opacity: 1;
    top: 80px;
    visibility: inherit;
}

.header .navbar_nav li.dropdown .dropdown_menu::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #2254F4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 20%;
    bottom: 100%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
    color: #353535;
    font-size: 15px;
    padding: 0 10px 0 20px;
    line-height: 33px;
    text-align: left;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
    color: #353535;
    font-size: 15px;
    padding: 8px 10px 8px 20px;
    line-height: 33px;
    text-align: left;
    transition: all 0.2s ease;
    border-bottom: 1px solid #F5F5F5;
    background-color: #FFFFFF;
}

.header .navbar_nav li.dropdown .dropdown_menu a::before {
    content: '';
    position: relative;
    top: 0px;
    display: inline-block;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #F5F5F5;
    transition: border-width .2s ease-in-out;
}

.header .navbar_nav li.dropdown .dropdown_menu a:nth-child(1)::before {
    border-color: #f47983;
}

.header .navbar_nav li.dropdown .dropdown_menu a:nth-child(2)::before {
    border-color: #00bc12;
}

.header .navbar_nav li.dropdown .dropdown_menu a:nth-child(3)::before {
    border-color: #44cef6;
}

.header .navbar_nav li.dropdown .dropdown_menu a:nth-child(4)::before {
    border-color: #e9bb1d;
}

.header .navbar_nav li.dropdown .dropdown_menu a:nth-child(5)::before {
    border-color: #cca4e3;
}

.header .navbar_nav li.dropdown .dropdown_menu a:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #364e65;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #2254F4;
    background-color: #F3F3F3;
}

/* .header .navbar_nav li.dropdown:hover .dropdown_menu a:hover::before {
    transition: all ease 0.3s;
    border-color: #2254F4;
} */

.header.on {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.header.on .left .img1 {
    display: none;
}

.header.on .left .img2 {
    display: block;
}

.header.on .navbar_nav li a {
    color: #364e65;
}

.header.on .navbar_nav li:hover a {
    color: #2254F4;
}

#navToggle {
    display: none;
}

.m_nav {
    top: 0px;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin-top: 0;
    position: fixed;
    visibility: visible;
    overflow-y: auto;
    transform: translatey(-100%);
    background-color: #FFFFFF;
}

.m_nav.open {
    transform: translatey(0);
}

.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}

.m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}

.m_nav .logo {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.m_nav .logo img {
    height: auto;
    display: block;
    margin: 30px auto;
}

.m_nav .ul {
    margin-top: 30px;
    border-top: 1px solid #F3F3F3;
}

.m_nav .ul li {
    opacity: 0;
    padding: 0;
    transform: translateY(100%);
}

.m_nav.open .ul li {
    opacity: 1;
    transform: translateY(0);
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #364e65;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid #F3F3F3;
    padding-left: 20px;
}

.m_nav .ul li .dropdown_menu {
    display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block;
}

.m_nav .ul li .dropdown_menu a {
    height: 50px;
    display: block;
    line-height: 50px;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}

.m_nav .ul li .dropdown_menu a::before {
    content: '-';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
}

/*********************************************************
*  导航响应式代码
*********************************************************/
@media screen and (max-width: 1080px) {
    .header {
        background-color: #ffffff;
        padding: 0 10px;
        box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    }

    .header #navToggle {
        height: 100%;
        padding: 20px;
        margin-right: -15px;
        display: block;
        float: right;
    }

    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px;
    }

    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }

    .header #navToggle span {
        transition: 0.3s;
        display: block;
        background: #343a40;
        height: 3px;
        width: 30px;
    }

    .header #navToggle span:before {
        top: 10px;
        transition: 0.3s;
        display: block;
        background: #343a40;
        height: 3px;
        width: 25px;
    }

    .header #navToggle span:after {
        bottom: 12px;
        transition: 0.3s;
        display: block;
        background: #343a40;
        height: 3px;
        width: 20px;
    }

    .header.on #navToggle span {
        background: #343a40;
    }

    .header.on #navToggle span:before {
        background: #343a40;
    }

    .header.on #navToggle span:after {
        background: #343a40;
    }

    .header #navToggle.open span:before {
        top: 10px;
        transform: translateY(-11px) rotate(-45deg);
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        transform: translateY(10px) rotate(45deg);
    }

    .header #navToggle.open span {
        background: none;
    }

    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #6c757d;
    }

    .header .nav {
        display: none;
    }
}

/*********************************************************
*  整体容器代码
*********************************************************/
.cont-body {
    margin-top: 110px;
}

/*********************************************************
*  幻灯片部分开始
*********************************************************/
.banner {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
    margin-bottom: 30px;
    position: relative;
}

.banner .carousel {
    border-radius: 5px;
    overflow: hidden;
}

.banner .carousel-item {
    position: relative;
}

.banner .carousel-item .links {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999 !important;
}

.banner .carousel-indicators li {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    opacity: 1;
    text-indent: inherit;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    background-clip: inherit;
    opacity: 0.75;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    font-family: "jinbuti";
}

.banner .carousel-indicators {
    color: #343a40;
    margin-bottom: 20px;
}

.banner .carousel-indicators .active {
    background-color: #2254F4;
    border: 2px solid #ffffff;
    color: #ffffff;
    opacity: 1;
}

.banner img {
    width: 710px;
    height: 335px;
}

.banner .control li a {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    background-size: cover !important;
    transform: translate(-0%, -50%);
    z-index: 9;
}

.banner .control li:nth-child(1) a {
    left: 10px;
    background: url(../img/banner_arrow.png) no-repeat left top;
}

.banner .control li:nth-child(2) a {
    right: 10px;
    background: url(../img/banner_arrow.png) no-repeat right bottom;
}

/*********************************************************
*  专题模块
*********************************************************/
.special {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
    margin-bottom: 30px;
}

.special-row,
.special-col {
    margin: 0;
    padding: 0;
}

.special-title {
    position: relative;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}

.special-title h2 {
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    font-family: "jinbuti";
}

.special-title ul {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
}

.special-title ul li {
    float: left;
    margin-right: 10px;
}

.special-title ul li a {
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 6px 5px 3px 6px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.special-title ul li a:hover {
    border: 1px solid #2254F4;
    color: #2254F4;
}

.special-title ul li i {
    margin-right: 0;
}

.special-wrap {
    padding: 10px;
}

.special-item {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin: 10px;
    height: 150px;
}

.special-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 60%, rgba(0, 0, 0, 0.75) 100%);
    transition: all 0.3s ease;
}

.special-item:hover::before {
    opacity: 1;
}

.special-item .links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.special-item .img {
    margin: 0;
}

.special-item .img img {
    width: 100%;
    height: 150px;
}

.special-item h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    opacity: 0;
}

.special-item:hover h4 {
    opacity: 1;
}

/*********************************************************
*  文字排版
*********************************************************/
.text-list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
    margin-bottom: 30px;
    padding: 20px 20px 10px 20px;
}

.text-list-box {
    margin: 0;
}

.text-list-box h3 {
    color: #364e65;
    font-size: 16px;
    font-family: "jinbuti";
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(133, 153, 171, 0.2);
}

.text-list-box ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
    line-height: 2.5;
}

.text-list-box ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid;
    width: 15px;
    height: 15px;
    transform: translate(-0%, -50%);
    color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.text-list-box ul li i {
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.text-list-box ul li:hover i,
.text-list-box ul li:hover::before {
    color: #2254F4;
}

/*********************************************************
*  列表模块
*********************************************************/
.list-body {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
    border-radius: 5px;
    margin-bottom: 30px;
}

.list-title {
    padding: 50px 30px 60px 30px;
    border-radius: 5px 5px 20px 20px;
    margin-bottom: 10px;
    /* background: linear-gradient(to bottom, #2254F4, #88a4ff); */
    /* box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%); */
    background: url(../img/list-head-bg.jpg) no-repeat bottom right;
    background-size: cover;
    box-shadow: 0px 3px 7px 0px rgb(151 151 151 / 20%);
}

.list-title h2 {
    font-family: "shuheiti";
    color: #ffffff;
    letter-spacing: 5px;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
}

.list-title h2 i {
    font-size: 36px;
}

.list-title p {
    margin-bottom: 0;
    color: #ffffff;
    font-family: "jinbuti";
}

.index-list-title {
    position: relative;
}

.index-list-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f2f2f2;
}

.index-list-title div:nth-child(1) {
    display: block;
    overflow: hidden;
}

.index-list-title ul li {
    float: left;
}

.index-list-title div:nth-child(1) .active {
    position: relative;
    color: #2254F4;
    border-bottom: 2px solid #2254F4;
}

.index-list-title div:nth-child(1) .active::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -0%);
    border-bottom: 5px solid rgb(34, 84, 244);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
}

.index-list-title div:nth-child(1) a {
    display: inline-block;
    padding: 12px 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-family: "jinbuti";
}

.index-list-title ul li a:hover {
    color: #2254F4;
}

/*********************************************************
*  默认列表展示模式
*********************************************************/

.list-item-default {
    position: relative;
    padding: 20px 20px 15px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.list-item-default-title h2 {
    margin-bottom: 10px;
}
.list-item-default-title h2 a{
    width: 90%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-item-default-title h2 em {

    font-family: "jinbuti";
}

.list-item-default-title a {
    font-size: 18px;
}

.list-item-default-title .badge {
    position: relative;
    top: -2px;
    border-radius: 0;
    margin: 0 .40rem 0 0;
    font-weight: normal;
    font-size: 12px;
}

.list-item-default-title .arc_v1 {
    background: #DC3545;
    color: #fff !important;
}

.list-item-default-title .arc_v2 {
    background: #007BFF;
    color: #fff !important;
}

.list-item-default-title .arc_v3 {
    background: #c444f6;
    color: #fff !important;
}

.list-item-default-title .arc_v4 {
    background: #17A2B8;
    color: #fff !important;
}

.list-item-default-title .arc_v5 {
    background: #28A745;
    color: #fff !important;
}

.list-item-default-data ul {
    display: block;
    overflow: hidden;
}

.list-item-default-data ul li {
    float: left;
    margin: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    margin-right: 10px;
}

.list-item-default-data ul li:last-child {
    margin-right: 0;
}

.list-item-default-data ul li a {
    color: rgba(0, 0, 0, 0.6);
}

.list-item-default-data ul li a:hover {
    color: #2254F4;
}

.list-item-default-data ul li:last-child a {
    margin-right: 8px;
}

.list-item-default-more {
    position: absolute;
    top: 20px;
    right: 20px;
}

.list-item-default-more div:nth-child(1) {
    text-align: left;
    overflow: hidden;
    border-radius: 5px;
}

.list-item-default-more div:nth-child(1) span:nth-child(1) {
    display: block;
    width: 70px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #2254F4;
    background: #E6F0FD;
    padding: 0;
    padding-left: 8px;
}

.list-item-default-more div:nth-child(1) span:nth-child(2) {
    display: block;
    font-size: 12px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    color: #8599AB;
    background: #F6F8FB;
    padding: 0;
    padding-left: 8px;
}

.list-item-default-body {
    margin-top: 15px;
    margin-bottom: 5px;
    display: flex;
    overflow: hidden;
    border-radius: 5px;
    background-color: #F6F8FB;
}

.list-item-default-body img {
    width: 180px;
    height: 120px;
}

.list-item-default-body .conter {
    padding: 18px;
}

.list-item-default-body .conter p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
}

/*********************************************************
*  图文列表展示模式
*********************************************************/
.litst-img-wrap {
    padding: 10px;
}

.list-item-img-row,
.list-item-img-col {
    margin: 0;
    padding: 0;
}

.list-item-img {
    position: relative;
    margin: 10px;
    background-color: #f1f7ff;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    padding: 5px;
}

.list-item-img .links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.list-item-img-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.list-item-img-data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.9);
    padding-left: 10px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.85) 100%);
    border-radius: 0 0 5px 5px;
    transition: all 0.3s ease;
}

.list-item-img:hover .list-item-img-data {
    bottom: -50px;
}

.list-item-img-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px;
    transition: all 0.3s ease;
    opacity: 0;
}

.list-item-img:hover .list-item-img-more {
    opacity: 1;
}

.list-item-img-more p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

.list-item-img-more em {
    text-align: center;
    font-size: 16px;
    color: #badaff;
    text-decoration: underline;
}

.list-item-img-thumbnail .badge {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px 0px 15px 0;
    padding: 8px 15px;
    font-size: 14px;
    letter-spacing: 1.5;
    z-index: 9;
    transition: all 0.3s ease;
    font-weight: normal;
}

.list-item-img:hover .list-item-img-thumbnail .badge {
    left: -80px;
}

.list-item-img-thumbnail .arc_v1 {
    background: #DC3545;
    color: #fff !important;
}

.list-item-img-thumbnail .arc_v2 {
    background: #007BFF;
    color: #fff !important;
}

.list-item-img-thumbnail .arc_v3 {
    background: #c444f6;
    color: #fff !important;
}

.list-item-img-thumbnail .arc_v4 {
    background: #17A2B8;
    color: #fff !important;
}

.list-item-img-thumbnail .arc_v5 {
    background: #28A745;
    color: #fff !important;
}

.list-item-img-data span {
    margin-right: 5px;
}

.list-item-img-data span:last-child {
    margin-right: 0px;
}

.list-item-img-thumbnail img {
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.list-item-img:hover img {
    transform: scale(1.2)
}

.list-item-img-body {
    background-color: #F6F8FB;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}

.list-item-img-body h2 {
    font-size: 16px;
    line-height: 1.5;
    height: 44px;
    margin-bottom: -2px;
    font-family: "jinbuti";
}

.list-item-img:hover .list-item-img-body h2 {
    color: #2254F4;
}

/*********************************************************
*  文字模式列表
*********************************************************/
.list-item-text {
    margin: 0;
}

.list-item-text ul {
    margin: 0;
}

.list-item-text ul li {
    display: block;
    overflow: hidden;
    padding: 12px 20px;
    border-bottom: 1px dotted #e5e5e5;
    transition: all 0.3s ease;
}

.list-item-text ul li:hover {
    background-color: #ECF5FF;
}

.list-item-text ul li:hover a {
    color: #2254F4;
}

/* .list-item-text ul li:last-child {
    border-bottom: none;
} */

.list-item-text ul li a {
    float: left;
    width: 70%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-family: "jinbuti";
}

.list-item-text ul li span {
    width: 30%;
    text-align: right;
    float: right;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.list-item-text ul li p {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #F6F8FB;
    margin-top: 5px;
    padding: 8px 10px;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
    border: 1px dotted #eeeeee;
}

/* .list-item-text ul li:hover p {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
} */

.list-item-text ul li:hover p {
    color: #343a40;
    background-color: #fff;
}

.list-item-text ul li .badge {
    position: relative;
    top: -2px;
    border-radius: 0;
    margin: 0 .40rem 0 0;
    font-weight: normal;
}

.list-item-text ul li .arc_v1 {
    background: #DC3545;
    color: #fff !important;
}

.list-item-text ul li .arc_v2 {
    background: #007BFF;
    color: #fff !important;
}

.list-item-text ul li .arc_v3 {
    background: #c444f6;
    color: #fff !important;
}

.list-item-text ul li .arc_v4 {
    background: #17A2B8;
    color: #fff !important;
}

.list-item-text ul li .arc_v5 {
    background: #28A745;
    color: #fff !important;
}

/*********************************************************
*  大图列表模式
*********************************************************/
.litst-big-img-wrap {
    padding: 20px 20px 1px 20px;
}

.list-item-big-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.list-item-big-img .more {
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.3s ease;
}

.list-item-big-img:hover .more {
    right: -200px;
}

.list-item-big-img .more ul {
    display: block;
}

.list-item-big-img .more ul li {
    float: left;
    margin-right: 10px;
}

.list-item-big-img .more ul li:last-child {
    margin-right: 0;
}

.list-item-big-img .more ul li span {
    padding: 10px 15px;
    color: #2254F4;
    background-color: #E6F0FD;
    border-radius: 5px;
}

.list-item-big-img .more ul li span:nth-child(2) {
    color: #2254F4;
    background-color: #E6F0FD;
}

.list-item-big-img .badge {
    position: absolute;
    top: 20px;
    left: 0px;
    border-radius: 0px 15px 15px 0px;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 3px;
    transition: all 0.3s ease;
    font-weight: normal;
}

.list-item-big-img:hover .badge {
    left: -150px;
}

.list-item-big-img .arc_v1 {
    background: #DC3545;
    color: #fff !important;
}

.list-item-big-img .arc_v2 {
    background: #007BFF;
    color: #fff !important;
}

.list-item-big-img .arc_v3 {
    background: #c444f6;
    color: #fff !important;
}

.list-item-big-img .arc_v4 {
    background: #17A2B8;
    color: #fff !important;
}

.list-item-big-img .arc_v5 {
    background: #28A745;
    color: #fff !important;
}

.list-item-big-thumbnail {
    display: block;
}

.list-item-big-thumbnail img {
    width: 100%;
    transition: all 0.5s ease;
}

.list-item-big-img:hover img {
    transform: scale(1.2);
}

.list-item-big-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 60%, rgba(0, 0, 0, 0.75) 100%);
    transition: all 0.3s ease;
    color: #ffffff;
}

.list-item-big-wrap {
    position: absolute;
    bottom: -70px;
    width: 100%;
    padding: 20px;
    transition: all 0.3s ease;
}

.list-item-big-img:hover .list-item-big-body {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.6);
}

.list-item-big-img:hover .list-item-big-wrap {
    bottom: 10px;
}

.list-item-big-body .data {
    margin-bottom: 10px;
}

.list-item-big-body .data ul {
    display: block;
    overflow: hidden;
}

.list-item-big-body .data ul li {
    float: left;
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    margin-right: 10px;
}

.list-item-big-body .data ul li:last-child {
    margin-right: 0;
}

.list-item-big-body .title h2 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-family: "jinbuti";
}

.list-item-big-img:hover .list-item-big-body .title h2 {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
}

.list-item-big-body .desc p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}

.list-item-big-body .links a {
    display: block;
    width: 150px;
    height: 45px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 3px;
    background-color: #2254F4;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.list-item-big-body .links a:hover {
    width: 175px;
    background-color: #F64444;
}

/*********************************************************
*  加载更多列表按钮
*********************************************************/
.more-list {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-list a {
    padding: 10px 50px;
    background-color: #E9F4FE;
    color: #5a81ff;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.more-list a:hover {
    background-color: #2254F4;
    color: #ffffff;
}

/*********************************************************
*  分页模块
*********************************************************/
.page-list {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.page-list ul {
    display: block;
    overflow: hidden;
}

.page-list  a,.page-list  span,.page-list  em {
    float: left;
}

.page-list ul  a,.page-list ul  span,.page-list  em {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    margin-right: 5px;
    text-align: center;
    color: #343a40;
    border: 1px solid #f2f4f9;
    border-radius: 5px;
    background-color: #F6F8FB;
    transition: all 0.3s ease;
}

.page-list ul  a:hover,
.page-list ul  span {
    background-color: #2254F4;
    color: #ffffff;
}

.page-list ul  .home,
.page-list ul  .end {
    width: 50px;
}

.page-list ul  .prev,
.page-list ul  .next {
    width: 60px;
}

/*********************************************************
*  文章页面
*********************************************************/

.article {
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.article-position {
    padding: 5px 15px;
    border-bottom: 1px solid #f2f2f2;
    display: inline-flex;
    width: 100%;
}


.article-position ul {
    display: inline-flex;
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 12px;
}

.article-position span {
    margin-right: 5px;
}

.article-position ul li {
    margin-right: 18px;
    position: relative;
}

.article-position ul li::before {
    content: ">";
    position: absolute;
    top: 0;
    right: 0;
    right: -12px;
}

.article-position ul li:last-child:before {
    display: none;
}

.article-position ul li a {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
}

.article-title {
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.article-title h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #353535;
    font-weight: bold;
}

.article-title .data span {
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.65);
}

.article-desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    background-color: #ECF5FF;
    border-radius: 5px;
    margin: 15px;
    margin-bottom: 0;
    text-indent: 2em;
    padding: 15px;
}

.article-body {
    padding: 0 15px;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
    font-family: "jinbuti";
    letter-spacing: -2px;
    padding: 5px 0 5px 0;
    margin: 15px 0;
    font-size: 18px;
    position: relative;
}

.article-body h1::after,
.article-body h2::after,
.article-body h3::after,
.article-body h4::after,
.article-body h5::after,
.article-body h6::after {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    border-bottom: 6px solid #2254F4;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: rotate(90deg);
}

.article-body p {
    font-size: 14px;
    color: #6c757d;
    /* text-indent: 2em; */
    margin: 15px 0;
}

.article-body img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.article-body img:hover {
    box-shadow: 0 0 20px 0 rgb(44 101 144 / 30%);
    transform: translate(0, -3px);
    cursor: pointer;
}

.article-body ul {
    margin: 15px 0;
    padding-left: 30px;
}

.article-body ul li {
    list-style-type: disc;
    color: #6c757d;
}

.article-body a {
    font-weight: bold;
    /* color: #2254F4; */
    border-bottom: 1px dashed;
}

.article-tool {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 20px 0;
}

.article-tool a {
    display: block;
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #f66;
    opacity: 0.75;
    transition: all 0.3s ease;
}

.article-tool a:hover {
    opacity: 1;
}

.article-tool a:nth-child(1) {
    width: 120px;
    background-color: #F64444;
}

.article-tool a:nth-child(2) {
    background-color: #2254F4;
}

.article-tool a:nth-child(3) {
    background-color: #C444F6;
}

.article-tool a:nth-child(4) {
    background-color: #28B2AB;
}

.article-tool a:last-child {
    margin-right: 0;
}

.article-copyright {
    text-align: center;
    background-color: #F2F4FC;
    margin: 25px 15px 15px 15px;
    padding: 10px;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.5);
}

.article-copyright p {
    margin: 0;
}

.article-copyright em {
    font-weight: bold;
    color: #2254F4;
    margin: 0 5px;
}

.article-tag {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-tag ul {
    display: flex;
}

.article-tag ul li {
    margin-right: 10px;
    position: relative;
    padding-left: 10px;
}

.article-tag ul li::before {
    content: "#";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0.5);
}

/*********************************************************
*  评论框代码
*********************************************************/
.comments {
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
    background-color: #fff;
    border-radius: 5px;
}

.comment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #f2f2f2;
}

.comment-title h4 {
    font-size: 16px;
    font-family: "jinbuti";
    margin-bottom: 0;
}

.comment-title span {
    font-size: 12px;
    color: #2254F4;
    float: right;
}

.comments-form {
    padding: 15px;
    padding-bottom: 0;
}

.comments-form .input-group {
    margin-bottom: 15px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    display: flex;
}

.comments-form .input-group span {
    border: none;
    background-color: #f9f9f9;
    border-radius: 0;
    font-size: 12px;
    border-right: 1px solid #eee;
}

.comments-form .input-group input {
    border: none;
    background-color: #f9f9f9;
}

.comments-form .input-group textarea {
    box-shadow: none;
    border: none;
    width: 100%;
    background-color: #f9f9f9;
}

.comments-form .input-group img {
    height: 37px;
    border-radius: 0 5px 5px 0;
}

.comments-form .comments-btn {
    width: 100%;
    background-color: #2254F4;
    color: #ffffff;
    border-radius: 5px;
    padding: .375em 0;
    transition: all 0.3s ease;
}

.comments-form .comments-btn:hover {
    background-color: #F64444;
}

.comments-list {
    padding: 20px 15px;
    border-top: 1px solid #f2f2f2;
}

.comments-list .item {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.comments-list .item:last-child {
    margin-bottom: 0;
}

.comments-list .item .tx {
    margin-right: 10px;
    float: left;
    margin-left: 5px;
}

.comments-list .item img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.comments-list .item .data {
    float: left;
}

.comments-list .item .data h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

.comments-list .item .data span {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.comments-list .item .cont {
    width: 100%;
    float: left;
    background-color: #F2F4F9;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 5px;
    position: relative;
}

.comments-list .item .cont p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
}

.comments-list .item .cont::before {
    content: "";
    display: block;
    left: 15px;
    top: -8px;
    width: 0px;
    height: 0px;
    border-bottom: 8px solid #F2F4F9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
}

.comments-list .item .tool {
    position: absolute;
    top: 10px;
    right: 0px;
}

.comments-list .item .tool a {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    opacity: 0.5;
}

.comments-list .item .tool a i {
    margin-right: 2px;
}

.comments-list .item .tool a:hover {
    opacity: 1;
}

.comments-list .item .tool a:nth-child(1) {
    color: #f66;
}

.comments-list .item .tool a:nth-child(2) {
    color: #28B2AB;
    margin-right: 0;
}

/*********************************************************
*  单页面代码
*********************************************************/
.page-title {
    margin-top: -30px;
    padding: 80px 0 130px 0;
    text-align: center;
    background-image: url(//static.dogoyu.com/dgy/u/images/dgyPageMain.png), linear-gradient(90deg, #3462FE, #F37003);
}

.page-title h2 {
    font-size: 42px;
    font-family: "shuheiti";
    letter-spacing: 10px;
    color: #ffffff;
    text-shadow: 2px 5px 10px rgba(0, 0, 0, 0.85);
}

.page-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: inherit;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    font-weight: bold;
}

.page-menu a {
    margin-right: 20px;
    letter-spacing: 2px;
    position: relative;
    padding: 15px 25px;
}

.page-menu .active {
    position: relative;
    color: #2254F4;
    border-bottom: 2px solid #2254F4;
}

.page-menu .active::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -0%);
    border-bottom: 5px solid rgb(34, 84, 244);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
}

.page-article {
    margin-top: -50px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
    background-color: #fff;
    border-radius: 5px;
}

.page-article-body {
    padding: 10px 25px 20px 25px;
}

.page-article-body h1,
.page-article-body h2,
.page-article-body h3,
.page-article-body h4,
.page-article-body h5,
.page-article-body h6 {
    font-family: "jinbuti";
    letter-spacing: -2px;
    padding: 5px 0 5px 0;
    margin: 15px 0;
    font-size: 18px;
}

.page-article-body p {
    font-size: 14px;
    color: #6c757d;
    /* text-indent: 2em; */
    margin: 15px 0;
}

.page-article-body img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.page-article-body img:hover {
    box-shadow: 0 0 20px 0 rgb(44 101 144 / 30%);
    transform: translate(0, -3px);
    cursor: pointer;
}

.page-article-body ul {
    margin: 15px 0;
    padding-left: 30px;
}

.page-article-body ul li {
    list-style-type: disc;
    color: #6c757d;
}

.page-article-body a {
    font-weight: bold;
    /* color: #2254F4; */
    border-bottom: 1px dashed;
}

/*********************************************************
*  侧边栏
*********************************************************/

.sidebox {
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
    background-color: #fff;
    border-radius: 5px;
}

.siedebox-title {
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    padding: 15px 20px;
}

.siedebox-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translate(-0%, -50%);
    border-radius: 50%;
    background: #fc625d !important;
    width: 12px;
    height: 12px;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
}

.siedebox-title h2 {
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    font-family: "jinbuti";
}

/*********************************************************
*  侧边栏个人名片
*********************************************************/
.about-card {
    overflow: hidden;
    border-radius: 5px;
}

.about-card-bg {
    height: 100px;
    /* background: linear-gradient(to right, #29323c, #485563); */
    background-image: url(//static.dogoyu.com/dgy/u/images/dgyPageMain.png), linear-gradient(90deg, orange, #EA4C89);
}

.about-card-tx {
    text-align: center;
    position: relative;
}

.about-card-tx img {
    width: 80px;
    padding: 5px;
    margin-top: -40px;
    border-radius: 15px;
    background-color: #fff;
}

.about-card-tx i {
    position: absolute;
    background-color: #ffffff;
    bottom: -10px;
    border-radius: 20%;
    left: 50%;
    width: 30px;
    height: 25px;
    color: #ffc800;
    font-size: 26px;
    text-align: center;
    transform: translate(-50%, 0);
}

.about-card-name {
    margin: 30px 20px;
    text-align: center;
}

.about-card-name h2 {
    font-size: 22px;
    font-family: "jinbuti";
}

.about-card-name p {
    font-size: 15px;
    opacity: 0.8;
}

.about-card-carrier {
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.about-card-carrier ul {
    display: block;
    overflow: hidden;
}

.about-card-carrier ul li {
    width: 20%;
    float: left;
}

.about-card-carrier ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    background-size: 40px;
    opacity: 0.7;
}

.about-card-carrier ul li a:hover {
    opacity: 1;
}

.about-card-carrier .about-icon-qq {
    background-image: url(../img/icon/icon-qq.png);
    background-position: center;
    background-repeat: no-repeat;
}

.about-card-carrier .about-icon-bili {
    background-image: url(../img/icon/icon-bili.png);
    background-position: center;
    background-repeat: no-repeat;
}

.about-card-carrier .about-icon-douyin {
    background-image: url(../img/icon/icon-douyin.png);
    background-position: center;
    background-repeat: no-repeat;
}

.about-card-carrier .about-icon-weixin {
    background-image: url(../img/icon/icon-weixin.png);
    background-position: center;
    background-repeat: no-repeat;
}

.about-card-carrier .about-icon-kuaishou {
    background-image: url(../img/icon/icon-kuaishou.png);
    background-position: center;
    background-repeat: no-repeat;
}

.about-card .card-footer {
    background-color: #fff;
    border-top: 1px solid rgb(0 0 0 / 5%);
    padding: 20px 0;
}

.about-card .card-footer table {
    font-size: 14px;
}

.about-card .card-footer td {
    border-right: 1px solid rgb(0 0 0 / 5%);
}

.about-card .card-footer td:last-child {
    border-right: none;
}

.about-card .card-footer td span {
    margin-bottom: 12px !important;
}

.about-card .card-footer td b {
    font-family: "jinbuti";
}

/*************************************
*  侧边栏搜索框开始
************************************/
.side-search {
    padding: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.side-search form {
    position: relative;
    margin: 0 auto;
}

.side-search input {
    width: 100%;
    height: 42px;
    background: #ecf5ff;
    padding-left: 15px;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 12px;
}

.side-search button {
    height: 26px;
    width: 26px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #427ff1;
    cursor: pointer;
    border-radius: 5px;
    line-height: 26px;
}

.side-search button::before {
    content: "\eb03";
    font-family: iconfont;
    color: #ffffff;
    font-size: 20px;
}

.side-srarch-tag {
    padding: 20px;
}

.side-srarch-tag ul {
    display: block;
    overflow: hidden;
}

.side-srarch-tag ul li {
    float: left;
    /* width: 25%; */
    position: relative;
    padding-left: 15px;
    line-height: 2.5;
    margin-right: 10px;
}

.side-srarch-tag ul li a {
    color: rgba(0, 0, 0, 0.5);
}

.side-srarch-tag ul li::before {
    content: "#";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0.5);
}

.side-srarch-tag ul li:hover::before,
.side-srarch-tag ul li:hover a {
    color: #2254F4;
}

/*************************************
*  侧边栏阅读排行开始
************************************/
.side-toplist {
    margin: 0;
}

.side-toplist ul {
    margin: 0;
}

.side-toplist ul li {
    position: relative;
    padding: 12px 15px;
    border-bottom: 1px dotted #f2f2f2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    width: 100%;
    margin-bottom: 0;
    padding-left: 45px;
}

.side-toplist ul li a {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.side-toplist ul li span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
}

.side-toplist ul li::before {
    position: absolute;
    content: " ";
    color: rgba(0, 0, 0, 0.6);
    top: 50%;
    left: 0;
    margin-left: 15px;
    transform: translate(-0%, -50%);
    font-size: 20px;
    font-family: "jinbuti";
}

.side-toplist ul li:nth-child(1)::before {
    content: "①";
    color: #F64444;
}

.side-toplist ul li:nth-child(2)::before {
    content: "②";
    color: #E37933;
}

.side-toplist ul li:nth-child(3)::before {
    content: "③";
    color: #007BFF;
}

.side-toplist ul li:nth-child(4)::before {
    content: "④";
    color: #C444F6;
}

.side-toplist ul li:nth-child(5)::before {
    content: "⑤";
    color: #28A745;
}

.side-toplist ul li:nth-child(6)::before {
    content: "⑥";
}

.side-toplist ul li:nth-child(7)::before {
    content: "⑦";
}

.side-toplist ul li:nth-child(8)::before {
    content: "⑧";
}

.side-toplist ul li:nth-child(9)::before {
    content: "⑨";
}

.side-toplist ul li:nth-child(10)::before {
    content: "⑩";
}

.side-toplist ul li span {
    color: rgba(0, 0, 0, 0.5);
}


/*************************************
*  侧边栏友情链接开始
************************************/

.side-links {
    margin: 0;
}

.side-links ul {
    display: block;
    overflow: hidden;
    text-align: center;
}

.side-links ul li {
    width: 50%;
    float: left;
    padding: 10px 15px;
    border-right: 1px dotted #f2f2f2;
    border-bottom: 1px dotted #f2f2f2;
}

.side-links ul li:nth-child(2),
.side-links ul li:nth-child(4),
.side-links ul li:nth-child(6),
.side-links ul li:nth-child(8),
.side-links ul li:nth-child(10),
.side-links ul li:nth-child(11) {
    border-right: none;
}

.side-links ul li:nth-child(11) {
    width: 100%;
}

/*************************************
*  侧边栏广而告之开始
************************************/
.side-gegz {
    margin: 10px;
}

.side-gegz a {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
}

.side-gegz img {
    width: 100%;
    transition: all 0.3s ease;
}

.side-gegz a:hover img {
    transform: scale(1.2)
}

/*************************************
*  网站通用底部开始
************************************/
.bottom-body {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: center;
}

.bottom-body .menu {
    margin-bottom: 10px;
    font-family: "jinbuti";
}

.bottom-body .menu span {
    margin-right: 15px;
    position: relative;
}

.bottom-body .menu span:last-child {
    margin-right: 0;
}

.bottom-body .menu span::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 6px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    top: 50%;
    right: -12px;
    transform: translate(-0%, -50%);
}

.bottom-body .menu span:last-child::before {
    display: none;
}

.bottom-body .copyright span {
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 15px;
    margin-bottom: 0;
}

.bottom-body .copyright span:last-child {
    margin-right: 0px;
}

.bottom-body .copyright span::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    top: 50%;
    right: -10px;
    transform: translate(-0%, -50%);
}

.bottom-body .copyright span:last-child::before {
    width: 0;
    height: 0;
}

.bottom-body .copyright span a {
    font-family: "jinbuti";
    color: rgba(0, 0, 0, 0.6);
}

.bottom-body .copyright span a:hover {
    color: #2254F4;
}

/*************************************
*  bootstrap 样式修改
************************************/
/*tooltip样式*/
.tooltip .tooltip-inner {
    padding: 12px 10px;
    backdrop-filter: blur(10px);
}

.tooltip .tooltip-inner img {
    border-radius: 5px;
}

/*输入框*/
.form-control:focus {
    box-shadow: none;
}

/*弹窗样式修改*/

.modal {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.modal-content {
    border: none;
    overflow: hidden;
    border-radius: 8px;
}

.modal-header {
    padding: 8px 15px;
}

.modal-header h5 {
    font-size: 18px;
    font-family: "jinbuti";
}

.modal-body {
    padding: 15px 15px 5px 15px;
    background-color: #f2f4f9;
}

.modal-body img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px auto;
}

.modal-body p {
    margin-bottom: 10px;
}

.modal-body strong {
    color: #f66;
    font-weight: bold;
}


/*************************************
*  更多通用代码
************************************/
/*隐藏或显示模块*/
.d-block {
    display: block !important;
}
.d-none{
    display: none !important;
}
/* 底部工具栏 */
.foot-tool {
    margin: 0;
}

.foot-tool button {
    position: fixed;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.5s ease;
    overflow: hidden;
}

.foot-tool i {
    font-size: 20px;
    margin-right: 0;
    display: block;
    width: 40px;
    height: 40px;
    color: #2254F4;
    overflow: hidden;
    line-height: 40px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: rgba(44, 101, 144, 0.1) 0px 0px 20px 0px;
}

.foot-tool i:hover {
    background-color: #2254F4;
    color: #ffffff;
    width: 50px;
}

/* 网站设置按钮位置 */
.site-set {
    bottom: 20px;
}

/* 会员中心按钮位置 */
.site-user {
    bottom: 70px;
}

/* 返回顶部按钮位置 */
#backToTop {
    opacity: 0;
    position: fixed;
    bottom: 80px;
}

/*打赏弹窗*/
.modal-dashang {
    margin: 0;
}

.moadl-dashang-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: inherit;
    margin-bottom: 20px;
}

.moadl-dashang-menu .active {
    position: relative;
    color: #2254F4;
    border-bottom: 2px solid #2254F4;
}

.moadl-dashang-menu .active::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -0%);
    border-bottom: 3px solid #2254F4;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
}

.moadl-dashang-menu a {
    margin-right: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}

.moadl-dashang-menu a:nth-child(1) {
    color: #2d8d3d;
}

.moadl-dashang-menu a:nth-child(2) {
    color: #1296DB;
}

.moadl-dashang-menu a:last-child {
    margin-right: 0;
}

.moadl-dashang-menu a:nth-child(1) i {
    color: #2d8d3d;
}

.moadl-dashang-menu a:nth-child(2) i {
    color: #1296DB;
}

/*会员中心弹窗*/

.modal-user {
    padding: 0;
    padding-bottom: 0;
}

.modal-user .input-group {
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
}

.modal-user .input-group span {
    border: none;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 12px;
    border-right: 1px solid #f7f7f7;
}

.modal-user .input-group input {
    border: none;
    background-color: #ffffff;
}

.modal-user .input-group textarea {
    box-shadow: none;
    border: none;
    width: 100%;
    background-color: #ffffff;
}

.modal-user .input-group img {
    height: 37px;
    border-radius: 0 5px 5px 0;
    margin: 0 !important;
}

.modal-user .modal-user-btn {
    width: 100%;
    background-color: #2254F4;
    color: #ffffff;
    border-radius: 5px;
    padding: .375em 0;
    transition: all 0.3s ease;
}

.modal-user .modal-user-btn:hover {
    background-color: #F64444;
}

/*************************************
*  响应式代码
************************************/
@media screen and (max-width: 992px) {
    .sm-none {
        display: none !important;
    }
    .sm-block {
        display: block !important;
    }
    .banner img {
        width: 100%!important;
        height: 100%!important;
    }
    .carousel-inner{
        width: 100%!important;
        height:max-content!important;
    }
    .list-item-default-more,
    .list-item-default-data ul li:last-child,
    .list-item-default-body .conter,
    .list-item-text ul li span,
    .list-item-big-body .desc,
    .list-title p,
    .page-list ul li .home,
    .page-list ul li .end,
    .page-list ul li .prev,
    .page-list ul li .next,
    .article-tag,
    .page-menu,
    .article-title .data span:nth-child(2) {
        display: none !important;
    }
    .list-item-default-title h2 {
        line-height: 1.5;
    }
    .list-item-default-title a{
        display: contents!important;
        white-space: unset!important;
        width: 100%!important;
    }
    .list-item-default-body .images {
        width: 100%;
        height: 100%;
    }
    .list-item-default-body img {
        width: 100%;
        min-width: 100%;
        height: 100%;
    }
    .list-item-text ul li a {
        width: 100%;
    }
    .list-item-big-wrap {
        bottom: -65px;
    }
    .list-item-big-body .title h2 {
        line-height: 1.5;
    }
    .list-item-big-body .data {
        margin-bottom: 0;
    }
    .text-list .row .col-12:nth-child(2) .text-list-box {
        margin-top: 15px;
    }
    .bottom-body .copyright {
        display: block;
        overflow: hidden;
    }
    .bottom-body .copyright span {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .bottom-body .copyright span:last-child {
        margin-bottom: 0;
    }
    .list-title h2 {
        text-align: center;
        margin-bottom: 0;
    }
    .article {
        padding-bottom: 5px;
    }
    .comments-form {
        padding-bottom: 20px;
    }
    .comments-form .pr-0 {
        padding-right: 15px !important;
    }
    .page-title h2 {
        font-size: 34px;
    }
}
@charset"UTF-8";

/*!* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden*/
.animated {
    animation-duration:.5s;
    animation-fill-mode:both
}
.animated.infinite {
    animation-iteration-count:infinite
}
.animated.hinge-hastrans {
    animation-duration:2s
}
.animated.flipOutX-hastrans, .animated.flipOutY-hastrans, .animated.bounceIn-hastrans, .animated.bounceOut-hastrans {
    animation-duration:.75s
}
@keyframes bounce-hastrans {
    from, 20%, 53%, 80%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1);
        transform:translate(-50%, 0);
        transform:translate3d(-50%, 0, 0)
    }
    40%, 43% {
        animation-timing-function:cubic-bezier(.755, .05, .855, .06);
        transform:translate(-50%, -67%);
        transform:translate3d(-50%, -67%, 0)
    }
    70% {
        animation-timing-function:cubic-bezier(.755, .05, .855, .06);
        transform:translate(-50%, -58%);
        transform:translate3d(-50%, -58%, 0)
    }
    90% {
        transform:translate(-50%, -52%);
        transform:translate3d(-50%, -52%, 0)
    }
    100% {
        transform:translate(-50%, -50%);
        transform:translate3d(-50%, -50%, 0)
    }
}
.bounce-hastrans {
    animation-name:bounce-hastrans;
    transform-origin:center bottom
}
@keyframes flash-hastrans {
    from, 50%, to {
        opacity:1
    }
    25%, 75% {
        opacity:0
    }
}
.flash-hastrans {
    animation-name:flash-hastrans
}
@keyframes pulse-hastrans {
    from {
        transform:scale3d(1, 1, 1) translate(-50%, -50%) translate3d(-50%, -50%, 0)
    }
    50% {
        transform:scale3d(1.05, 1.05, 1.05) translate(-50%, -50%) translate3d(-50%, -50%, 0)
    }
    to {
        transform:scale3d(1, 1, 1) translate(-50%, -50%) translate3d(-50%, -50%, 0)
    }
}
.pulse-hastrans {
    animation-name:pulse-hastrans;
    transform-origin:0 0
}
@keyframes rubberBand-hastrans {
    from {
        transform:scale3d(1, 1, 1) translate(-50%, -50%) translate3d(-50%, -50%, 0)
    }
    30% {
        transform:scale3d(1.25, .75, 1) translate(-50%, -50%) translate3d(-50%, -50%, 0)
    }
    40% {
        transform:scale3d(.75, 1.25, 1) translate(-50%, -50%) translate3d(-50%, -50%, 0)
    }
    50% {
        transform:scale3d(1.15, .85, 1) translate(-50%, -50%) translate3d(-50%, -50%, 0)
    }
    65% {
        transform:scale3d(.95, 1.05, 1) translate(-50%, -50%) translate3d(-50%, -50%, 0)
    }
    75% {
        transform:scale3d(1.05, .95, 1) translate(-50%, -50%) translate3d(-50%, -50%, 0)
    }
    to {
        transform:scale3d(1, 1, 1) translate(-50%, -50%) translate3d(-50%, -50%, 0)
    }
}
.rubberBand-hastrans {
    animation-name:rubberBand-hastrans;
    transform-origin:0 0
}
@keyframes shake-hastrans {
    from, to {
        transform:translate3d(-50%, -50%, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform:translate3d(-54px, -50%, 0)
    }
    20%, 40%, 60%, 80% {
        transform:translate3d(-46%, -50%, 0)
    }
    100% {
        transform:translate3d(-50%, -50%, 0)
    }
}
.shake-hastrans {
    animation-name:shake-hastrans
}
@keyframes headShake-hastrans {
    0% {
        transform:translate3d(-50%, -50%, 0)
    }
    6.5% {
        transform:rotateY(-9deg) translate3d(-53%, -50%, 0)
    }
    18.5% {
        transform:rotateY(7deg) translate3d(-47.5%, -50%, 0)
    }
    31.5% {
        transform:rotateY(-5deg) translate3d(-51.5%, -50%, 0)
    }
    43.5% {
        transform:rotateY(3deg) translate3d(-49%, -50%, 0)
    }
    50% {
        transform:translate3d(-50%, -50%, 0)
    }
}
.headShake-hastrans {
    animation-timing-function:ease-in-out;
    animation-name:headShake-hastrans
}
@keyframes swing-hastrans {
    20% {
        transform:rotate3d(0, 0, 1, 15deg) translate3d(-50%, -50%, 0)
    }
    40% {
        transform:rotate3d(0, 0, 1, -10deg) translate3d(-50%, -50%, 0)
    }
    60% {
        transform:rotate3d(0, 0, 1, 5deg) translate3d(-50%, -50%, 0)
    }
    80% {
        transform:rotate3d(0, 0, 1, -5deg) translate3d(-50%, -50%, 0)
    }
    to {
        transform:rotate3d(0, 0, 1, 0deg) translate3d(-50%, -50%, 0)
    }
}
.swing-hastrans {
    transform-origin:top center;
    animation-name:swing-hastrans;
    transform-origin:0 0
}
@keyframes tada-hastrans {
    from {
        transform:scale3d(1, 1, 1) translate3d(-50%, -50%, 0)
    }
    10%, 20% {
        transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg) translate3d(-50%, -50%, 0)
    }
    30%, 50%, 70%, 90% {
        transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg) translate3d(-50%, -50%, 0)
    }
    40%, 60%, 80% {
        transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg) translate3d(-50%, -50%, 0)
    }
    to {
        transform:scale3d(1, 1, 1) translate3d(-50%, -50%, 0)
    }
}
.tada-hastrans {
    animation-name:tada-hastrans;
    transform-origin:0 0
}
@keyframes wobble-hastrans {
    from {
        transform:none
    }
    15% {
        transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg) translate3d(-50%, -50%, 0)
    }
    30% {
        transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg) translate3d(-50%, -50%, 0)
    }
    45% {
        transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg) translate3d(-50%, -50%, 0)
    }
    60% {
        transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg) translate3d(-50%, -50%, 0)
    }
    75% {
        transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg) translate3d(-50%, -50%, 0)
    }
    to {
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
}
.wobble-hastrans {
    animation-name:wobble-hastrans
}
@keyframes jello-hastrans {
    from, 11.1%, to {
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
    22.2% {
        transform:skewX(-12.5deg) skewY(-12.5deg) translate3d(-50%, -50%, 0)
    }
    33.3% {
        transform:skewX(6.25deg) skewY(6.25deg) translate3d(-50%, -50%, 0)
    }
    44.4% {
        transform:skewX(-3.125deg) skewY(-3.125deg) translate3d(-50%, -50%, 0)
    }
    55.5% {
        transform:skewX(1.5625deg) skewY(1.5625deg) translate3d(-50%, -50%, 0)
    }
    66.6% {
        transform:skewX(-0.78125deg) skewY(-0.78125deg) translate3d(-50%, -50%, 0)
    }
    77.7% {
        transform:skewX(0.390625deg) skewY(0.390625deg) translate3d(-50%, -50%, 0)
    }
    88.8% {
        transform:skewX(-0.1953125deg) skewY(-0.1953125deg) translate3d(-50%, -50%, 0)
    }
}
.jello-hastrans {
    animation-name:jello-hastrans;
    transform-origin:center
}
@keyframes bounceIn-hastrans {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity:0;
        transform:scale3d(.3, .3, .3) translate3d(-50%, -50%, 0)
    }
    20% {
        transform:scale3d(1.1, 1.1, 1.1) translate3d(-50%, -50%, 0)
    }
    40% {
        transform:scale3d(.9, .9, .9) translate3d(-50%, -50%, 0)
    }
    60% {
        opacity:1;
        transform:scale3d(1.03, 1.03, 1.03) translate3d(-50%, -50%, 0)
    }
    80% {
        transform:scale3d(.97, .97, .97) translate3d(-50%, -50%, 0)
    }
    to {
        opacity:1;
        transform:scale3d(1, 1, 1) translate3d(-50%, -50%, 0)
    }
}
.bounceIn-hastrans {
    animation-name:bounceIn-hastrans;
    transform-origin:0 0
}
@keyframes bounceInDown-hastrans {
    from, 60%, 75%, 90%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity:0;
        transform:translate3d(-50%, -3000px, 0)
    }
    60% {
        opacity:1;
        transform:translate3d(-50%, -30%, 0)
    }
    75% {
        transform:translate3d(-50%, -70%, 0)
    }
    90% {
        transform:translate3d(-50%, -54%, 0)
    }
    to {
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
}
.bounceInDown-hastrans {
    animation-name:bounceInDown-hastrans
}
@keyframes bounceInLeft-hastrans {
    from, 60%, 75%, 90%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity:0;
        transform:translate3d(-3000px, -50%, 0)
    }
    60% {
        opacity:1;
        transform:translate3d(-30%, -50%, 0)
    }
    75% {
        transform:translate3d(-70%, -50%, 0)
    }
    90% {
        transform:translate3d(-54%, -50%, 0)
    }
    to {
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
}
.bounceInLeft-hastrans {
    animation-name:bounceInLeft-hastrans
}
@keyframes bounceInRight-hastrans {
    from, 60%, 75%, 90%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity:0;
        transform:translate3d(3000px, -50%, 0)
    }
    60% {
        opacity:1;
        transform:translate3d(-70%, -50%, 0)
    }
    75% {
        transform:translate3d(-30%, -50%, 0)
    }
    90% {
        transform:translate3d(-46%, -50%, 0)
    }
    to {
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
}
.bounceInRight-hastrans {
    animation-name:bounceInRight-hastrans
}
@keyframes bounceInUp-hastrans {
    from, 60%, 75%, 90%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity:0;
        transform:translate3d(-50%, 3000px, 0)
    }
    60% {
        opacity:1;
        transform:translate3d(-50%, -70px, 0)
    }
    75% {
        transform:translate3d(-50%, -30px, 0)
    }
    90% {
        transform:translate3d(-50%, -46px, 0)
    }
    to {
        transform:translate3d(-50%, -50%, 0)
    }
}
.bounceInUp-hastrans {
    animation-name:bounceInUp-hastrans
}
@keyframes bounceOut-hastrans {
    20% {
        transform:scale3d(.9, .9, .9) translate3d(-50%, -50%, 0)
    }
    50%, 55% {
        opacity:1;
        transform:scale3d(1.1, 1.1, 1.1) translate3d(-50%, -50%, 0)
    }
    to {
        opacity:0;
        transform:scale3d(.3, .3, .3) translate3d(-50%, -50%, 0)
    }
}
.bounceOut-hastrans {
    animation-name:bounceOut-hastrans;
    transform-origin:0 0
}
@keyframes bounceOutDown-hastrans {
    20% {
        transform:translate3d(-50%, -40%, 0)
    }
    40%, 45% {
        opacity:1;
        transform:translate3d(-50%, -60%, 0)
    }
    to {
        opacity:0;
        transform:translate3d(-50%, 3000px, 0)
    }
}
.bounceOutDown-hastrans {
    animation-name:bounceOutDown-hastrans
}
@keyframes bounceOutLeft-hastrans {
    20% {
        opacity:1;
        transform:translate3d(-40%, -50%, 0)
    }
    to {
        opacity:0;
        transform:translate3d(-2000px, -50%, 0)
    }
}
.bounceOutLeft-hastrans {
    animation-name:bounceOutLeft-hastrans
}
@keyframes bounceOutRight-hastrans {
    20% {
        opacity:1;
        transform:translate3d(-60%, -50%, 0)
    }
    to {
        opacity:0;
        transform:translate3d(2000px, -50%, 0)
    }
}
.bounceOutRight-hastrans {
    animation-name:bounceOutRight-hastrans
}
@keyframes bounceOutUp-hastrans {
    20% {
        transform:translate3d(-50%, -60%, 0)
    }
    40%, 45% {
        opacity:1;
        transform:translate3d(-50%, -40%, 0)
    }
    to {
        opacity:0;
        transform:translate3d(-50%, -2000px, 0)
    }
}
.bounceOutUp-hastrans {
    animation-name:bounceOutUp-hastrans
}
@keyframes fadeIn-hastrans {
    from {
        opacity:0;
        transform:translate(-50%, -50%);
        transform:translate3d(-50%, -50%, 0)
    }
    to {
        opacity:1;
        transform:translate(-50%, -50%);
        transform:translate3d(-50%, -50%, 0)
    }
}
.fadeIn-hastrans {
    animation-name:fadeIn-hastrans
}
@keyframes fadeInDown-hastrans {
    from {
        opacity:0;
        transform:translate3d(-50%, 100%, 0)
    }
    to {
        opacity:1;
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
}
.fadeInDown-hastrans {
    animation-name:fadeInDown-hastrans
}
@keyframes fadeInDownBig-hastrans {
    from {
        opacity:0;
        transform:translate3d(-50%, -2000px, 0)
    }
    to {
        opacity:1;
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
}
.fadeInDownBig-hastrans {
    animation-name:fadeInDownBig-hastrans
}
@keyframes fadeInLeft-hastrans {
    from {
        opacity:0;
        transform:translate3d(-100%, -50%, 0)
    }
    to {
        opacity:1;
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
}
.fadeInLeft-hastrans {
    animation-name:fadeInLeft-hastrans
}
@keyframes fadeInLeftBig-hastrans {
    from {
        opacity:0;
        transform:translate3d(-2000px, -50%, 0)
    }
    to {
        opacity:1;
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
}
.fadeInLeftBig-hastrans {
    animation-name:fadeInLeftBig-hastrans
}
@keyframes fadeInRight-hastrans {
    from {
        opacity:0;
        transform:translate3d(100%, -50%, 0)
    }
    to {
        opacity:1;
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
}
.fadeInRight-hastrans {
    animation-name:fadeInRight-hastrans
}
@keyframes fadeInRightBig-hastrans {
    from {
        opacity:0;
        transform:translate3d(2000px, -50%, 0)
    }
    to {
        opacity:1;
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
}
.fadeInRightBig-hastrans {
    animation-name:fadeInRightBig-hastrans
}
@keyframes fadeInUp-hastrans {
    from {
        opacity:0;
        transform:translate3d(-50%, 100%, 0)
    }
    to {
        opacity:1;
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
}
.fadeInUp-hastrans {
    animation-name:fadeInUp-hastrans
}
@keyframes fadeInUpBig-hastrans {
    from {
        opacity:0;
        transform:translate3d(-50%, 2000px, 0)
    }
    to {
        opacity:1;
        transform:none;
        transform:translate3d(-50%, -50%, 0)
    }
}
.fadeInUpBig-hastrans {
    animation-name:fadeInUpBig-hastrans
}
@keyframes fadeOut-hastrans {
    from {
        opacity:1;
        transform:translate(-50%, -50%);
        transform:translate3d(-50%, -50%, 0)
    }
    to {
        opacity:0;
        transform:translate(-50%, -50%);
        transform:translate3d(-50%, -50%, 0)
    }
}
.fadeOut-hastrans {
    animation-name:fadeOut-hastrans
}
@keyframes fadeOutDown-hastrans {
    from {
        opacity:1;
        transform:translate3d(-50%, -50%, 0)
    }
    to {
        opacity:0;
        transform:translate3d(-50%, 100%, 0)
    }
}
.fadeOutDown-hastrans {
    animation-name:fadeOutDown-hastrans
}
@keyframes fadeOutDownBig-hastrans {
    from {
        opacity:1;
        transform:translate3d(-50%, -50%, 0)
    }
    to {
        opacity:0;
        transform:translate3d(-50%, 2000px, 0)
    }
}
.fadeOutDownBig-hastrans {
    animation-name:fadeOutDownBig-hastrans
}
@keyframes fadeOutLeft-hastrans {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(-100%, -50%, 0)
    }
}
.fadeOutLeft-hastrans {
    animation-name:fadeOutLeft-hastrans
}
@keyframes fadeOutLeftBig-hastrans {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(-2000px, -50%, 0)
    }
}
.fadeOutLeftBig-hastrans {
    animation-name:fadeOutLeftBig-hastrans
}
@keyframes fadeOutRight-hastrans {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(100%, -50%, 0)
    }
}
.fadeOutRight-hastrans {
    animation-name:fadeOutRight-hastrans
}
@keyframes fadeOutRightBig-hastrans {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(2000px, -50%, 0)
    }
}
.fadeOutRightBig-hastrans {
    animation-name:fadeOutRightBig-hastrans
}
@keyframes fadeOutUp-hastrans {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(-50%, -100%, 0)
    }
}
.fadeOutUp-hastrans {
    animation-name:fadeOutUp-hastrans
}
@keyframes fadeOutUpBig-hastrans {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(-50%, -2000px, 0)
    }
}
.fadeOutUpBig-hastrans {
    animation-name:fadeOutUpBig-hastrans
}
@keyframes flip-hastrans {
    from {
        transform:perspective(400px) rotate3d(0, 1, 0, -360deg) translate3d(-50%, -50%, 0);
        animation-timing-function:ease-out
    }
    40% {
        transform:perspective(400px) translate3d(-50%, -50%, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function:ease-out
    }
    50% {
        transform:perspective(400px) translate3d(-50%, -50%, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function:ease-in
    }
    80% {
        transform:perspective(400px) scale3d(.95, .95, .95) translate3d(-50%, -50%, 0);
        animation-timing-function:ease-in
    }
    to {
        transform:perspective(400px) translate3d(-50%, -50%, 0);
        animation-timing-function:ease-in
    }
}
.animated.flip-hastrans {
    -webkit-backface-visibility:visible;
    backface-visibility:visible;
    animation-name:flip-hastrans
}
@keyframes flipInX-hastrans {
    from {
        transform:perspective(400px) rotate3d(1, 0, 0, 90deg) translate(-50%, -50%) translate3d(-50%, -50%, 0);
        animation-timing-function:ease-in;
        opacity:0
    }
    40% {
        transform:perspective(400px) rotate3d(1, 0, 0, -20deg) translate(-50%, -50%) translate3d(-50%, -50%, 0);
        animation-timing-function:ease-in
    }
    60% {
        transform:perspective(400px) rotate3d(1, 0, 0, 10deg) translate(-50%, -50%) translate3d(-50%, -50%, 0);
        opacity:1
    }
    80% {
        transform:perspective(400px) rotate3d(1, 0, 0, -5deg) translate(-50%, -50%) translate3d(-50%, -50%, 0)
    }
    to {
        transform:perspective(400px) translate(-50%, -50%) translate3d(-50%, -50%, 0)
    }
}
.flipInX-hastrans {
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important;
    animation-name:flipInX-hastrans
}
@keyframes flipInY-hastrans {
    from {
        transform:perspective(400px) rotate3d(0, 1, 0, 90deg) translate3d(-50%, -50%, 0);
        animation-timing-function:ease-in;
        opacity:0
    }
    40% {
        transform:perspective(400px) rotate3d(0, 1, 0, -20deg) translate3d(-50%, -50%, 0);
        animation-timing-function:ease-in
    }
    60% {
        transform:perspective(400px) rotate3d(0, 1, 0, 10deg) translate3d(-50%, -50%, 0);
        opacity:1
    }
    80% {
        transform:perspective(400px) rotate3d(0, 1, 0, -5deg) translate3d(-50%, -50%, 0)
    }
    to {
        transform:perspective(400px) translate3d(-50%, -50%, 0)
    }
}
.flipInY-hastrans {
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important;
    animation-name:flipInY-hastrans
}
@keyframes flipOutX-hastrans {
    from {
        transform:perspective(400px) translate3d(-50%, -50%, 0)
    }
    30% {
        transform:perspective(400px) rotate3d(1, 0, 0, -20deg) translate3d(-50%, -50%, 0);
        opacity:1
    }
    to {
        transform:perspective(400px) rotate3d(1, 0, 0, 90deg) translate3d(-50%, -50%, 0);
        opacity:0
    }
}
.flipOutX-hastrans {
    animation-name:flipOutX-hastrans;
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important
}
@keyframes flipOutY-hastrans {
    from {
        transform:perspective(400px) translate3d(-50%, -50%, 0)
    }
    30% {
        transform:perspective(400px) rotate3d(0, 1, 0, -15deg) translate3d(-50%, -50%, 0);
        opacity:1
    }
    to {
        transform:perspective(400px) rotate3d(0, 1, 0, 90deg) translate3d(-50%, -50%, 0);
        opacity:0
    }
}
.flipOutY-hastrans {
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important;
    animation-name:flipOutY-hastrans
}
@keyframes lightSpeedIn-hastrans {
    from {
        transform:translate3d(100%, -50%, 0) skewX(-30deg);
        opacity:0
    }
    60% {
        transform:skewX(20deg) translate3d(10%, -50%, 0);
        opacity:1
    }
    80% {
        transform:skewX(-5deg) translate3d(-30%, -50%, 0);
        opacity:1
    }
    to {
        transform:none;
        transform:translate3d(-50%, -50%, 0);
        opacity:1
    }
}
.lightSpeedIn-hastrans {
    animation-name:lightSpeedIn-hastrans;
    animation-timing-function:ease-out
}
@keyframes lightSpeedOut-hastrans {
    from {
        transform:translate3d(-50%, -50%, 0);
        opacity:1
    }
    to {
        transform:translate3d(100%, -50%, 0) skewX(30deg);
        opacity:0
    }
}
.lightSpeedOut-hastrans {
    animation-name:lightSpeedOut-hastrans;
    animation-timing-function:ease-in
}
@keyframes rotateIn-hastrans {
    from {
        transform-origin:50% 0;
        transform:rotate3d(0, 0, 1, -200deg) translate3d(-50%, -50%, 0);
        opacity:0
    }
    to {
        transform-origin:50% 0;
        transform:none;
        transform:translate3d(-50%, -50%, 0);
        opacity:1
    }
}
.rotateIn-hastrans {
    animation-name:rotateIn-hastrans
}
@keyframes rotateInDownLeft-hastrans {
    from {
        transform-origin:left bottom;
        transform:rotate3d(0, 0, 1, -45deg) translate3d(-50%, -50%, 0);
        opacity:0
    }
    to {
        transform-origin:left bottom;
        transform:none;
        transform:translate3d(-50%, -50%, 0);
        opacity:1
    }
}
.rotateInDownLeft-hastrans {
    animation-name:rotateInDownLeft-hastrans
}
@keyframes rotateInDownRight-hastrans {
    from {
        transform-origin:right bottom;
        transform:rotate3d(0, 0, 1, 45deg) translate3d(-50%, -50%, 0);
        opacity:0
    }
    to {
        transform-origin:right bottom;
        transform:none;
        transform:translate3d(-50%, -50%, 0);
        opacity:1
    }
}
.rotateInDownRight-hastrans {
    animation-name:rotateInDownRight-hastrans
}
@keyframes rotateInUpLeft-hastrans {
    from {
        transform-origin:left bottom;
        transform:rotate3d(0, 0, 1, 45deg) translate3d(-50%, -50%, 0);
        opacity:0
    }
    to {
        transform-origin:left bottom;
        transform:none;
        transform:translate3d(-50%, -50%, 0);
        opacity:1
    }
}
.rotateInUpLeft-hastrans {
    animation-name:rotateInUpLeft-hastrans
}
@keyframes rotateInUpRight-hastrans {
    from {
        transform-origin:right bottom;
        transform:rotate3d(0, 0, 1, -90deg) translate3d(-50%, -50%, 0);
        opacity:0
    }
    to {
        transform-origin:right bottom;
        transform:none;
        transform:translate3d(-50%, -50%, 0);
        opacity:1
    }
}
.rotateInUpRight-hastrans {
    animation-name:rotateInUpRight-hastrans
}
@keyframes rotateOut-hastrans {
    from {
        transform-origin:center;
        opacity:1
    }
    to {
        transform-origin:center;
        transform:rotate3d(0, 0, 1, 200deg);
        opacity:0
    }
}
.rotateOut-hastrans {
    animation-name:rotateOut-hastrans
}
@keyframes rotateOutDownLeft-hastrans {
    from {
        transform-origin:left bottom;
        opacity:1
    }
    to {
        transform-origin:left bottom;
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
}
.rotateOutDownLeft-hastrans {
    animation-name:rotateOutDownLeft-hastrans
}
@keyframes rotateOutDownRight-hastrans {
    from {
        transform-origin:right bottom;
        opacity:1
    }
    to {
        transform-origin:right bottom;
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
}
.rotateOutDownRight-hastrans {
    animation-name:rotateOutDownRight-hastrans
}
@keyframes rotateOutUpLeft-hastrans {
    from {
        transform-origin:left bottom;
        opacity:1
    }
    to {
        transform-origin:left bottom;
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
}
.rotateOutUpLeft-hastrans {
    animation-name:rotateOutUpLeft-hastrans
}
@keyframes rotateOutUpRight-hastrans {
    from {
        transform-origin:right bottom;
        opacity:1
    }
    to {
        transform-origin:right bottom;
        transform:rotate3d(0, 0, 1, 90deg);
        opacity:0
    }
}
.rotateOutUpRight-hastrans {
    animation-name:rotateOutUpRight-hastrans
}
@keyframes hinge-hastrans {
    0% {
        transform-origin:top left;
        animation-timing-function:ease-in-out
    }
    20%, 60% {
        transform:rotate3d(0, 0, 1, 80deg);
        transform-origin:top left;
        animation-timing-function:ease-in-out
    }
    40%, 80% {
        transform:rotate3d(0, 0, 1, 60deg);
        transform-origin:top left;
        animation-timing-function:ease-in-out;
        opacity:1
    }
    to {
        transform:translate3d(0, 700px, 0);
        opacity:0
    }
}
.hinge-hastrans {
    animation-name:hinge-hastrans
}
@keyframes jackInTheBox-hastrans {
    from {
        opacity:0;
        transform:scale(.1) rotate(30deg) translate3d(-50%, -50%, 0);
        transform-origin:center bottom
    }
    50% {
        transform:rotate(-10deg) translate3d(-50%, -50%, 0)
    }
    70% {
        transform:rotate(3deg) translate3d(-50%, -50%, 0)
    }
    to {
        opacity:1;
        transform:scale(1) translate3d(-50%, -50%, 0)
    }
}
.jackInTheBox-hastrans {
    animation-name:jackInTheBox-hastrans;
    transform-origin:0 0
}
@keyframes rollIn-hastrans {
    from {
        opacity:0;
        transform:translate3d(-150%, -50%, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity:1;
        transform:none translate3d(-50%, -50%, 0)
    }
}
.rollIn-hastrans {
    animation-name:rollIn-hastrans
}
@keyframes rollOut-hastrans {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
.rollOut-hastrans {
    animation-name:rollOut-hastrans
}
@keyframes zoomIn-hastrans {
    from {
        opacity:0
    }
    50% {
        opacity:1;
        transform:scale3d(.3, .3, .3)
    }
    to {
        opacity:1
    }
}
.zoomIn-hastrans {
    animation-name:zoomIn-hastrans;
    transform-origin:-25% -25%
}
@keyframes zoomInDown-hastrans {
    from {
        opacity:0;
        transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInDown-hastrans {
    animation-name:zoomInDown-hastrans;
    transform:translate3d(-50%, -50%, 0)
}
@keyframes zoomInLeft-hastrans {
    from {
        opacity:0;
        transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInLeft-hastrans {
    animation-name:zoomInLeft-hastrans
}
@keyframes zoomInRight-hastrans {
    from {
        opacity:0;
        transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInRight-hastrans {
    animation-name:zoomInRight-hastrans
}
@keyframes zoomInUp-hastrans {
    from {
        opacity:0;
        transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInUp-hastrans {
    animation-name:zoomInUp-hastrans
}
@keyframes zoomOut-hastrans {
    from {
        opacity:1;
        transform:translate3d(-50%, -50%, 0)
    }
    50% {
        opacity:0;
        transform:scale3d(.3, .3, .3) translate3d(-50%, -50%, 0)
    }
    to {
        opacity:0;
        transform:translate3d(-50%, -50%, 0)
    }
}
.zoomOut-hastrans {
    animation-name:zoomOut-hastrans;
    transform-origin:0 0
}
@keyframes zoomOutDown-hastrans {
    40% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(-50%, -60px, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity:0;
        transform:scale3d(.1, .1, .1) translate3d(-50%, 2000px, 0);
        transform-origin:center bottom;
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomOutDown-hastrans {
    animation-name:zoomOutDown-hastrans;
    transform-origin:0 0
}
@keyframes zoomOutLeft-hastrans {
    40% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(-50%, -50%, 0)
    }
    to {
        opacity:0;
        transform:scale(.1) translate3d(-2000px, -50%, 0);
        transform-origin:left center
    }
}
.zoomOutLeft-hastrans {
    animation-name:zoomOutLeft-hastrans
}
@keyframes zoomOutRight-hastrans {
    40% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(-50%, -50%, 0)
    }
    to {
        opacity:0;
        transform:scale(.1) translate3d(2000px, -50%, 0);
        transform-origin:right center
    }
}
.zoomOutRight-hastrans {
    animation-name:zoomOutRight-hastrans
}
@keyframes zoomOutUp-hastrans {
    40% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(-50%, -50%, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity:0;
        transform:scale3d(.1, .1, .1) translate3d(-50%, -2000px, 0);
        transform-origin:center bottom;
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomOutUp-hastrans {
    animation-name:zoomOutUp-hastrans
}
@keyframes slideInDown-hastrans {
    from {
        transform:translate3d(-50%, -100%, 0);
        visibility:visible
    }
    to {
        transform:translate3d(-50%, -50%, 0)
    }
}
.slideInDown-hastrans {
    animation-name:slideInDown-hastrans
}
@keyframes slideInLeft-hastrans {
    from {
        transform:translate3d(-100%, -50%, 0);
        visibility:visible
    }
    to {
        transform:translate3d(-50%, -50%, 0)
    }
}
.slideInLeft-hastrans {
    animation-name:slideInLeft-hastrans
}
@keyframes slideInRight-hastrans {
    from {
        transform:translate3d(100%, -50%, 0);
        visibility:visible
    }
    to {
        transform:translate3d(-50%, -50%, 0)
    }
}
.slideInRight-hastrans {
    animation-name:slideInRight-hastrans
}
@keyframes slideInUp-hastrans {
    from {
        transform:translate3d(-50%, 100%, 0);
        visibility:visible
    }
    to {
        transform:translate3d(-50%, -50%, 0)
    }
}
.slideInUp-hastrans {
    animation-name:slideInUp-hastrans
}
@keyframes slideOutDown-hastrans {
    from {
        transform:translate3d(-50%, -50%, 0)
    }
    to {
        visibility:hidden;
        transform:translate3d(-50%, 100%, 0)
    }
}
.slideOutDown-hastrans {
    animation-name:slideOutDown-hastrans
}
@keyframes slideOutLeft-hastrans {
    from {
        transform:translate3d(-50%, -50%, 0)
    }
    to {
        visibility:hidden;
        transform:translate3d(-100%, -50%, 0)
    }
}
.slideOutLeft-hastrans {
    animation-name:slideOutLeft-hastrans
}
@keyframes slideOutRight-hastrans {
    from {
        transform:translate3d(-50%, -50%, 0)
    }
    to {
        visibility:hidden;
        transform:translate3d(100%, -50%, 0)
    }
}
.slideOutRight-hastrans {
    animation-name:slideOutRight-hastrans
}
@keyframes slideOutUp-hastrans {
    from {
        transform:translate3d(-50%, -50%, 0)
    }
    to {
        visibility:hidden;
        transform:translate3d(-50%, -100%, 0)
    }
}
.slideOutUp-hastrans {
    animation-name:slideOutUp-hastrans
}
@charset"UTF-8";

/*!* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden*/
.animated {
    animation-duration:1s;
    animation-fill-mode:both
}
.animated.infinite {
    animation-iteration-count:infinite
}
.animated.hinge {
    animation-duration:2s
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration:.75s
}
@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1);
        transform:translate3d(0, 0, 0)
    }
    40%, 43% {
        animation-timing-function:cubic-bezier(.755, .05, .855, .06);
        transform:translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function:cubic-bezier(.755, .05, .855, .06);
        transform:translate3d(0, -15px, 0)
    }
    90% {
        transform:translate3d(0, -4px, 0)
    }
}
.bounce {
    animation-name:bounce;
    transform-origin:center bottom
}
@keyframes flash {
    from, 50%, to {
        opacity:1
    }
    25%, 75% {
        opacity:0
    }
}
.flash {
    animation-name:flash
}
@keyframes pulse {
    from {
        transform:scale3d(1, 1, 1)
    }
    50% {
        transform:scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform:scale3d(1, 1, 1)
    }
}
.pulse {
    animation-name:pulse
}
@keyframes rubberBand {
    from {
        transform:scale3d(1, 1, 1)
    }
    30% {
        transform:scale3d(1.25, .75, 1)
    }
    40% {
        transform:scale3d(.75, 1.25, 1)
    }
    50% {
        transform:scale3d(1.15, .85, 1)
    }
    65% {
        transform:scale3d(.95, 1.05, 1)
    }
    75% {
        transform:scale3d(1.05, .95, 1)
    }
    to {
        transform:scale3d(1, 1, 1)
    }
}
.rubberBand {
    animation-name:rubberBand
}
@keyframes shake {
    from, to {
        transform:translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform:translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform:translate3d(10px, 0, 0)
    }
}
.shake {
    animation-name:shake
}
@keyframes headShake {
    0% {
        transform:translateX(0)
    }
    6.5% {
        transform:translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform:translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform:translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform:translateX(2px) rotateY(3deg)
    }
    50% {
        transform:translateX(0)
    }
}
.headShake {
    animation-timing-function:ease-in-out;
    animation-name:headShake
}
@keyframes swing {
    20% {
        transform:rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform:rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform:rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform:rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform:rotate3d(0, 0, 1, 0deg)
    }
}
.swing {
    transform-origin:top center;
    animation-name:swing
}
@keyframes tada {
    from {
        transform:scale3d(1, 1, 1)
    }
    10%, 20% {
        transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        transform:scale3d(1, 1, 1)
    }
}
.tada {
    animation-name:tada
}
@keyframes wobble {
    from {
        transform:none
    }
    15% {
        transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        transform:none
    }
}
.wobble {
    animation-name:wobble
}
@keyframes jello {
    from, 11.1%, to {
        transform:none
    }
    22.2% {
        transform:skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform:skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform:skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform:skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform:skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        transform:skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        transform:skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}
.jello {
    animation-name:jello;
    transform-origin:center
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity:0;
        transform:scale3d(.3, .3, .3)
    }
    20% {
        transform:scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform:scale3d(.9, .9, .9)
    }
    60% {
        opacity:1;
        transform:scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform:scale3d(.97, .97, .97)
    }
    to {
        opacity:1;
        transform:scale3d(1, 1, 1)
    }
}
.bounceIn {
    animation-name:bounceIn
}
@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity:0;
        transform:translate3d(0, -3000px, 0)
    }
    60% {
        opacity:1;
        transform:translate3d(0, 25px, 0)
    }
    75% {
        transform:translate3d(0, -10px, 0)
    }
    90% {
        transform:translate3d(0, 5px, 0)
    }
    to {
        transform:none
    }
}
.bounceInDown {
    animation-name:bounceInDown
}
@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity:0;
        transform:translate3d(-3000px, 0, 0)
    }
    60% {
        opacity:1;
        transform:translate3d(25px, 0, 0)
    }
    75% {
        transform:translate3d(-10px, 0, 0)
    }
    90% {
        transform:translate3d(5px, 0, 0)
    }
    to {
        transform:none
    }
}
.bounceInLeft {
    animation-name:bounceInLeft
}
@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity:0;
        transform:translate3d(3000px, 0, 0)
    }
    60% {
        opacity:1;
        transform:translate3d(-25px, 0, 0)
    }
    75% {
        transform:translate3d(10px, 0, 0)
    }
    90% {
        transform:translate3d(-5px, 0, 0)
    }
    to {
        transform:none
    }
}
.bounceInRight {
    animation-name:bounceInRight
}
@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity:0;
        transform:translate3d(0, 3000px, 0)
    }
    60% {
        opacity:1;
        transform:translate3d(0, -20px, 0)
    }
    75% {
        transform:translate3d(0, 10px, 0)
    }
    90% {
        transform:translate3d(0, -5px, 0)
    }
    to {
        transform:translate3d(0, 0, 0)
    }
}
.bounceInUp {
    animation-name:bounceInUp
}
@keyframes bounceOut {
    20% {
        transform:scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity:1;
        transform:scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity:0;
        transform:scale3d(.3, .3, .3)
    }
}
.bounceOut {
    animation-name:bounceOut
}
@keyframes bounceOutDown {
    20% {
        transform:translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity:1;
        transform:translate3d(0, -20px, 0)
    }
    to {
        opacity:0;
        transform:translate3d(0, 2000px, 0)
    }
}
.bounceOutDown {
    animation-name:bounceOutDown
}
@keyframes bounceOutLeft {
    20% {
        opacity:1;
        transform:translate3d(20px, 0, 0)
    }
    to {
        opacity:0;
        transform:translate3d(-2000px, 0, 0)
    }
}
.bounceOutLeft {
    animation-name:bounceOutLeft
}
@keyframes bounceOutRight {
    20% {
        opacity:1;
        transform:translate3d(-20px, 0, 0)
    }
    to {
        opacity:0;
        transform:translate3d(2000px, 0, 0)
    }
}
.bounceOutRight {
    animation-name:bounceOutRight
}
@keyframes bounceOutUp {
    20% {
        transform:translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity:1;
        transform:translate3d(0, 20px, 0)
    }
    to {
        opacity:0;
        transform:translate3d(0, -2000px, 0)
    }
}
.bounceOutUp {
    animation-name:bounceOutUp
}
@keyframes fadeIn {
    from {
        opacity:0
    }
    to {
        opacity:1
    }
}
.fadeIn {
    animation-name:fadeIn
}
@keyframes fadeInDown {
    from {
        opacity:0;
        transform:translate3d(0, -100%, 0)
    }
    to {
        opacity:1;
        transform:none
    }
}
.fadeInDown {
    animation-name:fadeInDown
}
@keyframes fadeInDownBig {
    from {
        opacity:0;
        transform:translate3d(0, -2000px, 0)
    }
    to {
        opacity:1;
        transform:none
    }
}
.fadeInDownBig {
    animation-name:fadeInDownBig
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        transform:translate3d(-100%, 0, 0)
    }
    to {
        opacity:1;
        transform:none
    }
}
.fadeInLeft {
    animation-name:fadeInLeft
}
@keyframes fadeInLeftBig {
    from {
        opacity:0;
        transform:translate3d(-2000px, 0, 0)
    }
    to {
        opacity:1;
        transform:none
    }
}
.fadeInLeftBig {
    animation-name:fadeInLeftBig
}
@keyframes fadeInRight {
    from {
        opacity:0;
        transform:translate3d(100%, 0, 0)
    }
    to {
        opacity:1;
        transform:none
    }
}
.fadeInRight {
    animation-name:fadeInRight
}
@keyframes fadeInRightBig {
    from {
        opacity:0;
        transform:translate3d(2000px, 0, 0)
    }
    to {
        opacity:1;
        transform:none
    }
}
.fadeInRightBig {
    animation-name:fadeInRightBig
}
@keyframes fadeInUp {
    from {
        opacity:0;
        transform:translate3d(0, 100%, 0)
    }
    to {
        opacity:1;
        transform:none
    }
}
.fadeInUp {
    animation-name:fadeInUp
}
@keyframes fadeInUpBig {
    from {
        opacity:0;
        transform:translate3d(0, 2000px, 0)
    }
    to {
        opacity:1;
        transform:none
    }
}
.fadeInUpBig {
    animation-name:fadeInUpBig
}
@keyframes fadeOut {
    from {
        opacity:1
    }
    to {
        opacity:0
    }
}
.fadeOut {
    animation-name:fadeOut
}
@keyframes fadeOutDown {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(0, 100%, 0)
    }
}
.fadeOutDown {
    animation-name:fadeOutDown
}
@keyframes fadeOutDownBig {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(0, 2000px, 0)
    }
}
.fadeOutDownBig {
    animation-name:fadeOutDownBig
}
@keyframes fadeOutLeft {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(-100%, 0, 0)
    }
}
.fadeOutLeft {
    animation-name:fadeOutLeft
}
@keyframes fadeOutLeftBig {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(-2000px, 0, 0)
    }
}
.fadeOutLeftBig {
    animation-name:fadeOutLeftBig
}
@keyframes fadeOutRight {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(100%, 0, 0)
    }
}
.fadeOutRight {
    animation-name:fadeOutRight
}
@keyframes fadeOutRightBig {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(2000px, 0, 0)
    }
}
.fadeOutRightBig {
    animation-name:fadeOutRightBig
}
@keyframes fadeOutUp {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(0, -100%, 0)
    }
}
.fadeOutUp {
    animation-name:fadeOutUp
}
@keyframes fadeOutUpBig {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(0, -2000px, 0)
    }
}
.fadeOutUpBig {
    animation-name:fadeOutUpBig
}
@keyframes flip {
    from {
        transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function:ease-out
    }
    40% {
        transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function:ease-out
    }
    50% {
        transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function:ease-in
    }
    80% {
        transform:perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function:ease-in
    }
    to {
        transform:perspective(400px);
        animation-timing-function:ease-in
    }
}
.animated.flip {
    -webkit-backface-visibility:visible;
    backface-visibility:visible;
    animation-name:flip
}
@keyframes flipInX {
    from {
        transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function:ease-in;
        opacity:0
    }
    40% {
        transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function:ease-in
    }
    60% {
        transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity:1
    }
    80% {
        transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform:perspective(400px)
    }
}
.flipInX {
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important;
    animation-name:flipInX
}
@keyframes flipInY {
    from {
        transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function:ease-in;
        opacity:0
    }
    40% {
        transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function:ease-in
    }
    60% {
        transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity:1
    }
    80% {
        transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        transform:perspective(400px)
    }
}
.flipInY {
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important;
    animation-name:flipInY
}
@keyframes flipOutX {
    from {
        transform:perspective(400px)
    }
    30% {
        transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity:1
    }
    to {
        transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity:0
    }
}
.flipOutX {
    animation-name:flipOutX;
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important
}
@keyframes flipOutY {
    from {
        transform:perspective(400px)
    }
    30% {
        transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity:1
    }
    to {
        transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity:0
    }
}
.flipOutY {
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important;
    animation-name:flipOutY
}
@keyframes lightSpeedIn {
    from {
        transform:translate3d(100%, 0, 0) skewX(-30deg);
        opacity:0
    }
    60% {
        transform:skewX(20deg);
        opacity:1
    }
    80% {
        transform:skewX(-5deg);
        opacity:1
    }
    to {
        transform:none;
        opacity:1
    }
}
.lightSpeedIn {
    animation-name:lightSpeedIn;
    animation-timing-function:ease-out
}
@keyframes lightSpeedOut {
    from {
        opacity:1
    }
    to {
        transform:translate3d(100%, 0, 0) skewX(30deg);
        opacity:0
    }
}
.lightSpeedOut {
    animation-name:lightSpeedOut;
    animation-timing-function:ease-in
}
@keyframes rotateIn {
    from {
        transform-origin:center;
        transform:rotate3d(0, 0, 1, -200deg);
        opacity:0
    }
    to {
        transform-origin:center;
        transform:none;
        opacity:1
    }
}
.rotateIn {
    animation-name:rotateIn
}
@keyframes rotateInDownLeft {
    from {
        transform-origin:left bottom;
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
    to {
        transform-origin:left bottom;
        transform:none;
        opacity:1
    }
}
.rotateInDownLeft {
    animation-name:rotateInDownLeft
}
@keyframes rotateInDownRight {
    from {
        transform-origin:right bottom;
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
    to {
        transform-origin:right bottom;
        transform:none;
        opacity:1
    }
}
.rotateInDownRight {
    animation-name:rotateInDownRight
}
@keyframes rotateInUpLeft {
    from {
        transform-origin:left bottom;
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
    to {
        transform-origin:left bottom;
        transform:none;
        opacity:1
    }
}
.rotateInUpLeft {
    animation-name:rotateInUpLeft
}
@keyframes rotateInUpRight {
    from {
        transform-origin:right bottom;
        transform:rotate3d(0, 0, 1, -90deg);
        opacity:0
    }
    to {
        transform-origin:right bottom;
        transform:none;
        opacity:1
    }
}
.rotateInUpRight {
    animation-name:rotateInUpRight
}
@keyframes rotateOut {
    from {
        transform-origin:center;
        opacity:1
    }
    to {
        transform-origin:center;
        transform:rotate3d(0, 0, 1, 200deg);
        opacity:0
    }
}
.rotateOut {
    animation-name:rotateOut
}
@keyframes rotateOutDownLeft {
    from {
        transform-origin:left bottom;
        opacity:1
    }
    to {
        transform-origin:left bottom;
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
}
.rotateOutDownLeft {
    animation-name:rotateOutDownLeft
}
@keyframes rotateOutDownRight {
    from {
        transform-origin:right bottom;
        opacity:1
    }
    to {
        transform-origin:right bottom;
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
}
.rotateOutDownRight {
    animation-name:rotateOutDownRight
}
@keyframes rotateOutUpLeft {
    from {
        transform-origin:left bottom;
        opacity:1
    }
    to {
        transform-origin:left bottom;
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
}
.rotateOutUpLeft {
    animation-name:rotateOutUpLeft
}
@keyframes rotateOutUpRight {
    from {
        transform-origin:right bottom;
        opacity:1
    }
    to {
        transform-origin:right bottom;
        transform:rotate3d(0, 0, 1, 90deg);
        opacity:0
    }
}
.rotateOutUpRight {
    animation-name:rotateOutUpRight
}
@keyframes hinge {
    0% {
        transform-origin:top left;
        animation-timing-function:ease-in-out
    }
    20%, 60% {
        transform:rotate3d(0, 0, 1, 80deg);
        transform-origin:top left;
        animation-timing-function:ease-in-out
    }
    40%, 80% {
        transform:rotate3d(0, 0, 1, 60deg);
        transform-origin:top left;
        animation-timing-function:ease-in-out;
        opacity:1
    }
    to {
        transform:translate3d(0, 700px, 0);
        opacity:0
    }
}
.hinge {
    animation-name:hinge
}
@keyframes jackInTheBox {
    from {
        opacity:0;
        transform:scale(.1) rotate(30deg);
        transform-origin:center bottom
    }
    50% {
        transform:rotate(-10deg)
    }
    70% {
        transform:rotate(3deg)
    }
    to {
        opacity:1;
        transform:scale(1)
    }
}
.jackInTheBox {
    animation-name:jackInTheBox
}
@keyframes rollIn {
    from {
        opacity:0;
        transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity:1;
        transform:none
    }
}
.rollIn {
    animation-name:rollIn
}
@keyframes rollOut {
    from {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
.rollOut {
    animation-name:rollOut
}
@keyframes zoomIn {
    from {
        opacity:0;
        transform:scale3d(.3, .3, .3)
    }
    50% {
        opacity:1
    }
}
.zoomIn {
    animation-name:zoomIn
}
@keyframes zoomInDown {
    from {
        opacity:0;
        transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInDown {
    animation-name:zoomInDown
}
@keyframes zoomInLeft {
    from {
        opacity:0;
        transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInLeft {
    animation-name:zoomInLeft
}
@keyframes zoomInRight {
    from {
        opacity:0;
        transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInRight {
    animation-name:zoomInRight
}
@keyframes zoomInUp {
    from {
        opacity:0;
        transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInUp {
    animation-name:zoomInUp
}
@keyframes zoomOut {
    from {
        opacity:1
    }
    50% {
        opacity:0;
        transform:scale3d(.3, .3, .3)
    }
    to {
        opacity:0
    }
}
.zoomOut {
    animation-name:zoomOut
}
@keyframes zoomOutDown {
    40% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity:0;
        transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin:center bottom;
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomOutDown {
    animation-name:zoomOutDown
}
@keyframes zoomOutLeft {
    40% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity:0;
        transform:scale(.1) translate3d(-2000px, 0, 0);
        transform-origin:left center
    }
}
.zoomOutLeft {
    animation-name:zoomOutLeft
}
@keyframes zoomOutRight {
    40% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity:0;
        transform:scale(.1) translate3d(2000px, 0, 0);
        transform-origin:right center
    }
}
.zoomOutRight {
    animation-name:zoomOutRight
}
@keyframes zoomOutUp {
    40% {
        opacity:1;
        transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity:0;
        transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin:center bottom;
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomOutUp {
    animation-name:zoomOutUp
}
@keyframes slideInDown {
    from {
        transform:translate3d(0, -100%, 0);
        visibility:visible
    }
    to {
        transform:translate3d(0, 0, 0)
    }
}
.slideInDown {
    animation-name:slideInDown
}
@keyframes slideInLeft {
    from {
        transform:translate3d(-100%, 0, 0);
        visibility:visible
    }
    to {
        transform:translate3d(0, 0, 0)
    }
}
.slideInLeft {
    animation-name:slideInLeft
}
@keyframes slideInRight {
    from {
        transform:translate3d(100%, 0, 0);
        visibility:visible
    }
    to {
        transform:translate3d(0, 0, 0)
    }
}
.slideInRight {
    animation-name:slideInRight
}
@keyframes slideInUp {
    from {
        transform:translate3d(0, 100%, 0);
        visibility:visible
    }
    to {
        transform:translate3d(0, 0, 0)
    }
}
.slideInUp {
    animation-name:slideInUp
}
@keyframes slideOutDown {
    from {
        transform:translate3d(0, 0, 0)
    }
    to {
        visibility:hidden;
        transform:translate3d(0, 100%, 0)
    }
}
.slideOutDown {
    animation-name:slideOutDown
}
@keyframes slideOutLeft {
    from {
        transform:translate3d(0, 0, 0)
    }
    to {
        visibility:hidden;
        transform:translate3d(-100%, 0, 0)
    }
}
.slideOutLeft {
    animation-name:slideOutLeft
}
@keyframes slideOutRight {
    from {
        transform:translate3d(0, 0, 0)
    }
    to {
        visibility:hidden;
        transform:translate3d(100%, 0, 0)
    }
}
.slideOutRight {
    animation-name:slideOutRight
}
@keyframes slideOutUp {
    from {
        transform:translate3d(0, 0, 0)
    }
    to {
        visibility:hidden;
        transform:translate3d(0, -100%, 0)
    }
}
.slideOutUp {
    animation-name:slideOutUp
}
.text_list_top{
    margin-top: 15px;
}
.article-body table{
    margin-top: 10px;
    display: block;
    width: 100%;
    overflow: auto;
    word-break: normal;
    word-break: keep-all;
    border-collapse: collapse;
    margin-bottom: 16px;
}
.article-body thead tr {
    background-color: #F8F8F8;
}
.article-body th {
    padding: 6px 13px;
    border: 1px solid #ddd;
}
.article-body td {
    padding: 6px 13px;
    border: 1px solid #ddd;
}
.article-body blockquote {
    margin-top: 10px;
    color: #666;
    border-left: 4px solid #ddd;
    padding-left: 20px;
    margin-left: 0;
    font-size: 14px;
    font-style: italic;
}
.article-body p {
    margin: 0 -6px 0 0;
}
.article-body{
    margin-top: 10px;
}
.article-body pre {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f6f6f6;
    overflow: auto;
}
.list_not_title{
    padding: 30px 0px 0px 0px;
    text-align: center;
    font-family: "shuheiti";
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}