body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
p,
th,
td {
    margin: 0;
    padding: 0
}

img {
    display: block;
    border: 0
}

em,
strong {
    font-style: normal;
    font-weight: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3 {
    font-size: 100%;
    font-weight: normal
}

a {
    text-decoration: none
}

a:hover,
a:visited {
    text-decoration: none
}

body {
    min-width: 1253px;
    padding-top: 42px;
    margin: 0 auto;
    font: normal 12px/1.6em Microsoft YaHei, Tahoma, simsun;
    color: #7d7d7d;
    background: #eee;
}


/* common */

.chromeframe {
    background: #000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.chromeframe a {
    color: #F13C35;
}

.layout {
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 180px;
}

.layout_c {
    width: 1400px;
    margin: 0 auto;
}

.layout_m {
    position: relative;
    background-color: #e3e2e2;
}

.clearfix,
.layout,
.layout_c,
.layout_m {
    *zoom: 1;
}

.clearfix:after,
.layout:after,
.layout_c:after,
.layout_m:after {
    content: '\20';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.sp {
    background: url('//game.gtimg.cn/images/x5/web201803/sprite.png') no-repeat;
}


/* nav */

.logo {
    position: relative;
    width: 197px;
    height: 116px;
    float: left;
    margin-top: 9px;
    text-indent: -999em;
    background: url('//game.gtimg.cn/images/x5/web201803/logo.png') no-repeat;
    z-index: 15;
}

.nav {
    position: relative;
    height: 90px;
    /* background: rgba(43, 55, 94, .9); */
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    z-index: 10;
}

.nav::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 228px;
    background: url('//game.gtimg.cn/images/x5/web201803/nav_cover.png') repeat-x;
    pointer-events: none;
}

.nav_inner {
    position: relative;
    min-width: 1253px;
    max-width: 1463px;
    margin: 0 auto;
    padding: 0 31.5px;
    height: 90px;
    box-sizing: border-box;
    z-index: 15;
}

.nav_list_wrap {
    margin-left: 205px;
    position: relative;
    z-index: 10;
}

.nav_list {
    height: 90px;
    overflow: hidden;
    zoom: 1
}

.nav_list li {
    float: left;
    width: 16.6%;
    height: 90px;
    /* margin-right: 40px; */
}

.nav_list a {
    display: block;
    padding-top: 30px;
    height: 57px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    /* -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; */
}

.nav_list a:hover,
.nav_list .on a {
    /* background: #5a97ff;
    border-bottom-color: #ffcc00;
    border-bottom-width: 3px;
    border-bottom-style: solid; */
}

.nav_list span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    opacity: .2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav_list a:hover span,
.nav_list .on span {
    /* color: #2b375e;
    opacity: .8; */
}

.nav_list a.n {
    cursor: default
}

.nav_sub_list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 90px;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .4);
    z-index: 10;
}

.nav_sub_list_inner {
    min-width: 1253px;
    max-width: 1463px;
    padding: 0 31.5px 0 236.5px;
    margin: 0 auto;
    zoom: 1;
    box-sizing: border-box;
}

.nav_sub_list .nav_sub_list_item {
    float: left;
    width: 16.6%;
    height: 210px;
    /* margin-right: 40px; */
    padding: 10px 0;
}

