
@import url("./transfonter/stylesheet.css");

.m_nav{
    display: none;
}
.m_show{
    display: none;
}
.is_allow{
    cursor: pointer;
}
.section{
    padding-top: 80px;
}

body,html {
    min-width: 1440px;
}
@media screen and (max-width: 768px) {
    body,html {
        min-width: 100%;
    }
}

/* 公共模块样式 start */
.unisoc-main {
    /* max-width: 1920px; */
    width: 100%;
    margin: 0 auto;
}
.unisoc-section {
    padding: 0 16px;
    position: relative;
}
.unisoc-section__anchor {
    position: absolute;
    top: -70px;
    width: 0;
    height: 0;
}
.unisoc-section__main {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}
.unisoc-section__head::after {
    display: block;
    content: '';
    margin: 15px auto 0 auto;
    width: 60px;
    height: 4px;
    background-color: #000000;
}
.unisoc-section__head .title span {
    display: none;
}
.unisoc-section__ele-bg {
    position: absolute;
    z-index: 1;
}
.unisoc-section__tabs-content {
    position: relative;
}
.unisoc-dialog {
    display: none;
    z-index: 99;
    width: 1180px;
    height: 670px;
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 0 999px rgba(0, 0, 0, .3);
    transform: translate(-50%, -50%);
}
.unisoc-dialog.is-active {
    display: block;
}
.unisoc-dialog__main {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
}
.unisoc-dialog__close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -60px;
    background-size: 100%;
    background-image: url(../images/icon-close-btn.png);
}
.unisoc-dialog__video,
.unisoc-dialog__video video,
.unisoc-dialog__image,
.unisoc-dialog__image img {
    width: 100%;
    height: 100%;
    font-size: 0;
}
.unisoc-dialog__video,
.unisoc-dialog__image {
    display: none;
}
.unisoc-dialog__video.is-active,
.unisoc-dialog__image.is-active {
    display: block;
}
#video_player {
    height: 100% !important;
}
.loupe-image,
.loupe-image img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .unisoc-section__head::after {
        width: 30px;
        height: 2px;
        margin-top: 7.5px;
    }
    .unisoc-dialog {
        width: calc(100% - 32px);
        height: 60%;
    }
    .unisoc-section__anchor {
        top: -30px;
    }
}
/* 公共模块样式 end */

