.effect-txt {
    height: 160px
}

.effect-txt p {
    position: absolute;
    word-wrap: break-word;
    width: 80px
}

.effect-txt p.strong-e {
    left: 200px;
    color: #002bce
}

.effect-txt p.medium-e {
    left: 300px;
    color: #002bce
}

.effect-txt p.weak-e {
    left: 418px;
    color: #002bce
}

.effect-txt p.no-e {
    left: 535px;
    color: #002bce
}

.effect-txt p.no-ee {
    left: 640px;
    color: #007915
}

.effect-txt p.desc {
    width: 311px;
    right: 178px;
    font-size: 17px;
    top: 220px;
    text-align: right;
    color: #007915
}

body,
html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none
}

body {
    color: #000
}

div#app {
    height: 100%;
    width: 100%
}

.d-cont {
    max-width: 1200px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    overflow: auto
}

.d-cont,
.d-cont>.body {
    width: 100%;
    height: 100%;
    position: relative
}

.d-box-centered {
    /* top: 50%; */
    /* -webkit-transform: translate(-50%,-50%); */
    /* transform: translate(-50%,-50%); */
}

.d-box-normal {
    top: 100px!important;
    /* -webkit-transform: translateX(-50%)!important; */
    /* transform: translateX(-50%)!important; */
}

.d-box {
    /* position: fixed; */
    /* left: 50%; */
    max-width: 900px;
    width: 98%;
    text-align: center;
    display: none;
}

.d-box>.body {
    position: relative;
    width: 100%;
    height: 100%
}

.d-box>.body>.content {
    position: relative;
    padding: 20px;
    border: 5px solid #000;
    margin-bottom: 20px;
    color: #000;
    border-radius: 10px
}

.d-box>.body>.footer {
    text-align: right;
    margin-bottom: 20px
}

.d-ins {
    font-size: 20px;
    text-align: left
}

.d-ins .ins-img {
    width: auto;
    height: 100px;
    margin: 0 10px
}

.d-chart-box {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 98%;
    text-align: center;
    display: none
}

.d-chart-box>.body {
    position: relative;
    width: 100%;
    height: 100%
}

.d-chart-box>.body>.chart,
.d-chart-box>.body>.content {
    position: relative;
    padding: 20px;
    border: 5px solid #000;
    margin-bottom: 20px;
    color: #000;
    border-radius: 10px;
    text-align: left
}

.d-chart-box>.body>.chart {
    min-height: 350px
}

#chart3,
#chart4 {
    height: 290px;
    width: 100%
}

.d-chart-box>.body>.footer {
    text-align: right
}

canvas {
    margin-bottom: 10px
}

.d-game {
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    /* -webkit-transform: translate(-50%,-50%); */
    /* transform: translate(-50%,-50%); */
    max-width: 900px;
    width: 98%;
    text-align: center;
    display: none;
    margin: 80px auto 0px auto;
}

.d-game>.body {
    position: relative;
    width: 100%;
    height: 100%
}

.d-game>.body .header {
    padding: 10px 20px 0 20px
}

.d-game>.body .header,
.d-game>.body .target {
    position: relative;
    border: 5px solid #000;
    margin-bottom: 20px;
    border-radius: 10px
}

.d-game>.body .target {
    padding: 20px;
    height: 400px;
    max-height: 500px
}

.d-game>.body .target .lines {
    width: 100%;
    height: 450px
}

.d-game>.body .target .lines .left-line {
    border-left: 5px solid #7f7f7f;
    position: absolute;
    left: 100px;
    height: 200px
}

.d-game>.body .target .lines .right-line {
    border-left: 5px solid #7f7f7f;
    position: absolute;
    left: 500px;
    height: 200px
}

.d-game>.body .target .controlls {
    width: 100%;
    height: 450px
}

.d-game>.body .target button.btn.control {
    border: 1px solid #535353;
    width: 130px;
    position: relative
}

.d-game>.body .target button.btn.control.shorten {
    top: 90px
}

