.page {
    margin-top: 110px;
}

.spLine {
    color: #888;
}


/*未登录状态下页面嵌入登录表单*/

.loginLearnPage {
    display: none;
    /*未登录状态显示*/
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.loginLearnPage .sec01 {
    background: url(../imgs/learning.png) no-repeat center;
    background-size: cover;
    height: 860px;
    padding: 60px 0;
}

.loginLearnPage .panelBox {
    width: 1200px;
    background: rgba(255, 255, 255, .6);
    margin: 0 auto;
    display: flex;
    padding: 60px;
    align-items: center;
    justify-content: space-between;
}

.loginLearnPage .panelLine {
    width: 2px;
    height: 200px;
    background: #fff;
}

.loginLearnPage .panelLeft h3 {
    color: inherit;
}

.loginLearnPage .panelLeft p.line {
    margin: 20px 0;
    width: 160px;
    height: 2px;
    background: #003580;
}

.loginLearnPage .panelLeft .text {
    color: inherit;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.7;
}

.loginLearnPage .panelLeft .btnBlock {
    margin-top: 20px;
}

.loginLearnPage .panelLeft .btnBlock a {
    display: inline-block;
    padding: 10px 20px;
    background: #003580;
    color: #fff;
}

.loginLearnPage .form {
    width: auto;
    background: transparent;
    max-width: 600px;
    padding: 0;
    margin: 0;
}

.loginLearnPage .form .title {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.loginLearnPage .form .title>img {
    width: 60px;
}

.loginLearnPage .form .title p.titleLine {
    width: 1px;
    height: 40px;
    margin: 0 15px;
    background: #003580;
}

.loginLearnPage .form .title div>h4 {
    font-size: 24px;
    font-weight: bold;
    color: #003580;
    letter-spacing: 2px;
}

.loginLearnPage .form .title div>p {
    color: #888;
    font-size: 12px;
}

.loginLearnPage .form form {
    width: 460px;
}


/*未登录状态下试看视频*/

.mask_shikan {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.shikanBox {
    display: none;
    width: 800px;
    position: fixed;
    top: 16%;
    left: 50%;
    margin-left: -400px;
    z-index: 9;
}

.shikanBox #shikan {
    width: 100%;
    height: 500px;
}


/*content 页面内容*/

.content {
    display: none;
    /*已登录状态下显示*/
    position: relative;
    overflow: hidden;
}

.banner {
    width: 100%;
    position: relative;
    height: 150px;
    background: url(../imgs/video-banner2.jpg) no-repeat center;
    background-size: cover;
}

.banner h2 {
    font-size: 54px;
    color: #fff;
    padding-left: 40px;
    position: absolute;
    bottom: 60px;
    left: 11%;
}


/*左侧列表*/

.typeList {
    width: 20%;
    min-width: 180px;
    background: #fff;
    height: 100%;
    padding: 0;
    float: left;
    border-right: 1px solid #F5F5F5;
}

.typeList h3 {
    margin-top: 15px;
    font-size: 26px;
    padding: 0 20px;
}

.typeList ul#Type {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap
}

.typeList ul#Type li {
    font-size: 14px;
    width: 48%;
    height: 43px;
    padding: 10px 10px;
    color: inherit;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.typeList ul#Type li img {
    width: 20px;
    margin-right: 2px;
    float: left;
}

.typeList ul#Type li:hover {
    background: #f5f5f5;
}

.typeList ul#Type li.on {
    background: #f5f5f5;
    color: inherit;
}

.typeList ul#Type li span {
    padding-right: 6px;
}

.typeList .line {
    width: 100%;
    margin: 10px auto;
    padding: 0 20px;
}

.typeList .line p {
    height: 1px;
    background: #ddd;
}

.typeList .moreLabel {
    color: #888;
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
}

.typeList .moreLabel:hover {
    color: #333;
}

.typeList ul#Label {
    padding: 0 20px;
    max-height: 500px;
    overflow-y: auto;
}

.typeList ul#Label::-webkit-scrollbar {
    width: 5px;
    padding: 10px;
}

.typeList ul#Label::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.typeList ul#Label li {
    text-align: center;
    border: 1px solid #f5f5f5;
    width: 48%;
    float: left;
    color: inherit;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.typeList ul#Label li:nth-child(even) {
    margin-left: 4%;
}

