/*****************************
 * created by chaixiaoduo@126.com
 * 2019-10-31 10:48
 * 客户案例
 *****************************/


/*****************************
 * created by chaixiaoduo@126.com
 * 2019-10-31 10:48
 * 客户案例
 *****************************/

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.whtie-fff {
    background-color: #fff;
}

.gray-f3f3f3 {
    background-color: #f3f3f3;
}

img {
    transition: all .5s ease-out;
}


/* 1920 */


/* fixed-tag-view */

.fixed-tag-view {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: rgba(234, 243, 255, 0.96);
    box-shadow: 0 3px 5px 1px rgba(160, 160, 160, 0.50);
    position: fixed;
    display: none;
    top: 42px;
    z-index: 9;
    opacity: 0;
    transition: all 0.3s;
}

.fixed-tag-view .view {
    height: auto;
    width: 1680px;
    margin: 0 auto;
}

.fixed-tag-view table {
    width: 100%;
    height: 100%;
}

.fixed-tag-view .l {
    height: 100%;
    width: 150px;
    background: #0068FF;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.fixed-tag-view .c {
    width: 150px;
    height: 100%;
    position: relative;
    background: #3B8BFF;
}

.fixed-tag-view .c label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.fixed-tag-view .c label span {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.fixed-tag-view .c label i {
    position: absolute;
    background: url('../img/icon.png') no-repeat -445px -947px;
    width: 10px;
    height: 6px;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

.fixed-tag-view .c ul {
    position: absolute;
    width: 150px;
    top: 100%;
    left: 0;
    background: #66A5FF;
    padding-bottom: 15px;
    display: none;
}

.fixed-tag-view .c ul li {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 44px;
    padding-left: 31px;
    cursor: pointer;
}

.fixed-tag-view .c ul li a {
    text-decoration: none;
    color: #FFFFFF;
}

.fixed-tag-view .r {
    display: inline-block;
}

.fixed-tag-view .r ul {
    display: none;
}

.fixed-tag-view .r ul:first-child {
    display: block;
}

.fixed-tag-view .r ul li {
    display: inline-block;
    cursor: pointer;
    height: 42px;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
    text-align: center;
    align-items: center;
    line-height: 42px;
    margin-right: 20px;
    padding-left: 20px;
}

.fixed-tag-view .r ul li:hover {
    color: #0068FF;
    font-family: PingFangSC-Medium;
    font-weight: bold;
}

.fixed-tag-view .r ul li.active {
    color: #0068FF;
    font-family: PingFangSC-Medium;
    font-weight: bold;
}


/* fixed-tag-view */


/**************************************************************************************
 **************
 ************** first screen
 **************
****************************************************************************************/

.first-screen {
    width: 100%;
    background: #2A2D3C;
    height: 400px;
    /* background-image: url('triangle-bg.png');
    background-repeat: no-repeat;
    background-position: 94% 100%; */
}

.first-screen .view {
    width: 1680px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-screen .view .left {
    width: 300px;
    height: 400px;
    box-sizing: border-box;
    padding: 80px 84px 49px;
    font-size: 66px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 78px;
    background: url("consultation-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.first-screen .view .left>p {
    font-family: PingFangSC-Semibold;
    font-size: 66px;
}

.first-screen .view .right {
    flex: 1;
    height: 400px;
    box-sizing: border-box;
    padding: 51px 0 0 60px;
    background-image: url(triangle-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 370px 286px;
}

.first-screen .view .right>p:nth-child(1) {
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.first-screen .view .right>p:nth-child(2) {
    font-family: PingFangSC-Medium;
    font-size: 66px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.first-screen .view .right .tag {
    margin-top: 17px;
}

.first-screen .view .right .tag a {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
    border-right: 1px solid #fff;
    line-height: 22px;
    text-decoration: none;
    cursor: text;
}

.first-screen .view .right .tag a:nth-child(1) {
    padding-left: 0px;
}

.first-screen .view .right .tag a:nth-last-child(1) {
    border: none;
    padding-right: 0;
}

.first-screen .view .right .line {
    opacity: 0.5;
    background: #FFFFFF;
    width: 100%;
    height: 1px;
    margin: 30px auto;
}

.first-screen .view .right .introduce {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.first-screen .view .right .introduce h1 {
    float: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.first-screen .view .right .introduce span {}


/**************************************************************************************
 **************
 ************** first screen
 **************
****************************************************************************************/


/**************************************************************************************
 **************
 ************** tag-view
 **************
****************************************************************************************/

.tag-view {
    width: 1680px;
    min-height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.tag-view .l {
    font-family: PingFangSC-Medium;
    width: 300px;
    height: 118px;
    background: #F3F3F3;
    box-shadow: 0 1px 3px 0 rgba(204, 204, 204, 0.80);
    border-radius: 0 0 2px 2px;
    font-size: 36px;
    color: #444444;
    letter-spacing: 0;
    position: relative;
    text-align: center;
}

.tag-view .l i {
    background: url('icon.png') no-repeat -146px -243px;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 53px;
    right: 20px;
}

.tag-view .r {
    height: 70px;
    margin-top: 15px;
}

.tag-view .r ul {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.tag-view .r ul li {
    width: 75px;
    height: 35px;
    background-color: #fff;
    font-size: 22px;
    color: #444444;
    letter-spacing: 0;
    text-align: center;
    align-items: center;
    line-height: 35px;
    cursor: pointer;
    border-radius: 2px;
}

.tag-view .r ul li:hover {
    background: #FF1240;
    color: #fff;
}

.tag-view .r ul li.active {
    background: #FF1240;
    color: #fff;
}

.tag-view .r ul li.active a,
.tag-view .r ul li:hover a {
    color: #fff;
}

.tag-view .r ol {
    flex-wrap: wrap;
    margin-left: 24px;
    padding-bottom: 10px;
    display: none;
}

.tag-view .r ol:nth-child(2) {
    display: block;
}

.tag-view .r ol li {
    height: 38px;
    background-color: #fff;
    font-size: 18px;
    color: #444444;
    letter-spacing: 0;
    text-align: left;
    line-height: 38px;
    margin-right: 30px;
    cursor: pointer;
    display: inline-block;
}

.tag-view .r ol li:hover {
    color: #FF1240;
}

.tag-view .r ol li.active {
    color: #FF1240;
}

.tag-view a {
    text-decoration: none;
    color: #444;
    height: 100%;
    width: 100%;
    display: block;
}


/**************************************************************************************
 **************
 ************** tag-view
 **************
****************************************************************************************/


/**************************************************************************************
 **************
 ************** content view
 **************
****************************************************************************************/

.content-view {
    width: 1680px;
    margin: 0 auto;
}

.content-view .floor-main {
    display: none;
}

.content-view .floor-main>div {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #DDDDDD;
}

.content-view .floor-main:first-child {
    display: block;
}

.content-view .floor-main>div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.content-view .floor-main>div ul {
    display: flex;
    flex-wrap: wrap;
    width: 1691px;
}

.content-view .floor-main .img-main a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
}

.content-view .floor-main>div ul li {
    width: 270px;
    height: 307px;
    margin-right: 11.6px;
    margin-bottom: 40px;
    position: relative;
}

.content-view .floor-main>div ul li .img-main {
    width: 270px;
    height: 202.5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url("../img/loading.gif") no-repeat center center;
    background-size: 100px 100px;
}

.content-view .floor-main>div ul li .img-main .play {
    width: 76px;
    height: 76px;
    background: url(../img/play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}

.content-view .floor-main>div ul li .float-div {
    min-width: 120px;
    height: 22px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.88) 64%);
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #7D7D7D;
    letter-spacing: 0;
    padding-left: 8px;
    overflow: hidden;
}

.content-view .floor-main>div ul li:first-child {
    background: #FF1240;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.content-view .floor-main>div ul li:first-child .title {
    font-family: PingFangSC-Light;
    font-size: 38px;
    color: #FFFFFF;
    display: block;
    padding: 30px 0 0 30px;
}

.content-view .floor-main>div ul li:first-child .introduce {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 30px;
    position: absolute;
    width: 90%;
    bottom: 70px;
}

.content-view .floor-main>div ul li img {
    width: 100%;
    height: 202.5px;
    object-fit: cover;
}

.content-view .floor-main>div ul li img:hover {
    transform: scale(1.1);
}

.content-view .floor-main>div ul li h2 {
    font-family: PingFangSC-Light;
    font-size: 22px;
    color: #222222;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-view .floor-main>div ul li p span {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.content-view .floor-main>div ul li p span.disabled {
    background: #EEEEEE;
    border-color: #EEEEEE;
}

.content-view .floor-main>div ul li p span:hover {
    border-color: #000000;
    color: #000000;
}

.content-view .floor-main>div ul li p span.disabled:hover {
    border-color: #EEEEEE;
    color: #999999;
    cursor: text;
}

.content-view .floor-main>div ul li p b {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 8px;
}

.content-view .floor-main>div ul li:last-child .text {
    height: 202.5px;
    width: 100%;
    background: #F3F3F3;
    font-size: 18px;
    color: #666666;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    text-decoration: none;
}

.content-view .content-view-tip {
    display: block;
    font-size: 12px;
    color: #BBBBBB;
}


/**************************************************************************************
 **************
 ************** content
 **************
****************************************************************************************/


/* 1920 */


/* 1680 1600 */

@media screen and (max-width: 1899px)and (min-width: 1580px) {
    html,
    body {
        width: 100%;
        min-width: 1520px;
    }
    .first-screen .view {
        width: 1520px;
    }
    .first-screen .view .right>p:nth-child(2) {
        font-size: 60px;
    }
    .first-screen .view .right .tag a {
        font-size: 20px;
    }
    .fixed-tag-view .view {
        width: 1520px;
    }
    .tag-view {
        width: 1520px;
    }
    .tag-view .r ul li {
        width: 110px;
    }
    .content-view {
        width: 1520px;
        overflow: hidden;
    }
    .content-view .floor-main>div ul {
        width: 1600px;
    }
    .content-view>div ul li {
        width: 245px;
        height: 307px;
    }
    .content-view>div ul li .img-main {
        width: 245px;
        height: 183.75px;
        overflow: hidden;
    }
    .content-view>div ul li .img-main img {
        width: 100%;
        height: 183.75px;
    }
    .content-trend {
        width: 1520px;
    }
}


/* 1680 1600 */


/* 1366 */

@media screen and (max-width: 1579px)and (min-width: 1366px) {
    body,
    html {
        min-width: 1246px;
    }
    .fixed-tag-view .view {
        width: 1246px;
    }
    .fixed-tag-view .r ul li {
        margin-right: 10px;
        padding-left: 10px;
    }
    /**************************************************************************************
     **************
     ************** first screen
     **************
    ****************************************************************************************/
    .first-screen {
        height: 320px;
    }
    .first-screen .view {
        width: 1246px;
    }
    .first-screen .view .left {
        width: 200px;
        height: 320px;
        padding: 82px 54px;
        font-size: 46px;
        line-height: 52px;
    }
    .first-screen .view .left>p {
        font-size: 46px;
    }
    .first-screen .view .right {
        height: 320px;
        padding: 45px 0 0 20px;
        background-size: 317px 245px;
    }
    .first-screen .view .right>p:nth-child(1) {
        font-size: 20px;
    }
    .first-screen .view .right>p:nth-child(2) {
        font-size: 46px;
    }
    .first-screen .view .right .tag {
        margin-top: 6px;
    }
    .first-screen .view .right .tag a {
        font-size: 16px;
        line-height: 16px;
    }
    .first-screen .view .right .line {
        margin: 25px auto;
    }
    .first-screen .view .right .introduce {
        line-height: 22px;
        height: 90px;
    }
    /**************************************************************************************
    **************
    ************** first screen
    **************
    **********************************/
    /**************************************************************************************
     **************
     ************** tag-view
     **************
    ****************************************************************************************/
    .tag-view {
        width: 1246px;
        height: 90px;
    }
    .tag-view .l {
        width: 200px;
        height: 70px;
        font-size: 26px;
        line-height: 70px;
    }
    .tag-view .l i {
        top: 42px;
    }
    .tag-view .r {
        height: 36px;
        margin-top: 4px;
    }
    .tag-view .r ul li {
        width: 110px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
        cursor: pointer;
    }
    .tag-view .r ol {
        margin-left: 21px;
    }
    .tag-view .r ol li {
        font-size: 14px;
        text-align: left;
        line-height: 30px;
        margin-right: 30px;
    }
    /**************************************************************************************
    **************
    ************** tag-view
    **************
    *************************************/
    /**************************************************************************************
     **************
     ************** content view
     **************
    ****************************************************************************************/
    .content-view {
        width: 1246px;
        overflow: hidden;
    }
    .content-view .floor-main>div ul {
        width: 1210px;
    }
    .content-view .floor-main>div ul li {
        width: 232px;
        height: 303px;
        margin-right: 10px;
    }
    .content-view .floor-main>div ul li .img-main {
        width: 232px;
        height: 174px;
        overflow: hidden;
    }
    .content-view .floor-main>div ul li:first-child {
        background: #D2111A;
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    .content-view .floor-main>div ul li:first-child .title {
        font-size: 34px;
        color: #FFFFFF;
        display: block;
        padding: 20px 30px 0 30px;
    }
    .content-view .floor-main>div ul li:first-child .introduce {
        display: block;
        font-size: 14px;
        color: #FFFFFF;
        padding-left: 30px;
        width: 90%;
        bottom: 40px;
    }
    .content-view .floor-main>div ul li img {
        width: 232px;
        height: 174px;
    }
    .content-view .floor-main>div ul li h2 {
        font-size: 18px;
    }
    .content-view .floor-main>div ul li:last-child .text {
        height: 174px;
        font-size: 18px;
    }
    .content-view .floor-main>div .content-view-tip {
        display: block;
        font-size: 12px;
        color: #BBBBBB;
        margin-top: -140px;
    }
    /**************************************************************************************
     **************
     ************** content
     **************
    ****************************************************************************************/
}


/* 1366 */

@media screen and (max-width: 1365px)and (min-width: 1281px) {
    body,
    html {
        min-width: 1220px;
    }
    .fixed-tag-view .view {
        width: 1200px;
    }
    .fixed-tag-view .r ul li {
        margin-right: 8px;
        padding-left: 8px;
    }
    /**************************************************************************************
         **************
         ************** first screen
         **************
        ****************************************************************************************/
    .first-screen {
        height: 320px;
    }
    .first-screen .view {
        width: 1200px;
    }
    .first-screen .view .left {
        width: 200px;
        height: 320px;
        padding: 82px 54px;
        font-size: 46px;
        line-height: 52px;
    }
    .first-screen .view .left>p {
        font-size: 46px;
    }
    .first-screen .view .right {
        height: 320px;
        padding: 45px 0 0 20px;
        background-size: 317px 245px;
    }
    .first-screen .view .right>p:nth-child(1) {
        font-size: 20px;
    }
    .first-screen .view .right>p:nth-child(2) {
        font-size: 46px;
    }
    .first-screen .view .right .tag {
        margin-top: 6px;
    }
    .first-screen .view .right .tag a {
        font-size: 16px;
        line-height: 16px;
    }
    .first-screen .view .right .line {
        margin: 25px auto;
    }
    .first-screen .view .right .introduce {
        line-height: 22px;
        height: 90px;
    }
    /**************************************************************************************
        **************
        ************** first screen
        **************
        **********************************/
    /**************************************************************************************
         **************
         ************** tag-view
         **************
        ****************************************************************************************/
    .tag-view {
        width: 1200px;
        height: 90px;
    }
    .tag-view .l {
        width: 200px;
        height: 70px;
        font-size: 26px;
        line-height: 70px;
    }
    .tag-view .l i {
        top: 42px;
    }
    .tag-view .r {
        height: 36px;
        margin-top: 4px;
    }
    .tag-view .r ul li {
        width: 110px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
        cursor: pointer;
    }
    .tag-view .r ol {
        margin-left: 21px;
    }
    .tag-view .r ol li {
        font-size: 14px;
        text-align: left;
        line-height: 30px;
        margin-right: 30px;
    }
    /**************************************************************************************
        **************
        ************** tag-view
        **************
        *************************************/
    /**************************************************************************************
         **************
         ************** content view
         **************
        ****************************************************************************************/
    .content-view {
        width: 1200px;
        overflow: hidden;
    }
    .content-view .floor-main>div ul {
        width: 1210px;
    }
    .content-view .floor-main>div ul li {
        width: 232px;
        height: 303px;
        margin-right: 10px;
    }
    .content-view .floor-main>div ul li .img-main {
        width: 232px;
        height: 174px;
        overflow: hidden;
    }
    .content-view .floor-main>div ul li:first-child {
        background: #D2111A;
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    .content-view .floor-main>div ul li:first-child .title {
        font-size: 34px;
        color: #FFFFFF;
        display: block;
        padding: 20px 30px 0 30px;
    }
    .content-view .floor-main>div ul li:first-child .introduce {
        display: block;
        font-size: 14px;
        color: #FFFFFF;
        padding-left: 30px;
        width: 90%;
        bottom: 40px;
    }
    .content-view .floor-main>div ul li img {
        width: 232px;
        height: 174px;
    }
    .content-view .floor-main>div ul li h2 {
        font-size: 18px;
    }
    .content-view .floor-main>div ul li:last-child .text {
        height: 174px;
        font-size: 18px;
    }
    .content-view .floor-main>div .content-view-tip {
        display: block;
        font-size: 12px;
        color: #BBBBBB;
        margin-top: -140px;
    }
    /**************************************************************************************
         **************
         ************** content
         **************
        ****************************************************************************************/
}


/* 1280 */


/* 1280 */

@media screen and (min-width:1001px) and (max-width: 1280px) {
    body,
    html {
        min-width: 1220px;
    }
    .fixed-tag-view .view {
        width: 1200px;
    }
    .fixed-tag-view .r ul li {
        margin-right: 8px;
        padding-left: 8px;
    }
    /**************************************************************************************
     **************
     ************** first screen
     **************
    ****************************************************************************************/
    .first-screen {
        height: 320px;
    }
    .first-screen .view {
        width: 1200px;
    }
    .first-screen .view .left {
        width: 200px;
        height: 320px;
        padding: 82px 54px;
        font-size: 46px;
        line-height: 52px;
    }
    .first-screen .view .left>p {
        font-size: 46px;
    }
    .first-screen .view .right {
        height: 320px;
        padding: 45px 0 0 20px;
        background-size: 317px 245px;
    }
    .first-screen .view .right>p:nth-child(1) {
        font-size: 20px;
    }
    .first-screen .view .right>p:nth-child(2) {
        font-size: 46px;
    }
    .first-screen .view .right .tag {
        margin-top: 6px;
    }
    .first-screen .view .right .tag a {
        font-size: 16px;
        line-height: 16px;
    }
    .first-screen .view .right .line {
        margin: 25px auto;
    }
    .first-screen .view .right .introduce {
        line-height: 22px;
        height: 90px;
    }
    /**************************************************************************************
    **************
    ************** first screen
    **************
    **********************************/
    /**************************************************************************************
     **************
     ************** tag-view
     **************
    ****************************************************************************************/
    .tag-view {
        width: 1200px;
        height: 90px;
    }
    .tag-view .l {
        width: 200px;
        height: 70px;
        font-size: 26px;
        line-height: 70px;
    }
    .tag-view .l i {
        top: 42px;
    }
    .tag-view .r {
        height: 36px;
        margin-top: 4px;
    }
    .tag-view .r ul li {
        width: 110px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
        cursor: pointer;
    }
    .tag-view .r ol {
        margin-left: 21px;
    }
    .tag-view .r ol li {
        font-size: 14px;
        text-align: left;
        line-height: 30px;
        margin-right: 30px;
    }
    /**************************************************************************************
    **************
    ************** tag-view
    **************
    *************************************/
    /**************************************************************************************
     **************
     ************** content view
     **************
    ****************************************************************************************/
    .content-view {
        width: 1200px;
        overflow: hidden;
    }
    .content-view .floor-main>div ul {
        width: 1210px;
    }
    .content-view .floor-main>div ul li {
        width: 232px;
        height: 303px;
        margin-right: 10px;
    }
    .content-view .floor-main>div ul li .img-main {
        width: 232px;
        height: 174px;
        overflow: hidden;
    }
    .content-view .floor-main>div ul li:first-child {
        background: #D2111A;
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    .content-view .floor-main>div ul li:first-child .title {
        font-size: 34px;
        color: #FFFFFF;
        display: block;
        padding: 20px 30px 0 30px;
    }
    .content-view .floor-main>div ul li:first-child .introduce {
        display: block;
        font-size: 14px;
        color: #FFFFFF;
        padding-left: 30px;
        width: 90%;
        bottom: 40px;
    }
    .content-view .floor-main>div ul li img {
        width: 232px;
        height: 174px;
    }
    .content-view .floor-main>div ul li h2 {
        font-size: 18px;
    }
    .content-view .floor-main>div ul li:last-child .text {
        height: 174px;
        font-size: 18px;
    }
    .content-view .floor-main>div .content-view-tip {
        display: block;
        font-size: 12px;
        color: #BBBBBB;
        margin-top: -140px;
    }
    /**************************************************************************************
     **************
     ************** content
     **************
    ****************************************************************************************/
}


/* 1280 */


/* 1280 */

@media screen and (max-width: 1000px) {
    .pc {
        display: none;
    }
    .mo {
        display: block;
    }
    html,
    body {
        min-width: 100%!important;
    }
    .first-screen {
        width: 100%;
        height: auto;
        background: url(consultation-bg.png) no-repeat center center;
        background-size: 100% 100%;
    }
    .first-screen .view {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0.79rem 0.26rem 0.65rem;
    }
    .first-screen .view .left {
        width: 100%;
        display: flex;
        justify-content: center;
        height: auto;
        background: none;
        padding: 0;
        flex: none;
    }
    .first-screen .view .left p {
        text-align: center;
        font-size: 0.58rem;
        font-family: 'PingFangSC-Regular';
        line-height: 0.58rem;
    }
    .first-screen .view .right {
        width: 100%;
        background: none;
        padding-top: 0.38rem;
        padding-left: 0;
        height: auto;
        flex: none;
    }
    .first-screen .view .right p:nth-child(1) {
        text-align: center;
        font-size: 0.2rem;
        font-family: 'PingFangSC-Regular';
        line-height: 0.2rem;
        margin-bottom: 0.17rem;
    }
    .first-screen .view .right p:nth-child(2) {
        text-align: center;
        font-size: 0.3rem;
        font-family: 'PingFangSC-Regular';
        line-height: 0.3rem;
    }
    .first-screen .view .right p {}
    .first-screen .view .right .tag,
    .first-screen .view .right p:last-child,
    .content-view>ul>li .view .r>.title,
    .content-view>ul>li .view .r .desc,
    .content-view .desc-view .left .list,
    .fixed-tag-view,
    .introduce {
        display: none!important;
    }
    .tag-view .r ol li:hover {
        color: #444444;
    }
    .tag-view .r ol li:hover {
        color: #FF1240;
    }
    .tag-view .r ol {
        display: flex;
        overflow: auto;
        white-space: nowrap;
        margin-left: 0;
        cursor: grab;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        flex-wrap: nowrap;
        padding-right: 0.3rem;
    }
    .tag-view .r ol li {
        white-space: nowrap;
        font-size: 0.22rem;
        float: none;
        line-height: 0.3rem;
        margin-right: 0.2rem;
        height: auto;
        display: block;
        cursor: inherit;
    }
    .first-screen .view .right .line {
        display: block;
        opacity: 1;
        margin: 0 auto;
        margin-top: 0.32rem;
        height: 0.3rem;
        width: 0.3rem;
        background: url(../img/mobile_desc_white.png) center center no-repeat;
        background-size: 100% auto;
        cursor: pointer;
    }
    .tag-view {
        width: 100%;
        margin-top: 0.16rem;
        margin-bottom: 0.17rem;
        min-height: 10px;
    }
    .tag-view .r {
        height: auto;
        padding: 0.2rem 0.17rem 0;
        background: #ffffff;
        position: relative;
        overflow: hidden;
        margin-top: 0;
    }
    .tag-view .r::before {
        content: '';
        position: absolute;
        right: 0.05rem;
        top: 0.2rem;
        height: 0.42rem;
        width: 0.34rem;
        display: block;
        background: #ffffff url(./../img/mobile_point_black.png) left center no-repeat;
        background-size: 0.14rem auto;
        box-shadow: 0rem 0rem 0.13rem 0.12rem rgba(255, 255, 255, 1);
    }
    .tag-view .r::after {
        content: '';
        position: absolute;
        right: 0.05rem;
        bottom: 10px;
        height: 0.3rem;
        width: 0.34rem;
        display: block;
        background: #ffffff url(./../img/mobile_point_black.png) left center no-repeat;
        background-size: 0.14rem auto;
        box-shadow: 0rem 0rem 0.13rem 0.12rem rgba(255, 255, 255, 1);
    }
    .tag-view .r ul li:last-child {
        /* padding-right: 0.5rem; */
    }
    .tag-view .r ol li:last-child {
        /* padding-right: 0.5rem; */
    }
    .tag-view .r ol::after {
        content: '----';
        /* width: 0.3rem; */
        height: 100%;
        display: block;
        color: #ffffff;
        font-size: 0.2rem;
        white-space: nowrap;
    }
    .tag-view .r.scrollT {
        position: fixed;
        top: -0;
        left: 0;
        z-index: 10;
    }
    .tag-view .l {
        display: none;
    }
    .tag-view .r ul {
        overflow: auto;
        margin-top: 0;
    }
    .tag-view .r ul::-webkit-scrollbar {
        height: 0 !important;
        width: 0 !important;
        background-color: transparent;
        display: none;
    }
    .tag-view .r ol::-webkit-scrollbar {
        height: 0 !important;
        width: 0 !important;
        background-color: transparent;
        display: none;
    }
    .tag-view .r ul {
        -ms-overflow-style: none;
        cursor: grab;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* padding-right: 0.3rem; */
    }
    .tag-view .r ul::after {
        content: '----';
        /* width: 0.3rem; */
        height: 100%;
        display: block;
        color: #ffffff;
        font-size: 0.2rem;
        white-space: nowrap;
    }
    .tag-view .r ul {
        overflow: -moz-scrollbars-none;
        margin-bottom: 0.26rem;
    }
    .tag-view .r ul li a {
        display: block;
        font-size: 0.25rem;
        line-height: 0.28rem;
        white-space: nowrap;
        cursor: inherit;
    }
    .tag-view .r ul li {
        padding: 0.07rem 0.17rem;
        margin-right: 0.09rem;
        border-radius: 0.21rem;
        width: auto;
        height: auto;
        cursor: inherit;
        font-size: 0.25rem;
        line-height: 0.3rem;
    }
    .tag-view .r ul li:hover a {
        color: #444444;
    }
    .tag-view .r ul li:hover {
        background: none;
    }
    .tag-view .r ul .active:hover {
        background: #FF1240;
    }
    .tag-view .r ul .active:hover a {
        color: #ffffff;
    }
    .content-view {
        padding: 0 0.17rem;
        width: 100%;
    }
    .content-view .floor-main .floor {
        border-bottom: 0 none;
        margin-bottom: 0.17rem;
    }
    .content-view .floor-main>div ul {
        width: 100%;
    }
    .content-view .floor-main>div ul li:first-child {
        display: flex;
        /* justify-content: center; */
        padding: 0 0.17rem;
    }
    .content-view .floor-main>div ul li:first-child .title {
        margin: 0 auto;
        margin-top: 0.68rem;
        padding: 0;
        font-size: 0.51rem;
        line-height: 0.51rem;
    }
    .content-view .floor-main>div ul li {
        width: calc((100% - 0.16rem)/2);
        margin-right: 0.15rem;
        border-radius: 0.1rem;
        height: auto;
        margin-bottom: 0.17rem;
        background: #f5f5f5;
        overflow: hidden;
    }
    .content-view .floor-main>div ul li:last-child .text {
        height: 100%;
        overflow: hidden;
        color: #f5f5f5;
        background: url(../img/mobile_radio.png) center center no-repeat;
        background-size: 0.38rem 0.2rem;
    }
    .content-view .floor-main>div ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .content-view .floor-main>div ul li .img-main {
        width: 2.95rem;
        height: 2.21rem;
        overflow: hidden;
    }
    .content-view .floor-main>div ul li .img-main img a {
        display: block;
        width: 2.95rem;
        height: 2.21rem;
    }
    .content-view .floor-main>div ul li .img-main img {
        width: 2.95rem;
        height: 2.21rem;
        object-fit: cover;
    }
    .content-view .floor-main>div ul li .img-main img:hover {
        transform: none;
    }
    .content-view .floor-main>div ul li div:nth-child(2) {
        padding: 0.17rem 0.17rem 0.08rem;
    }
    .content-view .floor-main>div ul li div:nth-child(2) h2 {
        font-size: 0.2rem;
        line-height: 0.28rem;
        margin-bottom: 0.14rem;
        margin-top: 0;
        font-family: 'PingFangSC-Regular';
    }
    .content-view .floor-main>div ul li div:nth-child(2) p {
        display: flex;
        flex-wrap: wrap;
    }
    .content-view .floor-main>div ul li div:nth-child(2) p span {
        border-radius: 0.03rem;
        color: #666666;
        font-size: 0.17rem;
        line-height: 0.26rem;
        padding: 0 0.09rem;
        margin-right: 0.09rem;
        margin-bottom: 0.09rem;
        white-space: nowrap;
        display: block;
        height: auto;
        border: 0;
    }
    .content-view .floor-main>div ul li div:nth-child(2) p a {
        border-radius: 0.03rem;
        color: #222222;
        border: 0.5px solid #999;
        font-size: 15px;
        line-height: 0.26rem;
        padding: 0 0.09rem;
        margin-right: 0.09rem;
        margin-bottom: 0.09rem;
        white-space: nowrap;
        text-decoration: none;
        height: auto;
        display: inline-block;
    }
    .content-view .floor-main>div ul li div:nth-child(2) p a span {
        padding: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .content-view .content-view-tip {
        display: none;
    }
    .connect-form {
        margin-top: 0.51rem!important;
    }
    .tag-view,
    .tag-view table,
    .tag-view tbody,
    .tag-view tr,
    .tag-view .r {
        display: block;
        width: 100%;
    }
    .tag-view tr {
        margin-top: 0;
        height: 1.28rem;
    }
    .content-view .floor-main>div ul li .img-main .play {
        width: 0.5rem;
        height: 0.5rem;
        margin-left: -0.25rem;
        margin-top: -0.25rem;
    }
    /**************************************************************************************
     **************
     ************** content
     **************
    ****************************************************************************************/
}


/* 1280 */

.loadimgBg {
    background: url(../img/loading.gif) no-repeat center center;
}