.commHead .right .btn1{
    border-color: #2466E0;
    color: #FFFFFF;
    background-color: #2466E0;
}

.commHead .right .btn3{
    border-color: #2466E0;
    color: #2466E0;
}
.btn2{
    border-color: #2466E0!important;
    color: #2466E0;
}

.module1 .commTitle {
    padding: 0.49rem 0 0.52rem 0;
}

.module1 {
    background: url("../img/online/module1Bg.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0.54rem;
}

.module1 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.54rem;
}

.module1 .twoWrap {
    display: none;
}

.module1 .wrap .cell {
    width: 1.68rem;
    cursor: pointer;
    margin-bottom: 0.46rem;
    position: relative;
}

.module1 .wrap .cell .showImg {
    width: 100%;
    height: 3rem;
    box-shadow: 0px 0.03rem 0.12rem 0px rgba(0, 0, 0, 0.17);
    border-radius: 0.05rem;
}


.module1 .wrap .cell .title {
    width: 100%;
    text-align: center;
    font-size: 0.14rem;
    color: #989898;
    margin-top: 0.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module1 .wrap .cell:nth-child(n + 7) {
    margin-bottom: 0;
}

.module1 .wrap .cell .shade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    border-radius: 0.05rem;
    background: rgba(0,0,0,0.45);
    text-align: center;
    display: none;
}

.module1 .wrap .cell:hover .shade {
    display: block;
}

.module1 .wrap .cell .shade .qrcode{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.05rem;
    margin-top: 0.68rem;
    background: #FFFFFF;
}

.module1 .wrap .cell .shade .btn{
    width: 1.03rem;
    height: 0.26rem;
    border-radius: 0.26rem;
    text-align: center;
    line-height: 0.26rem;
    background: #4992FF;
    color: #FFFFFF;
    font-size: 0.14rem;
    margin-top: 0.18rem;
    margin-left: 50%;
    transform: translateX(-50%);
}




.module2 .wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.module2 .wrap .cell {
    display: flex;
    align-items: center;
    margin-bottom: 0.72rem;
}

.module2 .wrap .cell:nth-child(3n) .desc{
    width: 2.24rem;
}

.module2 .wrap .cell:nth-child(3n) .content {
    width: 2.24rem;
}

.module2 .wrap .cell:nth-child(2n+1) .content {
    width: 2.1rem;
}

.module2 .commTitle {
    padding: 0.62rem 0 0.74rem 0;
}
.module2 .wrap .cell img {
    width: 0.62rem;
    height: 0.62rem;
}

.module2 .wrap .cell .desc {
    width: 2.66rem;
    margin-left: 0.2rem;
}

.module2 .wrap .cell .desc .title {
    font-size: 0.2rem;
    color: #2675e7;
    margin-top: 0.06rem;
}

.module2 .wrap .cell .desc .content {
    font-size: 0.14rem;
    color: #3d3d3d;
    margin-top: 0.06rem;
}

.module3 {
    background: url("../img/online/module3Bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.96rem 3.76rem 0.6rem 3.76rem;
}

.module3 .left .title {
    font-size: 0.38rem;
    color: #333333;
}

.module3 .left .subtitle {
    font-size: 0.18rem;
    color: #888888;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.module3 .right {
    width: 2.62rem;
    height: 5.3rem;
    box-sizing: border-box;
    padding: 0.1rem;
    border-radius: 0.3rem;
    position: relative;
}

.module3 .right .picImg{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 0.2rem;
}

.module3 .right .phone_box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.module3 .menu {
    width: 6.46rem;
}
.module3 .menu .munuUnit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 6.46rem;
}

.module3 .menu .munuUnit img {
    width: 0.64rem;
    height: 0.64rem;
    margin-left: 0.35rem;
}

.module3 .menu .munuUnit .cell {
    width: 3.03rem;
    height: 0.95rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0.15rem 0;
    box-shadow: 0px 0.08rem 0.15rem 0 #f3f4f7;
    border-radius: 0.07rem;
    margin-bottom: 0.24rem;
    overflow: hidden;
    cursor: pointer;
}

.module3 .menu .munuUnit .cell:nth-child(2n) {
    margin-left: 0.4rem;
}

.module3 .menu .munuUnit .cell .desc {
    margin-left: 0.17rem;
    width: 1.7rem;
}

