﻿/*主体内容*/
body {
    background-color: #F2F6FC;
}
@font-face {
    font-family: "mamaBold";font-weight: 700;
    src: url("../css/font/AlimamaShuHeiTi-Bold.woff") format("woff");
    font-display: swap;
}
.content {
    margin: 0 auto;
    margin-top: 30px;
    width: 1200px;
    min-height: 600px;
    height: auto;
}

    .content::after {
        content: "";
        display: block;
        clear: both;
    }

/*筛选*/
.screenBox {
    padding: 8px 24px;
    padding-top: 20px;
    width: 1200px;
    margin: auto;
    height: auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 24px rgba(46, 49, 72, 0.06);
    /* border-radius: 6px; */
}

.screenBox .screen {
width: 100%;
}

.screenBox .screen .title {
display: inline-block;
height: 100%;
font-size: 14px;
font-weight: 400;
color: rgba(96, 98, 102, 1);
vertical-align: top;
line-height: 32px;
}

.screenBox .screen .list {
display: inline-block;
width: 1100px;
}

.screenBox .screen .list a {
display: inline-block;
margin-bottom: 15px;
margin-right: 4px;
padding: 6px 17px;
line-height: 20px;
border-radius: 16px;
transition: all 0.2s;
}

.screenBox .screen .list a span {
font-size: 14px;
font-weight: 400;
color: rgba(96, 98, 102, 1);
transition: color 0.5s;
}

.screenBox .screen .list a:hover {
/* background: rgba(217, 236, 255, 1); */
background: #CCDDFF;
cursor: pointer;
}

.screenBox .screen .list a:hover span {
    /* color: rgba(26, 140, 254, 1); */
    color: #3E7BFA;
}

.screenBox .screen .list .active {
/* background: rgba(217, 236, 255, 1); */
background: #CCDDFF;
}

.screenBox .screen .list .active span {
/* color: rgba(26, 140, 254, 1); */
color: #3E7BFA;
}

.black-line{
    border-top: 1px dashed rgba(229, 232, 237, 1);
    width: 100%;
    height: 0;
    margin: 10px auto 25px;
}

/*筛选后的主体内容*/
.subjectBox .notImg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -83px;
}

.subjectBox .notTip {
    position: absolute;
    top: 400px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999999;
    cursor: default;
}

.notBox {
    position: relative;
    margin-top: 50px;
    width: 100%;
    min-height: 600px;
    height: auto;
    padding: 0 20px;
    padding-top: 1px;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 24px rgba(38, 47, 125, 0.06);
    border-radius: 6px;
}

