* {
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif, AvenirNext-DemiBold;
    font-size: 0.3rem;
		width: 100%;
		background: #ffffff;
		padding-bottom: 1rem;
  }
  button, input, textarea {
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-tap-highlight-color:transparent;
  
  }
  input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea,button {
    -webkit-appearance: none;
  }
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
  }
  button:focus {
    outline: none;
  }
  header, main, section, a, div{
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
  }
  a:link, a:visited {
    text-decoration: none;
	}
	a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
	}
  .backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(35,41,47,0.6);
    z-index: 9999;
  }
  .clear-div {
    clear: both;
  }
  li {
    list-style: none;
  }

  .banner {
		width: 7.5rem;
		height: 3.94rem;
		background: #fee;
  }
  
	.nav {
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		margin: 0 auto;
	}
  .nav a{
  	color: #000;
    text-decoration: none;
  }
	.nav-item {
		width: 25%;
		text-align: center;
		font-size: 0.22rem;
		padding-top: 0.4rem;
	}

	.nav-item img {
		height: 0.64rem;
		display: block;
		margin: 0 auto 0.1rem;
	}

	.mid-ban {
		width: 6.9rem;
		height: 1.5rem;
		display: block;
		margin: 0.26rem auto 0;
	}
	.cont-box{
		width: 7.1rem;
	    margin: 0 auto;
	    background: #ffffff;
	    margin-bottom: 0.2rem;
	    -webkit-box-shadow: 0 0 10px #e6e6de;
	    -moz-box-shadow: 0 0 10px #e6e6de;
	    -ms-box-shadow: 0 0 10px #e6e6de;
	    -o-box-shadow: 0 0 10px #e6e6de;
	    box-shadow: 0 0 10px #e6e6de;
	    -webkit-border-radius: 0.12rem;
	    -moz-border-radius: 0.12rem;
	    -ms-border-radius: 0.12rem;
	    -o-border-radius: 0.12rem;
	    border-radius: 0.12rem;
	}
	.rank-box{

	}
	.title {
		font-size: 0.3rem;
		padding: 0.23rem 0.29rem 0;
		color: #363636;
		position: relative;
		font-weight: bold;
	}
	.title2 {
		font-size: 0.3rem;
		padding: 0.2rem 0.42rem 0;
		margin-bottom: 0.1rem;
		color: #363636;
		position: relative;
	}
	.title2:after {
		position: absolute;
		left: 0.64rem;
		bottom: -0.1rem;
		width: 1rem;
		height: 0.04rem;
		content: '';
		background: #fb3939;
		border-radius: 0.02rem;
	}

	.title span {
		float: right;
		font-size: 0.2rem;
		color: #808080;
	}
	.type-list {
		margin: 0.32rem 0.29rem 0;
	    overflow: hidden;
	    display: flex;
	    justify-content: space-between;
	}
	.type-list li{
		width: 1rem;
		height: 0.62rem;
		float: left;
		text-align: center;
		color: #363636;
		font-size: 0.28rem;
		line-height: 0.55rem;
	}
	.type-list li.on {
		color: #f33636;
    	font-weight: bold;
    	border-bottom: 0.04rem solid #f33636;
	}
	.sel-list{
		display: flex;
    	margin: 0.2rem 0.29rem 0;
    	justify-content: space-around;
	}
	.sel-list,.curr-list {
		overflow: hidden;
	}
	.sel-list li {
		display: inline-block;
	    height: 0.5rem;
	    width: 1rem;
	    border-radius: 5px;
	    background: #f5f5f5;
	    margin: auto;
	    font: 0.3rem/0.5rem "微软雅黑";
	    color: #666666;
	    text-align: center;
	    padding: 0 0.1rem;
	    float: left;
	    font-size: 0.26rem;
	}
	.sel-list li.on {
		color: #fb3939;
	}
	.curr-item {
		display: flex;
		align-items: center;
		height: 0.92rem;
		position: relative;
	}
	.curr-item:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0.4rem;
		width: 6.7rem;
		height: 0;
		border-bottom: 1px solid #ececec;
		transform-origin: center;
		transform: scale(1, 0.5);
	}
	.curr-item div:nth-child(1) {
		width: 0.4rem;
		text-align: center;
		margin: 0 1.9rem 0 0.5rem;
		text-align: center;
	}
	.curr-item div:nth-child(1) img {
		width: 0.4rem;
	}
	.curr-item div:nth-child(3) {
		margin-left: auto;
		margin-right: 0.4rem;
		color: #fb3939;
	}

	.issue-info {
		width: 6.7rem;
		height: 2.09rem;
		margin: 0 auto;
		box-sizing: border-box;
		padding-top: 0.25rem;
		position: relative;
	}
	.issue-info:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 6.7rem;
		height: 0;
		border-bottom: 1px solid #ececec;
		transform-origin: center;
		transform: scale(1, 0.5);
	}
	.issue-name {
		font-size: 0.23rem;
		color: #363636;
	}
	.issue-name span {
		float: right;
		color: #808080;
	}
	.ball {
		margin-left: -0.1rem;
		overflow: hidden;
		display: flex;
		align-items: center;
	}
	.redq {
		width: 0.78rem;
		height: 0.78rem;
		background: url(../images/home/hqbg.png);
		background-size: 100% 100%;
		color: #fff;
		text-align: center;
		line-height: 0.7rem;
		float: left;
		margin: 0.1rem 0 0;
	}
	.buleq {
		width: 0.78rem;
		height: 0.78rem;
		background: url(../images/home/lqbg.png);
		background-size: 100% 100%;
		color: #fff;
		text-align: center;
		line-height: 0.7rem;
		float: left;
		margin: 0.1rem 0 0;
	}
	.marlef20 {
		margin-left: 0.2rem;
	} 
	.jt {
		margin-left: auto;
		width: 0.1rem;
	}
	.issue-tab a{
		text-decoration: none;
    	color: #363636;
	}
	.issue-tab div {
		float: left;
		width: 1.2rem;
		height: 0.38rem;
		text-align: center;
		line-height: 0.38rem;
		color: #363636;
		border-radius: 0.19rem;
		background: #e6e6e6;
		font-size: 0.2rem;
		margin-right: 0.2rem;
	}

	.swiper-container {
		width:100%;
		height: 3.94rem;
		margin:0 auto;
		position:relative;
	}

	.swiper1 img {
		display: block;
		width: 100%;
		height: 3.94rem;
	}

	.good-new {
		width: 6.52rem;
    display: flex;
    align-items: center;
    font-size: 0.23rem;
    margin: 0 auto;
    padding: 0.3rem 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0.3rem;
	}
	.good-new a {
		text-decoration: none;
    color: #000;
	}
	.good-new span {
		color: #fb3939;	
	}

	.good-new img {
		width: 0.76rem;
		height: 0.38rem;
	}
	.line {
		height: 0.4rem;
		width: 0;
		border-right: 1px solid #fb3939;
		margin-left: 0.06rem;
	}
	.good-type {
		border: 0.01rem solid #fb3939;
		color: #fb3939;
		padding: 0 0.04rem;
		border-radius: 0.08rem;
		margin: 0 0.09rem 0 0.16rem;
	}

	.swiper2 {
		height:3rem;
	}

    .swiper2 .eve {
		width: 6.84rem;
		height: 2.8rem;
		margin: 0.2rem auto;
		background: url('../images/home/bg.png');
		background-size: 100% 100%;
		box-sizing: border-box;
		padding: 0 0.5rem;
		overflow: hidden;
		position: relative;
	}
	.zj-info {
		display: flex;
		align-items: center;
		margin-top: 0.4rem;
	}
	.zj-info img {
		width: 0.6rem;
		border-radius: 50%;
	}
	.zj-info div:nth-child(2) {
		font-size: 0.3rem;
		color: #363636;
		margin-left: 0.2rem;
	}
	.zj-info div:nth-child(3) {
		font-size: 0.23rem;
		color: #808080;
		margin-left: auto;
	}
	.tip1 {
		font-size: 0.23rem;
		color: #363636;
		margin-top: 0.06rem;
	}
	.tip2 {
		display: inline-block;
		font-size: 0.23rem;
		color: #fb3939;
		padding: 0 0.04rem;
		border: 0.01rem solid #fb3939;
		border-radius: 0.08rem;
		margin: 0.04rem 0;
	}
	.tip3 {
		font-size: 0.23rem;
		color: #808080;
	}
	.look {
		position: absolute;
		right: 0.4rem;
		bottom: 0.5rem;
		width: 1.41rem;
		height: 0.61rem;
		background: url(../images/home/btnbg.png);
		background-size: 100% 100%;
		color: #2f5bcc;
		text-align: center;
		font-size: 0.23rem;
		line-height: 0.56rem;
	}

	.swiper3{
		width: 6.9rem;
		height:1.66rem;
	}
	.swiper3 img{
		width: 6.9rem;
		height:1.5rem;
	}
    .swiper-pagination-bullet-active {
		background-color:#f7a5a2;
	}
	.swiper-pagination-bullet {
		background: #ffffff;
		opacity: 0.5;
		width: 0.1rem;
		height: 0.1rem;
		border-radius: 0.05rem;
		margin: 0 0.05rem !important;
	}
	.swiper-pagination-bullet-active {
	    background: #ffffff;
		width: 0.2rem;
		height: 0.1rem;
		border-radius: 0.05rem;
		opacity: 1;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 0.2rem;
	}

	.swiper3 .swiper-pagination-bullet-active {
		background-color:#a989ed;
	}
	.swiper3 .swiper-pagination-bullet {
		background: #ffffff;
		opacity: 0.5;
		width: 0.06rem;
		height: 0.06rem;
		border-radius: 0.03rem;
		margin: 0 0.05rem !important;
	}
	.swiper3 .swiper-pagination-bullet-active {
	    background: #ffffff;
		width: 0.12rem;
		height: 0.06rem;
		border-radius: 0.03rem;
		opacity: 1;
	}
	.swiper3>.swiper-pagination-bullets{
		bottom: 0.2rem;
	}
	.rank-info{
		width: 6.58rem;
    	margin: 0 auto;
	}
	.rank-left{
		width: 1.34rem;
	    float: left;
	    padding-top: 0.46rem;
	    padding-left: 0.04rem;
	    padding-bottom: 0.46rem;
	}
	.rank-left img {
	    width: 1rem;
	    height: 1rem;
	    border-radius: 50%;
	}
	.rank-right{
		width: 5.2rem;
	    float: right;
	    padding-top: 0.38rem;
	    position: relative;
	    padding-bottom: 0.41rem;
	    border-bottom: 1px solid #eeeeee;
	}
	.rank-right .expert{
		font: 0.32rem/0.32rem "微软雅黑";
	    color: #333333;
	    font-weight: bold;
	}
	.rank-right .expert .name{
		letter-spacing: 0.02rem;
	}
	.rank-right .lott-age{
		margin-top: 0.19rem;
	    font: 0.28rem/0.4rem "微软雅黑";
	    color: #333333;
	}
	.rank-right .sel-lott{
		margin-top: 0.1rem;
	    width: 4.27rem;
	    height: 0.34rem;
	    font: 0.28rem/0.34rem "微软雅黑";
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.rank-right .rank-score{
		position: absolute;
	    top: 0.4rem;
	    right: 0.13rem;
	    font: 0.24rem/0.24rem "微软雅黑";
	    color: #f33636;
	}
	.rank-right .rank-score span{
		font: 0.4rem/0.4rem "微软雅黑";
	    color: inherit;
	    font-weight: bold;
	}
	.rank-right .rank-sort-01{
		position: absolute;
	    right: 0.36rem;
	    top: 0.88rem;
	    width: 0.52rem;
	    height: 0.67rem;
	    background: url(../images/home/no1.png) no-repeat;
	    background-size: 100% 100%;
	}
	.rank-right .rank-sort-02{
		position: absolute;
	    right: 0.36rem;
	    top: 0.88rem;
	    width: 0.52rem;
	    height: 0.67rem;
	    background: url(../images/home/no2.png) no-repeat;
	    background-size: 100% 100%;
	}
	.rank-right .rank-sort-03{
		position: absolute;
	    right: 0.36rem;
	    top: 0.88rem;
	    width: 0.52rem;
	    height: 0.67rem;
	    background: url(../images/home/no3.png) no-repeat;
	    background-size: 100% 100%;
	}
	.expert-cont{
		margin-top: 0.22rem;
    	padding-bottom: 0.30rem;
	}
	.expert-box{
		width: 7.1rem;
	    margin: 0 auto;
	    background: #ffffff;
	    /*-webkit-box-shadow: 0 0 10px #e6e6de;
	    -moz-box-shadow: 0 0 10px #e6e6de;
	    -ms-box-shadow: 0 0 10px #e6e6de;
	    -o-box-shadow: 0 0 10px #e6e6de;
	    box-shadow: 0 0 10px #e6e6de;
	    -webkit-border-radius: 0.12rem;
	    -moz-border-radius: 0.12rem;
	    -ms-border-radius: 0.12rem;
	    -o-border-radius: 0.12rem;
	    border-radius: 0.12rem;*/
	}
	.expert-box .e-box-nav{
		height: 0.4rem;
    	padding-left: 0.3rem;
	}
	.e-box-nav .e-box-tit{
		position: relative;
		font: 0.3rem/0.32rem "微软雅黑";
	    color: #333333;
	    font-weight: bold;
	}
	.e-box-nav .e-box-tit:after {
		position: absolute;
		left: 0.28rem;
		bottom: -0.1rem;
		width: 0.64rem;
		height: 0.04rem;
		content: '';
		background: #fb3939;
		border-radius: 0.02rem;
	}
	.e-box-nav .e-box-more{
		display: inline-block;
	    float: right;
	    width: 0.84rem;
	    height: 0.28rem;
	    font: 0.28rem/0.28rem "微软雅黑";
	    color: #666666;
	    letter-spacing: 1.5px;
	    background: url(../images/arrow.png) no-repeat 0.72rem 0.02rem;
	    background-size: 0.12rem 0.19rem;
	}
	.expert-box .expert-list{
		display: flex;
	    margin: 0.29rem auto 0;
	    width: 6.52rem;
	    height: 1.82rem;
	    white-space: nowrap;
	    justify-content: space-between;
	}
	.expert-list .e-info{
		width: 1.3rem;
	    width: auto;
	    height: 1.8rem;
	    display: inline-block;
	}
	.e-info div{
		margin: 0 auto;
	}
	.e-info div,.e-info img{
		width: 1.23rem;
	    height: 1.23rem;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	    -o-border-radius: 50%;
	    border-radius: 50%;
	}
	.e-info span{
		width: 100%;
	    display: block;
	    margin-top: 0.2rem;
	    font-size: 0.28rem;
	    font-family: "微软雅黑";
	    color: #333333;
	    text-align: center;
	    overflow: hidden;
	}
	.article-box{
		
	}
	.article-box .class-list{
		padding-top: 0.23rem;
	    overflow: hidden;
	    display: flex;
	    justify-content: space-around;
	}
	.article-box .article-issue{
		height: 0.7rem;
		background: #fff3de;
		border-radius: 0.1rem;
		margin: 0.1rem 0.29rem auto;
		text-align: center;
		display: none;
	}
	.article-box .article-more{
		display: none;
		margin: 0 0.29rem;
	    font: 0.28rem/0.32rem "微软雅黑";
	    color: #666666;
	    text-align: center;
	    padding: 0.32rem 0;
	    border-bottom: 1px solid #eeeeee;
	}
	.article-issue .i-info,.article-issue .i-end-date{
		display: inline-block;
		height: 100%;
		font: 0.28rem/0.7rem "微软雅黑";
		color: #852a0a;
	}
	.article-issue .i-end-date{
		margin-right: 0.06rem;
	}
	.article-issue .to-past{
		display: inline-block;
		font: 0.28rem/0.7rem "微软雅黑";
		color: #852a0a;
		padding-left: 0.2rem;
		background: url(../images/v-line.png) no-repeat left center;
		background-size: 1px 0.25rem;
		font-weight: bold;
	}
	.class-list li {
	    width: 1.3rem;
	    height: 0.62rem;
	    float: left;
	    text-align: center;
	    color: #363636;
	    font-size: 0.28rem;
	    line-height: 0.55rem;
	}
	.class-list li.on {
	    color: #f33636;
	    font-weight: bold;
	    border-bottom: 0.04rem solid #f33636;
	}
	.article-list{
		padding: 0 0.29rem;
	}
	.article-list li{
		padding: 0.38rem 0;
    	border-bottom: 1px solid #eeeeee;
	}
	.article-list .expert-info{
		
	}
	.article-list .expert-info .info-left{
		width: 5.4rem;
	    height: 100%;
	    float: left;
	}
	.info-left .avatar{
		width: 0.9rem;
	    height: 0.9rem;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	    -o-border-radius: 50%;
	    border-radius: 50%;
	    float: left;
	}
	.info-left .avatar img{
		width: 100%;
	    height: 100%;
	    border-radius: 50%;
	}
	.info-left .expert-mark{

	}
	.info-left .score-fee{
		display: flex;
    	flex-direction: column;
	}
	.expert-mark .mark-score,.expert-mark .mark-fee{
		float: right;
		color: #f33636;
		font-size: 0.26rem;
	    border-radius: 0.2rem;
	    padding: 0 0.15rem;
	}
	.score-fee .mark-score{
	    background: #fee;
	}
	.score-fee .mark-fee{
	    background: #fbf7bf;
	    margin-left: 0.2rem;
	}
	.info-left .expert-name {
	    font: 0.32rem/0.32rem "微软雅黑";
	    color: #333333;
	    float: left;
	    margin-top: 0.02rem;
	    padding-left: 0.26rem;
	    text-align: left;
	    font-weight: bold;
	}
	.info-left span {
	    float: left;
	    font: 0.26rem/0.26rem "微软雅黑";
	    color: #999999;
	    margin-left: 0.26rem;
	    margin-top: 0.22rem;
	}
	.expert-info .info-right{
		display: flex;
	    width: 1rem;
	    height: 0.93rem;
	    float: right;
	    flex-direction: column;
	    align-items: center;
	}
	.info-right .win-rate{
		color: #f33636;
		font: 0.32rem/0.32rem "微软雅黑";
    	font-weight: bold;
	}
	.info-right .rate-desc{
		font-size: 0.24rem;
		line-height: 0.36rem;
	}
	.info-right  div {
	    display: inline-block;
	    width: 1.43rem;
	    height: 0.5rem;
	    font: 0.26rem/0.45rem "微软雅黑";
	    color: #f33636;
	    text-align: center;
	    border-radius: 0.03rem 0.25rem;
	    border: 0.02rem solid;
	    float: right;
	}
	.article-list .a-title {
	    margin-top: 0.24rem;
	    font: 0.34rem/0.46rem "微软雅黑";
	    color: #333333;
	}
	.article-list .other-info{
		margin-top: 0.32rem;
	}
	.other-info .lott-info{
	    width: auto;
	    height: 0.6rem;
	    float: left;
	    background: #f6f9fc;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	    -o-border-radius: 5px;
	    border-radius: 5px;
	    font-size: 0.26rem;
	    font-family: "微软雅黑";
	    color: #999999;
	    padding-left: 0.1rem;
	    padding-right: 0.2rem;
	}
	.other-info .end-time{
		width: 3.32rem;
	    height: 0.60rem;
	    float: left;
	    font: 0.26rem/0.6rem "微软雅黑";
	    color: #999999;
	}
	.lott-info .color {
	    color: #3283fe;
	}
	.lott-info .name {
	    display: inline-block;
	    width: 0.82rem;
	    height: 0.36rem;
	    background: #ffffff;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	    -o-border-radius: 5px;
	    border-radius: 5px;
	    margin-top: 0.09rem;
	    margin-left: 0;
	    font: 0.2rem/0.36rem "微软雅黑";
	    color: #f33636;
	    text-align: center;
	}
	.lott-info .end-date{
		display: inline-block;
	    font-size: 0.26rem;
	    font-family: "微软雅黑";
	    color: #999999;
	    margin-left: 0.12rem;
	    margin-top: 0.11rem;
	}
	.other-info .money{
		float: right;
	    font-size: 0.22rem;
	    color: #f33636;
	}
	.money .off{
		height: 0.6rem;
	    float: right;
	    font-size: 0.24rem;
	    color: #999999;
	    text-align: center;
	    position: relative;
	    line-height: 0.66rem;
	    margin-left: 0.1rem;
	}
	.money .sale{
		height: 0.6rem;
		line-height: 0.6rem;
		float: right;
		text-align: right;
	}
	.money .sale a{
		color: #0000ff;
		font-size: 0.26rem;
	}
	.money .sale .num{
		display: inline-block;
	    color: #f33636;
	    font-size: 0.34rem;
	    margin-top: 0.09rem;
	}
	.sale .num .unit{
		font-size: 0.24rem;
	}
	.no-data{
		display: none;
		height: 6rem;
    	width: 100%;
	}
	.no-data .no-data-img{
		width: 1.92rem;
	    height: 1.64rem;
	    background: url(../images/no-data.png) no-repeat;
	    background-size: 100% 100%;
	    margin: 0 auto;
	    position: relative;
	    top: 25%;
	    transform: translateY(-40%);
	}
	.no-data .no-data-desc{
		top: 30%;
	    position: relative;
	    text-align: center;
	}
