.active,
.active:hover {
  background-color: #ff8800 !important;
}

.active>a {
  color: #fff9bc !important;
  font-weight: bold !important;
}

.MOBILE #CM741 .ACT_IMG>img {
  width: 100% !important;
}

.PC #CM741 .ACT_IMG>img {
  width: 50% !important;
}

.PC #CM741 .ACT_IMG {
  width: 100% !important;
}

/*PC 底部浮水按鈕*/
.PC #CM741-wrapper .BT_BOX {
  width: 100%;
  height: 62px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 12px;
  text-align: center;
}

.PC #CM741-wrapper .BT_BOX a.BT1 {
  display: inline-block;
  width: 500px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 1.3rem;
  background: #bb8e34;
  border: 1px solid #5c3920;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  /*margin-right: 16px;*/
}

.PC #CM741-wrapper .BT_BOX .BT1 span.BR {
  font-size: 1.1rem;
  margin-left: 12px;
}

.PC #CM741-wrapper .BT_BOX a.BT1:hover {
  color: #fff9bc;
  background-color: #ff8800;
}