@charset "utf-8";

body {
	background-color: #F8F8F8;
}

.form {
	padding: 0.25rem .26rem;
	font-size: .65rem;
	color: #707070;
	background-color: #fff;
}

.form>div {
	position: relative;
	padding: 1.3rem 0 .16rem .7rem;
	border-bottom: 1px solid #E5E5E5;
}

.form input {
	width: 100%;
	border: none;
}
.form p {
	padding: .16rem 0.25rem;
}

.form button {
	display: block;
	width: 30%;
	margin: 0 auto;
	border: none;
	font-size: .23rem;
	border-radius: 10rem;
	padding: .2rem .16rem;
	background: #0364d7;
	background: -webkit-linear-gradient(to right, #0364d7, #4399fe);
	background: -o-linear-gradient(to right, #0364d7, #4399fe);
	background: linear-gradient(to right, #0364d7, #4399fe);
	color: #fff;
}

.login_validata,
#sendCode {
	position: absolute;
	right: 0;
	top: 0.25rem;
	color: #707070;

}

.form i.iconfont {
	color: #707070;
	position: absolute;
	right: 0;
	top: 1.16rem;
}

.flow img {
	margin-top: .2rem;
}

div.flex>div {
	flex: 1;
	height: 1rem;
}

div.flex input {
	text-align: right;
	padding-right: 1rem;
	font-size: .26rem;
	color: #404040;
}

.form label {
	font-size: .26rem;
}

.form input {
	font-size: .26rem;
	color: #404040;
}

/* 2-27新增弹出选项层 */
.shade{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    overflow: hidden;
    z-index: 5;
    display: none;
}
.shade-box {
	
}

.picker-box {
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
	display: none;
	animation: slideOutUp .3s ease;
	-webkit-animation: slideOutUp .3s ease;
	z-index:10;
}

.picker-title {
	position: relative;
	border-bottom: 1px solid #eeeeee9c;
}

.picker-title p {
	font-weight: bold;
	line-height: 2.16rem;
	font-size: .9rem;
	color:#404040;
}

.picker-list {
	height: 10rem;
	overflow-y: scroll;
}
.picker-box.active{
	display: block;
}
.picker-title a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: 1rem;
}

.picker-list li {
	border-top: 1px solid #eeeeee9c;
	padding: .3rem 0;
}

.picker-list li:first-child {
	border: 0;
}

.picker-list a {
	color: #869099;
	font-size: .26rem;
	display: block;
	padding: .2rem 0;
}
.picker-list li.active a{
	color:#0364d7;
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(110%)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateY(110%)
	}

	100% {
		transform: translateY(0)
	}
}
.show-box{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: #fff;
    width: 80%;
    border-radius: .4rem;
    padding: 1rem;
	color: #404040;
	height: 10.16rem;
	z-index:10;	
	display:none;
}
.show-box>a{
	display: block;
	text-align: right;
	margin-bottom: 0.25rem;
}
.show-box i.iconfont{
	font-weight: 600;
}
.show-box h3{
	font-size: 1rem;
}
.show-box p{
	margin:0.25rem 0 1.2rem;
}
.show-box div{
	display:flex;
	text-align: center;
}
.show-box div>a{
	flex:1;
	padding:.2rem 0;
	border-radius: .2rem;
}
.show-box div>:last-child{
	background: #0364d7;
	background: -webkit-linear-gradient(to right, #0364d7, #4399fe);
	background: -o-linear-gradient(to right, #0364d7, #4399fe);
	background: linear-gradient(to right, #0364d7, #4399fe);
	color: #fff;
}
.show-box div>a:first-child{
	margin-right: 0.25rem;
	background-color:#eee;
	color:#869099;
}
@media screen and (max-width: 325px) {
    .show-box{
		height: 11.16rem;
	}
}
.IOS-fixed{
	overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	right: 0;
	touch-action:none;
}
.shade{
	touch-action:none;
}
.form a{
	flex:1;
	height: 100%;
	text-align: right;
    padding-right: 1rem;
	font-size: .26rem;
}


.person-center {
	background-color:#fff;
    margin-top: .2rem;
    padding: 15px 0 15px 65px;
    position: relative
}

.person-center .imgbox {
    float: left;
    margin-right: 15px;
    margin-left: -54px
}

.person-center .imgbox img {
    width: 50px;
    height: 50px;
    border-radius: 50px
}

.person-center ul {
    font-size: .26rem;
    line-height: 1.6;
	display:inline-block;
}

.person-center ul li {
    font-size: .26rem;
    color: #a8a8bb;
    line-height: 15px;
    margin-top: 5px
}

.person-center ul li,
.person-box ul li span {
    color: #5a5a78;
    font-size: .26rem;
    vertical-align: -2px
}

.person-center ul span {
    color: #a8a8bb
}



.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}

#pager em{ width:8px;height:8px; border-radius:8px; background-color:#eee; display: inline-block; vertical-align: middle; margin:0 5px; color: #333; font-style: normal;}
#pager em.on{color: #f00; background-color:#0364d7;}


.mybtn {
	text-align:center;
	
	display: block;
	width: 30%;
	margin: .16rem auto;
	border: none;
	font-size: .7rem;
	border-radius: 10rem;
	padding: .2rem .16rem;
	background: #0364d7;
	background: -webkit-linear-gradient(to right, #0364d7, #4399fe);
	background: -o-linear-gradient(to right, #0364d7, #4399fe);
	background: linear-gradient(to right, #0364d7, #4399fe);
	color: #fff;
}

/* 03-07新增资讯列表顶部tab样式 */
.swiper-tab{
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    font-size: .26rem;
    padding: .16rem 0.25rem 0;
    position: relative;
    border-bottom: 1px solid rgba(229,229,229,1);
}
.swiper-tab .swiper-slide>div{
    display: inline-block;
    padding-bottom: .2rem;
}
.swiper-tab .swiper-slide{
    width: auto;
}
.swiper-tab a{
    color: #707070;
    border-bottom: .2rem solid transparent;
    padding-bottom: .16rem;
    font-size: .26rem;
}
.swiper-tab div.active a{
    border-color: #0364d7;
    color: #404040;
}
.swiper-tab .swiper-slide>div:not(:first-child){
    margin-left:1.25rem;
}