body {
  opacity: 0;
  visibility: hidden;
}

body.wd-show {
  opacity: 1;
  visibility: visible;
  transition: 1s;
  overflow-x: hidden;
}

body.make {
  opacity: 1;
  visibility: visible;
}

.wd-right-float {
  position: fixed;
  top: 50%;
  right: 5px;
  z-index: 9999;
  transform: translateY(-50%);
  margin-top: 20vh;
  transition: 1s;
}

.wd-right-float.wd-hide {
  right: -100px;
}

.wd-right-float .wd-item {
  animation: fadeOut both;
  position: relative;
}

.wd-right-float .wd-item .wd-sub {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: flex;
  font-size: 16px;
  color: #fff;
  align-items: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
  transform: translateX(-100%);
  visibility: hidden;
}

.wd-right-float .wd-item:hover .wd-sub {
  visibility: visible;
}

.wd-right-float .wd-item .wd-sub div {
  background-color: #333;
  display: flex;
  height: 100%;
  width: 180px;
  align-items: center;
  padding: 0px 20px;
  animation: fadeOutLeft 1s both;
}

.wd-right-float .wd-item:hover .wd-sub div {
  animation: fadeInLeft 1s 0s both;
}

.wd-right-float.wd-show .wd-item {
  animation: fadeInRight 1s 0s both;
}

.wd-right-float.wd-show .wd-item:nth-child(1) {
  animation-delay: 0.2s;
}

.wd-right-float.wd-show .wd-item:nth-child(2) {
  animation-delay: 0.3s;
}

.wd-right-float.wd-show .wd-item:nth-child(3) {
  animation-delay: 0.4s;
}

.wd-right-float.wd-show .wd-item:nth-child(4) {
  animation-delay: 0.5s;
}

.wd-right-float .wd-item a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212b6e;
  margin-bottom: 2px;
}

.wd-right-float .wd-item a svg {
  width: 30px;
  height: 30px;
  transition: 1s;
}

.wd-right-float .wd-item:hover a svg {
  transform: rotateY(180deg);
}

.wd-right-float .wd-item a svg path {
  fill: #fff;
}

@media(max-width: 768px) {
  .wd-right-float {
    display:none;
  }
}

@media(max-width: 768px) {
  #w_grid-1605148098702> div > .p_gridbox > .p_gridCell {
    margin:0;
  }

  #c_portalResNews_list-16051480987827619 .p_news {
    padding: 0;
  }
}

.wd #c_portalResEbizads_banner-15889873499571493 {
  transform: scale(0.8);
  opacity: 0;
}

.wd-show #c_portalResEbizads_banner-15889873499571493 {
  transform: scale(1);
  opacity: 1;
  transition: 1s;
}

.wd .wd--nav {
  opacity: 0;
}

.wd-show .wd--nav {
  animation: fadeInDown 1s 0.2s both;
}

.wd-show .wd--nav:nth-child(2) {
  animation-delay: 0.3s;
}

.wd-show .wd--nav:nth-child(3) {
  animation-delay: 0.4s;
}

.wd-show .wd--nav:nth-child(4) {
  animation-delay: 0.5s;
}

.wd-show .wd--nav:nth-child(5) {
  animation-delay: 0.6s;
}

.wd-show .wd--nav:nth-child(6) {
  animation-delay: 0.7s;
}

.wd-show .wd--nav:nth-child(7) {
  animation-delay: 0.8s;
}

.wd-show .wd--nav:nth-child(8) {
  animation-delay: 0.9s;
}

.wd--header-tel {
  opacity: 0;
}

.wd-show .wd--header-tel {
  animation: fadeInDown 1s 0.8s both;
}

#c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-slide {
  overflow: hidden;
}

.wd #c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-pagination-bullet {
  opacity: 0;
}

.wd-show #c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-pagination-bullet {
  animation: fadeInUp 1s both;
}

.wd-show #c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-pagination-bullet:nth-child(1) {
  animation-delay: 0.5s;
}

.wd-show #c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-pagination-bullet:nth-child(2) {
  animation-delay: 0.6s;
}

.wd-show #c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-pagination-bullet:nth-child(3) {
  animation-delay: 0.7s;
}

