/******** main *********/
html {
    width: 100%;
    height: 100%;
}

body{
    min-width: 1200px;
    width: 100%;
    margin: 0;
    padding: 0;
    /*background: #f6f6f6;*/
    font-family: 'OPPOSans M';
    font-weight: normal;
    font-style: normal;
}
.clear {
    width:0;
    height:0;
    margin:0;
    padding:0;
    line-height:0;
    font-size:0;
    clear:both;
}

.clearfix:after {
    content:".";
    visibility:hidden;
    display:block;
    width:0;
    height:0;
    margin:0;
    padding:0;
    line-height:0;
    font-size:0;
    clear:both;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

label {
    cursor:pointer
}

input, button, select, textarea {
    outline:none
}

textarea {
    resize:none;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    margin:0;
    padding:0
}

a {
    text-decoration:none;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    color: #337ab7;
}

a:hover {
    color: #23527c;
    text-decoration: underline;
}
/*a:focus {*/

/*  outline: 5px auto -webkit-focus-ring-color;*/

/*  outline-offset: -2px;*/

/*}*/
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block
}

em, cite, address, optgroup {
    font-style:normal
}

kbd, samp, code {
    font-family:monospace
}

img, input, button, select, textarea {
    vertical-align:middle
}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px rgb(28,28,30) inset;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-size-adjust: auto !important;
    font-size: 16px;
}
input:-webkit-autofill::first-line{
    font-size: 16px;
}

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

img, fieldset {
    border:0
}

abbr, acronym {
    cursor:help;
    border-bottom:1px dotted black
}

table {
    width:100%;
    border-spacing:0;
    border:0
}

table th, table td {
    border:0
}

legend, hr {
    overflow:hidden;
    position:absolute;
    top:0;
    left:0
}

legend, hr, caption {
    visibility:hidden;
    font-size:0;
    width:0;
    height:0;
    line-height:0
}

strong {
    font-weight:normal;
}

.hide {
    display:none;
}

.flex{
     display: flex;
 }

.col-lg-1 {
    width: 8.3333333333%; }
.col-lg-2 {
    width: 16.6666666667%; }
.col-lg-2-5 {
    width: 20%; }
.col-lg-3 {
    width: 25%; }
.col-lg-4 {
    width: 33.3333333333%; }
.col-lg-4-5 {
    width: 33.3333333333%; }
.col-lg-5 {
    width: 41.6666666667%; }
.col-lg-6 {
    width: 50%; }
.col-lg-7 {
    width: 58.3333333333%; }
.col-lg-8 {
    width: 66.6666666667%; }
.col-lg-9 {
    width: 75%; }
.col-lg-10 {
    width: 83.3333333333%; }
.col-lg-11 {
    width: 91.6666666667%; }
.col-lg-12 {
    width: 100%; }

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    overflow: auto;
    /*border-radius: 10px;*/
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    /*border-radius: 10px;*/
    background: rgb(41,41,41);
}

/****** login **********/
.login{
    position: absolute;
    min-height: 850px;
    width: 100%;
    height: 100%;
    background-image: url('../images/login/bg.png');
    background-size: 100% 100%;
}
.login .top{
    margin-top: 80px;
    height:90px;
    width:100%;
}
.login .top{
    border-bottom: none;
}
.login .top .content{
    min-width: 1200px;
    width: 90%;
    margin:0 auto;
}

.login .top .content img{
    margin: 0 1%;
    width: auto;
    height: 90px;
}
.login .top .content .title{
    margin-left: 3%;
    margin-top: -10px;
    font-family: 'catFont';
    font-size: 45px;
    line-height: 90px;
    color:#ffffff;
}
.login .center{
    position: relative;
    width:100%;
    min-width: 1200px;
}

.login .center_bg{
    width: 100%;
    height: 600px;
}
.login .center_bg .login_box{
    position:absolute;
    top:70px;
    right: 10%;
    width: 480px;
    height: 510px;
    font-size: 16px;
    color: #ffffff;
    background:url(../images/login/box.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;

}
.login .center_bg .login_box .title {
    width: 100%;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    letter-spacing: 2px;
    text-align: center;
}
.login .center_bg .login_box ul{
    margin: 0 auto;
}
.login .center_bg .login_box ul li{
    margin-bottom: 20px;
}
.login .center_bg .login_box ul li p{
    margin: 10px auto;
    width: 360px;
    line-height: 1em;
    text-align: left;
}
.login .center_bg .login_box .input-row
{
    width: 400px;
    height: 48px;
    margin-left: 40px;
    background-color: rgb(28,28,30);
    border-radius: 10px;
}
.login .center_bg .login_box .input-row .input-block{
    width: 360px;
    height: 20px;
    padding: 14px 20px;
    line-height: 20px;
}
.login .center_bg .login_box .input-row .input-block .line{
    float: left;
    margin: 0 30px;
    width: 1px;
    height: 20px;
    background-color: gray;
}
.login .center_bg .login_box .input-row .input-block .input-fill{
    width: 200px;
    height: 20px;
    margin-top: -2px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    border: none;
    outline: none;
    background-color: rgb(28,28,30) !important;
    vertical-align: middle;
}

.login .center_bg .login_box .verify{
    width: 130px;
    height: 20px;
    margin-top: -2px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    border: none;
    outline: none;
    background-color: rgb(28,28,30) !important;
    vertical-align: middle;
}
.login .center_bg .login_box .captcha{
    float: right;
    width: 120px;
    height:36px;
    cursor: pointer;
    margin-top: -8px;
}
.login .center_bg .login_box .forget-psw{
    width: 400px;
    height: 40px;
    margin: 10px 40px;
    text-align: right;
}
.login .center_bg .login_box .forget-psw span {
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #ffffff;
}
.login .center_bg .login_box .forget-psw .btn-login{
    width:400px;
    height:50px;
    font-size: 20px;
    cursor: pointer;
}
.login .center_bg .login_box .forget-psw .btn-login:hover{
    color: darkorange;
    font-size: 22px;
}
.login .bottom {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;

}
/******* header *******/
.header {
    min-width: 1200px;
    min-height: 80px;
    width:100vw;
    height:8vh;
    background-color: rgb(28,28,28);
    position:fixed;
    z-index: 999;
}

.header_container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding:0 5%;
    position: relative;
}