.d-game>.body .target button.btn.control.lengthen {
    top: 260px
}

.d-game>.body .target>.content {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    padding: 10px;
    max-width: 500px;
    max-height: 200px
}

.d-game>.body .target>.content>img {
    max-width: 100%;
    max-height: 100%
}

.d-game>.body .target .d-countdown,
.d-game>.body .target>.content>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.d-game>.body .target .d-countdown {
    display: none;
    font-size: 25px;
    width: 100%;
    padding: 10px
}

.d-game>.body .target .d-countdown>.title {
    font-weight: 500
}

.d-game>.body .target .d-countdown>.count {
    font-weight: 700;
    font-size: 30px
}

.d-game>.body .footer {
    text-align: right
}

.d-notify {
    position: fixed;
    width: 100%;
    font-size: 35px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 500
}

.d-cont.d-scroll {
    max-height: unset;
    position: relative;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 0;
    overflow: auto;
    width: 100%;
    max-width: unset
}

.d-cont.d-scroll>.body {
    padding: 10px
}

.d-cont.d-scroll .d-box,
.d-cont.d-scroll .d-chart-box,
.d-cont.d-scroll .d-game {
    position: relative;
    top: 70px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin: 0 0
}

.d-progress {
    border: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 5px;
    z-index: 9999;
    background: #86888b
}

.d-progress::-moz-progress-bar {
    background: #86888b
}

.d-progress::-webkit-progress-value {
    background: #86888b
}

.d-progress::-webkit-progress-bar {
    background: #ddd
}

.d-header {
    position: fixed;
    top: 0;
    font-size: 30px;
    font-weight: 700;
    background: #000;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 9998
}

.d-wrong {
    color: rgba(0, 0, 0, .5)
}

@media only screen and (max-width:1000px) {
    .d-ins .ins-img {
        width: auto;
        height: 80px;
        margin: 0 5px
    }
    .d-game>.body>.header {
        padding: 10px;
        border: 5px solid #000;
        margin-bottom: 10px;
        border-radius: 10px;
        font-size: 20px
    }
    .d-game>.body>.target {
        padding: 10px;
        border: 5px solid #000;
        margin-bottom: 10px;
        height: 300px;
        max-height: unset
    }
    .d-game>.body>.footer>button {
        min-width: 40%
    }
}

.browserCont {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.browserCont>.browser {
    position: relative;
    margin: 10px
}

.browserCont>.browser,
.browserCont>.browser>img {
    width: 50px;
    height: auto
}

.btn {
    background-color: #ddd
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.target {
    height: 400px;
    position: relative
}

.transparent-circle {
    background-color: rgba(204, 0, 102, 0);
    border: 5px solid #7f7f7f;
    height: 70px;
    width: 70px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    position: absolute;
    left: 64px;
    top: 46px
}

.medium,
.strong,
.weak {
    stroke: #7f7f7f;
    stroke-width: 5px;
    position: absolute
}

.medium.up,
.strong.up,
.weak.up {
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg)
}

.horizontal {
    stroke: #7f7f7f;
    stroke-width: 10px
}

.horizontal,
.shape-ends {
    position: absolute
}

.shape-ends.strong {
    top: 66px;
    left: 140px
}

.shape-ends.medium {
    top: 111px;
    left: 140px
}

.shape-ends.horizontal {
    top: 174px;
    left: 136px
}

.shape-ends.circle {
    top: 213px;
    left: 141px
}

.echarts {
    width: 100%!important;
    height: 400px!important;
    margin-left: 10px
}

.cht-error-title {
    -webkit-transform: translateX(-50%) rotate(270deg);
    transform: translateX(-50%) rotate(270deg);
    width: 300px;
    position: absolute;
    top: 180px;
    left: 22px;
    font-size: medium
}

.fig-txt {
    height: 35px
}

.fig-txt p {
    position: absolute
}

.fig-txt p.left {
    left: 253px
}

.fig-txt p.right {
    left: 531px
}