body.noscroll {
  overflow: hidden;
}

textarea,
input[type="text"],
input[type="button"],
input[type="reset"],
input[type="submit"],
select {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

.claerfix:before,
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

.flex_center {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.no_ul,
.no_ul>li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.font_30 {
  font-size: 30px;
  line-height: 35px;
}

.font_24 {
  font-size: 24px;
  line-height: 30px;
}

.font_20 {
  font-size: 20px;
  line-height: 30px;
}

.font_16 {
  font-size: 16px;
  line-height: 22px;
}

.font_14 {
  font-size: 14px;
  line-height: 18px;
}

.common_blue {
  color: #0057AA;
}

.img_block img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .font_30 {
    font-size: 24px;
    line-height: 28px;
  }

  .font_20 {
    font-size: 18px;
  }

  .m_hide {
    display: none !important;
  }

  .flex_center {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pc_hide {
    display: none !important;
  }
}


/*bread crumb*/
.bread_block {
  background: #F5F5F5;
}

.bread_list {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bread_block .container {
  height: 50px;
}

.bread_list li {
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  color: #A0A0A0;
}

.bread_list li:after {
  content: '';
  font-family: 'FontAwesome';
  content: "\f105";
  color: #A0A0A0;
  padding: 0 10px;
}

.bread_list li:last-child:after {
  display: none;
}

.bread_list li a {
  color: #A0A0A0;
}

.bread_list li a:hover {
  color: #0255C4;
  opacity: 1;
}

/*page title*/
.page_title_block {
  background: #E6E6E6;
  padding: 30px 0;
  font-weight: bold;
}

.page_title_block .page_title_en,
.page_title_block .page_title_tw {
  color: #707070;
}

.page_title_block .page_title_en {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .page_title_block {
    padding: 18px 0;
  }

  .page_title_block .page_title_en {
    padding-bottom: 8px;
  }
}

/*common blue btn*/
.common_blue_btn,
input[type="button"].common_blue_btn,
a.common_blue_btn,
a.common_blue_btn:link {
  display: inline-block;
  width: 150px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  background: transparent linear-gradient(180deg, #7CBAEA 0%, #5AA9E6 39%, #4DA2E2 50%, #1F86DD 64%, #0C5296 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border: 0;
  outline: 0;
  cursor: pointer;
}

a.common_blue_btn.type_180 {
  width: 180px;
}

a.common_blue_btn i {
  display: inline-block;
  margin-right: 5px;
  color: #FFF;
}

.common_blue_btn:hover,
input[type="button"].common_blue_btn:hover,
a.common_blue_btn:hover,
a.common_blue_btn:link:hover,
a.common_blue_btn:visited:hover,
a.common_blue_btn:link:active,
a.common_blue_btn:visited:active,
a.common_blue_btn:link:focus,
a.common_blue_btn:visited:focus {
  color: #FFF;
  background: transparent linear-gradient(180deg, #A3D8FF 0%, #66B7F5 39%, #4EAAEF 50%, #2494F4 64%, #3A96EF 100%) 0% 0% no-repeat padding-box;
  ;
}



@media screen and (max-width: 1199px) {}

@media screen and (max-width: 767px) {}
