<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
header,
footer,
menu {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font: inherit;
    -webkit-text-size-adjust: none;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

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

fieldset,
img,
abbr,
acronym {
    border: 0;
}

input,
textarea,
select {
    font-family:"PingFangSC-Regular", "Microsoft Yahei", "Helvetica Neue", Tahoma, Geneva, sans-serif;
    -webkit-appearance: none;
    color: #333;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

ul,
ol,
dl {
    list-style: none;
}

audio {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
    display: block;
}


@font-face {
    font-family: 'fontdata';
    src: url('../fonts/fontdata.ttf'),
        url('../fonts/fontdata.eot'),
        url('../fonts/fontdata.svg'),
        url('../fonts/fontdata.woff');
}

@font-face {
    font-family: 'pingfang';
    src: url('../fonts/pingfang.ttf');
    font-weight: normal;
    font-style: normal;
}
.section-masthead .intro .title,
.section-masthead .intro .list li
{
    font-family: 'pingfang';
}

/* End hide from IE Mac */
body {
    background: #fff;
    font: normal 14px/1.5 
    "PingFangSC-Regular",
    "Microsoft Yahei",
    "Helvetica Neue",
    Tahoma,
    Geneva,
    sans-serif;
    color: #7a8a9a;
}

a {
    text-decoration: none;
    color: #7a8a9a;
    cursor: pointer;
}

.entry {
    max-width: 1180px;
    min-width: 1180px;
    margin: 0 auto;
}

.header-v3 {
    display: block;
    width: 100%;
    height: 88px;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    font-size: 14px;
    background: #2b2b2b;
}
.header-v3 .entry {
    width: 100%;
    height: 88;
    background: #2b2b2b;
}
.header-v3.headerScroll .entry {

    background: #fff;
}
.header-v3 a {
    color: #345;
    transition: all 0.18s ease-out 0s;
}
.header-v3 a:hover {
    color: #fff4f7;
}
.header-v3 .logo {
    float: left;
    margin-top: 26px;
}
.header-v3 .logo a {
    display: block;
    width: 170px;
    height: 29px;
    padding-top: 3px;
}
.header-v3 .logo a::before {
    background: url(../images/logo-feigua-scroll.png) no-repeat;
    width: 220px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-right: 20px;
}
.header.headerScroll .logo a::before {
    background: url(../images/logo-feigua-scroll.png) no-repeat;
}
.header-v3 .logo a::before,
.header-v3 .headerScroll .logo a::before {
    background: none;
    content: none;
    height: 0;
}
.header-v3 .logo .logo2 {
    display: none;
}
.header-v3 .logo .logo1 {
    display:block;
}
.header-v3.headerScroll .logo .logo1{ display: none;}
.header-v3.headerScroll .logo .logo2{ display: block;}
.header .logo a:hover {
    opacity: 0.8;
}
.header-v3 .header-btns {
    float: right;
    margin-top: 26px;
    line-height: 32px;
}
.header-v3 .header-btns a.login {
    background: #52C41A;
    border-radius: 2px;
    padding:0 18px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.header-v3 .header-btns a.login i{ 
    font-size: 14px;
    margin-right: 8px;
}
.header-v3 .header-btns a.login:hover {
    color: #fff;
    background: #74CF48;
}
.header-v3 .header-btns a.login:active{
    background: #3BB300;
}
.header-v3 .header-btns .btns-eara {
    float: right;
}
.header-v3 .headerUserInfo {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin: 0 12px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-v3 .header-btns a.logout {
    color:#52c41a;
    margin-right: 10px;
    font-size: 14px;
}
.header-v3 .header-btns a.logout:hover {
    opacity: 0.8;
}
.header-v3 .main-nav {
    float: left;
    display: inline-flex;
    line-height: 32px;
}
.header-v3 .main-nav li a {
    margin-right: 35px;
    color: #fff;
    font-size: 14px;
}
.header-v3 .main-nav i {
    font-size: 14px;
    margin-right: 8px;
}
.header-v3 .main-nav li a:hover {
    color: #52C41A;
}
.header-v3 a.version {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.header-v3 a.version:hover {
    color: #52c41a;
}
.header-v3 .main-nav li {
    position: relative;
}
.header-v3 .main-nav .download-mask {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -192px;
    z-index: 1111;
    width: 353px;
    min-height: 40px;
    display: none;
}
.header-v3 li:hover .download-mask {
    display: block;
}
.header-v3 .sweep-box:hover .program-mask {
    display: block;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}
.header-v3 .sweep-box {
    width: 320px;
    height: 259px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    text-align: center;
    padding: 0 16px;
    top: 30px;
    position: absolute;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY ;
}
.header-v3 .sweep-box::before,
.header-v3 .sweep-box::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: -7px;
  left: 50%;
  margin-left: -7px;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-v3 .sweep-box::before {
  background: #eaebed;
  box-shadow: 1px 1px 2px rgba(234, 234, 234, 0.5);
}
.header-v3 .sweep-box::after {
  top: -6px;
  background: #fff;
}
.header-v3 .sweep-box .title {
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    color: #333;
    font-size: 14px;
    height: 54px;
    line-height: 60px;
}
.header-v3 .download-box .left {
    float: left;
    padding: 0 15px;
}
.header-v3 .download-box .right {
    float: left;
}
.header-v3 .download-box .right img {
    width: 154px !important;
    height: 160px !important;
    border-radius: 0 !important;
    padding-left: 13px;
}
.header-v3 .download-box .img-content {
    width: 112px;
    height: 112px;
    background: #F5F5F5;
    border-radius: 4px;
    margin-bottom: 10px;
}
.header-v3 .download-box  p {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
}
.header-v3 .download-box span {
    font-size: 12px;
    color: #999999;
    display: block;
}
.header-v3 .download-box .img-content img {
    width: 112px !important;
    height: 112px !important;
    border-radius: 0 !important;
}




.header.headerScroll {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
    color: #272B37;
    -webkit-animation: NavSlideDown 0.4s ease-in-out forwards;
    -moz-animation: NavSlideDown 0.4s ease-in-out forwards;
    animation: NavSlideDown 0.4s ease-in-out forwards;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header.headerScroll .entry:after {
    display: none;
}
.header.headerScroll a {
    color: #272B37 !important;
}
.header.headerScroll a:hover {
    color: #52c41a !important;
    transition: all 0.18s ease-out 0s;
}
.header.headerScroll .logo a {
    color: #272B37;
}
.header.headerScroll .header-btns a.login {
    color: #fff !important;
}
.header.headerScroll .header-btns a.login:hover {
    color: #fff;
}
.header.headerScroll .headerUserInfo {
    color: #272B37
}
.header.headerScroll .header-btns a.logout {
    color: #52c41a !important;
}
.header.headerScroll .header-btns a.logout:hover {
    opacity: 0.8;
}
@-webkit-keyframes NavSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}
@-moz-keyframes NavSlideDown {
    0% {
        -moz-transform: translateY(-100%);
        opacity: 0
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1
    }
}
@keyframes NavSlideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}
.section {
    min-width: 1180px;
}
.section img {
    display: block;
}
.section .s-title{
    height: 128px;
    line-height: 128px;
    line-height: 1;
    position: relative;
    margin-bottom: 80px;
}
.section .s-title .s0{
    z-index: 0;
    position: absolute;
    left: 43px;
    color:rgba(51, 51, 51, 0.1);
    margin-top: 15px;
    display: inline-block;
    height: 93px;
}
.section .s-title .s0.s01 {
    background: url(../images/index-v3/s1.png) no-repeat;
    width:95px;
}
.section .s-title .s0.s02 {
    background: url(../images/index-v3/s2.png) no-repeat;
    width: 114px;
    left: auto;
}
.section .s-title .s0.s03 {
    background: url(../images/index-v3/s3.png) no-repeat;
    width: 113px;  
}
.section .s-title .s0.s04 {
    background: url(../images/index-v3/s4.png) no-repeat;
    width: 117px;
}
.section .s-title .s2{
    position: absolute;
    top:49px;
    left: 0;
    font-size: 30px;
    color: #333333;
    z-index: 1;
}
.section-caption {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
}
.section-caption h4{  
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #333333;
    margin-bottom: 24px;
}
.section .section-element li img {
    position: absolute;
    display: block;
    box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}
.section .more{
    font-size: 13px;
    color: #52C41A;
    float: right;;
}
.section .more::after{
    width: 6px;
    height: 6px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #52C41A;
    border-right: 1px solid #52C41A;
    transform: rotate(45deg);
    margin-top: -3px;
    margin-left: 4px;
}
.section .more:hover{
    color: rgba(82, 196, 26, 0.8)
}
.section a {
    color: #35a3ff;
}
.section a:hover {
    color: #3094e7;
}
.animatePlay {
    animation-play-state: paused !important;
    -moz-animation-play-state: paused !important;
    -webkit-animation-play-state: paused !important;
    animation-fill-mode: both !important;
    -moz-animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}
.active .animatePlay {
    animation-play-state: running !important;
    -moz-animation-play-state: running !important;
    -webkit-animation-play-state: running !important;
}
/*video*/

.v3-video {
    position: absolute;
    width: 100%;
    min-width: 1180px;
    height: 598px;
    overflow: hidden;
    z-index: -10000;
    background-color: #2b2b2b;
}
.v3-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 598px;
    display: block;
    z-index: -1000;
    top: 0;
    left: 0;
    background: rgba(40, 40, 40, 0.8)
}
.movie{
    position: absolute;
    top: 57%;
    left: 50%;
    min-width: 100%;
    height: 510px !important;
    width: auto;
    height: auto;
    z-index: -9999;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    background-color: #2b2b2b;
}
/*section-masthead*/
.section-masthead{
    height: 598px;
    display: block;
}
.section-masthead .intro {
    text-align: center;
    margin: 0 auto;
    padding-top: 168px;
    color: #FFF;
    text-align: left;
}
.section-masthead .intro .title {
   font-size: 52px;
   color: #FFFFFF;
    line-height: 1;
    margin-bottom: 30px;
    font-family: 'pingfang';}
.section-masthead.animate .intro .title{
    -webkit-animation: bottomToTop 0.5s 0;
    -moz-animation: bottomToTop 0.5s 0s;
    animation: bottomToTop 0.5s 0s;
}
.section-masthead .intro .list{
    background: url(../images/index-v3/bg-list.png) no-repeat;
    width: 517px;
    height: 30px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 26px;
}
.section-masthead.animate .intro .list{
    -webkit-animation: bottomToTop 0.5s 0.1s;
    -moz-animation: bottomToTop 0.5s 0.1s;
    animation: bottomToTop 0.5s 0.1s;
}
.section-masthead .intro .list li{
    width: 118px;
    float: left;
    font-size: 26px;
    padding-left: 52px;
     font-family: 'pingfang';
}
.section-masthead .intro p {
    font-size: 18px;
    line-height: 18px;
    color:rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
}
.section-masthead.animate .intro p{
    -webkit-animation: bottomToTop 0.5s 0.2s;
    -moz-animation: bottomToTop 0.5s 0.2s;
    animation: bottomToTop 0.5s 0.2s;
}
.section-masthead .intro .search-list{
    margin-bottom:16px
}
.section-masthead.animate .intro .search-list{
    -webkit-animation: bottomToTop 0.5s 0.3s;
    -moz-animation: bottomToTop 0.5s 0.3s;
    animation: bottomToTop 0.5s 0.3s;
}
.section-masthead .intro .search-list li{ 
    float: left;
}
.section-masthead .intro .search-list li a{
    margin-right: 8px;
    width: 64px;
    height: 26px;
    line-height: 26px;
    border-radius: 17px;
    display: inline-block;
    text-align: center;
    color:#fff;
}
.section-masthead .intro .search-list li a:hover{
    color:#52C41A;
}
.section-masthead .intro .search-list li a:active,
.section-masthead .intro .search-list li a.active{
    background: #52C41A;
    color:#fff;
}
/* 鎼滅储妗� */
.section-masthead .intro .search {
  width: 683px;
  position: relative;
}
.search .control-search {
  height: 48px;
  overflow: hidden;
}
.search .control-search [type='text'] {
  width: 620px;
  height: 48px;
  line-height: 48px;
  padding: 0 8px;
  border-radius: 4px 0 0 4px;
  background: #fff;
  font-size: 16px;
  color: #757575;
  box-sizing: border-box;
  outline:none;
  border: 1px solid #fff;
}
.search .control-search [type='text']:hover,
.search .control-search [type='text']:focus {
  background: #f9f9f9;
  border-color: #52c41a;
}
.search .control-search input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.search .control-search input::-moz-placeholder {
  color: #bfbfbf;
}
.search .control-search input::-moz-placeholder {
  color: #bfbfbf;
}
.search .control-search input::-ms-input-placeholder {
  color: #bfbfbf;
}
.search .control-search .fa {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 18px;
}
.search .control-search .fa:hover {
  color: #52c41a;
}
.search .control-search a:link,
.search .control-search a:visited {
  color: #7a838f;
}
.search .control-search-submit {
  text-align: center;
  background: #52c41a;
 border-radius: 0px 4px 4px 0px;
  width:107px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #fff !important;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.search .control-search-submit:hover {
  background: #4db619;
  text-decoration: none;
}
.search .control-search-submit:focus {
  background: #48a918;
}
.section-masthead.animate .intro .search{
    -webkit-animation: bottomToTop 0.5s 0.4s;
    -moz-animation: bottomToTop 0.5s 0.4s;
    animation: bottomToTop 0.5s 0.4s;
}
/*section-live*/
.section-live{
    background: url(../images/index-v3/bg-section2.png);
    height: 360px;
}
.section-live .today-news{
    position: absolute;
    top: -70px;
    z-index: 2;
}
.section-live.animate .today-news{
    -webkit-animation: bottomToTop 0.5s 0.5s;
    -moz-animation: bottomToTop 0.5s 0.5s;
    animation: bottomToTop 0.5s 0.5s;
}
.section-live .today-news dl {
  float:left;
    margin: 0 25px 0 0;
    padding: 24px;
    width: 228px;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 1px 32px 0px rgba(19, 52, 87, 0.08);
    border-radius: 8px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    text-align: center;
    cursor: pointer;
}
.section-live .today-news dl:nth-child(1){
    background: url(../images/index-v3/news1.png) no-repeat;
}
.section-live .today-news dl:nth-child(2) {
    background: url(../images/index-v3/news2.png) no-repeat;
}
.section-live .today-news dl:nth-child(3) {
    background: url(../images/index-v3/news3.png) no-repeat;
}
.section-live .today-news dl:nth-child(4) {
    background: url(../images/index-v3/news4.png) no-repeat;
}   
.section-live .today-news dl:last-child{
    margin-right: 0;
}
.section-live .today-news dl dt{line-height: 1;}
.section-live .today-news dl dt i {
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-bottom: 24px;
}
.section-live .today-news dl dt i.iocn1 {
    background: url(../images/index-v3/icon-01.png);
}
.section-live .today-news dl dt i.iocn2 {
    background: url(../images/index-v3/icon-02.png);
}
.section-live .today-news dl dt i.iocn3 {
    background: url(../images/index-v3/icon-03.png);
}
.section-live .today-news dl dt i.iocn4{
    background: url(../images/index-v3/icon-04.png);
}
.section-live .today-news dl .title {
    font-size:22px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
    line-height: 1;
}
.section-live .today-news dl .data{
    font-size: 18px;
}
.section-live .today-news dl .data span{
    font-size: 42px;
    font-family: fontdata;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.section-live .today-news dl:hover,
.section-live .today-news dl:focus,
.section-live .today-news dl:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.section-live .live-info{ padding-top: 130px;}
.section-live.animate .live-info{
    -webkit-animation: bottomToTop 0.5s 0.6s;
    -moz-animation: bottomToTop 0.5s 0.6s;
    animation: bottomToTop 0.5s 0.6s;
}
.section-live .left{width: 374px; float: left; }
.section-live .left h5 {
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 30px;
}
.section-live .left h5::after{
    background: url(../images/index-v3/icon-live.png) no-repeat;
    width: 32px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: -10px 0 0 10px;
}
.section-live .left p{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.section-live .left span{
 color:#F03E3E;
}
.section-live .right{
    width: 806px;
    height: 148px;
    float: right;
}
.section-live .banner-item{
    width: 606px;
    height: 128px;
    background: #FFFFFF;
    box-shadow: 0px 1px 32px 0px rgba(19, 52, 87, 0.08);
    border-radius: 8px;
    margin: 0 auto;
    display: flex;
}
.section-live .bozhu,
.section-live .dapin{ flex: 1;}
.section-live .bozhu dl{ margin: 22px 10px; text-align: center; }
.section-live .bozhu-cover{
    width: 60px;
    height: 60px;
border-radius: 100%;
margin:0 auto 6px;
position: relative;}
.section-live .bozhu-cover img {
    width: 60px;
    height: 60px;
border-radius: 100%;
}
.section-live .bozhu-cover .tag-live{
    width: 60px; 
    height: 16px;
    line-height: 16px;
    background: linear-gradient(180deg, #F97070 0%, #F03D3D 100%);
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.section-live .bozhu-cover .tag-live i{
    color: #fff;
    transform: scale(0.8);
    font-size: 10px;
    margin: 0 2px 0 3px;
}
/*鐩存挱鍔ㄥ浘*/
.zhibo_SUw {
    display: inline-block;
    text-align: center;
    height: 12px;
    white-space: nowrap;
    margin-right: 3px;
    display: inline-block;
    vertical-align: baseline;
  }
  .zhibo_SUw&gt;span {
    display: inline-block;
    width: 2px;
    height: 100%;
    -webkit-animation: _215wYzc2 .6s linear infinite;
    animation: _215wYzc2 .6s linear infinite;
    transform-origin: bottom;
    border-radius: 2px
  }
  .zhibo_SUw ._nXfzR0HQ {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
  }
  .zhibo_SUw ._1uugB4t8 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
  }
  
  @-webkit-keyframes _215wYzc2 {
    0% {
      transform: scaleY(.5)
    }
  
    50% {
      transform: scaleY(1)
    }
  
    to {
      transform: scaleY(.5)
    }
  }
  
  @keyframes _215wYzc2 {
    0% {
      transform: scaleY(.5)
    }
  
    50% {
      transform: scaleY(1)
    }
  
    to {
      transform: scaleY(.5)
    }
  }
  
.section-live .bozhu-name{
font-size: 16px;
color: #333333;
text-align: center;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;

}
.sales-volume{ width: 320px; height: 89px;  position: relative;
text-align: center;}
.sales-volume::before,
.sales-volume::after{
    width: 1px;
    height: 89px;
    background: #eee;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 22px;
}
.sales-volume::before{ left: 0;}
.sales-volume::after{ right: 0;}
.sales-volume .v1{
    font-size: 16px;
    color: #333333;
    padding-top: 20px;
    font-family: fontdata;
    }
.sales-volume .v2{
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 4px;
}
.sales-volume .v3{font-size: 14px;
    color: #999999;
    }
.banner-item .dapin { text-align: center;}
.banner-item .dapin dt{
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(180deg, #8AE438 0%, #52C41A 100%);
    border-radius: 8px;
margin:27px auto 13px;}
.banner-item .dapin dt i{font-size: 28px; color: #fff; }
.banner-item .dapin dd{
font-size: 14px;
color: #52C41A;
}
#live{
    position: relative;
    width: 806px;
    margin: 0 auto
}
#live .swiper-container {
    padding-bottom: 17px;
}
#live .swiper-slide {
    width: 606px;
    height: 128px;
    cursor: pointer;
}
#live .swiper-pagination {
    width: 100%;
    bottom: -6px;
    margin: 0 auto;
}

#live .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: #DDDFE2;
    width: 60px;
    height: 3px;
    opacity: 1;
    border-radius: 2px;
    position: relative;
}
#live .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "";
    display: inline-block;
    background: #DDDFE2;
    border-radius: 2px;
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
#live .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #52C41A
    }
#live .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    content: "";
    display: inline-block;
    background: #52C41A;
    border-radius: 2px;
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation: progess 3s alternate forwards;
    animation: progess 3s alternate forwards
}
@-webkit-keyframes progess{0%{width:0}to{width:100%}}@keyframes progess{0%{width:0}to{width:100%}}
#live .swiper-slide-prev,
#live .swiper-slide-next{
    box-shadow:none;
}
#live .swiper-slide-prev {
    transform: translateX(440px) scale(0.8) !important;
}
#live .swiper-slide-next {
    transform: translateX(-444px) scale(0.8) !important;}
