.otc {
  width: 100%;
  position: relative;
  background: #fff;
}
.otc_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 1226px;
}
.otc_main {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.otc_main_title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1004px;
  padding-top: 114px;
  box-sizing: border-box;
  background: url('../img/otc/bg.png') no-repeat center;
  background-size: cover;
}
.otc_title {
  padding: 64px 0 48px;
  font-size: 36px;
  font-weight: 600;
  color: #333;
}
.otc_main_title_item {
  width: 1200px;
  padding-bottom: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.otc_main_title_item_img {
  width: 560px;
  height: 360px;
  border-radius: 8px;
}
.otc_main_title_item_des {
  width: 540px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.otc_main_title_item_des_q {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.otc_main_title_item_des_q div {
  padding: 0 8px;
  height: 29px;
  border-radius: 4px;
  background: #FF8900;
  text-align: center;
  line-height: 29px;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-right: 7px;
}
.otc_main_title_item_des_q div::after {
  content: '';
  background: url('../img/otc/icon_right.png');
  width: 3px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.otc_main_title_item_des_q p {
  font-size: 24px;
  color: #333;
}
.otc_main_title_item_des_a {
  font-size: 40px;
  color: #333333;
  font-weight: 600;
}
.otc_main_license {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 48px;
}
.otc_main_license_main {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
}
#otc_main_license {
  width: 428px;
  height: 254px;
}
.otc_main_license_main_l {
  width: 500px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../img/otc/license_bg.png');
}
.otc_main_license_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-left: 48px;
  flex: 1;
  height: 420px;
  padding: 12px 0 12px 130px;
  box-sizing: border-box;
}
.otc_main_license_list_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 60px 19px 36px;
  width: 100%;
  box-sizing: border-box;
}
.otc_main_license_list_item_time {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 4px;
  line-height: 22px;
  padding: 0 8px;
  height: 22px;
  background: rgba(255, 137, 0, 0.50);
  border-radius: 0 13px 13px;
}
.otc_main_license_list_item_line {
  width: 36px;
  height: 3px;
  background: #999999;
}
.otc_main_license_list_item_content {
  padding-top: 12px;
  color: #333333;
  font-size: 22px;
}
.otc_main_license_list_item_content_important {
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.display {
  width: 1200px;
  height: 380px;
  /* margin-bottom: 86px; */
  /* box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); */
  border-radius: 8px;
}
.otc_main_license_list_item_act {
  border-radius: 8px;
  border: 1px solid #FF8900;
  background: #FFF;
  box-shadow: 0px 3px 20px 0px rgba(43, 22, 6, 0.08);
}
.otc_main_license_list_item_act > .otc_main_license_list_item_time {
  background: #FF8900;
}
.otc_main_license_list_item_act > .otc_main_license_list_item_content {
  color: #FF8900 !important;
}
.otc_benefit {
  width: 100%;
  height: 984px;
  background: url('../img/otc/bg2.png') no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.otc_benefit_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 108px;
  width: 1200px;
}
.otc_benefit_box_item1 {
  width: 386px;
  height: 128px;
  box-sizing: border-box;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4.8px 32px 0px rgba(43, 22, 6, 0.08);
}
.otc_benefit_box_item1 img {
  width: 80px;
  height: 80px;
}
.hover_up {
  cursor: pointer;
  position: relative;
}
.hover_up:hover {
  animation: up 0.5s;
  animation-fill-mode: forwards;
}
@keyframes up{0%{transform: translateY(0);}100%{transform: translateY(-15px);}}
.otc_benefit_box_item2 {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 400px;
  width: 285px;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 4.8px 32px 0px rgba(43, 22, 6, 0.08);
}
.otc_benefit_box_item2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.otc_benefit_box_item2 p {
  position: relative;
  z-index: 2;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 8px;
  white-space: nowrap;
}
.otc_benefit_box_item2 span {
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.otc_delivery {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 65px;
}
.otc_delivery_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 554px;
  height: 402px;
}
.otc_delivery_tab {
  padding-bottom: 68px;
  display: flex;
  align-items: center;
}
.otc_delivery_tab_item {
  margin: 0 16px;
  line-height: 41px;
  padding: 0 16px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  border-radius: 22px;
}
.otc_delivery_tab_itemact {
  background: linear-gradient(109deg, #FFB37F 0.16%, #FF7B0D 98.66%);
  color: #fff;
}
.otc_delivery_main {
  display: flex;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, #FFF7EE 0%, #FFF 100%);
  box-shadow: 0px 3px 20px 0px rgba(43, 22, 6, 0.08);
  width: 1200px;
  height: 300px;
}
.otc_delivery_main img {
  width: 600px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 8px 0 0 8px;
}
.otc_delivery_main_des {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  line-height: 24px;
  font-size: 15px;
  color: #333;
}
.otc_delivery_main_des p{
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding-bottom: 16px;
  line-height: 34px;
}
.otc_display {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  padding-bottom: 86px;
}
.otc_display_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 530px;
  height: 381px;
}
.otc_display_swiper {
  width: 1200px;
  box-shadow: 0px 3px 20px 0px rgba(43, 22, 6, 0.08);
  position: relative;
}
.otc_display_swiper_pagination {
  position: absolute;
  bottom: 16px;
  left: 20px;
  z-index: 9;
}
.otc_display_swiper_pagination span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 8px;
}
.otc_display_swiper_pagination > .swiper-pagination-switch {
  cursor: pointer;
}
.otc_display_swiper_pagination > .swiper-active-switch {
  background: #fff;
}

.otc_benefit_box_cn span {
  height: 80px;
}
.otc_benefit_box_en span {
  height: 135px;
}
.otc_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.otc_mode {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: url('../img/otc/mode_bg.png') no-repeat center;
  background-size: cover;
}
.otc_mode_title {
  padding-bottom: 28px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  height: 90px;
  display: flex;
  align-items: center;
}
.otc_mode_title img {
  height: 50px;
}
.otc_mode_title p {
  margin-left: -12px;
  display: inline;
}