.wd-show #c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-pagination-bullet:nth-child(4) {
  animation-delay: 0.8s;
}

.w-scroll-ani {
  animation: fadeOut both;
}

body.wd-show .w-scroll-ani.scrolled {
  animation: fadeInUp 1s both;
}

.wd .w_grid-000 > div > .p_gridbox {
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}

.wd .w_grid-001 > div > .p_gridbox {
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  align-items: flex-start;
}

#w_common_text-1596681446026 a:hover span {
  color: #fff !important;
}

#w_common_text-1579164634584 a:hover span {
  text-decoration: underline !important;
}

@media(min-width: 769px) and (max-width:1440px) {
  #c_portalResEbizads_banner-15889873499571493 .container {
    width:80%;
  }
}

@media(max-width: 768px) {
  #w_common_text-1574676285633 p {
    text-align:left !important;
  }

  #w_common_text-1574676285635 p {
    text-align: left !important;
  }

  #w_common_text-1574676285646 a {
    display: block;
  }

  #w_common_text-1574676285646 > div > div > p > span > span > a:nth-child(4) {
    display: inline;
  }

  #w_common_text-1574676285646 > div > div > p > a {
    display: inline;
  }

  .c_portalResIntro_detail-01001 .p_con img {
    height: auto !important;
  }

  #w_common_text-1596681446016 p {
    text-align: left !important;
  }

  #w_common_text-1596681446018 p {
    text-align: left !important;
  }

  #w_common_text-1596681446026 a {
    display: block;
  }

  #w_common_text-1596681446026 > div > div > p > span > span > a:nth-child(4) {
    display: inline;
  }

  #w_common_text-1596681446026 > div > div > p > span > span > a:nth-child(5) {
    display: inline;
  }
}

#c_portalResnav_main-15966814492318879 .top-nav-wrap .btlink4 {
  display: none;
}

#c_portalResnav_main-15966814492318879 .top-nav-wrap .btlink6 {
  display: block;
}

#c_portalResnav_main-15746762858944025 .top-nav-wrap .btlink4 {
  display: none;
}

#c_portalResnav_main-15746762858944025 .top-nav-wrap .btlink6 {
  display: block;
}

@media(max-width: 768px) {
  .wd #content_box-1579165778049-0 {
    position:relative;
    z-index: 10;
  }

  .wd .c_portalResProduct_category-01001 ul.content {
    padding-top: 80px;
  }

  #c_portalResProduct_category-1605235826549 .contentBox {
    z-index: 1;
  }
}

.c_portalResIntro_detail-01001 .p_content video {
  max-width: 1200px !important;
  height: auto !important;
  margin-bottom: 30px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.c_portalResCompanyFile_list-03001 .p_listedFiles .p_img {
  display: none;
}

#c_portalResCompanyFile_list-16070508711526058 .p_fileItem {
  width: 100%;
}

.c_portalResCompanyFile_list-03001 .p_fileDetails {
  text-align: left;
}

.c_portalResCompanyFile_list-03001 .p_fileDetails h4 {
  margin-bottom: 15px;
}

.p_fluctuat {
  text-align: left;
  margin-left: 10px;
  margin-top: 10px;
}

@media(max-width: 768px) {
  .c_portalResCompanyFile_list-03001 .p_fileListMo {
    padding:0;
  }

  .c_portalResCompanyFile_list-03001 .p_img {
    display: none;
  }
}

.c_portalResEbizads_banner-01001 .subpage_ad .text {
  opacity: 1;
  z-index: 1000 !important;
}

.c_portalResEbizads_banner-01001 .subpage_ad .text .ad-tit {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.c_portalResEbizads_banner-01001 .subpage_ad .text .ad-tit span {
  display: block;
  font-size: 2vw;
  color: #fff;
  letter-spacing: 12px;
}

#w_grid-1596681445974 .p_gridbox {
  border: none;
}

.wd-20201127092601 ul {
  display: flex;
  max-width: 700px;
}

.wd-20201127092601 li {
  width: calc(100% / 4);
}