.nav_sub_list .nav_sub_list_lnk {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav_sub_list .nav_sub_list_code {
    position: relative;
}

.nav_sub_list .nav_sub_list_lnk:hover {
    color: #ffcc00;
}

.code_wrap {
    position: absolute;
    top: -10px;
    right: -117px;
    padding: 16px 16px 4px;
    background: #000;
    background: rgba(0, 0, 0, .6);
    border: 4px solid #ffcc00;
    visibility: hidden;
}

.code_wrap p {
    color: #fff;
}

.nav_sub_list .nav_sub_list_code:hover .code_wrap {
    visibility: visible;
    z-index: 99;
    opacity: 1;
}

.nav_sub_list_lnk i {
    position: absolute;
    left: -21px;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 7px;
}

.nav_sub_list_lnk .nav_sub_list_text {
    position: relative;
}

.ico_h {
    background-position: 0 0;
}

.ico_n {
    background-position: 0 -21px;
}

.questionnaire_wrap {
    position: relative;
    min-width: 1253px;
    max-width: 1463px;
    margin: 0 auto;
}

.btn_questionnaire {
    position: absolute;
    top: 60px;
    right: 37px;
    display: block;
    width: 100px;
    height: 70px;
    margin-left: 608px;
    padding-top: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #2b375e;
    background-color: rgba(43, 55, 94, .8);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
}

.btn_questionnaire:hover {
    top: 68px;
}

.btn_questionnaire.act {
    -webkit-animation: bounceInDown 1s ease-in-out forwards;
    animation: bounceInDown 1s ease-in-out forwards;
}

.btn_questionnaire:before {
    content: "";
    display: block;
    position: absolute;
    top: -86px;
    left: 50%;
    width: 1px;
    height: 80px;
    margin-left: -0.5px;
    background-color: #2b375e;
    background-color: rgba(43, 55, 94, .8);
}

.btn_questionnaire:after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    width: 110px;
    height: 110px;
    border-width: 1px;
    border-style: solid;
    border-color: #2b375e;
    border-radius: 50%;
    border-color: rgba(43, 55, 94, .8);
}

.btn_questionnaire span {
    display: inline-block;
    margin-top: 5px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 15px;
    color: #a87517;
    background-color: #ffcc00;
    border-radius: 3px;
}

.btn_questionnaire b {
    position: absolute;
    top: -6px;
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 10px;
    line-height: 25px;
    background-color: #ff0000;
    border-radius: 50%;
    z-index: 1;
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.box_questionnaire {
    display: none;
    width: 1000px;
    padding-bottom: 100px;
    height: 480px;
    background-color: #f5f5f5;
}

.box_close {
    position: absolute;
    top: -38px;
    right: -38px;
    display: block;
    width: 38px;
    height: 38px;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    line-height: 38px;
    color: #f5f5f5;
}

.box_questionnaire iframe {
    width: 100%;
    height: 100%;
}


/* foot */

#gfooter {
    position: relative;
    background: #303030;
}

.foot {
    position: relative;
    width: 1200px;
    padding: 35px 0;
    color: #6e6e6e !important;
    background: #303030 !important;
}

.foot_links {
    margin-top: -8px;
}

.foot_links,
.foot_links a {
    color: #6e6e6e !important;
}

.foot_links li img {
    display: inline-block;
}

.foot .link_map,
.foot .link_map a,
.foot .link_map span {
    color: #6e6e6e !important;
}

.foot .logo_yh {
    position: relative;
    text-indent: -999em;
    margin: 5px 0 0 10px;
    width: 92px;
    height: 45px;
    margin-left: 40px;
    background-position: -21px 0;
    overflow: visible !important;
}

.foot .logo_yh:before {
    position: absolute;
    top: 5px;
    left: -24px;
    content: '';
    display: block;
    height: 36px;
    border-left-color: rgba(96 ,111, 161, .4);
    border-left-style: solid;
    border-left-width: 1px;
}

.foot_cpright {
    padding: 0 !important;
}

.foot_bottom {
    position: absolute;
    top: 90px;
    left: 10px;
}

.foot_tips1 {
    overflow: hidden;
}

.foot_tips1 p {
    float: left;
    padding: 0 5px;
    line-height: 22px;
    border-width: 1px;
    border-style: solid;
    border-color: #6e6e6e;
}

.foot_tips1 ul {
    width: 340px;
    margin-left: 80px;
}

.foot_tips1 li {
    float: left;
    margin-right: 12px;
    line-height: 20px;
}

.foot_tips2 {
    margin-top: 5px;
}

.foot_tips2 p {
    margin-left: 80px;
    line-height: 15px;
}

.foot .logo_jjcm {
    float: left;
    width: 62px;
    height: 15px;
    text-indent: -999em;
    background-position: 0 -50px;
}


/* header */

