*{
	margin: 0;
	padding: 0;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
body,html{
	position: relative;
	margin: auto !important;
}
.indexMain{
	position: relative;
	margin: auto;
	min-height: 300px;
	min-width: 260px;
}
.yinl_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.header_box{
	display: flex;
	justify-content: space-between;
}
.header_box b{
	color: #333;
	font-weight: normal;
}
.yinl_box b{
	color: #333;
	font-weight: normal;
}
.yinl{
	display: flex;
    justify-content: flex-end;
}
.yinl input{
	width: 35px;
}
.jp-volume-bar-value span
{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #195BFF;
    position: relative;
    bottom: 7px;
    left: 96%;
}
.boxs{
	min-width: 260px;
	/*min-height: 300px;*/
	width: 100%;
	border-radius: 5px;
	margin: auto;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.boxs_header{
	display: flex;
	justify-content: space-between;
}
.header_left,.items{
	display: flex;
}
.items{
	margin-right: 5px;
	padding: 8px 5px;
}
.items:hover{
	background: rgba(25,91,255,0.1);
	cursor: pointer;
}
.items img{
	width: 20px;
	height: 20px;
	margin-top: 1px;
	margin-right: 5px;
}
.items span{
	font-size: 16px;
	color: #195bff;
}
.header_right{
	display: flex;
}
.header_right b{
    font-size: 45px;
    color: #333;
    line-height: 20px;
    width: 40px;
    height: 30px;
    text-align: center;
}
.header_right span{
	font-size: 40px;
    color: red;
    line-height: 24px;
    width: 40px;
    height: 30px;
    text-align: center;
}
.volunte_title{
	display: flex;
}
.volunte_title img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.volunte_item{
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}
.store_box{
	text-align: center;
}
.store_box h3{
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;
}
.store_box p{
	font-size: 20px;
	margin-top: 10px;
	color: #333;
	margin-bottom: 50px;
}
.support{
	font-size: 0.3rem;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0.8rem;
}
.meun{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}
.meun_cotnent{
	display: flex;
	height: 100%;
}
.meun_left{
	width: 60%;
	background: #fff;
	position: relative;
}
.meun_left h3{
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
}
.meun_left ul li{
	display: flex;
	padding: 15px 0;
	cursor: pointer;
}
.meun_left ul li:after{
    content: "";
    background: rgba(25,91,255,0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    left: 50%;
    z-index: -1;
    transition: 0.3s;
}
.meun_left ul li:hover:after{
    right: 0;
    left: 0;
}
.meun_left ul li img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 3px;
}
.meun_left ul li span{
	font-size: 16px;
	color: #195BFF;
}
.meun_right{
	width: 40%;
	background: rgba(0,0,0,0.1);
	filter:blur(10px);
}
.meun_left ul li:hover{
	background: rgba(25,91,255,0.1);
}
.actives{
	background: rgba(25,91,255,0.1);
	border-top: 2px solid #ccc;
}
.Promotion{
	width: 90%;
	margin: auto;
	position: relative;
	opacity: 99;
}
.Promotion_title{
	display: flex;
	margin-top: 40px;
}
.Promotion_title h3{
	font-size: 18px;
	color: #515151;
}
.Promotion_title img{
    width:20px;
    height: 20px;
    margin-top: 3px;
    margin-left: 5px;
}
.Promotion_header{
	display: flex;
	justify-content: space-between;
}
.Promotion_header a{
	font-size: 16px;
    color: #195BFF;
    font-weight: bold;
}
.Promotion_header a:hover{
	text-decoration: underline;
	cursor: pointer;
}
.Promotion_header span{
	display: block;
	font-size: 14px;
	color: #333;
	background: #ddd9d9;
	padding: 5px 5px;
}
.Promotion_box hr{
	border: 2px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}
.Promotion_btn{
	width: 100%;
	display: flex;
	justify-content: center;
	background: #195BFF;
	border-radius: 5px;
	padding: 5px 0;
	cursor: pointer;
	margin-top: 20px;
}
.Promotion_btn img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.Promotion_btn span{
    font-size: 16px;
    color: #fff;
}
.Promotion_box{
	margin-top: 50px;
}
.login{
	width: 90%;
	margin: auto;
	margin-top: 50px;
}
.login_header{
	display: flex;
}
.login_header span{
	font-size: 18px;
	color: #515151;
	font-weight: bold;
}
.login_header img{
	width: 20px;
	height: 20px;
	margin-top: 3px;
	margin-left: 5px;
}
.login_name{
	width: 90%;
	margin: auto;
	border-radius: 5px;
	border: 1px solid #ccc;
	display: flex;
	padding: 10px 0;
	margin-top: 20px;
}
.login_name img{
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.login_name input{
	background: none;
	outline: none;
	border: none;
	font-size: 16px;
	width: 90%;
}
.login_btn{
	background: #195BFF;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	width: 90%;
	margin: auto;
	padding: 10px 0;
	margin-top: 30px;
	cursor: pointer;
}
.login_btn img{
	width: 20px;
	height: 20px;
	margin-right: 3px;
	margin-left: 5px;
}
.login_btn span{
	font-size: 16px;
	color: #fff;
}
.telogoly{
	width: 100%;
	text-align: center;
	bottom: 10px;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.modify_header{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.backs{
	width: 20px;
	height: 20px;
	margin-top: 10px;
	cursor: pointer;
}
.modify{
	width: 95%;
	margin: auto;
	position: relative;
	z-index: 99;
}
.modify_box,.modify_title{
	display: flex;
}
.modify_title span{
	font-size: 24px;
	color: #515151;
	line-height: 40px;
}
.modify_title img{
	width: 20px;
	height: 20px;
	margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
}
.delete{
	width: 100px;
	height: 40px;
	display: flex;
	justify-content: center;
	background: red;
	line-height: 40px;
	border-radius: 5px;
}
.delete span{
	font-size: 16px;
	color: #fff;
}
.modify_dec{
    background: #e5e5e5;
    border: 2px solid #c3c3c3;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    height: 100px;
}
.modify_item{
    display: flex;
    border: 1px solid #c3c3c3;
    padding: 5px 0;
    margin-top: 10px;
    border-radius: 5px;
}
.modify_item img{
	width: 15px;
	height: 15px;
	margin-left: 10px;
	margin-right: 5px;
}
.modify_item input{
	background: none;
	border: none;
	outline: none;
	width: 90%;
}
.modify_dec textarea{
	width: 100%;
	height: 100%;
	background: none;
	outline: none;
	border: none;
}
.headquarters,.sign_out{
	width: 95%;
	margin: auto;
	position: relative;
	z-index: 99;
}
.headquarters_title{
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
}
.headquarters_title span{
	font-size: 16px;
	color: #515151;
	font-weight: bold;
}
.headquarters_title img{
	width: 12px;
	height: 12px;
	margin-left: 5px;
	margin-top: 4px;
}
.headquarters_item{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #333333;
	margin-top: 10px;
	padding-bottom: 10px;
}
.headquarters_item p{
	font-size: 12px;
	color: #515151;
	font-weight: bold;
	line-height: 30px;
}
.icons{
	display: flex;
}
.icons span{
	display: block;
	width: 40px;
	height: 20px;
	background: #dddddd;
	color: #333;
	text-align: center;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 10px;
}
.icons b{
	display: block;
	width: 40px;
	height: 20px;
	background: red;
	color: #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 2px;
	font-size: 12px;
}
.account{
	width: 95%;
	margin: auto;
	position: relative;
	z-index: 99;
}
.sign_item{
	width: 100%;
    display: flex;
    justify-content: center;
    line-height: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}
.sign_item span{
	font-size: 16px;
	color: #fff;
}
.sign_item b{
	font-size: 16px;
	color: #fff;
	margin-left: 5px;
}
.index_content{
	position: absolute;
    width: 100%;
}
.header_right b:hover{
	/*background: rgba(255,0,0,0.2);*/
	cursor: pointer;
}
.header_right span:hover{
	/*background: rgba(255,0,0,0.2);*/
	cursor: pointer;
}
@keyframes anis{
	from{transform: scale(0);}
	to{transform: scale(1);}
}
.loading{
	width: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
	display: none;
}