html {
    overflow-x: hidden;
}

body,
html {
    min-width: 1300px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    word-break: break-all;
    font: 12px/1.5 'microsoft yahei', 'simsun', sans-serif, tahoma, arial, 'Hiragino Sans GB', sans-serif;
}

button,
img,
em {
    border: 0;
}

img {
    vertical-align: middle;
}

li,
ul {
    list-style: none;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

input,
textarea {
    outline: none;
}

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

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

label {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.img_div {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
	margin-top: 0.78rem;
}
#el{
	min-width: 12rem;
	overflow: initial;
}
.carousel {
	width: 100%;
	height: 8.08rem;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.slide {
	width: 100%;
	height: 2.8rem;
}

.lun-li {
	position: absolute;
	width: 100%;
	min-width:16.8rem;
	height: 100%;
}

.lun-img {
	width: 100%;
	height: 100%;
}

.bullet {
	width: 100%;
	position: absolute;
	bottom: 0.1rem;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	/* z-index: 10; */
}

.lun-span {
	width: 0.08rem;
	height: 0.08rem;
	border: 1px solid white;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.acti {
	background: white;
}

.image-enter-active {
	transform: translateX(0);
	transition: all 1s ease;
}

.image-leave-active {
	transform: translateX(-100%);
	transition: all 1s ease;
}

.image-enter {
	transform: translateX(100%)
}

.image-leave {
	transform: translateX(0)
}
.synopsis{
	text-align: center;
	font-size: 0.16rem;
	height: 2.8rem;
}
.synopsis-tit{
	font-size: 0.36rem;
	font-weight: 600;
	margin-top: 0.55rem;
	color: rgb(36,36,36);
}
.synopsis-fist{
	font-size: 0.2rem;
	margin-top: 0.2rem;
}
.synopsis-fist:first-child{
	margin-top: 0.4rem;
}
.synopsis-fist:last-child{
	margin-top: 0.2rem;
}
.privilege{
	width: 12rem;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.36rem;
}
.privilege-xian{
	width: 4.1rem;
	border-bottom: 1px solid #b5b5b5;
}
.privilege-text{
	margin:  0 0.3rem;
	font-weight: 600;
}
.four{
	width: 12rem;
	margin: auto;
	margin-top: 0.6rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.four_shop{
	width: 5.5rem;
	height: 3.35rem;
	border-radius: 0.3rem;
	font-size: 0.16rem;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-top: 0.3rem;
	margin-left: 0.3rem;
}
.four_shop_img{
	position: absolute;
	width: 5.5rem;
	/* height: 3.35rem; */
	background: #ececec;
	margin: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.four_shop_img .title{
	color:#FF1E1E;
	font-size: 0.26rem;
    margin-top: 0.1rem;
}
.four_shop_img .desc{
	color:#999999;
	font-size: 0.22rem;
    margin-top: 0.1rem;
}
.four_shop img{
	width: 1.2rem;
	/* height: 1.6rem; */
}
.four_shop_avtive{
	height: 0 !important;
	transition: height 0.1s; 
	-webkit-transition: height 0.1s;
}
.four_shop_avtive_height{
	height: 3.35rem!important;
	transition: height 0.1s;
	-webkit-transition: height 0.5s;
	flex-direction: column;
}
.four_shop_text{
	position: absolute;
	width: 5.5rem;
	/* height: 3.35rem; */
	background: #fe0000;
	overflow: hidden;
}
.four_shop_text_title{
	margin-top: 0.9rem;
	color: white;
}
.four_shop_text_title p:first-child{
	font-size: 0.29rem;
	font-weight: 600;
}
.four_shop_text_title p:last-child{
	width: 0.5rem;
	border-bottom: 1px solid white;
	margin: auto;
	margin-top: 0.1rem;
}
.four_shop_text_cont{
	font-size: 0.2rem;
	color: white;
	margin-top: 0.2rem;
}
.six{
	width: 100%;
	background: rgba(236, 236, 236, 1);
	height: 8rem;
	/* margin-top: 1.3rem; */
}
.six-cont{
	width: 12rem;
	margin: auto;
}
.six-pri{
	padding-top: 0.95rem;
}
.six-pro{
	width: 16rem;
	margin: auto;
	margin-top: 1.9rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.six-pro img{
	width: 2.4rem;
	height: 0.9rem;
	margin: 0 1.1rem;
	margin-bottom: 0.8rem;
}
.nwe_text{
	width: 4rem;
	margin: auto;
	margin-top: 0.35rem;
	color: rgb(90,95,100);
}
.nwe_text_title{
	font-size: 0.28rem;	
	overflow:hidden; 
	white-space:nowrap;
	text-overflow:ellipsis;
}
.nwe_text_time{
	font-size: 0.14rem;
	margin:0.1rem 0 ;
}
.nwe_text_cont{
	width: 4rem;
	font-size: 0.12rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.app{
	background: rgba(236, 236, 236, 1);
	width: 100%;
	min-width: 12rem;
	height: 6.93rem;
	margin-top: 1rem;
}
.app_box{
	width: 12rem;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.app_box_left{
	width: 50%;
	padding-top: 0.8rem;
}
.app_box_left_logo{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.LOGOs{
	width: 1.6rem;
	height: 1.6rem;
	margin-right: 0.4rem;
    border-radius: 0.31rem;
}
.fontsize{
	width: 3.26rem;
	height: 1rem;
}
.app_box_left_dowm{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1rem;
	font-size: 0.19rem;
}
.app_box_left_dowm_downewm{
	text-align: center;
}
.app_box_left_dowm_downewm img{
	width: 1.6rem;
	height: 1.6rem;
	margin-bottom: 0.2rem;
}
.app_box_left_dowm_iphone{
	text-align: center;
	margin: 0 0.25rem;
}
.app_color{
	background: white;
	border-radius: 0.1rem;
}
.ipone_icon{
	width: 1.6rem;
	height: 1.6rem;
	background: url(/static/images/v2/iphone.png) no-repeat;
	background-size: contain;
	margin-bottom: 0.2rem;
}
.ipone_icon:hover{
	background: url(/static/images/v2/icon-iphone.png) no-repeat;
	background-size: contain;
}
.app_box_left_dowm_android{
	text-align: center;
}
.android_icon{
	width: 1.6rem;
	height: 1.6rem;
	background: url(/static/images/v2/icon-android.png) no-repeat;
	background-size: contain;
	margin-bottom: 0.2rem;
}
.android_icon:hover{
	background: url(/static/images/v2/android.png) no-repeat;
	background-size: contain;
}
.app_box_right{
	width: 50%;
}
.img_div2{
	width: 600px;
	/* margin: 0 auto; */
	height: 477px;
}
.img_div2 img{
	margin-top: 0.6rem; margin-left: 1.5rem;
}
#featured-area2 ul{
	height: 477px;
}
#featured-area2 ul li img {
    height: 100%;
    width: 100%;
    /* background-color: #fff; */
    margin: 0
}
#featured-area2 ul li{
	font-size: 12px !important;
	height: 100% !important;
	width: 250px !important;
	/* cursor: pointer; */
	/* padding: 5px; */
	/* border: 1px solid #aaa; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.#featured-area2 ul li:last-child{
	/* left: 140px !important; */
}
.roundabout-in-focus{
	margin-left: 50px;
	margin-top: 50px;
}
@media screen and (max-width:960px){
	body,html{
		overflow-x: hidden;
		min-width: auto;
	}
	.lun-li{
		min-width: 100%;
	}
	.carousel{
		height: 4rem;
	}
	.four_shop{
		margin: auto;
		margin-top: 0.3rem;
	}
	.four{
		width: auto;
	}
	.six{
		height: auto;
	}
	.six-cont{
		width: auto;
	}
	.six-pro{
		width: auto;
	}
	.img_div{
		width: auto;
		height: 300px;
		margin-top: 150px;
	}
	.roundabout-in-focus{
		margin: auto;
	}
	.newconcent{
		overflow: hidden;
	}
	.nwe_text{
		width: calc(100% - 0.4rem);
		background-color: white;
		padding: 0.35rem 0.2rem 0.2rem;
		margin-top:0;
		margin:unset;
	}
	.nwe_text_cont{
		width: 100%;
	}
	.app{
		min-width: 100%;
		height: auto;
	}
	.app_box{
		min-width: 100%;
		width: 100%;
		display: block;
	}
	.app_box_left_logo,.app_box_left_dowm{
		justify-content: center;
	}
	.app_box_left{
		width: 100%;
	}
	.app_box_right{
		width: 100%;
	}
	.img_div2{
		width: 100%;
		height: auto;
	}
	.img_div2 img{
		width: 100%;
		margin-left: 0;
	}
}