charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* 多行文本控制 */
.textControls {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 单行文本控制 */
.textControl {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    overflow-x: hidden;
}

body {
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

a:link {
    background: 0;
    outline: 0;
}

a:visited {
    background: 0;
    outline: 0;
}

a:focus {
    outline: 0 solid;
    background: 0;
}

a:hover {
    text-decoration: none;
    outline: 0;
    background: 0;
}

a:active {
    text-decoration: none;
    outline: 0;
    background: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

button,
a {
    outline: none;
}

img {
    border: 0;
    width: 100%;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    display: inline-block;
}

ul>li {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

section {
    padding: 0;
    padding: 0;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

@media only screen and (max-width:309px) {
    html {
        font-size: 9.375px
    }
}

@media only screen and (max-width:319px) and (min-width:310px) {
    html {
        font-size: 9.6875px
    }
}

@media only screen and (max-width:349px) and (min-width:320px) {
    html {
        font-size: 10px
    }
}

@media only screen and (max-width:359px) and (min-width:350px) {
    html {
        font-size: 10.9375px
    }
}

@media only screen and (max-width:374px) and (min-width:360px) {
    html {
        font-size: 11.25px
    }
}

@media only screen and (max-width:399px) and (min-width:375px) {
    html {
        font-size: 11.718px
    }
}

@media only screen and (max-width:413px) and (min-width:400px) {
    html {
        font-size: 12.5px
    }
}

@media only screen and (max-width:469px) and (min-width:414px) {
    html {
        font-size: 12.9375px
    }
}

@media only screen and (max-width:479px) and (min-width:470px) {
    html {
        font-size: 14.6875px
    }
}

@media only screen and (max-width:539px) and (min-width:480px) {
    html {
        font-size: 15px
    }
}

@media only screen and (max-width:559px) and (min-width:540px) {
    html {
        font-size: 16.875px
    }
}

@media only screen and (max-width:569px) and (min-width:560px) {
    html {
        font-size: 17.5px
    }
}

@media only screen and (max-width:629px) and (min-width:570px) {
    html {
        font-size: 17.8125px
    }
}

@media only screen and (max-width:639px) and (min-width:630px) {
    html {
        font-size: 19.6875px
    }
}

@media only screen and (min-width:640px) and (max-width:719px) {
    html {
        font-size: 20px
    }
}

@media only screen and (min-width:720px) and (max-width:749px) {
    html {
        font-size: 22.5px
    }
}

@media only screen and (min-width:750px) and (max-width:799px) {
    html {
        font-size: 23.5px
    }
}

@media only screen and (min-width:800px) {
    html {
        font-size: 25px
    }
}

hr {
    border-color: #cacaca;
    border-style: dashed;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.main {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

/*banner*/
.banner {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: 520px;
}

.banner .banner-bg {
    display: block;
    width: 716px;
    height: 498px;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    float: right;
    margin-top: -28%;
}

.banner .banner-bg {
    background: url("../img/banner_robot.png")0px center no-repeat;
    background-size: 100% 100%;
}

#play-btn {
    float: left;
    margin-left: 0;
    margin-top: 50px;
    width: 101px;
    height: 24px;
}

.banner .floor-up {
    width: 100%;
    position: absolute;
    top: 210px;
    left: 30px;
}

.banner .floor-up h2 {
    font-size: 44px;
    letter-spacing: 2px;
    color: #33a564;
    margin-top: 0;
}

.banner .floor-up span {
    display: block;
    font-size: 18px;
    padding-top: 10px;
    width: 40%;
    line-height: 1.65;
    letter-spacing: 1.5px;
    color: #687a6c;
}

.banner .floor-up .quick_btn {
    display: block;
    float: left;
    width: 310px;
    margin-top: 20px;
    position: relative;
    border: 1px solid #10B456;
    border-radius: 25px;
    height: 42px;
    border-right: none;
    background: #F0FFF6;
}

.banner .floor-up .quick_btn .fix-box .price {
    font-size: 16px;
    color: #14A151;
    display: block;
    position: absolute;
    top: -10px;
    left: 15px;
}

.banner .floor-up .quick_btn .fix-box .price em {
    font-size: 26px;
    font-weight: bold;
}

.banner .floor-up .quick_btn .fix-box i {
    font-size: 12px;
    color: #ccc;
    text-decoration: line-through;
    display: none;
    position: absolute;
    top: 18px;
    left: 135px;
}

.banner .floor-up .quick_btn .fix-box a {
    display: block;
    width: 168px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
    background: #14A151;
    position: absolute;
    right: 0;
    opacity: 0.7;
}

.banner .floor-up .quick_btn .fix-box a:hover {
    opacity: 1;
}

.banner .floor-up .quick_btn .fix-box a:active {
    opacity: 0.7;
}

/*part1-系统的教学辅导*/
.part1 {
    width: 100%;
    padding-top: 60px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 60px;
}

.part1 .main {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.wow .main .title {
    text-align: center;
    padding-bottom: 40px;
}

.wow .main .title h3 {
    font-size: 22px;
    color: #334438;
    font-weight: bold;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    letter-spacing: 2px;
}

.wow .main .title img {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 92px;
    height: 17px;
}

.part1 .main ul li {
    float: left;
    width: 23%;
    text-align: center;
    margin: 0 12px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.part1 .main ul li div {
    background: #E5FFEC;
    border-radius: 5px;
    padding: 15px;
    height: 110px;
    transition: ease 0.2s;
}

.part1 .main ul li div:hover {
    background: #b0f0c8;
    border-radius: 5px;
    box-shadow: 0px 12px 24px 0px rgba(62, 255, 133, 0.20);

    transform: translateY(-5px);
}

.part1 .main ul li div img {
    display: block;
    width: auto;
    position: absolute;
    top: 35px;
    left: 25px;
}

.part1 .img1 {
    width: 35px;
    height: 29px;
}

.part1 .img2 {
    width: 35px;
    height: 25px;
}

.part1 .img3 {
    width: 33px;
    height: 31px;
}

.part1 .img4 {
    width: 33px;
    height: 24px;
}


.part1 .main ul li div span {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #334438;
    padding-top: 5px;
    font-weight: bold;
    padding-left: 30px;
}

.part1 .main ul li div em {
    display: block;
    font-size: 12px;
    color: #465D49;
    position: absolute;
    top: 50px;
    left: 90px;
}

.part1 .main ul li div i {
    display: block;
    font-size: 12px;
    color: #465D49;
    position: absolute;
    top: 70px;
    left: 90px;
}

/*part2--适合人群*/
.part2 {
    width: 100%;
    padding-top: 60px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 80px;
}

.part2 .main {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.part2 .main .title {
    text-align: center;
    padding-bottom: 40px;
}

.part2 .main ul li {
    float: left;
    width: 168px;
    text-align: center;
    margin: 0 61px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.part2 .main ul li div {
    padding: 15px;
    height: 168px;
    transition: all .3s ease;
    background: #ffffff;
    border: 1px solid #b4e6be;
    border-radius: 11px;
    box-shadow: 0px 1px 0px 0px rgba(0, 110, 255, 0.05);
}

.part2 .main ul li div a {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
}

.part2 .main ul li div img {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    text-align: center;
}

.part2 .main ul li div span {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #445546;
    padding-top: 20px;
    font-weight: bold;
    line-height: 1.65;
}

.part2 .main ul li div .imgs {
    display: none;
}

.part2 .main ul li div:hover {
    transform: translateY(-5px);
    background: #c5f9ce;
    border-radius: 5px;
    box-shadow: 0px 12px 24px 0px rgba(62, 255, 101, 0.20);
}

.part2 .main ul li div:hover .img1 {
    display: none;
}

.part2 .main ul li div:hover .imgs {
    display: block;
}

.part2 .main ul li div:hover span {
    color: #fff;
}

.part2 .main ul li div:hover a {
    background: linear-gradient(316deg, rgba(255, 65, 65, 0), rgba(255, 255, 255, 0.5));
}

/*part3*/
.part3 {
    width: 100%;
    padding-top: 60px;
    margin: 0 auto;
    background: #EEFFF3;
    padding-bottom: 140px;
}

.part3 .main {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.part3 .main .title {
    text-align: center;
    padding-bottom: 40px;
}
 
.part3 .main .content-box img {
    display: block;
    width: 763px;
    height: 302px;
    text-align: center;
    margin: 0 auto;
}

/*part4*/
.part4 {
    width: 100%;
    padding-top: 40px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 40px;
}

.part4 .main {
    padding-top: 30px;
    padding-bottom: 0px;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: -140px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 12px 24px 0px rgba(21, 180, 81, 0.20);
}

.part4 .main .title {
    text-align: center;
    padding-bottom: 20px;
}

.part4 .main ul li {
    float: left;
    min-width: 358px;
    text-align: center;
    margin: 10px 20px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.part4 .main ul li div {
    padding: 10px;
    height: 100px;
}

.part4 .main ul li div img {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 13px;
    left: 5px;
}

.part4 .main ul li div span {
    display: block;
    font-size: 16px;
    color: #566D59;
    font-weight: normal;
    position: absolute;
    top: 10px;
    left: 60px;
    text-align: left;
    width: 85%;
    line-height: 1.65;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.part4 .main ul li div em {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #666777;
    font-weight: normal;
    position: absolute;
    top: 32px;
    left: 60px;
}

/*part5--课程安排*/
.part5 {
    width: 100%;
    padding-top: 60px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 60px;
}

.part5 .main {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.part5 .main .title {
    text-align: center;
    padding-bottom: 40px;
}
 
.part5 .main .content-box {
    width: 100%;
    padding-top: 20px;
}

.part5 .main .content-box .tab-content {
    width: 150px;
    padding: 0;
    float: left;
}

.part5 .main .content-box .tab-content ul li {
    float: left;
    width: 150px;
    text-align: left;
    margin: 10px auto;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.part5 .main .content-box .tab-content ul li a {
    color: #666777;
    font-size: 16px;
}

.part5 .main .content-box .tab-content ul li.current a {
    color: #089A2A;
}

.part5 .main .content-box .tab-content ul li.current span {
    display: block;
}

.part5 .main .content-box .fixed-line {
    display: block;
    width: 2px;
    height: 500px;
    background: #DFF5E6;
    float: left;
}

.part5 .main .content-box .tab-content ul li span {
    width: 4px;
    height: 36px;
    background: #089A2A;
    position: absolute;
    right: -3px;
    top: 2px;
    display: none;
}

#toolbar-box {
    width: 1000px;
    float: left;
    margin-top: -41%;
    margin-left: 18%;
}

#toolbar-box .tabbox ul li:first-child {
    margin: 0 auto;
}

#toolbar-box .tabbox ul li {
    width: 100%;
    height: 210.5px;
    margin: 20px auto;
}

#toolbar-box .tabbox ul li div {
    background: #E5FFEC;
    padding: 15px;
    position: relative;
    box-shadow: 0px 12px 24px 0px rgba(62, 255, 101, 0.20);
    border-radius: 5px;

}
#toolbar-box .tabbox ul li div:hover {
    background: #b0f0c8; 
}
#toolbar-box .tabbox ul li div img {
    width: 320px;
}

#toolbar-box .tabbox ul li div .lesson_name {
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    top: 10px;
    left: 350px;
    color: #445546;
    width: 62%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#toolbar-box .tabbox ul li div .produce {
    font-size: 14px;
    color: #687D6B;
    position: absolute;
    top: 55px;
    left: 350px;
    width: 62%;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

#toolbar-box .tabbox ul li div .tec {
    font-size: 14px;
    position: absolute;
    top: 135px;
    left: 350px;
    color: #445546;
}

#toolbar-box .tabbox ul li div .lesson_num {
    font-size: 14px;
    position: absolute;
    top: 135px;
    left: 520px;
    color: #445546;
}

#toolbar-box .tabbox ul li div .grade {
    font-size: 14px;
    color: #445546;
    position: absolute;
    top: 135px;
    left: 650px;
}

/*part6--学员口碑*/
.part6 {
    width: 100%;
    padding-top: 40px;
    margin: 0 auto;
    background: #67CD85;
    padding-bottom: 40px;
}

.part6 .main {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.part6 .main .title {
    text-align: center;
    padding-bottom: 40px;
}

.part6 .main ul li {
    float: left;
    width: 46%;
    margin: 30px 24px;
    background: #fff;
    padding: 24px;
    position: relative;
    height: 210px;
    border-radius: 10px;
    transition: all .3s ease; 
}
.part6 .main ul li:hover{
    transform:translateY(-5px);
}
.part6 .main ul li div img {
    width: 64px;
    overflow: hidden;
    border-radius: 100%;
}

.part6 .main ul li div span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 28px;
    left: 100px;
    color: #333333;
}

.part6 .main ul li div em {
    font-size: 16px;
    display: block;
    color: #333333;
    position: absolute;
    top: 60px;
    left: 100px;
}

.part6 .main ul li div i {
    font-size: 12px;
    display: block;
    color: #333333;
    position: absolute;
    top: 98px;
    width: 92%;
    left: 26px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/*软件下载*/
.part7 {
    width: 100%;
    padding-top: 60px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 60px;
}

.part7 .main {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.part7 .main .title {
    text-align: center;
    padding-bottom: 40px;
}

.part7 .main ul li {
    float: left;
    width: 45%;
    text-align: center;
    margin: 10px 30px;
    background: #E5FFEC;
    border-radius: 5px;
    position: relative;
    height: 60px;
}

.part7 .main ul li a {
    display: block;
}

.part7 .main ul li a img {
    width: 24px;
    display: block;
    position: absolute;
    top: 21px;
    right: 50px;
}

.part7 .main ul li a span {
    font-size: 16px;
    font-weight: normal;
    display: block;
    color: #445546;
    position: absolute;
    top: 20px;
    left: 30px;
}

.part7 .main ul li a span:nth-of-type(1) {
    display: inline-block;
    width: 378px;
    text-align: left;
}

.part7 .main ul li a .data_down {
    top: 18px;
    left: 420px;
    color: #334438;
    display: none;
}

.part7 .main ul li:hover {
    background: #b0f0c8;
}

.part7 .main ul li:hover .data_down {
    display: block;
}

/*part8--常见问题*/
.part8 {
    width: 100%;
    padding-top: 60px;
    margin: 0 auto;
    padding-bottom: 60px;
    background: #eefff3;
}

.part8 .main {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.part8 .main .title {
    text-align: center;
    padding-bottom: 40px;
}

.part8 .main ul li {
    margin: 40px auto;
}

.part8 .main ul li div {
    width: 100%;
    padding: 20px;
    box-shadow: 0px 12px 24px 0px rgba(255, 208, 172, 0.25);
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 6px 12px 0px rgba(42, 137, 77, 0.15);
    transition: all .3s ease; 
}
.part8 .main ul li div:hover{
    transform:translateY(-5px);
}
.part8 .main ul li div .question {
    font-size: 16px;
    color: #445546;
    font-weight: bold;
}

.part8 .main ul li div .answer {
    font-size: 12px;
    color: #687D6B;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 1px;
}

/*底部*/
.footer {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 60px;
}

.footerp {
    margin: 0 auto;
    padding: 40px 0;
    width: 75pc;
    background: #FFFFFF;
    color: #ccc;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}

.stricky-fixed {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #3D3C3D;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.btn-fixed .box-fixed {
    width: 1200px;
    margin: auto;
}

.btn-fixed p {
    display: inline-block;
    line-height: 60px;
    font-size: 30px;
    color: #75DAA0;
    margin-left: 160px;
}

.btn-fixed p img {
    width: 36px;
    height:36px;
}

.btn-fixed em {
    display: block;
    font-size: 16px;
    color: #75DAA0;
    float: left;
    margin-top: 25px;
    margin-left: 22px;
    letter-spacing: 1.5px;
}

.btn-fixed .btn-fixed-bottom {
    width: 225px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    background: #33a564;
    margin-left: 120px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    transition: all .2s;
    letter-spacing: 1px;
}

.btn-fixed .btn-fixed-bottom:hover {
   opacity:0.7;
}

.btn-fixed .btn-fixed-bottom:active {
    opacity:0.7;
}

/*加入学习计划弹窗*/
.wk__own__dialogs {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: none;
    z-index: 1000;
    display: none;
}

.dialog__masks {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dialog__areas {
    width: 84.66667vw;
    max-width: 420px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    height: 220px;
}

.wk__own__dialogs .dialog__areas .area__titles {
    padding: 25px 24px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #ff7800;
    font-weight: bold;
}

.wk__own__dialogs .dialog__areas .area__contents {
    padding: 24px 28px 15px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    color: #666;
}

.wk__own__dialogs .dialog__areas .area__btns {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 60px;
    position: relative;
    font-size: 17px;
}

.wk__own__dialogs .dialog__areas .area__btns div {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.wk__own__dialogs .dialog__areas .area__btns div:hover {
    cursor: pointer;
}

.wk__own__dialogs .dialog__areas .area__btns .closes {
    border-right: 1px solid #ddd;
}

.wk__own__dialogs .dialog__areas .area__btns .join {
    color: #FE0000;
}

.wk__own__dialogs .dialog__areas .area__btns .btn__items {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}

.wk__own__dialogs .dialog__areas .area__btns:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #999;
    color: #d5d5d6;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

/*下载软件弹窗*/
.wk__own__dialog {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: none;
    z-index: 1000;
    display: none;
}

.dialog__mask {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dialog__area {
    width: 84.66667vw;
    max-width: 600px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    height: auto;
}

.wk__own__dialog .dialog__area .area__title {
    padding: 20px 24px 0;
    font-size: 22px;
    text-align: center;
    color: #ff7800;
    font-weight: bold;
}

.wk__own__dialog .dialog__area .area__content {
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
}

.wk__own__dialog .dialog__area .area__btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 55px;
}

.wk__own__dialog .dialog__area .area__content ul {
    width: 100%;
}

.wk__own__dialog .dialog__area .area__content ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin: 10px 0;
}

.wk__own__dialog .dialog__area .area__content a {
    display: block;
    color: #188eee;
    text-decoration: none;
    font-size: 15px;
}

.wk__own__dialog .dialog__area .area__content a:hover {
    color: #0D64AD;
    text-decoration: underline;
}

.wk__own__dialog .dialog__area .area__content p {
    font-size: 14px;
    padding-top: 10px;
    color: #FE0000;
    text-align: center;
    padding-bottom: 10px;
}

.wk__own__dialog .dialog__area .area__btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 40px;
    position: relative;
    font-size: 17px;
}

.wk__own__dialog .dialog__area .area__btn .btn__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}

.wk__own__dialog .dialog__area .area__btn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #d5d5d6;
    color: #d5d5d6;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

/****视频播放弹窗****/
.aplay-tc-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.close-btn-tc {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 22px;
    border: 1px solid #fff;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    margin-top: 10px;
    margin-right: 10px;
}

.aplay-tc-box .aplay-box {
    width: 800px;
    height: 450px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.aplay-tc-box em {
    display: block;
    font-size: 16px;
    color: #fff;
}

/*侧边栏*/
#fix_nav {
    width: 60px;
    height: 360px;
    background: #fff;
    position: fixed;
    top: 25%;
    right: 0px;
    z-index: 10000000;
}

#fix_nav ul li {
    height: 60px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding-top: 10px;
    position: relative;
    z-index: 100;
    border-bottom: none;
}

#fix_nav ul li:hover {
    box-shadow: inset 0 0 15px #d3d6e2;
    cursor: pointer;
}

#fix_nav ul li:last-child {
    border-bottom: none;
}

#fix_nav ul li img {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

#fix_nav ul li a span {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #333444;
    font-weight: normal;
    font-size: 12px;
}

#fix_nav .msg-board {
    background-color: #F2F2F2;
    border-width: 3px 1px 2px 1px;
    border-color: #188EEE #ABB6BC #188EEE #ABB6BC;
    border-style: solid;
    width: 230px;
    padding: 0 10px 20px 10px;
    box-shadow: none;
}

#fix_nav .aside-bar-cont {
    display: none; 
    position: absolute;
    z-index: 101;
    top: 0;
    right: 58px;
    width: 162px;
    background-color: #FFF;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 0 0 8px rgba(51, 51, 51, 0.5);
}

#fix_nav .aside-bar-cont span {
    display: block;
    font-size: 14px;
    color: #666666;
    text-align: center;

}

#fix_nav ul li:hover .aside-bar-cont {
    display: block;
}

/*下载软件弹窗*/
.wk__own__dialog {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: none;
    z-index: 1000;
    display: none;
}

.dialog__mask {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dialog__area {
    width: 84.66667vw;
    max-width: 600px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    height: 340px;
}

.wk__own__dialog .dialog__area .area__title {
    padding: 20px 24px 0;
    font-size: 22px;
    text-align: center;
    color: #ff7800;
    font-weight: bold;
}

.wk__own__dialog .dialog__area .area__content {
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
}

.wk__own__dialog .dialog__area .area__btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 55px;
}

.wk__own__dialog .dialog__area .area__content ul {
    width: 100%;
}

.wk__own__dialog .dialog__area .area__content ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin: 10px 0;
}

.wk__own__dialog .dialog__area .area__content a {
    display: block;
    color: #188eee;
    text-decoration: none;
    font-size: 15px;
}

.wk__own__dialog .dialog__area .area__content a:hover {
    color: #0D64AD;
    text-decoration: underline;
}

.wk__own__dialog .dialog__area .area__content p {
    font-size: 14px;
    padding-top: 10px;
    color: #FE0000;
    text-align: center;
    padding-bottom: 10px;
}

.wk__own__dialog .dialog__area .area__btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 40px;
    position: relative;
    font-size: 17px;
}

.wk__own__dialog .dialog__area .area__btn .btn__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}

.wk__own__dialog .dialog__area .area__btn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #d5d5d6;
    color: #d5d5d6;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.footer {
    background-color: #FFFFFF !important;
}

/* 弹窗提示 */
.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 1.4rem;
    text-align: center;
    transform: translateX(-50%);
    color: #eee;
    z-index: 10;
    background: rgba(0, 0, 0, .75);
    padding: 0.6rem 1.8rem;
    font-size: 20px;
    z-index: 9999;
}