/*****************************
 * created by chaixiaoduo@126.com
 * 2019-10-31 10:48
 * 客户案例
 *****************************/

.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%;
    margin: 0 auto;
    background: rgba(221, 221, 221, 0.96);
    box-shadow: 0 3px 5px 1px rgba(160, 160, 160, 0.50);
    position: sticky;
    display: none;
    top: 42px;
    z-index: 1000;
}

.fixed-tag-view .view {
    width: 1680px;
    margin: 0 auto;
}

.fixed-tag-view ul {
    display: flex;
    justify-content: space-between;
}

.fixed-tag-view ul li {
    cursor: pointer;
    height: 42px;
    font-size: 18px;
    color: #444444;
    letter-spacing: 0;
    text-align: center;
    align-items: center;
    line-height: 42px;
}

.fixed-tag-view ul li:hover {
    color: #FF1240;
}


/* fixed-tag-view */


/**************************************************************************************
 **************
 ************** first screen
 **************
****************************************************************************************/

.first-screen {
    width: 100%;
    background: #2A2D3C;
    height: 400px;
    /* background-image: url('../img/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 {
    font-family: PingFangSC-Semibold;
    width: 300px;
    height: 400px;
    box-sizing: border-box;
    padding: 0 84px 49px;
    font-size: 66px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 400px;
    background: url("../img/consultation-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.first-screen .view .right {
    flex: 1;
    height: 400px;
    box-sizing: border-box;
    padding: 51px 0 0 60px;
    background-image: url(../img/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-size: 66px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-family: PingFangSC-Medium;
}

.first-screen .view .right .tag {
    margin-top: 17px;
}

.first-screen .view .right .tag span {
    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;
    cursor: pointer;
}

.first-screen .view .right .tag span:nth-child(1) {
    padding-left: 0px;
}

.first-screen .view .right .tag span:nth-last-child(1) {
    border: none;
    padding-right: 0;
}

.first-screen .view .right .tag span:last-child {
    padding-left: 0px;
}

.first-screen .view .right .line {
    opacity: 0.5;
    background: #FFFFFF;
    width: 100%;
    height: 1px;
    margin: 30px auto;
}

.first-screen .view .right p:nth-child(5) {
    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
 **************
****************************************************************************************/


/**************************************************************************************
 **************
 ************** tag-view
 **************
****************************************************************************************/

.tag-view {
    width: 100%;
    height: 86px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px 0 rgba(204, 204, 204, 0.80);
}

.tag-view ul {
    margin: 0 auto;
    width: 1680px;
    display: flex;
    justify-content: space-between;
}

.tag-view ul li {
    padding: 0 12px;
    height: 55px;
    background-color: #fff;
    font-size: 24px;
    color: #444444;
    letter-spacing: 0;
    line-height: 55px;
    cursor: pointer;
}

.tag-view ul li:hover {
    background: #FF1240;
    border-radius: 2px;
    color: #fff;
}


/**************************************************************************************
 **************
 ************** tag-view
 **************
****************************************************************************************/


/**************************************************************************************
 **************
 ************** content view
 **************
****************************************************************************************/

.content-view {
    width: 1680px;
    margin: 0 auto;
    margin-top: 70px;
}

.content-view>div {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #DDDDDD;
}

.content-view>div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.content-view>div .title {
    display: flex;
    margin-bottom: 60px;
}

.content-view>div .title img {
    margin-right: 40px;
}

.content-view>div .title img.small-img {
    display: none;
}

.content-view>div .title h2 {
    font-family: PingFangSC-Semibold;
    font-size: 50px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 17px;
}

.content-view>div .title p {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
}

.content-view>div .list {
    width: 1692px;
    display: flex;
    flex-wrap: wrap;
}

.content-view>div .list li {
    position: relative;
    margin-bottom: 37px;
    margin-right: 12px;
}

.content-view>div .list li a {
    text-decoration: none;
}

.content-view>div .list li .img-main {
    width: 270px;
    height: 202.5px;
    overflow: hidden;
    margin-bottom: 17px;
    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>div .list 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>div .list li img {
    width: 270px;
    height: 202.5px;
    object-fit: cover;
}

.content-view>div .list li img:hover {
    transform: scale(1.1);
}

.content-view>div .list li .name {
    font-family: PingFangSC-Light;
    font-size: 22px;
    color: #222222;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 270px;
}

.content-view>div .list li .cont {
    font-size: 14px;
    color: #222222;
}

.content-view>div .list li i {
    position: absolute;
    width: 36px;
    height: 38px;
    top: -3px;
    right: 22px;
}

.content-view>div .tip {
    font-size: 12px;
    color: #BBBBBB;
    margin-top: -25px;
}

.content-view>div .list li .icon1 {
    background: url('../img/icon.png') no-repeat -332px -431px;
}

.content-view>div .list li .icon2 {
    background: url('../img/icon.png') no-repeat -432px -431px;
}

.content-view>div .list li .icon3 {
    background: url('../img/icon.png') no-repeat -532px -431px;
}

.content-view>div .list li .icon4 {
    background: url('../img/icon.png') no-repeat -32px -531px;
}

.content-view>div .list li .icon5 {
    background: url('../img/icon.png') no-repeat -132px -531px;
}

.content-view>div .list li .icon6 {
    background: url('../img/icon.png') no-repeat -232px -531px;
}

.content-view>div .list li .icon7 {
    background: url('../img/icon.png') no-repeat -332px -531px;
}

.content-view>div .list li .icon8 {
    background: url('../img/icon.png') no-repeat -432px -531px;
}

.content-view>div .list li .icon9 {
    background: url('../img/icon.png') no-repeat -532px -531px;
}

.tip {
    width: 1680px;
    margin: 0 auto;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #BBBBBB;
    letter-spacing: 0;
}


/**************************************************************************************
 **************
 ************** content
 **************
****************************************************************************************/


/* 1920 */


/* 1680 1600 */

@media screen and (max-width: 1899px)and (min-width: 1580px) {
    .fixed-tag-view .view {
        width: 1520px;
    }
    .tip {
        width: 1520px;
    }
    .first-screen .view {
        width: 1520px;
    }
    .first-screen .view .right>p:nth-child(2) {
        font-size: 60px;
    }
    .first-screen .view .right .tag span {
        font-size: 20px;
    }
    .tag-view ul {
        width: 1520px;
    }
    .tag-view ul li {
        font-size: 18px;
    }
    .content-view {
        width: 1520px;
        overflow: hidden;
    }
    .content-view>div .list li {
        width: 243px;
        height: 230px;
    }
    .content-view>div .list li .img-main {
        width: 243px;
        height: 174.75px;
    }
    .content-view>div .list li img {
        width: 243px;
        height: 174.75px;
    }
    .content-view>div .tip {
        display: block;
        margin-top: -10px;
    }
    .content-view>div .list li .name {
        width: 240px;
    }
}


/* 1680 1600 */


/* 1366 */

@media screen and (max-width: 1579px)and (min-width: 1281px) {
    .fixed-tag-view .view {
        width: 1246px;
    }
    .tip {
        width: 1246px;
    }
    /**************************************************************************************
     **************
     ************** first screen
     **************
    ****************************************************************************************/
    .first-screen {
        height: 320px;
    }
    .first-screen .view {
        width: 1246px;
    }
    .first-screen .view .left {
        width: 200px;
        height: 320px;
        font-size: 46px;
        padding: 125px 54px;
        line-height: 70px;
    }
    .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 span {
        font-size: 16px;
        line-height: 16px;
    }
    .first-screen .view .right .line {
        margin: 25px auto;
    }
    .first-screen .view .right p:nth-child(5) {
        line-height: 22px;
        height: 90px;
    }
    /**************************************************************************************
    **************
    ************** first screen
    **************
    **********************************/
    /**************************************************************************************
     **************
     ************** tag-view
     **************
    ****************************************************************************************/
    .tag-view {
        height: 60px;
    }
    .tag-view ul {
        width: 1246px;
    }
    .tag-view ul li {
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
    .tag-view ul li:hover {
        background: #FF1240;
        border-radius: 2px;
        color: #fff;
    }
    /**************************************************************************************
     **************
     ************** tag-view
     **************
    ****************************************************************************************/
    /**************************************************************************************
 **************
 ************** content view
 **************
****************************************************************************************/
    .content-view {
        width: 1246px;
        margin-top: 30px;
    }
    .content-view>div {
        width: 100%;
        margin-bottom: 40px;
        border-bottom: 1px solid #DDDDDD;
    }
    .content-view>div .title {
        margin-bottom: 30px;
    }
    .content-view>div .title img {
        margin-right: 30px;
    }
    .content-view>div .title img.big-img {
        display: none;
    }
    .content-view>div .title img.small-img {
        display: block;
    }
    .content-view>div .title h2 {
        font-size: 42px;
        font-weight: 400;
        color: #222222;
        margin-bottom: 10px;
    }
    .content-view>div .title p {
        font-size: 14px;
    }
    .content-view>div .list {
        width: 1266px;
    }
    .content-view>div .list li {
        width: 241px;
        margin-bottom: 27px;
        margin-right: 12px;
    }
    .content-view>div .list li .img-main {
        width: 241px;
        height: 180.75px;
        margin-bottom: 17px;
    }
    .content-view>div .list li img {
        width: 100%;
        height: 180.75px;
    }
    .content-view>div .list li .name {
        font-size: 18px;
        width: 100%;
    }
    .content-view>div .list li i {
        position: absolute;
        width: 36px;
        height: 38px;
        top: -3px;
        right: 22px;
    }
    .content-view>div .tip {
        display: block;
        margin-top: -16px;
    }
    .content-view>div .list li .icon1 {
        background: url('../img/icon.png') no-repeat -332px -431px;
    }
    .content-view>div .list li .icon2 {
        background: url('../img/icon.png') no-repeat -432px -431px;
    }
    .content-view>div .list li .icon3 {
        background: url('../img/icon.png') no-repeat -532px -431px;
    }
    .content-view>div .list li .icon4 {
        background: url('../img/icon.png') no-repeat -32px -531px;
    }
    .content-view>div .list li .icon5 {
        background: url('../img/icon.png') no-repeat -132px -531px;
    }
    .content-view>div .list li .icon6 {
        background: url('../img/icon.png') no-repeat -232px -531px;
    }
    .content-view>div .list li .icon7 {
        background: url('../img/icon.png') no-repeat -332px -531px;
    }
    .content-view>div .list li .icon8 {
        background: url('../img/icon.png') no-repeat -432px -531px;
    }
    .content-view>div .list li .icon9 {
        background: url('../img/icon.png') no-repeat -532px -531px;
    }
    /**************************************************************************************
     **************
     ************** content
     **************
    ****************************************************************************************/
}


/* 1280 */

@media screen and (min-width:1001px) and (max-width: 1280px) {
    .fixed-tag-view .view {
        width: 1200px;
    }
    .tip {
        width: 1200px;
    }
    /**************************************************************************************
     **************
     ************** first screen
     **************
    ****************************************************************************************/
    .first-screen {
        height: 320px;
    }
    .first-screen .view {
        width: 1200px;
    }
    .first-screen .view .left {
        width: 200px;
        height: 320px;
        font-size: 46px;
        padding: 125px 54px;
        line-height: 70px;
    }
    .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 span {
        font-size: 16px;
        line-height: 16px;
    }
    .first-screen .view .right .line {
        margin: 25px auto;
    }
    .first-screen .view .right p:nth-child(5) {
        line-height: 22px;
        height: 90px;
    }
    /**************************************************************************************
    **************
    ************** first screen
    **************
    **********************************/
    /**************************************************************************************
     **************
     ************** tag-view
     **************
    ****************************************************************************************/
    .tag-view {
        height: 60px;
    }
    .tag-view ul {
        width: 1200px;
    }
    .tag-view ul li {
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
    .tag-view ul li:hover {
        background: #FF1240;
        border-radius: 2px;
        color: #fff;
    }
    /**************************************************************************************
     **************
     ************** tag-view
     **************
    ****************************************************************************************/
    /**************************************************************************************
 **************
 ************** content view
 **************
****************************************************************************************/
    .content-view {
        width: 1200px;
        margin-top: 30px;
    }
    .content-view>div {
        width: 100%;
        margin-bottom: 40px;
        border-bottom: 1px solid #DDDDDD;
    }
    .content-view>div .title {
        margin-bottom: 30px;
    }
    .content-view>div .title img {
        margin-right: 30px;
    }
    .content-view>div .title img.big-img {
        display: none;
    }
    .content-view>div .title img.small-img {
        display: block;
    }
    .content-view>div .title h2 {
        font-size: 42px;
        font-weight: 400;
        color: #222222;
        margin-bottom: 10px;
    }
    .content-view>div .title p {
        font-size: 14px;
    }
    .content-view>div .list {
        width: 1220px;
    }
    .content-view>div .list li {
        margin-bottom: 27px;
        margin-right: 12px;
        width: 232px;
    }
    .content-view>div .list li .img-main {
        width: 232px;
        height: 174px;
        margin-bottom: 17px;
    }
    .content-view>div .list li img {
        width: 232px;
        height: 174px;
    }
    .content-view>div .list li .name {
        font-size: 18px;
        width: 100%;
    }
    .content-view>div .list li i {
        position: absolute;
        width: 36px;
        height: 38px;
        top: -3px;
        right: 22px;
    }
    .content-view>div .tip {
        display: block;
        margin-top: -16px;
    }
    .content-view>div .list li .icon1 {
        background: url('../img/icon.png') no-repeat -332px -431px;
    }
    .content-view>div .list li .icon2 {
        background: url('../img/icon.png') no-repeat -432px -431px;
    }
    .content-view>div .list li .icon3 {
        background: url('../img/icon.png') no-repeat -532px -431px;
    }
    .content-view>div .list li .icon4 {
        background: url('../img/icon.png') no-repeat -32px -531px;
    }
    .content-view>div .list li .icon5 {
        background: url('../img/icon.png') no-repeat -132px -531px;
    }
    .content-view>div .list li .icon6 {
        background: url('../img/icon.png') no-repeat -232px -531px;
    }
    .content-view>div .list li .icon7 {
        background: url('../img/icon.png') no-repeat -332px -531px;
    }
    .content-view>div .list li .icon8 {
        background: url('../img/icon.png') no-repeat -432px -531px;
    }
    .content-view>div .list li .icon9 {
        background: url('../img/icon.png') no-repeat -532px -531px;
    }
    /**************************************************************************************
     **************
     ************** 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(../img/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;
        text-align: center;
        font-size: 0.58rem;
        font-family: 'PingFangSC-Regular';
        line-height: 0.58rem;
        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 .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;
    }
    .first-screen .view .right .tag,
    .first-screen .view .right p:last-child {
        display: none!important;
    }
    .content-view {
        width: 100%;
        padding: 0 0.17rem;
        margin-top: 0.68rem;
    }
    .content-view .floor {
        border-bottom: 0;
        margin-bottom: 0;
        margin-top: 0.68rem;
    }
    .content-view .floor:first-child {
        margin-top: 0;
    }
    .content-view .floor .title {
        display: block;
        margin-bottom: 0.17rem;
    }
    .content-view .floor .title .l {}
    .content-view .floor .title .l img.big-img {
        width: 1.13rem;
        height: 1.13rem;
        display: block;
        max-width: 113px;
        max-height: 113px;
        margin: 0 auto;
    }
    .content-view .floor .title .r {}
    .content-view .floor .title .r h2 {
        text-align: center;
        font-size: 0.41rem;
        line-height: 0.41rem;
        margin-bottom: 0.12rem;
        margin-top: 0.31rem;
        font-weight: normal;
        font-family: 'PingFangSC-Regular';
    }
    .content-view .floor .title .r p {
        width: 0.3rem;
        height: 0.3rem;
        position: relative;
        overflow: hidden;
        text-indent: -9999px;
        margin: 0 auto;
        cursor: pointer;
    }
    .content-view .floor .title .r p:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        opacity: 1;
        height: 0.3rem;
        width: 0.3rem;
        background: url(../img/mobile_desc.png) center center no-repeat;
        background-size: 100% auto;
    }
    .content-view>div .list {
        width: 100%;
    }
    .content-view>div .list li {
        margin-top: 0.17rem;
        margin-right: 0.15rem;
        width: calc((100% - 0.16rem)/2);
        margin-bottom: 0;
        /* border-radius: 0 0 0.1rem 0.1rem; */
        /* border: 1px solid #F5F5F5; */
    }
    .content-view>div .list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .content-view>div .list li .img-main {
        width: 2.95rem;
        height: 2.21rem;
        margin-bottom: 0;
        border-radius: 0.1rem 0.1rem 0 0;
        overflow: hidden;
    }
    .content-view>div .list li .img-main img {
        width: 2.95rem;
        height: 2.21rem;
        object-fit: cover;
    }
    .content-view>div .list li .img-main img:hover {
        transform: none;
    }
    .content-view>div .list li .name {
        padding: 0.17rem 0.17rem 0;
        font-size: 0.2rem;
        line-height: 0.2rem;
        font-family: 'PingFangSC-Regular';
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        border: 1px solid #F5F5F5;
        border-width: 0 1px 0 1px;
    }
    .content-view>div .list li .cont {
        padding: 0.14rem 0.17rem 0.17rem;
        font-family: 'PingFangSC-Regular';
        font-size: 0.17rem;
        line-height: 0.2rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        border: 1px solid #F5F5F5;
        border-width: 0 1px 1px 1px;
        border-radius: 0 0 0.1rem 0.1rem;
        overflow: hidden;
    }
    .tip {
        width: 100%;
        margin: 0 auto;
        padding: 0.5rem 0.17rem;
        font-family: PingFangSC-Regular;
        font-size: 0.14rem;
        line-height: 0.18rem;
        color: #BBBBBB;
        letter-spacing: 0;
    }
    .content-view>div .list li i {
        width: 0.238rem;
        height: 0.26rem;
        right: 0.17rem;
        top: -0.02rem;
    }
    /* 
    
    **********
    
    */
    .content-view>div .list li .icon1 {
        background: url('../img/mo_glor_icon_01.png') no-repeat center center;
        background-size: 100% auto;
    }
    .content-view>div .list li .icon2 {
        background: url('../img/mo_glor_icon_03.png') no-repeat center center;
        background-size: 100% auto;
    }
    .content-view>div .list li .icon3 {
        background: url('../img/mo_glor_icon_02.png') no-repeat center center;
        background-size: 100% auto;
    }
    .content-view>div .list li .icon4 {
        background: url('../img/mo_glor_icon_06.png') no-repeat center center;
        background-size: 100% auto;
    }
    .content-view>div .list li .icon5 {
        background: url('../img/mo_glor_icon_09.png') no-repeat center center;
        background-size: 100% auto;
    }
    .content-view>div .list li .icon6 {
        background: url('../img/mo_glor_icon_05.png') no-repeat center center;
        background-size: 100% auto;
    }
    .content-view>div .list li .icon7 {
        background: url('../img/mo_glor_icon_04.png') no-repeat center center;
        background-size: 100% auto;
    }
    .content-view>div .list li .icon8 {
        background: url('../img/mo_glor_icon_07.png') no-repeat center center;
        background-size: 100% auto;
    }
    .content-view>div .list li .icon9 {
        background: url('../img/mo_glor_icon_08.png') no-repeat center center;
        background-size: 100% auto;
    }
    /**************************************************************************************
     **************
     ************** content
     **************
    ****************************************************************************************/
    .connect-form {
        margin-top: 0!important;
    }
}


/* 1280 */