.header_container .logo {
    position: absolute;
    min-width: 260px;
    width: 25%;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'catFont';
    font-size: 32px;
    line-height: 36px;
    color: #e0e0e0;
    vertical-align: middle;
}

.header_container .logo img{
    float: left;
    width: 54px;
    height: 54px;
}
.header_container .logo span{
    margin: 0 10px;
}

.header_container .nav {
    height:100%;
    width: 100%;
    box-sizing: border-box;
    position:relative;
    z-index: 50;
}

#menu {
    float:left;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    white-space:nowrap;
}

#menu li{
    margin: 0 9%;
}

#menu li > a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    padding:7px 13px;
    text-decoration: none;
    position: relative;
    border: 2px solid transparent;
    color: #aaa;
}

#menu .on > a{
    color: #f0f0f0;
}

#menu .on > a:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 26px;
    height: 3px;
    background: #429beb;
}
.nav-right{
    float: right;
    height: 100%;
    margin: auto;
}
.nav-right .user-btns {
    position:absolute;
    right: 0;
    top: 50%;
    width: 120px;
    height: 36px;
    font-size: 18px;
    /*background-image: url("../images/btn_login001.png");*/
    background-size: 100% 100%;
    text-align: center;
    transform: translateY(-50%);
}

.nav-right .user-btns a {
    line-height: 36px;
    color: #aaa;
    font-weight: bold;
}

.nav-right .user-btns a:hover {
    color: #f0f0f0;
    text-decoration: none;
}

