@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700|Noto+Serif+TC:700);* {
  font-family: 'Noto Sans TC', sans-serif;
  margin: 0;
  padding: 0;
}

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

a {
  color: #000;
  text-decoration: none;
}

article section.select_part .wrapper#data_best {
  max-width: 1200px;
  padding: 150px 15px 100px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 55px 15px 120px;
}

@media only screen and (max-width: 1280px) {
  article section.select_part .wrapper#data_best {
    width: 1080px;
  }
}

@media only screen and (max-width: 1120px) {
  article section.select_part .wrapper#data_best {
    width: 940px;
  }
}

@media only screen and (max-width: 960px) {
  article section.select_part .wrapper#data_best {
    width: 740px;
  }
}

@media only screen and (max-width: 768px) {
  article section.select_part .wrapper#data_best {
    width: 520px;
  }
}

@media only screen and (max-width: 540px) {
  article section.select_part .wrapper#data_best {
    width: 360px;
  }
}

@media only screen and (max-width: 374px) {
  article section.select_part .wrapper#data_best {
    width: 300px;
  }
}

article section.select_part .wrapper#data_best .title {
  font-size: 16px;
  color: #e6be0a;
  font-weight: bold;
  text-align: center;
}

article section.select_part .wrapper#data_best .years_part {
  width: 100%;
  padding: 40px 0;
  position: relative;
}

article section.select_part .wrapper#data_best .years_part .arrow {
  display: none;
  width: 30px;
  height: 30px;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  color: #e6be0a;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

article section.select_part .wrapper#data_best .years_part .arrow.left {
  left: 0;
}

article section.select_part .wrapper#data_best .years_part .arrow.right {
  right: 0;
}

article section.select_part .wrapper#data_best .years_part .years_view {
  width: 950px;
  overflow: hidden;
  margin: auto;
}

article section.select_part .wrapper#data_best .years_part .years_view .years_box {
  margin: auto;
  font-size: 0;
  position: relative;
}

article section.select_part .wrapper#data_best .years_part .years_view .years_box .years_item {
  width: 190px;
  height: 190px;
  padding: 27.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

article section.select_part .wrapper#data_best .years_part .years_view .years_box .years_item .item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e6be0a;
  cursor: pointer;
  position: relative;
}

article section.select_part .wrapper#data_best .years_part .years_view .years_box .years_item .item:before {
  content: '';
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

article section.select_part .wrapper#data_best .years_part .years_view .years_box .years_item .item .info {
  width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #e6be0a;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
}

article section.select_part .wrapper#data_best .years_part .years_view .years_box .years_item .item .info p.year {
  font-family: 'Oswald','Noto Sans TC', sans-serif;
}

article section.select_part .wrapper#data_best .years_part .years_view .years_box .years_item.active {
  padding: 20px;
}

article section.select_part .wrapper#data_best .years_part .years_view .years_box .years_item.active .item {
  background-image: -webkit-gradient(linear, right top, left top, from(#ff414b), color-stop(75%, #e6be0a));
  background-image: linear-gradient(-90deg, #ff414b 0%, #e6be0a 75%);
}

article section.select_part .wrapper#data_best .years_part .years_view .years_box .years_item.active .item:before {
  background-color: #e6be0a;
}

article section.select_part .wrapper#data_best .years_part .years_view .years_box .years_item.active .item .info {
  color: #fff;
}

article section.select_part .wrapper#data_best .years_part .years_view .years_box .years_item.active .item .info p.year {
  font-size: 26px;
}

article section.select_part .wrapper#data_best .years_select {
  display: none;
}

article section.select_part .wrapper#data_best .content .item {
  font-size: 20px;
  line-height: 32px;
  color: #505050;
  padding: 24px 0;
  text-align: center;
  border-bottom: 1px solid #e6be0a;
}

@media only screen and (max-width: 768px) {
  article section.select_part .wrapper#data_best .content .item {
    font-size: 16px;
    line-height: 26px;
  }
}

article section.select_part .wrapper#data_best .content .item:nth-child(1) {
  border-top: 1px solid #e6be0a;
}

article section.select_part .wrapper#data_best .content .box {
  display: none;
}

article section.select_part .wrapper#data_best .content .box:nth-child(1) {
  display: block;
}

@media only screen and (max-width: 1120px) {
  article section.select_part .wrapper#data_best .years_part .years_view {
    width: 760px;
  }
}

@media only screen and (max-width: 960px) {
  article section.select_part .wrapper#data_best .years_part .years_view {
    width: 570px;
  }
}

@media only screen and (max-width: 768px) {
  article section.select_part .wrapper#data_best {
    padding: 20px 15px 80px;
  }

  article section.select_part .wrapper#data_best .title {
    display: none;
  }

  article section.select_part .wrapper#data_best .years_part {
    display: none;
  }

  article section.select_part .wrapper#data_best .years_select {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  article section.select_part .wrapper#data_best .years_select select {
    font-size: 20px;
    line-height: 32px;
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    background-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    background-image: url("/images/data_arrow_m.png");
    padding: 6px 12px;
    border: 1px solid #e6be0a;
    color: #a0a0a0;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  article section.select_part .wrapper#data_best .years_select select {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 768px) {
  article section.select_part .wrapper#data_best .years_select select:focus {
    outline: none;
  }

  article section.select_part .wrapper#data_best .years_select select option {
    color: #000;
    background-color: rgba(255, 255, 255, 0.35);
  }

  article section.select_part .wrapper#data_best .years_select .selected {
    background-color: #e6be0a;
    color: #fff;
    font-size: 0;
    text-align: center;
    padding: 12px 0;
    display: none;
  }

  article section.select_part .wrapper#data_best .years_select .selected.active {
    display: block;
  }

  article section.select_part .wrapper#data_best .years_select .selected p.year {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    vertical-align: baseline;
  }

  article section.select_part .wrapper#data_best .years_select .selected p.txt {
    font-size: 14px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: baseline;
  }

  article section.select_part .wrapper#data_best .content .item {
    text-align: left;
    border-bottom: none;
    position: relative;
  }

  article section.select_part .wrapper#data_best .content .item:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff414b), color-stop(25%, #e6be0a));
    background-image: linear-gradient(-90deg, #ff414b 0%, #e6be0a 25%);
    position: absolute;
    bottom: 0;
  }

  article section.select_part .wrapper#data_best .content .item:nth-child(1) {
    border-top: none;
  }
}

