*{
	list-style: none;
	
}
a{
	text-decoration: none;
}
/* 使用100vw 消除左右滚动条 */
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
 
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
 
:root body {
  position: absolute;
}
 
body {
  width: 100vw;
  overflow: hidden;
  background-color: #f1f1f1;
}
/*返回顶部*/
.Dingbu{
    position: fixed;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size:0.2rem;
    color: #fff;
    right: 140px;
    top: 65%;
    display: none;
}
.Dingbu>div{
    position: absolute;
   color: #434343; 
   height: 50px;
  margin-top:8px;
  margin-left:12px;
}
/*fenleik*/
.wunai_a{
   width: 106px;
   height: 43px;
   background: #FF6680;
display: flex;
flex-direction: row;
	align-items: center;
     border-top-left-radius:20px;
/*border-bottom:solid 1px #ffffff;*/
}
.wunai_b{
     width: 106px;
   height: 43px;
   background: #FF6680;
display: flex;
flex-direction: row;
	align-items: center;
/*border-bottom:solid 1px #ffffff;*/
}
.wunai_c{
     width: 106px;
   height: 43px;
   background: #FF6680;
display: flex;
flex-direction: row;
	align-items: center;
		 border-bottom-left-radius:20px;
}
.tui_jian{
    width: 100px;
    height: 40px;
    font-size:14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.log_tu{
    width: 50px;
    height: 40px;
}
/* 使用100vw 消除左右滚动条结束 */
/* 栏目 */
.T_xia{
			width: 100vw;
			height: 60px;
			background-color: #ff6680;
			
		}
		.Tdaohang{
			width: 1200px;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
		}
		.Tzuo_dh{
			background-color: none;
			margin-left: 12px;
		}
		.el-menu-demo{
			background-color: #ff6680;
		}
		/*  */
		.el-menu--horizontal>.el-menu-item.is-active{
			border-bottom: 4px solid #ffffff;
			font-size: 16px;color: #ffffff;
		}
		.el-menu--horizontal>.el-menu-item{
			font-size: 16px;color: #ffffff;
		}
		.Tyou_dr{
			width: 250px;
			height: 60px;
			display: flex;
			justify-content: space-between;
			align-items: center;
			
		}
		.dr_zc{
			width: 97px;
			height: 34px;
			border: solid 1px #fff;
			font-size: 14px;
			border-radius: 25px;
			line-height: 34px;
			text-align: center;
			cursor: pointer;
			color: #fff;
			transition: 0.2s;
		}
		.dr_zc:hover{
			background-color: #fff;
			color: #ff6680;
		}
		.dr_zcA{
			width: 97px;
			height: 34px;
			border: solid 1px #fff;
			font-size: 14px;
			border-radius: 25px;
			background-color: #ffffff;
			cursor: pointer;
			color: #ff6680;
			display: flex;
			align-items: center;
		}
		.dr_zcA img{
			width: 25px;
			height: 20px;
			margin-left: 20px;
		}
		.vip_p{
			font-weight:600;
			margin-left: 3px;
		}

/* 轮播 */
.z_madeng{
	width: 100vw;
	height: 400px;
}
.lubuotu img{
	width: 100%;
	height: 100%;
}
.el-carousel__item{
	height: 400px;
}
.el-carousel__arrow--left{
	width:70px;
	height:70px;
	left: 300px;
	top:65%;
}
.el-carousel__arrow--right{
	width:70px;
	height:70px;
	right:300px;
	top:65%;
}
.el-icon-arrow-right{
	font-size: 50px;
}
.el-icon-arrow-left:before{
	font-size: 50px;
}
.el-carousel__button{
	height: 4px;
}
/* 五连 */
.lian_wu{
	width: 1200px;
	margin: 0 auto;
}
.now_lian{
	width: 1200px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.Lian_zai{
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	text-align: left;
	border-left: solid 5px #ff6680;
}
.wocai_fu{
	width: 1200px;
}
.L_bakuai{
	margin-top: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.kk_kk_lian{
	width: 272px;
	height: 380px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
    background: #fff;
}
.kapuTu{
	width: 272px;
	height:304px;
	overflow: hidden;
}
.kk_kk_lian:hover{
    box-shadow: 0px 0px 6px 1px #ff6680;
}
.kk_kk_lian:hover img{
	margin: -10px;
	width: 110%;
	height: 110%;
}
.kapuTu img{
	transition: 0.3s;
	width: 100%;
	height: 100%;
}
.lian_t1{
    font-size: 16px;
    margin-left: 10px;
    margin-top: 15px;
    color: #787878;
}
.lian_t2{
	font-size: 14px;
	color: #787878;
	margin-top: 5px;
	margin-left: 10px;
}

/* 登录注册 */
.zhe_dr{
	width: 100vw;
	height: 100vh;
	background-color: rgb(0, 0, 0,0.2);
	position: fixed;
	z-index:90;
	overflow: hidden;
	display: none;
}
.bai_kuang{
	width: 348px;
	background-color: #ffffff;
	box-shadow: 0 0 5px 0 #ffffff;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 11%;
	position:relative;
}

.Guan_bi{
	position: absolute;
	top: 20px;
	right:20px;
	cursor: pointer;
}
.bai_kuang ul{
	width:272px;
	margin: 0 auto;
	margin-top: 50px;
	padding-left: 0;
}
/* 登录 */
.dengluA{
	width:270px;
	height:295px;
	padding-top: 37px;
	padding-bottom: 37px;
}

.zc-biaoti{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-bottom: 36px;
}
/*  */
.shuru_A{
	width:250px;
	position: relative;
	margin: 0 auto;
}
.T_chuang{
	width:230px;
	height: 40px;
	padding-left: 20px;
	outline: none;
	font-size: 13px;
	border-radius: 5px;
	border: solid 1px #a3a3a3;
	margin-bottom: 15px;
}
.W_mima{
	position: absolute;
	bottom: -16px;
	right: 0;
	cursor: pointer;
	font-size: 14px;
	color: #545454;
}
.gongneng_A{
	width:250px;
	margin-top: 20px;
	margin: 0 auto;
}
.Denglu_a{
	
	width: 250px;
	height: 44px;
	background-color: #c8c8c8;
	border-radius: 5px;
	margin-top: 35px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	cursor: pointer;
	user-select: none;
	transition: 0.2s;
	
}
.Denglu_a:hover{
	background-color:#ff6680;
}
.Zhuce_a{
	width: 250px;
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
}
.Zhuce_a span{
	color: #ff6680;
	cursor: pointer;
}
/* 注册 */
.zhuceA{
	width:270px;
	height:361px;
	padding-top: 37px;
	padding-bottom: 37px;
	display: none;
}
.zhengce_o{
	width: 250px;
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.zhengce_o span{
	font-size: 10px;
	color: #b4b4b4;
}
.zhengce_o span a{
	color: #848484;
}
.yzm_kuang{
	width: 250px;
	height: 44px;
	position: relative;
}
.yzm{
	position: absolute;
	right: 5px;
	bottom: 12px;
	cursor: pointer;
	font-size: 13px;
	color: #a6a6a6;
}
/* 忘记 */
.wangjiA{
	width:270px;
	height:315px;
	padding-top: 37px;
	padding-bottom: 37px;
	display: none;
}

/* 充值中心 */
.chongZhi_p{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgb(0, 0, 0,0.2);
	z-index: 90;
	display: none;
}
.chon_Bei{
	width:555px;
	height: 400px;
	background-color: #55557f;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 12%;
	position: relative;
}
.Guan_Bi2{
	position: absolute;
	top: 20px;
	right:20px;
	cursor: pointer;
	color: #ffffff;
}
.C_huangjin{
	width: 120px;
	height:47px;
	padding-top: 22px;
	text-align: center;
	text-align: center;
	font-size: 18px;
	color: #e6b673;
	margin-left: 37px;
}
.C_huangjin span{
	font-size: 13px;
}
.chon_Bei img{
	width: 100%;
}
.xuan_ka{
	width: 550px;
	height:200px;
	margin-left: 5px;
	border-radius: 10px;
	padding-left: 0;
}
.Li_a{
	width: 142px;
	height: 160px;
	background-color: rgb(255, 200, 112,0.2);
	float: left;
	border-radius: 10px;
	margin-left: 30px;
	margin-top: 10px;
	cursor: pointer;
	user-select: none;
	border: solid 1px #ffaa00;
}
.Li_o{
	width: 142px;
	height: 160px;
	background-color: rgb(255, 255, 255,0.2);
	float: left;
	border-radius: 10px;
	margin-left: 30px;
	margin-top: 10px;
	cursor: pointer;
	user-select: none;
}
.B_ti{
	font-size: 14px;
	color: #ffffff;
	margin-left:60px;
	margin-top:50px;
}
.B_ti2{
	font-size: 14px;
	color: #ffffff;
	margin-left:25px;
	margin-top:10px;
}
.D_iv{
	font-size: 18px;
	width: 120px;
	font-size: 20px;
	font-weight: 600;
	margin-left: 18px;;
	margin-top: 5px;
	color: #ffffff;
}
.D_iv span{
	font-size: 13px;
	font-weight:200;
	text-decoration: line-through;
}
.Chong_Zhi{
	width:130px;
	height: 50px;
	background-color: #FF6680;
	color: #ffffff;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	margin-left:210px;
	 margin-top:38px;
}
.yihang-89{
    width: 40%;
    display: flex;
    flex-direction: row;
    align-items: center;
    float: left;
    margin-top:-9px ;
    margin-left:34px;
}
.shiFu{
    /*height: 50px;*/
    display: flex;
    margin-top:9px;
    /*flex-direction: row;*/
    /*align-content: center;*/
}
.shifu-2{
    font-size: 15px;
    color: #fff;
}
.shifu-2 span{
    font-size:12px;
}
.shifu-3{
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
}
.wei-zhifu-52{
    width: 30px;
    margin-top: 8px;
    margin-right:10px;
}