#live .swiper-slide-prev:before,
#live .swiper-slide-next:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 116px !important;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
}
/*section-hotRank*/
.section-hotRank {
    background: #fff;
    padding: -0 0 80px 0;
    display: block;
}
.section-hotRank .title{
    font-size: 42px;
    font-weight: 500;
    color: #333333;
    margin: 0 auto 22px;
    display: block;
    line-height: 42px;
    text-align: center;
}
.section-hotRank .title::before,
.section-hotRank .title::after{
    width: 137px;
    height: 1px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 34px;
}
.section-hotRank .title::before{
    background: url(../images/index-v3/title-l.png);  
}
.section-hotRank .title::after{
    background: url(../images/index-v3/title-r.png);
}
.section-hotRank .sub-time{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-bottom: 32px;
}
.section-hotRank .rank-block-area{
    
}
.section-hotRank .rank-block {
    width: 346px;
    height: 456px;
    background: #FFFFFF;
    box-shadow: 0px 1px 32px 0px rgba(19, 52, 87, 0.08);
    border-radius: 8px;
    padding: 0 18px;
    display: inline-block;
    margin-right: 12px;
}
.section-hotRank .rank-block:hover{
    box-shadow: 0px 1px 32px 0px rgba(19, 52, 87, 0.2);
    border-radius: 8px;
}
.section-hotRank .rank-block:nth-child(3){
    margin-right: 0;
}
.section-hotRank .rank-block h5{
    color:#333;
    font-size: 16px;
    line-height: 16px;
    padding: 24px 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.section-hotRank .media-list{
   display: table;
}
.section-hotRank .item-cover,
.section-hotRank .item-name{
    display: table-cell;
    vertical-align: middle;
}
.section-hotRank .item-cover img{
    width: 42px;
    height: 42px;
    border-radius: 100%;
    margin-right: 12px;
}
.section-hotRank .item-name a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 24px;
    color: #333333;
    max-width: 113px;
}
.section-hotRank .item-name a:hover{
    opacity: 0.8;
}
.section-hotRank table{
    font-size: 14px;
}
.section-hotRank table th{
    padding: 12px 0;
    color:#999;
}
.section-hotRank table td{
    padding: 12px 0;
    color:#303133;
}
.section-hotRank .t-center{ text-align: center;}

