﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: #f7f8f9;
    /*禁用Webkit内核浏览器的文字大小调整功能*/
    -webkit-text-size-adjust: none;

    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight: rgba(0, 0, 0, 0);

    /*控制内容的可选择性*/
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;

    /*设置字体的抗锯齿或者说光滑度*/
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif;
}

ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}

.ul, .ul li {
    list-style: none;
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, .p {
    padding: 0px;
    margin: 0px;
}

select, input, em, textarea {
    color: #1F2E43 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
}

img, object {
    border: none;
    border: 0;
    overflow: hidden;
    vertical-align: top;
}

a {
    color: #7F8EAA;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
a:focus {
    outline: none;
    -moz-outline: none;
}

.hide {
    display: none;
}

/*设置隐藏元素*/

/*清楚浮动*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

input {
    outline: none;
    border: none;
}

input::-webkit-input-placeholder {
    /* Chrome, Opera, Safari */
    font-size: 28px;
    color: #999999;
}

input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 28px;
    color: #999999;
    opacity: 1;
    /* 修复老版本Firefox的不透明度问题 */
}

input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 28px;
    color: #999999;
    opacity: 1;
    /* 修复Firefox的不透明度问题 */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 28px;
    color: #999999;
}

/* Top */
.Top {
    height: 236px;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-image: url(../images/headBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1000;
}

.Top .TopSearch {
    height: 68px;
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 55px;
    align-items: center;
    width: 750px;
    box-sizing: border-box;
}

.Top .TopSearch .logo {
    width: 52px;
    margin-right: 30px;
}

.Top .TopSearch .searchBox {
    flex: 1;
    height: 100%;
    width: 540px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 6px;
    box-sizing: border-box;
    margin-right: 30px;
}

.Top .TopSearch .searchBox input {
    flex: 1;
    font-size: 26px;
    color: #666666;
    height: 100%;
    margin-left: 18px;
    margin-right: 18px;
    background: transparent;
}

.Top .TopSearch .searchBox a {
    width: 92px;
    height: 56px;
    background: linear-gradient(90deg, #0068B7, #0481E1);
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #FFFFFF;
}

.Top .TopType {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
    font-size: 30px;
    color: #333333;
    width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
}

.Top .TopType ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    margin-left: 28px;
    margin-right: 28px;
    justify-content: space-between;
}

.Top .TopType ul li {}

.Top .TopType li a {
    display: flex;
    align-items: center;
       font-size: 26px;
    color: #fff;
	  background-color: #75b4f5;
    color: #fff;
    border-radius: 25px;
    padding: 5px 10px;
}
.Top .TopType ul li.cur a {
    background-color: transparent;
    color: #fff;
    background-image: linear-gradient(90deg, #0068B7, #0481E1);
}

/* bottom */
.Bottom {
    height: 120px;
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
}

.BottomList {
    width: 750px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding-left: 112px;
    padding-right: 112px;
    box-sizing: border-box;
}

.BottomList li a {
    font-size: 22px;
    line-height: 22px;
    color: #7F8EAA;
    height: 100%;
    display: block;
    padding-top: 76px;
    box-sizing: border-box;
}

.BottomList li a:hover {
    color: #007AD6;
}

.BottomList li:first-child a {
    background-image: url(../images/bottom_index.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 24px;
}

.BottomList li:nth-child(1) a:hover, .BottomList li:nth-child(1) a.on {
    background-image: url(../images/bottom_index_h.png);
    color: #007AD6;
}

.BottomList li:nth-child(2) a {
    background-image: url(../images/bottom_video.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 24px;
}

.BottomList li:nth-child(2) a:hover, .BottomList li:nth-child(2) a.on {
    background-image: url(../images/bottom_video_h.png);
    color: #007AD6;
}

.BottomList li:last-child a {
    background-image: url(../images/bottom_my.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 24px;
}

.BottomList li:last-child a:hover, .BottomList li:last-child a.on {
    background-image: url(../images/bottom_my_h.png);
    color: #007AD6;
}

/*页面框架*/
body {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.body {
    background-image: none !important;
    background-color: #FFFFFF;
}


.Contain {
    margin: 0 auto;
    width: 750px;
    padding: 0px 30px;
    box-sizing: border-box;
    padding-bottom: 140px;
}

.ContainVideo {
    margin: 0 auto;
    width: 750px;
    box-sizing: border-box;
    padding-bottom: 140px;
    padding-top: 236px;
}

.content {
    padding: 0px 30px;
    margin-top: 40px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.02);
    padding-bottom: 1px;
}

/* my */
.myHead {
    width: 686px;
    height: 280px;
    background-image: url(../images/my_head_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-top: 106px;
}

.myHead .myPhoto {
    width: 160px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: -80px;
    left: 30px;
}

.myHead .myPhoto img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.myHead .myRegister {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 224px;
    top: 60px;
}

.myHead .myRegister div {
    font-size: 30px;
    line-height: 30px;
    color: #1F2E43;
    margin-bottom: 18px;
}

.myHead .myRegister span {
    font-size: 48px;
    line-height: 48px;
    color: #1F2E43;
    margin-bottom: 18px;
}

.myHead .myLogin {
    background-image: url(../images/my_login_bg.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -12px;
    bottom: -35px;
    background-size: cover;
    width: 250px;
    height: 120px;
    padding-bottom: 35px;
    box-sizing: border-box;
    padding-right: 12px;
    font-size: 32px;
    color: #FFFFFF;
}

.myHead .myInfo {
    position: absolute;
    right: 0px;
    font-size: 24px;
    color: #333333;
    display: flex;
    align-items: center;
    line-height: 24px;
    top: -58px;
}

.myHead .myInfo img {
    margin-right: 10px;
}

.myList {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    padding: 0px 30px;
    margin-top: 40px;
}

.myList li a {
    /* padding: 42px 0px; */
    padding: 38px 0px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 28px;
    color: #000000;
}

.myList li:last-child a {
    border-bottom: none;
}

.myList li a div {
    display: flex;
    align-items: center;
}

.myList li a div img {
    margin-right: 20px;
}

/* 注册 */
.form {
    background-color: #FFFFFF;
    padding: 60px 30px 80px 20px;
    margin-top: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.formList {
    height: 80px;
    background: #F4F7FA;
    border-radius: 10px;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 30px;
    color: #1F2E43;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
}


.formList:nth-child(2) {
    width: calc(100% - 114px);
}

.formList:nth-child(3) {
    width: 96px;
    background: #F4F7FA;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formList input {
    font-size: 26px;
    color: #1F2E43;
    width: auto;
    text-align: right;
    box-sizing: border-box;
    border: none;
    background: transparent;
    outline: none;
}

.formList input:focus-visible {
    border: none;
}

.submit {
    width: 100%;
    height: 90px;
    background: linear-gradient(90deg, #007AD6, #428EFB);
    border-radius: 45px;
    font-size: 32px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.qyRegister {
    font-size: 26px;
    color: #919DAD;
    width: 100%;
    line-height: 26px;
    text-align: center;
}

/* about */
.about {
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    padding: 40px 30px 88px 30px;
}

.about .aboutHead {
    font-size: 32px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 42px;
}

.about .aboutHead img {
    margin-right: 18px;
}

.about .aboutTime {
    font-size: 42px;
    line-height: 42px;
    color: #0167B6;
    margin-bottom: 24px;
}

.about .aboutCompany {
    font-size: 32px;
    line-height: 32px;
    color: #000000;
}

.about .aboutLogo {
    max-width: 100%;
    margin-bottom: 78px;
}

.about p {
    font-size: 28px;
    color: #000000;
    line-height: 46px;
    text-indent: 56px;
    margin-bottom: 42px;
}

/* empty */
.empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.empty img {
    margin-top: 20px;
    margin-bottom: 28px;
}

.empty div {
    font-size: 32px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 100px;
}

.empty a {
    width: 200px;
    height: 50px;
    background: rgba(8, 124, 217, 0.2);
    border-radius: 25px;
    font-size: 24px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* collect */
.collect li {
    margin-bottom: 40px;
}

.collect .collectList {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.collect .collectImg {
    width: 284px;
    height: 160px;
    background: #000000;
    border-radius: 20px;
    margin-right: 30px;
}

.collect .collectImg img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.collect .collectR {
    flex: 1;
}

.collect .collectR .collectR_t {
    font-size: 28px;
    color: #000000;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.collect .collectR .collectR_b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #cccccc;
}

.collectR_type {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.collect_font {
    font-size: 24px;
    color: #CCCCCC;
    height: 38px;
    background: #F1F1F1;
    border-radius: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    margin-right: 18px;
    /* font-weight: lighter; */
}

.collect_hot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.collect_hot img {
    margin-right: 5px;
}

/* user */
.user {
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    padding: 0px 30px;
}

.userList {
    border-bottom: 1px solid #EEEEEE;
}

.userList:last-child {
    border-bottom: none;
}

.userList a {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
    font-size: 28px;
    color: #333333;
    line-height: 44px;
}

.userList .user_icon {
    width: 100px;
    height: 100px;
    background: #FAF4ED;
    border-radius: 10px;
    margin-right: 30px;
}

.userListR {
    display: flex;
    align-items: center;
}

.userListR span {
    margin-right: 30px;
    font-size: 28px;
    color: #333333;
}

/* modifyPhone */

.modifyPhoneTitle {
    font-size: 28px;
    color: #333333;
    line-height: 43px;
    padding-top: 66px;
    margin-bottom: 82px;
}

.modifyPhoneFormList {
    border-bottom: 1px solid #EEEEEE;
    padding-top: 33px;
    padding-bottom: 33px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* .modifyPhoneFormList span {
    font-size: 28px;
    color: #333333;
    margin-right: 26px;
    background-image: url(../images/triangle.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 24px;
} */

.modifyPhoneFormList input {
    flex: 1;
    color: #999999;
    font-size: 28px;
}

.modifyPhoneFormList a {
    font-size: 28px;
    color: #017AD6;
    margin-left: 26px;
}

/* modifyName */
.modifyName {
    display: flex;
    flex-direction: row;
    padding-top: 68px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 40px;
    align-items: center;
    font-size: 28px;
    color: #333333;
}

.modifyName #licenseText {
    font-size: 28px;
    line-height: 28px;
    color: #333333;
    flex: 1;
    border: none;
    box-sizing: border-box;
    outline: none;
    margin-right: 16px;
}

textarea::-webkit-input-placeholder {
    /* Chrome, Opera, Safari */
    font-size: 28px;
    color: #333333;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 28px;
    color: #333333;
    opacity: 1;
    /* 修复老版本Firefox的不透明度问题 */
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 28px;
    color: #333333;
    opacity: 1;
    /* 修复Firefox的不透明度问题 */
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 28px;
    color: #333333;
}

/* 微信登录 */
.wxLogin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 130px;
}

.wxLogin img {
    margin-bottom: 112px;
}

.wxLogin div {
    font-size: 32px;
    color: #1F2E43;
    line-height: 32px;
    margin-bottom: 32px;
}

.wxLogin p {
    font-size: 32px;
    line-height: 32px;
    color: #AFBDD2;
    margin-bottom: 62px;
}

/* 手机号登录 */
.phoneLogin {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.phoneLogin .logo {
    width: 174px;
    margin-top: 82px;
    margin-bottom: 70px;
}

.phoneLogin .title {
    font-size: 44px;
    line-height: 44px;
    color: #1F2E43;
    margin-bottom: 20px;
}

.phoneLogin .subTitle {
    font-size: 24px;
    line-height: 24px;
    color: #5D6F87;
    margin-bottom: 78px;
}

.phoneLogin .form {
    padding: 0px;
    margin-top: 0px;
    width: calc(100% - 36px);
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

.phoneLogin .form div {
    height: 90px;
    background: #FFFFFF;
    border-radius: 45px;
    display: flex;
    align-items: center;
    padding: 0px 60px;
    box-sizing: border-box;
    margin-bottom: 30px;
    justify-content: space-between;
}

.phoneLogin .form div input {
    font-size: 30px;
    color: #919DAD;
    flex: 1;
    margin-left: 24px;
    margin-right: 24px;
    height: 100%;
}

.phoneLogin .form div .get {
    font-size: 30px;
    color: #919DAD;
    display: flex;
    align-items: center;
    height: 100%;
    width: 70px;
    justify-content: flex-end;
}

.phoneLogin .form .submit {
    margin-bottom: 60px;
}

.phoneLogin .loginWay {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 36px);
    font-size: 24px;
    color: #919DAD;
}

.phoneLogin .loginWayL {
    display: flex;
    align-items: center;

}

.phoneLogin .loginWayL img {
    width: 54px;
    margin-right: 14px;
}

/* 企业会员 用户切换 */
.userChange {
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 80px;
}

.userChange .title {
    font-size: 44px;
    line-height: 44px;
    color: #1F2E43;
    margin-bottom: 20px;
}

.userChange .subTitle {
    font-size: 24px;
    line-height: 24px;
    color: #5D6F87;
    margin-bottom: 60px;
}

.userChange .userChangeList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.userChange .userChangeList li {
    width: calc(50% - 25px);
}

.userChange .userChangeList li div {
    width: 100%;
    height: 325px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(0deg, #FFF2EF 0%, #FFDED5 100%);
    margin-bottom: 30px;
}

.userChange .userChangeList li:first-child div {
    background: linear-gradient(0deg, #F3F9FF 0%, #BCDEFF 100%);
}

.custom-radio {
    width: 260px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #4D7DE0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #7A889A;
}

.custom-radio.active {
    color: #1F2E43;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio .radio-btn {
    margin-right: 12px;
    position: relative;
    width: 28px;
    height: 28px;
    background-image: url(../images/radio.png);
    background-size: cover;
    display: inline-block;
}

.custom-radio input[type="radio"]:checked+.radio-btn::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-image: url(../images/radio_focus.png);
    background-size: cover;
}

/* 企业会员注册 */
.member .formList:nth-child(2), .member .formList:nth-child(3) {
    width: 100%;
    justify-content: space-between;
}

/* 视频列表 */
.contentPublic {
    padding-top: 238px;
}

.video .banner {
    margin-bottom: 50px;
}

.video .banner .swiper {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.video .banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 20px;
}

.video .banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;

}

.video .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #EEEEEE;
    border-radius: 5px;
    opacity: 0.5;
}

.video .banner .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.video .banner .swiper-pagination {
    bottom: 40px !important;
}

.videoList .my-pagination .swiper-pagination-bullet {
    text-align: center;
    border-radius: 0;
    opacity: 1;
}

.videoList .my-pagination ul {
    display: flex;
}

.videoList .my-pagination li {
    display: block;
    background: #fff;
    overflow: hidden;
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    height: 50px;
    line-height: 30px;
    position: relative;
    font-size: 30px;
    color: #666666;
    width: auto;
    margin-right: 46px;
}

.videoList .my-pagination li:after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    transform: translate(-50%, 0px);
}

.videoList .my-pagination .swiper-pagination-bullet-active {
    font-size: 34px;
    line-height: 34px;
    color: #333333;
    background: linear-gradient(0deg, #0068B7 0%, #0481E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.videoList .my-pagination .swiper-pagination-bullet-active:after {
    opacity: 1;
    width: 42px;
    height: 6px;
    background: linear-gradient(90deg, #0068B7, #0481E1);
    border-radius: 3px;
}

.videoList .swiper-wrapper {
    margin-top: 10px;
}

.videoList .videoListUl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.videoList .videoListUl li {
    width: calc(50% - 10px);
    margin-bottom: 30px;
}

.videoList .videoListUl .posterBox {
    position: relative;
    width: 100%;
    /*height: 188px;*/
    border-radius: 20px;
    overflow: hidden;
	padding-bottom: 52.734375%;
}
.videoList .videoListUl .posterBox .poster {display:block; position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}
.videoList .videoListUl .num {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    font-size: 20px;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 14px;
    /* background: rgba(0, 0, 0, .1); */
    border-radius: 20px;
}

.videoList .videoListUl .num div {
    display: flex;
    align-items: center;
}

.videoList .videoListUl .num div img {
    margin-right: 6px;
}

.videoList .videoListUl .title {
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    margin-top: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.videoList .videoListUl .subTitle {
    font-size: 26px;
    line-height: 26px;
    color: #CCCCCC;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.videoList .videoListUl .type {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #CCCCCC;
}

.introduce {
    font-size: 34px;
    line-height: 52px;
    color: #000000;
}

.introduceCon {
    font-size: 28px;
    color: #666666;
    line-height: 45px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 32px;
    margin-bottom: 42px;
    margin-top: 30px;
}

.videoBox {
    position: relative;
    border-radius: 20px;
	    display: block;
}

.Scale-img {
    overflow: hidden;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
    border-radius: 20px;
}

.Scale-img img {
    display: block;
    width: 100%;
}

.video video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000;
    display: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.play {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(../images/start.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
	z-index: 5;
}

.ContainVideo .play, .ContainVideo .video video {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.videoDetail {
    padding: 0px 30px;
    box-sizing: border-box;
    top: -24px;
    /* top: -10px; */
    z-index: 999;
    position: relative;
    background: #FFFFFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 52px;
}

.videoDetail .videoDetailTop {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 34px;
    margin-bottom: 40px;
}

.videoDetail .photo {
    display: flex;
    align-items: center;
    margin-top: 34px;
    margin-bottom: 32px;
    font-size: 30px;
    color: #333333;
}

.videoDetail .photo img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-right: 16px;
}

.videoDetail .photo span {
    font-size: 28px;
    color: #666666;
    margin-left: 52px;
}

.category {
    background-color: #F2F2F2;
    display: flex;
    flex-direction: row;
    height: 100%;
    padding-bottom: 140px;
    box-sizing: border-box;
    width: 750px;
    margin: 0 auto;
}

.categoryNav {
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.categoryNav a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-size: 30px;
    padding: 25px 10px;
    color: #666666;
    width: auto;
    text-align: center;
}

.categoryNav li.on a {
    color: #0068B7;
}

.categoryList {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
}

.categoryList h2 {
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 28px;
}

.categoryList li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.categoryList li a span {
    font-size: 24px;
    color: #666666;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 128px;
    margin-top: 12px;
}

.categoryList li a img {
    width: 128px;
    height: 128px;
    border-radius: 10px;
}

.categoryListType {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 38px 30px 3px 30px;
    box-sizing: border-box;
    margin-top: 22px;
    margin-left: 30px;
}

.categoryListType ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.categoryListType ul li {
    width: calc(100% / 3);
    display: flex;
    justify-content: flex-start;
    margin-bottom: 35px;
}

.categoryListType ul li:nth-child(3n) a {
    align-items: flex-end;
}

.categoryListType ul li:nth-child(3n-1) a {
    align-items: center;
}

/* 首页 */
.bannerFont {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 36px;
    box-sizing: border-box;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 46px;
    left: 0px;
    top: 0px;
}

.indexBanner .swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 1px;
    opacity: 0.5;
}

.indexBanner .swiper-pagination-bullet-active {
    opacity: 1;
}

.indexBanner .swiper-pagination {
    bottom: 16px !important;
}

.indexTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.indexTitle h2 {
    font-size: 34px;
    color: #000000;
}

.indexTitle a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 22px;
    color: #666666;
}

.indexTitle img {
    margin-left: 10px;
}

.indexList {
    display: flex;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 40px;
}

.indexList:last-child {
    border-bottom: none;
}

.indexListL {
    width: 255px;
    height: 255px;
    margin-right: 30px;
}

.indexListL img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.indexListR {
    width: calc(100% - 285px);
}

.indexListR h2 {
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    font-weight: normal;
}

.indexListR p {
    font-size: 24px;
    color: #666666;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: lighter;
}

.indexListRB {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}

.goStudy {
    width: 145px;
    height: 50px;
    background: linear-gradient(90deg, #0068B7, #0481E1);
    border-radius: 25px;
    font-size: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 22px;
    box-sizing: border-box;
    padding-right: 4px;
    justify-content: space-between;
}

.triangle_blue {
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categoryBox {
    height: 100%;
}

.categoryBox .categoryBoxNav {
    height: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    width: 750px;
    box-sizing: border-box;
    background: #F2F2F2;
    margin: 0 auto;
}

.categoryBox .categoryBoxNav ul {
    width: calc(100% - 74px);
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 35px;
    box-sizing: border-box;
}

.categoryBox .categoryBoxNav ul li {
    height: 60px;
    margin-right: 28px;
    display: inline-block;
}

.categoryBox .categoryBoxNav ul li a {
    font-size: 30px;
    color: #333333;
    height: 100%;
}

.categoryBox .categoryBoxNav ul li.on {
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 33px 11px;
}

.categoryBox .categoryBoxNav ul li.on a {
    background: linear-gradient(0deg, #0068B7 0%, #0481E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.categoryBox .categoryListType ul li {
    width: 100%;
}

.categoryBox .categoryList li a {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.categoryBox .categoryList li a div {
    width: calc(100% - 190px);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 12px;
    box-sizing: border-box;
}

.categoryBox .categoryList li a img {
    width: 168px;
    height: 168px;
}

.categoryBox .categoryList h2 {
    font-size: 30px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    margin-bottom: 30px;
}

.categoryBox .categoryList h3 {
    font-size: 26px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
    margin-bottom: 25px;
}

.categoryBox .categoryList p {
    font-size: 24px;
    color: #333333;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.categoryBox .category {
    height: calc(100% - 110px);
}

.categoryBox .categoryListType {
    height: 100%;
}

.categoryBox .more {
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 45px;
    box-sizing: border-box;
}
.categoryBox .more img{
}
.modal {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1002;
    display: none;
}
.modalShadow{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0px;
    top: 0px;
}
.selectPhotoModal{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0px;
    top: 0px;
}

.modalCon {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 0px 0px 20px 20px;
    padding: 0px 30px;
    box-sizing: border-box;
    padding-bottom: 26px;
    position: relative;
}

.modal .modalCon .modalConTitle {
    padding: 36px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 34px;
    color: #000000;
}
.modal .modalCon .modalConTitle h2{
    font-weight: 400;
    font-size: 34px;
}

.modal .modalCon .modalConTitle a {
    display: flex;
    align-items: center;
}

.modal .modalCon ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.modal .modalCon ul li {
    width: calc(100% / 3);
    margin-bottom: 20px;
}

.modal .modalCon ul li a {
    height: 70px;
    background: #F5F5F5;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
}

.modal .modalCon ul li.on a {
    color: #0068B7;
    background: #CFEAFE;
}

/* .modal .modalCon ul li:nth-child(3n) a{
    margin-right: 0px;
} */

.modifyPhoto {
    background: #FFFFFF;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 32px 80px 32px;
    box-sizing: border-box;
    margin-top: 40px;
}

.modifyPhotoImg {
    width: 372px;
    height: 372px;
    background: #F2F2F2;
    border-radius: 10px;
}

.modifyPhotoImg img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.modifyPhotoBtn {
    height: 90px;
    background: #F2F2F2;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
    font-size: 32px;
    color: #000000;
}

.modifyPhotoBtn.active {
    height: 90px;
    background: linear-gradient(90deg, #007AD6, #428EFB);
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
    font-size: 32px;
    color: #FFFFFF;
}


.img_box ul li {
    float: left;
    margin-right: 20px;
    margin-top: 24px;
    position: relative;
    width: 160px;
    height: 160px;
    padding: 28px 8px;
    box-sizing: border-box;
    margin-bottom: 24px;
    background-color: #F4F7FA !important;
    padding-top: 42px;
}

.img_box ul .add_btn {
    border: 1px solid #e5e5e5;
    background: url(../images/add.png) no-repeat 50% 50%;
    cursor: pointer;
    border-radius: 10px;
}

.img_box ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

.img_box ul .del {
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
    background-image: url(../images/closeBtn.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
}

.item-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.yyPhoto {
    font-size: 30px;
    color: #1F2E43;
}

.yyPhoto span {
    color: #FF0000;
}

.xz {
    font-size: 20px;
    color: #7B808F;
}



.categoryBox .categoryList {
    overflow: scroll;
    margin-left: -8px;
    margin-right: 30px;
    border-radius: 20px;
}

.categoryBox .categoryNav li {
    display: flex;
    justify-content: flex-end;
}

.categoryBox .categoryNav a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 30px;
    color: #666666;
    width: 198px;
    height: 116px;
    box-sizing: border-box;
}

.categoryBox .categoryNav li.on a {
    background-image: url(../images/li_bg.png);
}

.categoryBox .categoryList {
    overflow: scroll;
    margin-left: -8px;
    background-color: #FFFFFF;
}

.categoryBox .categoryListType {
    margin-right: 0px !important;
}

/* 隐藏水平滚动条 */
::-webkit-scrollbar {
    width: 0;
    /* 设置滚动条的宽度为0.5em（根据需求调整）*/
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* 设置滚动条的背景色 */
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    /* 设置滚动条的前景色 */
}

/* 隐藏垂直滚动条 */
::-webkit-scrollbar-vertical {
    display: none;
    /* 将垂直滚动条隐藏起来 */
}

/* 显示水平滚动条 */
body {
    overflow-x: scroll;
    /* 添加此属性以显示水平滚动条 */
}

.j_select {
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    background: #fff;
    display: inline-block;
    margin-right: 26px;
}

/* .j_select .current_select {
	margin:0;padding:0;height:30px;line-height:30px;text-indent:1em;border:1px solid #ccc;box-shadow:1px 1px 2px #ccc;
	outline:none;
} */
.j_select .current_select .select_icon {
    margin: 0;
    padding: 0;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translate(0px,-50%);
    -webkit-transform: translate(0px,-50%);
    -moz-transform: translate(0px,-50%);
    -ms-transform: translate(0px,-50%);
    -o-transform: translate(0px,-50%);
}

.j_select ul {
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    border-radius: 2px;
    display: none;
    box-shadow: 1px 1px 2px #ccc;
    background: #fff;
    position: absolute;
    width: calc(100% - 2px) !important;
    max-height: 302px;
    overflow: auto;
    outline: none;
    z-index: 99 !important;
}

.j_select ul li {
    margin: 0;
    padding: 0;
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.j_select ul li:hover {
    background: #017AD6;
    color: #fff;
    cursor: default;
}

.j_select ul li.current_item {
    background: #017AD6;
    color: #fff;
    cursor: default;
}

.current_select_text {
    font-size: 28px;
    color: #333333;
}
.selectPhoto{
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 485px;
    background: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
.selectPhoto h2{
    font-size: 32px;
color: #333333;
line-height: 32px;
padding-top: 80px;
padding-bottom: 35px;
text-align: center;
border-bottom: 1px solid #EFEFEF;
}
.selectPhoto li{
    margin-top: 40px;
    padding-bottom: 40px;
    font-size: 28px;
color: #333333;
border-bottom: 1px solid #EFEFEF;
text-align: center;
}
.selectPhoto li:first-child{
    opacity: 0.8;
}
.selectPhoto li:nth-child(2){
    opacity: 0.6;
}
.selectPhoto li:nth-child(3){
    opacity: 0.3;
}
.share{
    width: 78px;
    height: 78px;
    background: #C6E3FB;
    /* box-shadow: 0px 5px 5px 0px rgba(0,104,183,0.4); */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 596px;
    right: 30px;
    z-index: 1003;
}
.fb{
    width: 78px;
height: 78px;
background: #E5EAFF;
/* box-shadow: 0px 5px 5px 0px rgba(100,128,242,0.4); */
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 710px;
right: 30px;
z-index: 1003;
}
.collectIcon{
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #666666;
}
.collectIconActive{
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #007AD6;
}
.collectIcon img,.collectIconActive img{
    width:32px !important;
    margin-left:16px;
    margin-right: 8px !important;
}
.collectIconActive{
    display: none;
}

.TopType .active{
    font-size: 34px !important;
    color: #000000 !important;
    background: linear-gradient(0deg, #0068B7 0%, #0481E1 100%) !important ;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/* 修改 */
.Top .TopType ul {
    overflow-x: auto;
    padding: 10px 0;
}

.Top .TopType ul li {
    white-space: nowrap;
}
.Top .TopType ul li:not(:first-child){
    margin-left: 20px;
}

.Top .TopType ul::-webkit-scrollbar,.Top .TopType ul::-webkit-scrollbar,
.categoryNav::-webkit-scrollbar,.categoryNav::-webkit-scrollbar{width:4px;height:4px;}
.Top .TopType ul::-webkit-scrollbar-thumb,
.categoryNav::-webkit-scrollbar-thumb{ border-radius:4px; -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1); background:#007AD6; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; }
.categoryNav::-webkit-scrollbar-track,
.categoryNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(153, 153, 153, .15);border-radius:10px;background:rgba(153, 153, 153, .15);}

.ajax_more {
    text-align: center;
}

.ajax_more .newsmore a,
.ajax_more .newsmore {
    font-size: 28px;
}
.putong{
    text-align: center;
    font-size: 24px;
    color: #999;
    display: inline-block;
    margin: 0 auto;
}

.loading_box{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 99999;
}
.loading_box .main{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.loading_box img{
    width: 80px;
}
.touxiang1{
    display: none;
}