.module3 .menu .munuUnit .cell .desc .deTitle {
    font-size: 0.16rem;
    color: #333333;
    transform: translateY(0);
    transition: 1s;
}

.module3 .menu .munuUnit .cell .desc .deSubtitle {
    font-size: 0.14rem;
    color: #858585;
    line-height: 0.16rem;
    display: none;
}

.module3 .menu .munuUnit .cell:hover .deTitle {
    transition: 1s;
    transform: translateY(-0.1rem);
}

.module3 .menu .munuUnit .cell:hover .deSubtitle {
    display: block;
}

.swiper-pagination2 {
    margin-top: 0.2rem;
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.module4 .commTitle {
    padding: 1.25rem 0 0.74rem 0;
}
.module4 .wrap {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 1rem 1.26rem 1rem;
}

.module4 .wrap .unit img {
    width: 0.84rem;
    height: 0.84rem;
}

.module4 .wrap .unit .title {
    font-size: 0.2rem;
    color: #3d3d3d;
    margin-top: 0.1rem;
}

.module4 .wrap .point {
    width: 1.4rem;
    margin: -0.5rem 0.34rem 0;
}

.swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
}

.swiper-pagination-bullet-active {
    width: 0.2rem;
    height: 0.08rem;
    border-radius: 0.06rem;
    background: #a6cdff;
}

.banner .swiper-pagination-bullet-active {
    background: #FFFFFF;
    opacity:1;
}
.banner .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity:1;
}

.module5 {
    background: #fafbfe;
    padding-bottom: 0.35rem;
}

.module5 .commTitle {
    padding: 0.49rem 0 0.52rem 0;
}

.module5Box {
    position: relative;
    width: 100%;
}

.module5Wrap {
    width: 100%;
    margin-bottom: 0.46rem;
}

.module5Unit {
    width: 100%;
    display: flex;
    align-items: center;
}

.module5Unit .cell {
    width: 1.68rem;
    margin-right: 0.32rem;
}

.module5Unit .cell:nth-child(6n) {
    margin-right: 0;
}

.module5Unit .cell .videoWrap {
    width: 100%;
    height: 3.63rem;
    box-shadow: 0px 0.03rem 0.13rem 0 rgba(0, 0, 0, 0.17);
    border-radius: 0.04rem;
    cursor: pointer;
    border-radius: 0.04rem;
}

.module5Unit .cell .title {
    width: 100%;
    color: #989898;
    font-size: 0.14rem;
    text-align: center;
    margin-top: 0.12rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.swiperBtn {
    width: 0.3rem;
    height: 0.6rem;
    background: #ffffff;
    box-shadow: 0px 0.02rem 0.1rem 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.swiperBtn img {
    width: 0.21rem;
    height: 0.21rem;
}

.prev_btn {
    position: absolute;
    left: -0.6rem;
    top: 1.34rem;
}

.next_btn {
    position: absolute;
    right: -0.6rem;
    top: 1.34rem;
}
.module6 {
    padding-bottom: 0.55rem;
}
.module6 .commTitle {
    padding: 0.88rem 0 0.7rem 0;
}

.module6 .commTitle span {
    color: #1489FF;
}

.partnerWrap{
    margin-bottom: 0.36rem
}

.module6 .unit{
    width: auto;
    height: 0.54rem;
    margin-right: 0.68rem;
}

.partnerImg{
    width: auto;
    height: 0.54rem;
}

.partnerMain{
    position: relative;
}

.partnershade{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.partnershade .shade{
    width: 1rem;
    height: 100%;
    background: linear-gradient( 270deg, rgba(255,255,255,0.51) 0%, #FFF 100%);
    z-index: 99;
}

.partnershade .shadeLeft{
    background: linear-gradient( 270deg, rgba(255,255,255,0.51) 0%, #FFF 100%);
}

.partnershade .shadeRight{
    background: linear-gradient( 90deg, rgba(255,255,255,0.51) 0%, #FFF 100%);
}

.footer .top {
    background: url("../img/online/footerImg.png") no-repeat;
}

.footer .top .title {
    color: #ffffff;
}

.footer .top .topBtn {
    border: 1px solid #ffffff;
    color: #ffffff;
}