.typeList ul#Label li:hover {
    background: #f5f5f5;
    color: inherit;
}

.typeList ul#Label li.on {
    background: #f5f5f5;
    color: inherit;
}

.typeList ul#Label2 {
    padding: 0 20px;
    /*height: 500px;
	overflow-y: auto;*/
}

.typeList ul#Label2 li {
    text-align: left;
    width: 100%;
    color: inherit;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.typeList ul#Label2 li:hover {
    background: #f5f5f5;
    color: inherit;
}

.typeList ul#Label2 li.on {
    background: #f5f5f5;
    color: inherit;
}

.typeList ul#Label2 div {
    text-align: left;
    background: #f5f5f5;
    width: 100%;
    color: inherit;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.typeList ul#Label2 li img {
    width: 20px;
    margin-right: 20px;
}

.typeList ul#Label2 li span {
    display: inline-block;
    margin-right: 20px;
}

.typeList ul#Label2 div img {
    width: 20px;
    margin-right: 20px;
}

.typeList ul#Label2 div .img {
    transform: rotateX(180deg);
}

.typeList ul#Label2 div:hover {
    background: #f5f5f5;
    color: inherit;
}

.typeList ul#Label2 div.on {
    background: #f5f5f5;
    color: inherit;
}

.typeList ul#Label3 {
    padding: 0 20px;
    /*height: 500px;
	overflow-y: auto;*/
}

.typeList ul#Label3 li {
    text-align: center;
    border: 1px solid #f5f5f5;
    width: 48%;
    float: left;
    color: inherit;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.typeList ul#Label3 li:nth-child(even) {
    margin-left: 4%;
}

.typeList ul#Label3 li:hover {
    background: #f5f5f5;
    color: inherit;
}

.typeList ul#Label3 li.on {
    background: #f5f5f5;
    color: inherit;
}

.park {
    width: 80%;
    float: left;
    padding: 20px 0 60px 40px;
}

.park .filter {
    padding-right: 5%;
    position: relative;
}

.park .filter ul {
    display: flex;
}

.park .filter ul .on {
    background: #F5F5F5;
    color: inherit;
}

.park .filter ul li {
    /*width: 150px;*/
    border: 1px solid #F5F5F5;
    float: left;
    text-align: center;
    font-size: 15px;
    padding: 10px 15px;
    color: inherit;
    cursor: pointer;
    margin: 0 10px 10px 0px;
}

.park .filter ul li:hover {
    background: #F5F5F5;
    color: inherit;
}


/*全部标签*/

.allLabelBox {
    position: fixed;
    top: -100%;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 5;
    transition: linear .4s;
}

#AllLabelBox {
    background: #fff;
    padding: 0 40px;
    max-height: 200px;
    overflow-y: auto;
}

#AllLabelBox::-webkit-scrollbar {
    width: 5px;
    padding: 10px;
}

#AllLabelBox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

#erquanbuBox {
    width: 110px;
}

.title_choice {
    width: 100%;
    display: flex;
    padding: 20px 40px;
}

.sub_title {
    display: none;
    width: 100%;
}

.sub_title .bottom {
    width: 110px;
    text-align: center;
    background: #fff;
    float: left;
    color: inherit;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    margin: 0 10px 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

#ErAllLabelBox {
    padding: 0 40px;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}

#ErAllLabelBox::-webkit-scrollbar {
    width: 5px;
    padding: 10px;
}

#ErAllLabelBox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.sub_title .bottom.on {
    background: #f5f5f5;
    color: #fff;
}

.sub_title ul {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 300px;
}

.sub_title ul li.on {
    background: #F5F5F5;
}

.sub_title ul li:hover {
    background: #F5F5F5;
}

