@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	min-width: 1200px;
	height: 100%;
}
body {
	font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 13px;
}

.apple-banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.apple-banner .swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-container:hover .swiper-button-next span,.swiper-container:hover .swiper-button-prev span{
	opacity: .8;
}

.swiper-button-prev,
.swiper-button-next {
	width: 15%;
	height: 100%;
	top: 0;
	background: none;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev span,
.swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -32px;
	border-radius: 100%;
	background: rgba(180, 180, 180, 0.4) url(../img/left.png) no-repeat 18px center;
	background-size: auto 60%;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.swiper-button-next span {
	background: rgba(180, 180, 180, 0.4) url(../img/right.png) no-repeat 23px center;
	background-size: auto 60%;
	left: auto;
	right: 40px;
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
	opacity: 1;
}


/*分页器*/

.apple-banner .swiper-pagination {
	top: auto;
	bottom: 50px;
	background: none;
}

.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius: 0;
	opacity: 1;
}

.apple-banner .swiper-pagination-bullet span {
	width: 50px;
	height: 6px;
	display: block;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	overflow: hidden;
}

.apple-banner .swiper-pagination-bullet-active span {
	background: #FFFFFF;
}

.apple-banner .autoplay .swiper-pagination-bullet-active span {
	background: rgba(255, 255, 255, 0.2);
}

.apple-banner .swiper-pagination-bullet i {
	background: #FFFFFF;
	height: 6px;
	transform: scaleX(0);
	transform-origin: 0;
	display: block;
}

.apple-banner .autoplay .firsrCurrent i {
	transition: transform 4.9s linear;
	transform: scaleX(1);
}

.apple-banner .autoplay .current i {
	transition: transform 4s linear;
	transform: scaleX(1);
}

.apple-banner .autoplay .replace span {
	background: #FFFFFF;
}


/*内容样式*/
.swiper-slide{
	position: relative;
	height: 100%;
}
.slide1 {
	background: #fff url(../img/1.png) no-repeat center center;
	background-size: cover;
}
.slide-item{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.slide-item .left{
	width: 600px;
	height: 100%;
	float: left;
	text-align: left;
}
.slide-item .lonelu-icon{
	width: 600px;
	height: auto;
	vertical-align: top;
	margin-top: 40%;
}
.slide-item .title-detail{
	width: 600px;
	height: auto;
	text-align: left;
	vertical-align: top;
	margin-top: 50px;
	/*margin-left: 70px;*/
	font-family: DroidSans;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 33px;
}
.slide-item .right{
	width: 600px;
	height: 100%;
	float: right;
	position: relative;
}
.slide-item .right img{
	width: auto;
	height: 60%;
	margin-top: 40%;
}
.down-btn{
	width: 353px;
	height: 182px;
	vertical-align: top;
	margin-top: 50px;
	margin-left: 50px;
	float: left;
}
.slide2 {
	background: #fff url(../img/2.png) no-repeat center center;
	background-size: cover;
}
.slide3 {
	background: #fff url(../img/3.png) no-repeat center center;
	background-size: cover;
}


.header-container{
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
}
.header-wrapper{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}
.logo{
	width: auto;
	height: 50px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
.language-type{
	width: 205px;
	height: 70px;
	float: right;
	margin-right: 0;
	margin-top: 0;
	height: 70px;
	line-height: 70px;
}
.line-bottom{
	float: left;
	color: #FFFFFF;
}
.language-type li{
	width: 100px;
	height: 70px;
	line-height: 70px;
	float: left;
	list-style: none;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	
}
.language-type li:hover{
	color: #f95f56;
}

.download-container{
	width: 500px;
	height: auto;
	display: inline-block;
	float: left;
	margin-right: 45px;
	margin-top: 80px;
}
.down-btns{
    width: 360px;
    height: auto;
    float: right;
}

a.ios-down-icon{
	background: url(../img/down-ios-1.png) no-repeat center center;
	background-size: 260px auto;
	margin-bottom: 10px;
	width: 260px;
	height: 60px;
	display: inline-block;
	vertical-align: top;
}
a.android-down-icon{
	background: url(../img/down-android-1.png) no-repeat center center;
	background-size: 260px auto;
	width: 260px;
	height: 60px;
	display: inline-block;
	vertical-align: top;
}
.ios-down-icon-1{
	width: 190px;
    height: 38px;
    background: url(../img/down-ios.png) no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    margin-top: 55%;
    margin-left: 64px;
}
.android-down-icon-1{
	width: 190px;
    height: 38px;
    background: url(../img/down-android.png) no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 64px;
}
.download-logo{
	width: 100px;
    height: auto;
}
.syh-1{
	width: 50px;
	height: auto;
	vertical-align: top;
	margin-top: 40%;
	margin-bottom: 10px;
}
.syh-2{
	width: 50px;
	height: auto;
	vertical-align: top;
	margin-top: 10px;
}
.left-item{
	width: 600px;
	height: 660px;
	margin-top: 30%;
	background: url(../img/bg3-left.png) no-repeat center center;
	background-size: cover;
	position: relative;
}
.left-item-find-novel{
	width: 600px;
	height: 660px;
	margin-top: 30%;
	background: url(../img/bg3-left-findnovel.png) no-repeat center center;
	background-size: cover;
	position: relative;
}
.bg-title{
	width: 740px !important;
	height: 320px !important;
	margin-top: 40% !important;
	position: absolute;
	left: -140px;
}
.bg-bottom{
	width: 267px;
	height: 310px !important;
	margin-top: 0 !important;
	top: 50%;
	position: absolute;
	left: 240px;
}
.footer-container{
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999999;
}
