.m-info {
    width: 100%;
    background-color: #f6f8fa;
    height: auto;
    padding-bottom: 102px;
}

.m-info .info-header,
.m-sche .sche-header {
    width: 220px;
    text-align: center;
    font-size: 36px;
    color: #32312f;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0px auto;
    border-bottom: 2px solid #4869e4;
}

.m-info .info-content {
    margin-top: 85px;
    padding: 0 85px;
}

.m-info .info-content .item {
    width: 210px;
    float: left;
    text-align: center;
}

.m-info .info-content .item+.item {
    margin-left: 30px;
}

.m-info .info-content .item-big {
    width: 270px;
}

.m-info .info-content .item .con-tl {
    font-size: 26px;
    color: #605f5d;
    position: relative;
    left: 10px;
}

.m-info .info-content .item .con-t {
    color: #4869e4;
    position: relative;
    font-weight: bold;
}

.m-info .item .con-t .t-big {
    font-size: 80px;
}

.m-info .item .con-t .t-small-top {
    font-size: 30px;
    position: absolute;
    top: 15px;
    right: 10px;
}

.m-info .item .con-t .t-small-bottom {
    font-size: 48px;
    position: absolute;
    font-weight: 900;
    top: 40px;
    right: 10px;
}

.m-info .item .con-t .t-m {
    font-size: 42px;
    position: relative;
    top: -10px;
    left: 15px;
}

.m-info .item-big .con-t .t-small-top {
    font-size: 42px;
    position: absolute;
    top: -14px;
    right: 20px;
}

.m-info .info-content .item .con-fr {
    font-size: 22px;
    color: #605f5d;
    position: relative;
    left: 20px;
}

.m-info .info-content .item-big .con-fr {
    left: 4px;
}

.m-info .info-content {
    margin-bottom: 87px;
}

.m-info .info-content .item .lf-16 {
    left: 16px;
}

.m-info .info-footer {
    width: 100%;
    height: 100px;
    background-color:#4869e4;
    border-radius: 20px;
    font-size: 30px;
    color: white;
    line-height: 100px;
    position: relative;
}

.m-info .info-footer .fr-lt {
    margin-left: 59px;
    position: relative;
    bottom: 35px;
}

.m-info .info-footer .fr-cr {
    display: inline-block;
    /* width: 560px; */
}
.m-info .info-footer .fr-rt {
    position: relative;
    bottom: 35px;
}
/** 翻牌样式start***/

/** 翻牌样式end***/

.m-sche {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 50px;
}

.m-sche .sche-content {
    width: 100%;
    margin-top: 0px;
}

.m-sche .sche-content ul li {
    width: 280px;
    height: 405px;
    border-radius: 20px;
    -moz-border-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    -webkit-border-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    float: left;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding-bottom: 80px;
    margin-top: 56px;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s eease-out;
    transition: all 0.3s ease-out;
}

.m-sche .sche-content ul li+li {
    margin-left: 20px;
}

.m-sche .sche-content ul li .sche-ig {
    width: 100%;
    height: 130px;
    margin: 20px 0 26px 0;
}

.m-sche .sche-content ul li .sche-ig i {
    display: block;
    width: 156px;
    height: 100%;
    margin: 0 auto;
}

.m-sche .sche-content.loaded ul li .sche-ig i {
    background: url(../img/m-sche/normal.png);
}

.m-sche .sche-content.loaded ul li .sche-ig.active i {
    background: url(../img/m-sche/active.png);
}

.m-sche .sche-content ul li .sche-ct {
    width: 230px;
    margin: 0 auto;
    text-align: left;
    font-size: #605f5d;
}

.m-sche .sche-content ul li .sche-ct h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

.m-sche .sche-content ul li .sche-ct p {
    font-size: 14px;
}

.m-sche .sche-content ul li .sche-fr {
    position: absolute;
    bottom: 25px;
    right: 35px;
    font-size: 18px;
}

.m-sche .sche-content ul li .sche-fr span {
    color: #000;
    font-weight: bold;
    position: relative;
    top: -2px;
    left: 5px;
}

.lf-8 {
    position: relative;
    left: -8px;
}

.m-sche .sche-content ul li:hover {
    position: relative;
    /*top: -5px;*/
    margin-top: 50px;
    color: #4869e4;
    box-shadow: 1px 1px 20px rgba(49, 83, 212, 0.6);
}

.m-scroll {
    width: 100%;
    background-color: #f3f5f7;
    border: 1px solid transparent;
    padding: 70px 0px;
}

.m-scroll-warp li {
    list-style-type: none;
    margin-top: 10px;
    margin-right: 170px;
}

.m-scroll-warp {
    width: 100%;
    height: 205px;
    /* margin-top: 60px; */
    position: relative;
    overflow: hidden;
}

.m-scroll-warp ul {
    overflow: hidden;
    position: absolute;
    width: 2750px;
    height: 205px;
    left: 0;
    top: 0;
    /* height:113px; */
}

