html {
  font-size: 13.33333333vw;
}
body {
  width: 7.5rem;
  font-family: 'Microsoft YaHei', '微软雅黑';
}
.insome input {
  border: none;
  outline: none;
  display: block;
  padding: 0;
}
.artcontent {
  padding: 0.35rem 0.3rem 0;
  overflow: hidden;
}
.artcontent .title {
  font-size: .37rem;
  line-height: .54rem;
  color: #3d4450;
  font-weight: bold;
  margin-bottom: 0.32rem;
}
.artcontent .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
.artcontent .intro div {
  font-size: .24rem;
  line-height: .4rem;
  color: #999999;
}
.artcontent .intro .dzs {
  padding-left: .25rem;
  background: url(thumb1.png) no-repeat left;
  background-size: 0.2rem 0.21rem;
}
.artcontent .my-advert1 {
  width: 100%;
  height: 2.2rem;
  background: url(m_art_banner1.jpg) no-repeat left;
  background-size: 100%;
  margin-bottom: 0.27rem;
}
.artcontent .my-advert1 .tit {
  font-size: .26rem;
  line-height: .42rem;
  color: #fff;
  padding: .15rem 0 0 .3rem;
  letter-spacing: .01rem;
  margin-bottom: 0.24rem;
}
.artcontent .my-advert1 .formbox {
  width: 6.32rem;
  height: .78rem;
  background-color: #fff;
  margin-left: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.artcontent .my-advert1 .formbox .insome {
  width: 4rem;
  height: .78rem;
  padding-left: 0.24rem;
}
.artcontent .my-advert1 .formbox .insome input {
  width: 100%;
  height: .74rem;
  font-size: .26rem;
  line-height: .74rem;
  color: #333333;
}
.artcontent .my-advert1 .formbox .fbtn {
  display: block;
  width: 2rem;
  height: .78rem;
  border-radius: 0;
  background: #ff6a4f;
  cursor: pointer;
  text-align: center;
  line-height: .78rem;
  font-size: .26rem;
  color: #fff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  letter-spacing: 0.01rem;
}
.artcontent .text-content {
  line-height: .52rem;
  font-size: 0.27rem;
}
.artcontent .text-content a {
  color: #359cff;
  text-decoration: none;
}
.artcontent .text-content img {
  width: 100%;
  margin: 0.1rem 0;
}
.artcontent .tagbox {
  padding: .54rem 0 .25rem;
  border-bottom: 0.01rem solid #eaeaea;
}
.artcontent .tagbox .tit {
  font-size: .3rem;
  line-height: 1rem;
  color: #333;
  font-weight: bold;
}
.artcontent .tagbox .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.artcontent .tagbox .tags em {
  display: block;
  font-size: .3rem;
  line-height: .78rem;
  color: #333;
  margin-right: 0.36rem;
  font-style: normal;
}
.artcontent .tagbox .tags em a {
  color: #333333;
}
.artcontent .aboutlist {
  padding: 0 0 .4rem;
  border-bottom: .01rem solid #eaeaea;
  margin-bottom: 0.62rem;
}
.artcontent .aboutlist .tit {
  font-size: .29rem;
  line-height: 1.1rem;
  color: #333;
  font-weight: bold;
}
.artcontent .aboutlist .abox {
  padding-top: 12px;
}
.artcontent .aboutlist .abox li {
  font-size: .28rem;
  line-height: .48rem;
  color: #333;
  margin-bottom: .4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.artcontent .aboutlist .abox li a {
  color: #333333;
}
.artcontent .formbox2 {
  margin-bottom: 0.72rem;
}
.artcontent .formbox2 .title {
  padding-left: 2.56rem;
  font-size: .26rem;
  line-height: .45rem;
  color: #333;
  margin-bottom: .32rem;
  background: url(word_icon.jpg) no-repeat left top;
  background-size: 2.4rem 0.38rem;
}
.artcontent .formbox2 .fbox2 .insome {
  margin-bottom: .25rem;
  width: 100%;
  height: .84rem;
  background-color: #f4f4f4;
  padding: 0 .2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.artcontent .formbox2 .fbox2 .insome input {
  width: 100%;
  background-color: #f4f4f4;
  font-size: .26rem;
  line-height: .84rem;
  color: #333333;
}
.artcontent .formbox2 .fbox2 .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.artcontent .formbox2 .fbox2 .btns div {
  display: block;
  width: 3.3rem;
  height: .84rem;
  border-radius: 0;
  background: #fb973c;
  cursor: pointer;
  text-align: center;
  line-height: .84rem;
  font-size: .27rem;
  color: #fff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
}
.artcontent .formbox2 .fbox2 .btns .zxbtn {
  background-color: #2faaff;
}
.artcontent .dzbox {
  width: 100%;
  padding-bottom: .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.artcontent .dzbox div {
  width: 3rem;
  text-align: center;
}
.artcontent .dzbox div img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}
.artcontent .dzbox div .cont {
  font-size: .24rem;
  line-height: .66rem;
  color: #999999;
}
.artcontent .dzbox div .cont span {
  color: #e14930;
}
.artcontent .dzbox .dz img.sel {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
.plateform-wrap {
  display: none;
  position: fixed;
  left: 0;
  bottom: 1.5rem;
  z-index: 999;
  width: 100%;
  background: #ffffff;
}
.plateform {
  width: 7.3rem;
  height: 1.65rem;
  padding: .6rem .1rem;
  font-size: 0;
  text-align: center;
}
.plateform div {
  width: 1.2rem;
  height: 1.65rem;
  float: left;
}
.plateform .xlwb {
  margin: 0 0.8rem 0 1.65rem;
}
.plateform .qqkj {
  margin: 0 1.65rem 0 0.8rem;
}
.plateform img {
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 0.21rem;
}
.plateform span {
  font: 0.24rem/0.32rem "微软雅黑";
  color: #999999;
}
.cancle {
  width: 100%;
  height: 1.2rem;
  border-top: .1rem solid #e8e8e8;
  font: 0.32rem/1.2rem "微软雅黑";
  color: #333;
  text-align: center;
}

.pagecover {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.openbox {
  width: 5.58rem;
  height: 4.1rem;
  border-radius: 0.2rem;
  background-color: #ffffff;
  position: fixed;
  left: 50%;
  top: 20%;
  margin-left: -2.79rem;
  z-index: 11111;
  font-size: .32rem;
  text-align: center;
  display: none;
  -webkit-animation: changeBig linear .2s;
  animation: changeBig linear 0.2s;
}
.openbox .title {
  font-size: 0.34rem;
  line-height: 0.52rem;
  color: #333333;
  padding-top: .44rem;
  letter-spacing: .02rem;
}
.openbox .cont {
  font-size: 0.24rem;
  line-height: 0.46rem;
  color: #999999;
  margin-bottom: 0.32rem;
}
.openbox .insome {
  width: 4.9rem;
  height: 0.84rem;
  border-radius: 0.08rem;
  background-color: #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 .2rem;
  margin: 0 auto .24rem;
}
.openbox .insome input {
  font-size: 0.24rem;
  line-height: 0.84rem;
  color: #333333;
  background-color: #eaeaea;
  display: block;
  width: 100%;
}
.openbox .insome input::-webkit-input-placeholder {
  text-align: center;
}
.openbox .insome input:-ms-input-placeholder {
  text-align: center;
}
.openbox .insome input::-ms-input-placeholder {
  text-align: center;
}
.openbox .insome input::placeholder {
  text-align: center;
}
.openbox .insome ::-webkit-input-placeholder {
  text-align: center;
}
.openbox .fbtn {
  display: block;
  width: 3.28rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background: #3265f6;
  cursor: pointer;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color: #ffffff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#3265f6), to(#63a2f4));
  background: linear-gradient(left, #3265f6, #63a2f4);
  letter-spacing: .01rem;
  margin: 0 auto;
}
.openbox .fclose {
  width: 0.18rem;
  height: 0.18rem;
  background: url(m_com_close.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0.18rem;
  right: 0.18rem;
}
@-webkit-keyframes changeBig {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    background: scale(1);
  }
}
@keyframes changeBig {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    background: scale(1);
  }
}
/* add */
.recommend{
	/* width: 7.2rem; */
	height: 1.05rem;
	background: #e8e8e8 no-repeat url("recommend_bg.png");
	background-size: 2rem 0.66rem;
	background-position: bottom left;
	font: 0.32rem/1.45rem "微软雅黑";
	color: white;
	padding-left: 0.3rem
}

/* 相关推荐部分头部结束 */

/* ///////////////////////////////////////////////// */
.article{
	/* width: 7.5rem; */
	padding: 0 0 0.2rem;
	background: #e8e8e8;
}
.article li{
	/* width: 7rem; */
	height: 1.55rem;
	padding: 0.2rem 0.2rem 0 0.3rem;
	border-bottom: 1px solid #e8e8e8;
	background: white;
}
.article li:last-child{
	border-bottom: 0;
}
.article li a{
	float: left;
	width: 2.1rem;
	height: 1.36rem;
}
.article li a img{
	width: 2.1rem;
	height: 1.36rem;
}
.detial{
	height: 1.36rem;
	padding-left: 2.3rem;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}
.detial .hot-icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 0.6rem;
	height: 0.3rem;
	border-radius: 0.04rem;
	background: #f93716;
	font: 0.22rem/0.3rem "微软雅黑";
	color: white;
	text-align: center;
}
.detial .h3{
	display: block;
	width: 4.7rem;
  height: 0.3rem;
}
.detial h3{
	font-size: 0.28rem;
	line-height: 0.38rem;
	color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.meta{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 4.7rem;
	height: 0.32rem;
	font: 0.32rem/0.32rem "微软雅黑";
	color: #999;
}

.author{
	float: left;
}
.read{
	float: right;
}
.read-icon{
	width: 0.36rem;
	height: 0.19rem;
	float: left;
	margin-right: 0.1rem
}
/* ////////////////////////////// */
.load-more-wrap{
	/* width: 7.5rem; */
	height: 0.9rem;
	border-bottom: 0.16rem solid #e8e8e8;
}
.load-more{
	width: 4.3rem;
	height: 0.9rem;
	margin: 0 auto;
	font: 0.28rem/0.9rem "微软雅黑";
	color: #666;
	text-align: center;
}
.load-more img{
	width: 0.44rem;
	height: 0.09rem;
	margin-left: 0.2rem;
	vertical-align: middle;
}