/*section-function*/
.section-function {
    background: url(../images/index-v3/bg-function.png) no-repeat bottom center;
    height: 755px;
    margin-bottom: 160px;
}
.section-function h2{
    background: url(../images/index-v3/bg-title.png) no-repeat;
    width: 815px;
    height: 90px;
    font-size: 42px;
    color: #333333;
    position: relative;
    padding-left: 40px;
    line-height: 90px;
    margin-bottom: 75px;
}
.section-function h2::after{
    background: url(../images/index-v3/title-r.png) no-repeat;
    width: 137px;
    height: 1px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left:232px ;
    top: 45px;
}
.section-function-main{ height: 608px; }
.section-function .title{ margin-top: 23px;}
.section-function h4{ margin-bottom: 20px;}
.section-function h4::before{
    width: 24px;
    height: 24px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin:-3px 8px 0 0; 
}
.section-function h4.t1::before{
    background: url(../images/index-v3/icon-m01.png);
}
.section-function h4.t2::before{
    background: url(../images/index-v3/icon-m02.png);
}
.section-function h4.t3::before{
    background: url(../images/index-v3/icon-m03.png);
}

.section-function p{ margin-bottom: 50px;}
.section-function .section-caption{
    width:470px;
    float: left;
}
.section-function .section-element{
    float:right;
    width: 710px;
    height: 608px;
    position: relative;
}

