*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th {
  font-family: Helvetica, Arial, 'Microsoft JhengHei', sans-serif !important;
}

img,
object,
embed,
video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

body {
  color: #2e2e2e;
  background: #fff;
  font-size: 16px;
  letter-spacing: .02em;
  min-width: 320px;
  overflow-x: hidden;
}

.cp-tips {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  color: #996600;
  background-color: #ffefc6;
  padding: 10px;
  font-size: 16px;
}

.cp-tips p {
  margin: 0;
}

.cp-tips a {
  color: #f75c61;
  text-decoration: underline;
}

.cp-tips .cp-tips-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.cp-tips .cp-tips-close:before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #996600;
  top: 50%;
  left: 0;
}

.cp-tips .cp-tips-close:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid #996600;
  top: 0;
  left: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

p {
  line-height: 1.6;
  margin-bottom: 1em;
  margin-bottom: 0;
}

.pt-0,
.p-0,
.py-0 {
  padding-top: 0px;
}

.pb-0,
.p-0,
.py-0 {
  padding-bottom: 0px;
}

.pl-0,
.p-0,
.px-0 {
  padding-left: 0px;
}

.pr-0,
.p-0,
.px-0 {
  padding-right: 0px;
}

.mt-0,
.m-0,
.my-0 {
  margin-top: 0px;
}

.mb-0,
.m-0,
.my-0 {
  margin-bottom: 0px;
}

.ml-0,
.m-0,
.mx-0 {
  margin-left: 0px;
}

.mr-0,
.m-0,
.mx-0 {
  margin-right: 0px;
}

.pt-1,
.p-1,
.py-1 {
  padding-top: 10px;
}

.pb-1,
.p-1,
.py-1 {
  padding-bottom: 10px;
}

.pl-1,
.p-1,
.px-1 {
  padding-left: 10px;
}

.pr-1,
.p-1,
.px-1 {
  padding-right: 10px;
}

.mt-1,
.m-1,
.my-1 {
  margin-top: 10px;
}

.mb-1,
.m-1,
.my-1 {
  margin-bottom: 10px;
}

.ml-1,
.m-1,
.mx-1 {
  margin-left: 10px;
}

.mr-1,
.m-1,
.mx-1 {
  margin-right: 10px;
}

.pt-2,
.p-2,
.py-2 {
  padding-top: 20px;
}

.pb-2,
.p-2,
.py-2 {
  padding-bottom: 20px;
}

.pl-2,
.p-2,
.px-2 {
  padding-left: 20px;
}

.pr-2,
.p-2,
.px-2 {
  padding-right: 20px;
}

.mt-2,
.m-2,
.my-2 {
  margin-top: 20px;
}

.mb-2,
.m-2,
.my-2 {
  margin-bottom: 20px;
}

.ml-2,
.m-2,
.mx-2 {
  margin-left: 20px;
}

.mr-2,
.m-2,
.mx-2 {
  margin-right: 20px;
}

.pt-3,
.p-3,
.py-3 {
  padding-top: 30px;
}

.pb-3,
.p-3,
.py-3 {
  padding-bottom: 30px;
}

.pl-3,
.p-3,
.px-3 {
  padding-left: 30px;
}

.pr-3,
.p-3,
.px-3 {
  padding-right: 30px;
}

.mt-3,
.m-3,
.my-3 {
  margin-top: 30px;
}

.mb-3,
.m-3,
.my-3 {
  margin-bottom: 30px;
}

.ml-3,
.m-3,
.mx-3 {
  margin-left: 30px;
}

.mr-3,
.m-3,
.mx-3 {
  margin-right: 30px;
}

.pt-4,
.p-4,
.py-4 {
  padding-top: 40px;
}

.pb-4,
.p-4,
.py-4 {
  padding-bottom: 40px;
}

.pl-4,
.p-4,
.px-4 {
  padding-left: 40px;
}

.pr-4,
.p-4,
.px-4 {
  padding-right: 40px;
}

.mt-4,
.m-4,
.my-4 {
  margin-top: 40px;
}

.mb-4,
.m-4,
.my-4 {
  margin-bottom: 40px;
}

.ml-4,
.m-4,
.mx-4 {
  margin-left: 40px;
}

.mr-4,
.m-4,
.mx-4 {
  margin-right: 40px;
}

.pt-5,
.p-5,
.py-5 {
  padding-top: 50px;
}

.pb-5,
.p-5,
.py-5 {
  padding-bottom: 50px;
}

.pl-5,
.p-5,
.px-5 {
  padding-left: 50px;
}

.pr-5,
.p-5,
.px-5 {
  padding-right: 50px;
}

