/* 新增 20200526 */
.pic01{ position: absolute;
    width: 33%;
    top: 30px;
    right: 0px;
}
.pic02{ position: absolute;
    width: 34%;
    top: 0px;
    left: 4px;
}
.pic03{ position: absolute;
    width: 0%;
    top: 361px;
    left: -39px;
}
.pic04{ position: absolute;
    width: 17%;
    top: 347px;
    right: 4px;
}
.pic05{ position: absolute;
    width: 8%;
    top: 26px;
    left: 4px;
}
.pic06{ position: absolute;
    width: 8%;
    top: 123px;
    right: 134px;
}
@media screen and (max-width: 767px) {.d-md-show{display: none;}}

@media screen and (min-width: 768px) {br.br_wrap{display: none;}}

#cooperation_coupon {
  position: relative;
  /*background: #fff url(../images/) left bottom no-repeat;*/
  background-size: 100% 100%;
  padding: 30px  0px;
  overflow: hidden;
  margin-bottom:-40px; 
  text-align: center;
}

#Cooperation_coupon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/coinbg_l.png) left bottom no-repeat, url(../images/coinbg_r.png) right bottom no-repeat;
  background-size: 25%;
}

@media screen and (max-width: 768px) {
  #Cooperation_coupon::before {
    background-size: 40%;
  }
}

@media screen and (max-width: 575px) {
  #Cooperation_coupon::before {
    background-size: 50%;
  }
}


#activity_coupon {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#231816+0,e3b552+87 */
background: #082c66; /* Old browsers */
/*background: -moz-linear-gradient(top,  #231816 0%, #e3b552 87%); /
background: -webkit-linear-gradient(top,  #231816 0%,#e3b552 87%); 
background: linear-gradient(to bottom,  #231816 0%,#e3b552 87%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231816', endColorstr='#e3b552',GradientType=0 );

  padding-top: 0;*/
  text-align: center;
}



@media screen and (max-width: 768px) {
  #activity_coupon {
    background-size: 150%;
  }
}

@media screen and (max-width: 575px) {
  #activity_coupon {
    background-size: 200%;
  }
}

.coupon_btn>a {
  font-weight: 800;
  font-size: 1.25rem;
  color: #ffffff;
  text-shadow: 1px 2px 0 #1a468f;
}

.coupon_btn>a:hover{color: #fff000;}

@media screen and (max-width: 575px) {
  .coupon_btn>a {
    font-size: 1rem;
  }
}

.coupon_des>.row>div>img {
  width: 95%;
  height: auto;
}

img[src*='coupon'] {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 991px) {
  .bank_coupon {
    margin-top: 20px;
  }
}

.cathaybk_coupon .coupon_des>.row>div {
  margin-bottom: 15px;
}

.cathaybk_coupon .coupon_des>.row>div>a {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 100%;
  transition: all 0.2s ease;
}

.cathaybk_coupon .coupon_des>.row>div>a:hover {
  width: 82%;
}

.cathaybk_coupon .coupon_des>.row>div img[src*='coupon'] {
  width: 100%;
  height: auto;
}

.cathaybk_coupon .btn-coupon {
  position: absolute;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  white-space:nowrap;
  color: #fff;
  background: #ff4739 url(../images/icons/click_bk.png) no-repeat 155px center;
  border: none;
  border-top: 1px solid #ffafa9;
  padding: 6px 30px 6px 15px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -20%);
  transition: all 0.3s ease;
  /* -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; */
  z-index: 10;
}

.cathaybk_coupon .coupon_des>.row>div>a:hover .btn-coupon, .cathaybk_coupon .btn-coupon:hover {
  background: #bc1717 url(../images/icons/click_bk.png) no-repeat 155px center;
}

@media screen and (max-width: 575px) {
  .cathaybk_coupon .btn-coupon {background: #ff4739;padding: 6px 15px 6px 15px;}
  .cathaybk_coupon .coupon_des>.row>div>a:hover .btn-coupon, .cathaybk_coupon .btn-coupon:hover {
    background: #bc1717;
  }
}

.cathaybk_coupon .coupon_des>.row>div {
  position: relative;
}

#activity_coupon .cathaybk_coupon .coupon_list ul .coupon_des {
  padding: 11px 20px 0 20px;
}

@media screen and (max-width: 767px) {
  .coupon_des>.row>div>img {
    width: 100%;
    height: auto;
  }
  .coupon_des>.row>div:first-child>img {
    width: 80%;
    height: auto;
  }
}

.textarea_list_list>ul {
  margin-bottom: 5px;
}

a:active, a:hover, a:link, a:visited{text-decoration: none;}
a{cursor: pointer;}