.user-info {
    position:absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.user-info span a {
    color: #666;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius:3px;
}

.carousel-container{
    background-color: #fff;
    background-size: 100% 100%;
}
/*轮播点开始*/
.rotation{
    position: fixed;
    width: 120px;
    height: 200px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 2;
    background-image: url("../images/left_menu.png");
    background-repeat: no-repeat;
}
.rotation .spot{
    display: flex;
    flex-flow: column;
    width: 120px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    color: #545454;
    /*background: #b4cae6;*/

}
.rotation .active{
    color: rgb(51,112,255);
}
/*轮播点结束*/

.container{
    display: block;
    position: relative;
    min-width: 1200px;
}

.carousel-container {
    position:relative;
    min-width: 1200px;
    width:100%;
    overflow: hidden;
}

/*课程介绍*/
.banner_area{
    min-width: 1200px;
    min-height: 425px;
    width: 100vw;
    height: 28vw;
    margin-top: 80px;
    background-image: url("../images/banner.png");
    background-size: cover;
    position: relative;
}
.banner_area .video_area{
    float: left;
    min-width: 400px;
    min-height: 225px;
    width: 33.3vw;
    height: 18.75vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(8vw,-50%);
}
.banner_area .video_area .empty_video{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
}

.banner_area .video_area .empty_video .video{
    min-width: 400px;
    min-height: 225px;
    width: 33.3vw;
    height: 18.75vw;
    background-color: #ddd;
}
.banner_area .info_area{
    position: absolute;
    min-width: 560px;
    min-height: 312px;
    width: 47vw;
    height: 24vw;
    top: 50%;
    left: 43%;
    transform: translate(0,-50%);
    background-image: url("../images/info_bg.png");
    background-size: cover;
}
.banner_area .info_area .info{
    height: 20vw;
    padding: 2vw;
    font-family: 'OPPOSans M';
    font-size: 16px;
    letter-spacing: 1px;
    color: #f0f0f0;
    text-align: left;
    flex-wrap: wrap;
}
.banner_area .info_area .info .title{
    margin-bottom: 3vw;
}
.banner_area .info_area .info .title .name{
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 60px;
}
.banner_area .info_area .info .title .ai{
    vertical-align: text-bottom;
    padding: 3px 10px;
    font-family: 'catFont';
    font-size: 16px;
    line-height: 40px;
    background-image: url("../images/title.png");
    background-size: 100% 100%;
}

.banner_area .info_area .info .intro{
    margin-bottom: 2vw;
    text-align: justify;
    line-height: 25px;
    text-indent: 2rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.banner_area .info_area .info .tongji{
    font-size: 14px;
}
.banner_area .info_area .info .tongji span{
    margin-right: 20px;
}
.banner_area .info_area .info .button{
    position: absolute;
    right: 2vw;
    bottom: 20px;
    width: 120px;
    height: 40px;

}
.banner_area .info_area .info .button .learn{
    padding: 5px 10px;
    background-image: url("../images/learn.png");
    background-size: 100% 100%;
    font-size: 20px;
    text-align: center;
    color: rgb(51,112,255);
    cursor: pointer;
}
.banner_area .info_area .info .button .learn:hover{
    color: orangered;
}
.banner_area .info_area .info li{
    min-width: 15%;
    margin-bottom: 15px;
    margin-left: 20px;
    position: relative;
    margin-right: 20px;
}
.banner_area .info_area .info li::before{
    content:"";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: -15px;
}
.banner_area .info_area .desc{
    color:#333;
    line-height: 26px;
    overflow: hidden;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 16px;
    cursor: pointer;
}
.ai_area{
    position: absolute;
    top: 20px;
    right: 40px;
    width: 350px;
    z-index: 999;
}
.ai_area .ai_tip{
    position: absolute;
    left: 0;
}
.ai_area .ai_tip p{
    width: 240px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    background-image: url("../images/ai_tip.png");
    background-size: 100% 100%;
}
.ai_area .ai_close{
    position: absolute;
    left: 250px;
}
.ai_area .ai_robot{
    position: absolute;
    top: 40px;
    right: 20px;
    width: 85px;
    height: auto;
}
.ai_area .ai_robot img{
    width: 85px;
    height: auto;
}
.container .statistics_area{
    min-width: 1200px;
    width: 100vw;
    height: 400px;
}
.statistics_area .statistics{
    margin: 60px auto;
    min-width: 975px;
    width: 87vw;
    height: 400px;
}
.statistics_area .column-inner{
    float: left;
    margin-right: 6vw;
    min-width: 280px;
    width: 24vw;
    height: 200px;
    border-radius: 30px;
    background-color: #f2f7fe;
}

.statistics_area .column-inner .element{
    position: relative;
    margin: 40px auto;
    width: 280px;
    height: 160px;
    font-family: 'OPPOSans M';
    text-align: center;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.statistics_area .column-inner .element .title{
    font-size: 20px;
    line-height: 40px;
    color: rgb(34,34,34);
}

.statistics_area .column-inner .element .subtitle{
    font-family: 'OPPOSans M';
    font-size: 60px;
    color: rgb(40,120,239);
}

.statistics_area .column-inner .element .subtitle span{
    font-size: 20px;
}
/*培养能力*/
.train_area{
    padding: 13vh 1vw 0 1vw;
    min-width: 1200px;
    width: 97vw;
    height: 87vh;
    position: relative;
}
.train_area .title{
    margin-left: 7vw;
    min-width: 300px;
    min-height: 44px;
    width: 60vw;
    height: 22vh;
}
.train_area .title span{
    font-family: 'OPPOSans M';
    font-size: 22px;
    color: #1c1c1e;
}
.train_area .power{
    position: absolute;
    min-width: 900px;
    margin-left: 12vw;
    margin-top: -8vw;
    width: 72vw;
    height: 80vh;
    background-image: url("../images/train_bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.train_area .power .category{
    float: left;
    width: 20%;
    z-index: 999;
}
.train_area .power .category img{
    width: 100%;
}
.train_area .power .category img:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: transform 1s;
}

.popup-ability{
    display: none;
    position: fixed;
    width: 900px;
    height: 540px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url('../images/popup_bg.png');
    z-index: 9999;
}
.popup-ability .close{
    width: 100%;
    height: 40px;
    text-align: right;
}
.popup-ability .title{
    margin-top: 80px;
    width: 100%;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.popup-ability .info{
    margin:60px 8% 20px 16%;
    width: 76%;
    height: 220px;
    text-align: left;
}
.popup-ability .info p{
    text-indent: 2em;
    font-size: 22px;
    line-height: 40px;
}
.popup-ability .bottom{
    margin:10px 8% 10px 16%;
    width: 76%;
    height: 40px;
    text-align: left;
}
.popup-ability .bottom a{
    color: rgb(51,112,255);
    line-height: 40px;
    text-decoration: underline;
    cursor: pointer;
}
/*课程目录*/
.catalog_area{
    padding: 13vh 1vw 0 1vw;
    min-width: 1200px;
    width: 97vw;
    height: 87vh;
    position: relative;
    background-color: #f8fcff;
}

.catalog_area .title{
    margin-left: 7vw;
    min-width: 300px;
    min-height: 44px;
    width: 60vw;
    height: 10vh;
}
.catalog_area .title span{
    font-family: 'OPPOSans M';
    font-size: 22px;
    color: #1c1c1e;
}
.catalog_area .catalog{
    min-width: 900px;
    margin-left: 10vw;
    /*margin-top: -8vw;*/
    width: 80vw;
    height: 70vh;
}
.catalog_area .catalog .title-line{
    float:left;
    width:20px;
    height: 60px;
    background-image: url('../images/4.png');
}
.catalog_area .catalog .title-name {
    float:left;
    font-size: 18px;
    margin-left: 10px;
    width: 55%;
}
.catalog_area .catalog .title-point {
    float:left;
    width: 20%;
    vertical-align: middle;
}
.catalog_area .catalog .title-point p{
    margin-top: 12px;
    max-width: 218px;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    background-image: url('../images/zhishidian.png');
    background-size: 100% 100%;
}
.catalog_area .catalog .title-time {
    margin-left: 20px;
    display: inline-block;
    width: 15%;
}
.catalog_area .catalog .sub-title{
    height: 48px;
}
.catalog_area .catalog .sub-title .line {
    float:left;
    width:20px;
    height: 48px;
    background-image: url('../images/4.png');
}
.catalog_area .catalog .sub-title .line {
    float:left;
    width:20px;
    height: 48px;
    background-image: url('../images/4.png');
}
.catalog_area .catalog .sub-title .content {
    margin: 0 10px;
    width: 95%;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    color: #666;
    border-bottom: 1px solid lightgrey;
    vertical-align: middle;
}
.catalog_area .catalog .sub-title .content .icon {
    float:left;
    margin-top: 11px;
    margin-left: 40px;
    width:31px;
    height: 26px;
    background-image: url('../images/video.png');
}
.catalog_area .catalog .sub-title .content .name {
    float:left;
    font-size: 16px;
    margin-left: 10px;
    width: 60%;
}
.catalog_area .catalog .sub-title .content .time {
    float:right;
    margin-right: 80px;
    width: 20%;
    font-size: 16px;
    text-align: right;
}

/*教学团队*/
.team_area{
    padding: 13vh 1vw 0 1vw;
    min-width: 1200px;
    width: 97vw;
    height: 87vh;
    position: relative;
    background-color: #f8fcff;
}
.team_area .title{
    margin-left: 7vw;
    min-width: 300px;
    min-height: 44px;
    width: 60vw;
    height: 5vh;
}
.team_area .title span{
    font-family: 'OPPOSans M';
    font-size: 22px;
    color: #1c1c1e;
}
.team_area .power{
    float: left;
    min-width: 900px;
    margin-left: 12vw;
    margin-top: 5vh;
    width: 75vw;
    height: 75vh;
    overflow: hidden;
}
.team_area .power .inner{
    min-width: 900px;
    width: 75vw;
    height: 60vh;
}
.team_area .power .inner .info{
    float: left;
    min-width:  540px;
    width: 44vw;
    height: 56vh;
    border-radius: 30px;
    background-color: #ffffff;
}
.team_area .power .inner .info .content{
    padding: 10%;
    width: 80%;
    height: 10%;
    font-family: 'OPPOSans-M';
    font-size: 20px;
    color: #1c1c1e;
}
.team_area .power .inner .info .content .name{
    font-size: 36px;
    line-height: 40px;
    background-image: url("../images/underline.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.team_area .power .inner .info .content .name span{
    margin-left: 30px;
    font-size: 22px;
    color: #a5a5a5;
}
.team_area .power .inner .info .content .brief{
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
}
.team_area .power .inner .image{
    float: left;
    margin-top: 4vh;
    min-width:  280px;
    width: 27vw;
    height: 48vh;
    background-color: #e0e0e0;
    vertical-align: middle;
    text-align: center;
}

.team_area .power .inner .image img{
    margin-top: 4vh;
    height: 40vh;
    width: auto;
}
.team_area .power .swiper-container {
    min-width: 900px;
    width: 75vw;
    height: 60vh;
    overflow: hidden;
}
.team_area .power .swiper-slide {
    float: left;
    width: 100% !important;
    height: 50vh;
}
.team_area .power .pagination {
    position: absolute;
    /*left: 40%;*/
    margin: 0 auto;
    text-align: center;
    bottom: 130px;
    width: 100%;
    height: 30px;
    z-index:9999;
}
.team_area .power .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 4px;
    opacity:1;
    border-radius: 12px;
    background: #acc9f4;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;

}
.team_area .power .swiper-pagination-bullet-active{
    background: rgb(51,112,255);
    width: 80px;
}


/*知识图谱*/
.knowledge_area{
    padding: 13vh 1vw 0 1vw;
    min-width: 1200px;
    width: 97vw;
    height: 87vh;
    position: relative;
}
.knowledge_area .title{
    margin-left: 7vw;
    min-width: 300px;
    min-height: 44px;
    width: 60vw;
    height: 4vh;
}
.knowledge_area .title span{
    font-family: 'OPPOSans M';
    font-size: 22px;
    color: #1c1c1e;
}
.knowledge_area .power{
    min-width: 900px;
    margin-left: 12vw;
    width: 72vw;
    height: 80vh;
}

.select_area{
    position: absolute;
    top: 20px;
    right: 40px;
    width: 200px;
}
.zoom_area{
    position: absolute;
    bottom: 80px;
    right: 40px;
    width: 100px;
}
.zoom_area span {
    width: 80px;
    height: 80px;
}
.zoom_area span img{
    width: 80px;
    height: 80px;
}

/*问题图谱*/
.question_area{
    padding: 13vh 1vw 0 1vw;
    min-width: 1200px;
    width: 97vw;
    height: 87vh;
    position: relative;
}
.question_area .title{
    margin-left: 7vw;
    min-width: 300px;
    min-height: 44px;
    width: 60vw;
    height: 4vh;
}
.question_area .title span{
    font-family: 'OPPOSans M';
    font-size: 22px;
    color: #1c1c1e;
}
.question_area .power{
    min-width: 900px;
    margin-left: 12vw;
    width: 72vw;
    height: 80vh;
}

/*问题图谱*/
.ability_area{
    padding: 13vh 1vw 0 1vw;
    min-width: 1200px;
    width: 97vw;
    height: 87vh;
    position: relative;
}
.ability_area .title{
    margin-left: 7vw;
    min-width: 300px;
    min-height: 44px;
    width: 60vw;
    height: 4vh;
}
.ability_area .title span{
    font-family: 'OPPOSans M';
    font-size: 22px;
    color: #1c1c1e;
}
.ability_area .power{
    min-width: 954px;
    margin-left: 12vw;
    margin-top: -4vw;
    width: 82vw;
    height: 80vh;
}
.ability_area .power .left{
    float: left;
    display: flex;
    align-items: center;
    width: 16vw;
    min-width: 192px;
    height: 100%;
}
.ability_area .power .left .detail{
    width: 16vw;
    height: 16vw;
    min-width: 192px;
    min-height: 192px;
}
.ability_area .power .right{
    float: left;
    display: flex;
    align-items: center;
    width: 63vw;
    min-width: 756px;
    height: 100%;
}
.ability_area .power .right .detail {
    margin: 5% 0;
    width: 63vw;
    height: 90%;
    min-width: 756px;
}
.ability_area .power .right .detail .item{
    width: 100%;
    height: 20%;
}
.ability_area .power .right .detail .item .image {
    float: left;
    cursor: pointer;
    margin-right: 2%;
    width: 36%;
    height: 100%;
}
.ability_area .power .right .detail .item .text{
    float: left;
    width: 62%;
    height: 100%;
    font-size: 14px;
    color: #1c1c1e;
    line-height: 18px;
    letter-spacing: 1px;
    overflow: hidden;
}
.ability_area .power .right .detail .item .text .text-whole {
    display: flex;
    align-items: center;
    width: 100%;
    height: 94%;
    background-image: url('../images/a-text.png');
    background-size: 100% 100%;
    vertical-align: middle;
}

.ability_area .power .right .detail .item .text .text-whole .text-content{
    padding: 0 3%;
    text-align: left;
    vertical-align: middle;
}
/*资源图谱*/
.resource_area{
    padding: 13vh 1vw 0 1vw;
    min-width: 1200px;
    width: 97vw;
    height: 87vh;
    position: relative;
}
.resource_area .title{
    margin-left: 7vw;
    min-width: 300px;
    min-height: 44px;
    width: 60vw;
    height: 4vh;
}
.resource_area .title span{
    font-family: 'OPPOSans M';
    font-size: 22px;
    color: #1c1c1e;
}
.resource_area .power{
    display: block;
    min-width: 954px;
    margin-left: 12vw;
    width: 80vw;
    height: 72vh;
    background-image: url("../images/ps-7.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.resource_area .power .left{
    float: left;
    height: 100%;
    width: 50%;
}
.resource_area .power .left .item{
    position:absolute;
    top: 30%;
    left: 20%;
}
.resource_area .power .left .item .resource-content{
    width: 25vw;
    height: 6vw;
    min-width: 260px;
    min-height: 120px;
    z-index: 999;
    cursor: pointer;
}
.resource_area .power .right{
    float: right;
    height: 100%;
    width: 50%;
}
.resource_area .power .right .item{
    position:absolute;
    top: 30%;
    left: 60%;
}
.resource_area .power .right .item .resource-content{
    width: 25vw;
    height: 6vw;
    min-width: 260px;
    min-height: 120px;
    z-index: 999;
    cursor: pointer;
}
.resource_area .power-table{
    display: none;
    min-width: 954px;
    margin-left: 12vw;
    width: 70vw;
    height: 72vh;
}
/*课程中心*/
.course_area{
    position: relative;
    margin-top: 80px;
    min-width: 1200px;
    min-height: 820px;
    width: 100vw;
    height: 75vh;
    background-color: rgb(41,41,41);
}
.course_area .course_head {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
}
.course_area .course_head .course_title{
    padding:15px 0 0 40px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
}
.course_area .course_head .course_title img{
    margin-top: -5px;
    margin-right: 20px;
}
.course_area .course_center{
    width: 100%;
    min-height: 820px;
}
.course_area .course_center .learn_area{
    display: block;
    float: left;
    min-width: 720px;
    min-height: 450px;
    margin: 30px 2vw;
    width: 60vw;
}
.course_area .course_center .learn_area .exam{
    margin: 30px;
    width: 56vw;
    min-width: 660px;
    height: 65vh;
    min-height: 425px;
}
.course_area .course_center .learn_area .exam .top{
    text-align: left;
    line-height: 40px;
    font-size: 24px;
    color: #3370ff;
    border-bottom: 1px dashed gray;
}
.course_area .course_center .learn_area .exam .top .num{
    font-size: 14px;
    color: #aeaeae;
}
.course_area .course_center .learn_area .exam .top .button{
    float: right;
    font-size: 16px;
}
.course_area .course_center .learn_area .exam .center{
    text-align: left;
    padding: 20px;
    width: 54vw;
    min-width: 630px;
    height:58vh;
    min-height: 425px;
    overflow-y:scroll;
}
.popup-confirm{
    display: none;
    position: absolute;
    width: 500px;
    height: 360px;
    top: 30vh;
    left: 20vw;
    background-image: url('../images/popup_1.png');
    z-index: 9999
}
.popup-confirm .popup-info{
    position: relative;
    margin: 180px 0 0 120px;
    width: 300px;
    height: 160px;
}
.popup-confirm .popup-info .text{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.popup-confirm .popup-info .button{
    margin-top: 60px;
}
.course_area .course_center  .learn_area .video_area{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
}

.course_area .course_center .learn_area .video_area .video{
    min-width: 720px;
    min-height: 450px;
    width: 60vw;
    height: 72vh;
    background-color: #000;
}
.course_area .catalogue_area{
    float: left;
    margin: 30px 0;
    min-width: 430px;
    min-height: 480px;
    width: 34vw;
    height: 72vh;
    color: #ffffff;
}
.course_area .catalogue_area .catalogue{
    position: relative;
    min-height: 200px;
    height: 38vh;
    background-color:rgb(41,41,41);
}
.course_area .catalogue_area .catalogue .catalogue_title{
    margin-top: 10px;
    font-size: 20px;
    color: #449afe;
}
.course_area .catalogue_area .catalogue .catalogue_title span {
    width: 2px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
}
.course_area .catalogue_area .catalogue .catalogue_content {
    /*background-color:rgb(59,59,59);*/
    font-size: 16px;
    line-height: 25px;
    min-height:200px;
    height:36vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.course_area .catalogue_area .catalogue .catalogue_content .catalogue-name{
    float:left;
    margin-left: 10px;
    width: 70%;
}
.course_area .catalogue_area .catalogue .catalogue_content .catalogue-status {
    float: right;
    margin-right: 40px;
    font-size: 16px;
    color: #d0d0d0;
}
.course_area .catalogue_area .catalogue .catalogue_content .sub-title{
    padding: 7px 20px;
    cursor: pointer;
}
.course_area .catalogue_area .catalogue .catalogue_content .sub-title:hover{
    background-color: rgb(59,59,59);
}
.catalogue_active{
    background-color: rgb(59,59,59);
}
.course_area .catalogue_area .catalogue .catalogue_content .sub-title .content{
    width:100%;
}
.course_area .catalogue_area .catalogue .catalogue_content .sub-title .content .icon{
    float: left;
    margin-top:4px;
    width: 23px;height:14px;
    background-image: url('../images/video_icon.png');
}
.course_area .catalogue_area .catalogue .catalogue_content .sub-title .content .name{
    margin-left: 33px;
}
.course_area .catalogue_area .catalogue .catalogue_content .sub-title .content .time{
    font-size: 15px;
    line-height: 25px;
}
.course_area .catalogue_area .catalogue .catalogue_content .resource{
    margin: 20px;
    height: 34px;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: normal;
}
.course_area .catalogue_area .catalogue .catalogue_content .resource .icon{
    float: left;
    width: 34px;
    height:34px;
    background-image: url('../images/video.png');
}
.course_area .catalogue_area .catalogue .catalogue_content .resource .info{
    float: left;
    margin-left: 10px;
}
.course_area .catalogue_area .catalogue .catalogue_content .resource .info .time{
    font-size: 12px;
    color: #999;
}
.course_area .catalogue_area .catalogue .catalogue_content .resource .download{
    float: right;
    margin-top: 3px;
    height: 28px;
    width: 80px;
    line-height: 28px;
    text-align: center;
    background-color: #449afe;
    color: #e0e0e0;
    cursor: pointer;
}

.popup-tupu{
    display: none;
    position: fixed;
    width: 840px;
    height: 740px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url('../images/knowledge.png');
    background-size: cover;
    z-index: 9999;
}
.popup-tupu .close{
    height: 40px;
    text-align: right;
}
.popup-tupu .close img{
    width: 40px;
    height: 40px;
    margin: 30px 40px 0 0;
    cursor: pointer;
}

.popup-tupu .title{
    margin-top: 30px;
    margin-left: 100px;
    height: 30px;
    font-size: 28px;
    color: #1160d6;
    line-height: 30px;
    text-align: left;
}
.popup-tupu .info{
    margin: 40px 0 20px 16%;
    width: 70%;
    height: 360px;
    text-align: left;
}
.popup-tupu .info .topic
{
    font-size: 20px;
    line-height: 40px;
    color: #1c1c1e;
}
.popup-tupu .info .detail{
    display: inline-block;
    height: 270px;
    font-size: 16px;
    color: #5f5f72;
    line-height: 30px;
    overflow-y: auto;
}
.popup-tupu .info .detail p{
    text-indent: 2em;
}
.popup-tupu .info .zhishidian {
    margin-top: 20px;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.popup-tupu .info .zhishidian .num{
    float: right;
    width: 160px;
    background-color: #26cf7c;
    border-radius: 15px;
}
.popup-tupu .info .zhishidian .image{
    float: right;
    width: 30px;
    margin-right: 10px;
}
.popup-tupu .bottom{
    margin: 50px 0 0 16%;
    width: 70%;
    height: 120px;
    text-align: left;
}
.popup-tupu .bottom .resource{
    margin: 10px 0;
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.popup-tupu .bottom .resource .image{
    float: left;
    width: 30px;
    margin-right: 10px;
}
.popup-tupu .bottom .resource .num{
    float: left;
    width: 160px;
    background-color: #ff9e66;
    border-radius: 15px;
}
.popup-tupu .bottom .rlist{
    margin-left: 20px;
}
.popup-tupu .bottom  .rlist p{
    line-height: 31px;
    cursor: pointer;
}
.popup-tupu .bottom  .rlist img{
    margin: 0 7px 6px 0;
    width: auto;
    height: 16px;
}



























.word_area{
    width: 100%;
    height: 100%;
}
.word_area .word{
    width: 100%;
    font-size:16px;
    color:#333;
    line-height: 26px;
    text-align: justify;
    text-indent: 2em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 16px;
}

.container-btn{
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: url(../images/container-btn.png);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,40%);
}

.container-browser{
   position: absolute;
    left: 50%;
    bottom: -70px;
    transform: translate(-50%,50%);
    display: flex;
    align-items: center;
}

.container-btn:hover{
    color: #fff;
    text-decoration: none;
    background: url(../images/container-btn-on.png);
}

.carousel-container ul.clickBtn li {
    width: 12px;
    height: 12px;
    background: #FFF;
    display: inline-block;
    border-radius: 6px;
    margin-left:5px;
    margin-right:5px;
}


.carousel-container ul.clickBtn li.on {
    background: #F9C701;
    width:30px;
}

.broswer-tip {
    position: absolute;
    top: 700px;
    left: 50%;
    margin-left: -220px;
    width: 440px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.broswer-tip-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.broswer-tip-txt {
    position: relative;
}

.broswer-tip-txt span {
    margin-left: 10px;
}

.broswer-tip-txt .iconfont {
    margin-right: 5px;
}

.broswer-tip-txt img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.list,.target{
    height: 530px;
    position: relative;
}

.report .swiper-slide .list-btn{
    display: flex;
    height: 36px;
    margin: 0;
    text-align: center;
}

.btn-preview,.btn-lownload{
    border: 0;
    width: 84px;
    height: 32px;
    line-height: 32px;
    border: 2px solid #4B7902;
    background: #01448e;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin: 0 5px;
}

.btn-preview:hover,.btn-lownload:hover{
    background: #08276c;
    color:#fff;
    text-decoration: none;
}

.content-title .title-introduce{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 37px;
}

.content-box{
    width: 1200px;
    height: 388px;
    padding: 29px;
    box-sizing: border-box;
    background: url(../images/content-box-bg.png)no-repeat;
}

.content-title{
    color: #4B7902;
}

.list-img{
    display: flex;
    padding: 0 10px;
    text-align: center;
}

.list-img>li{
    width: 15%;
    height: 240px;
    letter-spacing:3px;
}

.list-img>li>a>span{
    border: 1px solid transparent;
    display: block;
    margin: 20px;
    padding: 28px 0;
}

.list-img>li>a>span>.icons{
    font-size: 60px;
    color:#be9a77;
}

.list-img>li>a{
    text-decoration: none;
    color:#333;
}

.list-img>li>a>P{
    font-size: 16px;
}

.list-img>li>a:hover{
    color:#ae7c01;
}

.list-img>li:hover{
    transition: .5s;
    transform:scale(1.1);
}

.list-img>li>a:hover .icons{
    color:#dabd75;
}

.list-img>li>a:hover span{
    border: 1px solid #f8efdd;
    background: #fbf6eb;
}

.container .content {
    width: 1200px;
    margin: 0 auto;
}

.desc .fr {
    width:560px;
    height: 320px;
    overflow: hidden;
}

.desc .fl {
    position: relative;
}

.desc .video-btns {
    position: absolute;
    top: 21px;
    left:50%;
    transform: translateX(-50%);
    text-align: center;
    height: 42px;
}

.desc .video-btns span {
    height: 40px;
    line-height: 40px;
    width: 120px;
    margin: 0 5px;
    background:rgba(0,49,93,.5);
    border: 2px solid #4B7902;
    filter: alpha(opacity=80);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.desc .video-btns .on {
    background: #4B7902;
    border: 2px solid #4B7902;
}


.container .text {
    color: #dfeffd;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    height: 270px;
    overflow: hidden;
}

.target .fl {
    width: 695px;
}

.target .text p, .examine .text .p-item {
    position: relative;
    padding:10px 0 10px 25px;
    color:#af855b;
}

.target .text p:before, .examine .text .p-item:before {
    content:" ";
    position: absolute;
    width: 5px;
    height: 5px;
    border: 2px solid #af855b;
    left: 0;
    top: 19px;
}

.examine .fr {
    width: 480px;
    padding-right: 50px;
}

.container.report {
    min-height: 340px;
    padding-bottom:85px;
}


#list .nth3 {
    margin-right: 0;
}

#list .t-text {
    color: #d22800;
    font-size: 16px;
}

#list .t-text .iconfont {
    margin-right: 2px;
}

#list .btn-download {
    color: #d22800;
    font-size: 13px;
    float: right;
    text-decoration: underline;
}

#list .r-desc {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
    text-align: justify;
    height: 150px;
}

#list .r-name {
    color: #999;
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;
}

#list .r-name .iconfont {
    margin-right: 2px;
    font-size: 14px;
}

.stat .fl {
    width: 440px;
    height: 320px;
}

.stat .fr {
    width: 680px;
    height: 320px;
}

.stat .fr-title{
    padding: 20px 0;
    font-size: 20px;
    color:#af855b;
}

.stat .fr-box{
    background: #fffaee;
    padding: 10px;
    border: 1px solid #dbd7cf;
}

.stat .sub-title {
    color: #dfeffd;
    font-size: 18px;
    text-align: left;
}

.details-page-stat-shared {
    width: 100%;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.details-page-stat-shared > li {
    display: inline-block;
    margin-right: 25px;
}

.details-page-stat-shared > li:after {
    content:"";
    display: table;
    clear: both;
}

.details-page-stat-shared > li + li {
    margin-top: 6px;
}

.details-page-stat-shared > li .icon {
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: relative;
}

.details-page-stat-shared > li .icon:after {
    content:"";
    display: block;
    height: 5px;
    width: 2px;
    background-color: inherit;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: -2px;
}

.details-page-stat-shared > li .label {
    float: left;
    border-radius: 3px;
    line-height: 25px;
    height: 25px;
    padding: 0 10px;
    font-size: 12px;
    margin-left: 2px;
    max-width: 160px;
}

.details-page-stat-shared > li.first .icon {
    background-color: #d97408;
    color: #fff;
    border-radius: 4px;
}

.details-page-stat-shared > li.first .icon .iconfont {
    font-size: 14px;
}

.details-page-stat-shared > li.first .label {
    background-color: #d97408;
    color: #fff;
}

.details-page-stat-shared > li.second .icon {
    background-color: #4976e8;
    color: #fff;
    border-radius: 4px;
}

.details-page-stat-shared > li.second .icon .iconfont {
    font-size: 13px;
}

.details-page-stat-shared > li.second .label {
    background-color: #4976e8;
    color: #fff;
}

.details-page-stat-shared > li.third .icon {
    background-color: #339900;
    color: #fff;
    border-radius: 4px;
}

.details-page-stat-shared > li.third .icon .iconfont {
    font-size: 13px;
}

.details-page-stat-shared > li.third .label {
    background-color: #339900;
    color: #fff;
}

.details-page-stat-shared > li.third .icon:after {
    background-color: #339900;
}

#stat1-chart {
    width: 100%;
    height: 260px;
}

#stat2-chart {
    width: 100%;
    height: 260px;
}

.class-tontainer {
    display: inline;
    color: #dfeffd;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    float: right;
}

.class-list {
    position: absolute;
    line-height: 24px;
    font-size: 14px;
    display: none;
    z-index: 9999;
    max-height: 360px;
    overflow-y: auto;
    background: #fff;
    right: 0;
    padding: 5px 15px;
    min-width: 70px;
    text-align: center;
}

.class-list li {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.class-list li:last-child {
    border-bottom: none;
}

.class-tontainer:hover .class-list {
    display: block;
}

.d3-container{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
/*@media screen and (min-width: 960px) and (max-width: 1410px) {*/
/*    .rotation{*/
/*        right: 20px;*/
/*    }*/

/*    .swiper-button-prev {*/
/*        width: 24px;*/
/*        height: 50px;*/
/*        position: absolute;*/
/*        left:0;*/
/*        top: 50%;*/
/*        transform: translateY(-50%);*/
/*        background: url(../images/swiper-button-prev.png) no-repeat;*/
/*    }*/

/*    .swiper-button-next {*/
/*        width: 24px;*/
/*        height: 50px;*/
/*        position: absolute;*/
/*        right:0;*/
/*        top: 50%;*/
/*        transform: translateY(-50%);*/
/*        background: url(../images/swiper-button-next.png) no-repeat;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 320px) and (max-width: 640px) {*/
/*    .fl, .fr {*/
/*        float: none;*/
/*    }*/

/*    .carousel-container {*/
/*        min-width: 100%;*/
/*        width: 100%;*/
/*        height: 200px;*/
/*    }*/

/*    .carousel-container .banner_content{*/
/*        width: 100%;*/
/*        padding: 0;*/
/*    }*/

/*    .carousel-container .b-img {*/
/*        text-align: center;*/
/*    }*/

/*    .banner_content h2{*/
/*        font-size: 16px;*/
/*        padding: 18px 0 8px 0;*/
/*    }*/
/*    .banner_content span{*/
/*        font-size: 12px;*/
/*        color: #bbb;*/
/*        display: block;*/
/*        margin-bottom: 6px;*/
/*    }*/
/*    .banner_content p{*/
/*        padding:3px 0;*/
/*        color: #ddd;*/
/*        font-size: 12px;*/
/*    }*/
/*    .banner_content>div{*/
/*        margin-top:5px;*/
/*        position:relative;*/
/*    }*/
/*    .banner_content>div>a{*/
/*        display: inline-block;*/
/*        padding: 5px 34px 5px 20px;*/
/*        background: #dabd75;*/
/*        color: #333;*/
/*        border-radius: 20px;*/
/*        font-size: 14px;*/
/*        text-decoration: none;*/
/*    }*/
/*   .banner_content .icons{*/
/*        width: 0;*/
/*        height: 0;*/
/*        border-width: 6px;*/
/*        border-style: solid;*/
/*        border-color: transparent transparent transparent #000;*/
/*        position: absolute;*/
/*        top: 9px;*/
/*        left: 215px;*/
/*   }*/
/*   .carousel-container .banner_list img {*/
/*        left: 50%;*/
/*        margin-left: 0;*/
/*        top: 0;*/
/*        height: 100%;*/
/*        -webkit-transform: translate(-50%, 0);*/
/*        transform: translate(-50%, 0);*/
/*   }*/

/*   .top-desc {*/
/*        width: 320px;*/
/*        height: 320px;*/
/*        -webkit-transform: translate(-50%, -50%);*/
/*        transform: translate(-50%, -50%);*/
/*        margin-left: 0;*/
/*        margin-top: 0;*/
/*   }*/

/*   .top-desc-bg {*/
/*        width: 100%;*/
/*        height: 100%;*/
/*   }*/

/*   .top-image {*/
/*        top: 50%;*/
/*        width: 90%;*/
/*        margin-left: 0;*/
/*        margin-top: 0;*/
/*        -webkit-transform: translate(-50%, -100%);*/
/*        transform: translate(-50%, -100%);*/
/*   }*/

/*   .top-image img {*/
/*        width: 100%;*/
/*   }*/

/*!*.join-btn {*!*/
/*!*        width: 200px;*!*/
/*!*        height: 52px;*!*/
/*!*        line-height: 52px;*!*/
/*!*        top: 50%;*!*/
/*!*        margin-left: 0;*!*/
/*!*        font-size: 20px;*!*/
/*!*        -webkit-transform: translate(-50%, 50%);*!*/
/*!*        transform: translate(-50%, 50%);*!*/
/*!*    }*!*/

/*   .desc, .target, .examine {*/
/*        !*padding: 30px 0 0;*!*/
/*        padding: 40px 10px;*/
/*   }*/

/*    .container .content {*/
/*        width: 100%;*/
/*        margin: 0 auto;*/
/*    }*/

/*    .list-img>li{*/
/*        height: 200px;*/
/*    }*/

/*    .list-img>li>a>span>.icons{*/
/*        font-size: 40px;*/
/*    }*/

/*    .list-img>li>a>span{*/
/*        margin: 0;*/
/*    }*/

/*    .video-item {*/
/*        width: 100%;*/
/*        height: 240px;*/
/*        margin-top: 12px;*/
/*    }*/

/*    .container img {*/
/*        max-width: 70%;*/
/*    }*/

/*    .container .title {*/
/*        font-size: 24px;*/
/*    }*/

/*    .desc .fr, .target .fl, .examine .fr {*/
/*        width: 94%;*/
/*        margin: 0 auto;*/
/*    }*/

/*    .container.target {*/
/*        !*background: #f9f9f9;*!*/
/*        !*padding-bottom: 30px;*!*/
/*    }*/

/*    .img-wrap {*/
/*        text-align: center;*/
/*        !*margin-top: 20px;*!*/
/*    }*/

/*    .target .img-wrap img {*/
/*        width: 167.5px;*/
/*    }*/

/*    .container.examine {*/
/*        padding-bottom: 30px;*/
/*    }*/

/*    .examine .img-wrap img {*/
/*        height: 209px;*/
/*    }*/

/*    .container.report {*/
/*        !*background: #f9f9f9;*!*/
/*        padding: 30px 10px;*/
/*    }*/


/*    #list li {*/
/*        width: 30%;*/
/*        height: 280px;*/
/*        !*float: none;*!*/
/*        !*margin-bottom: 20px;*!*/
/*        !*padding: 30px 5%;*!*/
/*    }*/

/*    .stat {*/
/*        padding: 30px 10px;*/
/*    }*/

/*    .container.stat .title, .container.report .title {*/
/*        !*width: 94%;*!*/
/*        !*margin: 0 auto;*!*/
/*        !*display: block;*!*/
/*    }*/

/*    .stat1, .stat2 {*/
/*        padding: 30px 0;*/
/*    }*/

/*    .stat .sub-title {*/
/*        width: 94%;*/
/*        margin: 0 auto;*/
/*    }*/

/*    .details-page-stat-shared .first {*/
/*        margin-left: 1.5%;*/
/*    }*/

/*    .stat .fl, .stat .fr {*/
/*        width: 100%;*/
/*    }*/

/*    .padding-bottom{*/
/*        padding: 0;*/
/*    }*/

/*    .flex-right{*/
/*        display: flex-right;*/
/*        justify-content: left;*/
/*    }*/

/*    .container .text{*/
/*        margin: 0;*/
/*        margin-bottom: 30px;*/
/*    }*/

/*    .desc .video-btns{*/
/*        top: -10px;*/
/*    }*/

/*    .content-title{*/
/*        !*padding: 0 10px;*!*/
/*    }*/

/*    .report .list{*/
/*        padding: 0;*/
/*        min-height: 340px;*/
/*        height: 340px;*/
/*    }*/

/*    .report .list .list-content>h4{*/
/*        font-size: 20px;*/
/*    }*/

/*    .list{*/
/*        height: 240px;*/
/*    }*/

/*    .list-img>li>P{*/
/*        padding-top: 30px;*/
/*    }*/

/*    .swiper-container{*/
/*        padding: 0;*/
/*    }*/

/*    .swiper-button-next,.swiper-button-prev{*/
/*        display: none;*/
/*    }*/

/*    .swiper-slide{*/
/*        width: 100% !important;*/
/*        margin:0 !important;*/
/*        left:-100px;*/
/*        transform:scale(0.9) !important;;*/
/*    }*/

/*    .swiper-slide-active, .swiper-slide-duplicate-active{*/
/*        transform:scale(0.9) !important;*/
/*    }*/

/*    .list:before, .target:before, .stat:before,.desc:before, .examine:before{*/
/*        display: none;*/
/*    }*/

/*}*/

/** footer **/
#south {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.footer-text{
    text-align: center;
    font-size: 18px;
    color: rgb(51,112,255);
}

.footer-text>span{
    text-decoration: rgb(51,112,255) solid underline;
    padding: 5px 0;
}
