@charset "UTF-8";
@media (max-width: 768px) {
  div.web {
    display: none;
  }
}

div.mobile {
  display: none;
}

@media (max-width: 768px) {
  div.mobile {
    display: block;
  }
}

.popupBg, .popupHeader, .index1 .popAdPhoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main h2 {
  font-size: 24px;
  font-weight: bold;
  color: #e40077;
  margin-bottom: 20px;
  padding-left: 15px;
}

@media (max-width: 480px) {
  main h2 {
    margin-bottom: 0;
  }
}

main ul {
  padding-left: 15px;
  padding-right: 15px;
}

main li a {
  width: 100%;
  z-index: 2;
}

main li a:hover .newsTitle div {
  color: #007de9;
}

@media (min-width: 768px) {
  main li:not(:last-of-type) .newsTitle, main li:not(:last-of-type) .newsContent {
    border-bottom: 1px solid transparent;
  }
}

.newsTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
}

@media (max-width: 480px) {
  .newsTitle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 5px;
    border: 1px solid transparent;
    border-bottom: 1px solid #e1e1e1;
  }
  .newsTitle > div {
    text-align: left;
    width: 100%;
  }
}

.newsDate {
  font-size: 20px;
  width: 140px;
  line-height: 30px;
  font-weight: bold;
  color: #747474;
  padding-right: 8px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 480px) {
  .newsDate {
    font-size: 16px;
    line-height: 20px;
    font-weight: inherit;
  }
}

.newsTitleText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #202020;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.newsContent {
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: #595959;
  border: 1px solid #e1e1e1;
  background-color: #fffdee;
  overflow: hidden;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  z-index: 1;
}

.newsContent p {
  padding: 20px;
}

@media (max-width: 480px) {
  .newsContent p {
    padding: 10px;
  }
}

.close .newsContent {
  display: none;
}

.open .newsTitle > div {
  color: #007de9;
}

.open .newsContent {
  display: block;
}

.pageNum {
  height: 32px;
  margin-top: 28px;
  margin-bottom: 28px;
  text-align: right;
  overflow: hidden;
}

.pageNum li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 4px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #666;
}

.pageNum a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.pageOn a, .pageNum a:hover {
  color: #e40077;
}

.pageMore a {
  color: #424242;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* 模擬用黑bar */
.theLogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .theLogin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .theLogin .loginContent {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

.blackbar {
  width: 100%;
  height: 30px;
  position: fixed;
  top: 0;
  background-color: #000;
  z-index: 999;
}

.blackbar_s {
  width: 950px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 13px;
}

.blackbar_s span {
  color: #fff;
}

.blackbar_s > a {
  float: left;
}

.linkbox_r {
  width: 365px;
  float: right;
  text-align: right;
}

.text_white {
  color: #fff !important;
  text-decoration: none;
}

/* 模擬用黑bar */
/*header*/
header {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 30px;
  z-index: 4;
  border-bottom: 0px solid #007de9;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.menu {
  float: right;
  overflow: hidden;
}

.menu > li {
  float: left;
}

.menu > li a {
  display: block;
  line-height: 66px;
  height: 60px;
  color: #666;
  padding: 0 32px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid #fff;
}

.menu > li a:hover {
  color: #007de9;
}

li.menu_ok a {
  color: #007de9;
  border-bottom: 2px solid #fff;
}

/*header*/
/*footer*/
footer {
  width: 100%;
  height: 163px;
  text-align: center;
}

footer > div {
  background: #efefef;
}

footer > div:nth-child(2) {
  color: #fff;
  background: #b3b3b3;
  padding: 8px 0;
}

footer ul {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.service li {
  padding: 0 16px;
}

.service a {
  color: #424242;
}

.service span {
  vertical-align: middle;
  color: #424242;
  line-height: 1.5;
}

.service .icon {
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 35px;
  vertical-align: text-bottom;
}

.service img {
  width: 100%;
}

.serviceItem {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.serviceItem li {
  color: #424242;
  padding-left: 16px;
  padding-right: 16px;
}

.serviceItem li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.serviceItem li:hover a {
  color: #007de9;
}

.serviceItem li + li {
  border-left: 1px solid #d6d6d6;
}

/*footer*/
/*彈跳視窗*/
.popup {
  z-index: 9;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popup > div:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
}

.popupBg {
  z-index: 9;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

.popupContent {
  border-radius: 10px;
  background: #fff;
  text-align: left;
  z-index: 10;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popupHeader {
  background: #007de9;
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom: 1px solid #dee2e6;
  padding: 0.25rem 1rem;
  font-size: 18px;
}

.popupClose {
  color: #fff;
  font-size: 2rem;
  font-weight: lighter;
  background-color: transparent;
  border: 0;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  cursor: pointer;
}

.popupBody {
  padding: 1rem;
}

.popupContent .adPosition {
  text-align: left;
}

.index1 .popAdPhoto img {
  max-width: 100%;
  max-height: 50vh;
  width: auto;
  height: auto;
}

.index1 .popAdSize,
.index1 .popAdPs {
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.index1 .popAdSize span,
.index1 .popAdPs span {
  display: block;
  font-weight: bold;
  color: #007de9;
}

.index1 .popAdPrice {
  font-size: 48px;
  font-weight: bold;
  color: #e60002;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}

.transform-in,
.transform-out {
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.transform-in {
  opacity: 1;
}

.transform-out {
  opacity: 0;
  display: none;
}

.slideBanner img {
  width: 100%;
  vertical-align: top;
}

/*彈跳視窗*/
@media screen and (min-width: 768px) {
  /*footer*/
  .service br {
    display: none;
  }
  .appDownload {
    width: 120px;
  }
  .appDownload span {
    display: block;
    width: 100%;
    background: #007de9;
    color: #fff;
  }
  .appDownload img {
    border: 6px solid #fff;
  }
  /*footer*/
}

@media screen and (max-width: 768px) {
  /*header*/
  .theLogin {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: auto;
  }
  header {
    top: 30px;
    height: 44px;
  }
  .menu {
    width: 100%;
  }
  .menu > li {
    width: calc(100% / 4);
    border-right: 0px solid #eee;
  }
  .menu > li a {
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    height: 44px;
    padding: 0 0px;
  }
  /*header*/
  /*footer*/
  footer {
    height: 122px;
  }
  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 0;
  }
  .service li {
    padding: 0;
  }
  .service > li li {
    margin-bottom: 4px;
  }
  .serviceItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 14px;
  }
  .serviceItem li {
    padding: 0;
  }
  .serviceItem a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .appDownload {
    display: none;
  }
  /*footer*/
  /*彈跳視窗*/
  .popup > div:nth-of-type(2) {
    width: 100%;
  }
  .popupContent {
    width: 95%;
    margin: auto;
  }
  .popupContent p {
    font-size: 14px;
  }
  p.popAdPrice {
    font-size: 38px;
  }
  .popupBody {
    padding: 0.5rem;
  }
  /*彈跳視窗*/
}

main {
  padding-top: 50px;
}

@media (max-width: 480px) {
  main {
    padding-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */