.article_content{
  border:1px solid #eee;
  width:100%;
  padding:10px 20px;
  box-sizing:border-box;
 overflow: hidden;
}
.article_content .content{
   width:100%;
    height:750px;
    overflow: hidden;
}
.article_content h1{
    width: 100%;
    overflow: hidden;
    font-size: 35px;
    color: #252525;
    line-height: 45px;
    font-weight: normal;
    font-size:30px;
}
.article_content .article_date{
  color: #a6a6a6;
    font-size: 18px;
    padding: 22px 0 0;
}
.article_content .content p{
    color: #535353;
    font-size: 18px;
    line-height: 35px;
    text-indent:20px !important;
}
.article_content .imde_pay{
  width:100%;
  overflow:hidden;
  height: 90px;
  background:#eee;
   margin:20px 0 10px 0;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.article_content .imde_pay p{
  font-size:16px;
}
.article_content .imde_pay p .pay_price{
  font-size:18px;
  color:#f00;
}
.article_content .imde_pay a{
 background: #20a7ff;
 width:100px;
 height:35px;
 font-size:16px;
 color:#ffff;
 line-height:35px;
 text-align:center;
 border-radius:2px;
 box-sizing:border-box;
 display:inline-block;
 margin-top: 10px;
text-decoration: none;
}
/*ÕÚÕÖ²ã*/
.box{
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: rgba(0, 0, 0, 0.54);
  z-index:999;
  position: fixed;
display:none;
}
.box_prompt{
  z-index:10000;
  position:fixed;
  top:50%;
  left:50%;
  color:#000;
  width:500px;
overflow:hidden;
  background:#fff;
  margin-left:-250px;
  margin-top:-250px;
display:none;
}
.box_prompt h1{
  color:orange;
  font-size:30px;
  width:100%;
  height:50px;
  text-align:center;
  border-bottom:1px solid #eee;
  line-height:50px;
  margin-bottom:20px;
}
.box_prompt p {
  margin-left:20px;
  font-size:16px;
  line-height:30px;
  width:92%;
  overflow:hidden;
}
.box_prompt .img_pay{
  width:150px;
  height:150px;
  display:block;
  margin:20px  auto;
}
.box_prompt  h2{
  width:100%;
  height:50px;
  text-align:center;
  border-top:1px solid #eee;
  line-height:50px;
  color:#20a7ff;
cursor: pointer;
}