/* 头部导航 start */
.unisoc-header {
    width: 100%;
    /* max-width: 1920px; */
    /* min-width: 1440px; */
    position: fixed;
    z-index: 99;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);   
    padding: 0 16px;
    background-color: #FF9B00;
}
.unisoc-header__main {
    width: 100%;
    max-width: 1200px;
    height: 65px;
    margin: 0 auto;
}
.unisoc-header__logo {
    width: 190px;
    height: 34px;
}
.unisoc-header__logo img {
    width: 100%;
    height: 100%;
}
.unisoc-header__nav > ul > li{
    display: inline-block;
    margin: 0 15px;
}
.unisoc-header__nav > ul > li > a {
    font-size: 18px;
    padding: 10px 15px;
    display: block;
    position: relative;
}
.unisoc-header__nav > ul > li.is—active > a {
    font-weight: 700;
}
.unisoc-header__nav-item.is—active a::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 4px;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    #top {
        display: none;
    }

    .unisoc-header {
        min-width: 100%;
        top: 0;
    }
    .unisoc-header__main {
        height: 45px;
    }
    .unisoc-header__logo {
        display: none;
    }
    .unisoc-header__nav {
        flex: 1;
        text-align: center;
    }
    .unisoc-header__nav > ul > li > a {
        font-size: 16px;
    }
    .unisoc-header__nav-item.is—active a::before {
        width: 26px;
        height: 5px;
        bottom: 1px;
        left: 50%;
        margin-left: -13px;
        border-radius: 25px;
    }
}
@media screen and (max-width: 768px) {
    .unisoc-header__nav > ul > li {
        margin: 0 5px;
    }
    .unisoc-header__nav > ul > li > a {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* 头部导航 end */

/* banner start */
.unisoc-hero {
    width: 100%;
    max-width: 1920px;
    margin: 95px auto 0 auto;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 400px;
    background-image: url(../images/unisoc-hero.png);
}
@media screen and (max-width: 768px) {
    .unisoc-hero {
        margin-top: 45px;
        height: 360px;
        background-size: cover;
        background-image: url(../images/unisoc-hero-m.png);
    }
}
@media screen and (max-width: 600px) {
    .unisoc-hero {
        height: 180px;
    }
}
/* banner end */

/* 5g 概述 start */
.unisoc-section-5goverview {
    padding-top: 80px;
}
.unisoc-section-5goverview .unisoc-section__head {
    margin-bottom: 58px;
}
.unisoc-section-5goverview .unisoc-section__head .title{
    width: 162px;
    height: 41px;
    margin: 0 auto;
    background-size: 100%;
    background-image: url(../images/section-title01.png);
}
.unisoc-section-5goverview .ele-bg-01 {
    right: 0;
    top: -2px;
    width: 1920px;
    height: 453px;
    background-size: auto 100%;
    background-image: url(../images/section-bg-01.png);
}
.unisoc-section-5goverview .unisoc-section__tabs-list {
    font-size: 0;
    text-align: center;
}
.unisoc-section-5goverview .unisoc-section__tabs-item {
    flex: 1;
    position: relative;
    cursor: pointer;
    font-size: 24px;
    padding-bottom: 32px;
    font-weight: 700;
    color: #888888;
}
.unisoc-section-5goverview .unisoc-section__tabs-item.is-active {
    color: #000000;
}
.unisoc-section-5goverview .unisoc-section__tabs-item.is-active::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 6px;
    bottom: 0px;
    background-color: #000;
}
.unisoc-section-5goverview .unisoc-section__tabs-content {
    border: solid 5px #000000;
    padding: 45px 160px 45px 45px;
    display: none;
    background-color: #fff;
}
.unisoc-section-5goverview .unisoc-section__tabs-content.is-active {
    display: block;
}
.unisoc-section-5goverview .fivegoverview-item {
    margin-bottom: 28px;
}
.unisoc-section-5goverview .fivegoverview-item:last-of-type {
    margin-bottom: 0;
}
.unisoc-section-5goverview .fivegoverview-item .label-title{
    display: inline-block;
    height: 36px;
    line-height: 30px;
    padding: 0 20px;
    background: #ff9b00;
    border: 3px solid #231815;
    color: #231815;
    font-size: 24px;
    margin-bottom: 14px;
    font-family: 'YouSheBiaoTiHei';
}
.unisoc-section-5goverview .fivegoverview-item .content {
    color: #1b1b1b;
    line-height: 24px;
    font-size: 14px;
}
.unisoc-section-5goverview .fivegoverview-item .content p {
    margin-bottom: 10px;
}
.unisoc-section-5goverview .fivegoverview-item .content p:last-of-type {
    margin-bottom: 0;
}
.unisoc-section-5goverview .fivegoverview-item .content a {
    font-size: 14px;
    color: #1b1b1b;
}
.unisoc-section-5goverview .fivegoverview-download {
    position: absolute;
    bottom: 70px;
    right: 50px;
    cursor: pointer;
    width: 54px;
    height: 52px;
    background-size: 100%;
    background-image: url(../images/icon-download.png);
    transition: all .3s;
}
.unisoc-section-5goverview .fivegoverview-download:hover {
    width: 58px;
    height: 55px;
    background-image: url(../images/icon-download-hover.png);
}
@media screen and (max-width: 768px) {
    .unisoc-section-5goverview {
        padding-top: 47.5px
    }
    .unisoc-section-5goverview .unisoc-section__head {
        margin-bottom: 30px;
    }
    .unisoc-section-5goverview .unisoc-section__head .title {
        width: 81px;
        height: 20.5px;
        background-image: url(../images/section-title01-m.png);
    }
    .unisoc-section-5goverview .unisoc-section__tabs-list {
        display: block;
        font-size: 0;
    }
    .unisoc-section-5goverview .unisoc-section__tabs-item.is-active::after {
        display: none;
    }
    .unisoc-section-5goverview .unisoc-section__tabs-item {
        width: 48%;
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 9px;
        height: 38px;
        line-height: 34px;
        background: #f7f7f7;
        border: 2px solid #231815;
        border-radius: 40px;
        font-size: 14px;
        color: #888888;
        font-family: "微软雅黑","Microsoft Yahei",arial, helvetica, sans-serif;
    }
    .unisoc-section-5goverview .unisoc-section__tabs-item.is-active {
        color: #000000;
        background-color: #ff9b00;
    }
    .unisoc-section-5goverview .unisoc-section__tabs-item:nth-child(2),
    .unisoc-section-5goverview .unisoc-section__tabs-item:nth-child(4) {
        margin-right: 0;
    }
    .unisoc-section-5goverview .unisoc-section__tabs-content {
        margin-top: 10px;
        padding: 25px 15px 60px 15px;
    }
    .unisoc-section-5goverview .fivegoverview-item {
        margin-bottom: 20px;
    }
    .unisoc-section-5goverview .fivegoverview-item .label-title {
        height: 26px;
        line-height: 24px;
        font-size: 14px;
        border-width: 1px;
        font-weight: 700;
        padding: 0 10px;
        font-family: "微软雅黑","Microsoft Yahei",arial, helvetica, sans-serif;
    }
    .unisoc-section-5goverview .fivegoverview-item .content {
        font-size: 12px;
        line-height: 16px;
    }
    .unisoc-section-5goverview .fivegoverview-item .content a {
        font-size: 12px;
    }
    .unisoc-section-5goverview .fivegoverview-download {
        width: 29px;
        height: 28px;
        bottom: 15px;
        right: 15px;
    }
    .unisoc-section-5goverview .fivegoverview-download:hover {
        width: 29px;
        height: 28px;
    }
}
@media screen and (max-width: 600px){
    .unisoc-section-5goverview .ele-bg-01 {
        width: 100%;
        height: 120px;
        background-size: 100%;
        background-position: right top;
        background-repeat: no-repeat;
        background-image: url(../images/section-bg-01-m.png);
    }
}
@media screen and (max-width: 350px) {
    .unisoc-section-5goverview .unisoc-section__tabs-item {
        font-size: 12px;
    }
}
/* 5g 概述 end */


/* 白皮书 start */
.unisoc-section-whitepaper {
    padding-top: 98px;
}
.unisoc-section-whitepaper .unisoc-section__head .title{
    width: 132px;
    height: 42px;
    margin: 0 auto;
    background-size: 100%;
    background-image: url(../images/section-title02.png);
}
.unisoc-section-whitepaper .ele-bg-01 {
    left: 0;
    top: -665px;
    width: 857px;
    height: 1692px;
    background-size: auto 100%;
    background-image: url(../images/section-bg-02.png);
}
.unisoc-section-whitepaper .unisoc-section__head {
    margin-bottom: 75px;
}
.unisoc-section-whitepaper .whitepaper-item {
    position: relative;
    margin-right: 30px;
    height: 405px;
    background: #f7f7f7;
    border: 5px solid #000000;
}
.unisoc-section-whitepaper .whitepaper-item:last-of-type {
    margin-right: 0;
}
.unisoc-section-whitepaper .whitepaper-item__head {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
    padding: 20px 0 0 20px;
}
.unisoc-section-whitepaper .whitepaper-item__head .number {
    font-size: 45px;
    line-height: 45px;
    color: #000;
    margin-right: 10px;
    font-weight: 700;
}
.unisoc-section-whitepaper .whitepaper-item__head .title {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    padding-bottom: 4px;
}
.unisoc-section-whitepaper .whitepaper-item__body {
    overflow: hidden;
    width: 199px;
    height: 282px;
    margin: 0 auto;
    box-shadow: 1px 3px 25px 0px #d7d5d5; 
}
.unisoc-section-whitepaper .whitepaper-item__body img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.unisoc-section-whitepaper .whitepaper-item__foot {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    height: 104px;
    padding: 15px 25px 15px 20px;
    border-top-right-radius: 60px;
    background-color: #1869f4;
}
.unisoc-section-whitepaper .whitepaper-item__foot > div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.unisoc-section-whitepaper .whitepaper-item__download {
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6;
    background-image: url(../images/icon-download-white.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 42px 39px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.unisoc-section-whitepaper .whitepaper-item:hover .whitepaper-item__download{
    opacity: 1;
}
.unisoc-section-whitepaper .whitepaper-item:hover .whitepaper-item__body img{
    transform: scale(1.2);
}
.unisoc-section-whitepaper .unisoc-section__body.is-moblie {
    display: none;
}

@media screen and (max-width: 768px) {
    .unisoc-section-whitepaper {
        padding-top: 34px;
    }
    .unisoc-section-whitepaper .unisoc-section__head {
        margin-bottom: 35px;
    }
    .unisoc-section-whitepaper .unisoc-section__head .title {
        width: 66px;
        height: 21px;
    }
    .unisoc-section-whitepaper .ele-bg-01 {
        width: 122px;
        height: 414px;
        left: unset;
        right: 0;
        top: -100px;
        background-image: url(../images/section-bg-02-m.png);
    }
    .unisoc-section__body.is-pc {
        display: none;
    }
    .unisoc-section-whitepaper .unisoc-section__body.is-moblie {
        display: block;
    }
    
    .unisoc-whitepaper-m-item {
        margin-bottom: 25px;
    }
    .unisoc-whitepaper-m-item:last-of-type {
        margin-bottom: 0;
    }
    .unisoc-whitepaper-m-media {
        padding: 16px;
        overflow: hidden;
        position: relative;
        width: 150px;
        height: 206px;
        background-color: #f7f7f7;
        border: 1px solid #000000;
        margin-right: 20px;
    }
    .unisoc-whitepaper-m-media::after {
        display: block;
        content: '';
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 35px;
        bottom: 0;
        left: 0;
        background-color: #1869f4;
        border-top-right-radius: 30px;
        background-size: 21px 19.5px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../images/icon-download-white.png);
    }
    .unisoc-whitepaper-m-media:hover .whitepaper-item__download {
        opacity: 1;
    }
    .unisoc-whitepaper-m-image {
        width: 100%;
        height: 100%;
        box-shadow: 1px 3px 25px 0px #d7d5d5; 
    }
    .unisoc-whitepaper-m-image img {
        width: 100%;
        height: 100%;
    }
    .unisoc-whitepaper-m-title {
        margin-bottom: 15px;
    }
    .unisoc-whitepaper-m-title p{
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .unisoc-whitepaper-m-title span {
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 15px;
    }
    .unisoc-whitepaper-m-desc {
        color: #1b1b1b;
        font-size: 12px;
        max-height: 122px;
        overflow-y: auto;
    }
    .unisoc-section-whitepaper .whitepaper-item__download {
        background-size: 28px 26px ;
    }
    .unisoc-section-whitepaper .whitepaper-item__download:hover {
        opacity: 0;
    }
}
/* 白皮书 end */


/* 探索5G start */
.unisoc-section-5g {
    padding-top: 90px;
}
.unisoc-section-5g .unisoc-section__head {
    margin-bottom: 75px;
}
.unisoc-section-5g .unisoc-section__head .title{
    width: 158px;
    height: 42px;
    margin: 0 auto;
    background-size: 100%;
    background-image: url(../images/section-title03.png);
}
.unisoc-section-5g .ele-bg-01 {
    right: 0;
    top: -665px;
    width: 701px;
    height: 2186px;
    background-size: auto 100%;
    background-image: url(../images/section-bg-03.png);
}
.unisoc-section-5g .unisoc-section__body {
    margin: 0 -20px;
    font-size: 0;
}
.unisoc-section-5g .explore5g-item {
    padding: 0 20px;
    width: 25%;
    margin-bottom: 40px;
    display: inline-block;
}
.unisoc-section-5g .explore5g-item__media {
    padding: 5px;
    box-shadow: 1px 1px 10px 0px rgba(215,213,213,0.80); 
    background-color: #ffffff;
    border: 5px solid #000000;
    background-position: calc(100% + 8px) calc(100% + 8px);
    background-repeat: no-repeat;
    background-size: 68px 54px;
    background-image: url(../images/icon-foot-bg.png);
}
.unisoc-section-5g .explore5g-item__body {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.unisoc-section-5g .explore5g-item__body img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    transition: all 0.5s;
}
.unisoc-section-5g .explore5g-item__body:hover img {
    transform: scale(1.2);
}
.unisoc-section-5g .paly-video-btn {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    background-image: url(../images/icon-play-btn.png);
    background-size: 100%;
}
.unisoc-section-5g .explore5g-item__foot {
    margin-top: 14px;
    font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
    .unisoc-section-5g {
        padding-top: 40px;
    }
    .unisoc-section-5g .ele-bg-01 {
        width: 118px;
        height: 414px;
        right: unset;
        left: 0;
        top: -180px;
        background-image: url(../images/section-bg-03-m.png);
    }
    .unisoc-section-5g .unisoc-section__head {
        margin-bottom: 35px;
    }
    .unisoc-section-5g .unisoc-section__head .title {
        width: 79px;
        height: 21px;
    }
    .unisoc-section-5g .unisoc-section__body {
        margin: 0 -7.5px;
    }
    .unisoc-section-5g .explore5g-item {
        vertical-align: top;
        padding: 0 7.5px;
        width: 50%;
        margin-bottom: 15px;
    }
    .unisoc-section-5g .explore5g-item__media {
        border: none;
        box-shadow: none;
        padding: 0;
        background-image: none;
        background-color: transparent;
    }
    .unisoc-section-5g .explore5g-item__body {
        padding: 6px;
        border: solid 1px #000;
        background-color: #fff;
    }
    .unisoc-section-5g .paly-video-btn {
        width: 17.5px;
        height: 17.5px;
    }
    .unisoc-section-5g .explore5g-item__foot {
        margin-top: 7px;
        font-size: 12px;
    }
}
/* 探索5G end */


/* 应用案例 start */
.unisoc-section-case {
    padding-top: 80px;
}
.unisoc-section-case .unisoc-section__head .title{
    width: 173px;
    height: 42px;
    margin: 0 auto;
    background-size: 100%;
    background-image: url(../images/section-title04.png);
}
.unisoc-section-case .ele-bg-01 {
    left: 0;
    top: -170px;
    width: 330px;
    height: 770px;
    background-size: auto 100%;
    background-image: url(../images/section-bg-04.png);
}
.unisoc-section-case .unisoc-section__head {
    margin-bottom: 75px;
}

.unisoc-case__tabs {
    height: 46px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #ff9b00;
}
.unisoc-case__tabs-item {
    flex: 1;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    line-height: 46px;
}
.unisoc-case__tabs-item.is-active {
    font-weight: 700;
    color: #000;
    border: 3px solid #000000;
    line-height: 40px;
}
.unisoc-case__content {
    padding: 50px 32px;
    background: #f7f7f7;
    border: 5px solid #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.unisoc-case__area-middle {
    width: 670px;
    height: 380px;
    margin: 0 20px;
}

.unisoc-case__swiper {
    width: 100%;
    height: 100%;
    /* border: 1px solid #edeef1; */
    box-shadow: 0px 1px 9px 0px rgba(215,213,213,0.40); 
}
.unisoc-case__swiper .swiper-container {
    height: 100%;
}
.unisoc-case__swiper-media {
    font-size: 0;
    position: relative;
    height: 100%;
}
.unisoc-case__swiper-media .case-image {
    width: 100%;
    height: 100%;
    display: block;
}
.unisoc-case__loupe-btn {
    cursor: pointer;
    width: 33px;
    height: 33px;
    background-size: 100%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    background-image: url(../images/icon-loupe-btn.png);
}
.unisoc-case__item {
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size: 0;
    border: 1px solid #edeef1;
    margin-bottom: 13px;
    box-shadow: 0px 1px 9px 0px rgba(215,213,213,0.50); 
}
.unisoc-case__item img{
    height: 100%;
    width: 100%;
}
.unisoc-case__item p {
    width: 100%;
    position: absolute;
    bottom: 6px;
    left: 0;
    font-size: 13px;
    color: #333333;
}
.unisoc-case__item:last-of-type {
    margin-bottom: 0;
}

.unisoc-case__content.is-moblie,
.unisoc-case-m__tabs,
.unisoc-case-m__content {
    display: none;
}

@media screen and (max-width: 768px) {
    .unisoc-section-case .ele-bg-01 {
        width: 67.5px;
        height: 127.5px;
        left: unset;
        right: 0;
        top: -80px;
        background-image: url(../images/section-bg-04-m.png);
    }
    .unisoc-section-case {
        padding-top: 40px;
    }
    .unisoc-section-case .unisoc-section__head {
        margin-bottom: 35px;
    }
    .unisoc-section-case .unisoc-section__head .title {
        width: 86.5px;
        height: 21px;
    }
    .unisoc-case__tabs {
        display: none;
        height: auto;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: transparent;
    }
    .unisoc-case__tabs-item {
        flex: 1;
        width: calc(33.33% - 8px);
        max-width: calc(33.33% - 8px);
        min-width: calc(33.33% - 8px);
        height: 26.5px;
        line-height: 24.5px;
        margin-right: 8px;
        margin-bottom: 8px;
        background-color: #f7f7f7;
        border: 1.5px solid #231815;
        border-radius: 25px;
        color: #888888;
        font-size: 14px;
        font-family: 'YouSheBiaoTiHei';
    }
    .unisoc-case__tabs-item.is-active {
        border-width: 1.5px;
        line-height: 24.5px;
        background-color:  #ff9b00;
        color: #000;
    }
    .unisoc-case__content.is-pc {
        display: none;
    }
    .unisoc-case__content.is-moblie,
    .unisoc-case-m__tabs,
    .unisoc-case-m__content {
        display: block;
    }
    .unisoc-case-m__tabs {
        margin: 0 -5px 10px -5px;
        font-size: 0;
    }
    .unisoc-case-m__tabs-item {
        padding: 0 5px;
        width: 33.33%;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
    }
    .unisoc-case-m__tabs-item .title {
        width: 100%;
        height: 26.5px;
        line-height: 24.5px;
        display: block;
        background-color: #f7f7f7;
        border: 1.5px solid #231815;
        border-radius: 25px;
        color: #888888;
        font-size: 14px;
        font-family: 'YouSheBiaoTiHei';
    }
    .unisoc-case-m__tabs-item.is-active .title {
        border-width: 1.5px;
        line-height: 24.5px;
        background-color:  #ff9b00;
        color: #000;
    }
}
/* 应用案例 end */

/* 底部 start */
.unisoc-footer {
    margin-top: 100px;
    overflow: hidden;
    position: relative;
    padding: 55px 20px;
    background-color: #FFCB1B;
}
.unisoc-footer::before {
    display: block;
    content: '';
    z-index: 2;
    position: absolute;
    bottom: -190px;
    left: -200px;
    border-radius: 50%;
    width: 400px;
    height: 380px;
    background-color: #ff9b00;
}
.unisoc-footer__main {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.unisoc-footer__logo img {
    width: 261px;
    height: 47px;
}
.unisoc-footer__logo::after {
    display: block;
    content: '';
    width: 100px;
    height: 4px;
    margin-top: 32px;
    margin-bottom: 36px;
    background: #ffffff;
}
.unisoc-footer__desc {
    clear: both;
    overflow: hidden;
    color: #ffffff;
    line-height: 24px;
}
.unisoc-footer__desc p {
    margin-bottom: 10px;
}
.unisoc-footer__desc p:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .unisoc-footer {
        margin-top: 0;
        padding: 170px 16px 35px 16px;
        background-color: transparent;
        background-size: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        background-image: url(../images/section-bg-foot.png);
    }
    .unisoc-footer::before {
        bottom: -90px;
        left: -100px;
        width: 200px;
        height: 190px;
    }
    .unisoc-footer::after {
        display: block;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 170px;
        left: 0;
        z-index: 1;
        background: #fed852;
        background: -moz-linear-gradient(top,  #fed852 0%, #ffcb1b 100%);
        background: -webkit-linear-gradient(top,  #fed852 0%,#ffcb1b 100%);
        background: linear-gradient(to bottom,  #fed852 0%,#ffcb1b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed852', endColorstr='#ffcb1b',GradientType=0 );

    }
    .unisoc-footer__logo img {
        width: 130.5px;
        height: 23.5px;
    }
    .unisoc-footer__logo::after {
        margin-top: 16px;
        margin-bottom: 25px;
        width: 50px;
        height: 2px;
    }
    .unisoc-footer__desc {
        font-size: 12px;
    }
}
/* 底部 end */