.mt-5,
.m-5,
.my-5 {
  margin-top: 50px;
}

.mb-5,
.m-5,
.my-5 {
  margin-bottom: 50px;
}

.ml-5,
.m-5,
.mx-5 {
  margin-left: 50px;
}

.mr-5,
.m-5,
.mx-5 {
  margin-right: 50px;
}

.pt-6,
.p-6,
.py-6 {
  padding-top: 60px;
}

.pb-6,
.p-6,
.py-6 {
  padding-bottom: 60px;
}

.pl-6,
.p-6,
.px-6 {
  padding-left: 60px;
}

.pr-6,
.p-6,
.px-6 {
  padding-right: 60px;
}

.mt-6,
.m-6,
.my-6 {
  margin-top: 60px;
}

.mb-6,
.m-6,
.my-6 {
  margin-bottom: 60px;
}

.ml-6,
.m-6,
.mx-6 {
  margin-left: 60px;
}

.mr-6,
.m-6,
.mx-6 {
  margin-right: 60px;
}

.font-0 {
  font-size: 0 !important;
}

.text-center {
  text-align: center;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.all-content {
  position: relative;
  background: #fff;
}

.container {
  width: 1100px;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row > [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.smmargin {
  margin-left: -5px;
  margin-right: -5px;
}

.row.smmargin > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row .col-2 {
  width: 16.66%;
}

.row .col-3 {
  width: 25%;
}

.row .col-4 {
  width: calc(100% / 3);
}

.row .col-5 {
  width: 41.66%;
}

.row .col-6 {
  width: 50%;
}

.row .col-8 {
  width: calc(100% * 2 / 3);
}

.row .col-7 {
  width: 58.34%;
}

.row .col-12 {
  width: 100%;
}

.header {
  padding: 0 20px;
}

.ideo_video {
  background: #2f3033;
  font-size: 1.2em;
}

.ideo_video .container {
  width: 1280px;
  padding: 0;
}

.ideo_video .video-section {
  position: relative;
}

.ideo_video .video-section:after {
  content: '';
  display: block;
  clear: both;
}

.ideo_video .video-section .videobox {
  position: relative;
  float: left;
  width: 50%;
}

.ideo_video .video-section .videobox video {
  display: block;
  width: 100%;
}

.ideo_video .video-section .videobox .mark {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  pointer-events: none;
}

.ideo_video .video-section .videobox .mark span {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 8px 20px;
  min-width: 20%;
}

.ideo_video .video-section .videobox:hover .mark {
  display: none;
}

.ideo_video .video-section .startBtn {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -65px;
  pointer-events: none;
}

.ideo_video .video-section .startBtn .startBtn_in {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.85);
  pointer-events: initial;
  cursor: pointer;
  border-radius: 15px;
}

.ideo_video .video-section .startBtn .startBtn_in:hover {
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.ideo_video .video-section .startBtn .startBtn_in .startBtn_i {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f65c5c;
  border-radius: 50%;
  margin-bottom: 5px;
}

.ideo_video .video-section .startBtn .startBtn_in .startBtn_i:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffffff;
}

.ideo_video .report-section {
  overflow: hidden;
}

.ideo_video .report-section .reportBox {
  background: #686b6f;
  float: left;
  width: 50%;
  padding: 20px 40px;
  color: #fff;
}

.ideo_video .report-section .reportBox.after {
  background: #34405b;
}

.ideo_video .report-section .reportBox.after ul.report-ul .title {
  background: #eadf86;
}

.ideo_video .report-section .reportBox h3 {
  color: #eadf86;
  text-align: center;
}

.ideo_video .report-section .reportBox ul.report-ul {
  overflow: hidden;
}

.ideo_video .report-section .reportBox ul.report-ul li {
  float: left;
  width: 50%;
  padding: 20px 20px 0;
}

.ideo_video .report-section .reportBox ul.report-ul li .title {
  position: relative;
  color: #2d2937;
  text-align: center;
  margin-bottom: 25px;
  background: #afafaf;
  border-radius: 50em;
  padding: 2px 10px;
  font-size: .9em;
}

.ideo_video .report-section .reportBox ul.report-ul li:nth-child(2n+1) {
  clear: both;
}

.ideo_video .report-section .reportBox ul.report-ul li .content {
  position: relative;
}

.ideo_video .report-section .reportBox .level {
  padding-top: 30px;
}

.ideo_video .report-section .reportBox .level .level--line span {
  position: relative;
  display: block;
  float: left;
  width: calc(100% / 12);
  height: 6px;
  background: #575757;
}

.ideo_video .report-section .reportBox .level .level--line span:not(:last-child) {
  border-right: 1px solid #303030;
}

.ideo_video .report-section .reportBox .level .level--line span .level--num {
  position: absolute;
  font-size: 1.4em;
  bottom: 120%;
  width: 300%;
  left: -100%;
  text-align: center;
  font-style: inherit;
  color: #f1625f;
}

.ideo_video .report-section .reportBox .level .level--line span:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ideo_video .report-section .reportBox .level .level--line span:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ideo_video .report-section .reportBox .level .level--line span.in {
  background: #f1625f;
}

.ideo_video .report-section .reportBox .level .level--line:after {
  content: '';
  display: block;
  clear: both;
}

.ideo_video .report-section .reportBox .level .level--txt {
  margin-top: 15px;
  text-align: center;
  font-size: .8em;
  min-height: 2.4em;
}

.ideo_video .report-section .reportBox .pieChart {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 15px;
}

.ideo_video .report-section .reportBox .pieChart .piebox {
  margin-right: -25%;
  margin-left: -25%;
}

.ideo_video .report-section .reportBox .pieChart .chartItemTitle {
  margin-top: 10px;
}

.ideo_video .report-section .reportBox .bar--chart .bar--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  font-size: .8em;
}

.ideo_video .report-section .reportBox .bar--chart .bar--line .txt {
  text-align: left;
  white-space: nowrap;
  padding-right: 10px;
}

.ideo_video .report-section .reportBox .bar--chart .bar--line .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ideo_video .report-section .reportBox .bar--chart .line {
  position: relative;
  height: 10px;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1px, transparent 1px, transparent 3px);
}

