@charset "UTF-8";

.rules_background {
  background-image: url(../images/bg_bright_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -20vh;
  background-attachment: fixed;
}
.submit_background {
  min-height: calc(100vh - 450px); /*device height - (top banner + footer)*/
  background-image: url(../images/bg_bright_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.rules_background.video_contest {
  background-image: url(../../video-contest/images/bg_bright_01.jpg);
  background-position: top;
}
.content_banner {
  width: 100%;
  height: auto;
  min-height: 45vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  margin: 0;
  padding: 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.content_banner.video {
  min-height: 400px;
  padding: 0;
}
.content_banner.video video {
  top: 50%;
  left: 50%;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
/* .content_banner#content_banner_02 {
  background-image: url(../2019_people/images/bg_02.jpg);
  background-size: 100% auto;
  background-position-y: -30px;
} */
.section_part.submit {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .content_banner {
  min-height: 35vw;
    background-attachment: scroll;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .content_banner {
    background-attachment: scroll;
  }
}
@media (max-width: 991px) {
  .content_banner {
    background-size: cover;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .content_banner {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .content_banner.video {
    min-height: 160px;
  }
  .content_banner.video video {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .content_banner#content_banner_02 {
    background-size: 120% auto;
  }
  .content_banner.video {
    min-height: 100px;
  }
}

.sec_border > div {
  height: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 15px 30px;
  position: relative;
}
.sec_border > div.color_still {
  background-color: rgba(213, 223, 244, .5);
  border-color: #1b448b;
}
.sec_border > div.color_animated {
  background-color: rgba(222, 241, 250, .5);
  border-color: #0e73a6;
}
.steps_list .step {
  position: relative;
}
.steps_list .step .btn_area {
  text-align: center;
}
.steps_list .step .icon, .phd_tutorial .icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.phd_tutorial .icon {
  height: auto;
}
.steps_list .step .title_01, .phd_tutorial h4 {
  color: #2184cb;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.steps_list .step h4, .sec_border h4 {
  font-size: 24px;
  font-weight: bold;
}
.sec_border h5, .steps_list .step h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.sec_border .btn_area {
  height: 250px;
  position: relative;
}
.sec_border .btn_area.flex_block {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
}
.phd_tutorial .pic_area {
  margin: 15px 0;
}
.phd_tutorial .pic_area > img {
  margin: 0 auto;
}
.steps_list a.btn, .sec_border a.btn {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 10px auto;
}
.steps_list p.note, .download_list p.note {
  font-size: 14px;
}
.steps_list .txt_area {
  height: 120px;
  font-size: 16px;
  margin-bottom: 15px;
}
.sec_border .txt_area, .phd_tutorial .txt_area {
  height: 100px;
}
.phd_rules .txt_area {
  height: 80px;
}
.steps_list a.btn_step, .phd_tutorial a.btn {
  border-color: #0062a9;
  color: #0062a9;
  font-size: 18px;
}
.steps_list a.btn_step:hover, .phd_tutorial a.btn:hover {
  background-color: #0062a9;
  color: #fff;
}
.steps_list a.btn_step .txt, .steps_list a.btn_step svg {
  display: inline-block;
  vertical-align: middle;
}
.steps_list a.btn_step .txt {
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
}
.steps_list a.btn_step .txt span {
  font-size: 14px;
  font-weight: normal;
}
.notice_area.bordered {
  border: 1px solid #88060d;
  margin: 15px;
  margin-top: 25px;
  padding: 15px;
}
@media screen and (max-width:1200px) {
  .phd_tutorial .txt_area {
    height: 160px;
  }
}
@media screen and (max-width:991px) {
  .steps_list .step.flex_3_columns {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .steps_list .step.flex_3_columns:not(:last-child) {
    padding-bottom: 20px;
  }
  .steps_list .step.flex_3_columns:last-child {
    border-bottom: none;
  }
  .steps_list .step:nth-child(2):after {
    margin-bottom: 30px;
  }
  .steps_list .step:last-child:after {
    height: 0;
    margin: 0;
  }
  .sec_border:after, .sec_border:nth-child(2):after {
    width: 0;
    height: 0;
    background-color: transparent;
    margin: 0
  }
  .sec_border > div {
    height: auto;
  }
  .txt_area {
    height: auto !important;
  }
  .sec_border .btn_area {
    height: auto;
  }
  .sec_border a.btn.color_submit {
    position: static;
    bottom: auto;
    left: auto;
  }
  .notice_area.bordered {
    margin-top: 15px;
  }
}
@media screen and (max-width:768px) {
  .notice_area.bordered {
    margin: 15px 0;
  }
}
@media screen and (max-width:340px) {
  .steps_list a.btn_step .txt {
    font-size: 15px;
  }
}

.download_list {
  max-width: 920px;
  margin: 0 auto;
}
.download_list .flex_block {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.download_list .download_app {
  height: auto;
  padding: 15px;
}
.download_list .download_app:first-child {
  padding-left: 0;
}
.download_list .download_app:last-child {
  padding-right: 0;
}
.download_list .download_app .inner {
  height: 100%;
  background-color: rgba(230,230,230, .35);
  border: 1px solid #6d6d6d;
  padding: 20px 15px;
}
.download_list .download_app .inner > div:first-child {
  position: relative;
}
.download_list .download_app .inner > div:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ccc;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.download_list h4 {
  font-size: 23px;
  margin-top: 0;
}
.download_list h4 > span {
  display: inline-block;
  vertical-align: middle;
}
.download_list h4 > span:last-child {
  margin-left: 5px;
  text-align: left;
}
.download_list .icon_app {
  width: 60px;
}
.download_list .download_app.pc .app_area .app .logo {
  display: inline-block;
  width: 50px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
.download_list .download_app.pc .app_area .app .logo img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
.download_list .download_app.pc .app_area .app .logo_name {
  color: #676767;
  font-size: 13px;
  line-height: 13px;
}
.download_list .download_app.pc .app_area .app .btn span {
  display: inline-block;
  vertical-align: middle;
}
.download_list .download_app.pc .app_area .app .btn span:first-child {
  width: 18px;
  height: 23px;
}
.download_list .download_app .app_area a {
  height: 50px;
  display: inline-block;
}
.download_list .download_app .app_area a > img {
  width: auto;
  max-height: 100%;
  display: inline-block;
}
.download_list .app_area .app {
  display: inline-block;
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 0;
}
.download_list .app_area a.btn_download {
  background-color: #000;
  color: #fff;
  border: 1px solid #b1b2b1;
  border-radius: 7px;
  padding: 11px 30px 11px 25px;
}
.download_list .app_area a.btn_download:hover {
  background-color: #111;
}
.download_list .app_area .app a.btn_download.win, .download_list .app_area .app a.btn_download.win:hover {
  background-color: #000;
  padding: 5px 20px 6px 20px;
}
.download_list .app_area .app a.btn_download.win .logo, .download_list .app_area .app a.btn_download.win .txt {
  display: inline-block;
  vertical-align: middle;
}
.download_list .app_area .app a.btn_download.win .txt {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.download_list .app_area .app a.btn_download.win .logo {
  width: auto;
  margin: auto;
  padding-right: 5px;
}
.download_list .app_area .app a.btn_download.win .logo img {
  width: 30px;
  height: 30px;
}
.download_list .app_area .app a.btn_download.win span {
  font-size: 20px;
  font-weight: 600;
}
.download_list.btn_valign .download_app .inner {
  padding-bottom: 70px;
  position: relative;
}
.download_list.btn_valign .download_app .app_area {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
@media screen and (max-width:991px) {
  .download_list h4 {
    font-size: 21px;
  }
  .download_list.cht .download_app .inner > p {
    height: auto;
  }
  .download_list .download_app {
    padding: 15px 10px !important;
  }
  .download_list .download_app .flex_2_columns {
    width: 50%;
  }
  .download_list .icon_app {
    width: 55px;
  }
  .download_list h4 > span {
    display: block;
    font-size: 20px;
    padding: 5px 0;
    margin: 0 auto;
  }
  .download_list h4 > span:last-child {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .download_list .download_app .flex_2_columns {
    width: 100%;
  }
  .download_list .download_app .inner > div:first-child {
    padding-bottom: 30px;
  }
  .download_list .download_app .inner > div:first-child:after {
    width: 90%;
    height: 1px;
    background-color: #bbb;
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    top: auto;
    transform: translateX(50%);
  }
  .download_list .download_app {
    width: 100%;
    padding: 10px !important;
  }
}
@media screen and (max-width:480px) {
  .download_list .download_app.pc .app_area .app .logo {
    margin-bottom: 5px;
  }
}

.video_intro {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  text-align: left;
  margin: 30px 15px
}
.video_intro .intro {
  width: 40.4%;
}
.video_intro .intro:first-child {
  padding: 0
}
.video_intro .intro h2.title_main {
  color: #ddd;
  font-size: 28px;
  font-weight: 100;
  margin: 0;
}
.video_intro .intro h4 {
  color: #d5a53c;
  font-size: 20px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
}
.video_intro .intro:last-child {
  background-color: #1f1f1f;
  color: #fff;
  padding: 30px;
}
.video_intro .intro:last-child:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -6px;
}
.video_intro .intro p > a {
  color: #fff;
  text-decoration: underline;
}
.video_intro .intro p > a:hover {
  color: #ccc;
}
@media screen and (max-width:1200px) {
  .video_intro .intro {
    width: 100%;
    max-width: 700px;
  }
  .video_intro .intro:last-child {
    text-align: center;
  }
}
.guideline .note {
  padding: 0 15px;
  text-align: left;
}
.guideline_notice {
  max-width: 720px;
  border-style: solid;
  border-width: 1px;
  border-color: #917533;
  background-color: #fffaed;
  margin: 30px auto;
  padding: 30px;
  text-align: left;
}
.guideline_notice ol, .guideline_notice ul, .guideline_notice p {
  max-width: 465px;
  /* list-style: none; */
  margin: 0 auto;
  padding: 0;
  padding-left: 20px;
}
.guideline_notice ol li, .guideline_notice ul li {
  font-weight: 600;
  margin-bottom: 10px;
}
.guideline_notice p {
  font-weight: 600;
  margin-top: 20px;
  padding: 0;
}
.guideline_notice ol.note li, .guideline_notice ul.note li {
  font-weight: normal;
}
.guideline_notice ol li strong, .guideline_notice ul li strong {
  color: #2184cb;
}
.guideline_notice h4 {
  margin: 0;
  margin-bottom: 20px;
}
.guideline_notice.allow {
  height: 100%;
  background-color: #eff9f1;
  border-color: #4c9f67;
  border-width: 3px;
  margin: 0;
}
.guideline_notice.reject {
  height: 100%;
  background-color: #ffebe8;
  border-color: #e35546;
  border-width: 3px;
  margin: 0;
}
.group_guideline_notice {
  margin: 30px 0;
  margin-bottom: 15px;
}
.guideline_notice.allow ul, .guideline_notice.reject ul {
  list-style: none;
}
.guideline_notice.allow ul li::before, .guideline_notice.reject ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
}
.guideline_notice.allow ul li::before {
  background-image: url(../images/icon_check.svg);
}
.guideline_notice.reject ul li::before {
  background-image: url(../images/icon_wrong.svg);
}
.guideline_notice ul li.note::before {
  content: "*";
  width: auto;
  background-image: none;
  color: red;
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
  margin-left: -8px;
  margin-right: 3px;
  vertical-align: middle;
}
.guideline_notice.allow ul li span, .guideline_notice.reject ul li span {
  width: calc(100% - 22px);
  display: inline-block;
  padding-left: 5px;
  vertical-align: top;
}
.guideline_notice.allow ul li strong {
  color: #039f00;
}
.guideline_notice.allow h4 {
  color: #049001;
}
.guideline_notice.reject h4 {
  color: #d53e2e;
}
@media screen and (max-width:991px) {
  .guideline_notice {
    max-width: none;
    margin: 30px 15px;
  }
  .guideline_notice ol, .guideline_notice ul, .guideline_notice p {
    max-width: none;
  }
}
@media screen and (max-width:768px) {
  .guideline_notice {
    margin: 30px 0;
  }
}
@media screen and (max-width:600px) {
  .guideline_notice {
    padding: 30px 15px;
  }
}

.rules_list {
  width: auto;
  text-align: left;
  list-style-image: url(../images/list_dot.png);
  margin: 0 6px;
  padding: 0;
  padding-left: 20px;
}
.rules_list li {
  margin-bottom: 20px;
}
.rules_list a {
  word-break: break-all;
}
.rules_list.list_bold li:nth-child(even) {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 40px;
}
.rules_list.list_bold > li:nth-child(odd) {
  font-weight: bold;
}
.rules_list.list_none > li:nth-child(even) {
  margin-bottom: 0;
}

.judge_rate {
  width: 80%;
  background-color: #1f1f1f;
  display: table;
  margin: 30px auto;
}
.judge_rate .txt, .judge_rate .pic {
  display: table-cell;
  vertical-align: middle;
}
.judge_rate .txt {
  color: #d5a53c;
  font-weight: 600;
  padding: 40px 20px;
  position: relative;
  text-align: left;
}
.judge_rate .txt ul {
  padding-left: 25px;
}
.judge_rate .txt ul li {
  padding: 5px 0;
}
.judge_rate .txt ul li strong {
  color: #fff;
}
.judge_rate .txt:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #1f1f1f;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}
.judge_rate .pic {
  width: 61%;
  background-image: url("../images/pic_judge_rate.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .judge_rate {
    width: 100%;
  }
  .judge_rate .txt {
    padding: 20px;
  }
  .judge_rate .pic {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .judge_rate .txt, .judge_rate .pic {
    display: block;
    width: 100%;
  }
  .judge_rate .txt:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #1f1f1f;
    border-bottom: 0;
    top: auto;
    bottom: -20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .judge_rate .pic {
    height: 240px;
  }
}
@media screen and (max-width: 600px) {
  .judge_rate {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .judge_rate.animal .pic {
    background-position: -85px center;
  }
}

/* submit */
.optional_txt {
  color: #b4040c;
  font-weight: normal;
}
.alert_message {
  color: #b4040c;
}
.notice_area {
  background-color: rgba(254, 0, 0, .1);
  padding: 10px;
}
.terms_check {
  width: 100%;
  display: table;
  margin-top: 5px;
}
.terms_check .position_relative, .terms_check .txt {
  display: table-cell;
}
.terms_check .position_relative {
  padding-right: 5px;
}
.submit_form {
  border: 1px solid #ccc;
  padding: 60px 30px;
  background-color: rgba(255,255,255,.55);
  border-radius: 5px;
}
.submit_form .file_upload {
  width: 85%;
}
.submit_form .help-block .guide {
  margin-top: 6px;
}
.submit_form .help-block a.btn {
  border-color: #2184cb;
  color: #2184cb;
  font-size: 16px;
  padding: 2px 10px 3px 10px;
}
.submit_form .help-block a.btn:hover {
  background-color: #2184cb;
  color: #fff;
}
.grouping .checkbox-inline {
  font-weight: 600;
  margin: 0;
  margin-right: 10px;
}
#upload_animated {
  display: none;
}
@media screen and (max-width:991px) {
  .lightbox_watermark {
    display: none;
  }
  .form-group.dz {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .submit_form {
    padding: 40px 10px;
  }
  .submit_form .help-block a.btn {
    margin: 3px;
  }
  .optional_txt, .note_txt {
    display: inline;
  }
}
@media screen and (max-width:480px) {
  .submit_form {
    padding: 30px 0;
  }
}

/* chart.js */
.pie_chart {
  max-width: 800px;
  width: 100%;
  display: table;
}
.pie_chart .chart_sort {
  opacity: 0;
  position: relative;
  left: -20px;
}
.pie_chart .inner {
  display: table-cell;
  padding: 20px 0;
  vertical-align: middle;
}
.pie_chart .inner:first-child {
  width: 260px;
}
.pie_chart .inner:last-child {
  padding-left: 30px;
}
.pie_chart .chart_sort:nth-child(1) {
  transition: opacity 0.4s ease 0s, left 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s, left 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s, left 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s, left 0.4s ease 0s;
}
.pie_chart .chart_sort:nth-child(2) {
  transition: opacity 0.4s ease 0.25s, left 0.4s ease 0.25s;
  -moz-transition: opacity 0.4s ease 0.25s, left 0.4s ease 0.25s;
  -webkit-transition: opacity 0.4s ease 0.25s, left 0.4s ease 0.25s;
  -o-transition: opacity 0.4s ease 0.25s, left 0.4s ease 0.25s;
}
.pie_chart .chart_sort:nth-child(3) {
  transition: opacity 0.4s ease 0.5s, left 0.4s ease 0.5s;
  -moz-transition: opacity 0.4s ease 0.5s, left 0.4s ease 0.5s;
  -webkit-transition: opacity 0.4s ease 0.5s, left 0.4s ease 0.5s;
  -o-transition: opacity 0.4s ease 0.5s, left 0.4s ease 0.5s;
}
.pie_chart .chart_sort.active {
  opacity: 1;
  left: 0px;
}
.pie_chart .chart_sort.sort1 .color {
  background-color: #c64d9d;
}
.pie_chart .chart_sort.sort2 .color {
  background-color: #4d9bc7;
}
.pie_chart .chart_sort.sort3 .color {
  background-color: #8158d9;
}
.pie_chart .chart_sort span {
  vertical-align: middle;
}
.pie_chart .chart_sort .color {
  width: 40px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .pie_chart .inner:first-child {
    width: 240px;
  }
  .pie_chart .inner:last-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .pie_chart {
    text-align: center;
  }
  .pie_chart .chart_sort {
    text-align: left;
  }
  .pie_chart .inner {
    display: block;
    margin: 0 auto;
  }
  .pie_chart .inner:first-child {
    max-width: 240px;
    width: 100%;
  }
  .pie_chart .inner:last-child {
    display: inline-block;
    padding-left: 0px;
    padding-top: 0;
  }
}

/* circle */
.judge_rate_circle {
  margin-bottom: 30px;
}
.judge_rate_circle > div {
  padding: 15px;
}
.circle_percent {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.circle_title {
  font-weight: 600;
  padding-top: 10px;
}
.circle_box {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.circle_wrapper {
  width: 100px;
  height: 200px;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 2;
}
.circle_wrapper_right {
  right: 0;
}
.circle_wrapper_left {
  left: 0;
}
.circle_whole {
  width: 200px;
  height: 200px;
  border-width: 26px;
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotateZ(45deg);
}
.circle_right {
  border-top-color: #333;
  border-right-color: #333;
  right: 1px;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-play-state: paused;
  animation-delay: 0s;
  /* animation: circleRight .75s linear forwards 1; */
}
.circle_left {
  border-bottom-color: #333;
  border-left-color: #333;
  left: 1px;
  /* animation: circleLeft .75s ease-out forwards 1; */
}
#circle_1 .circle_whole {
  border-color: #668ab5;
}
#circle_1 .circle_right {
  border-top-color: #376092;
  border-right-color: #376092;
  animation-name: circleLeft1;
  animation-duration: 1.25s;
}
#circle_1 .circle_right.active {
  animation-play-state: running;
}
#circle_2 .circle_whole {
  border-color: #74c6b3;
}
#circle_2 .circle_right {
  border-top-color: #00ab85;
  border-right-color: #00ab85;
  animation-name: circleLeft2;
  animation-duration: 1.25s;
}
#circle_2 .circle_right.active {
  animation-play-state: running;
}
#circle_3 .circle_whole {
  border-color: #ebbc79;
}
#circle_3 .circle_right {
  border-top-color: #f18f04;
  border-right-color: #f18f04;
  animation-name: circleLeft3;
  animation-duration: 1.25s;
}
#circle_3 .circle_right.active {
  animation-play-state: running;
}
#circle_4 .circle_whole {
  border-color: #e6838e;
}
#circle_4 .circle_right {
  border-top-color: #dd3e50;
  border-right-color: #dd3e50;
  animation-name: circleLeft4;
  animation-duration: 1.25s;
}
#circle_4 .circle_right.active {
  animation-play-state: running;
}
@keyframes circleRight {
  0% {
    transform: rotateZ(-135deg);
  }
  50%,
  100% {
    transform: rotateZ(45deg);
  }
}
@keyframes circleLeft {
  0%,
  50% {
    transform: rotateZ(-135deg);
  }
  100% {
    transform: rotateZ(45deg);
  }
}
@keyframes circleLeft1 {
  0%,
  50% {
    transform: rotateZ(-135deg);
  }
  100% {
    transform: rotateZ(-100deg);
  }
}
@keyframes circleLeft2 {
  0%,
  50% {
    transform: rotateZ(-135deg);
  }
  100% {
    transform: rotateZ(-45deg);
  }
}
@keyframes circleLeft3 {
  0%,
  50% {
    transform: rotateZ(-135deg);
  }
  100% {
    transform: rotateZ(-30deg);
  }
}
@keyframes circleLeft4 {
  0%,
  50% {
    transform: rotateZ(-135deg);
  }
  100% {
    transform: rotateZ(-15deg);
  }
}
@media screen and (max-width:991px) {
  .judge_rate_circle {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:600px) {
  .circle_wrapper {
    width: 75px;
    height: 150px;
  }
  .circle_whole {
    border-width: 18px;
  }
  .circle_box, .circle_whole {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width:360px) {
  .circle_wrapper {
    width: 60px;
    height: 120px;
  }
  .circle_whole {
    border-width: 12px;
  }
  .circle_box, .circle_whole {
    width: 120px;
    height: 120px;
  }
}

.ig_follow {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
}
.ig_follow a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ig_follow .txt {
  color: #212529;
  display: inline-block;
  margin: 10px 0;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: middle;
}
.ig_pic_group, .ig_video_gorup {
  margin: 30px 0;
}
.ig_video_gorup video {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width:991px) {
  .ig_pic_group .flex_3_columns, .ig_video_gorup .flex_3_columns {
    width: 33.333%;
  }
}
@media screen and (max-width:600px) {
  .ig_pic_group .flex_3_columns, .ig_video_gorup .flex_3_columns {
    width: 50%;
  }
}
@media screen and (max-width:480px) {
  .ig_pic_group .flex_3_columns, .ig_video_gorup .flex_3_columns {
    padding: 10px;
  }
}