.wd-20201127092601 li > a {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.wd-20201127092601 .wd-sub a {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.wd-20201127092601 .wd-sub a:hover {
  color: #fff;
  text-decoration: underline;
}

.wd #w_grid-1607056631725 > div > div {
  display: flex;
  justify-content: space-around;
}

.wd #w_grid-1607056631725 > div > div > div {
  width: auto !important;
}

.wd #w_grid-1607056631725 > div > div > div:nth-child(1) {
  min-width: 700px !important;
}

.wd #w_grid-1607056631725 > div > div > div:nth-child(3) {
  min-width: 250px !important;
  margin-left: 50px !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #333;
}

.wd #content_box-1596681793688-2 {
  display: none;
}

.wd #w_grid-1596681793688 > div > div {
  display: flex;
  justify-content: space-between;
}

.wd #w_grid-1596681793688 > div > div > div {
  width: auto !important;
}

.wd #w_grid-1596681793688 > div > div > div:nth-child(2) {
  min-width: 700px !important;
}

.wd #w_fimg-1596681793704 {
  max-width: 423px !important;
}

#c_portalResnav_main-15966817969545034 .navLi:hover .navName {
  color: #1f51a3;
}

#c_portalResnav_main-15966817969545034 .navLi.wd-current .navName {
  color: #1f51a3;
}

#c_portalResnav_main-15966817969545034 .tNavH::before {
  background-color: #1f51a3;
}

#c_portalResnav_main-15966817969545034 .navLi.wd-current .tNavH::before {
  width: 100%;
  opacity: 1;
}

#c_portalResnav_main-15966817969545034 .slidBox {
  border-bottom-color: #51cd89;
}

#c_portalResnav_main-15966817969545034 .navSli:hover .navSlink {
  background-color: #51cd89;
}

#c_portalResnav_main-15966817969545034 .navSli:hover:before {
  background-color: #51cd89;
}

.wd #w_fbtn-1607056734978 .p_CommonBtn .font {
  text-align: left;
}

#w_fbtn-1607056734978 .p_CommonBtn {
  background-image: url(/img/20201204114649.png);
  background-position: 80% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wd #w_fbtn-1607056766816 .p_CommonBtn .font {
  text-align: left;
}

#w_fbtn-1607056766816 .p_CommonBtn {
  background-image: url(/img/20201204114732.png);
  background-position: 80% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wd #w_fbtn-1607056751374 .p_CommonBtn .font {
  text-align: left;
}

#w_fbtn-1607056751374 .p_CommonBtn {
  background-image: url(/img/20201217165009.png);
  background-position: 80% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wd #w_fimg-1607056734948.w_fimg-000 .p_dimage {
  position: relative;
}

.wd #w_fimg-1607056734948.w_fimg-000 .p_dimage img {
  position: relative;
  z-index: 10;
}

.wd .w_fimg-000 .p_dimage {
  overflow: visible;
}

.NavList_a1 .more.active {
  background-color: #e39533 !important;
}

.NavList_a1 a:hover {
  background-color: #e39533 !important;
}

/* page */
@media only screen and (min-width: 769px) {
  .p_page .pre {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 38px;
    margin: 0 5px 0 18px;
    text-align: center;
    padding: 0 10px;
    border-radius: 0px;
    border: 1px solid #fff;
    background: #fff;
    color: #333333;
  }

  .p_page .pre:active {
    background: #e29636;
    border-color: #e29636;
    color: #fff;
  }

  .p_page .pre:hover {
    color: #fff;
    background: #e29636;
    border-color: #e29636;
    cursor: pointer;
  }

  .p_page .next {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 38px;
    border: 1px solid #fff;
    background: #fff;
    color: #333;
    text-align: center;
    padding: 0 10px;
    border-radius: 0px;
  }

  .p_page .next:active {
    background: #e29636;
    border-color: #e29636;
    color: #fff;
  }

  .p_page .next:hover {
    background: #e29636;
    border-color: #e29636;
    color: #fff;
    cursor: pointer;
  }

  .p_page .pageNum {
    position: relative;
    float: left;
    height: 38px;
    min-width: 38px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 0px;
  }

  .p_page .pageNum:active {
    color: #fff;
    text-decoration: none;
    background-color: #e29636;
    border-color: #e29636;
  }

  .p_page .pageNum:hover {
    color: #fff;
    border-color: #e29636;
    cursor: pointer;
    text-decoration: none;
    background-color: #e29636;
  }

  .p_page .pageNum.active {
    text-decoration: none;
    background-color: #e29636;
    color: #fff;
    border-color: #e29636;
  }
}

