.weixin{
	width: 100%;
	background: black;
	opacity: 0.9;
	position: absolute;
	height: 100%;
	z-index: 999;
	top: 0px;
	display: none;
}
.weixin img{
	display: block;
	overflow: hidden;
	width: 100%;
}




html {
	background: #e8f0f2;
	color: rgb(0, 0, 0);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Microsoft YaHei";
}


.headdown{
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0px;
    z-index: 9999;
    background: #ff5400;
    z-index: 998;
}
.headdown .toplogo{
	width: 100px;
	height: 30px;
	margin-top: 5px;
}
.headdown .toplogo img{
	width: 100%;
	display: block;
}
.topleft:{
	float: left;
	width: 120px;
}
.headdown .toprlght{
	width: 100px;
	height: 30px;
	background:#ffe09d;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 5px;
}
.headdown .toprlght a{
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #840400;
	display: block;
	font-size: 14px;
}
.header {
	display: none!important;
	width: 100%;
	height: 48px;
	display: block;
	margin: 0 auto auto auto;
}
}
.page .btn.current{
	color: #fff;
    background: #f80;
    border-color: #f80;
}
.page .btn.current,.page .btn:hover {
	color: #fff;
    background: #fd89ae;
    border-color: #fd89ae;
}

.navall{
   display: none;	
}
.game-info-area{
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: url(../images/bg-mobile.png) no-repeat;
	background-size:  100% 500px;
	position: relative;
	margin-top: 40px;
}
.game-info-area .bgleft{
	width: 100%;
	height: 320px;
	background: url(../images/big1.png) no-repeat;
	background-size: 100% 320px;
	margin-top: 8px;
}
.game-info-area .bgleft{
	animation-name: women; 
	-webkit-animation: women 1s cubic-bezier(0,1.19,.99,.99) 0s normal none; 
	-moz-animation: women 1s cubic-bezier(0,1.19,.99,.99) 0s normal none; 
	-ms-animation: women 1s cubic-bezier(0,1.19,.99,.99) 0s normal none; 
}
.game-info-area .bgleft{ position: absolute; z-index: 12; top: -8px; }
@-webkit-keyframes women { from { top: 490px; } to { top: -8px;  } }
@-moz-keyframes women { from { top: 490px; } to { right: -8px;  } }
@keyframes women { from { top: 490px; } to { top: -8px;  } }



.game-info-area .bgright{
	     width: 200px;
	     height: 80px;
	     background: url(../images/bg2.png) no-repeat;
	     background-size: 100%;
	     margin: auto;
	     bottom: 1px;
}
.game-info-area .bgright{
	animation-name: man; 
	-webkit-animation: man 1s cubic-bezier(0,1.19,.99,.99) 0s normal none; 
	-moz-animation: man 1s cubic-bezier(0,1.19,.99,.99) 0s normal none; 
	-ms-animation: man 1s cubic-bezier(0,1.19,.99,.99) 0s normal none; 
}
.game-info-area .bgright{ position: absolute; z-index: 12; top: 360px; left: 12%; }
@-webkit-keyframes man { from { top: -360px; } to { top: 360px;  } }
@-moz-keyframes man { from { top: -360px; } to { right: 360px;  } }
@keyframes man { from { top: -360px; } to { top: 360px;  } }



.part_1{
	width:100%;
	margin:1px auto;
	position: relative;
	clear: both;
}
.part_1 .part_left {
    width: 100%;
    display: block;
    overflow: hidden;
}
#owl-demo {
    position: relative;
    width: 100%;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
}
#owl-demo .item {
    position: relative;
    display: block;
}
#owl-demo img {
    display: block;
    width: 100%;
}
#owl-demo b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 78px;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}
.owl-pagination {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 22px;
    text-align: center;
}
.owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-image: url(../images/bg15.png);
    *display: inline;
    *zoom: 1;
}
.owl-pagination .active {
    width: 25px;
    background-image: url(../images/bg16.png);
}
.owl-buttons {
    display: none;
}
.owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    text-indent: -9999px;
}
.owl-prev {
    left: 0;
    background-image: url(../images/bg17.png);
}
.owl-next {
    right: 0;
    background-image: url(../images/bg18.png);
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}




