@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0
}
* {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-focus-ring-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
body {
    padding: 0;
    margin: 0;
    background: #f1f1f1;
    font: .16rem "微软雅黑";
}
html,body,fieldset,img,iframe,abbr {
    border: 0
}
li {
    list-style: none
}
input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
textarea {
    overflow: auto;
    resize: none
}
h1,h2,h3,h4,h5,h6,em,strong,b {
    font-weight: 700
}
a {
    border: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none
}
a:hover {
    text-decoration: none
}
img{
    width: 100%;
    vertical-align: middle;
}
input,select{
    outline: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
textarea {
    overflow: auto;
    resize: none
}
.hide {
    display: none
}
.fl {
    float: left
}
.fr {
    float: right
}
.show {
    display: block
}
@-webkit-keyframes floatUp{
    0% {
        -webkit-transform: translate(0,-.1rem);
        transform: translate(0,-.1rem)
    }
    100% {
        -webkit-transform: translate(0,.1rem);
        transform: translate(0,.1rem)
    }
}
@keyframes floatUp{
    0% {
        -webkit-transform: translate(0,-.1rem);
        transform: translate(0,-.1rem)
    }
    100% {
        -webkit-transform: translate(0,.1rem);
        transform: translate(0,.1rem)
    }
}

.container{
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
/*-- header --*/
header{
    width: 100%;
    height: .8rem;
    position: absolute;
    /*background-color: #171717;*/
	background: url("../images/nav-bg.png") no-repeat;
    background-size: 100%;
    z-index: 50;
}
#menu{
    margin: .19rem auto;
    position: relative;
}
#menu #J-hd-menu{
    clear: both;
    /*margin-left: 3.6rem;*/
    font-size: 0;
    text-align: center;
}
#menu #J-hd-menu .J-hd-menu-li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#menu #J-hd-menu .J-hd-menu-li>img{
    width: .01rem;
}
#menu #J-hd-menu .J-hd-menu-li a.m{
    margin: 0rem .4rem;
    display: block;
    font-size: .26rem;
    font-weight: 700;
    color: #FFFFFF;
	width:1.5rem;
	height:0.5rem;
}
#menu #J-hd-menu .J-hd-menu-li a.m>img{
    width: auto;
    height: .12rem;
    margin-right: .07rem;
    display: inline-block;
}
#menu #J-hd-menu .J-hd-menu-li a.m:hover,#menu #J-hd-menu .J-hd-menu-li a.m.active{
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
	color: #78FFAE;
	background: url("../images/nav-active.png") no-repeat center bottom;
    background-size: 100%;
}
.menu-sub{
    width: 1.84rem;
    position: absolute;
}
.menu-sub1{
    /*right: -0.25rem;*/
	width:100%;
	vertical-align: middle;
	top:0.33rem;
}
.menu-sub .menu-sub-icon{
    /*width: 1.43rem;*/
    height: .46rem;
    background: url("../images/nav-follow.png") no-repeat;
    /*background-size: 100%;*/
    font-size: 0;
    text-align: center;
}
.menu-sub .menu-sub-icon li{
    width: .28rem;
    margin: .1rem .08rem;
    display: inline-block;
    cursor: pointer;
}
.menu-sub .menu-sub-icon span{
    margin: .2rem 0;
    display: inline-block;
    line-height: .28rem;
    font-size: .24rem;
    font-weight: 700;
    color: #e4cca6;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform-origin: 32% 50%;
    -moz-transform-origin: 32% 50%;
    -ms-transform-origin: 32% 50%;
    -o-transform-origin: 32% 50%;
    transform-origin: 32% 50%;
}
.menu-sub .menu-sub-erweima{
    width: 1.7rem;
    height: 1.7rem;
    margin: auto;
    position: relative;
    background-color: rgba(48,39,33,.8);
}
.menu-sub .menu-sub-erweima li{
    width: 1.3rem;
    position: absolute;
    left: .2rem;
}
.menu-sub .menu-sub-erweima li p{
    line-height: .28rem;
    font-size: .24rem;
    font-weight: 700;
    color: #e4cca6;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 12% 50%;
    -moz-transform-origin: 12% 50%;
    -ms-transform-origin: 12% 50%;
    -o-transform-origin: 12% 50%;
    transform-origin: 12% 50%;
}
.wrap{
    width: 100%;
    position: relative;
   /* background: url("../images/bg.png") no-repeat center top;*/
    background: url("../images/bg.png") no-repeat;
    background-size: 100%;
}
.logo{
    width: 3.88rem;
    position: absolute;
    top: .9rem;
    left: .6rem;
    cursor: default;
    z-index: 60;
}
.ios-recommend{
    width: 1.3rem;
    position: absolute;
    top: 1.5rem;
    left: .9rem;
    display: none;
}
.topic{
    width: 100%;
    height: 10rem;
    position: relative;
    top: 0;
    left: 0;
}
.topic .slogan{
    width: 10.0rem;
    position: absolute;
    top: 10rem;
    left: 4.2rem;
}
.topic .btn-video{
    width: 1.12rem;
    position: absolute;
    top: 5.5rem;
    left: 11.9rem;
    -webkit-animation: pulse 1s infinite;
    -o-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}
