html,body {
    max-width: 780px !important;
    margin: 0 auto;
}

.navbar .logo {
    /* width: 109px; */
    height: 32px;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .dropdown .btn {
    padding-right: 0.5rem;
}

.navbar .dropdown .lang {
    width: 24px;
    height: 24px;
}

.navbar .dropdown .dropdown-toggle::after {
    display: none;
}

.main .logo2 {
    width: 113px;
}

.main .hideStyle {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.info-btn .btns{
    display: inline-block;
    width: 100%;
    border-radius: 16px;
    background: linear-gradient( 90deg, #FFEB74 0%, #FED440 100%);
    font-size: 16px;
    font-weight: 400;
    padding: 19px;
    justify-content: center !important;
}

.info-btn .btns:active, .info-btn .btns:hover {
    color: #000;
}

.info-btn .btns .wrapper {

}


.main .down-btn {
    text-align: center;
    padding: 10px;
}

.main .down-btn .down, .main .down-btn .up {
    width: 12px;
    height: 8px;
}


.main .introduction p{
    font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    /* line-height: 24px; */
}


.main .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.main .license {
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    padding-bottom: 10px;
    padding-right: 20px;
    overflow-x: auto;
}


/* 适用于触摸设备 */
@media (pointer: coarse) {
    .main .license {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE10+ */
    }

    .main .license::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .main .license .item {
        width: auto !important;
    }
}




.main .license .item {
    width: 45%;
    flex: 0 0 auto;
    margin-right: 10px;
}

.main .license .item .wrapper {
    border-radius: 16px;
    border: 1px solid #000000;
    padding: 13px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    /* width: 40%; */
}

.main .license .item .wrapper .icon {
    position: absolute;
    top: 0;
    right: 24px;
    width: 8px;
    height: 10px;
}

.main .material {
    background: #F6F6F6 !important;
}

.main .material .row {
    padding: 30px 20px;
}

.main .material .row .card {
    border-radius: 19px;
    background: #FFFFFF;
}

.main .material .data-img {
    width: 48px;
    height: 48px;
}

.main .material .card-body{
    padding: 0;
    padding-right: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main .material .jump {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px;
}

.main .material .jump .data-img {
    margin-bottom: 0 !important;
    margin-right: 16px;
    width: 48px;
    height: 48px;
}

.main .material .card-body .right {
    width: 20px;
    height: 20px;
}

.main .download {
    background: #F6F6F6;
    padding: 0 20px 48px 20px;
}

.main .download div{
    border-radius: 16px;
    padding: 18px 0;
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.main .download .app {
    color: #000000;
    background: #FDD240;
    cursor: pointer;
}

.main .download .site {
    color: #FFFFFF;
    background: #000000;
    cursor: pointer;
}

.main .faq {
    padding: 24px !important;
}

.main .faq .card {
    border: none;
    border-bottom: .0625rem solid rgba(0, 0, 0, 0.05);
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #000000;
}

.main .faq .card .card-header {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
}

.main .faq .card .card-body {
    font-size: 14px;
    line-height: 24px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.main .faq .open,
.main .faq .close{ 
    width: 40px;
    height: 40px;
}

.main .faq .btn-block[aria-expanded=false] .open {
    display: none;
}

.main .faq .btn-block[aria-expanded=true] .close {
    display: none;
}

.main .faq .btn-block {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    padding: 0px !important;
}

.main .faq  .btn-block div {
    max-width: 70%;
    white-space: wrap;
    word-wrap:break-word;
    word-break:break-all;
}



/* =============================== */
.list-body, .info-body {
    background: #FAFAFA;
}

.list-body .navbar, .info-body .navbar {
    background: #FAFAFA;
}


.navbar .list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
}

.navbar .list-header img {
    width: 44px;
    height: 44px;
}

.navbar .list-header div {
    min-width: 44px;
    height: 44px;
}

.navbar .list-header .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .list-data.poster .card {
    min-height: 311px;
}

.main .list-data .card .icon{
    width: 24px;
    height: 24px;
}

.main .list-data .card .card-body {
    position: relative;
    padding: 0;
}

.main .list-data .card .card-body img {
    width: 100%;
    height: 100%;
}

.main .list-data .card .btn-group {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
}

.main .list-data.document .card,
.main .list-data.video .card,
.main .list-data.meeting .card
 {
    min-height: 270px;
}

.main .list-data.document .card img,
.main .list-data.video .card img,
.main .list-data.meeting .card img {
    height: auto;
}

.main .list-data.document .card .desc,
.main .list-data.video .card .desc,
.main .list-data.meeting .card .desc {
    padding: 16px;
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
}


.main .list-data.document .card .desc .icon,
.main .list-data.video .card .desc .icon,
.main .list-data.meeting .card .desc .icon {
    width: 24px;
    height: 24px;
}

.main .list-data.video .card .desc .btns,
.main .list-data.meeting .card .desc .btns {
    justify-content: flex-end;
}

.modal {
    top: 10%;
    max-height: 70vh;
    overflow-y: auto;
}

.mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1020;
    display: none;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex1 {
    flex: 1;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mb-16 {
    margin-bottom: 16px;
}

.plr0 {
    padding: 0;
}


#dialogTipBox {
    width: 200px !important;
}

#dialogTipBox .dialog-body {
    min-width: auto;
}