.header {
    position: relative;
    height: 650px;
    overflow: hidden;
    background: url('//game.gtimg.cn/images/x5/web201803/banner.jpg') no-repeat  center top;
}

/* .header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 570px;
    background: url('//game.gtimg.cn/images/x5/web201803/banner_cover.png') no-repeat center bottom;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
} */

.main .header:after {
    bottom: -230px;
}

.header_video {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1280px;
    width: 2560px;
}

.link_header {
    position: relative;
    display: block;
    width: 1400px;
    height:560px;
    margin: 0 auto;
    text-indent: -999em;
    z-index: 1;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}

.header_link {
    /* position: absolute;
    top: 164px;
    left: 50%;
    margin-left: -590px; */
    position: relative;
    min-width: 1253px;
    max-width: 1400px;
    margin: 74px auto 0;
    padding: 0 31.5px;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}

.header_link.center a {
    position: absolute;
    left: 50%;
    margin-left: -72.5px;
    top: 259px;
}

.header_link .header_title {
    position: relative;
    height: 50px;
    margin-bottom: 30px;
    color: #adcbff;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(230, 239, 255, 1)), to(rgba(166, 198, 255, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header_link .header_title span {
    position: absolute;
    left: 0;
    color: transparent;
    text-shadow: 0 0 10px #000;
    z-index: -1;
}

.header_link .header_text {
    margin-bottom: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    text-shadow: 0 0 5px #000;
}

.header_link a {
    display: block;
    width: 155px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    color: #adcbff;
    background: rgba(27, 30, 33, .5);
    border: 2px solid #b1cdff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header_link a:hover {
    background: rgba(27, 30, 33, .9);
}


/* content */

.content_wrap {
    padding-top: 40px;
    /* margin-top: -587px; */
}

.content {
    position: relative;
    min-width: 1400px;
    min-height: 950px;
    /* 1480px */
    /* background: url('//game.gtimg.cn/images/x5/web201803/bg_bottom.jpg') no-repeat center bottom; */
    z-index: 5;
    ;
}


/* breadcrumb */

.breadcrumb {
    font-size: 16px;
    line-height: 28px;
    color: #525252;
}

.breadcrumb em {
    color: #a2a2a2;
    font-family: 'SimSun';
}

.breadcrumb a {
    color: #525252;
    border-bottom: 1px dotted #8c8c8c;
}

.breadcrumb a:hover {
    border-bottom-style: solid;
}

.ico_home {
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-top: -3px;
    vertical-align: middle;
    background-position: -342px -36px;
}


/*calendar*/

#calendar {
    width: 381px;
    height: 310px;
    font-size: 14px;
    text-align: center;
}

#calendar .calendarHeader {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #5a97ff;
}

#calendar .calendarHeader td {
    height: 40px;
}

#calendar .calendarHeader .prevMonthActive,
#calendar .calendarHeader .prevMonth,
#calendar .calendarHeader .nextMonthActive,
#calendar .calendarHeader .nextMonth {
    width: 50px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'SimSun';
    cursor: pointer;
}

#calendar .calendarHeader .prevMonthActive,
#calendar .calendarHeader .prevMonth {
    text-align: right;
}

#calendar .calendarHeader .nextMonthActive,
#calendar .calendarHeader .nextMonth {
    text-align: left;
}

#calendar .calendarHeader .currentDate {
    width: 80px;
    text-align: center;
}

#calendar .calendarContent {
    width: 100%;
    color: #454546;
    background: #fff;
}

#calendar .calendarContent td {
    width: 54px;
    height: 44px;
    text-align: center;
    border: 1px solid #d2d2d3;
}

#calendar.calendar_big .calendarContent td {
    height: 38px;
}

#calendar .calendarContent .weekdays {
    color: #666;
}

#calendar .calendarContent .isDoubleDay {
    color: #0C4790;
    font-weight: bold;
    cursor: pointer;
}

#calendar .calendarContent .isDate {}

#calendar .calendarContent .isToday {
    font-weight: bold;
    color: #5a97ff;
}

#calendar .calendarContent .isSelected {
    background: red;
    cursor: pointer;
}

