html,body,.page{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

.no-margin{
	margin:0px !important;
}
.no-padding{
	padding:0px !important;
}
.over-text{
	overflow:hidden !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	-o-text-overflow:ellipsis !important;
}
.text-center{
	text-align:center !important;
}
.text-left{
	text-align:left !important;
}
.col-xs-2{
	width:20% !important;
}
.col-xs-3{
	width:25% !important;
}
.col-xs-4{
	width:33.3% !important;
}

.border-line-1px:after{
	content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #eeeeee;
    color: #eeeeee;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.header{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height:50px;
	line-height:50px;
}
.header .header-left{
	position:absolute;
	left:0px;
	width:50px;
	height:50px;
	text-align:center;
}
.header .header-title {
	position:absolute;
	left:50px;
	right:50px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 0.213333rem;
    white-space: nowrap;
    overflow: hidden;
}
.header .header-right{
	position:absolute;
	right:0px;
	width:50px;
	height:50px;
	text-align:center;
}

.header .header-left img,.header .header-right img{
	height:30px;
	width:30px;
	margin:10px 0px;
}

.header .header-search{
	width:100%;
	height:30px;	
	border-radius:30px;
	background:#ededed;
	border:0px;
	padding:5px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.header .header-search:hover,.header .header-search:focus{
	border:0px;
	outline:none;
}

.weui-tab{
	position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 62px;

}


.swiper-container{
	margin:0px 10px;
}
.swiper-container .swiper-slide img{
	width:100%;
	height:160px;
	border-radius:10px;
}

.page__hd{
	margin:30px 30px 0px 30px;
}
.page-bd{
	padding-bottom:62px;
}
.ad-div{
	width:100%;
	padding:0px 10px;
	background:#f7f7f7;
	border-bottom:10px solid #f7f7f7;
	border-top:10px solid #f7f7f7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
}
.ad-div img{
	width:100%;
	border-radius:10px;
}

/*首页*/

.weui-form{
	padding-top:20px;
}
.weui-form .weui-form__desc img{
	max-width:100%;
	width:90px;
	height:90px;
}
.weui-form .weui-form__control-area{
	margin:10px 0px;
}
.weui-cells__group_form .weui-cells__title{
	padding:0px 32px;
	color:#333333;
	font-weight:bold;
}
.weui-label{
	width:30px;
	text-align:center;
}
.weui-cells__group_form .weui-cell__hd{
	padding-right:0px;
}
.weui-cells:before,.weui-cell:before,.weui-cells:after{
	height:0px;
	border:none;
}
.weui-cells .weui-cell{
	margin:15px 30px;
	border:1px solid #e7e7e7;
	border-radius:5px;
	padding:7px 20px;
}
.weui-form__opr-area{
	margin:0px 30px;
}
.weui-btn_blue{
	width:100%;
	border-radius:5px;
}
.weui-form__extra-area{
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
}
.text-center{
	text-align:center;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.weui-loadmore{
	margin: 0px auto;
}
.weui-grids{
	margin:0px 40px;
}
.weui-grid:before,.weui-grids:before,.weui-grids:after,.weui-grid:after{
	border:none;
}
.weui-grid{
	padding:10px;
}
.weui-forget{
	text-decoration:none;
	color:#3875f6 !important;
	font-weight:bold;
}
.weui-loadmore__tips{
	color:#000 !important;
	font-weight:bold;
}
.weui-grid__icon img,.weui-grid__icon{
	width:40px;
	height:40px;
}
.smail-text{
	font-size:11px;
	color:#cccccc;
}
.weui-form__tips-area{
	margin-bottom:0px;
}
.weui-cell__ft img{
	width:20px;
	height:20px;
}
.weui-btn_disabled{
	background:#e7eaed
}

.btn-box{
	height:30px;
	line-height:30px;
}

.news-box{
	border-bottom:10px solid #f7f7f7;
}

.news-box .weui-panel__hd{
	font-size:20px;
	padding: 10px 15px 0px;
}

.news-box.weui-panel:before,.news-box .weui-panel__hd:after,.weui-panel:after{
	border:0px;
}
.news-box .weui-media-box__title{
	font-size:18px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	color:#828282;
}
.news-box .weui-media-box__title label{
	padding:3px 5px;
	border:1px solid #ff0000;
	margin-right:10px;
	color:#ff0000;
	border-radius:5px;
	font-size:16px;
}
.news-box .weui-media-box h1{
	height:35px;
	line-height:35px;
	font-size:40px;
	margin:10px 0px;
	color:#ff6e61;
}
.news-box .weui-flex{
	margin:15px 0px;
}
.news-box .weui-flex .weui-flex__item{
	color:#666;
}
.news-box .weui-flex .weui-flex__item:first-child{
    border-right: 1px solid #eeeeee;
}
.news-box .weui-btn{
	width:70%;
	background:#1485ee;
	background:var(--weui-INDIGO);
}
.news-box .button-sp-area{
	margin-bottom:10px;
}
.hot-box{
	border-bottom:10px solid #f7f7f7;
}
.hot-box .weui-cell{
	padding:0px;
}
.hot-box .weui-panel__hd .weui-cell__bd{
	padding:0px 15px;
	color:#666;
}
.hot-box .weui-panel__hd .weui-cell__bd:before{
	content: " ";
    position: absolute;
	top:4px;
    left: 0;
    bottom: 3px;
    height:21px;
	width:5px;
	border-radius:2px;
    background: #1485ee;
}
.hot-box .weui-panel__hd .weui-cell__bd small{
	margin-left:10px;
	vertical-align: bottom;
	color:#bbb;
}
.hot-box .weui-panel__hd .weui-cell__ft{
	font-size:16px;
}
.hot-box.weui-panel:before,.hot-box .weui-panel__hd:after,.hot-box .weui-panel:after,.hot-box .weui-media-box:before{
	border:0px;
}
.hot-box .weui-panel__bd .weui-flex .weui-flex__item:first-child{
	padding-right:5px;
}
.hot-box .weui-panel__bd .weui-flex .weui-flex__item:last-child{
	padding-left:5px;
}
.hot-box .weui-panel__bd .weui-flex .weui-flex__item img{
	width:100%;
	height:100px;
	border-radius:10px;
}
.hot-box .weui-panel__bd .weui-media-box{
	padding-top:0px;
}

.hot-box .weui-panel__bd .weui-left-label{
	position: relative;

	height:50px;
	line-height:25px;
}
.hot-box .weui-panel__bd .weui-left-label:after{
	content: " ";
    position: absolute;
	top:5px;
    right: 10px;
    bottom:5px;
    height:40px;
	width:2px;
    background: #f7f7f7;
}
.hot-box .weui-panel__bd .weui-left-label p{
	padding:0px 20px 0px 0px;
	text-align:center;
}
.hot-box .weui-panel__bd .weui-left-label p:first-child{
	font-size:20px;
	color:#ff6e61;
}
.hot-box .weui-panel__bd .weui-left-label p:last-child{
	font-size:15px;
	color:#bfbfbf;
}

.hot-box .weui-panel__bd .weui-center-title{
	width:auto;
	height:50px;
	line-height:25px;
}
.hot-box .weui-panel__bd .weui-center-title p{
	padding-right:15px;
}
.hot-box .weui-panel__bd .weui-center-title p:first-child{
	font-size:16px;
	font-weight:bold;
	color:#000;	
}
.hot-box .weui-panel__bd .weui-center-title p:last-child{
	font-size:15px;
	color:#bfbfbf;
}
.hot-box .weui-panel__bd .weui-right-btn{
	width:70px;
	text-align:right;
}
.hot-box .weui-panel__bd .weui-right-btn .weui-btn_mini{
	display: block;
	border-radius:30px;
	background:#1485ee;
	background:var(--weui-INDIGO);
	height:30px;
	margin:10px 0px;
	font-size:15px;
}
.hot-box .weui-panel__bd .weui-media-box-list .weui-flex{
	margin-bottom:10px;
	border-bottom:1px solid #f7f7f7;
}
.hot-box .weui-panel__bd .weui-media-box-list .weui-flex:last-child{
	border:0px;
}
/*忘记密码*/

.weui-cells__group_form .weui-vcode-btn{
	background: #fff;
    color: #3875f6;
	height: 24px;
    line-height: 24px;
	width: auto;
	font-size: 16px;
	padding: 0 12px;
	margin-left: 0;
}

.weui-cells__group_form .weui-vcode-btn-disable{
	background: #fff;
	color: #ccc;
	height: 24px;
	line-height: 24px;
	width: auto;
	font-size: 16px;
	padding: 0 12px;
	margin-left: 0;
}

.weui-cells__group_form .weui-cell_vcode .weui-cell__ft{
	border-left:1px solid #e7e7e7;
}

/*注册*/

.weui-form__tips-area, .weui-form__extra-area{
	text-align:left;
	margin:15px 30px;
}
.weui-select{
	height:24px;
	line-height:24px;
	padding-left:0px;
	padding-right:15px;
	border-right:1px solid #e7e7e7;
}
.padding-left{
	padding-left:15px;
}

.weui-agree__checkbox:checked, .weui-agree__checkbox-check[aria-checked="true"]+.weui-agree__checkbox{
	color:#1485ee;
}

.box-head{
	height:75px;
	line-height:35px;
	width:100%;
	padding:15px 32px;
	text-align:left;
	background:#f7f7f7;
	box-sizing: border-box;
}
.box-head img{
	width:20px;
	height:20px;
}
.box-main{
	border-radius:15px 15px 0px 0px;
	margin-top: -15px;
	background: #fff;
}
.box-main .page__hd{
	margin: 0px 32px;
	padding: 15px 0px 0px;
}

.page-login #language{
	position: absolute;
	top: 36px;
	right: 30px;
}