
.btn_close a{
  display: block;
  width: 44px;
  padding-top: 30px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  
}

/***
*
*app¤U¸übanner
*
***/
/*full bn*/
.appbn_full{
  width: 100%;
  position: absolute;
  z-index: 100;
  background: url(../images/appbn_bg_b.jpg);
  background-size: 100% auto;
}

.appbn_full .btn_close{
  position: absolute;
  right: 0; 
  z-index: 200;
  width: 60px;
  height: 20px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.appbn_full .btn_close a{
  display: block; 
}
.appbn_full_text{
  width: 100%;
  margin-top: 5%;
}
.appbn_full_text img{
  width: 100%;
}


/*top bn*/
.appbn_top{
  position: relative;
  width: 100%;
  height: 80px;
  background-color:#c21e65;
  color: #fff;
  overflow: hidden;
}
.appbn_top .btn_close{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.appbn_top .appbn_top_content{
  position: relative;
  z-index: 20;
  height: 80px;
}
.appbn_top .appbn_top_content .btn_appbn_link{
  width: 100%;
  height: 80px;
  display: block;
}
.appbn_top .appbn_top_content .appbn_icon{
  width: 52px;
  height: 52px;
  color:#bf0000;
  text-align: center;
  position: absolute;
  left: 50px;
  top: 14px;
}
.appbn_top .appbn_top_content .appbn_icon img{
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 2px 2px 0px #5f0431;
}
.appbn_top .appbn_top_content .appbn_text{ 
  position: absolute;
  top: 24px;
  left: 110px;
  line-height: 1.3;
  color: #fff;
  font-size: 80%;
  font-weight: lighter;
}
.appbn_top .appbn_top_content .btn_dowmload{
  position: absolute;
  top: 24px;
  right: 10px;
  width: 14%;
  width: 54px;
  height: 34px;
  float: right; 
}
.appbn_top .appbn_top_content .btn_dowmload{
  display: block;
  line-height: 34px;
  font-size: 80%;
  text-align: center;
  color:#fff;
  margin: 0 0px 0 0;
  background: gray;
  background: url(../images/appbn_btn_download.png);
}
.appbn_top .appbn_top_bg{
  position: absolute;
  top: 0;
  height: 80px;
  width: 100%;
}
.appbn_top .appbn_top_bg a{
  z-index: 20;
}
.appbn_top .appbn_top_bg img{
  width: 100%;
}


/*º¡ª©appbn¤U¸ü­¶ ¸Ë¸m¾î½ö*/
@media only screen and (min-width: 480px) and (orientation: landscape){
    .appbn_full{
      background: url(../images/appbn_bg_land.jpg);
      background-size: 100% auto;
    }
    .appbn_full_text{
      width: 50%;
      margin-top: 10%;
      margin-left: 10%;
    }
    .appbn_full_text img{
      width: 100%;
    }
}