.calendarContent td {
    position: relative;
    z-index: 1;
}

#calendar .acts_days {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.calendar_tips_wrap {
    position: relative;
    z-index: 100;
}

.calendar_box .status {
    color: #a66e19;
    background-position: -386px -36px;
    cursor: pointer;
}

.calendar_box .status-1 {
    color: #fff;
    background-position: -421px -36px;
}

.calendar_tips {
    width: 328px;
    background: #41485b;
    background: rgba(44, 53, 75, .85);
    position: absolute;
    right: 391px;
    top: 40px;
    display: none;
    z-index: 5;
}

.calendar_arrow {
    width: 0;
    height: 0;
    position: absolute;
    right: -7px;
    top: 106px;
    border-style: solid;
    border-width: 8.5px 0 8.5px 7px;
    border-color: transparent transparent transparent #41485b;
    border-color: transparent transparent transparent rgba(44, 53, 75, .85);
}

.calendar_items li {
    position: relative;
    width: 292px;
    float: left;
    padding: 12px 18px;
    border-right: #8e8a8a dotted 1px;
}

.calendar_items li a {
    color: #fff;
    font-size: 14px;
}

.calendar_items li a:hover {
    text-decoration: none;
}

.calendar_items li.li_even {
    border-right: none;
    margin-right: 0;
}

.calendar_link {
    position: absolute;
    top: 12px;
    right: 18px;
    padding: 0 5px;
    color: #ffdc4e;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #ffdc4e;
}

.calendar_link i {
    font-style: normal;
    font-family: 'SimSun';
}

.calendar_act_title1 {
    width: 240px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.calendar_act_desc {
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 22px;
    color: #b4d0ff;
    border-bottom-color: #20242d;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.calendar_act_title2 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 34px;
}

.calendar_act_gift::-webkit-scrollbar {
    width: 3px;
}

.calendar_act_gift::-webkit-scrollbar-track {
    background-color: #fff;
}

.calendar_act_gift::-webkit-scrollbar-thumb {
    background: #5a97ff;
}

.calendar_act_gift_items {
    width: 50px;
    float: left;
    margin: 0 20px 5px 0;
}

.calendar_act_gift_items_img {
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    background: #ffd5ce;
}

.calendar_act_gift_items img {
    display: block;
    width: 48px;
    height: 48px;
}

.calendar_act_gift_items:hover .calendar_act_gift_items_img {
    border-color: #ffdc4e;
}

.calendar_act_gift_items p {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}


/* fixed_act_calendar */

#fixedActCalendar {
    position: absolute;
    right: 0;
    top: 545px;
    z-index: 10;
}

.fixed_act_calendar_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 37px;
    height: 80px;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background: #2b375e;
    border-left: 3px solid #5a97ff;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

.fixed_act_calendar_btn:after {
    content: "";
    position: absolute;
    top: 28px;
    left: -14px;
    width: 11px;
    height: 25px;
    background: url('//game.gtimg.cn/images/x5/web201803/sprite.png') no-repeat -184px -205px;
}

.fixed_act_calendar_box {
    display: none;
    position: absolute;
    right: -421px;
    top: 0;
    width: 381px;
    height: 390px;
    padding: 0 0 0 20px;
}

.fixed_act_calendar_box_close {
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    background-position: -139px -205px;
    z-index: 5;
}

.fixed_act_calendar_box .act_calendar {
    position: relative;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .5);
    box-shadow: 0 0 32px rgba(0, 0, 0, .5);
}

.fixed_act_calendar_box .calendar_tips {
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .5);
    box-shadow: 0 0 32px rgba(0, 0, 0, .5);
}