.uploadBox {
    margin-top: 20px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

    .uploadBox .upload-box {
        position: relative;
        min-height: 113px;
        border-radius: 8px;
        padding: 24px 0 24px 96px;
        cursor: pointer;
        background-color: #E6F3FF;
        box-shadow: 0px 12px 24px rgba(26, 140, 254, 0.25);
        border: 1px solid #1A8CFE;
        transition: all .3s;
        z-index: 20;
    }

    .uploadBox .upload-box-software {
        background-image: url('../img/logo-software.svg');
        background-repeat: no-repeat;
        background-position: 24px center;
        background-size: 60px 60px;
    }

    .uploadBox .upload-box-handbook {
        background-image: url('../img/logo-handbook.svg');
        background-repeat: no-repeat;
        background-position: 24px center;
        background-size: 60px 60px;
    }

    .uploadBox .name {
        color: #1A8CFE;
        font-size: 16px;
        width: 852px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .uploadBox .introduce {
        margin-top: 8px;
        width: 852px;
        font-size: 14px;
        line-height: 18px;
        height: 36px;
        color: #606266;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

        .uploadBox .introduce * {
            font-size: 14px;
            font-weight: 400;
            color: rgba(144, 147, 153, 1);
        }

    .uploadBox .btn-look {
        position: absolute;
        top: 33px;
        right: 32px;
        width: 100px;
        height: 48px;
        color: #1A8CFE;
        font-size: 18px;
        border: 1px solid #1A8CFE;
        border-radius: 8px;
        background-color: white;
        cursor: pointer;
    }

    .uploadBox .upload-box:hover .btn-look {
        color: #FFFFFF;
        background: linear-gradient(315deg, #1A8CFE 0%, #4AA2FD 100%);
        box-shadow: 0px 16px 24px rgba(26, 140, 254, 0.33), 0px 2px 6px rgba(26, 140, 254, 0.5), 0px 0px 1px rgba(26, 140, 254, 0.5);
    }

    .uploadBox .upload-box:active .btn-look {
        background: #0C7FF2;
    }

    .uploadBox .more-course .course-box {
        margin-top: 20px;
        float: left;
        margin-right: 27px;
    }

        .uploadBox .more-course .course-box:last-child {
            margin-right: 0;
        }

#protocol-wrap {
    width: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: fontsc, PingFang SC, Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

button {
    border: none;
    cursor: pointer;
    outline: none;
    background: white;
}

html {
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    color: black;
}

.index {
    background-color: #F3F6F9;
    position: relative;
}

.top {
    width: 1200px;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    font-family: OPPOSans-M;
    color: #909399;
}

    .top span {
        font-size: 14px;
        font-weight: 500;
        font-family: OPPOSans-M;
        color: #909399;
    }

.black {
    width: 100%;
    height: 200px;
    background-color: black;
}

.index-contain {
    /* position: relative;
    top: -180px;
    left: 50%;
    transform: translateX(-50%); */
    background-image: url(../img/black.png);
    background-size: 100% 200px;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.top-active {
    color: #FFFFFF !important;
}

.search-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 453px;
}

.search-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1200px;
    margin: 30px auto 20px;
}

.search-left {
    font-family: OPPOSans-M;
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
}

    .search-left > span {
        font-family: OPPOSans-M;
        font-size: 14px;
        font-weight: 500;
        color: #C7C9D9;
        padding-left: 15px;
    }

.search-input {
    width: 359px;
    background: #F5F5F5;
    height: 44px;
    border: none;
    outline: none;
    padding-left: 13px;
    font-family: Source Han Sans CN;
    font-size: 14px;
    color: black;
}

.btn-search {
    width: 94px;
    height: 44px;
    background: #3E7BFA;
    color: #FFFFFF;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 500;
}

    .btn-search img {
        width: 24px;
        margin-right: 12px;
        vertical-align: sub;
    }

.sort {
    width: 1200px;
    height: 191px;
    box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04), 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
    background: #FFFFFF;
    padding: 24px;
    margin: auto;
}

.sort-contain {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 16px;
}

.sort-title {
    font-family: OPPOSans-M;
    font-size: 14px;
    font-weight: 500;
    color: #606266;
    line-height: 32px;
}

.sort-box {
    display: flex;
    justify-content: left;
    align-items: center;
}

.sort-item {
    font-family: OPPOSans-M;
    font-size: 14px;
    font-weight: 500;
    color: #606266;
    line-height: 32px;
    font-family: OPPOSans-M;
    font-size: 14px;
    font-weight: 500;
    color: #606266;
    padding: 0 10px;
    margin-right: 17px;
}

.sort-active {
    background: #CCDDFF !important;
    border-radius: 16px !important;
    color: #3E7BFA !important;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #E5E8ED;
    margin-bottom: 16px;
}

.word111 {
    font-family: OPPOSans-M;
    font-size: 14px;
    font-weight: 500;
    margin: 20px auto 30px;
    width: 1200px;
}

    .word111 > span {
        color: #3E7BFA;
    }

.automate-item {
    width: 187px;
    height: 299px;
    background: #FFFFFF;
    padding: 12px;
    box-shadow: 0px 0px 1px 0px rgb(40 41 61 / 4%), 0px 2px 4px 0px rgb(96 97 112 / 16%);
    position: relative;
    margin: 0 7.5px 20px;
    cursor: pointer;
    transform: translateY(0px);
    transition: all 0.2s;
}
.automate-item:hover{
    transform: translateY(-10px);
    transition: all 0.2s;
}
.automate-item-book-img{
    display: block;
    width: 100%;
    height: 100%;
}
.read-free{
    font-family: Source Han Sans CN;
font-size: 12px;
font-weight: normal;
line-height: normal;
text-align: center;
color: #0063F7;
position: absolute;
left: 0;
top: 3px;
}
.read-box{
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 8px;
}
.read-box>div{
    width: auto;
}
.read-box1{
    margin-right: 12px;
}
.read-box>div>img{
    width: 12px;
    vertical-align: middle;
    /* margin-right: 2px; */
}
.read-box>div>span{
    color: #8F90A6;
    font-family: HarmonyOS Sans SC;
font-size: 12px;
}
.automate-item-img-box {
    width: 163px;
    height: 210px;
    overflow: hidden;
    margin: auto;
}
.automate-item-img{
    width: 28px;
    height: 28px;
    position: absolute;
    display: block;
    right: 5px;
    bottom: 5px;
}
.automate-item .automate-item-img-box div{
    width: 163px;
    height: 210px;
    display: block;
    margin: auto;
    padding: 30px 12px;
    font-family: mamaBold;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    background-size: 100% 100%;
    text-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    opacity: 0.7;
    overflow: hidden;
    word-break:break-all;
}
.automate-item .automate-item-img-box div>span{
    font-family: mamaBold;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    background-size: 100% 100%;
    text-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    word-break:break-all;
}
.automate-title1{
    background-image: url(../img/automate-title1.png);
    color: #122555;
}
.automate-title2{
    background-image: url(../img/automate-title2.png);
    color: #433100;
}
.automate-title3{
    background-image: url(../img/automate-title3.png);
    color: #011E69;
}
.automate-title4{
    background-image: url(../img/automate-title4.png);
    color: #361C84;
}
.automate-title5{
    background-image: url(../img/automate-title5.png);
    color: #003336;
}
.automate-title6{
    background-image: url(../img/automate-title6.png);
    color: #003C4C;
}
.automate-title7{
    background-image: url(../img/automate-title7.png);
    color: #592B00;
}
.automate-title8{
    background-image: url(../img/automate-title8.png);
    color: #8A0003;
}
.automate-item-img-box {
    width: 163px;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.automate-item-word {
    /* word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3D3D3D;
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-weight: normal;
    margin-top: 12px;
}

.automate {
    display: none;
    width: 1215px;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    margin: auto;
}

.automate-item:hover .btn-word-box {
    display: block;
}


.automate {
    display: flex;
    width: 1215px;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    margin: auto;
}

.down-word {
    width: 104px;
    height: 39px;
    background: #3E7BFA;
    text-align: center;
    line-height: 39px;
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    display: block;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.btn-word-box {
    width: 187px;
height: 299px;
background: linear-gradient(180deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.80) 98%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding-top: 60px;
}
.down-word-name{
    font-family: Source Han Sans CN;
font-size: 14px;
font-weight: 500;
line-height: 150%;
color: #FFFFFF;
width: 147px;
height: 84px;margin: auto;
}
.no {
    width: 100%;
    display: none;
    margin-top: 60px;
}

    .no > img {
        display: block;
        width: 261px;
        height: 198px;
        margin: 50px auto;
    }

.no-word {
    font-family: OPPOSans-M;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #8F90A6;
    text-align: center;
}
.soft-item:last-child{
    border: none !important;
    margin: 0 !important;
}

.soft {
   

    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    margin: auto;
    display: flex;
    
}
.soft-box{
    width: 800px;
    padding: 20px;
    background: #FFFFFF;
    min-height: 666px;
}
.soft-title{
    font-family: HarmonyOS Sans SC;
font-size: 20px;
font-weight: bold;
line-height: normal;
color: #3D3D3D;
margin-bottom: 20px;
}
.soft-item{
    width: 760px;
    height: 108px;
    box-sizing: border-box;
    border-bottom: 1px solid #C7C9D9;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.soft-item:hover .btn-load{
    background: linear-gradient(290deg, #1A8CFE 0%, #4AA2FD 100%);
    color: #FFFFFF;
    border: none;
}
.soft-item:hover {
    background: #E6F3FF;
    border-radius: 8px;
}
.soft-img{
    width: 60px;
    display: block;
}
.soft-name{
    font-family: OPPOSans;
font-size: 16px;
font-weight: 500;
line-height: normal;width: 447px;
height: 42px;
word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.soft-tips{
    display: flex;
    justify-content: left;
    align-items: center;
}
.soft-size{
    width: 140px;
    text-align: left;
    font-family: HarmonyOS Sans SC;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}
.soft-eyes>span {
    color: #8F90A6;
    font-family: HarmonyOS Sans SC;
    font-size: 12px;
}
.soft-eyes{
width: 65px;
}
.soft-eyes>img {
    width: 12px;
    vertical-align: middle;
    margin-right: 2px;
}
.soft-load>span {
    color: #8F90A6;
    font-family: HarmonyOS Sans SC;
    font-size: 12px;
}
.soft-load>img {
    width: 12px;
    vertical-align: middle;
    margin-right: 2px;
}

.soft-free{
    font-family: OPPOSans;
font-size: 16px;
font-weight: 500;
line-height: normal;
letter-spacing: 0px;

color: #FF3B3B;
}
.btn-load{
    border: 1px solid #C7C9D9;
    width: 96px;
height: 34px;
border-radius: 80px;
font-family: OPPOSans;
font-size: 16px;
font-weight: normal;
color: #8F90A6;
display: block;
}
.btn-see {
    padding: 4px 8px;
    font-family: OPPOSans-M;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.41px;
    letter-spacing: 0px;
    color: #3E7BFA;
    border: 1px solid #3E7BFA;
    border-radius: 5px;
}

    .btn-see:hover {
        background-color: #3E7BFA;
        color: white;
    }

.line-soft {
    width: 1px;
    height: 32px;
    background-color: #D8D8D8;
    margin: 0 23px;
}



.crumb {
    width: 1200px;
    margin: auto;
}

.allow > span {
    font-family: OPPOSans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

    .allow > span:hover {
        color: rgba(26, 140, 254, 1);
    }

.stop > span {
    font-family: OPPOSans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    color: #909399;
}

.crumb {
    font-family: OPPOSans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    cursor: pointer;
    color: #FFFFFF;
}

.foot {
    margin-top: 80px !important;
}
.loadingPage {
    overflow: hidden;
    text-align: center;
}
#pagination1{
    display: flex;
    justify-content: center;
}
#pagination123{
    display: flex;
    justify-content: center;
}
.toastBox {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
    transform: translateY(-50%);
    z-index: 999;
}

    .toastBox .tobox {
        display: inline-block;
        padding: 0 25px;
        color: white;
        font-size: 18px;
        background-color: black;
        opacity: 0.8;
        border-radius: 10px;
        letter-spacing: 1px;
    }
    .no-search{
        display: none;
        margin-top: 120px;
        width: 100%;
    }
    
        .no-search > img {
            display: block;
            width: 261px;
            height: 198px;
            margin: 50px auto;
        }
.brand{
    max-height: 96px;
    overflow: hidden;
}
.brand-shadow{
    width: 1100px;
    height: 36px;
    background: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #FFFFFF 100%);
    opacity: 1;
    position: absolute;
    bottom: 40px;
    z-index: 1;
    right: 0;
}
.btn-open{
    display: block;
    width: 60px;
height: 25px;
border-radius: 50px;
border: 1px solid #C7C9D9;
box-sizing: border-box;position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);

font-family: Source Han Sans CN;
font-size: 12px;
font-weight: normal;
line-height: normal;
color: #3D3D3D;
z-index: 2;
}
.btn-open>img{
    width: 12px;
    transform: rotate(90deg);
}
.soft-right{
    width: 380px;
padding: 20px;
box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04),0px 2px 4px 0px rgba(96, 97, 112, 0.16);
background: #FFFFFF;
}
.soft-right-title{
    font-family: HarmonyOS Sans SC;
font-size: 20px;
font-weight: bold;
line-height: normal;
}
.soft-course{
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}
.soft-course:hover .soft-course-name{
    color: rgba(26, 140, 254, 1);
}
.soft-course-img{
    width: 144px;
height: 80px;
border-radius: 5px;
}
.soft-right-box{
    width: 188px;
}
.soft-course-name{
    width: 188px;
height: 40px;
font-family: HarmonyOS Sans SC;
font-size: 16px;
font-weight: normal;
line-height: 125%;
word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.soft-course-look{
    font-family: HarmonyOS Sans SC;
font-size: 14px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;
color: #3D3D3D;
margin-top: 15px;
}
.soft-course-look>span{
    font-family: HarmonyOS Sans SC;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #FF3B3B;
}

.root-box{
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 72px;
    
}
.root{
    position: relative;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    margin: auto;
    padding: 0 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(40, 41, 61, 0.08),0px 0px 32px 0px rgba(96, 97, 112, 0.24);
}
.root-left-top{
    font-family: OPPOSans;
font-size: 20px;
font-weight: 900;
line-height: normal;
letter-spacing: 0px;
color: #3D3D3D;
}
.root-left-top>span{
    box-sizing: border-box;
    border: 1px solid #FF3B3B;
    font-family: OPPOSans;
font-size: 10px;
font-weight: normal;
color: #FF3B3B;
line-height: normal;
}
.root-left-bottom{
    font-family: OPPOSans;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #3D3D3D;
}
.btn-listen{
    width: 160px;
    height: 45px;
    font-family: OPPOSans;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
    background: #3E7BFA;
    border-radius: 5px;
}
.foot{
    margin-top: 105px;
    height: 177px;
    background-color: #000000;
}
.btn-close{
    position: absolute;
    width: 16px;
    display: block;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.screen-box{
    position: relative;
    /* padding-bottom: 20px; */
}
.no_soft{
    display: block;
    width: 261px;
    height: 198px;
    margin: 50px auto;
}
.no_shouce{
    display: block;
    width: 261px;
    height: 198px;
    margin: 50px auto;
}
.no_shouce-box{
    width: 100%;
}
.jc-paging123{
    display: none;
}


.jc-paging ul li a {
    padding: 0 12px !important;
}
.jc-paging ul li {
    padding: 0 !important;
}