.section-function .section-element .element1 {
    width: 264px;
    height: 536px;
    z-index: 2;
    right: 0;
    top: 72px;
}
.section-function .section-element .element2 {
    width: 599px;
    height: 468px;
    z-index: 1;
    left: 0;
    top: 106px;
}
/*section-goods*/
.section-goods{
    background: url(../images/index-v3/bg-02.png) no-repeat center bottom;
    height:1020px;
    margin-bottom: 115px;
}
.section-goods .s-title{ text-align: center; margin-bottom: 60px;}
.section-goods .s-title .s1{ left: auto; }
.section-goods .s-title .s2{ left: auto; 
    margin-left: -68px; }
.section-goods .goods-info{
    display: flex;
    margin-bottom: 100px;
}
.section-goods .goods-info dl{ 
    flex: 1;
    text-align: center;}

.section-goods .goods-info dl dt{
    margin: 0 auto 33px;
    height: 90px;
}
.section-goods .goods-info dl dt img{
    margin: 0 auto ;
}
.section-goods .goods-info .info1{
    color:#333333;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 27px;
}
.section-goods .goods-info .info2{
    color:#666;
    font-size: 16px;
    line-height: 1.5;
}
.section-goods .section-element{
    height: 522px;
position: relative;}
.section-goods .section-element .element1 {
    width: 900px;
    height: 289px;
    z-index: 2;
    left: 279px;
    top: 189px;
}
.section-goods .section-element .element2 {
    width: 900px;
    height: 319px;
    z-index: 1;
    left: 0;
    top:0;
}
/*section-list*/
.section-list{
    background: url(../images/index-v3/bg-03.png) no-repeat center bottom;
    height: 704px;
    margin-bottom: 98px;
}
.section-list .s-title{ margin-bottom: 68px;}
.section-list .section-list-main{ height: 511px; position: relative;}
.section-list .section-element .element1 {
    width: 528px;
    height: 302px;
    z-index: 2;
    left: 99px;
    bottom: 62px;
}
.section-list .section-element .element2 {
    width: 528px;
    height: 229px;
    z-index: 1;
    left: 0;
    bottom: 282px;
}
.section-list .section-caption{
padding-top: 99px;
width: 403px;
float: right;
}
.section-list .section-caption p{
    margin-bottom: 46px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}