.c_portalResIntro_detail-01001 .p_content p {
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

::selection {
  background: #285ad8;
  color: #ffffff;
}

.wd #w_common_text-1607056631741 {
  padding-left: 35px;
  background: url(/img/20201204114814.png) 0 10px no-repeat;
}

.wd #w_common_text-1607056631745 {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(/img/20201204114830.png) 0 6px no-repeat;
}

.wd #w_common_text-1607056631748 {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(/img/20201204114848.png) 0 3px no-repeat;
}

.w-sub-contact {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  z-index: 10;
}

.w-sub-contact:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #222;
  top: 0px;
  left: 0px;
  opacity: 0.8;
}

.w-sub-contact .w-wrapper {
  position: relative;
  z-index: 100;
}

.w-sub-contact .tel a {
  display: block;
  width: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e39533;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.w-sub-contact .list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.w-sub-contact .list .w-item {
  margin: 0px 10px;
  font-size: 16px;
  color: #fff;
}

.w-sub-contact .list .w-item a {
  color: #fff;
  text-decoration: none !important;
}

.w-sub-contact .list .w-item a:hover {
  text-decoration: underline !important;
}

.wd-list {
  display: flex;
  flex-wrap: wrap;
}

.wd #allmap {
  height: 80vh;
}

#w_common_text-1607056631745 a:hover span {
  text-decoration: underline;
}

#w_common_text-1607056631752 a:hover span {
  text-decoration: underline;
}

.wd #c_portalResProduct_detail-15791661402201381 .p_images {
  height: auto !important;
  max-width: 600px;
}

.wd #c_portalResProduct_detail-15791661402201381 .p_images img {
  transform: none !important;
  width: 100% !important;
  height: auto !important;
  position: static !important;
}

@media(max-width: 768px) {
  .wd-20201204141223 .wd-item {
    width:100%;
    margin-bottom: 15px;
  }

  .wd-20201204141223 .wd-item img {
    width: 100% !important;
    height: auto !important;
  }

  #content_box-1607056751363-0 {
    padding: 10% 0;
  }

  #w_grid-1608114573496 {
    padding: 10% 0;
  }

  #w_grid-1608114573496 > div > div > div {
    margin-bottom: 20px !important;
  }

  #c_portalResProduct_list-16070567515365131 .wd-item .wd-title {
    width: 90%;
    text-align: center;
  }

  #content_box-1608114435925-0 {
    padding: 10% 0;
  }

  #c_portalResFriendlink_list-16081150047127266 .wd-item {
    width: 48%;
    margin: 1%;
  }

  #c_portalResFriendlink_list-16081150047127266 .wd-item img {
    width: 100%;
  }

  #w_grid-1607056766802 {
    padding: 10% 0;
  }

  #w_fbtn-1607056766816 {
    margin-left: 0;
  }

  #c_portalResNews_list-16070567669426361 .wd-20201204115448 .wd-item {
    display: block;
  }

  #c_portalResNews_list-16070567669426361 .wd-20201204115448 .wd-item .wd-20201204115527 {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  #c_portalResNews_list-16070567669426361 .wd-20201204115448 .wd-item .wd-summary {
    width: 100%;
  }

  #w_grid-1596681445959 > div > .p_gridbox {
    background-color: #2f519e;
  }

  .wd #w_grid-1607056631733 {
    display: none;
  }

  #w_grid-1607056631725 {
    margin-top: 10%;
  }

  .wd #w_grid-1596681793688 > div > div > div {
    width: 100% !important;
  }

  .wd #w_grid-1596681793688 > div > div > div:nth-child(2) {
    min-width: auto !important;
  }

  #w_fimg-1596681793704 .p_dimage {
    background-size: 100%;
  }

  .wd #w_fimg-1596681793704 {
    position: relative;
    left: 15px;
  }

  #c_portalResEbizads_banner-16070567160096073 .lv-style {
    height: 45vw;
  }

  #w_grid-1607056734944 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  #c_portalResProduct_list-16070567515365131 {
    margin-bottom: 10%;
  }

  .wd #content_box-1608114832076-1 {
    display: none;
  }
}

