/**
 * 链股商学页面样式
 * ?school.html 内联样式提取
 */

/* ========== 通用辅助?========== */
.mgt40 {
    margin-top: 40px;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

/* ========== 弹窗容器 ========== */
.demo-account-container {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 9999;
    width: 600px;
    padding-bottom: 60px;
    background: #fff;
    box-shadow: 3px 5px 20px 6px rgba(37, 126, 254, .1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
}

/* ========== 页面容器 ========== */
.p-school-container {
    margin: 0 auto;
    min-width: 1200px;
    min-height: 100vh;
}

.title-bcg {
    text-align: center;
    font-size: 80px;
    color: #f3f6f6;
    line-height: 90px;
    letter-spacing: 3px;
}

/* ========== Banner区域 ========== */
.p-school-container .banner {
    width: 100%;
    height: 700px;
    background-image: url(https://offical-prod-linkkap.oss-cn-shenzhen.aliyuncs.com/images/school/schoolbanner.png);
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.p-school-container .banner .banner-title {
    width: 1151px;
    text-align: center;
    margin: auto;
    padding-top: 134px;
}

.p-school-container .banner .banner-title .big-title {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    letter-spacing: 1px;
    margin-bottom: 34px;
    text-shadow: 04px 04px 03px rgba(3, 12, 83, .3);
}

.p-school-container .banner .banner-title .small-title {
    font-size: 30px;
    color: #f5f8fc;
    line-height: 40px;
}

/* ========== 标题样式 ========== */
.business-school-title,
.internal-training-title,
.property-right-title,
.stock-right-title {
    position: relative;
}

.business-school-title .title-word,
.internal-training-title .title-word,
.property-right-title .title-word,
.stock-right-title .title-word {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    color: #0d111d;
    line-height: 47px;
    letter-spacing: 1px;
}

/* ========== 二维码样?========== */
.qc-know {
    width: 200px;
    height: 200px;
    background: #fff;
    box-shadow: 0 0 5px 3px rgba(37, 126, 254, .1);
}

.qc-know img {
    width: 100%;
    height: 100%;
}

.qc-know:after {
    position: absolute;
    display: inline-block;
    top: 90%;
    left: 40%;
    z-index: -1;
    width: 0;
    height: 0;
    content: "";
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 20px;
    transform: rotate(135deg);
    box-shadow: 0 0 15px 3px rgba(37, 126, 254, .2);
}

/* ========== 内容标题 ========== */
.content-title {
    display: inline-block;
    margin-top: 70px;
    overflow: hidden;
    position: relative;
}

.content-title .line {
    position: absolute;
    z-index: -1;
    bottom: 04px;
    left: 0;
    width: 100%;
    height: 11px;
    background: linear-gradient(270deg, rgba(76, 181, 255, 0), #257efe);
    opacity: .8;
}

.content-title .content-title-text {
    float: left;
    font-size: 30px;
    color: #0d111d;
    line-height: 40px;
    letter-spacing: 1px;
}

/* ========== 秒懂股权区域 ========== */
.stock-right {
    width: 1200px;
    margin: 70px auto 0;
}

.stock-right-content {
    padding-bottom: 16px;
}

.stock-right-content .stock-right-video {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.stock-right-content .stock-right-video .video-box {
    width: 278px;
    height: 300px;
    border-radius: 15px;
    border: 1px solid hsla(0, 0%, 87.5%, .6);
    overflow: hidden;
    position: relative;
}

.stock-right-content .stock-right-video .video-box .video-img {
    width: 100%;
}

.stock-right-content .stock-right-video .video-box .video-play {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: url(../images/play1.png) no-repeat;
    background-size: cover;
}

.stock-right-content .stock-right-video .video-box .video-word {
    width: 100%;
}

.stock-right-content .stock-right-video .video-box p {
    white-space: pre-wrap;
    padding: 0 15px;
    margin-top: 18px;
    text-align: center;
    font-size: 20px;
    color: #37383a;
    line-height: 30px;
}

.stock-right-content .stock-right-video .video-box:hover {
    border: 0;
    box-shadow: 3px 5px 20px 6px rgba(37, 126, 254, .1);
    cursor: pointer;
}

.stock-right-content .stock-right-video .video-box:hover .video-play {
    width: 82px;
    height: 82px;
}

/* ========== 链股商学区域 ========== */
.business-school {
    margin: 54px auto 0;
    width: 1200px;
}

.boutique-course .course-content,
.boutique-course .course-content img {
    width: 100%;
}

.boutique-course .course-content .course-content-word {
    margin-top: 30px;
    width: 100%;
    height: 40px;
}

.boutique-course .course-content .course-content-word .try-look {
    text-align: center;
    width: 65px;
    height: 36px;
    border-radius: 04px;
    border: 02px solid #257efe;
    font-size: 20px;
    line-height: 34px;
    color: #257efe;
}

.boutique-course .course-content .course-content-word .course-content-word-text {
    margin-left: 20px;
    font-size: 24px;
    color: #0d111d;
    line-height: 36px;
    letter-spacing: 1px;
}

.boutique-course .course-content .course-content-word .know-btn {
    margin-left: 50px;
    width: 107px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #0d111d;
    text-align: center;
    line-height: 36px;
    font-size: .2px;
    color: #0d111d;
    position: relative;
}

.boutique-course .course-content .course-content-word .know-btn span {
    width: 100%;
    height: 100%;
    float: left;
    font-size: 20px;
}

.boutique-course .course-content .course-content-word .know-btn .qc-know {
    display: none;
    position: absolute;
    top: -236px;
    left: 50%;
    transform: translateX(-50%);
}

.boutique-course .course-content .course-content-word .know-btn:hover {
    box-shadow: inset 0 2px 10px 3px rgba(96, 160, 253, .3);
    border: 1px solid #257efe;
    color: #257efe;
    font-size: .2px;
}

.boutique-course .course-content .course-content-word .know-btn:hover .qc-know {
    display: block;
}

/* ========== 其他课程 ========== */
.other-course {
    width: 1200px;
}

.other-course .know-more {
    margin-top: 70px;
    width: 100px;
    font-size: 20px;
    color: #0d111d;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAADeElEQVRIS53WTW/cVBQG4Pdcd5qQeDwznqSBZOKJqmxYsaJCrajaIgTqBoGA8qGCukLqhhCQWCKxYBe3qsQ/QIh+l0ILCaUIxA9gAUsg8xFokhnbY7uq2hnfg66TTBIy6Vzw1uf1Y4/mnnPIsp0ZSWwaHfq01ar60LzMYvlxwfwOWC6Efv2mZgxk2c5HDIwT8ypJmtNFh/MTTwhhnE4hyTeioHZdB6V8fiovRfI+g/aBuUEJz4Vh3dMJDxedZwTjFQAEyTejoPZlvxypgnV0lkFjYG6ik7hR9FejX1jdN0fKR0nyiTWUvo2CytWH5VJQXYXC/lybOrMEPAqGx+0HbhzfWdVC86UjJMRrCmXQQuxVLu+W64JpgW1bJkyFPgaGz+37bhwvr+ihk4dJ0BtrKG7FXvVir9x2UFWMjGRNOaTQcTACmTHcuyt/Luug2cLk0yB6U6ECfLvl1c7/O7cTVBWjo6aZPKLQCQCtQUO4q6uLd/RQ5xAIJxVKzD+Efu2LrbneYBcdeo/AJYDDASHcRqPytxZqlw8SyZPMJEjIH8NG/fON3O5gWjE2bBYHZ4jZATjaS3ym2awv6aCWPfEUSLy9htJPYaOiUO4DqkePD2WLxgyYygrNQJ71vKW6FlosHQPoVIoSfg6b1c80wA10z7tgTAEc7+HMx77/R0sPnXwSEqeYyGCieU0QyGYnisgYnyiEk+R83Fq6rQOqGqvovMWMQwzc0wbN/NQREvL1FATOxV71Ny1wbGzYau/9MO1ihEUtcPv5wvctr3pBC0uP1+Y/PRHC7Qua+W0d5LvYq17SxzbP8oCgM+pYPRQ0t/ZISfNxULmihW3tVoRAGpvdalfQLJaPEfOrulOg+yI7+nHGjePfu/24J/h/5txa85+2TDzYaP49J84OMGc7z0rg5fQBjK8jv/qVzs+oxltCnVleH2/odOZ6zdRtoGVPPseglxRATNdDv3JDH2urrWF9gMu5KFpq9sp2QcsuPc8QL65j10K/8o0O9l9XlBS0CuXjTPxCioGvhF5tXgfL5ZwCG6xWk31qCUPCbr99iKxC6TiTSDEBvtzyags6WPpllHzARKMEXqGEXJ2Nj0zbOUvAoCRcutus3tLBVI2ZKx8jg08QeFlIww2CxUAnS9ZoaVp2aDD2a7/qBDZrpgeyhfsHIuPeL2g0It3sPxiMrZRfnYkvAAAAAElFTkSuQmCC) no-repeat right 07px;
    background-size: 14px auto;
    position: relative;
}

.other-course .know-more .qc-know {
    display: none;
    position: absolute;
    top: -228px;
    left: 50%;
    transform: translateX(-50%);
}

.other-course .know-more:hover {
    color: #257efe;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAADbElEQVRIS5XW3W8UVRjH8e9vlr5BBYwRpBok0u6qF3olMRKNYozGG6NR8SVovDIxMdaFCAR2Z3esQDRdiIn/gSGigIpSpSJG4x/gBUh3uzWEYJDXglVrbXcec1ba7EK7e5yrSfb85rPnzJznOUplrDdO0DnxNx+c3KFRPK+erXYHCV5VhcFSnwY8YyiZtRDRJePceAf9Jzf7ocmM3U3Aaw6KKxws9+mAD6oVoS1ugfWCJcD5Fug/ltdFn3Ayaw9LPGMgGQPFSJ83y8kNqKJGWmIpxgUCCqWczjcLu99TWXsIWGtCGF+XIn3aKFcF3XXbRls0r500cBNwMf6HQnm7zvmg3aE9mDCec2hgDA5F2jdXbgZ0A7pDWxgYacQyM0bjgMJITmd90J6cPRDEvOBQGYeLkT6ZLVcHVpfoLbvO3ExFl8GltlYKR7fojA+azNj9Ei9eWd4jpUh7rs5dA7oBd4bWORWTJuBmMy63iMLPef3mg6YytjoW6+TeqfiulNNHtblZwWm0Yrxp4hbB70ErheNbdNoHXZmz+wJjnSAw8f1wTrunc3OCbsDSDbZg4Xx6JZZjjFFhZ+kd/eqDdod2r+Blh8r4oRixG2QNQffgrpzN7zR6gVuBsRh2lfM65YMmQ1tl8IpDMX4sRXzYFJxBY95ArAD+mOog+mWTLnuhGbvHgiqaMDjkBboH377Zbohb2ebuKxX2jPTpiA/oxiRz9hLGajPGvUG3uQN43j0gjnm//LaO+YB3vWcLxsfYeKWKnfACa/eX4NtiXh/7YG571X3pkxSagnUVBL4p5rXXF5uiWiqre3neFDuPb9PphmBtjXQvfDiv/T5Yo2o1J5jK2RpinvXtAtN/pK4ew2is+no8K1jb52JjoOzR52aK/3/LuGyujnMN2JO1RySern6NxpflSF/4LOPV7Q3RP1tPrW9PWXs0EE85wIwDw5EOemE7bFHiL9ZPN/Bgkv6h7brQsD2lQnvM4MnqIOOzUqSvfLD/e0SpzjAZ2uPAE+4+MPYPRTrkgy3fZNd3tJE2WOIOYX+Kwqkm5yHVYjHsK+c16IO5mbUZG0zcaHB2YoKCzzFTPVnbFYj2GPYO53XYB3NjUlttjSVYa3BmEgon8rrkk9XK0LoR7SM5HfUJzOy3160tWMwqTfBT8V2N+Wb/BU2LgyiaN0wyAAAAAElFTkSuQmCC) no-repeat right 07px;
    background-size: 14px auto;
}

.other-course .know-more:hover .qc-know {
    display: block;
}

.other-course-content {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 20px;
}

.other-course-content .other-course-box {
    width: 560px;
}

.other-course-content .other-course-box img {
    width: 100%;
    float: left;
}

.other-course-content .other-course-box h3 {
    float: left;
    width: 100%;
    margin-top: 21px;
    text-align: center;
    white-space: pre;
    font-size: 24px;
    color: #000;
    line-height: 31px;
    letter-spacing: 1px;
}

.other-course-content .other-course-box h3 span {
    display: inline-block;
    background: url(https://offical-prod-linkkap.oss-cn-shenzhen.aliyuncs.com/images/school/bcg1.png) no-repeat;
    background-position: 0 18px;
    background-size: 34px auto;
}

/* ========== 企业内训区域 ========== */
.internal-training-bcg {
    width: 100%;
    height: 830px;
    background: url(https://offical-prod-linkkap.oss-cn-shenzhen.aliyuncs.com/images/school/bcg2.png) no-repeat;
    background-size: cover;
    margin-top: 70px;
    padding: 70px 0;
}

.internal-training {
    width: 1200px;
    margin: 0 auto;
}

.internal-training .internal-training-content {
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.internal-training .internal-training-content .internal-training-box {
    position: relative;
    margin-top: 30px;
    width: 376px;
    height: 260px;
    border-radius: 010px;
    overflow: hidden;
}

.internal-training .internal-training-content .internal-training-box img {
    width: 100%;
    height: 100%;
}

.internal-training .internal-training-content .internal-training-box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
    line-height: 57px;
    background: linear-gradient(180deg, rgba(76, 181, 255, 0) 0%, rgba(20, 45, 80, 0.63) 100%);
}

.internal-training .internal-training-content .internal-training-box .text span {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 024px;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    text-shadow: 0px 1px 2px rgba(4, 28, 63, 0.7);
}

.internal-training .internal-training-content .internal-training-box:hover .text {
    background: linear-gradient(180deg, rgba(67, 166, 255, 0) 0%, rgba(60, 107, 246, 1) 100%);
}

.internal-training .internal-training-content .internal-training-box:hover .text span {
    text-shadow: none;
}

/* ========== 知识产权区域 ========== */
.property-right {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}

.property-right-content {
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.property-right-content .property-right-box {
    width: 375px;
    height: 385px;
    box-shadow: 0px 0px 10px 5px rgba(172, 170, 170, 0.16);
    border-radius: 15px;
    border: 1px solid rgba(223, 223, 223, 0.63);
    position: relative;
    overflow: hidden;
}

.property-right-content .property-right-box .qc-property {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.property-right-content .property-right-box .qc-property img {
    float: none;
    display: block;
    width: auto;
    height: 80%;
    margin: 40px auto 0;
}

.property-right-content .property-right-box img {
    float: left;
    width: 100%;
}

.property-right-content .property-right-box .text {
    float: left;
    width: 100%;
    height: 85px;
    text-align: center;
}

.property-right-content .property-right-box .text span {
    margin-top: 45px;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    height: 60px;
    font-size: 020px;
    color: rgb(55, 56, 58);
}

.property-right-content .property-right-box:hover .qc-property {
    display: block;
}

.property-right-content .property-right-box:hover .text span {
    color: rgb(37, 126, 254);
}

/* ========== 侧边栏FAQ图标 ========== */
.faq {
    width: 24px;
    height: 24px;
    background-image: url('../images/sidebar/faq.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 5px;
}

/* ========== 视频播放器样?========== */
.hidden-span {
    display: none;
}

.course-video {
    position: relative;
}

.course-video .video-js {
    height: 530px;
}

.index-video {
    position: relative;
}

.index-video .video-js {
    width: 100vw;
    height: 100vh;
}

.index-video .vjs-poster {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}

.video-js {
    width: 100%;
    position: relative;
}

.video-js .vjs-tech {
    padding: 2px 0 !important;
}

.video-js .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 138px;
    height: 138px;
    background: url(../images/play2.png) no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: none;
    outline: none;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    display: none;
}

.video-js .vjs-big-play-button:hover {
    background: url(../images/stop1.png) no-repeat;
    background-size: cover;
    transition: all .4s;
}

.video-js .vjs-control-bar {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .44));
}

.video-js .vjs-current-time {
    display: block;
}

.video-js .vjs-duration {
    display: block;
    order: 5;
}

.video-js .vjs-fullscreen-control {
    order: 6;
}

.video-js .vjs-volume-panel {
    display: none;
}

.video-js .vjs-play-progress:before {
    top: 50%;
    transform: translateY(-50%);
}