/*section-wechat*/
.section-wechat{ 
    background:url("../images/index-v3/bg-wechat.png") center bottom no-repeat;
    height: 650px;
}
.section-wechat .s-title{ margin-bottom: 80px;}
/*.section-wechat-page{
    background: url("../images/index-v3/weChat-01.png") center bottom no-repeat;
    height: 650px;
}*/
.section-wechat .section-code{ 
    width: 320px;
height: 240px; margin-bottom: 40px;
color: #333333;
font-size: 16px; 
text-align: center;}
.section-wechat .section-code img{
    width: 230px;
height: 240px;
margin: 0 auto 40px;
}
.section-wechat .section-code p{ margin-bottom: 16px;}
/*dataInfo*/
.section-dataInfo{
    height: 670px;
}
.section-dataInfo-main{ display: flex; padding: 100px 0 116px;}
.section-dataInfo .section-block{
    width: 566px;
    flex: 1;}
 .section-dataInfo .section-block:first-child{
    margin-right: 48px;
}
.section-dataInfo .section-block h6{ 
border-bottom: 1px solid #eee; 
margin-bottom: 32px;
padding-bottom: 32px;
color:#333333;
font-size: 22px;
line-height: 1;}
.section-dataInfo .section-block h6 span{
    color:#C0C4CC;
    font-size: 13px;
    padding-left: 10px;
}
.section-dataInfo .section-block .more{ padding-top: 5px;}
.section-dataInfo dl{ display: table; margin-bottom: 32px;}
.section-dataInfo dt{
display: table-cell;
vertical-align: middle;
}
.section-dataInfo dt img{width: 167px;
    height: 100px;
    border-radius: 4px;}
.section-dataInfo dd{
  
vertical-align: middle;
padding-left: 16px;
}
.section-dataInfo .a-title{
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    line-height: 1.4;
}
.section-dataInfo .a-title a {
    color: #333333;
}
.section-dataInfo .a-title a:hover{ opacity: 0.8;}
.section-dataInfo .a-article{
    font-size: 13px;
    color: #606266;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    line-height: 1;
}
.section-dataInfo .a-time{
    font-size: 13px;
    color: #909399;
    display: inline-block;
}
.section-dataInfo .a-time::before{
    background: url(../images/index-v3/icon-time.png);
    width: 14px;
    height: 14px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}