.wd #c_portalResProduct_list-16070567515365131 .wd-item ~ div {
  display: block;
}

#c_portalResFriendlink_list-16081858414614048 .wd-item img {
  width: 100%;
}

@media(max-width: 768px) {
  #c_portalResFriendlink_list-16081858414614048 .wd-item {
    width:45%;
    margin: 2.5%;
    margin-bottom: 15px;
  }

  .wd #c_portalResProduct_detail-15791661402201381 .p_images {
    padding-bottom: 0 !important;
  }

  #w_grid-1596693579163 > div > .p_gridbox {
    padding: 0;
  }

  #c_portalResNews_list-1608188357464 .wd-item {
    padding-right: 0;
  }

  #c_portalResNews_list-1608188357464 .wd-item > svg {
    display: none;
  }

  #c_portalResNews_list-1608188357464 article {
    padding-right: 0;
    display: block;
  }

  #c_portalResNews_list-1608188357464 .wd-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .w-sub-contact .tel a {
    width: 90vw;
    font-size: 24px;
    letter-spacing: 0;
  }

  .w-sub-contact .list {
    display: block;
  }

  .w-sub-contact .list .w-item {
    text-align: center;
    line-height: 2;
    font-size: 18px;
  }

  .w-sub-contact {
    padding: 20% 15px;
  }

  .c_portalResPublic_codeContainer-01001 {
    min-height: auto !important;
  }

  #c_portalResMessage_form-16051528488785523 .p_ContactInfo {
    padding: 0;
  }

  #c_portalResMessage_form-16051528488785523 .p_CaptchasBox {
    padding-right: 0 !important;
  }

  #c_portalResMessage_form-16051528488785523 .p_EmailBox {
    padding-right: 0 !important;
  }

  .wd #w_common_text-1607056631739 {
    display: none;
  }

  .c_portalResPublic_codeContainer-01001003 .about-num li {
    display: block !important;
    width: 100% !important;
  }
}

.subpage_ad {
  position: relative;
}

.subpage_ad:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
}

.subpage_ad.wd-show-title:before {
  opacity: 0.7;
  transition: 1s 0.8s;
}

.ad-sum {
  display: none !important;
}

.ad-line {
  display: none !important;
}

#c_portalResProduct_detail-15791661402201381 .p_interaction button {
  background-color: #e09336;
  border-color: #e09336;
}

#c_portalResProduct_detail-15791661402201381 .d_SortName a .font {
  background-color: #222c6f;
  border-color: #222c6f;
}

@media(max-width: 768px) {
  #c_portalResProduct_list-16070567515365131 .wd-item img {
    max-height:none;
  }
}

.wd #c_portalResIntro_category-1608185750915 {
  display: none;
}

.wd #c_portalResIntro_category-1608168344220 {
  display:none;
}

.e_SideMajorStyleBox-001 .stylebox_top {
  background-color: #2f519e;
  height: 60px;
  line-height: 60px;
}

.e_SideMajorStyleBox-001 .stylebox_title {
  background-color: #2f519e;
}

.e_SideMajorStyleBox-001 .title_main {
  font-size: 20px;
}

.wd #w_grid-1609985545941 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  position: relative;
  z-index: 100;
}

.wd #w_grid-1579166098288 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  position: relative;
  z-index: 100;
}

@media(max-width: 768px) {
  .c_portalResEbizads_banner-01001 .subpage_ad .text .ad-tit span {
    font-size:2rem;
  }

  .e_SideMajorStyleBox-001 .stylebox_top {
    display: none;
  }

  #c_portalResProduct_category-16099862331806470 .moveBtn {
    margin: 0 !important;
    width: 100% !important;
    height: 60px;
    line-height: 60px;
    font-size: 1.2rem;
  }

  #w_common_text-1608270792749 {
    margin-top: 10%;
  }

  #w_common_text-1608270792749 span {
    font-size: 1.3rem !important;
  }

  #w_common_text-1607056631752 a {
    display: block;
  }

  #w_common_text-1607056631752 a:nth-last-child(1) {
    display: inline-block;
  }

  #w_common_text-1607056631752 a:nth-last-child(2) {
    display: inline-block;
  }

  #w_common_text-1607056631752 {
    line-height: 1.8;
  }
}