.part_1 .part_right{
	width: 99%;
	margin:10px auto;
	height:365px;
	overflow: hidden;
}

 .game-news{
	float: left;
	width: 100%;
	background-color: #ffffff;
}
 .game-news .tabs-frame{
	height: 50px;
	font-size: 24px;
	width: 100%;
	
}
 .game-news .tabs{
	font-size: 14px;
	height: 50px;
	border-bottom: medium solid #ffe7b8;
}
 .game-news .tabs ol{
	list-style: none;
	margin:0;
	padding: 0;
}
 .game-news .tabs ol li{
	width:86px;
	height: 50px;
	line-height:50px;
	background-color:#ffffff;
	color: #ffb91e;
	float: left;
	text-align: center;
}
 .game-news .tabs .active{
	background-color:#ffe7b8;
	color: #97541d;
}
 .game-news .tabs a{
	color: inherit;
	text-decoration: none;
}
 .game-news .tabs a:hover{
	color: #97541d;
	text-decoration: none;
}
 .game-news .tabs-container .content{
	font-size: 16px;
}
 .game-news .tabs-container .content table{
	text-align:left;
	width:100%;
	overflow: hidden;
}
.txtnews{
	 padding: 0px!important;
	 width: 180px;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space:nowrap;
}
 .txtnews .swiper-no-swiping{
 	display: inline-block;
 	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap ;
	text-indent: 4px;
 }

 .game-news .tabs-container .content tr{
	width: 100%;
	overflow: hidden;
}
 .game-news .tabs-container .content td{
	border-bottom: thin solid #e3e3e3;
	padding: 7px 0px!important;
}
 .game-news .tabs-container .content .type{
	color: #ffffff;
	background-color:#fd89ae;
	width: 35px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px!important;
	width: 56px;
}
 .game-news .tabs-container .content a{
	color: #383838;
	text-decoration: none;
}
 .game-news .tabs-container .content a:hover{
	color: #fd89ae;
	text-decoration: none;
}
 .game-news .tabs-container .content .time{
	color: #c1c1c1;
	width: 70px;
	font-size: 12px!important;
	overflow: hidden;
 	white-space:nowrap ;
}
.swipe{ padding:0 0 0 0;}

.swiper-no-swiping{
	display: inline-block;
	overflow: hidden;
	width: 335px;
	text-overflow: ellipsis;
	white-space:nowrap;
}

 .part_2{
 	position: relative;
 	width: 100%;
 	height: 560px;
 	background: url(../images/bg2.png);
 	background-size: 100% 100%;
 }
.part_2 .part2top{
	width: 200px;
	height: 65px;
	background:url(../images/tese.png) no-repeat;
	background-size: 100%;
	position: relative;
	top: -28px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}




.part_2 .morepic{
	width: 98%;
	margin: auto;
}

.game-media-area{
	display: none;
}
.game-media-area .left{
	margin-top: 34px;
	width: 145px;
	height: 60px;
	background: url(../images/joinbg.png) no-repeat 0px 0px;
}
.game-media-area .right{
	width: 1132px;
}
.game-media-area .right ol{
	list-style: none;
	margin:0;
	padding: 0;
}
.game-media-area .right ol li{
	width: 184px;
	height: 60px;
	float: left;
	text-align: center;
	margin-left: 40px;
}
.game-media-area .right ol li a{
	font-size: 23px;
	color: #5d2e12;
	text-decoration: none;
	display: block;
	height: 60px;
	line-height: 60px;
}
.game-media-area .right ol li a:hover{
	color: #fd89ae;
	text-decoration: none;
}




.footer-area {
	width: 100%;
	background-color: #20131c;
	overflow: hidden;
}
.footer-frame {
	width:100%;
	height: 100%;
	margin: 0 auto;
}
.footer-frame-left {
	display: block;
	margin: 0 auto;
	width: 98%;
	color: #ffffff;
	text-align: center;
}

.footer-frame-left .content {
	margin: 30px auto auto auto;
}
.footer-frame-left .content{
	display: block;
	overflow: hidden;
} 

.footer-frame-left .content .footimg{
	width: 174px;
	height: 40px;
	background: url(../images/logo_tianna.png);
	background-size: 174px 40px;
	margin: auto;
	text-align: center;
}
.footer-frame-right {
	width: 98%;
	margin: 0 auto;
	color: #ffffff;
}
.footer-frame-right .content {
	margin-top: 10px!important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 150px;
	overflow: hidden;
	width: 100%;
}

.footer-frame-right .content span{
	display: block;
	overflow: hidden;
	margin: auto;
	font-size: 11px;
	width: 100%;
	padding: 5px 0px;
	color: #757575;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}



.morepic {
	font-size: 0;
	position: relative;
	width: 7.5rem;
	height: 12.06rem;
	text-align: center;
	background: url(../images/bg-3_49abbb6.jpg) no-repeat;
	background-size: 7.5rem 12.06rem
}

.morepic img {
	vertical-align: top
}

.morepic .tese .swiper-slide {
	width: 245px;
}
.morepic .tese .pcbig{
	display: none;
}
.morepic .tese img {
    width: 100%;
}
.morepic .tese .swiper-slide-shadow-left,.morepic .tese .swiper-slide-shadow-right {
	width: 300px
    height: 200px;
    left: .1rem;
    top: .1rem;
}

.morepic .swiper-button-prev {
	height: 94px;
	width: 74px;
	margin-top: -.45rem;
	background: url(../images/zuo.png) no-repeat;
	background-size: 68%!important;
}

.morepic .swiper-button-next {
	height: 94px;
	width: 74px;
	margin-top: -.45rem;
	background: url(../images/you.png) no-repeat;
	background-size: 68%!important;
}
.morepic .swiper-button-next.active,.morepic .swiper-button-prev.active {
	background-position: 0 -.9rem
}

ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 0px!important;
    -webkit-margin-after: 0px!important;
    -webkit-margin-start: 0px!important;
    -webkit-margin-end: 0px!important;
    -webkit-padding-start: 0px!important;
}