<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
    color: #1A1617;
    font-size: 62.5%;
    font-family: 'trebuchet\ms', 'Microsoft yahei', Arial !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    background: #F1F1F1;
    font-size: 14px;
    width: 100%;
    overflow-x: auto;
    margin: 0px auto;
    min-width: 1200px;
    font-family: 'Microsoft yahei', Arial !important;
}

a {
    color: #1A1617;
    text-decoration: none;
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

img {
    max-width: 100%;
}

body {
    -webkit-overflow-scrolling: touch;
}

@keyframes flotage {
    50% {
        -webkit-transform: translate(0px, -6px);
        -moz-transform: translate(0px, -6px);
        -ms-transform: translate(0px, -6px);
        -o-transform: translate(0px, -6px);
    }

    100% {
        -webkit-transform: translate(0px, -3px);
        -moz-transform: translate(0px, -3px);
        -ms-transform: translate(0px, -3px);
        -o-transform: translate(0px, -3px);
    }
}

@keyframes flotageMax {
    50% {
        -webkit-transform: translate(0px, -10px);
        -moz-transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
        -o-transform: translate(0px, -10px);
    }

    100% {
        -webkit-transform: translate(0px, -2px);
        -moz-transform: translate(0px, -2px);
        -ms-transform: translate(0px, -2px);
        -o-transform: translate(0px, -2px);
    }
}

@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.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_ease {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0)
    }
}

@keyframes dc-amin {
    0% {
        left: 0%;
        top: 0%;
        background-color: #0B9DE5;
    }
    50% {
        left: 24%;
        top: 24%;
        background-color: #044078;
    }
    100% {
        left: 0%;
        top: 0%;
        background-color: #0B9DE5;
    }
}

@keyframes de-amin {
    0% {
        left: 24%;
        top: 24%;
        background-color: #044078;
    }
    50% {
        left: 0%;
        top: 0%;
        background-color: #0B9DE5;
    }
    100% {
        left: 24%;
        top: 24%;
        background-color: #044078;
    }
}

@keyframes wave {
    0% {
        background-color: rgba(230, 0, 17, .6);
        transform: scale(.9, .9);
    }
    100% {
        background-color: rgba(230, 0, 17, .1);
        transform: scale(2, 2);
    }
}

@keyframes elasticity_point {
    0%, 100% {
        transform: scale(1, 1);
    }
    33% {
        transform: scale(1.1, 0.9);
    }
    66% {
        transform: scale(0.9, 1.1);
    }
}

@keyframes te_downing {
    0%, 100% {
        transform: translateY(0px);
    }
    33% {
        transform: translateY(5px);
    }
    66% {
        transform: translateY(10px);
    }
}