.section-dataInfo .data-report li{
    border-bottom: 1px dashed #EEEEEE;
padding: 20px 0;
color:#333333;
font-size:14px;
}
.section-dataInfo .data-report li:first-child{
    padding: 6px 0 25px 0;
}
.section-dataInfo .data-report li a{
    width: 336px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
    color:#333333;
}
.section-dataInfo .data-report li a:hover{ opacity: 0.8;}
.section-dataInfo .data-report li span{
    color:#909399;
    font-size: 13px;
    float: right;
}
/**/
.section-use{ background: url(../images/index-v3/bg-04.png) no-repeat center bottom;
height: 352px;
text-align: center;}
.section-use h2{color:#333333; font-size: 32px;
line-height: 1;
padding: 80px 0 32px 0;}
.section-use p{font-size: 18px; color: #666; margin-bottom: 48px;}
.btns-use{width: 152px;
    height: 40px;
    line-height: 40px;
    background: #52C41A;
    border-radius: 20px;
margin: 0 auto; 
color:#fff !important;
font-size: 18px;
display: inline-block;
}
.btns-use::after{
    width: 10px;
    height: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -3px;
    margin-left: 4px;
}
.btns-use.hvr-ripple-out:before {
    border-radius: 20px;}

/*section-footer*/
.v3-section-footer {
    background: #2B2B2B !important;
}
.v3-section-footer .footer-box {
    padding: 60px 0 50px;
    color: #fff;
}
.v3-section-footer .footerCol {
    float: left;
    margin-right: 138px;
    text-align: left;
}
.v3-section-footer .footerCol.last-child{ margin-right: 255px;}
.v3-section-footer .footerCol dt {
    color: #fff;
    padding-bottom: 40px;
    font-size: 22px;
    line-height: 1;
}
.v3-section-footer .footerCol dd {
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
}
.v3-section-footer .footerCol dd a {
    color:rgba(255, 255, 255, 0.8);
}
.v3-section-footer .footerCol dd a:hover{opacity: 0.8;}
.v3-section-footer .footerQrcode{ width: 160px; margin-right: 65px; text-align: center; float: left; }
.v3-section-footer .footerQrcode:last-child{ margin-right: 0;}
.v3-section-footer .footerQrcode dt {
    float: left;
    padding: 10px;
    background: #FFF;
    width: 140px;
    height: 140px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.v3-section-footer .footerQrcode dt img {
    display: block;
    width: 140px;
    height: 140px;
   
}
.v3-section-footer .footerQrcode dd {
    line-height: 1.8;
    font-size: 14px;
    
}
.v3-section-footer  .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0;
    font-size: 14px;
color: rgba(255, 255, 255, 0.6);
letter-spacing: 4px;
text-align: center;
}   
.copyright a {
    color: rgba(255, 255, 255, 0.6);
}
.copyright a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.footerBtns {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 60px;
    width: 42px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px 0px 0px 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.footerBtns .icon{ 
    display:block; 
    transition:all 0.18s ease-out 0s; 
    position:relative; z-index:1; 
    cursor:pointer;
    width: 42px;
    height: 42px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.4);
    }
.footerBtns .icon,
.footerBtns .icon a.top{
    display: block;
    width: 42px;
    height: 42px;
    color: #52C41A;
    text-align: center;
    line-height: 42px;
}
.footerBtns .icon:hover {
    background: #52c41a;  
}
.footerBtns .icon:hover i {
    color: #fff;
}
.footerBtns .icon:first-child:hover {
    border-radius: 4px 0px 0px 0px;
}
.footerBtns .icon:last-child:hover {
    border-radius:0 0 0px 4px;
}
.footerBtns .btnEntry{ display:none; position:absolute; width:162px; left:-172px; bottom:0; padding-right:10px; color:#666;}
.footerBtns .icon:hover .btnEntry{ display:block;}
.footerBtns .qrcode {
    width: 140px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    font-size: 12px;
    color: #7a8a9a;
}
.footerBtns .qrcode img{ display:block; width:100%; margin-bottom:5px;}
.footerBtns .qrcode p {
    height: 15px;
    line-height: 10px;
}
.footerBtns .contact {
    width: 140px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
}
.footerBtns .contact h4{ font-size:16px; color:#7a8a9a; margin-bottom:10px; font-weight:bold;}
.footerBtns .contact li{ background:#52c41a; width:100%; height:36px; line-height:36px; border-radius:3px; margin-bottom:10px;}
.footerBtns .contact li a{ display:block; color:#fff; padding:0 10px; text-align:left; transition:all 0.18s ease-out 0s;}
.footerBtns .contact li a:hover{ background:#49b016; border-radius:3px;}
.footerBtns .contact li i{ margin-right:4px;}
.footerBtns .contact li:last-child{ margin-bottom:0;}
.footerBtns .weChat-code {
    text-align: center;
}
.footerBtns .weChat-code img {
    width: 140px !important;
    height: 140px !important;
    margin: 3px auto;
}
.footerBtns .weChat-scan {
    color: #858F9A;
    text-align: center;
    font-size: 12px;
}
.footerBtns .weChat-scan:before {
    background: url(../images/video/icon-scan.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    content: '';
}
.footerBtns .arrow {
    position: absolute;
    z-index: 1;
    right: 8px;
    bottom: 15px;
    width: 10px;
    height: 10px;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footerBtns .contact img{ margin: 0 auto;}
/*鍔ㄧ敾*/
@-webkit-keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bottomToTop {
    0% {
        -webkit-transform: translateY(100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes bottomToTop {
    0% {
        -moz-transform: translateY(100%);
        opacity: 0
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

@keyframes bottomToTop {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes leftToRight {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes leftToRight {
    0% {
        -moz-transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1
    }
}

@keyframes leftToRight {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #52c41a solid 6px;
    border-radius: 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

.hvr-ripple-out1:before {
    border-radius: 100px;
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px);
    }

    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px);
    }

    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@-webkit-keyframes play {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
    }
}

@-moz-keyframes play {
    0% {
        -moz-transform: rotateY(0deg);
    }

    100% {
        -moz-transform: rotateY(360deg);
    }
}

@keyframes play {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}
@media screen and (max-width: 600px) {
    video::-webkit-media-controls {
        display: none !important;
    }
}

/*琛屼笟璧勮*/
.pagebody-v3 {
    background: #fff !important;
}
.pagebody-v3 .header-v3 {
    background: #FFFFFF !important;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}
.pagebody-v3 .header-v3 .entry {
    background: #fff;
}
.pagebody-v3 .main-nav li a ,
.pagebody-v3 .header-v3 a.version,
.pagebody-v3 .header-v3 .headerUserInfo {
    color: #333333;
}
.pagebody-v3 .header-v3 .logo .logo2 {
    display:block;
}
.pagebody-v3 .header-v3 .logo .logo1 {
    display:none;
}
.pagebody-v3 .header-v3.headerScroll .logo .logo2{ display: block;}
.pagebody-v3 .logo a::before {
    background: url(../images/logo-feigua-scroll.png) no-repeat !important;
}
.pagebody-v3 .header-v3 .user-area {
    color:#333;
}
.pagebody-v3 .pageMain {
    padding-top:88px;
}
.pagebody-v3 .data-list {
    padding: 10px 0 0 0;
}
.pagebody-v3 .data-list .data-item {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}
.pagebody-v3 .data-list .cover {
    width: 224px;
    height: 134px;
    margin-right: 16px;
    float: left;
}
.pagebody-v3 .data-list .cover img {
    width: 224px;
    height: 134px;
    border-radius: 4px;
}
.pagebody-v3 .data-list .info {
    color: #B0B0B0;
}
.pagebody-v3 .data-list .info .t {
    text-align: left;
    margin: 3px 0 10px;
}
.column-one{display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.pagebody-v3 .data-list .data-item .info .t a {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}
.pagebody-v3 .data-list .data-item .info .t a:hover {
    color:#52C41A;
}
.pagebody-v3 .data-list .data-item .info .c {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 16px;
    color: #666;
}
.pagebody-v3 .tag-list{width: 700px; float: left;}
.pagebody-v3 .tag-list .tag{
    padding: 1px 5px;
    background: #EEFBE9;
    border:1px solid #b2e9a3;
    border-radius: 4px;
    color: #52C41A;
    display: inline-block;
    margin-bottom: 5px;
    font-size:13px;
}
.pagebody-v3 .tag-list .tag:hover,
.pagebody-v3 .tag-list .tag:active,
.pagebody-v3 .tag-list .tag.active{
   color: #fff;
   background: #52C41A;
}
.pagebody-v3 .data-list .time{
    color: #909399;
    float:right;
}
.pagebody-v3 .data-list .time i,
.article-details .article-time i{
    font-size: 13px;
    color: #c8c8c8;
    margin-right: 8px;
}
.pagebody-v3 .list-nav {
    border-bottom: 1px solid #eee;
    width: 100%;
    display:flex;
}
.pagebody-v3 .list-nav ul{
    flex:1;
}
.pagebody-v3 .list-nav li {
    margin-right: 24px;
    float: left;
}
.pagebody-v3 .list-nav li a {
    display: block;
    padding:0 0 10px;
    color: #666;
}
.pagebody-v3 .list-nav li a:hover,
.pagebody-v3 .list-nav li a:active,
.pagebody-v3 .list-nav li a.active {
    color: #52C41A;
    border-bottom: 2px solid #52C41A;
    box-sizing: border-box;
}
.pagebody-v3 .list-nav li.is-active a {
    color: #52C41A;
    border-bottom: 2px solid #52C41A;
    box-sizing: border-box;
}
.page-guild{
   padding: 24px 0 28px;
   line-height: 1;
}
.page-guild a{color: #666; margin: 0 4px;}
.page-guild a:first-child{margin: 0 4px 0 0;}
.page-guild a:hover,
.page-guild a:active,
.page-guild a.active{ color: #52C41A;}
.tag-area{
    padding:22px 0 17px;
    border-bottom: 1px solid #eee;
}
.tag-area .tag-item{
padding:1px 8px;
background: #FFFFFF;
border: 1px solid#D8D8D8;
color: #606266;
border-radius: 4px;
margin-bottom: 5px;
display: inline-block;
}
.tag-area .tag-item:hover{
    color:#52C41A;
}
.tag-area .tag-item.active{
    border: 1px solid#52C41A;
    background: #52C41A;
    color: #fff;
}
.hotTag-area{
    padding:20px 0 0;
    background: #FFFFFF;}
.hotTag-area a{
    padding: 3px 18px;
    border: 1px solid #52C41A;
    border-radius: 4px;
    margin-bottom: 5px;
    color: #52C41A;
    display: inline-block;
}
.hotTag-area a i{ margin-left: 8px; color: #52C41A;}
.hotTag-area a:hover{ opacity: 0.8;}
/**/
.loading-mask {
    position: absolute;
    z-index: 2000;
    background-color: hsla(0,0%,100%,.9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s;
}
.loading{ position: relative; padding: 100px;}
.loading-spinner {
    top: 50%;
    left: 50%;
    text-align: center;
    position: absolute;
}
@-webkit-keyframes loading-rotate{
    from {
    transform:rotate(0deg);
    }
    to {
    transform:rotate(360deg);
    }
}
@keyframes loading-rotate{
    from {
    transform:rotate(0deg);
    }
    to {
    transform:rotate(360deg);
    }
}
.index-loading::before{
    background: url(../images/v3/load.png) no-repeat;
    width: 32px;
    height: 32px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    animation: loading-rotate 1s linear infinite;
    margin-bottom: 12px;
}

.entry-article {
    position: relative;
}
.article-details {
    width: 790px;
    margin: 0 60px 60px 0;
    color:#666666;
    min-height:900px;
    float:left;}
.article-details .article-title{
    font-size:22px;
    color:#333;
    line-height:1.5; 
    margin:-10px 0 16px 0;}
.article-details .article-time{
    font-size:13px;
    color:#999;
    margin-bottom:26px;
    }
.article-details .tag-list{margin-bottom: 36px; width:100%;}
.article-details img{ max-width:810px; width:100%; margin:0 auto 30px;}
.article-details p{
    line-height:28px;
     margin-bottom:30px;}
.article-piece{float: left;}
.article-piece .piece-block{
    width: 272px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    padding: 24px;
    margin-bottom: 24px;
}

.article-piece .code{ text-align: center; padding-top: 22px;}
.article-piece .code-img{
    width: 212px;
    height: 212px;
    background: #F0F0F0;
    margin-bottom: 32px;}
.article-piece p{ color: #666; }

.article-piece h3{color:#303133;
font-size: 16px; margin-bottom: 14px;
line-height: 1; margin-bottom: 10px;
font-weight: 500;
font-family: 'PingFangSC-Medium';
}
.article-piece ul{ 
    max-height: 440px;
    overflow: auto;
}
.article-piece ul::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background: rgba(31, 45, 61, 0.3);
    border-radius: 3px;
  }
.article-piece ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
  }
.article-piece ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(31, 45, 61, 0.3);
  }
.article-piece li{ border-bottom: 1px solid #eee; padding: 12px 0; }
.article-piece li:last-child{margin-bottom: 0 !important;}
.article-piece li h5{
    font-size: 14px;
    color: #303133;
margin-bottom: 8px;
font-weight: 500;
font-family: 'PingFangSC-Medium';
}
.article-piece li p{color:#909399; font-size: 13px;}
.article-piece li p span{ margin-right: 16px;}
/*pagination-index */
.pagination-index .control-pagination {
    color: #999;
    text-align: center;
    margin: 40px auto 60px;
    display: table;
    clear: both;
}

.pagination-index .control-pagination .pagination&gt;li&gt;a,
.pagination-index .pagination&gt;li&gt;span {
    border: none !important;
}

.pagination-index .control-pagination .pagination&gt;li&gt;a:focus,
.pagination-index .pagination&gt;li&gt;a:hover,
.pagination-index .pagination&gt;li&gt;span:focus,
.pagination-index .pagination&gt;li&gt;span:hover,
.pagination-index .control-pagination .pagination li.active a {
    z-index: 2;
    cursor: default;
    background-color: #fff !important;
    border-color: #fff !important;
    color: #52C41A;
}

.control-pagination .pagination {
    padding-left: 0;
    border-radius: 4px;
    margin: 0 10px !important;
    float: left;
}
.control-pagination .pagination&gt;li {
    display: inline;
}
.control-pagination .pagination&gt;li&gt;a,
.pagination&gt;li&gt;span,
.pagination&gt;li&gt;a{
    position: relative;
    float: left;
    font-size: 14px;
    padding: 6px 0;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #999;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e5e9ed;
    min-width: 32px;
    color: #666;
}
.control-pagination .pagination {
    padding-left: 0;
    border-radius: 4px;
    margin: 0 10px !important;
    float: left;
}
.control-pagination .pageJump {
    float: left;
}
.pagination-text-input {
    width: 48px;
    height: 32px !important;
    font-size: 15px;
    border: 1px solid #e5e9ed;
    color: #89a;
    margin: 0 10px !important;
    text-align: center;
    position: relative;
    vertical-align: middle;
}
.code-area dl{ margin-right: 96px; display: inline-block;}
.code-area dl dt{margin-bottom: 24px;}
.code-area dl dd{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.code-area .code-01{
    width: 142px;
    height: 142px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    padding: 9px;
}
.code-area .code-01 img{
    width: 142px;
    height: 142px;
}
.code-area .code-02 {
    padding: 16px 0;
}
.rank-entrance {
    background: url(../images/v3/rank-entrance.png) no-repeat;
    width: 183px;
    height: 32px;
    display: inline-block;
    margin: 26px 0 0 10px;
}
.good-entrance {
    background: url(../images/index-v3/good-entrance.png) no-repeat;
    width: 206px;
    height: 32px;
    display: inline-block;
    margin: 26px 0 0 10px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.6);
  overflow: auto;
  z-index: 999;
}
.overlay-panel {
  position: absolute;
  top: 10vh;
  left: 0;
  right: 0;
  width: 428px;
  margin: auto;
  padding: 24px;
  background: #FFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.overlay-panel .panel-hd {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #333;
}
.overlay-panel .panel-bd p {
  margin-top: 24px;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}
.overlay-panel .panel-bd .mt30 {
  margin-top: 30px;
}
.overlay-panel .panel-bd .contact {
  margin: 24px auto 0;
  width: 186px;
  text-align: center;
}
.overlay-panel .contact .qrcode {
  width: 186px;
  height: 186px;
  margin-bottom: 24px;
  padding: 8px;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  border-radius: 8px;
}
.overlay-panel .contact .qrcode img {
  width: 100%;
}
.overlay-panel .icon-close {
  position: absolute;
  top: 27.5px;
  right: 27.5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: #ccc;
}
.nc-container .nc_scale span {
    box-sizing: border-box;
}

//鎼滅储
.form-control-search{
    position:absolute;
    width:264px;
}
.control-search{
    width: 240px;
    height:28px;
    margin-left:24px;
    margin-top: -8px;
    position: relative;
    display:flex;
}
.control-search .control-input{
    width: 194px;
    overflow: hidden;
    height: 28px;
    line-height:28px;
    padding:0 24px 0 12px; 
    border:1px solid #E4E4E4; 
    border-radius: 4px;
    outline: none;
    color:#333;
    font-size:13px;
    box-sizing: border-box;
}
.control-search .control-inputt::-webkit-placeholder {
    color: #BCBCBC !important;
}
.form-control-search .control-input:focus,
.form-control-search .control-input:hover,
.form-control-search.control-input:active{
    border:1px solid #52C41A ;
}
.control-search .control-search-submit{
    width: 48px;
    height: 28px;
    background: #52C41A;
    display: inline-block;
    color: #fff;
    line-height: 28px;
    position: absolute;
    right:0;
    top:0;
    text-align: center;
    border-radius: 0 4px 4px 0;
}
.control-search .control-search-submit:hover{
    opacity:0.8;
}
.control-search .control-search-clear {
    position: absolute;
    right: 50px;
    top: 0px;
    cursor: pointer;
    font-size: 16px;
    color:#c0c4d6;
    width:28px;
    height:28px;
    display:none;
}
.control-search .control-search-clear .iconpark-icon{
    width:16px;
    height:16px;
    font-size: 16px;
    margin: 5px;
  }
.control-search .control-search-clear:hover{
   opacity:0.8;
}
#searchInput:focus ~ .control-search-clear {
    display: block;
}

#clearButton:hover ~ .control-search-clear {
    display: none;
}

.page-nodata{
    text-align:center;
    padding:150px 0;
    color:#666;
}
.page-nodata .data-img{
    background:url(../images/nodata-l.png) no-repeat;
    width:164px;
    height:160px;
    display:block;
    margin:0 auto 40px;
}</pre></body></html>