.download{
    width: 100%;
    height: 2.5rem;
    position: absolute;
    bottom: .2rem;
    z-index: 2;
    font-size: 0;
    text-align: center;
}
.download-erweima{
    width: 2.35rem;
    height: 2.35rem;
    margin-right: .25rem;
    /*background: url("../images/erweima-bg.png") no-repeat;
    background-size: 100%;*/
    display: inline-block;
}
.download-erweima img{
    /*width: 1.10rem;
    margin-top: .12rem;*/
	width: 2.3rem;
    margin-top: 0.02rem;
}
.download-btn{
    position: relative;
}
.download-btn a{
    width: 2.58rem;
    margin: 0 .25rem;
    display: inline-block;
    vertical-align: bottom;
}
.download-btn a:hover{
    opacity: .9;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.android-btn{
    position: absolute;
    top: .80rem;
    left: 2.74rem;
}
.android-btn a{
    margin: .05rem 0 0;
    display: block;
}
/*资讯栏*/
.infor{
    width: 12.8rem;
    height: 3.23rem;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    position: relative;
    background: url("../images/news-bg.png") no-repeat;
    background-size: 100%;
    z-index: 1;
    font-size: 0;
    text-align: center;
	margin-top:2rem;
}
.infor-pic{
    width: 1.8rem;
    display: inline-block;
    vertical-align: top;
}
.infor-pic a{
    margin-bottom: .15rem;
    display: block;
	height:0.6rem;
}
.infor-news-pic-1{
	background: url("../images/news-pic-1.png") no-repeat center;
    background-size: 100%;
    display: inline-block;
	
	line-height:0.55rem;
	font-size: 0.25rem;
	font-family: Adobe Heiti Std;
	font-weight: bold;
	color: #FFFFFF;
	text-stroke: 1.1px #683F00;
	-webkit-text-stroke: 1.1px #683F00;
	
}
.infor-news-pic-2{
	background: url("../images/news-pic-2.png") no-repeat center;
    background-size: 100%;
    display: inline-block;
	
	line-height:0.55rem;
	font-size: 0.25rem;
	font-family: Adobe Heiti Std;
	font-weight:bold;
	color: #FFFFFF;
	text-stroke: 1.1px #003024;
	-webkit-text-stroke: 1.1px #003024;	
}
.infor-pic .infor-erweima{
    margin-bottom: .10rem;
}
.infor-erweima p{
    font-size: .18rem;
    font-weight: 700;
    color: #4E4C4C;
    white-space: nowrap;
}
/*轮播*/
.carousel{
    width: 5.37rem;
    height: 3.53rem;
    margin: 0 .30rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.carousel-swiper{
    width: 5.37rem;
    height: 3.53rem;
    border-radius: .24rem;
}
.carousel-swiper-pagination{
    position: relative;
    bottom: .3rem;
}
.carousel-swiper-pagination .swiper-pagination-bullet{
    width: .12rem;
    height: .12rem;
    margin: 0 .12rem;
    background-color: #767a7d;
}
.carousel-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #63ca90;
}
/*tab切换*/
.tab{
    width: 4.30rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.tab_list {
    padding: .05rem;
}
.tab_list ul{
    float: left;
    width: 100%;
}
.tab_list ul li{
    border-bottom: .01rem dashed #8e8e93;
}
.tab_list ul li a{
    height: .48rem;
    position: relative;
    display: block;
    line-height: .48rem;
    font-size: .16rem;
    color: #4C853A;
    opacity: 0.8;
}
.tab_list ul li a:before {
    content: '';
    width: .25rem;
    height: .23rem;
    position: absolute;
    left: 0;
    top: .14rem;
    /*background: url(../images/news-dot.png) no-repeat;
    background-size: 100%;*/
}
.tab_list ul li a:hover:before {
    /*background: url(../images/news-dot-active.png) no-repeat;
    background-size: 100%;*/
}
.tab_list ul li a:hover{
    opacity: 1;
}
.tab_ic{
    float: left;
  	background: url(../images/licionbg.png) no-repeat center top;
    background-size: 100%;
	/*height:0.4rem;*/
	width:0.55rem;
	text-align: center;
    top: 0.13rem;
    position: relative;
	line-height:0.25rem;
	color:#FFFFFFFF;
}

.tab_icon{
    float: left;
    margin-left: .30rem;
}
.tab_title{
    float: left;
    width: 2.5rem;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tab_date {
    float: right;
    text-align: right;
}
.pws_tabs_container,
.pws_tabs_controll a {
    font-size: .16rem;
}
.pws_tabs_container {
    /*padding: .1rem;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pws_tabs_container ul.pws_tabs_controll {
    width: 4.24rem;
    margin: auto;
    border-bottom: .01rem solid #7e7d7d;
    text-align: left;
}
.pws_tabs_container ul.pws_tabs_controll li {
	/*background: url("../images/tabtitlebgh.png") no-repeat;
    background-size: 100%;
	background-color:#6a9e5f;
	*/
	
    display: inline-block;
}
.pws_tabs_container ul.pws_tabs_controll li.active{
	background: url("../images/tabtitlebg.png") no-repeat;
    background-size: 100%;
    display: inline-block;
	color: #FFFFFF;
}
.pws_tabs_container ul.pws_tabs_controll li:hover{
	background: url("../images/tabtitlebg.png") no-repeat;
    background-size: 100%;
    display: inline-block;
	color: #FFFFFF;
}
.pws_tabs_container ul.pws_tabs_controll li a {
    margin: .08rem .16rem .15rem;
    position: relative;
    display: block;
    line-height: 1;
    font-size: .22rem;
    font-weight: 700;
    color: #6a9e5f;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
	/*background: url("../images/tabtitlebg.png") no-repeat;
    background-size: 100%;*/
    /*color: #63ca90;
	color:#FCF0D1FF;*/
	color: #FFFFFF;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active:before {
    content: '';
    width: .03rem;
    height: .18rem;
    /*background-color: #63ca90;*/
    position: absolute;
    left: -.06rem;
    top: .03rem;
}
.pws_tabs_container ul.pws_tabs_controll li:last-child a {
    border-right: 0rem;
}
.pws_tabs_container ul.pws_tabs_controll li a i {
    margin-right: .08rem;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_noname i {
    margin-right: 0;
    margin-left: 0;
}
.btn-more{
    width: .6rem;
    height: .24rem;
    position: absolute;
    top: .05rem;
    right: .05rem;
    border: .02rem solid #585656;
    border-radius: .2rem;
    line-height: .24rem;
    font-size: .14rem;
    color: #a9a9a9;
    text-align: center;
}
.pws_tabs_list {
    display: block;
    transition: all .3s ease-in-out .3s;
    overflow: hidden;
    position: relative;
}
.pws_tab_single {
    display: block;
    transition: all .3s ease-in-out;
}
.title{
	background: url("../images/title-1.png") no-repeat;
    background-size: 100%;
    width: 5.50rem;
    margin: auto;
	
}
.title a{
	display: block;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.4rem;
	
	font-family: Nowar-C&C-Warcraft-CN-Bold;
	font-weight: bold;
	color: #D7FFB4;
}

/*视频*/
.videos{
    padding-bottom: 1rem;
    font-size: 0;
    text-align: center;
	margin-top:1rem;
}
.videos-tab{
    margin-top: .4rem;
    margin-bottom: .2rem;
    position: relative;
}
.videos-tab a{
    width:2rem;
    height: .72rem;
    margin: 0 .35rem;
    display: inline-block;
    vertical-align: middle;
	font-weight: bold;
	line-height:0.6rem;
	font-size:0.4rem;
}
.videos-tab img{
    width: 1.22rem;
    height: .12rem;
    margin: 0 .35rem;
    display: inline-block;
    vertical-align: middle;
}
.videos-tab .videos-item:first-child{
	text-align:center;
	color:#5B8664;
	/*background: url("../images/video-line-no.png") no-repeat ;
	background-position: right;*/
	opacity: 0.7;
}
.videos-tab .videos-item.current:first-child{
	text-align:center;
	color:#5B8664;
	/*background: url("../images/video-line.png") no-repeat ;
	background-position: right;*/
	opacity: 1;
}
.videos-tab .videos-item:nth-child(2){
	text-align:center;
	color:#5B8664;
	/*background: url("../images/video-line-no.png") no-repeat center right;*/
	opacity: 0.7;
}
.videos-tab .videos-item.current:nth-child(2){
	text-align:center;
	color:#5B8664;
	/*background: url("../images/video-line.png") no-repeat center right;*/
	opacity: 1;
}
.videos-tab .videos-item:nth-child(3){
	text-align:center;
	color:#5B8664;
	opacity: 0.7;
 	/*background: url("../images/video-line-no.png") no-repeat center right;*/
}
.videos-tab .videos-item.current:nth-child(3){
	text-align:center;
	color:#5B8664;
    /*background: url("../images/video-line.png") no-repeat center right;*/
	opacity: 1;
}


.videos-tab .videos-more{
    width: 1.05rem;
    height: .52rem;
    position: absolute;
    top: .2rem;
	text-align:center;
	line-height:0.35rem;
	font-size:0.15rem;
	color:#696969FF;
	
    background: url("../images/videos-more.png") no-repeat;
    background-size: 100%;
}
.videos-content{
    overflow: hidden;
}
.videos-lists{
    margin: 0 4.12rem;
    position: relative;
}
.videos-lists .videos-swiper a{
    width: 3.38rem;
    height: 1.69rem;
    position: relative;
    overflow: hidden;
    border-radius: .2rem;
    display: block;
}
.videos-lists .videos-swiper a:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/videos-play.png") no-repeat center center;
    background-size: .57rem .57rem;
}
.videos-lists .videos-swiper p{
    line-height: .36rem;
    font-size: .20rem;
    color: #5B8664;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.videos-lists .videos-swiper-button-prev{
    width: .4rem;
    height: .56rem;
    position: absolute;
    top: .85rem;
    left: -.55rem;
    background: url("../images/videos-btn.png") no-repeat;
    background-size: 100%;
}
.videos-lists .videos-swiper-button-next{
     width: .4rem;
    height: .56rem;
    position: absolute;
    top: .85rem;
    right: -.55rem;
    background: url("../images/videos-btn.png") no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*角色介绍*/
.role{
    padding-bottom: .65rem;
    position: relative;
    /*background: url("../images/role-bg.png") no-repeat 0 1.25rem;*/
	background: url("../images/role-bg.png") no-repeat;
    background-size: 100%;
    font-size: 0;
}
.role-swiper{
    height: 9.75rem;
    /*background: url("../images/role-s-bg.png") no-repeat 4.16rem .7rem;
    background-size: 5.3rem 5.0rem;*/
	background: url("../images/role-s-bg.png") no-repeat 3.16rem .1rem;
    background-size: 3.1rem 7.8rem;
}
/*.role-swiper .swiper-slide .role-intro{*/
/*width: 4.29rem;*/
/*position: absolute;*/
/*right: 4.35rem;*/
/*top: .5rem;*/
/*}*/
.role-swiper .swiper-slide .role-pic{
    width: 11.25rem;
    position: absolute;
    left: 4.6rem;
    top: 0.6rem;
}
.role-swiper .swiper-slide.swiper-slide-active .role-pic{
    -webkit-animation: fadeInRight .3s .3s;
    -o-animation: fadeInRight .3s .3s;
    animation: fadeInRight .3s .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*.role-swiper .swiper-slide.swiper-slide-active .role-intro{*/
/*-webkit-animation: fadeInRight .4s .4s;*/
/*-o-animation: fadeInRight .4s .4s;*/
/*animation: fadeInRight .4s .4s;*/
/*-webkit-animation-fill-mode: both;*/
/*animation-fill-mode: both;*/
/*}*/
.role-swiper-pagination{
    position: absolute;
    top: .54rem;
    left: 4.16rem;
}
.role-swiper-pagination .swiper-pagination-bullet{
    width: 1rem;
    height: 1rem;
    float: left;
    border-radius: 0;
    opacity: 1;
    position: absolute;
}
.role-swiper-pagination .swiper-pagination-bullet:first-child{
    top: .12rem;
    left: 1.25rem;
    background: url("../images/role-s-1.png") no-repeat;
    background-size: 100%;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child{
    background: url("../images/role-s-1-active.png") no-repeat;
    background-size: 100%;
}
.role-swiper-pagination .swiper-pagination-bullet:nth-child(2){
    top: 1.42rem;
    left: -.58rem;
    background: url("../images/role-s-2.png") no-repeat;
    background-size: 100%;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2){
    background: url("../images/role-s-2-active.png") no-repeat;
    background-size: 100%;
}
.role-swiper-pagination .swiper-pagination-bullet:nth-child(3){
    top: 3.6rem;
    left: -1.32rem;
    background: url("../images/role-s-3.png") no-repeat;
    background-size: 100%;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3){
    background: url("../images/role-s-3-active.png") no-repeat;
    background-size: 100%;
}
.role-swiper-pagination .swiper-pagination-bullet:nth-child(4){
    top: 5.8rem;
    left: -0.82rem;
    background: url("../images/role-s-4.png") no-repeat;
    background-size: 100%;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4){
    background: url("../images/role-s-4-active.png") no-repeat;
    background-size: 100%;
}
.role-swiper-pagination .swiper-pagination-bullet:nth-child(5){
    top: 7.35rem;
    left: 1.25rem;
    background: url("../images/role-s-5.png") no-repeat;
    background-size: 100%;
}
.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(5){
    background: url("../images/role-s-5-active.png") no-repeat;
    background-size: 100%;
}
/*宠物介绍*/
.pet{
    padding-bottom: .9rem;
    font-size: 0;
}
.pet-info{
    /*width:100%;
    height: 8.34rem;*/
	width:100%;
    height: 100%;
    margin: .8rem auto 0;
    position: relative;
}
.pet-swiper{
    /*width: 12.18rem;*/
	width:100%;
    height: 7rem;
}
.pet-swiper .swiper-slide .pet-screen{
    width:100%;
    height: 6rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.pet-swiper .swiper-slide .pet-pic{
    /*width: 11.03rem;
    height: 5.67rem;*/
	width:100%;
    height: 100%;
    position: absolute;
    top: .18rem;
    /*left: .6rem;*/
    overflow: hidden;
    z-index: 3;
}
.pet-swiper-button-prev{
    width: .68rem;
    height: 1.1rem;
    position: absolute;
    left: 3rem;
    top: 2.9rem;
    margin-top: 0;
    background: url("../images/btn-left.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-button-next{
    width: .68rem;
    height: 1.1rem;
    position: absolute;
    right: 3rem;
    top: 2.9rem;
    margin-top: 0;
    background: url("../images/btn-right.png") no-repeat;
    background-size: 100%;
}
/*.pet-swiper-pagination{*/
    /*width: 9.6rem;*/
    /*height: .93rem;*/
    /*margin: .45rem auto 0;*/
    /*position: relative;*/
/*}*/
/*.pet-swiper-pagination .swiper-slide a{*/
    /*width: .84rem;*/
    /*height: .93rem;*/
    /*display: block;*/
/*}*/
/*.pet-swiper-pagination .swiper-slide.swiper-slide-active a{*/
    /*box-shadow: 0 0 .2rem rgba(0,0,0,.2);*/
/*}*/
/*.pet-swiper-pagination-button-prev{*/
    /*width: .38rem;*/
    /*height: .38rem;*/
    /*position: absolute;*/
    /*left: 0rem;*/
    /*top: 4.7rem;*/
    /*margin-top: 0;*/
    /*background: url("../images/btn-left.png") no-repeat;*/
    /*background-size: 100%;*/
/*}*/
/*.pet-swiper-pagination-button-next{*/
    /*width: .38rem;*/
    /*height: .38rem;*/
    /*position: absolute;*/
    /*right: 0rem;*/
    /*top: 4.7rem;*/
    /*margin-top: 0;*/
    /*background: url("../images/btn-right.png") no-repeat;*/
    /*background-size: 100%;*/
/*}*/
.pet-swiper-pagination{
    height: 2.04rem;
    margin: .2rem auto 0;
    position: relative;
    overflow: hidden;
}
.pet-swiper-pagination .swiper-pagination-bullet{
    width: 1.9rem;
    height: 1.9rem;
    margin: 0 .08rem;
    border-radius: 0;
    opacity: 1;
}
.pet-swiper-pagination .swiper-pagination-bullet:first-child{
    background: url("../images/pet-s-1.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child{
    background: url("../images/pet-s-1-active.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet:nth-child(2){
    background: url("../images/pet-s-2.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2){
    background: url("../images/pet-s-2-active.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet:nth-child(3){
    background: url("../images/pet-s-3.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3){
    background: url("../images/pet-s-3-active.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet:nth-child(4){
    background: url("../images/pet-s-4.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4){
    background: url("../images/pet-s-4-active.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet:nth-child(5){
    background: url("../images/pet-s-5.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(5){
    background: url("../images/pet-s-5-active.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet:nth-child(6){
    background: url("../images/pet-s-6.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(6){
    background: url("../images/pet-s-6-active.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet:nth-child(7){
    background: url("../images/pet-s-7.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(7){
    background: url("../images/pet-s-7-active.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet:nth-child(8){
    background: url("../images/pet-s-8.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(8){
    background: url("../images/pet-s-8-active.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet:nth-child(9){
    background: url("../images/pet-s-9.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(9){
    background: url("../images/pet-s-9-active.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet:nth-child(10){
    background: url("../images/pet-s-10.png") no-repeat;
    background-size: 100%;
}
.pet-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(10){
    background: url("../images/pet-s-10-active.png") no-repeat;
    background-size: 100%;
}
/*攻略中心*/
.data{
    padding-bottom: 1rem;
    font-size: 0;
    text-align: center;
}
.data-tab{
    width: 1.1rem;
    margin-top: .8rem;
    display: inline-block;
}
.data-tab a{
    width: 1.2rem;
    height: .63rem;
    margin-bottom: .14rem;
    display: inline-block;
    vertical-align: top;
}
.data-tab .data-item:first-child{
	text-align: center;
    line-height: 0.55rem;
    font-size: 0.2rem;
   	color: #1b6030;
	font-weight:bold;
	
    background: url("../images/data-pic-1.png") no-repeat;
    background-size: 100%;
}
.data-tab .data-item:first-child.current{
    background: url("../images/data-pic-1.png") no-repeat;
    background-size: 100%;
	color:#FFFFFF;
	-webkit-text-stroke: 0.5px #1b6030;
	text-stroke: 0.5px #1b6030;
	
}
.data-tab .data-item:nth-child(2){
	text-align: center;
    line-height: 0.55rem;
    font-size: 0.2rem;
    color: #1b6030;
	font-weight:bold;
		
    background: url("../images/data-pic-1.png") no-repeat;
    background-size: 100%;
}
.data-tab .data-item:nth-child(2).current{
    background: url("../images/data-pic-1.png") no-repeat;
    background-size: 100%;
	color:#FFFFFF;
	-webkit-text-stroke: 0.5px #1b6030;
	text-stroke: 0.5px #1b6030;
}
.data-tab .data-item:nth-child(3){
	text-align: center;
    line-height: 0.55rem;
    font-size: 0.2rem;
    color: #1b6030;
	font-weight:bold;
	
    background: url("../images/data-pic-1.png") no-repeat;
    background-size: 100%;
}
.data-tab .data-item:nth-child(3).current{
    background: url("../images/data-pic-1.png") no-repeat;
    background-size: 100%;
	color:#FFFFFF;
	-webkit-text-stroke: 0.5px #1b6030;
	text-stroke: 0.5px #1b6030;
}
.data-tab .data-item:nth-child(4){
	text-align: center;
    line-height: 0.55rem;
    font-size: 0.2rem;
    color: #1b6030;
	font-weight:bold;
	
    background: url("../images/data-pic-1.png") no-repeat;
    background-size: 100%;
}
.data-tab .data-item:nth-child(4).current{
    background: url("../images/data-pic-1.png") no-repeat;
    background-size: 100%;
	color:#FFFFFF;
	-webkit-text-stroke: 0.5px #1b6030;
	text-stroke: 0.5px #1b6030;
}
.data-tab .data-item:nth-child(5){
	text-align: center;
    line-height: 0.55rem;
    font-size: 0.2rem;
    color: #1b6030;
	font-weight:bold;
	
    background: url("../images/data-pic-1.png") no-repeat;
    background-size: 100%;
}
.data-tab .data-item:nth-child(5).current{
    background: url("../images/data-pic-1.png") no-repeat;
    background-size: 100%;
	color:#FFFFFF;
	-webkit-text-stroke: 0.5px #1b6030;
	text-stroke: 0.5px #1b6030;
}
.data-content{
    width: 4rem;
    height: 3.74rem;
    margin: 1rem .25rem 0.6rem 0.35rem;
    position: relative;
    /*background: url("../images/data-bg.png") no-repeat;
    background-size: 100%;*/
    display: inline-block;
    vertical-align: top;
}
.zxbg{
	background: url("../images/zixun_bg.png") no-repeat;
    background-size: 100%;
	display: inline-block;
    vertical-align: top;
}
.data-link{
    width: 3.7rem;
    height: 1.4rem;
    margin: -0.2rem auto 0;
    overflow: hidden;
    display: block;
    border-radius: .2rem;
}
.data-lists{
    margin: 0.3rem .15rem;
}
.data-lists li{
    margin-top: .12rem;
    border-bottom: .01rem dashed #8e8e93;
}
.data-lists li a{
    position: relative;
    overflow: hidden;
    display: block;
    line-height: .30rem;
    font-size: .16rem;
    color: #FFFFFF;
    opacity: .7;
}
/*.data-lists li a:before {
    content: '';
    width: .25rem;
    height: .23rem;
    position: absolute;
    left: 0;
    top: .04rem;
    background: url(../images/news-dot.png) no-repeat;
    background-size: 100%;
}
.data-lists li a:hover:before {
    background: url(../images/news-dot-active.png) no-repeat;
    background-size: 100%;
}*/
.data-lists li a:hover{
    opacity: 1;
}
.data-lists-icon{
    float: left;
    /*margin-left: .30rem;*/
}
.data-lists-title{
    width: 1.3rem;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.data-lists-date{
	color: #FFFFFF;
    float: right;
}
.data-more{
    width: .6rem;
    height: .24rem;
    position: absolute;
    right: .15rem;
    bottom: .08rem;
    /*border: .02rem solid #585656;
    border-radius: .2rem;
    line-height: .24rem;
    font-size: .14rem;
    color: #a9a9a9;
    text-align: center;*/
	
	background: url(../images/more2.png) no-repeat;
    background-size: 100%;
}
.data-pic{
    width: 6.98rem;
    height: 3.7rem;
    margin-top: .8rem;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    border-radius: .2rem;
	margin-right:0.5rem;
}
/*游戏特色*/
.feature{
    padding-bottom: 1.1rem;
    font-size: 0;
}
.feature-content {
    width: 14.3rem;
    margin: .10rem auto 0;
    position: relative;
}
.feature-swiper{
    width: 12.25rem;
    height: 8.5rem;
    margin: auto;
}
.feature-swiper .swiper-slide{
    width: 7.4rem;
    height: 9.37rem;
    position: relative;
}
.feature-swiper .swiper-slide .feature-screen{
    width: 7.4rem;
    height: 9.37rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.feature-swiper .swiper-slide .feature-pic{
    width: 4.5rem;
    height: 8.05rem;
    position: absolute;
    top: .30rem;
    left: 1.45rem;
    overflow: hidden;
    z-index: 2;
}
.feature-swiper-button-next{
    width: .52rem;
    height: .7rem;
    position: absolute;
    top: 3.95rem;
    right: 0;
    background: url("../images/feature-btn.png") no-repeat;
    background-size: 100%;
    z-index: 11;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.feature-swiper-button-prev{
    width: .52rem;
    height: .7rem;
    position: absolute;
    top: 3.95rem;
    left: 0;
    background: url("../images/feature-btn.png") no-repeat;
    background-size: 100%;
    z-index: 11;
}
/*.feature-swiper-pagination{*/
    /*position: relative;*/
    /*top: .16rem;*/
/*}*/
/*.feature-swiper-pagination .swiper-pagination-bullet{*/
    /*width: .35rem;*/
    /*height: .35rem;*/
    /*margin: 0 .1rem;*/
    /*background-color: #a4a4a4;*/
    /*border-radius: 100%;*/
    /*opacity: 1;*/
/*}*/
/*.feature-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{*/
    /*background-color: #ffa215;*/
/*}*/
/*二维码*/
.erweima{
    padding-bottom: 1.5rem;
    font-size: 0;
    text-align: center;
}
.erweima-content{
    width: 3.16rem;
    height: 3.89rem;
    margin: 0 .04rem;
    background: url("../images/erweima-bg2.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}
.erweima-content span{
    width: 1.98rem;
    margin: auto;
    padding-bottom: .05rem;
    display: block;
}
.erweima-content .erweima-icon{
    /*width: .6rem;*/
	width:fit-content;
    padding-top: .1rem;
}
.erweima-icon img{
	width:0.6rem;
	height:0.6rem;
}

.erweima-content .erweima-ewm{
	padding-top:0.05rem;
    width: 1.98rem;
}

.erweima-img{
    width: 2.16rem;
    height: 1.89rem;
    margin: 0 .04rem;
    display: inline-block;
    vertical-align: middle;
	transition: background-image 0.5s; /* 平滑背景图片切换 */
  	cursor: pointer;
	position:relative;
}
.erweima-img img{
    width:1.1rem;
	height:1.1rem;
    display: inline-block;
    vertical-align: middle;
}

.erweima-img:hover .erweima-img-b{
	visibility:visible;
}
.erweima-img-b{
	top:-10px;
	left:0;
	position:absolute;
	visibility:hidden;
}
.erweima-img-b img{
	width: 2.16rem;
    height: 2.16rem;
}
.erweima-img a{
	text-align: center;
    color: #5B8664;
    line-height: 1rem;
    font-size: 0.4rem;
    display: flex;
    justify-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
/*footer*/
footer{
    width: 100%;
    padding: .75rem 0 .45rem;
    background: #2E5841;
}


footer .cont{
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
footer .cont p{
	width:100%;
	margin-right: .9rem;
    display: inline-block;
    margin-top: .12rem;
    line-height: 0.5rem;
    font-size: .25rem;
    text-align: center;
	color:#DFFFED;
}
footer .cont img{
	width:4rem;
}
footer .cont a{
	color:#DFFFED;
}
footer .cont .left{
    margin-right: .9rem;
    display: inline-block;
}
footer .cont .left .logo-game{
    overflow: hidden;
}
footer .cont .left .logo-game img{
    float: left;
    width: auto;
    height: .53rem;
    margin-right: .25rem;
}
footer .cont .left ul{
    margin-top: .2rem;
    overflow: hidden;
}
footer .cont .left ul li{
    float: left;
    position: relative;
    border-right: .01rem solid #68686c;
}
footer .cont .left ul li:last-child{
    border-right: 0;
}
/*footer .cont .left ul li:before{*/
    /*content: '';*/
    /*width: .01rem;*/
    /*height: .12rem;*/
    /*position: absolute;*/
    /*top: .02rem;*/
    /*right: 0;*/
    /*background-color: #68686c;*/
/*}*/
footer .cont .left ul li a{
    padding: 0 .12rem;
    line-height: 1;
    font-size: .14rem;
    color: rgba(255,255,255,.8);
}
footer .cont .left ul li:first-child a{
    padding-left: 0;
}
footer .cont .left p{
    margin-top: .2rem;
    line-height: 1;
    font-size: .12rem;
    color: rgba(255,255,255,.6);
    text-align: left;
}
footer .cont .right{
    display: inline-block;
    vertical-align: top;
}
footer .cont .right p{
    margin-top: .12rem;
    line-height: 1;
    font-size: .12rem;
    color: rgba(255,255,255,.6);
    text-align: left;
}
/*侧边栏*/
.slidebar-right{
    height: 5.60rem;
    width: 2.18rem;
    position: fixed;
    right: -2.2rem;
    top: 50%;
    margin-top: -3.08rem;
    background: url(../images/slidebar-bg.png) no-repeat;
    background-size: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 10;
}
.slidebar-right.on{
    right: .2rem;
}
.slidebar-btn{
    width: .5rem;
    position: absolute;
    left: -.6rem;
    top: 2.3rem;
}
.slidebar-right.on .slidebar-btn{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slidebar-right nav{
    margin: .35rem .38rem 0 .38rem;
    font-size: 0;
    text-align: center;
}
.slidebar-a{
	height: 0.25rem;
    color: #FADEB1;
    line-height: 0.25rem;
    font-size: 0.25rem;
	font-weight:bold;
}
.slidebar-right nav a{
    width: 1.4rem;
    margin: 0 auto .08rem;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.slidebar-right nav a:nth-child(4){
    margin-bottom: .15rem;
}
.slidebar-right nav a:hover{
    opacity: .9;
}
.slidebar-right nav a.slidebar-erweima{
    margin-bottom: .18rem;
    /*background-color: rgba(255,255,255,.5);*/
    border-radius: .2rem;
    overflow: hidden;
    cursor: default;
}
.slidebar-right nav a.slidebar-erweima img{
    width: 1.35rem;
    margin: auto auto 0;
}
.slidebar-right nav a.slidebar-erweima p{
    height: .18rem;
    padding-bottom: .05rem;
    background: url("../images/slidebar-hint.png") no-repeat;
    background-size: 100%;
}
.slidebar-right nav a.slidebar-erweima2{
    margin-top: .12rem;
    overflow: hidden;
    cursor: default;
}
.slidebar-right nav a.slidebar-erweima2 img{
    width: .88rem;
    margin: 0 auto;
}
.slidebar-right nav a.slidebar-erweima2 p{
    height: .18rem;
    background: url("../images/slidebar-hint2.png") no-repeat;
    background-size: 100%;
}
.slidebar-left a{
    width: 2.0rem;
    position: fixed;
    left: .2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: floatUp 1s infinite alternate;
    animation: floatUp 1s infinite alternate;
    z-index: 10;
    cursor: default;
}
/*弹出视频*/
.shade{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    position:fixed;
    top:0;
    left:0;
    z-index: 100;
}
.video{
    width: 10rem;
    height: 6rem;
    position: absolute;
    left: 50%;
    margin-left: -5rem;
    top:50%;
    margin-top: -3rem;
}
.close{
    width: .5rem;
    height: .5rem;
    position: absolute;
    left: 10.2rem;
    background:url(../images/btn-close.png) no-repeat;
    background-size: 100%;
    cursor:pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 101;
}
.close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*弹层*/
.dialog{
    position: fixed;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    z-index: 101;
}
.pop-android-nei p{
    width: 6.09rem;
    margin: auto;
}
.pop-android .dia-close{
    width: .63rem;
    height: .63rem;
    position: absolute;
    top: -.2rem;
    right: -.2rem;
    background:url(../images/pop-close.png);
    background-size: 100%;
    cursor:pointer;
    z-index: 101;
}
/*二级页*/
#wrapper{
    width: 100%;
    background-color: #f1f1f1;
}
#wrapper .slidebar-left{
    /*left: auto;*/
    /*right: .4rem;*/
    top: .8rem;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#wrapper .slidebar-left nav:before{
    width: 0;
    height: 0;
}
#wrapper .slidebar-left nav:after{
    width: 0;
    height: 0;
}
#wrapper .slidebar-right{
    /*left: .2rem;*/
    /*right: auto;*/
    top: .8rem;
    margin-top: 0;
}
.content{
    width: 12.6rem;
    margin: auto;
    margin-bottom: 1.4rem;
    position: relative;
    top: .8rem;
    background-color: #fff;
    box-shadow: .05rem .05rem .05rem rgba(0,0,0,.2);
}
.content-header{
    margin: 0rem .7rem;
    padding-top: .5rem;
    padding-bottom: .2rem;
    position: relative;
    border-bottom: .03rem solid #dae0e8;
}
.content-header-title{
    line-height: 1;
    font-size: .4rem;
    color: #baa687;
}
.content-header-title span{
    font-size: .21rem;
    font-weight: 400;
    color: #dadada;
}
.content-header-site{
    position: absolute;
    right: 0;
    bottom: .2rem;
    font-size: .14rem;
    color: #b9b9b9;
}
.content-header-site a{
    color: #b9b9b9;
}
.content-main{
    position: relative;
    margin: 0rem .7rem;
}
.content-main-tab{
    height: .4rem;
    margin: auto;
    border-bottom: .03rem solid #dae0e8;
}
.content-main-tab-item{
    width: 16.66%;
    line-height: .4rem;
    font-size: .18rem;
    text-align: center;
    float: left;
    z-index: 99;
}
.content-main-tab-item.active{
    border-bottom: .03rem solid #f2432d;
}
.content-main-tab-item a{
    display: block;
    color: #656565;
}
.content-main-list{
    min-height: 4rem;
    padding-top: .1rem;
    clear: both;
}
.content-main-list-item{
    margin-top: .2rem;
    line-height: .4rem;
    border-bottom: .01rem dashed #656565;
    overflow: hidden;
}
.content-main-list-item a{
    font-size: .16rem;
    color: #656565;
}
.content-main-list-item a:hover{
    color: #ff7200;
}
.content-main-list-item_icon{
    margin-right: .1rem;
    float: left;
}
.content-main-list-item_title{
    float: left;
    width: 9rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content-main-list-item_date{
    float: right;
}
.content-main-page{
    padding: .8rem .7rem .3rem;
}
.content-main-page2{
    padding: 0rem .7rem .2rem;
}
.content-main-page-list{
    width: 4.2rem;
    margin: auto;
    background-color: #e3e3e3;
    border-radius: .3rem;
    line-height: .3rem;
    font-size: .18rem;
    color: #fff;
    text-align: center;
}
.content-main-page-list a{
    margin: 0 .1rem;
    display: inline-block;
    color: #fff;
}
#pageNow{
    color: #757575;
}
.content-main-inner{
    padding: .30rem 0;
    overflow: auto;
    color: #656565;
}
.content-main-title{
    font-size: .32rem;
    text-align: center;
}
.content-main-time{
    font-size: .14rem;
    text-align: center;
}
.content-main-ctn{
    min-height: 4rem;
    padding: .30rem 0;
    margin: auto;
    font-size: .16rem;
}
.content-main-ctn img{
    width: auto;
    max-width: 100%;
    margin: auto;
    display: block;
}
/*视频站*/
.content-video-tab{
    margin: .3rem 0;
    text-align: center;
}
.content-video-tab a{
    /*width: 1.84rem;
    height: .54rem;*/
	width: 2rem;
    height: .6rem;
    margin: 0 .1rem;
    position: relative;
    /*background: url("../images/videos-nav.png") no-repeat;
    background-size: 100%;*/
    display: inline-block;
    line-height: .54rem;
    font-size: .22rem;
    font-weight: 700;
    color: #95918b;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.content-video-tab .nav1{
    background: url("../images/videos-nav.png") no-repeat;
    background-size: 100%; 
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #155D64;
}
.content-video-tab .nav2{
    background: url("../images/videos-nav2.png") no-repeat;
    background-size: 100%; 
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3B5B76;
}

.content-video-tab .nav3{
    background: url("../images/videos-nav3.png") no-repeat;
    background-size: 100%; 
	font-family: Microsoft YaHei;
font-weight: bold;
color: #762F2B;
}


.content-video-tab a.current,.content-video-tab a:hover {
    color: #f1f1f1;
}
.content-video-content{

}
.content-video-lists{
    overflow: hidden;
}
.content-video-lists li{
    width: 5.2rem;
    margin: 0 .2rem .3rem;
    float: left;
}
.content-video-lists li a{
    width: 5.2rem;
    height: 2.93rem;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: .3rem;
}
.content-video-lists li a:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/video-play2.png") no-repeat center center;
    background-size: 1.5rem .85rem;
}
.content-video-lists li p{
    line-height: .4rem;
    font-size: .12rem;
    color: #656565;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.languagelist{
	/*background: url("../images/language-bg.png") no-repeat center center;*/
	background: #698d9e;
	top:0.55rem;
	clear: both;
    width: 1.7rem;
    text-align: center;
    float: left;
    position: absolute;
    margin: 0.05rem 0.4rem 0rem 0.3rem;
}
.languagelist a{
	/*width:1.46rem;*/
	line-height: .6rem;
    display: block;
    font-size: .16rem;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
}