.ideo_video .report-section .reportBox .bar--chart .line .length {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: barchart 2s;
          animation: barchart 2s;
}

@-webkit-keyframes barchart {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes barchart {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.ideo_video .report-section .reportBox .bar--chart .line:not(:last-child) {
  margin-bottom: 10px;
}

.ideo_video .report-section .reportBox .bar--chart .line.line--1 .length {
  background: #9f6ea0;
}

.ideo_video .report-section .reportBox .bar--chart .line.line--2 .length {
  background: #f16260;
}

.ideo_video .report-section .reportBox .bar--chart .line.line--3 .length {
  background: #538dc1;
}

.ideo_video .report-section .reportBox .bar--chart .line.line--4 .length {
  background: #56c5ce;
}

.ideo_video .report-section .reportBox .chartBox-mo {
  display: none;
}

.ideo_video .report-section .reportBox .apply {
  font-size: .8em;
  display: inline-block;
}

.ideo_video .report-section .reportBox .apply .applylist {
  position: relative;
  padding: 5px 0;
  padding-left: 1.2em;
}

.ideo_video .report-section .reportBox .apply .applylist:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 0.6em;
  height: 0.6em;
  background: #ccc;
}

.ideo_video .report-section .reportBox .apply .applylist:nth-child(1):before {
  background: #f1625f;
}

.ideo_video .report-section .reportBox .apply .applylist:nth-child(2):before {
  background: #9f6ea0;
}

.ideo_video .report-section .reportBox .apply .applylist:nth-child(3):before {
  background: #55c5ce;
}

.chartBox-line {
  min-height: 100px;
}

@media only screen and (max-width: 1000px) {
  .ideo_video .report-section .reportBox ul.report-ul li {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 700px) {
  .ideo_video .report-section .reportBox {
    padding: 20px 0;
  }
  .ideo_video .report-section .reportBox ul.report-ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .ideo_video {
    font-size: 1em;
  }
  .ideo_video .video-section .startBtn {
    margin-top: -43px;
    font-size: 12px;
  }
  .ideo_video .video-section .startBtn .startBtn_in {
    padding: 8px 12px;
    border-radius: 10px;
  }
  .ideo_video .video-section .startBtn .startBtn_in .startBtn_i {
    width: 30px;
    height: 30px;
  }
  .ideo_video .video-section .startBtn .startBtn_in .startBtn_i:after {
    top: 10px;
    left: 12px;
    border-width: 6px 0 6px 9px;
  }
  .ideo_video .video-section .videobox .mark span {
    padding: 4px;
  }
  .ideo_video .report-section .reportBox .pieChart {
    width: 50%;
    margin-bottom: 20px;
  }
  .ideo_video .report-section .reportBox #canvas-line1,
  .ideo_video .report-section .reportBox #canvas-line2 {
    display: none;
  }
  .ideo_video .report-section .reportBox .chartBox-mo {
    display: inline-block;
  }
  .ideo_video .report-section .reportBox .apply {
    font-size: 12px;
  }
}