.wd #w_grid-1573265965535 {
  position: relative;
  z-index: 9999;
}

.wd #c_portalResProduct_category-16103713846102620 .wd-item {
  display: none;
}

.wd #c_portalResProduct_category-16103713846102620 .wd-item.wd-show {
  display: block;
}

@media(max-width: 1530px) {
  #c_portalResProduct_detail-15791661402201381 .d_SortName {
    margin-left:0;
  }
}

@media(min-width: 769px) {
  #content_box-1579166098288-0 {
    position:sticky !important;
    top: 100px;
  }

  #content_box-1609985545941-0 {
    position: sticky !important;
    top: 100px;
  }
}

@media(max-width: 1430px) and (min-width:769px) {
  .wd #w_grid-1607056631725 > div > div {
    display:flex;
    flex-wrap: nowrap;
  }
}

.wd .wd-f-hide {
  display: none !important;
}

@media(min-width:769px) {
 #c_portalResProduct_list-16070567515365131 .wd-item img {
    max-height:440px;
   object-fit:cover;
  } 
  .wd #w_common_text-1607056631741 span {
    font-size: 2.2vw !important;
  }
}
@media(max-width:768px) {
  .wd #w_common_text-1607056631741 span {
    font-size: 2rem !important;
  }
  #c_portalResProduct_list-16070567515365131 .wd-item {
    width:100%;
  }
}
.wd-20201204141223 {
  position:relative;
}
.wd-20201204141223 .wd-button-prev {
  width:60px;
  height:60px;
  background-color:rgba(0, 0, 0, 0.7);
  position:absolute;
  top:50%;
  left:2%;
  margin-top:-70px;
  z-index:100;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:100px;
  cursor:pointer;
}
.wd-20201204141223 .wd-button-next {
  width:60px;
  height:60px;
  background-color:rgba(0, 0, 0, 0.7);
  position:absolute;
  top:50%;
  right:2%;
  margin-top:-70px;
  z-index:100;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:100px;
  cursor:pointer;
}
.wd-20201204141223 svg {
  width:40px;
  height:40px;
}
.wd-20201204141223 path {
  fill:#fff;
}
.wd-20201204141223 .wd-button-prev svg {
  transform:rotateY(180deg);
}
@media(max-width:768px) {
  .wd-20201204141223 .wd-button-prev {
    display:none;
  } 
  .wd-20201204141223 .wd-button-next {
    display:none;
  }
}
@media(min-width:769px) and (max-width:1280px) {
  #content_box-1607056631725-0 {
    width:auto !important;
  }
  #content_box-1607056631725-1 {
    min-width:300px !important;
  }
  #content_box-1607056631725-2 {
    width:auto !important;
  }
  .wd #w_grid-1607056631725 > div > div > div:nth-child(1) {
    min-width:auto !important;
    flex:1;
  }
  .wd #w_grid-1607056631725 > div > div > div:nth-child(3) {
    min-width:auto !important;
    margin-left:15px !important;
  }
}
@media(max-width:768px) {
  .c_portalResProduct_detail-01001 .p_SwitchBtnC {
    display:none;
  }
  .c_portalResProduct_detail-01001 .p_SwitchBtnD {
    display:none;
  }
}
@media(max-width:768px) {
  .c_portalResProduct_detail-01001 .active {
    background-color:#1e2974;
  }
  .c_portalResProduct_detail-01001 .p_ThumbnailBox {
    padding:0;
  }
  #c_portalResnav_main-15966817969545034 .navLine path {
    fill:#fff;
  }
  #c_portalResnav_main-15966817969545034 .navLi.wd-current .navName {
    color:#e29636;
  }
  #c_portalResnav_main-15966817969545034 .tNavHeight {
    height:100vh;
  }
  #c_portalResnav_main-15966817969545034 .navLi:hover .navName {
    color:#e29636;
  }
  #c_portalResnav_main-15966817969545034 .navUl {
    min-height:100vh;
  }
}