.m-scroll-warp ul li {
    width: 610px;
    height: 125px;
    position: relative;
    top: 30px;
    float: left;
    border-radius: 20px;
    -moz-border-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.m-scroll-warp ul li .m-scl-icon {
    width: 185px;
    height: 125px;
    line-height: 125px;
    float: left;
    border-radius: 20px;
    background-color: #ffffff;
    -moz-border-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    -webkit-border-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.m-scroll-warp.loaded ul li .m-scl-icon {
    background: url(../img/m-scroll/logos.png);
}

.m-warp-key1 {
    animation: yAxis 23.4s infinite ease .2s;
    -ms-animation: yAxis 23.4s infinite ease .2s;
}

.m-warp-key2 {
    animation: yAxis-1 23.4s infinite ease .4s;
    -ms-animation: yAxis-1 23.4s infinite ease .4s;
}

.m-warp-key3 {
    animation: yAxis-2 23.4s infinite ease .6s;
    -ms-animation: yAxis-2 23.4s infinite ease .6s;
}

@keyframes yAxis {
    50% {
        animation-timing-function: ease;
        transform: translateY(20px);
    }
}

@-ms-keyframes yAxis {
    0% {
        animation-timing-function: ease;
        transform: translateY(0px);
    }
    50% {
        animation-timing-function: ease;
        transform: translateY(20px);
    }
    100% {
        animation-timing-function: ease;
        transform: translateY(-20px);
    }
}

@keyframes yAxis-1 {
    50% {
        animation-timing-function: ease;
        transform: translateY(-10px);
    }
}

@-ms-keyframes yAxis-1 {
    50% {
        animation-timing-function: ease;
        transform: translateY(-10px);
    }
}

@keyframes yAxis-2 {
    50% {
        animation-timing-function: ease;
        transform: translateY(-30px);
    }
}

@-ms-keyframes yAxis-2 {
    50% {
        animation-timing-function: ease;
        transform: translateY(-30px);
    }
}

@keyframes yAxis-3 {
    50% {
        animation-timing-function: ease;
        transform: translateY(30px);
    }
}

@-ms-keyframes yAxis-3 {
    50% {
        animation-timing-function: ease;
        transform: translateY(30px);
    }
}
.m-scroll-warp ul li .m-scl-icon img {
    vertical-align: middle;
    max-height: 125px;
}
.m-scroll-warp ul li{
    background-color: #ffffff;
}
.m-scroll-warp ul li .m-scl-ct {
    float: left;
    width: 380px;
    margin-left: 20px;
    height: 100%;
    padding: 20px 0px;
    position: relative;
    font-size: 18px;
}

/* .m-scroll-warp ul li .m-scl-ct p{
   font-size: 13px;
} */
.m-scroll-warp ul li .m-scl-ct h2 {
    font-weight: bold;
    position: absolute;
    bottom: 18px;
    right: 13px;
}

.m-scroll-warp ul li:hover {
    background-color: #4869e4;
    color: white;
    box-shadow: -4px 1px 10px rgba(250, 119, 32, 0.5);
    -moz-transition: box-shadow 0.5s ease-in, background-color 0.5s ease-in;
    -webkit-transition: box-shadow 0.5s ease-in, background-color 0.5s ease-in;
    -o-transition: box-shadow 0.5s ease-in, background-color 0.5s ease-in;
    transition: box-shadow 0.5s ease-in, background-color 0.5s ease-in;
}

.m-scroll-warp ul li:hover .m-scl-icon {
    box-shadow: -4px 1px 10px rgba(250, 119, 32, 0.1);
    background-color: white;
    color: white;
}


/* 他们都在用模块 */
.m-used-tabcard {
    width: 1180px;
    margin: 0 auto;
    padding: 10px 40px 60px 0;
}

.m-used-tabcard .title {
    width: 300px;
    text-align: center;
    font-size: 36px;
    color: #32312f;
    padding-bottom: 30px;
    margin: 0 auto 70px auto;
    border-bottom: 2px solid #4869e4;
}

.m-used-tabcard .tab {
    width: 100%;
    overflow: hidden;
}
.m-used-tabcard .tab-box .box {
    display: none;
    min-height: 378.98px;
}

/* 让第一个框显示出来 */
.m-used-tabcard .tab-box div:first-Child {
    display: block;
}

/* 改变选项卡选中时候的样式 */
/* .m-used .tab-menu .change{width:120px;transition:width 0.5s;height:20px;border-radius:20px} */
.m-used-tabcard .tab-box .box .row {
    margin-bottom: 30px;
    padding: 0 20px;
}

.m-used-tabcard .tab-box .box .row div{
    width: 250px;
    height: 106px;
    line-height: 106px;
    text-align: center;
    float: left;
    border: 1px solid #bdbdbe;
}
.m-used-tabcard.loaded .tab-box .box .row div{
    background: url(../img/used/logos.png);
}
.m-used-tabcard .tab-box .box .row div+div{
    margin-left: 33px;
}
.m-used-tabcard .tab-box .box .row div img {
    width: 120px;
    /* height: 80px; */
    max-height: 80px;
    vertical-align: middle;
    overflow: hidden;
}

