/* 新增 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;
}
#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;
  background:  url(../images/header_BG.png) repeat;
  /*background-size: 100% 100%;*/
  padding: 30px 0px 30px 0px;
  overflow: hidden;
  /* margin-top:-60px; */
  text-align: center;
}

#activity_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) {
  #activity_coupon::before {
    background-size: 40%;
  }
}

@media screen and (max-width: 575px) {
  #activity_coupon::before {
    background-size: 50%;
  }
}

.coupon_btn>a {
  font-weight: 800;
  font-size: 25px;
}
@media screen and (max-width: 575px) {
  .coupon_btn>a {
    font-size: 15px;
  }
}

.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;}
