

/*header*/
:root {
	--theme-color: #e60012;
  }
on{
	display: block;
}

.header-wrap {
	
	background: url(../images/m_logo.png) no-repeat 50% 50%;
	height: 1.2rem;
	width: 100%;
	text-align: center;
	background-size: 25%;
	background-color: var(--theme-color);
}
.main{
	position: absolute;
    width: 100%;
}
.search{
	position: absolute;
    left: 0;
    width: 1.2rem;
    height: inherit;
    background: url(../images/search-01.png) no-repeat center;
    background-size: 50%;
}
.swipe-wrap img{
	width: 100%;
	height: 100%;
    object-fit: cover
}


.header_search {
    position: absolute;
    top: 0.195rem;
    left: 2.5%;
    height: 1rem;
    line-height: 1rem;
    width: 95%;
    border-radius: 25px;
    display: none;
    background-color: white;
}

.search-in{
    position: absolute;
    top: 0.1rem;
    left: 0.5rem;
    height: 0.8rem;
    width: 80%;
    font-size: 0.45rem;
    color: #b8b8b8;
}

.search-btn{
    position: absolute;
    right: 0.5rem;
    display: inline-block;
    background: url(../images/search-02.png) no-repeat 0;
    background-size: 100%;
    width: 0.66rem;
    height: 1rem;
}

.search-hot{
    position: absolute;
    top: 1rem;
    z-index: 10;
    background: rgba(255,255,255,1);
    width: 81%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 0.5rem;
    padding-right: 1.32rem;
    display: block;
}

.search-hot .sea_h {
    display: block;
       height: 1.3rem;
    line-height: 1.3rem;
    font-size: 0.45rem;
    border-top: 1px #e5e5e5 solid;
    color: #b8b8b8;
}
.sea_h em{
	display: inline-block;
    float: right;
    margin-top: 0.4rem;
}
.search_X{
	    background: url(../images/X_01.png) no-repeat 0;
    background-size: 100%;
    height: 0.5rem;
    width: 0.5rem;
}
.dl{
	text-align: center;
    display: block;
    height: 1.3rem;
    line-height: 1.3rem;
    font-size: 0.45rem;
    border-top: 1px #e5e5e5 solid;
    color: #b8b8b8;
    background: url(../images/dl_01.png) no-repeat 1.4rem;
    background-size: 6%;
}

/*main_visual*/
.main_visual {
	overflow: hidden;
	position: relative;
    margin-top: 2.2rem;
}

.main_image {
	height: 4.7766rem;
	overflow: hidden;
	position: relative;
}

.main_image ul{
	/*height: 5.6039rem;*/
}

.main_image li span {
	display: block;
	width: 100%;
	height: 6rem
}

.main_image li a {
	display: block;
	width: 100%;
    height: 4.7766rem; 
}

/*.on_title {
    min-height: 0.6rem;
    overflow: hidden;
}*/

.flicking_con {
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 1rem;
    background: url(../images/bg_01.png) no-repeat;
    background-size: 100% 100%;
    color: white;
    padding-top: 1rem;
    padding-bottom: 0.2rem;
}

.flicking_con span {
        height: 0.04rem;
    width: 0.18rem;
    background-color: white;
    display: inline-block;
    opacity: 0.4;
    margin-right: 0.1rem;
}

.flicking_con .on_title .on {
	display: block;
}
.flicking_con .on_title a{
    font-size: 0.45rem;
	display: none;
    margin-left: 0.2rem;
	color: white;
}
.on_cli .on {
    opacity: 1;
}
/*nav*/
.nav{
	height: 2rem;
	background-color:white ;
	padding: 0.5rem 0.25rem;
}
.nav ul{
	height: 2rem;
}
.nav li{
	float: left;
	text-align: center;
}
.nav li img{
	width: 1.3rem;
}

.nav li a div{
	width: 1.5rem;
}
.nav li a div span{
	font-size: 0.4rem;
}

.onstyle{
	position: absolute;
    top: 0.5rem;
    height: 1.3rem;
    line-height: 0.55rem;
}

/*引导*/
.first_tipBg {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
}

.first_tipBg img {
    position: fixed;
}

.tip_first {
    width: 50%;
    top: 0;
    right: 0;
    display: block;
}
.tip_secend {
    display: none;
    top: 1.2rem;
    width: 100%;
}

.on_cli {
    text-align: center;
    font-size: 0;
    margin-top: 0.16rem;
}


/*新年样式*/
/*.header-wrap {
	background: url(../images/nY_logo.jpg) no-repeat 0;
	height: 1.2rem;
	width: 100%;
	text-align: center;
	background-size: 100%;
}
.ny_left{
    position: absolute;
    height: 1.2rem;
    left: 26%;
    transform: rotateY(180deg);
}
.ny_right{
    position: absolute;
    height: 1.2rem;
    right: 26%;
}
.ny_top{
	position: absolute;
    z-index: 18;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
}
.ny_bottom{
    position: absolute;
    z-index: 18;
    display: block;
    top: 4.3rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
}
.main_visual{
	border-top:none;
}
.menu{
	background-color: white;
	box-shadow:none;
	z-index: 19; 
}*/
.swiper-container,.swiper-slide,.swiper-wrapper{
	max-width: 100%;
}
.swiper-slide img{
	width: 100%;
	display: block;
    object-fit: cover;
    height: 100%;
}
.swiper-wrapper,.swiper-slide{
	width: 100%!important;
}
.swiper-container{
    height: 4.7766rem;
    overflow: hidden;
    position: relative;
    padding-bottom:0;
}
.flicking_con .on_title .sw_title{
	position: absolute;
	bottom: 0.4rem;
    font-size: 0.4rem;
    margin-left: 0.2rem;
    color: white;
    display: block;
    height: inherit;
}
.swiper-pagination-bullet{
    height: 0.05rem;
    width: 0.18rem;
    background-color: white;
    display: inline-block;
    opacity: 0.4;
    margin-right: 0.1rem!important;
    margin-left: 0!important;
    border-radius: 0;

}
.swiper-pagination-bullet-active{
	    opacity: 1;
}
.swiper-pagination{
	position: absolute;
    text-align: center;
    font-size: 0;
    margin-top: 0.16rem;
    bottom: 0.2rem;
    z-index: 11;
}
.main_visual .swiper-slide a{
    display: block;
    height: 4.7766rem;
}