@-webkit-keyframes swingT {
    5% {
        -webkit-transform: translate3d(0, 1px, 0) rotate3d(0, 0, 1, 10deg);
    }

    15% {
        -webkit-transform: translate3d(0, -4px, 0) rotate3d(0, 0, 1, -10deg);
    }

    20% {
        -webkit-transform: translate3d(0, -3px, 0) rotate3d(0, 0, 1, 5deg);
    }

    25% {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(0, 1.5px, 0) rotate3d(0, 0, 1, 0deg);
    }

    37%,
    to {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swingT {
    5% {
        -webkit-transform: translate3d(0, 1px, 0) rotate3d(0, 0, 1, 10deg);
        transform: translate3d(0, 1px, 0) rotate3d(0, 0, 1, 10deg);
    }

    15% {
        -webkit-transform: translate3d(0, -4px, 0) rotate3d(0, 0, 1, -10deg);
        transform: translate3d(0, -4px, 0) rotate3d(0, 0, 1, -10deg);
    }

    20% {
        -webkit-transform: translate3d(0, -3px, 0) rotate3d(0, 0, 1, 5deg);
        transform: translate3d(0, -3px, 0) rotate3d(0, 0, 1, 5deg);
    }

    25% {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(0, 1.5px, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 1.5px, 0) rotate3d(0, 0, 1, 0deg);
    }

    37%,
    to {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes swingB {
    1% {
        -webkit-transform: scale3d(1.05, .95, 1);
    }

    3% {
        -webkit-transform: scale3d(1.1, .9, 1);
    }

    5% {
        -webkit-transform: scale3d(1.08, .93, 1);
    }

    7%,
    25% {
        -webkit-transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.07, .94, 1);
    }

    37%,
    to {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes swingB {
    1% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    3% {
        -webkit-transform: scale3d(1.1, .9, 1);
        transform: scale3d(1.1, .9, 1);
    }

    5% {
        -webkit-transform: scale3d(1.08, .93, 1);
        transform: scale3d(1.08, .93, 1);
    }

    7%,
    25% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.07, .94, 1);
        transform: scale3d(1.07, .94, 1);
    }

    37%,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rightnav_bar {
    width: 0;
    height: auto;
    box-sizing: border-box;
    padding: 6px 0;
    overflow: hidden;
    position: absolute;
    top: 545px;
    right: 0;
    background-color: #fff;
    -webkit-transition: width .5s .2s;
    transition: width .5s .2s;
    border-radius: 3px 0 0 3px;
    z-index: 199
}

.rightnav_bar.show {
    width: 70px;
}

.rightnav_bar>ul {
    overflow: hidden;
    box-sizing: border-box;
}

.rightnav_bar.showTop {
    position: fixed;
    top: 305px;
}

.rightnav_bar_li {
    list-style: none;
    width: 70px;
    height: 60px;
    cursor: pointer;
    text-align: center;
}

.rightnav_bar_li.selected:not(:last-child) span,
.rightnav_bar_li:hover:not(:last-child) span {
    animation: tada ease-in-out 1s 1;
    -webkit-animation: tada ease-in-out 1s 1
}

.rightnav_bar_li.selected a,
.rightnav_bar_li:hover a {
    color: #678fd0;
    font-weight: 700
}

.rightnav_bar_li span {
    position: relative;
    display: block;
    width: 22px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
}

.rightnav_bar_li i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.rightnav_bar_li a {
    color: #989898;
    font-size: 12px;
    text-align: center
}

.rightnav_bar_li:hover i,
.rn_calendar i {
    position: relative;
    /* left: -20px;
    filter: drop-shadow(20px 0 #678fd0); */
}

.rn_events i {
    background-position: 0 -290px;
}

.rn_events:hover i {
    background-position: 0 -312px;
}

.rn_wallpaper i {
    background-position: -25px -290px;
}

.rn_wallpaper:hover i {
    background-position: -25px -317px;
}

.rn_opinion i {
    background-position: -52px -290px;
}

.rn_opinion:hover i {
    background-position: -52px -317px;
}

.rn_bbs i {
    background-position: -79px -290px;
}

.rn_bbs:hover i {
    background-position: -79px -311px;
}

.rn_video i {
    background-position: -102px -290px;
}

.rn_video:hover i {
    background-position: -102px -317px;
}

.rn_top span {
    height: 30px;
}

.rn_top i {
    width: 15px;
	height: 8px;
    background-position: -129px -290px;
}

.rn_top:hover i {
    background-position: -129px -303px;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

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

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

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