.sub_title ul li {
    text-align: center;
    border: 1px solid #F5F5F5;
    float: left;
    color: inherit;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    margin: 0 10px 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.title_choice div {
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #999;
    cursor: pointer;
}

.title_choice div:nth-child(2) {
    background-color: #005a9c;
    margin-left: 10px;
}

.senior_title {
    padding: 20px 40px 10px 40px;
    font-weight: bold;
}

.allLabelBox>span {
    color: #555;
    font-size: 17px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.allLabelBox>span:hover {
    color: red;
    font-weight: bold;
}

.allLabelBox li {
    color: #555;
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    cursor: pointer;
}

.allLabelBox li:hover {
    background: #f5f5f5;
    color: inherit;
}

.allLabelBox li.on {
    background: #f5f5f5;
    color: inherit;
}

.allLabelBox2 {
    position: absolute;
    top: 300px;
    left: -20%;
    width: 20%;
    height: 100%;
    background: #fff;
    z-index: 5;
    transition: linear .4s;
    padding: 40px;
}

.allLabelBox2>span {
    color: #555;
    font-size: 17px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.allLabelBox2>span:hover {
    color: red;
    font-weight: bold;
}

.allLabelBox2 li {
    color: #555;
    display: inline-block;
    padding: 10px 20px;
    margin: 2px;
    background: #eee;
    font-size: 14px;
    cursor: pointer;
}

.allLabelBox2 li:hover {
    background: #005a9c;
    color: #fff;
}

.allLabelBox2 li.on {
    background: #005a9c;
    color: #fff;
}

.allLabelBox3 {
    position: absolute;
    top: 300px;
    left: -20%;
    width: 20%;
    height: 100%;
    background: #fff;
    z-index: 5;
    transition: linear .4s;
    padding: 40px;
}

.allLabelBox3>span {
    color: #555;
    font-size: 17px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.allLabelBox3>span:hover {
    color: red;
    font-weight: bold;
}

.allLabelBox3 li {
    color: #555;
    display: inline-block;
    padding: 10px 20px;
    margin: 2px;
    background: #eee;
    font-size: 14px;
    cursor: pointer;
}

.allLabelBox3 li:hover {
    background: #005a9c;
    color: #fff;
}

.allLabelBox3 li.on {
    background: #005a9c;
    color: #fff;
}


/*大师列表*/

.masterList {
    display: none;
}

.masterList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
}

.masterList ul li {
    width: 15.55%;
    height: 160px;
    padding: 15px;
    text-align: center;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #fff;
    cursor: pointer;
    margin-right: 1%;
}

.masterList ul li:last-child {
    margin-right: 0;
}

.masterList ul li:hover {
    border: 1px solid #003580;
}

.masterList ul li.on {
    border: 1px solid #003580;
}

.masterList ul li>img.avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto;
}

.masterList ul li h4 {
    font-size: 16px;
    color: inherit;
    padding: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.masterList ul li p {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.masterList ul li:last-child img {
    display: none;
}

.masterList ul li:last-child h4 {
    height: 100%;
    line-height: 120px;
}

.masterList ul li:last-child p {
    display: none;
}


/*ceo/cho企业列表*/

.companyList {
    display: none;
}

.companyList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-right: 40px;
}

.companyList ul li {
    width: 10%;
    height: 70px;
    background: #fff;
    padding: 8px 14px;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.companyList ul li.on {
    border: 1px solid #003580;
}

.companyList>h5 {
    color: #888;
    font-size: 15px;
    padding-bottom: 10px;
}

.companyList ul li:last-child h4 {
    font-size: 17px;
}

.companyList ul li .topCompanyLogo {
    width: 100%;
    height: auto;
}

.companyList ul li:hover {
    border: 1px solid #003580;
}

.companyList2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    /*padding-right: 40px;*/
}

.companyList2 h3 {
    text-align: center;
    margin-bottom: 40px;
}

.companyList2 ul li {
    width: 170px;
    height: 80px;
    background: #fff;
    border: 1px solid #f5f5f5;
    /* cursor: pointer; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.companyList2 ul li.on {
    border: 1px solid #003580;
}

.companyList2>h5 {
    color: #888;
    font-size: 15px;
    padding-bottom: 10px;
}

.companyList2 ul li:last-child h4 {
    font-size: 17px;
}

.companyList2 ul li .topCompanyLogo {
    width: 120px;
    height: 48px;
}

.companyList2 ul li:hover {
    border: 1px solid #003580;
}


/*搜索框*/

.search {
    /*width: 100%;*/
    position: absolute;
    top: 0px;
    right: 65px;
    padding-bottom: 5px;
    /*margin-right: 50px;*/
}

.search .input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.input .searchbox {
    position: relative;
}

.input input {
    width: 400px;
    height: 40px;
    outline: none;
    border: none;
    box-shadow: 0 0 3px #aaa;
    padding: 10px 30px 10px 10px;
    position: relative;
}

.input input:hover {
    border-color: #f5f5f5;
    transition: all 0.5s;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
}

.clearBtn {
    position: absolute;
    top: 0;
    right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.searchBtn {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background: #005a9c;
    box-shadow: 0 0 3px #1C83AD;
    text-align: center;
    line-height: 40px;
    right: -35px;
    cursor: pointer;
}

.searchResult {
    color: #555;
    font-size: 14px;
}

.searchResult>span {
    color: #003580;
    font-weight: bold;
}

.searchBtn span.iconfont {
    font-size: 20px;
    color: #fff;
}

.videoList {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
}

.videoList ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
}

.videoList ul li {
    width: 31%;
    margin-bottom: 40px;
    margin-left: 30px;
}

.videoList ul li:nth-child(3n+1) {
    margin-left: 0;
}

.videoList ul li a {
    position: relative;
}

.videoList .videoImg {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.videoList li img {
    width: 100%;
    height: auto;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
}

.videoImg .videomask img {
    border: 0;
    border-radius: 0px;
}

.videoList li .author {
    padding: 6px 10px 10px 70px;
    position: relative;
}

.videoList li .author img {
    position: absolute;
    top: -15px;
    left: 15px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.videoList li .author p {
    font-size: 13px;
    color: #1d1d1d;
    transition: linear .2s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.videoList li p:hover {
    color: #178ebb;
}

.videoList>ul .lang {
    width: 100%;
    padding: 0 5px;
    position: absolute;
    bottom: 15px;
    text-align: right;
}

.lang .time span {
    color: #fff;
    background: rgba(0, 0, 0, .4);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
}

.VideoInfo {
    position: relative;
}

.VideoInfo h6 {
    font-size: 16px;
    line-height: 1.5;
    color: #0c0d0f;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.VideoInfo .vlogo {
    width: 80px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.VideoInfo .vlogo>img {
    width: 100%;
}

.VideoInfo h6:hover {
    color: #0c0d0f;
}

.videoTime {
    text-align: right;
}

.videoTime .posbox {
    display: flex;
    align-items: center;
    padding: 5px 0 0 0;
}

.posbox div {
    color: #888;
    font-size: 13px;
}

.posbox div.dian {
    padding: 0 6px;
}

.posbox div span.iconfont {
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: 0;
}

.posbox div span.icon-gongsi1 {
    margin-right: 0;
}

#myPage {
    position: absolute;
    bottom: 40px;
}

.videoImg {
    position: relative;
}


/*.videoImg:hover .videomask{
	display: block;
}*/

.videomask {
    position: absolute;
    background-color: black;
    width: 35%;
    height: 100%;
    opacity: 0.7;
    right: 0;
    text-align: center;
    /*display: none;*/
    padding-top: 80px;
    font-size: 20px;
    color: white;
}

.videomask img {
    width: 30px !important;
    height: 30px !important;
    margin: 0 auto;
}

@media screen and (max-width: 1640px) {
    .masterList ul {
        padding-right: 0;
    }
    .companyList ul {
        padding-right: 30px;
    }
    .companyList ul li:last-child h4 {
        font-size: 16px;
    }
    .masterList ul li h4 {
        font-size: 15px;
    }
    .masterList ul li p {
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}

@media screen and (max-width: 1520px) {
    .park {
        padding: 30px 0 50px 30px;
    }
    .companyList ul {
        padding-right: 20px;
    }
    .companyList ul li {
        height: 60px;
    }
    .companyList ul li:last-child h4 {
        font-size: 15px;
    }
    .typeList {
        padding: 30px 0;
    }
    .VideoInfo h6 {
        font-size: 15px;
    }
    #myPage {
        position: absolute;
        bottom: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .typeList ul#Type li {
        width: 100%;
        padding: 10px 30px;
    }
    .park {
        padding: 30px 0 30px 30px;
    }
    .typeList h3 {
        font-size: 24px;
    }
    .videoList ul li {
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .VideoInfo h6 {
        font-size: 14px;
    }
    .park {
        padding: 20px 0 40px 20px;
    }
    .companyList ul li {
        height: 55px;
    }
    .companyList ul li:last-child h4 {
        font-size: 14px;
    }
    #myPage {
        position: absolute;
        bottom: 20px;
    }
}

@media screen and (max-width: 1260px) {
    .content {
        min-width: 1200px;
    }
    .videoList ul li {
        width: 31.5%;
    }
}

@media screen and (max-width:768px) {
    .page {
        margin-top: 50px;
    }
    .park .filter ul li {
        padding: 5px 10px;
        display: block;
    }
    .park .filter {
        padding-right: 0px;
    }
    /*未登录状态下表单*/
    .loginLearnPage {
        min-width: 0;
    }
    .loginLearnPage .sec01 {
        background: url(../imgs/learning-m.png) no-repeat center;
        background-size: cover;
        height: 760px;
        padding: 0;
    }
    .loginLearnPage .panelBox {
        width: 100%;
        height: 100%;
        padding: 30px 15px;
        display: block;
    }
    .loginLearnPage .panelLine {
        display: none;
    }
    .loginLearnPage .panelLeft {
        width: 100%;
        margin-top: 30px;
    }
    .loginLearnPage .panelLeft h3 {
        text-align: center;
        color: #555;
        font-size: 19px;
        font-weight: bold;
    }
    .loginLearnPage .panelLeft p.line {
        margin: 15px auto;
        width: 100px;
    }
    .loginLearnPage .panelLeft .text {
        font-size: 14px;
        font-weight: normal;
        color: #555;
        line-height: 1.7;
    }
    .loginLearnPage .panelLeft .btnBlock {
        margin-top: 15px;
    }
    .loginLearnPage .panelLeft .btnBlock a {
        display: block;
        padding: 8px 16px;
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }
    .loginLearnPage .form {
        width: 100%;
        background: rgba(255, 255, 255, .6);
        padding: 15px;
    }
    .loginLearnPage .form .title {
        justify-content: center;
    }
    .loginLearnPage .form form {
        width: 100%;
    }
    /*试看视频*/
    .shikanBox {
        width: 100%;
        padding: 0 10px;
        left: 0%;
        margin-left: 0;
    }
    .shikanBox #shikan {
        height: 200px !important;
    }
    .prism-player .prism-big-play-btn {
        height: 40px !important;
        width: 40px !important;
        left: 20px !important;
        bottom: 20px !important;
    }
    .prism-player .prism-big-play-btn .outter {
        height: 40px !important;
        width: 40px !important;
    }
    .typeList ul#Label2 li {
        width: 50%;
        float: left;
    }
    .typeList ul#Label2 div {
        justify-content: center;
    }
    .typeList ul#Label2 li img {
        margin-right: 5px;
    }
    .content {
        min-width: 0;
    }
    .safewidth {
        width: 100%;
    }
    .banner h2 {
        font-size: 34px;
        width: 100%;
        text-align: center;
        position: absolute;
        padding-left: 0;
        bottom: 74px;
        left: 0;
        margin-left: 0;
    }
    /*顶部切换按钮*/
    .topTabBtn {
        height: 40px;
        width: 100%;
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 6;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #555;
        background: #f5f5f5;
        box-shadow: 0 2px 3px #ddd;
        padding: 0 15px;
    }
    .topTabBtn>div {
        flex: 1;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .typeList ul#Label2 {
        padding: 0;
    }
    .typeList ul#Label3,
    .typeList ul#Label,
    .typeList ul#Label2 {
        max-height: 300px;
        overflow: auto;
        padding-bottom: 10px;
    }
    .topTabBtnActive {
        opacity: 0.2;
    }
    #userName {
        color: #fff;
    }
    .labelMask1 {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
        z-index: 1;
    }
    .labelMask2 {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
        z-index: 1;
    }
    .labelMask3 {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
        z-index: 1;
    }
    .labelMask4 {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
        z-index: 1;
    }
    .topTabBtn .colorChange {
        color: #005a9c;
    }
    /*左侧列表*/
    .typeList {
        width: 100%;
        height: auto;
        position: fixed;
        top: 90px;
        left: 0;
        z-index: 5;
        padding: 0;
    }
    .typeList ul#Type {
        display: none;
        margin-top: 0;
        max-height: 400px;
        overflow-y: auto;
        box-shadow: 0 2px 3px #ddd;
        padding: 10px 0 20px 0;
    }
    .typeList ul#Type li {
        font-size: 14px;
        padding: 10px 15px;
        width: 40%;
        line-height: 24px;
        display: inline-block;
        text-align: center;
        margin: 10px 0 0 26px;
        border: 1px solid #f5f5f5;
    }
    .typeList ul#Type li.on {
        background: #f5f5f5;
        color: inherit;
        padding: 8px 15px;
    }
    .typeList ul#Type li span {
        display: none;
    }
    .typeList ul#Type li:hover {
        background-color: #F5F5F5;
    }
    /*全部标签*/
    .allLabelBox {
        display: none;
        position: static;
        width: 100%;
        height: auto;
        max-height: 470px;
        box-shadow: 0 2px 3px #ddd;
        overflow-y: scroll;
        padding: 8px 11px;
    }
    .allLabelBox>span {
        display: none;
    }
    .allLabelBox li {
        padding: 8px 16px;
        margin: 2px 4px;
        font-size: 12px;
    }
    .allLabelBox2 {
        display: none;
        position: static;
        width: 100%;
        height: auto;
        max-height: 270px;
        box-shadow: 0 2px 3px #ddd;
        overflow-y: scroll;
        padding: 8px 11px;
    }
    .allLabelBox2>span {
        display: none;
    }
    .allLabelBox2 li {
        padding: 8px 16px;
        margin: 2px 4px;
        font-size: 12px;
    }
    .allLabelBox3 {
        display: none;
        position: static;
        width: 100%;
        height: auto;
        max-height: 270px;
        box-shadow: 0 2px 3px #ddd;
        overflow-y: scroll;
        padding: 8px 11px;
    }
    .allLabelBox3>span {
        display: none;
    }
    .allLabelBox3 li {
        padding: 8px 16px;
        margin: 2px 4px;
        font-size: 12px;
    }
    .park {
        width: 100%;
        min-height: 500px;
        margin-left: 0%;
        margin-top: 40px;
        padding: 15px;
    }
    /*大师列表*/
    .masterList ul li {
        width: 49%;
        margin-right: 0;
        height: 170px;
    }
    .masterList ul li:nth-child(even) {
        margin-left: 2%;
    }
    .masterList ul li h4 {
        font-size: 15px;
    }
    .masterList ul li:last-child h4 {
        line-height: 130px;
    }
    /*ceo/cho企业列表*/
    .companyList>h5 {
        font-size: 14px;
    }
    .companyList ul {
        padding-right: 0;
    }
    .companyList ul li {
        width: 33.33%;
        padding: 10px 15px;
    }
    .companyList ul li:last-child h4 {
        font-size: 15px;
    }
    .companyList2 ul li {
        padding: 0;
        width: 33.33%;
        height: 50px;
    }
    .companyList2 ul li .topCompanyLogo {
        width: 100px;
        height: 40px;
    }
    /*搜索框*/
    .search {
        position: relative;
        top: 0px;
        left: 0px;
    }
    .searchbox {
        width: 90%;
    }
    .searchbox input {
        width: 100%;
        border: 1px solid #ddd;
    }
    .videoList ul li {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 30px;
    }
    .videoList li img {
        width: 100%;
        height: auto;
    }
    #ErAllLabelBox {
        max-height: 150px;
        padding: 0;
    }
    #AllLabelBox {
        max-height: 100px;
        padding: 0;
    }
    .senior_title {
        padding: 10px 0px;
    }
    .title_choice {
        padding: 20px 0;
    }
    .hasLogin>img {
        width: 20px;
        float: left;
        margin-top: 5px;
    }
}

@media screen and (max-width:340px) {
    .form form {
        max-width: 280px;
        margin: 0 auto;
    }
    .getcode {
        float: right;
        width: 40%;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .getcode a {
        font-size: 14px;
        padding: 9px 5px;
    }
}