/* idle */
#achang-idle-wrap{}
.achang-idle-overlay{}
.achang-idle-overlay-fixed{
    position: fixed;
    left:0;
    top:0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.achang-idle-inner h3{
    font-size: 20px;
    font-weight: 500;
    font-family: "Microsoft JhengHei",Arial;
    padding-bottom: 10px;
}
.idle-top{
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.idle-top p{
  text-align: center;
}
.idle-left{
  float: left;
  width: 50%;
  height: 200px;
  background-color: #CCC;
}
.idle-right{
  float: right;
  width: 50%;
  height: 200px;
  background-color: #AAA;
}

.idle-btm{
  clear: both;
  width: 970px;
  height: 250px;
  background-color: #DDD;
  margin-top: 10px;
  text-align: center;
  display: block;
}

.achang-idle-content{
  margin:0 auto;
  position: relative;
  background: #FFF;
  top:50px;
  left:0;
  right: 0;
  opacity: 1;
  width: 990px;
  height:520px;
  border: 1px solid #EEE;
  box-shadow: 0 0 10px rgba(0,0,0,.6);
  padding: 10px;
  border-radius: 10px;
}

#achang-idle-close-btn{
    border: none;
    position: absolute;
    top: -65px;
    right: -55px;
    width: 80px;
    font-size: 50px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
    cursor: pointer;
    z-index: 9999;
    background: transparent;
    color: #FFF;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
#achang-idle-wrap{
  display:none;
  z-index: 999999999;
  overflow: scroll;
}
.ac-fix{
  clear: both
}
.idre-post-block{
    width: 166px;
    float: left;
    padding: 15px 17px;
}
.idre-post-block:hover img{
  opacity: .7;
  transition: all 0.3s ease 0s
}
.idre-post-block .idre-img{
  line-height: 0;
}
.idre-post-block .idre-img a{
  display: block;
}
.idre-post-block .idre-img a:hover{

}
.idre-post-block .idre-img img{
  width: 166px;
  height: 110px;
}
.idre-post-block .idre-title{
    font-size: 13px;
    line-height: 17px;
    height: 60px;
    overflow: hidden;
}
.idre-post-block .idre-title a{
    padding-top: 10px;

   display: block;
}
.idre-post-block .idre-title a:hover{
    text-decoration: none;
}
.idre-post-block:first-child{
  padding-left: 0;
}
.idre-post-block:last-child{
  padding-right: 0;
}

/* Content Auto */
.acca-block{
  display:block;
  text-align:center;
  padding:20px 0;
  position: relative;
}

/* Single */
.ac-top{}
.ac-mid{}
.ac-end{}

/* anchor */
.ac-mobile-btm-anchor-ad{
  bottom: 0;
  left: 0;
  right:0;
  position: fixed;
  z-index: 999999;
  /*z-index: -1;*/
opacity: 0;

  /*display: none;*/
  display: block;
  /*visibility: hidden;*/
  margin: 0 auto;
    width: 320px;
  height: 100px;

}
.ac-mobile-btm-anchor-ad-inner{
}
.ac-mobile-btm-anchor-btn{
    border: none;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    cursor: pointer;
    z-index: 99999999;
    background: #E20035;
    color: #FFF;
    display: block;
    text-align: center;
    overflow: hidden;
    /*visibility: visible;*/
    font-size: 18px;
    border-radius: 50px;
}


/*header code*/
.acca-header-block{
  margin: 0 auto;
  width:100%;
  height: auto;
}