@keyframes in_selected {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shake-slow {
    2% {
        transform: translate(7px, -8px) rotate(.5deg)
    }
    4% {
        transform: translate(-6px, 4px) rotate(3.5deg)
    }
    6% {
        transform: translate(0px, -9px) rotate(-.5deg)
    }
    8% {
        transform: translate(3px, 5px) rotate(1.5deg)
    }
    10% {
        transform: translate(7px, -4px) rotate(-2.5deg)
    }
    12% {
        transform: translate(-2px, 9px) rotate(.5deg)
    }
    14% {
        transform: translate(7px, -9px) rotate(-1.5deg)
    }
    16% {
        transform: translate(-3px, 6px) rotate(-1.5deg)
    }
    18% {
        transform: translate(-2px, -5px) rotate(-1.5deg)
    }
    20% {
        transform: translate(7px, 5px) rotate(2.5deg)
    }
    22% {
        transform: translate(7px, 5px) rotate(.5deg)
    }
    24% {
        transform: translate(10px, -2px) rotate(.5deg)
    }
    26% {
        transform: translate(7px, -4px) rotate(.5deg)
    }
    28% {
        transform: translate(6px, 0px) rotate(-1.5deg)
    }
    30% {
        transform: translate(-8px, -6px) rotate(-.5deg)
    }
    32% {
        transform: translate(8px, 6px) rotate(-2.5deg)
    }
    34% {
        transform: translate(6px, 2px) rotate(2.5deg)
    }
    36% {
        transform: translate(0px, 2px) rotate(2.5deg)
    }
    38% {
        transform: translate(1px, 1px) rotate(2.5deg)
    }
    40% {
        transform: translate(4px, 5px) rotate(-1.5deg)
    }
    42% {
        transform: translate(2px, 8px) rotate(-2.5deg)
    }
    44% {
        transform: translate(-9px, 8px) rotate(-2.5deg)
    }
    46% {
        transform: translate(0px, -3px) rotate(.5deg)
    }
    48% {
        transform: translate(-2px, 7px) rotate(2.5deg)
    }
    50% {
        transform: translate(-8px, 5px) rotate(-2.5deg)
    }
    52% {
        transform: translate(-3px, -5px) rotate(-1.5deg)
    }
    54% {
        transform: translate(7px, -8px) rotate(-.5deg)
    }
    56% {
        transform: translate(10px, 10px) rotate(-1.5deg)
    }
    58% {
        transform: translate(9px, 8px) rotate(-2.5deg)
    }
    60% {
        transform: translate(5px, -3px) rotate(.5deg)
    }
    62% {
        transform: translate(-6px, 0px) rotate(1.5deg)
    }
    64% {
        transform: translate(-7px, 5px) rotate(-1.5deg)
    }
    66% {
        transform: translate(1px, 4px) rotate(2.5deg)
    }
    68% {
        transform: translate(-1px, -5px) rotate(1.5deg)
    }
    70% {
        transform: translate(-6px, 5px) rotate(-.5deg)
    }
    72% {
        transform: translate(-8px, 5px) rotate(1.5deg)
    }
    74% {
        transform: translate(2px, 0px) rotate(3.5deg)
    }
    76% {
        transform: translate(10px, -4px) rotate(3.5deg)
    }
    78% {
        transform: translate(-8px, 7px) rotate(1.5deg)
    }
    80% {
        transform: translate(2px, 5px) rotate(.5deg)
    }
    82% {
        transform: translate(3px, 3px) rotate(-1.5deg)
    }
    84% {
        transform: translate(3px, -6px) rotate(2.5deg)
    }
    86% {
        transform: translate(-1px, 6px) rotate(-2.5deg)
    }
    88% {
        transform: translate(6px, 2px) rotate(1.5deg)
    }
    90% {
        transform: translate(5px, 5px) rotate(.5deg)
    }
    92% {
        transform: translate(2px, -8px) rotate(3.5deg)
    }
    94% {
        transform: translate(3px, 8px) rotate(-1.5deg)
    }
    96% {
        transform: translate(-7px, -5px) rotate(2.5deg)
    }
    98% {
        transform: translate(-3px, -9px) rotate(3.5deg)
    }
    0%, 100% {
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes keoleft {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

@keyframes keoright {
    0% {
        right: -100%;
    }
    100% {
        right: 0%;
    }
}

@-webkit-keyframes colorhue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

html.forbid-roll {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

html.forbid-roll body {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.ng-fault {
    width: 100%;
    overflow: hidden;
}

.ng-container {
    position: relative;
}

.ng-bg {
    background-color: rgba(0, 0, 0, .1);
}

.ng-bg-theme {
    background-color: #C9293E !important;
}

.ng-bg-ccc {
    background-color: #F9F9F9 !important;
}

.ng-bg-fff {
    background-color: #fff !important;
}

.ng-bg-fuse {
    background-color: #FDD1B0 !important;
}

.ng-bg-assist {
    background-color: #F1F1F1;
}

.ng-bg-info {
    background-color: #6FB7FA;
}

.ng-bg-succeed {
    background-color: #A5DA43;
}

.ng-bg-warning {
    background-color: #FFCA3B;
}

.ng-bg-danger {
    background-color: #FF8F76;
}

.ng-bg-black {
    background-color: #000;
}

.ng-pull-left {
    float: left;
}

.ng-pull-right {
    float: right;
}

.ng-viv, .zh-padd {
    padding-left: 12px;
    padding-right: 12px;
}

.ng-oa a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.ng-oa a img {
    display: block;
    width: 100%;
}

.box-test {
    box-shadow: 0px 0px 10px pink inset;
}

.gr-row {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1;
    _position: relative;
}

.gr-col {
    float: left;
    min-height: 1px;
}

.gr-padd {
    padding-left: 15px;
    padding-right: 15px;
}

#_embed_v3_frmc {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.ng-trans {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.ng-tales {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.ng-tales .ng-tcell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.ng-ini {
    width: 1220px;
    margin: 0px auto;
    position: relative;
}

.ng-both {
    clear: both;
    height: 0px;
    width: 100%;
    display: block;
    opacity: 0;

}

.zi-head {
    position: relative;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #CBCBCB;
}

.zi-head .v-top {
    background-color: #F1F1F1;
}

.zi-head .v-top &gt; .ng-ini {
    height: 42px;
}

.zi-head .v-cen {
    background-color: #FFFFFF;
}

.zi-head .v-cen &gt; .ng-ini {
    height: 108px;
}

.zi-head .v-end {
    background-color: #FFFFFF;
}

.zi-head .v-end &gt; .ng-ini {
    height: 50px;
}

.zi-head .o-shortcut {
    position: relative;
}

.zi-head .o-shortcut &gt; a {
    display: block;
    position: relative;
    height: 42px;
    float: left;
    line-height: 42px;
    font-size: 14px;
    color: #353535;
    padding: 0px 4px 0px 30px;
    margin-right: 18px;
}

.zi-head .o-shortcut &gt; a img {
    width: 21px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 4px;
}

.zi-head .o-logo {
    height: 50px;
    position: relative;
    top: 30px;
	float:left;
}

.zi-head .o-logo-in {
    height: 50px;
    position: relative;
    display: block;
}

.zi-head .o-logo-in img {
    display: block;
    height: 45px;
}

.zi-head .o-logo-alt {
    border-left: 1px solid #CBCBCB;
    position: relative;
    padding: 0px 20px;
    line-height: 70px;
    display: block;
    font-size: 20px;
    color: #CD291F;
}

.zi-head .e-navs {
    position: relative;
    margin-left: 20px;
    top: 24px;
	float: right;
}

.zi-head .e-navs ul li {
    float: left;
    padding: 6px 20px 5px;
}

.zi-head .e-navs ul li &gt; a {
    font-size: 16px;
    color: #353535;
    border-bottom: 2px solid #fff;
    display: block;
    line-height: 40px;
}

.zi-head .e-navs ul li &gt; a:hover {
    color: #61aee0;
}

.zi-head .e-navs ul li &gt; a.e-navs-on {
    color: #4C76E2;
    border-bottom: 2px solid #4C76E2;
}

.zi-head .o-seek {
    border: 1px solid #4C76E2;
    position: relative;
    top: 35%;
    right: 0px;
    border-radius: 4px;
    width: 470px;
    padding: 0px 50px 0px 0px;
}

.zi-head .o-seek-cify {
    width: 70px;
    position: absolute;
    height: 38px;
    top: 0px;
    left: 0px;
}

.zi-head .o-seek-cify-the {
    height: 38px;
    line-height: 38px;
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #000;
    text-align: center;
    border-right: 1px solid #4D76E0;
    cursor: pointer;
}

.zi-head .o-seek-cify-the .fa-angle-down {

}

.zi-head .o-seek-cify-the .fa-angle-up {
    display: none;
}

.zi-head .o-seek-cify:hover .o-seek-cify-the .fa-angle-down {
    display: none;
}

.zi-head .o-seek-cify:hover .o-seek-cify-the .fa-angle-up {
    display: inline-block;
}

.zi-head .o-seek-cify-list {
    position: absolute;
    overflow: hidden;
    border: 1px solid #4D76E0;
    background-color: #fff;
    top: 100%;
    left: -1px;
    z-index: 280;
    right: 0px;
    padding: 2px 4px;
    text-align: center;
    line-height: 22px;
    border-radius: 0px 0px 2px 2px;
    display: none;
}

.zi-head .o-seek-cify-list &gt; p {
    margin: 3px 0px;
    cursor: pointer;
    font-size: 13px;
}

.zi-head .o-seek-cify-list &gt; p &gt; span {
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.zi-head .o-seek-cify-list &gt; p:hover &gt; span {
    border-bottom: 1px solid #4D76E0;
}

.zi-head .o-seek.o-seek-inx {
    width: 500px;
    margin-left: 125px;
}

.zi-head .o-seek-intxt {
    padding: 0px 8px;
    height: 38px;
}

.ljgm {
    color: white !important;
    background: #d80201 !important;
    border: 1px solid #d80201 !important;
}

.zi-head .o-seek-intxt input {
    height: 100%;
    font-size: 15px;
    border: 0px;
    outline: 0px;
    width: 100%;
}

.zi-head .o-seek-sub {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 38px;
    width: 50px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 20px;
    background-color: #4D76E0;
    background-image: url(../images/bim.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.zi-head .o-seek-sub input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    border: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.zi-head .o-location {
    position: relative;
    float: right;
    background-color: #F7F7F7;
    height: 40px;
    padding: 0px 30px 0px 70px;
    top: 34px;
    border-radius: 2px;
}

.zi-head .o-location-ico {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 1px;
    left: 26px;
    overflow: hidden;
    display: block;
}

.zi-head .o-location-ico img {
    width: 100%;
    display: block;
}

.zi-head .o-location-tit {
    line-height: 18px;
    margin-top: 2px;
    font-size: 13px;
    height: 36px;
    overflow: hidden;
    display: block;
    color: #000;
}

.zi-head .o-navs {
    width: 76%;
    overflow: hidden;
}

.zi-head .o-navs .vk {
    display: block;
    height: 58px;
    float: left;
    line-height: 58px;
    font-size: 17px;
    color: #fff;
    padding: 0px 4px;
    margin-right: 25px;
    position: relative;
}

.zi-head .o-navs .vb {
    width: 0px;
    height: 2px;
    background-color: #fff;
    display: block;
    top: 47px;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.zi-head .o-navs .vk.on .vb {
    width: 20px;
    margin-left: -10px;
}

.zi-head .o-navs .vk:hover .vb {
    width: 30px;
    margin-left: -15px;
}

.zi-head .o-recoms {
    width: 24%;
    overflow: hidden;
}

.zi-head .o-recoms .rk {
    display: block;
    height: 58px;
    float: left;
    overflow: hidden;
    margin: 0px 2px;
    padding: 4px 6px 4px 48px;
    position: relative;
    margin: 0px 10px 0px;
}

.zi-head .o-recoms .ri {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -18px;
    overflow: hidden;
    display: block;
}

.zi-head .o-recoms .ri img {
    width: 100%;
    display: block;
}

.zi-head .o-recoms .rt {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.zi-head .o-recoms .rt-x2 {
    line-height: 23px;
    padding: 2px 0px 0px;
}

.zi-body {
    min-height: calc(100vh - 300px);
    position: relative;
    width: 100%;
}

.int-gro {
    position: relative;
}

.int-gro-up {
    margin-top: 16px;
}

.int-gro-down {
    margin-bottom: 16px;
}

.int-row {
    margin-left: -8px;
    margin-right: -8px;
}

.int-col {
    padding-left: 8px;
    padding-right: 8px;
}

.int-col-dy-9 {
    width: 74%;
}

.int-col-dy-3 {
    width: 26%;
}

.insp-box {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.insp-box-inlr {
    padding-left: 12px;
    padding-right: 12px;
}

.aoy-es1,
.aoy-es2,
.aoy-es3 {
    height: 366px;
}

.itsop {
    position: relative;
    padding: 0px 0px 0px 200px;
    height: 50px;
    z-index: 240;
}

.itsop .op-cos {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 50px;
}

.itsop .op-cos-btn {
    background-color: #3985FD;
    height: 50px;
    padding: 0px 0px 0px 76px;
    overflow: hidden;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

.itsop .op-cos-btn-ic {
    width: 37px;
    height: 37px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 20px;
}

.itsop .op-cos-btn-ic img {
    width: 100%;
    display: block;
}

.itsop .op-cos-btn-tit {
    height: 50px;
    line-height: 50px;
    float: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}

.itsop .op-cos-paste {
    width: 100%;
    height: 420px;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #272B3B;
    z-index: 100;
}

.itsop .op-cos-paste-doc {
    height: 50px;
    width: 100%;
    margin: 9px 0px;
}

.itsop .op-cos-paste-btn {
    position: relative;
    overflow: hidden;
    height: 50px;
    padding: 0px 0px 0px 76px;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

.itsop .op-cos-paste-doc:hover .op-cos-paste-btn {
    background-color: #494A4D;
}

.itsop .op-cos-paste-ico {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 20px;
}

.itsop .op-cos-paste-ico img {
    width: 100%;
    display: block;
}

.itsop .op-cos-paste-tit {
    height: 50px;
    line-height: 50px;
    float: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}

.itsop .op-cos-paste-ain {
    width: 1020px;
    position: absolute;
    height: 420px;
    top: 1px;
    left: 100%;
    background-color: #fff;
    display: none;
}

.itsop .ain-soll {
    padding: 0px 20px;
    position: relative;
    overflow: auto;
    height: 100%;
}

.itsop .ain-the {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 12px;
    font-size: 17px;
    color: red;
    font-weight: 600;
}

.itsop .ain-list {
    position: relative;
}

.itsop .ain-list &gt; li {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 30px;
    margin-right: 10px;
    margin-bottom: 2px;
}

.itsop .ain-ic {
    width: 20px;
    height: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FD0907;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.itsop .ain-list &gt; li a {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #1A1617;
}

.itsop .ain-list &gt; li a:hover {
    color: #FF0000;
}

.itsop .op-navs {
    position: relative;
    margin-left: 20px;
    top: 1px;
}

.itsop .op-navs ul li {
    float: left;
    padding: 5px 25px 5px;
}

.itsop .op-navs ul li &gt; a {
    font-size: 17px;
    color: #353535;
    display: block;
    line-height: 34px;
}

.itsop .op-navs ul li &gt; a:hover {
    color: #4C76E2;
}

.itsop .op-navs ul li &gt; a.e-navs-on {
    color: #4C76E2;
    border-bottom: 2px solid #4C76E2;
}

.itsop .op-htel {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}

.itsop .op-htel &gt; span {
    color: #2A68FD;
    font-weight: 600;
    text-transform: inherit;
    font-style: italic;
    font-size: 16px;
}

.itswip {
    position: relative;
    height: 420px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .4);
}

.itswip .op-in {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.itswip .op-sw {
    width: 100%;
    height: 100%;
}

.itswip .op-sw .swiper-slide {
    width: 100%;
    height: 100%;
}

.itswip .op-sw .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin: 0px 0px;
}

.itswip .op-sw .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #3985FD;
    margin: 0 6px;
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.itswip .op-sw .swiper-active-switch {
    width: 40px;
    background: #CF281F;
}

.itswip .op-link {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
}

.itswip .op-tep {
    position: relative;
    z-index: 10;
}

.itswip .op-tep-make {
    width: 260px;
    height: 390px;
    position: relative;
    top: 15px;
    float: right;
    background-color: #F3F7F8;
}

.itswip .op-tep-soll {
    padding: 15px 12px 2px;
    position: relative;
    height: 390px;
    overflow: auto;
}

.itswip .op-tep-soll &gt; ul &gt; li {
    background-color: #FFFFFF;
    padding: 0px 12px 12px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 14px;
}

.itswip .ot-date {
    border-bottom: 1px solid #E7E7E7;
    font-size: 14px;
    color: #3985FD;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 6px;
    position: relative;
}

.itswip .ot-date &gt; span {
    font-size: 12px;
    background-color: #DFEDFE;
    padding: 2px 6px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 7px;
}

.itswip .ot-tit {
    position: relative;
    line-height: 28px;
    font-size: 15px;
    color: #353535;
    margin: 4px 0px;
}

.itswip .ot-lab {
    position: relative;
    padding: 4px 0px;
}

.itswip .ot-lab &gt; span {
    background-color: #F1F1F1;
    color: #989898;
    display: inline-block;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.itswip .ot-teacher {
    position: relative;
    padding: 0px 0px 0px 52px;
    height: 38px;
    overflow: hidden;
}

.itswip .ot-teacher-thumb {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    border-radius: 100%;
}

.itswip .ot-teacher-thumb img {
    width: 100%;
    height: 100%;
    display: block;
}

.itswip .ot-teacher-name {
    position: relative;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #656565;
}

.itswip .ot-make {
    position: relative;
    overflow: hidden;
}

.itswip .ot-make a {
    display: inline-block;
    border-radius: 20px;
    background-color: #3985FD;
    color: #fff;
    font-size: 12px;
    padding: 4px 20px;
    float: right;
    margin-top: 4px;
}

/* End */

.zi-tiny {
    background-color: #FCFAFA;
    position: relative;
    overflow: hidden;
}

.zi-tiny .uk-region {
    margin: 20px 0px;
    position: relative;
}

.zi-tiny .uk-region-the {
    border-bottom: 1px solid #CBCBCB;
    position: relative;
    overflow: hidden;
    padding-bottom: 12px;
    margin: 0px 0px 12px;
}

.zi-tiny .uk-region-tit {
    border-left: 2px solid #4C76E2;
    float: left;
    padding: 0px 0px 0px 12px;
    height: 18px;
    line-height: 18px;
    font-size: 17px;
    color: #131212;
    font-weight: 600;
    display: block;
    float: left;
    margin: 6px 0px;
}

.zi-tiny .uk-region-inqq {
    float: right;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.zi-tiny .uk-region-inqq &gt; span {
    background-color: #4C76E2;
    font-size: 13px;
    color: #fff;
    padding: 0px 8px;
    border-radius: 4px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}

.zi-tiny .uk-region-liks {
    position: relative;
    overflow: hidden;
}

.zi-tiny .uk-region-liks li {
    width: 78px;
    float: left;
    margin-right: 3px;
    line-height: 30px;
    overflow: hidden;
    font-size: 13px;
    color: #666666;
}

.zi-tiny .uk-region-friendships li {
    width: 132px;
}

.zi-tiny .uk-region-liks li a {
    color: #666666;
}

.zi-tiny .uk-region-liks li a:hover {
    color: #4C76E2;
}

.zi-tiny .uk-links {
    position: relative;
    padding: 0px 0px 0px 90px;
    overflow: hidden;
    border-bottom: 1px solid #CBCBCB;
}

.zi-tiny .uk-links-the {
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: 15px;
    left: 0px;
    font-size: 15px;
    font-weight: 600;
}

.zi-tiny .uk-links-list {
    padding: 15px 0px 0px;
    position: relative;
    overflow: hidden;
}

.zi-tiny .uk-links-list li {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-right: 22px;
}

.zi-tiny .uk-links-list li a {
    color: #1A1617;
}

.zi-tiny .uk-links-list li a:hover {
    color: #CD291F;
}

.zi-end {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    padding: 10px 0px;
}

.zi-end .pics-record {
    margin: 16px 0px 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.zi-end .pics-record li {
    display: inline-block;
    margin: 0px 7px 7px;
    position: relative;
    overflow: hidden;
}

.zi-end .copy-inst {
    text-align: center;
    line-height: 26px;
    margin: 6px 0px 14px;
    color: #999999;
}

.zi-end .pics-record li img {
    height: 36px;
}

.int-pos {
    line-height: 38px;
    margin: 8px 0px;
    color: #656565;
    font-size: 13px;
}

.int-pos a.on {
    color: #4C76E2;
}

.inax-block {
    display: block;
    position: relative;
    width: 100%;
    height: 24px;
    clear: both;
}

.inax-block-mini {
    display: block;
    position: relative;
    width: 100%;
    height: 10px;
    clear: both;
}

.inax-course {
    position: relative;
    margin-bottom: 20px;
    background: #FFF;
    border-radius: 5px;
    padding: 10px;
}

.inax-course .co-the {
    position: relative;
    padding: 0px 80px 0px 0px;
    overflow: hidden;
}

.inax-course .co-tap {
    position: relative;
    left: 2px;
    font-size: 18px;
    font-weight: bold;
}

.inax-course .co-tap-le {
    position: relative;
    float: left;
    border-radius: 10px 10px 0px 0px;
    border-width: 1px 1px 0px 1px;
    border-color: #CBCBCB;
    border-style: solid;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #272822;
    padding: 0px 18px;
    margin-left: -1px;
    display: block;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.inax-course .co-tap-le.on {
    background-color: #FF190E;
    color: #fff;
    border-color: #FF190E;
}

.inax-course .co-the-more {
    position: absolute;
    top: 50%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    right: 0px;
    font-size: 15px;
    color: red;
    font-weight: bold;
}

.inax-course .co-wrapper {
    position: relative;
}

.inax-course .co-wrapper .co-slide {
    display: none;
}

.inax-course .co-wrapper .co-slide.on {
    display: block;
}

.inax-course .co-row {
    margin-left: -12px;
    margin-right: -12px;
}

.inax-course .co-eol {
    padding-left: 12px;
    padding-right: 12px;
}

.inax-course .col-xs-3.co-eol {
    width: 20%;
}

.inax-course .co-link {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 24px;
    margin-top: 4px;
    top: 0px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    min-height: 198px;
}

.inax-course .co-thumb {
    width: 100%;
    height: 110px;
    position: relative;
    overflow: hidden;
}

.inax-course .co-thumb &gt; img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.inax-course .co-live {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    /*background-color:#000;*/
    background-image: url(../images/vkixn.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    display: block;
    z-index: 20;
    padding: 0px 8px 0px 28px;
    border-radius: 20px;
}

.inax-course .co-live-ic {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 4px;
    display: block;
}

.inax-course .co-live-ic &gt; span {
    width: 2px;
    height: 10px;
    bottom: 3px;
    display: block;
    background-color: #fff;
    position: absolute;
}

.inax-course .co-live-ic &gt; span.v1 {
    left: 4px;
    animation: xtiny1 1.4s ease infinite;
}

.inax-course .co-live-ic &gt; span.v2 {
    left: 9px;
    animation: xtiny2 1.4s ease infinite;
}

.inax-course .co-live-ic &gt; span.v3 {
    left: 14px;
    animation: xtiny3 1.4s ease infinite;
}

@keyframes xtiny1 {
    0% {
        height: 6px;
    }
    50% {
        height: 12px;
    }
    100% {
        height: 6px;
    }
}

@keyframes xtiny2 {
    0% {
        height: 12px;
    }
    50% {
        height: 6px;
    }
    100% {
        height: 12px;
    }
}

@keyframes xtiny3 {
    0% {
        height: 10px;
    }
    50% {
        height: 14px;
    }
    100% {
        height: 10px;
    }
}

.inax-course .co-cont {
    padding: 0px 5px;
    position: relative;
}

.inax-course .co-cont span {
    text-decoration: line-through;
    color: #aaa;
    font-weight: normal;
    padding-left: 30px;
}

.inax-course .co-tit {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #323232;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inax-course .co-type {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #656565;
    font-size: 13px;
    font-weight: 600;
}

.inax-course .co-inay {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #656565;
    font-size: 13px;
    margin: 5px 0px;
    font-weight: 600;
}

.inax-course .co-inay &gt; span {
    color: #4C76E2;
}

.inax-course .co-cost {
    position: absolute;
    bottom: 0px;
    right: 12px;
    font-size: 12px;
    color: #4C76E2;
}

.inax-course .co-link:hover {
    /*	background-color:#F7F7F7;*/
    top: -10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
}

.today-live {
    position: relative;
}

.today-live .co-the {
    position: relative;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 28px;
    margin: 0px 0px 18px;
}

.today-live .co-table {
    position: relative;
    overflow: hidden;
}

.today-live .co-tall {
    width: 50%;
    float: left;
    height: 320px;
    position: relative;
    background-color: #FFFFFF;
}

.today-live .co-show {
    overflow: hidden;
}

.today-live .co-list {
    overflow: hidden;
}

.today-live .list-soll {
    overflow: auto;
    height: 100%;
}

.today-live .show-doc {
    width: 100%;
    height: 320px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.today-live .show-in {
    width: 80%;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -94px;
    margin-left: -40%;
    overflow: hidden;
    text-align: center;
}

.today-live .show-tit {
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #fff;
    overflow: hidden;
    margin: 7px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.today-live .show-type {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    margin: 7px 0px;
}

.today-live .show-link {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    display: block;
    margin: 20px auto 0px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #56A6EE;
    background-color: #fff;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.today-live .show-link:hover {
    width: 200px;
}

.today-live .show-teacher {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
    padding: 0px 0px 0px 60px;
    overflow: hidden;
    height: 40px;
}

.today-live .show-teacher-thumb {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.today-live .show-teacher-thumb img {
    width: 100%;
    display: block;
    height: 100%;
}

.today-live .show-teacher-name {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.today-live .list-doc {
    position: relative;
    height: 80px;
    overflow: hidden;
    padding: 0px 20px 0px 120px;
    cursor: pointer;
}

.today-live .list-doc.on {
    background-color: #E7F4FD;
}

.today-live .list-date {
    width: 50px;
    line-height: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    left: 60px;
    font-size: 13px;
    color: #9397A3;
}

.today-live .list-cont {
    position: relative;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.today-live .list-cont-label {
    position: relative;
    height: 30px;
    overflow: hidden;
}

.today-live .list-cont-label &gt; span {
    float: left;
    background-color: #E3E3E3;
    color: #9395A1;
    display: inline-block;
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 4px;
    margin: 5px 0px;
}

.today-live .list-cont-tit {
    position: absolute;
    height: 30px;
    line-height: 30px;
    bottom: 0px;
    left: 0px;
    right: 140px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 14px;
    color: #171721;
}

.today-live .list-cont-name {
    position: absolute;
    height: 30px;
    line-height: 30px;
    bottom: 0px;
    right: 0px;
    font-size: 13px;
    color: #9496A2;
}

.today-live .list-ico {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #7098ED;
    display: block;
    position: absolute;
    top: 23px;
    left: 27px;
    z-index: 20;
}

.today-live .list-wire {
    position: absolute;
    top: 0px;
    left: 30px;
    width: 1px;
    height: 100%;
    background-color: #E3E9E9;
    z-index: 10;
}

.today-live .list-doc.on .list-date,
.today-live .list-doc.on .list-cont-name,
.today-live .list-doc.on .list-cont-tit {
    color: #649CEF;
}

.today-live .list-doc.on .list-cont-label &gt; span {
    background-color: #649CEF;
    color: #fff;
}

.today-live .list-doc.on .list-ico {
    width: 12px;
    height: 12px;
    top: 20px;
    left: 25px;
}

.inax-helper {
    position: relative;
    margin: 22px 0px;
}

.inax-helper .he-row {
    margin-left: -7px;
    margin-right: -7px;
}

.inax-helper .he-col {
    padding-left: 7px;
    padding-right: 7px;
}

.inax-helper .he-sell {
    padding: 6px;
    position: relative;
    background-color: #EBF2FC;
    overflow: hidden;
}

.inax-helper .he-sell &gt; ul {
    overflow: hidden;
    height: 149px;
}

.inax-helper .he-sell &gt; ul &gt; li {
    width: 33.32%;
    float: left;
    position: relative;
}

.inax-helper .he-sell-link {
    position: relative;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #D7E1EF;
    display: block;
    padding: 7px;
}

.inax-helper .he-sell &gt; ul &gt; li:nth-child(3) .he-sell-link,
.inax-helper .he-sell &gt; ul &gt; li:nth-child(6) .he-sell-link {
    border-width: 0px 0px 1px 0px;
}

.inax-helper .he-thumb {
    width: 100%;
    height: 0px;
    padding-bottom: 55%;
    position: relative;
    overflow: hidden;
}

.inax-helper .he-thumb a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0px;
    overflow: hidden;
    display: block;
}

.inax-helper .he-thumb a img {
    width: 100%;
    display: block;
}

.inax-helper .he-sell-ico {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0px auto 0px;
    overflow: hidden;
    display: block;
}

.inax-helper .he-sell-link:hover .he-sell-ico {
    animation: flotage .4s ease 1;
}

.inax-helper .he-sell-ico img {
    width: 100%;
    display: block;
}

.inax-helper .he-sell-tit {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #4A65A9;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.inax-pos {
    position: relative;
    padding: 10px 0px;
    line-height: 30px;
    font-size: 14px;
    color: #545958;
}

.inax-pos a {
    color: #545958;
    font-weight: 600;
    font-size: 16px;
}

.inax-cify {
    position: relative;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #CBCBCB;
    background-color: #fff;
    overflow: hidden;
    padding: 14px 0px;
    min-height: calc(100vh - 420px);
}

.inax-cify ul li {
    position: relative;
    padding: 0px 0px 0px 30px;
    overflow: hidden;
    display: block;
    float: none;
}

.inax-cify ul li .ain-ic {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    margin: 1px 0;
    position: absolute;
    left: 0px;
    top: 4px;
    background-color: #FD1E1E;
    border: 1px solid #FD1E1E;
    color: #fff;
}

.inax-cify a {
    border: 1px solid #fff;
    padding: 1px 1px;
    border-radius: 4px;
    color: #565656;
    font-size: 14px;
    float: left;
    display: block;
    width: 20%;
    overflow: hidden;
    line-height: 35px;
    height: 35px;
}

.inax-cify a.on,
.inax-cify a:hover {
    border: 1px solid #4C76E2;
    color: #4C76E2;
}

.inax-synthe {
    position: relative;
}

.inax-synthe .e-hs {
    position: relative;
    height: 56px;
    border-bottom: 1px solid #CBCBCB;
}

.inax-synthe .e-the {
    border-bottom: 2px solid #4C76E2;
    height: 56px;
    line-height: 56px;
    display: block;
    font-size: 14px;
    color: #4C76E2;
    padding: 0px 10px;
    font-weight: 600;
    width: 96px;
    float: left;
    text-align: center;
}

.inax-synthe .e-links {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #353535;
    width: 96px;
    float: left;
    text-align: center;
}

.inax-synthe .e-links a {
    margin: 0px 12px;
}

.inax-synthe .e-links input {
    position: relative;
    top: 1px;
}

.inax-synthe .e-flip {
    height: 30px;
    top: 50%;
    margin-top: -15px;
    right: 0px;
    position: absolute;
}

.inax-synthe .e-flip a,
.inax-synthe .e-flip span {
    display: block;
    height: 30px;
    float: left;
    position: relative;
    line-height: 30px;
    padding: 0px 6px;
    font-size: 14px;
    letter-spacing: 1px;
}

.inax-synthe .e-flip a i,
.inax-synthe .e-flip span i {
    font-size: 16px;
    padding: 0px 2px;
}

.inax-synthe .e-flip a:hover {
    color: #4C76E2;
}

.inax-currifys {
    margin: 24px 0px 0px;
    position: relative;
    /*overflow:hidden;*/
}

.inax-currifys .co-row {
    margin-left: -12px;
    margin-right: -12px;
}

.inax-currifys .co-eol {
    padding-left: 12px;
    padding-right: 12px;
}

.inax-currifys .col-xs-3.co-eol {
    width: 20%;
}

.inax-currifys .co-link {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    margin-top: 4px;
    top: 0px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.inax-currifys .co-thumb {
    width: 100%;
    height: 130px;
    position: relative;
    overflow: hidden;
}

.inax-currifys .co-thumb &gt; img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.inax-currifys .co-live {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    /*background-color:#000;*/
    background-image: url(../images/vkixn.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    display: block;
    z-index: 20;
    padding: 0px 8px 0px 28px;
    border-radius: 20px;
}

.inax-currifys .co-live-ic {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 4px;
    display: block;
}

.inax-currifys .co-live-ic &gt; span {
    width: 2px;
    height: 10px;
    bottom: 3px;
    display: block;
    background-color: #fff;
    position: absolute;
}

.inax-currifys .co-live-ic &gt; span.v1 {
    left: 4px;
    animation: xtiny1 1.4s ease infinite;
}

.inax-currifys .co-live-ic &gt; span.v2 {
    left: 9px;
    animation: xtiny2 1.4s ease infinite;
}

.inax-currifys .co-live-ic &gt; span.v3 {
    left: 14px;
    animation: xtiny3 1.4s ease infinite;
}

.inax-currifys .co-cont {
    padding: 0px 5px 5px;
    position: relative;
}

.inax-currifys .co-tit {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #323232;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inax-currifys .co-type {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #f92727;
    font-size: 13px;
    margin: 5px 0px;
    font-weight: 600;
}

.inax-currifys .co-inay {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #656565;
    font-size: 13px;
    margin: 5px 0px;
    font-weight: 600;
}

.inax-currifys .co-inay &gt; span {
    color: #4C76E2;
}

.inax-currifys .co-cost {
    position: absolute;
    bottom: 13px;
    right: 12px;
    font-size: 12px;
    color: #4C76E2;
}

.inax-currifys .co-link:hover {
    /*	background-color:#F7F7F7;*/
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
}

.inax-currifys .co-link:hover {
    top: -10px;
}

.inax-pages {
    position: relative;
    text-align: center;
    margin: 10px 0px;
    overflow: hidden;
}

.inax-pages &gt; span,
.inax-pages &gt; a {
    display: inline-block;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    color: #52595B;
    font-size: 14px;
    padding: 5px 8px;
    min-width: 30px;
    border-radius: 2px;
    margin: 0px 3px 16px;
}

.inax-pages &gt; span.on,
.inax-pages &gt; a.on,
.inax-pages &gt; span:hover,
.inax-pages &gt; a:hover {
    background-color: #3573F3;
    border: 1px solid #3573F3;
    color: #fff;
}

.inax-domain {
    position: relative;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #CBCBCB;
    background-color: #fff;
    overflow: hidden;
}

.inax-domain .do-maps {
    position: relative;
    padding: 14px 0px 4px;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: #CBCBCB;
    overflow: hidden;
}

.inax-domain .do-maps-in {
    position: relative;
    overflow: hidden;
    min-height: 40px;
}

.inax-domain .do-maps-all {
    position: absolute;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    color: #6A6A6A;
    left: 0px;
    top: 0px;
    padding: 0px 12px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.inax-domain .do-maps-all.on {
    border: 1px solid #0D5BDF;
    color: #0D5BDF;
}

.inax-domain .do-maps-in &gt; ul &gt; li {
    float: left;
    height: 35px;
    line-height: 35px;
    position: relative;
    margin-left: 21px;
    margin-bottom: 12px;
}

.inax-domain .do-maps-in &gt; ul &gt; li a {
    border: 1px solid #fff;
    font-size: 15px;
    color: #4D4D4D;
    padding: 0px 11px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.inax-domain .do-maps-in &gt; ul &gt; li a:hover,
.inax-domain .do-maps-in &gt; ul &gt; li a.on {
    border: 1px solid #0D5BDF;
    color: #FFF;
    background: #0D5BDF;
}

.inax-domain .do-list {

}

.inax-domain .ain-list {
    position: relative;
    padding: 18px 0px 6px;
}

.inax-domain .ain-list &gt; li {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 2%;
    width: 98%;
}

.inax-domain .ain-ic {
    width: 20px;
    height: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FD0907;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    margin-top: 4px;
}

.inax-domain .ain-list &gt; li a {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #1A1617;
    width: 24%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.inax-domain .ain-list &gt; li a.on,
.inax-domain .ain-list &gt; li a:hover {
    color: #FF0000;
    font-weight: bold;
    font-size: 15px;
}

.inax-doitas {
    padding: 0px 16px;
    margin: 16px 0px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.inax-doitas .dt-the {
    text-align: center;
    font-size: 19px;
    color: #3985FD;
    padding: 8px 0px;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 8px 0px;
}

.inax-doitas .dt-table tr th,
.inax-doitas .dt-table tr td {
    padding: 10px 10px;
    text-align: center;
    font-size: 15px;
}

.inax-doitas .c-primary {
    color: #337AB7;
}

.inax-doitas .c-success {
    color: #5CB85C;
}

.inax-doitas .c-info {
    color: #5BC0DE;
}

.inax-doitas .c-warning {
    color: #F0AD4E;
}

.inax-doitas .c-danger {
    color: #D9534F;
}

.inax-comps {
    background-color: #fff;
    position: relative;
    padding: 14px;
    margin: 0px 0px 20px;
}

.inax-comps .tc-row {
    margin-left: -10px;
    margin-right: -10px;
}

.inax-comps .tc-col {
    padding-left: 10px;
    padding-right: 10px;
}

.inax-comps .tc-die-5 {
    width: 46%;
}

.inax-comps .tc-die-7 {
    width: 54%;
}

.inax-comps .tc-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0px;
    padding-bottom: 60%;
}

.inax-comps .tc-thumb a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.inax-comps .tc-thumb a img {
    width: 100%;
    display: block;
}

.inax-comps .tc-cont {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inax-comps .tc-cont .tc-tit {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.inax-comps .tc-exp {
    position: relative;
    padding: 14px 0px 0px;
    overflow: hidden;
    margin-top: 4px;
}

.inax-comps .tc-exp-bor {
    border: 1px solid #CBCBCB;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.inax-comps .tc-exp-tit {
    width: 94px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #656565;
    background-color: #fff;
    position: absolute;
    left: 24px;
    top: 0px;
    display: block;
    z-index: 10;
    text-align: center;
}

.inax-comps .tc-exp-text {
    line-height: 30px;
    height: 125px;
    font-size: 13px;
    color: #7D7D7D;
    overflow: auto;
    position: relative;
}

.inax-comps .tc-price {
    background-color: #F3F3F3;
    height: 54px;
    position: relative;
    padding: 0px 10px;
    line-height: 54px;
    font-size: 20px;
    color: #D80201;
    margin: 12px 0px;
    font-weight: bold;
}

.inax-comps .tc-price-s {
    font-size: 15px;
    color: #989898;
    padding: 0px 4px;
    text-decoration: line-through;
}

.inax-comps .tc-link {
    border: 1px solid #CBCBCB;
    color: #656565;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 48px;
}

.inax-comps .btn-danger {
    border: 1px solid #F63129;
    background-color: #F63129;
    color: #fff;
}

.inax-comps .btn-primary {
    border: 1px solid #3285FF;
    background-color: #3285FF;
    color: #fff;
    cursor: pointer;
}

.inax-comps .tc-codes {
    position: absolute;
    display: none;
    border: 1px solid #CBCBCB;
    background-color: #fff;
    z-index: 100;
    padding: 10px;
    top: 100%;
    left: 10px;
    right: 10px;
    margin-top: 6px;
    overflow: hidden;
}

.inax-comps .tc-codes-pic {
    width: 96%;
    margin: 0px auto 0px;
    position: relative;
    overflow: hidden;
    display: block;
}

.inax-comps .tc-codes-pic img {
    width: 100%;
    display: block;
}

.inax-comps .tc-codes-tit {
    position: relative;
    text-align: center;
    font-size: 13px;
    margin: 6px 0px 0px;
}

.isoe-row {
    margin-left: -10px;
    margin-right: -10px;
}

.isoe-col {
    padding-left: 10px;
    padding-right: 10px;
}

.isoe-col-iy8 {
    width: 72%;
}

.isoe-col-iy4 {
    width: 28%;
}

.inax-auiu {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    padding: 10px 10px 0px;
    margin: 0px 0px 20px;
}

.inax-auiu .o-the {
    position: relative;
    border-bottom: 1px solid #CBCBCB;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0px 70px 10px 0px;
}

.inax-auiu .o-the-tit {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inax-auiu .o-the-link {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #656565;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
}

.inax-auiu .o-the-link:hover {
    color: #4C76E2;
}

.iau-links {
    position: relative;
    overflow: hidden;
}

.iau-links a {
    position: relative;
    border: 1px solid #fff;
    color: #686868;
    font-size: 13px;
    float: left;
    display: block;
    margin-right: 6px;
    margin-bottom: 8px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.iau-links a:hover {
    border: 1px solid #4C76E2;
    color: #4C76E2;
}

.iau-recomms {
    position: relative;
    margin: 0px 0px 6px;
}

.iau-recomms a {
    position: relative;
    display: block;
    height: 30px;
    padding: 0px 40px 0px 0px;
    overflow: hidden;
    margin: 0px 0px 6px;
}

.iau-recomms a p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #656565;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    left: 0px;
    font-weight: 600;
}

.iau-recomms a span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #4C76E2;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
}

.iau-recomms a:hover p {
    color: #4C76E2;
    left: 10px;
}

.iau-issue {
    position: relative;
    overflow: hidden;
}

.iau-issue li {
    margin: 0px 0px 6px;
}

.iau-issue .v-t {
    line-height: 30px;
    font-size: 14px;
    color: #353535;
    position: relative;
    font-weight: 600;
    cursor: pointer;
}

.iau-issue .v-t:hover {
    color: #4C76E2;
}

.iau-issue .v-cont {
    padding: 6px 10px;
    line-height: 28px;
    font-size: 12px;
    color: #727272;
    background-color: #F8F8F8;
    overflow: hidden;
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
    display: none;
}

.inax-acces {
    position: relative;
    background-color: #fff;
    margin: 0px 0px 20px;
}

.inax-acces .ac-tap {
    position: relative;
    border-bottom: 1px solid #CBCBCB;
    height: 52px;
}

.inax-acces .ac-tap li {
    height: 52px;
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.inax-acces .ac-tap-name {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #0b53bd;
}

.inax-acces .ac-tap-map {
    width: 72px;
    height: 2px;
    background-color: #0D5BDF;
    display: none;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -36px;
}

.inax-acces .ac-tap li.on .ac-tap-map {
    display: block;
}

.inax-acces .ac-fluc {
    position: relative;
    overflow: hidden;
}

.inax-acces .ac-fluc-doc {
    position: relative;
    overflow: hidden;
    display: none;
}

.inax-acces .ac-fluc-doc.on {
    display: block;
}

.inax-acces .ac-main {
    padding: 14px;
    overflow: hidden;
    position: relative;
}

.inax-acces .ac-main-the {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0px 0px 14px;
    line-height: 30px;
}

.inax-acces .ac-main-cont {
    padding: 0px 0px 22px 140px;
    margin-bottom: 18px;
    border-bottom: 1px solid #CBCBCB;
    min-height: 120px;
    position: relative;
    overflow: hidden;
}

.inax-acces .ac-main-thumb {
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.inax-acces .ac-main-thumb img {
    width: 100%;
    display: block;
}

.inax-acces .ac-main-tit {
    font-size: 17px;
    color: #0D5BDF;
    line-height: 30px;
    margin: 2px 0px 6px;
    position: relative;
}

.inax-acces .ac-main-text {
    font-size: 14px;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    color: #656565;
}

.inax-acces .ac-tins {
    position: relative;
}

.inax-acces .ac-tins-li {
    position: relative;
    overflow: hidden;
    min-height: 30px;
    margin: 0px 0px 10px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
}

.inax-acces .ac-tins-li p img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.inax-acces .ac-tins-name {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    color: #353535;
}

.inax-acces .ac-tins-text {
    line-height: 28px;
    position: relative;
    overflow: hidden;
    color: #656565;
    font-size: 14px;
}

.inax-acces .ac-down {
    margin: 12px 0px 0px;
    position: relative;
}

.inax-acces .ac-down-the {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #656565;
    margin: 0px 0px 10px;
}

.inax-acces .ac-down-the &gt; span {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.inax-acces .ac-down-list {
    padding: 0px 12px 0px;
    position: relative;
    overflow: hidden;
}

.inax-acces .ac-down-list li {
    position: relative;
    margin: 0px 0px 10px;
    overflow: hidden;
    padding: 0px 62px 0px 12px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.inax-acces .ac-down-tit {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #656565;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.inax-acces .ac-down-link {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 12px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.inax-acces .ac-down-list li:hover {
    /*background-color:#D1D1D1;*/
}

.inax-acces .ac-down-list li:hover .ac-down-tit {
    color: #0D5BDF;
}

.inax-acces .ac-down-list li:hover .ac-down-link {
    color: #0D5BDF;
}

.inax-acces .vie-list {
    position: relative;
    padding: 14px 14px 4px;
    overflow: hidden;
}

.inax-acces .vie-list .vie-li {
    position: relative;
    margin: 0px 0px 12px;
}

.inax-acces .vie-list .vie-link {
    display: block;
    position: relative;
    overflow: hidden;
    height: 52px;
    padding: 0px 200px 0px 12px;
    background-color: #fff;
    border: 1px solid #E8E8E8;
}

/*播放中*/
.inax-acces .vie-list .vie-li.vie-play .vie-link {
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
}

.inax-acces .vie-list .vie-tit {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #353535;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

/*触摸*/
.inax-acces .vie-list .vie-link:hover .vie-tit {
    color: #0D5BDF;
    left: 14px;
}

.inax-acces .vie-list .vie-riow {
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 2px;
}

.inax-acces .vie-list .riow-btn {
    height: 30px;
    line-height: 30px;
    padding: 0px 12px;
    border-radius: 2px;
    margin-right: 10px;
    float: left;
    display: block;
    width: auto;
    margin-top: 0px;
}

.inax-acces .vie-list .riow-btn.btn-primary {
    background-color: #3285FF;
}

/*直播*/
.inax-acces .vie-list .riow-liveing {
    display: block;
    height: 30px;
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px 28px;
    float: left;
    margin-right: 10px;
}

.inax-acces .vie-list .riow-liveing-tit {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #4C76E2;
    position: relative;
    overflow: hidden;
}

.inax-acces .vie-list .riow-liveing-ico {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -12px;
    overflow: hidden;
}

.inax-acces .vie-list .riow-liveing-ico .v {
    width: 2px;
    height: 10px;
    bottom: 3px;
    display: block;
    background-color: #4C76E2;
    position: absolute;
}

.inax-acces .vie-list .riow-liveing-ico .v1 {
    left: 4px;
    animation: xtiny1 1.4s ease infinite;
}

.inax-acces .vie-list .riow-liveing-ico .v2 {
    left: 9px;
    animation: xtiny2 1.4s ease infinite;
}

.inax-acces .vie-list .riow-liveing-ico .v3 {
    left: 14px;
    animation: xtiny1 1.4s ease infinite;
}

.inax-acces .vie-list .riow-liveing-ico .v4 {
    left: 18px;
    animation: xtiny2 1.4s ease infinite;
}

.inax-acces .vie-list .riow-ico {
    width: 28px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #9198A0;
    display: block;
    float: left;
    margin-right: 8px;
    text-align: center;
}

.inax-acces .vie-list .riow-tin {
    height: 30px;
    line-height: 30px;
    color: #999898;
    font-size: 14px;
    float: left;
    display: block;
    margin-right: 6px;
}

.inax-acces .vie-list .riow-hr {
    width: 1px;
    height: 20px;
    background-color: #656565;
    position: relative;
    top: 5px;
    float: left;
    margin: 0px 12px 0px 4px;
}

.inax-acces .ac-tion {
    position: relative;
    border-bottom: 1px solid #CBCBCB;
    padding: 14px;
}

.inax-acces .ac-tion-in {
    position: relative;
    padding: 0px 360px 0px 0px;
    height: 54px;
}

.inax-acces .ac-tion-tit {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inax-acces .ac-tion-type {
    position: relative;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #969696;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inax-acces .ac-tion-btn {
    width: 340px;
    position: absolute;
    top: 50%;
    right: 0px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
}

.inax-acces .ac-tion-link-ic {
    width: 26%;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #1A1617;
    text-align: center;
    display: block;
    margin: 0px 3%;
    position: relative;
}

.inax-acces .ac-tion-link-ic:hover {
    color: #4976E2;
}

.inax-acces .ac-tion-link-lov {
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 118px;
    padding: 6px;
    border: 1px solid #CBCBCB;
    z-index: 10;
    background-color: #fff;
    display: none;
}

.inax-acces .ac-tion-link-lov img {
    width: 100%;
    display: block;
    max-width: 200%;
}

.inax-live {
    position: relative;
    height: 492px;
    margin: 0px 0px 20px;
}

.inax-live .vs-video {
    position: relative;
    width: 874px;
    height: 492px;
    overflow: hidden;
    float: left;
}

.inax-live .vs-video iframe {
    width: 100%;
    border: 0px;
    height: 100%;
}

.inax-live .vs-module {
    width: 327px;
    height: 492px;
    float: right;
    position: relative;
}

.inax-live .vs-notice {
    border: 1px solid #CBCBCB;
    position: relative;
    background-color: #fff;
    margin: 0px 0px 20px;
    padding: 0px 28px 0px 90px;
    cursor: pointer;
}

.inax-live .vs-module .tooltip-inner {
    padding: 6px 8px;
    /*text-overflow:ellipsis;*/
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    max-width: 600px;
}

.inax-live .vs-notice-tit {
    height: 40px;
    position: relative;
    overflow: hidden;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #656565;
}

.inax-live .vs-notice-ico {
    height: 24px;
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #4A4A4F;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 12px;
    padding-left: 30px;
}

.inax-live .vs-notice-ico i {
    font-size: 20px;
    position: absolute;
    top: 2px;
    left: 5px;
}

.inax-live .vs-notice-more {
    height: 24px;
    display: block;
    line-height: 24px;
    font-size: 22px;
    color: #4A4A4F;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 10px;
}

.inax-live .vs-notice-cont {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #CBCBCB;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    margin-top: 10px;
    line-height: 28px;
    font-size: 13px;
    display: none;
}

.inax-live .vs-log {
    position: relative;
    overflow: hidden;
    border: 1px solid #CBCBCB;
}

.inax-live .vs-log-the {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #CBCBCB;
    display: block;
    padding: 0px 12px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #353535;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inax-live .vs-btn {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.inax-live .vs-btn-col {
    padding-left: 10px;
    padding-right: 10px;
}

.inax-live .vs-btn-col .btn {
    border-radius: 0px;
}

.inax-live .vs-log-list {
    height: 334px;
    position: relative;
    overflow: auto;
}

.inax-live .vs-log-list::-webkit-scrollbar {
    width: 8px;
}

.inax-live .vs-log-list::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 2px;
}

.inax-live .vs-log-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #bbb;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.inax-live .vs-log-list::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.3);
}

.inax-live .vs-log-list &gt; li {
    position: relative;
}

.inax-live .vs-log-list &gt; li:hover {
    background-color: #D9D9D9;
}

.inax-live .vs-log-list .lo-link {
    position: relative;
    display: block;
    height: 40px;
    padding: 0px 80px 0px 10px;
}

.inax-live .vs-log-list .lo-tit {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: #353535;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.inax-live .vs-log-list .lo-riow {
    position: absolute;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    right: 4px;
}

/*直播*/
.inax-live .vs-log-list .riow-liveing-ico {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    top: 4px;
    float: left;
    margin-right: 8px;
    overflow: hidden;
    display: none;
}

.inax-live .vs-log-list .lo-link.lo-play .riow-liveing-ico {
    display: block;
}

.inax-live .vs-log-list .riow-liveing-ico .v {
    width: 2px;
    height: 10px;
    bottom: 3px;
    display: block;
    background-color: #4C76E2;
    position: absolute;
}

.inax-live .vs-log-list .riow-liveing-ico .v1 {
    left: 4px;
    animation: xtiny1 1.4s ease infinite;
}

.inax-live .vs-log-list .riow-liveing-ico .v2 {
    left: 9px;
    animation: xtiny2 1.4s ease infinite;
}

.inax-live .vs-log-list .riow-liveing-ico .v3 {
    left: 14px;
    animation: xtiny1 1.4s ease infinite;
}

.inax-live .vs-log-list .riow-liveing-ico .v4 {
    left: 18px;
    animation: xtiny2 1.4s ease infinite;
}

.inax-live .vs-log-list .riow-btn {
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    float: left;
    display: block;
    margin-right: 8px;
    width: auto;
    padding: 0px 8px;
    border-radius: 2px;
    top: 3px;
    position: relative;
}

.inax-live .vs-log-list .riow-icon {
    height: 24px;
    line-height: 24px;
    color: #353535;
    font-size: 20px;
    float: left;
    display: block;
    margin-right: 8px;
    text-align: center;
    top: 3px;
    position: relative;
}

.inax-live .vs-log-list .riow-tit {
    position: relative;
    height: 24px;
    line-height: 24px;
    color: #353535;
    font-size: 14px;
    float: left;
    display: block;
    margin-right: 8px;
    top: 3px;
}

/*触摸时候的 标题*/
.inax-live .vs-log-list .lo-link:hover .lo-tit {
    color: #4C76E2;
    left: 10px;
}

/*触摸时候的 被禁止标题*/
.inax-live .vs-log-list .lo-link.lo-forbid:hover .lo-tit {
    color: #353535;
    left: 0px;
}

/*播放时候的 标题*/
.inax-live .vs-log-list .lo-link.lo-play .lo-tit {
    color: #4C76E2;
}

/*触摸时候的 点击播放图标*/
.inax-live .vs-log-list .lo-link:hover .riow-ckplay {
    color: #4C76E2;
}

/*触摸时候的 被禁止播放 不显示播放图标*/
.inax-live .vs-log-list .lo-link.lo-forbid .riow-ckplay {
    display: none;
}

/*播放时候的 点击播放图标*/
.inax-live .vs-log-list .lo-link.lo-play .riow-ckplay {
    display: none;
}

.inax-live .hd-box {
    border: 1px solid #CBCBCB;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.inax-live .hd-tap {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #CBCBCB;
}

.inax-live .hd-tap-dnc {
    width: 50%;
    float: left;
    position: relative;
    height: 40px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #CBCBCB;
}

.inax-live .hd-tap-dnc &gt; span {
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    color: #323232;
}

.inax-live .hd-tap-dnc.on {
    border-bottom: 1px solid #4976E2;
}

.inax-live .hd-tap-dnc.on &gt; span {
    color: #4976E2;
}

.inax-live .hd-swip {
    height: 388px;
    overflow: hidden;
    position: relative;
}

.inax-live .hd-swip-cots {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 200%;
    height: 100%;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.inax-live .hd-swip-cots.on {
    left: -100%;
}

.inax-live .hd-swip-dnc {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

/*聊天窗口*/
.inax-live .lt-win {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 120px;
    overflow: auto;
    padding: 6px 8px;
    background-color: #fff;
}

.inax-live .lt-win::-webkit-scrollbar { /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.inax-live .lt-win::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.inax-live .lt-win::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.inax-live .lt-win .lt-msg {
    position: relative;
    margin: 0px 0px 10px;
}

.inax-live .lt-win .lt-msg-the {
    position: relative;
    padding: 0px 70px 0px 0px;
}

.inax-live .lt-win .lt-msg-name {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #4976E2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inax-live .lt-win .lt-msg-name &gt; span {
    background-color: #4976E2;
    color: #fff;
    padding: 0px 3px;
    display: inline-block;
    margin-right: 6px;
    font-size: 12px;
    border-radius: 2px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    height: 22px;
    line-height: 22px;
}

.inax-live .lt-win .lt-msg-link {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    color: #4976E2;
    height: 30px;
    line-height: 30px;
    display: block;
    cursor: pointer;
}

.inax-live .lt-win .lt-msg-cont {
    position: relative;
    margin-top: 4px;
    overflow: hidden;
    line-height: 22px;
    color: #000;
    font-size: 12px;
    word-break: break-all;
}

.inax-live .lt-win .lt-msg-cont .emotion {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    max-width: 100%;
}

.inax-live .lt-edit {
    left: 0px;
    right: 0px;
    height: 120px;
    bottom: 0px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #CBCBCB;
}

.inax-live .lt-edit-sel {
    height: 30px;
    padding: 0px 9px;
    overflow: hidden;
    position: relative;
}

.inax-live .lt-edit-opn {
    width: 30px;
    height: 30px;
    float: left;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0px 1px;
    cursor: pointer;
}

.inax-live .lt-edit-sel img {
    width: 21px;
    display: block;
    margin: 4px auto;
}

.inax-live .lt-edit-form {
    position: relative;
    padding: 0px 8px 0px;
}

.inax-live .lt-edit-form-tare {
    width: 100%;
    overflow: auto;
    font-size: 13px;
    line-height: 20px;
    height: 50px;
    color: #7C7C7C;
    border: 0px;
    outline: 0px;
    resize: none;
    padding: 0px 4px 0px 0px;
}

.inax-live .lt-edit-form-tare::-webkit-scrollbar { /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.inax-live .lt-edit-form-tare::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.inax-live .lt-edit-form-tare::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.inax-live .lt-edit-form-sub {
    height: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
}

.inax-live .lt-edit-form-sub .btn {
    height: 28px;
    line-height: 28px;
    background-color: #989898;
    color: #fff;
    font-size: 12px;
    float: right;
    cursor: pointer;
    padding: 0px 12px;
    border-radius: 2px;
    width: auto;
}

.inax-live .lt-edit-form-sub .btn:hover {
    background-color: #4976E2;
}

.inax-live .le-emoji {
    width: 280px;
    position: absolute;
    bottom: 120px;
    left: 0px;
    z-index: 10;
    background-color: #fff;
    padding: 10px;
    border-top: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    display: none;
}

.inax-live .le-emoji-list {
    padding: 10px 14px 10px 10px;
    height: 200px;
    overflow: auto;
    position: relative;
}

.inax-live .le-emoji-list::-webkit-scrollbar { /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.inax-live .le-emoji-list::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.inax-live .le-emoji-list::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.inax-live .le-emoji-list &gt; span {
    width: 12%;
    float: left;
    display: block;
    margin-bottom: 4%;
    margin-right: 4%;
}

/*成员*/

.inax-live .lt-us {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.inax-live .lt-us .lt-us-refresh {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 6px;
    height: 30px;
    line-height: 30px;
    display: block;
    background-color: #ccc;
    color: #000;
    font-size: 13px;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.inax-live .lt-us .lt-us-refresh:active {
    top: 6px;
}

.inax-live .lt-us .lt-us-list {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 6px 6px;
    overflow: auto;
}

.inax-live .lt-us .lt-us-list::-webkit-scrollbar { /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.inax-live .lt-us .lt-us-list::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.inax-live .lt-us .lt-us-list::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.inax-live .lt-us-in {
    position: relative;
    padding: 0px 70px 0px 0px;
    margin-bottom: 4px;
}

.inax-live .lt-us-name {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #4976E2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inax-live .lt-us-lab {
    background-color: #4976E2;
    color: #fff;
    padding: 0px 3px;
    display: inline-block;
    margin-right: 6px;
    font-size: 12px;
    border-radius: 2px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    height: 22px;
    line-height: 22px;
}

.inax-live .lt-us-link {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    color: #4976E2;
    height: 30px;
    line-height: 30px;
    display: block;
    cursor: pointer;
}

.diy-whsie {

}

.diy-whsie .modal-dialog {
    width: 650px !important;
}

.modal.in .modal-dialog {
    z-index: 1080;
}

.modal.in .modal-title {
    font-size: 15px;
}

.buy-main {
    position: relative;
}

.buy-main .b-tit {
    font-size: 22px;
    color: #343434;
    position: relative;
    text-align: center;
    margin: 8px 0px 20px;
}

.buy-main .b-table {
    position: relative;
    margin: 0px 0px;
}

.buy-main .b-table .buy_this {
    background: #eee;
}

.buy-main .b-table tr th {
    color: #fff;
    background-color: #f73226;
}

.buy-main .b-table tr td {
    text-align: center;
    padding: 12px 2px;
    font-size: 14px;
    vertical-align: middle;
}

.buy-main .b-table tr th {
    text-align: center;
    padding: 12px 2px;
    font-size: 15px;
}

.buy-main .b-table .fa-check {
    color: #0A900C;
}

.buy-main .b-table .fa-close {
    color: #EA4646;
}

.buy-main .b-total {
    margin: 16px 0px;
    font-size: 15px;
    color: #5C5C5C;
    position: relative;
    text-align: right;
}

.buy-main .b-total &gt; span {
    font-weight: 600;
    color: #CD281E;
    font-size: 17px;
}

.buy-main .b-way {
    padding: 0px 0px 0px 90px;
    position: relative;
    height: 50px;
    margin-top: 25px;
}

.buy-main .sp_price {
    color: red;
    font-weight: bold;
}

.buy-main .b-way-lname {
    position: absolute;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 0px;
    font-size: 15px;
    color: #343434;
    display: block;
    line-height: 30px;
}

.buy-main .b-way-seler {
    width: 40%;
    float: left;
    display: block;
    border: 1px solid #fff;
    margin-right: 10%;
    height: 48px;
    border-radius: 4px;
    margin-bottom: 0px;
    line-height: 48px;
    padding-left: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.buy-main .b-way-seler.on {
    border: 2px solid #BEBEBE;
}

.buy-main .b-sub {
    position: relative;
    display: block;
    background-color: #cd291f;
    height: 42px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: 0px;
    width: 100%;
    margin: 16px 0px 0px;
}

.buy-main p {
    font-size: 13px;
}

.buy-main .b-kf {
    font-size: 13px;
    color: #171516;
    padding: 5px 0px;
    display: inline-block;
}

.buy-main .b-kf:hover {
    color: #E82E2E;
}

.buy-main .b-us {
    font-size: 13px;
    color: #171516;
    padding: 10px 0px;
    float: right;
    display: inline-block;
}

.ioe-modal .vok-the {
    height: 4px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.ioe-modal .modal-header {
    padding: 19px 15px 15px;
}

.ioe-modal .moend-padd {
    padding: 0px 8px;
    margin: 0px auto;
}

.ioe-modal .mo-bg-close {
    background-color: #9DA4AC;
    border: 1px solid #9DA4AC;
    color: #fff;
    outline: 0px;
}

.ioe-modal .mo-bg-submit {
    background-color: #4C76E3;
    border: 1px solid #4C76E3;
    color: #fff;
    outline: 0px;
}

.ioe-modal .mo-bg-close:active,
.ioe-modal .mo-bg-submit:active {
    outline: 0px;
}

.modal.in .modal-title {
    font-size: 16px;
    font-weight: bold;
}

.imod-notice {
    position: relative;
    overflow: hidden;
}

.imod-notice .re-the {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    margin: 0px 0px 10px;
    font-weight: 600;
    word-wrap: break-word;
    word-break: break-all;
}

.imod-notice .re-text {
    position: relative;
    line-height: 26px;
    color: #7a7878;
    font-size: 13px;
    word-wrap: break-word;
    word-break: break-all;
}

.live-main {
    background-color: #1B1B1B;
    overflow: hidden;
}

.live-main .do-the {
    background-color: #3C3C3C;
    position: relative;
    height: 60px;
}

.live-main .do-le {
    width: 100%;
}

/*.live-main .do-rg {
    width: 25%;
}*/

.live-main .do-thliks {
    position: relative;
    height: 60px;
    overflow: hidden;
}

.live-main .do-thliks &gt; a {
    border-style: solid;
    border-color: #2C2C2C;
    border-width: 0px 1px 0px 0px;
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0px 20px;
    float: left;
    min-width: 150px;
    font-weight: 600;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.live-main .do-thliks &gt; a:hover,
.live-main .do-thliks &gt; a.on {
    background-color: #4C76E2;
}

.live-main .do-province {
    position: relative;
}

.live-main .do-province-btn {
    display: block;
    border: 1px solid #686868;
    position: relative;
    margin: 10px 10px 2px;
    padding: 0px 50px 0px 0px;
    overflow: hidden;
    cursor: pointer;
}

.live-main .do-province-tit {
    height: 36px;
    line-height: 36px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 16px;
}

.live-main .do-province-down {
    width: 40px;
    height: 30px;
    border-left: 1px solid #686868;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    display: block;
    padding: 0px 0px 0px 4px;
    position: absolute;
    font-size: 18px;
    color: #9B9B9B;
    top: 50%;
    right: 4px;
    margin-top: -15px;
}

.live-main .do-province-btn:hover {
    border: 1px solid #7C7C7C;
}

.live-main .do-province-btn:hover .do-province-down {
    border-left: 1px solid #7C7C7C;
    color: #7C7C7C;
}

.live-main .do-province-select {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    background-color: #1B1B1B;
    z-index: 20;
    overflow: hidden;
    border: 1px solid #3C3C3C;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, .6);
    color: #fff;
    margin-top: 10px;
    display: none;
}

.live-main .do-province-select ul {
    padding: 10px 5px;
}

.live-main .do-province-select li {
    float: left;
    width: 50%;
    position: relative;
}

.live-main .do-province-select li a {
    border: 1px solid #FFFFFF;
    color: #fff;
    margin: 0px 5px 10px;
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
}

.live-main .do-province-select li a:hover,
.live-main .do-province-select li a.on {
    background-color: #4C76E2;
    border: 1px solid #4C76E2;
    color: #fff;
}

.live-main .do-live {
    width: 100%;
    height: 0px;
    padding-bottom: 42.2%;
    position: relative;
    overflow: hidden;
}

.live-main .do-live-in {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.live-main .do-live-in iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.live-main .do-console {
    width: 100%;
    height: 514px;
    position: relative;
    overflow: hidden;
    background-color: #1B1B1B;
}

.live-main .do-console-tap {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    background-color: #252525;
}

.live-main .do-console-tap &gt; a {
    background-color: #3C3C3C;
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.live-main .do-console-tap &gt; a:hover {
    background-color: #393939;
}

.live-main .do-console-tap &gt; a.on {
    background-color: #000;
}

.live-main .do-console-list {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    bottom: 63px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .4);
    background-color: #000;
}

.live-main .do-console-list .anay-doc {
    position: relative;
    display: none;
    color: #fff;
    height: 100%;
    padding: 10px 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.live-main .do-console-list .anay-doc::-webkit-scrollbar {
    width: 8px;
}

.live-main .do-console-list .anay-doc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

.live-main .do-console-list .anay-doc::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #bbb;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.live-main .do-console-list .anay-doc::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.3);
}

.live-main .do-console-list .anay-on {
    display: block;
}

.live-main .anay-sify {

}

.live-main .anay-sify-the {
    position: relative;
    padding: 0px 12px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-main .anay-video {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 2px 0px;
    padding: 0px 94px 0px 14px;
    color: #fff;
    cursor: pointer;
}

.live-main .anay-sify .anay-video {
    padding: 0px 68px 0px 34px;
}

.live-main .anay-video .anay-video-tit {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.live-main .anay-video.pe-lock .anay-video-tit {
    color: #989898 !important;
}

.live-main .anay-video:hover,
.live-main .anay-video.play-ing {
    background-color: #3B3B3B;
}

.live-main .anay-video.play-ing {
    padding: 0px 94px 0px 34px;
}

.live-main .anay-video.play-ing .anay-video-tit {
    color: #5e82e4;
}

.live-main .anay-video .anay-video-play {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 64px;
    display: none;
}

.live-main .anay-video.play-ing .anay-video-play {
    display: block;
}

.live-main .anay-video .anay-video-play .xt {
    width: 3px;
    height: 10px;
    bottom: 4px;
    display: block;
    background-color: #5e82e4;
    position: absolute;
}

.live-main .anay-video .anay-video-play .xt-1 {
    left: 4px;
    animation: xtiny1 1.4s ease infinite;
}

.live-main .anay-video .anay-video-play .xt-2 {
    left: 10px;
    animation: xtiny2 1.4s ease infinite;
}

.live-main .anay-video .anay-video-play .xt-3 {
    left: 16px;
    animation: xtiny3 1.4s ease infinite;
}

@keyframes xtiny1 {
    0% {
        height: 6px;
    }
    50% {
        height: 12px;
    }
    100% {
        height: 6px;
    }
}

@keyframes xtiny2 {
    0% {
        height: 12px;
    }
    50% {
        height: 6px;
    }
    100% {
        height: 12px;
    }
}

@keyframes xtiny3 {
    0% {
        height: 10px;
    }
    50% {
        height: 14px;
    }
    100% {
        height: 10px;
    }
}

.live-main .anay-video .anay-video-state {
    width: 40px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    top: 50%;
    margin-top: -11px;
    right: 12px;
    display: block;
    position: absolute;
    border-radius: 12px;
    font-size: 12px;
}

.live-main .anay-video .anay-video-state.te-free {
    background-color: #CD291F;
    color: #fff;
    font-size: 12px;
}

.live-main .anay-video .anay-video-state.te-login {
    background-color: #00780F;
    color: #fff;
    font-size: 12px;
}

.live-main .anay-video .anay-video-state.te-lock {
    color: #989898;
    font-size: 20px;
}

.live-main .do-console-links {
    position: absolute;
    height: 63px;
    right: 0px;
    bottom: 0px;
    background-color: #252525;
}

.live-main .do-console-links &gt; a {
    background-color: #252525;
    display: block;
    float: left;
    width: 50%;
    height: 63px;
    line-height: 21px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.live-main .do-console-links &gt; a.info {
    background-color: #252525;
    cursor: pointer;
}

.live-main .do-console-links &gt; a.info:hover {
    background-color: #3E3E3E;
}

.live-main .do-console-links &gt; a.buy {
    background-color: #CD291F;
}

.live-main .do-console-links &gt; a.buy:hover {
    color: #FFF !important;
}

.sketch-main {
    position: relative;
    background-color: #FFFFFF;
}

.sketch-main .se-tap {
    border-bottom: 1px solid #EDEDED;
    height: 42px;
    position: relative;
}

.sketch-main .se-tap li {
    padding: 0px 30px;
    height: 42px;
    line-height: 40px;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #fff #fff #EDEDED #fff;
    float: left;
    font-size: 16px;
    color: #353535;
    cursor: pointer;
}

.sketch-main .se-tap li.on {
    border-color: #fff #fff #4C76E2 #fff;
    color: #4C76E2;
}

.sketch-main .se-coes {
    position: relative;
    padding: 16px;
    overflow: hidden;
    min-height: 608px;
}

.sketch-main .se-coes-in {
    display: none;
    position: relative;
    width: 100%;
    left: 0px;
}

.sketch-main .se-coes-in.on {
    display: block;
}

.sketch-main .se-coes-ht {
    font-size: 16px;
    color: #353535;
    position: relative;
    margin: 4px 0px;
}

.sketch-main .se-coes-cont {
    position: relative;
    line-height: 26px;
    font-size: 14px;
    padding: 10px 0px;
}

.sketch-teacher {
    position: relative;
}

.sketch-teacher .te-btn {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 14;
}

.sketch-teacher .te-btn-ic {
    width: 26px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background-image: url(../images/ovns1.png);
    border-radius: 2px;
    cursor: pointer;
}

.sketch-teacher .te-btn-le {
    left: 0px;
}

.sketch-teacher .te-btn-re {
    right: 0px;
}

.sketch-teacher .te-btn-ic:active {
    margin-top: -20px;
}

.sketch-teacher .te-btn-ic:hover {
    background-color: #5079E3;
}

.sketch-teacher .te-row {
    margin-left: -10px;
    margin-right: -10px;
}

.sketch-teacher .te-sw {
    width: 120%;
    position: relative;
    height: 130px;
    margin-left: 40px;
}

.sketch-teacher .te-padd {
    padding-left: 10px;
    padding-right: 10px;
}

.sketch-teacher .te-teacher {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px 116px;
    height: 130px;
}

.sketch-teacher .te-teacher-thumb {
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    top: 15px;
    left: 0px;
    overflow: hidden;
    border-radius: 100%;
}

.sketch-teacher .te-teacher:hover .te-teacher-thumb {

    -webkit-animation: bounce_ease .8s;
    -webkit-animation-delay: .1s;
}

.sketch-teacher .te-teacher-thumb img {
    width: 100%;
    display: block;
    height: 100%;
}

.sketch-teacher .te-teacher-tit {
    font-size: 16px;
    font-weight: 600;
    color: #4C76E2;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 8px 0px;
}

.sketch-teacher .te-teacher-text {
    font-size: 14px;
    color: #737373;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    margin: 8px 0px;
    width: 75%;
}

.recom-lessons {
    position: relative;
}

.recom-lessons .le-link {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 12px 0px;
}

.recom-lessons .le-link-thumb {
    width: 100%;
    height: 0px;
    padding-bottom: 55%;
    position: relative;
    overflow: hidden;
}

.recom-lessons .le-link-thumb-in {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.recom-lessons .le-link-thumb-in img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.recom-lessons .le-link-tit {
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    color: #353535;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6px 0px;
}

.recom-lessons .le-link-price {
    color: #4C76E2;
    float: left;
    font-size: 13px;
    display: inline-block;
}

.recom-lessons .le-link-hot {
    color: #989898;
    float: right;
    font-size: 13px;
    display: inline-block;
}

.recom-lessons .le-link:hover .le-link-tit {
    color: #4C76E2;
}

.recom-lessons .le-link:hover .le-link-thumb-in img {
    transform: scale(1.1, 1.1);
}

.sketch-course {
    position: relative;
}

.sketch-course .re-doc {
    position: relative;
    overflow: hidden;
}

.sketch-course .re-the {
    position: relative;
    border-bottom: 1px solid #F3F3F3;
    overflow: hidden;
    padding: 0px 120px 0px 15px;
    cursor: pointer;
}

.sketch-course .re-the-tit {
    height: 44px;
    line-height: 44px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.sketch-course .re-the-ic {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 21px;
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: center;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.sketch-course .re-doc.re-doc-on .re-the-ic {
    transform: rotate(90deg);
}

.sketch-course .re-the:hover .re-the-tit,
.sketch-course .re-the:hover .re-the-ic {
    color: #4C76E2;
}

.sketch-course .re-links {
    position: relative;
}

.sketch-course ul {

}

.sketch-course .re-links-sree {
    position: relative;
    display: block;
    padding: 0px 200px 0px 15px;
    border-bottom: 1px solid #F3F3F3;
}

.sketch-course .re-links-tit {
    position: relative;
    height: 44px;
    line-height: 44px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #656565;
    left: 0px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.sketch-course .re-links-date {
    width: 72px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0px;
    right: 74px;
    font-size: 14px;
    color: #656565;
    display: block;
    text-align: right;
}

.sketch-course .re-links-sree:hover {
    background-color: #EDEDED;
}

.sketch-course .re-links-sree:hover .re-links-tit {
    left: 22px;
    color: #4C76E2;
}

.sketch-course .re-links-sree:hover .re-links-date {
    color: #4C76E2;
}

.sketch-course .re-links-sree.on-play .re-links-tit,
.sketch-course .re-links-sree.on-play .re-links-date {
    color: #4C76E2;
}

.sketch-course .re-video-state {
    width: 40px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    top: 50%;
    margin-top: -11px;
    right: 12px;
    display: block;
    position: absolute;
    border-radius: 12px;
    font-size: 12px;
}

.sketch-course .re-tiku {
    background-color: #CD291F;
    color: #fff;
    font-size: 12px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    margin-top: -11px;
    right: 12px;
    display: block;
    position: absolute;
    border-radius: 12px;
}

.sketch-course .re-video-state.te-free {
    background-color: #CD291F;
    color: #fff;
    font-size: 12px;
}

.sketch-course .re-video-state.te-login {
    background-color: #00780F;
    color: #fff;
    font-size: 12px;
}

.sketch-course .re-video-state.te-lock {
    color: #989898;
    font-size: 18px;
}

.sketch-course .re-links-sree .re-video-play {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 144px;
    display: none;
}

.sketch-course .re-links-sree.on-play .re-video-play {
    display: block;
}

.sketch-course .re-links-sree .re-video-play .xt {
    width: 3px;
    height: 10px;
    bottom: 4px;
    display: block;
    background-color: #5e82e4;
    position: absolute;
}

.sketch-course .re-links-sree .re-video-play .xt-1 {
    left: 4px;
    animation: xtiny1 1.4s ease infinite;
}

.sketch-course .re-links-sree .re-video-play .xt-2 {
    left: 10px;
    animation: xtiny2 1.4s ease infinite;
}

.sketch-course .re-links-sree .re-video-play .xt-3 {
    left: 16px;
    animation: xtiny3 1.4s ease infinite;
}

.akl-fake-fox {
    position: static;
    /*width: 327px;*/
}

.akl-fake-fox.akl-fake-fox-on {
    position: fixed;
    width: 293px;
    top: 20px;
    z-index: 100;
}

/*
在线客服
 */
.serv {
    width: 75px;
    height: 390px;
    position: fixed;
    bottom: 30%;
    right: 0;
    box-shadow: -2px 0 8px 0 rgba(0, 0, 0, .09);
    background: #fff;
    border-radius: 6px 0 0 6px;
    z-index: 10000;
}

.serv .warp {
    width: 100%;
    overflow: hidden;
}

.serv ul {
    margin-top: -1px;
}

.serv li {
    width: 100%;
    height: 78px;
    text-align: center;
    border-top: solid 1px #ebebeb;
    position: relative;
}

.serv li a {
    display: block;
    padding-top: 42px;
    color: #555;
    font-weight: bold;
}

.serv .opwx {
    width: 125px;
    height: 125px;
    background: #fff;
    display: none;
    position: absolute;
    top: 0px;
    padding-top: 12px;
    left: -125px;
}

.serv .opwx img {
    width: 100px;
    height: 100px;
    border: solid 1px #ebebeb;
}

.serv li:hover .opwx {
    display: block;;
}

.serv li b {
    top: 18px;
    left: 36px;
    position: absolute;
    font: normal 10px/16px "Arial";
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: #ff3028;
    color: #fff;
}

.i_qq {
    background: url(../images/i_qq.png) no-repeat center 20px;
}

.i_wx {
    background: url(../images/i_wx.png) no-repeat center 20px;
}

.i_catr {
    background: url(../images/i_catr.png) no-repeat center 20px;
}

.i_upd {
    background: url(../images/i_upd.png) no-repeat center 20px;
}

.i_bm {
    background: url(../images/i_bm.png) no-repeat center 20px;
}

/*
客服结束
 */
.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 300;
}

.popbg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 9999
}

.popdel {
    position: absolute;
    top: 10px;
    right: 10px;
}

.pop {
    background: #fff;
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 99999
}

.pop h2 {
    border: none;
    position: relative;
}

.pop li {
    width: 100%;
    line-height: 30px;
    padding: 5px 0;
    float: left;
}

.pop label, .pop input, .pop textarea, .pop select {
    vertical-align: middle;
}

.pop label {
    width: 80px;
    margin-right: 6px;
    text-align: right;
    display: inline-block;
}

.pop label b {
    color: #ff3028;
}

.pop .i_delp {
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
}

.pop .but, .pop .but1 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-left: 4px;
}

.pop .but1 {
    margin-left: 20px;
}

/*弹窗popup end*/
.lgwrap, .reg, .bind, .posw {
    width: 350px;
    height: 390px;
    overflow: hidden;
}

.lgwrap .hover, .bind .hover, .posw .hover {
    width: 175px;
    border-bottom: none;
    color: #ff3028;
    background: #fff;
}

.lgwrap, .reg {
    position: absolute;
    top: 100px;
    right: 0px;
    margin: 0;
    background: #fff;
}

.lgtt, .rgtt {
    height: 50px;
    margin-left: -1px;
    background: #EEE;
}

.lgtt .ft12, .rgtt .ft12 {
    font-size: 12px;
}

.lgtt li, .rgtt li {
    width: 174px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    float: left;
    border: solid 1px #e2e2e2;
    border-top: none;
    border-right: none;
    cursor: pointer;
}

.lglst {
    padding: 10px 25px;
}

.lglst li {
    width: 300px;
    float: left;
    height: 42px;
    margin-top: 15px;
    line-height: 42px;
}

.lglst input, .lglst p, .lglst i, .lglst li a {
    vertical-align: middle;
    float: left;
}

.lglst input[type="text"], .lglst input[type="password"] {
    width: 250px;
    height: 36px;
    line-height: 36px;
    border: none;
    margin: 2px 0 0 6px;
    color: #666;
    font-size: 14px;
}

.lglst .but {
    width: 302px;
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
    text-align: center;
    background: #ff3028;
    color: #fff;
    border: none;
}

.lgbt-w {
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 350px;
    height: 45px;
    line-height: 45px;
    width: 302px;
    margin: 0 7.5%;
}

.lgbt-w .weixin-button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #3CB035;
    display: block;
    color: #3CB035 !important;
    text-align: center;
    border-radius: 3px;
}

.lgbt-w .weixin-button:hover {
    background: #3CB035;
    color: #ffffff !important;
}

.icon-weixin2 {
    display: inline-block;
    text-align: center;
    width: 22px;
    vertical-align: text-bottom;
    height: 17px;
    margin-top: 5px;
}

.lgbt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 350px;
    height: 40px;
    line-height: 40px;
    border-top: solid 1px #eaeaea;
    background: #f8f8f8;
}

.lgbt dt {
    padding-left: 15px;
    line-height: 40px;
}

.lgbt a {
    margin-right: 10px;
    line-height: 40px;
}

.i_lgtel, .i_lgm, .i_lgem, .code {
    border: solid 1px #e2e2e2;
    padding-left: 40px;
}

.code .get_code {
    text-align: center;
    width: 90px;
    height: 42px;
    border-left: 1px solid #e7e7e7;
    float: right;
}

.i_lgtel {
    background: url(../images/i_lgtel.png) no-repeat 10px 9px;
}

.i_lgm {
    background: url(../images/i_lgm.png) no-repeat 10px 9px;
}

.i_lgem {
    background: url(../images/i_lgem.png) no-repeat 10px 9px;
}

.bind, .posw {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -175px;
}

.bind {
    height: 380px;
    margin-top: -190px;
}

.reg {
    height: 380px;
}

.reg .lgtt li, .reg .rgtt li {
    border-left: none;
}

.posw {
    height: 430px;
    margin-top: -210px;
}

/*注册登录绑定*/
.fthb {
    font-weight: bold;
    color: red;
}

.p-lg {
    width: 350px;
    height: 390px;
    margin-top: -180px;
    margin-left: -175px;
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 99999;
    border-radius: 6px;
}

.p-lg .lgtt li {
    width: 174px;
}

.popup .lgwrap, .reg {
    position: absolute;
}

.lgwrap .w-the {
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    padding: 7px 0px 7px;
}

.lgwrap .w-the .w-the-name {
    line-height: 30px;
    height: 30px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.butw {
    width: 190px;
    margin: 0 auto;
    margin-top: 20px;
}

.i_lgwx, .i_lgqq {
    float: left;
    margin-top: 4px;
}

.i_lgwx {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../images/i_uswxh.png) no-repeat;
    background-size: 100%;
}

.i_lgqq {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../images/wi_usqqh.png) no-repeat;
    background-size: 100%;
}

.i_delp {
    width: 22px;
    height: 22px;
    background: url(../images/i_delp.png) no-repeat center center;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
}

.fwtk {
    width: 100%;
    padding-top: 10px;
}

.code input[type="text"] {
    width: 189px;
    margin-left: -30px;
}

.code .nb, .code .get {
    width: 90px;
    border-left: solid 1px #efefef;
    background: none;
    float: right;
}

.code .nb {
    height: 40px;
    overflow: hidden;
}

.code .nb img {
    width: 90px;
    height: 36px;
    margin: 2px 0;
}

.code .get {
    background: #eee;
    display: block;
    text-align: center;
    line-height: 38px;
    margin-top: -1px;
}

/*登录 end*/
.my-skin .layui-layer-btn a {
    background-color: #0066B3;
    border: 1px solid #0066B3;
    color: #FFF;
}

/****弹窗***/
.modal-content {
    top: 300px;
}

/****支付宝支付确认框***/
.vips-toup {

}

.vips-toup .ts-aic {
    margin: 0px 0px 16px;
    position: relative;
    overflow: hidden;
}

.vips-toup .ts-aic img {
    width: 100%;
    display: block;
}

.vips-toup .ts-options {
    position: relative;
}

.vips-toup .ts-options li {
    margin: 0px 0px 16px;
}

.vips-toup .ts-options-in {
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    position: relative;
    padding: 10px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/

}

.vips-toup .ts-options li.ts-options-aic .ts-options-in {
    border: 2px solid #D7040E;
}

.vips-toup .ts-options-tit {
    line-height: 26px;
    padding: 3px 0px;
    font-size: 14px;
    color: #656565;
}

.vips-toup .ts-options-tit &gt; span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    width: 15%;
    display: inline-block;
}

.vips-toup .ts-options-tit &gt; b {
    color: #444;
}

.vips-toup .ts-options-yen {
    line-height: 26px;
    padding: 3px 0px;
    font-size: 14px;
    color: #656565;
}

.vips-toup .ts-options-yen &gt; span {
    color: #D8020E;
    font-size: 15px;
    padding-right: 15px;
}

.vips-toup .ts-options-btn {
    width: 80px;
    height: 40px;
    background-color: #D8020E;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    right: 14px;
    text-align: center;
}

.vips-toup .ts-pay {
    position: relative;
}

.vips-toup .ts-pay li {
    float: left;
}

.vips-toup .ts-pay li b {
    font-size: 15px;
    line-height: 50px;
}

.vips-toup .ts-pay .ts-pay-btn {
    border: 1px solid #CBCBCB;
    position: relative;
    padding: 6px 20px 10px 45px;
    border-radius: 4px;
    display: block;
    line-height: 28px;
    float: left;
    margin: 0px 30px 6px 4px;
    background-repeat: no-repeat;
    background-position: 12px 50%;
    text-decoration: none;
}

.vips-toup .ts-pay .ts-pay-wechat {
    background-image: url(../images/payin1.png);
}

.vips-toup .ts-pay .ts-pay-wechat.ts-pay-on,
.vips-toup .ts-pay .ts-pay-wechat:hover {
    border: 2px solid #00C414;
    color: #00C414;
    background-color: #feffe9;
}

.vips-toup .ts-pay .ts-pay-alipay {
    background-image: url(../images/payin2.png);
}

.vips-toup .ts-pay .ts-pay-alipay.ts-pay-on,
.vips-toup .ts-pay .ts-pay-alipay:hover {
    border: 2px solid #109FF6;
    color: #109FF6;
    background-color: #feffe9;
}

.vips-toup .ts-sub {
    background-color: #D7040E;
    font-size: 15px;
    padding: 11px 12px;
    display: block;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    margin: 18px 0px;
}

.vips-toup .ev-tit {
    position: relative;
    margin: 16px 0px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.vips-toup .ev-ure {
    width: 300px;
    margin: 0px auto 20px;
    position: relative;
    padding: 4px 0px 10px;
    text-align: center;
}

.vips-toup .ev-ure:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    border-left: 1px dashed #D8D8D8;
}

.vips-toup .ev-ure-t {
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 10px 0px;
}

.vips-toup .ev-ure-k {
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    border: 1px solid #DBDBDB;
    background-color: #F0F0F0;
    color: #000;
}

.vips-toup .ev-ure-anew {
    background-color: #FF3028;
    border: 1px solid #FF3028;
    color: #fff;
}

.vips-toup .ev-text {
    position: relative;
    width: 300px;
    text-align: center;
    margin: 0px auto 0px;
    line-height: 26px;
}

.vips-toup .ev-kefu {
    position: relative;
    text-align: center;
}

.vips-toup .ev-kefu a {
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    border: 1px solid #DBDBDB;
    background-color: #F0F0F0;
    color: #000;
    margin: 12px 0px;
}

.vips-toup .pay-tit {
    font-size: 14px;
    color: #000;
    text-align: center;
    margin: 3px 0px;
}

.vips-toup .pay-count {
    font-size: 22px;
    color: #FF6703;
    text-align: center;
    margin: 3px 0px;
}

.vips-toup .pay-code {
    width: 200px;
    position: relative;
    margin: 14px auto;
}

.vips-toup .pay-code img {
    width: 100%;
    display: block;
}

.vips-toup .pay-text {
    position: relative;
    font-size: 13px;
    color: #9A9A9A;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
}

.vips-toup .win-the {
    margin: 3rem 0px 1.6rem;
    position: relative;
    text-align: center;
    font-size: 26px;
    color: #01010A;
}

.vips-toup .win-the i {
    color: #67CB34;
}

.vips-toup .win-text {
    margin: 0px 0px 20px;
    line-height: 26px;
    font-size: 14px;
    color: #4C4C4E;
    text-align: center;
}

.vips-toup .win-links {
    position: relative;
    text-align: center;
}

.vips-toup .win-links a {
    display: inline-block;
    padding: 8px 18px;
    margin: 0px 6px 8px;
    border: 1px solid #D6060E;
    color: #D6060E;
    font-size: 14px;
}

.vips-toup .win-links a.soild {
    background-color: #D6060E;
    color: #fff;
}

/*
支付页面
 */

.pay, .paywx {
    min-height: 380px;
}

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

.pay dl {
    height: 200px;
    padding: 26px 40px;
}

.pay dt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.pay dd {
    padding-top: 20px;
    border-top: dashed 1px #e2e2e2;
}

.pay dd input, .pay dd img, .pay dd p, .pay dd a {
    vertical-align: middle;
}

.pay dd img {
    margin: 0 40px 0 10px;
}

.pay .but {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin-left: 30px;
}

.paywx dl {
    padding: 26px 40px;
    height: 140px;
    border-bottom: dashed 1px #e2e2e2;
}

.paywx dt h2 {
    border: none;
    text-indent: 0em;
}

.paywx dd {
    width: 150px;
    padding-top: 30px;
}

.paywx dd a {
    color: #69d;
}

.paym {
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
}

.paym .lst {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.paym .pic {
    height: 180px;
    border: solid 1px #f3f3f3;
}

.paym .pic img {
    width: 180px;
    height: 180px;
}

.paywx .txt {
    padding: 26px 40px;
}

.paywx .txt a {
    margin-left: 16px;
}

.paywx .txt .but {
    width: 100px;
    height: 36px;
    font-weight: normal;
    line-height: 36px;
    font-size: 18px;
}

.hbg {
    color: #333;
    height: 40px;
    line-height: 40px;
    background: #f9f9f9;
    border-left: solid 3px #D7040E;
}

.bdr {
    border: solid 1px #ebebeb;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.txt-r {
    text-align: right;
    line-height: 35px;
}

.pay .but {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin-left: 30px;
    background: #D7040E;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
}

.pay h2, .p-pay h2, .paywx h2 {
    width: 100%;
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    color: #D7040E;
    text-indent: 0.5em;
    border-bottom: solid 1px #e2e2e2;
    text-align: left;

}

.p-pay h3 {
    font-size: 16px;
    padding-top: 30px;
}

.p-pay ul {
    width: 270px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

.p-pay li {
    width: 130px;
    float: left;
    border-left: dashed 1px #ebebeb;
    margin-left: -1px;
    text-align: center;
}

.pop .but, .pop .but1 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #f9f9f9;
    color: #333;
    border: solid 1px #e2e2e2;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
}

.butw {
    width: 190px;
    margin: 0 auto;
    margin-top: 20px;
}

.p-ads, .p-pay {
    width: 560px;
    height: 340px;
    padding: 20px;
    margin-top: -170px;
    margin-left: -300px;
}

.search-filter {
    position: relative;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #CBCBCB;
    background-color: #fff;
    overflow: hidden;
    padding: 14px 0px;
}

.search_area {
    width: 1220px;
    margin: 0px auto;
}

.search_area span {
    display: inline-block;
    text-align: left;
    color: #999;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1;
    padding: 6px 8px;
    font-weight: 700;
    vertical-align: top;
    flex: 1;
    width: 65px;
}

.sultan-box {
    display: inline-block;
    width: 1135px;
}

.sultan-box a {
    display: inline-block;
    text-align: center;
    color: #666;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1;
    padding: 6px 8px;
}

.sultan-box a.selected {
    color: #FFF;
    border: 1px solid #4d76e0;
    border-radius: 4px;
    background: #4c76e2;
}

.zi-head .e-seek {
    border: 1px solid #4d76e0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0px;
    border-radius: 4px;
    overflow: hidden;
    width: 525px;
    padding: 0px 50px 0px 0px;
}

.zi-head .e-seek-text {
    padding: 0px 8px;
    height: 38px;
}

.zi-head .e-seek-text input {
    height: 100%;
    font-size: 15px;
    border: 0px;
    outline: 0px;
    width: 100%;
}

.zi-head .e-seek-sub {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #4D76E0;
    height: 38px;
    width: 50px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 20px;
}

.zi-head .e-seek-sub input {
    width: 100%;
    height: 100%;
    border: 0px;
    position: absolute;
    z-index: 10;
    outline: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0px;
    left: 0px;
}
.vx-phbtn-links{display: none;}
.play-buy{display: none;}
.do-console-group{display: none;}
.logo_nav_video {
    background: url(../picture/nav_logo_video_n.png) no-repeat;
    background-size: 24px 20px;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
}.e-navs li:hover .logo_nav_video {
    background: url(../picture/nav_logo_video.png) no-repeat;
    background-size: 24px 20px;
}
			.logo_nav_exercise {
    background: url(../picture/nav_logo_exercise_n.png) no-repeat;
    background-size: 24px 20px;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
}.e-navs li:hover .logo_nav_exercise {
    background: url(../picture/nav_logo_exercise.png) no-repeat;
    background-size: 24px 20px;
}
			 .logo_nav_shudian{
    background: url(../picture/logo_nav_shudian_n.png) no-repeat;
    background-size: 24px 20px;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
}.e-navs li:hover .logo_nav_shudian{
    background: url(../picture/logo_nav_shudian.png) no-repeat;
    background-size: 24px 20px;
}
			 .logo_nav_study {
    background: url(../picture/nav_logo_study_n.png) no-repeat;
    background-size: 24px 20px;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
}.e-navs li:hover .logo_nav_study {
    background: url(../picture/nav_logo_study.png) no-repeat;
    background-size: 24px 20px;
}</pre></body></html>