@font-face {
    font-family: JiangXiZhuoKai;
    src: url(../images/JiangXiZhuoKai.ttf);
}

.sidebar_r {
    position: fixed;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    z-index: 998;
}

.sidebar_r>ul>li {
    width: 68px;
    height: 68px;
    background: #3161ef;
    color: #fff;
    font-size: 12px;
    margin-top: 6px;
    border-radius: 6px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sidebar_r>ul>li>p {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

.sidebar_r>ul>li .icon {
    display: inline-block;
}

.sidebar_r>ul>li .icon_active {
    display: none;
}

.sidebar_r>ul>li.goOnline {
    height: 92px;
    margin-top: 0px;
    background: #fff;
    border-radius: 50px 50px 6px 6px;
}

.sidebar_r>ul>li.goOnline .img_box {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 3px solid #3161ef;
    text-align: center;
    position: relative;
}

.sidebar_r>ul>li.goOnline .img_box .border {
    position: absolute;
    left: -3px;
    top: -3px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: solid 1px #c2c2c2;
    -webkit-animation: breathe 1s infinite linear;
    -moz-animation: breathe 1s infinite linear;
    animation: breathe 1s infinite linear;
}

@keyframes breathe {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }

    25% {
        transform: scale(1.2, 1.2);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.4, 1.4);
        opacity: 0.1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.sidebar_r>ul>li.goOnline .img_box>img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    /* margin-top: 5px; */
    -webkit-animation: breatheImg 1s infinite linear;
    -moz-animation: breatheImg 1s infinite linear;
    animation: breatheImg 1s infinite linear;
}

@keyframes breatheImg {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 0.9);
    }

    50% {
        transform: scale(0.75, 0.75);
    }

    75% {
        transform: scale(0.9, 0.9);
    }

    100% {
        transform: scale(1, 1);
    }
}

.sidebar_r>ul>li.goOnline>p {
    color: #3161ef;
}

.sidebar_r>ul>li.goOnline .tips {
    position: absolute;
    right: 12px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: #ed1313;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    color: #fff;
    font-size: 12px;
}

.sidebar_r>ul>li.weChart .code_box {
    position: absolute;
    right: 100%;
    bottom: 0;
    margin-right: 12px;
    width: 270px;
    height: 310px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    display: none;
    box-shadow: 0 6px 20px 0 rgba(50, 50, 51, 0.1);
}

.sidebar_r>ul>li.weChart .code_box>img {
    width: 200px;
    margin-top: 18px;
}

.sidebar_r>ul>li.weChart .code_box .p1 {
    font-size: 13px;
    color: #333;
    line-height: 18px;
    margin-top: 18px;
    font-weight: bold;
}

.sidebar_r>ul>li.weChart .code_box .p2 {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
}

.sidebar_r>ul>li.tel .code_box {
    position: absolute;
    right: 100%;
    bottom: 0;
    margin-right: 12px;
    width: 270px;
    height: 310px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    display: none;
    box-shadow: 0 6px 20px 0 rgba(50, 50, 51, 0.1);
}

.sidebar_r>ul>li.tel .code_box>img {
    width: 200px;
    margin-top: 18px;
}

.sidebar_r>ul>li.tel .code_box .p1 {
    font-size: 16px;
    color: #333;
    line-height: 18px;
    margin-top: 18px;
    font-weight: bold;
}

.sidebar_r>ul>li.tel .code_box .p2 {
    margin-top: 18px;
    font-size: 13px;
    color: #333;
    line-height: 22px;
}

.sidebar_r>ul>li.active {
    background: #fff;
    border: solid 1px #3161ef;
}

.sidebar_r>ul>li.active .icon {
    display: none;
}

.sidebar_r>ul>li.active .icon_active {
    display: inline-block;
}

.sidebar_r>ul>li.active>p {
    color: #3161ef;
}

.sidebar_r>ul>li.demo .icon {
    width: 25px;
}

.sidebar_r>ul>li.active .icon_active {
    width: 25px;
}

.center_layer {
    width: 550px;
    height: 268px;
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #EAF1FC 0%, #EAF1FC 0%, #FFFFFF 100%, #FFFFFF 100%);
    box-shadow: 0px 3px 10px 0px rgba(162, 181, 208, 0.5);
    border-radius: 8px;
    padding: 40px 50px;
    z-index: 999;
    display: none;
    box-sizing: border-box;
}

.center_layer .title-box {
    display: flex;
    align-items: center;
}

.center_layer .title-box .img-box {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    margin-right: 13px;
}

.center_layer .title-box .img-box img {
    width: 100%;
}

.center_layer .title-box .title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
}

.center_layer .title-box .desc {
    font-size: 16px;
    line-height: 22px;
    margin-top: 4px;
    color: #6C6C6C;
}

.center_layer .title-box .tel {
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #3272FF;
    margin-top: 14px;
}

.center_layer .item_box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.center_layer .item_box .item {
    width: 70px;
    height: 70px;
    float: left;
    margin-left: 40px;
    cursor: pointer;
}

.center_layer .item_box .item .wrapper {
    width: 100%;
    height: 100%;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #CDD5F0;
    box-sizing: border-box;
    border-radius: 4px;
    background: #E0E7FE;
}

.center_layer .item_box .item .wrapper .icon img:first-child {
    display: block;
}

.center_layer .item_box .item .wrapper .icon img:last-child {
    display: none;
}

.center_layer .item_box .item .wrapper .icon {
    height: 36px;
}

.center_layer .item_box .item .wrapper .icon img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.center_layer .item_box .item .wrapper .text {
    font-size: 13px;
    color: #386AF6;
    margin-top: 3px;
}

.center_layer .item_box .item .wrapper:hover {
    border-color: #3272FF;
    background: #3272FF
}

.center_layer .item_box .item .wrapper:hover .text {
    color: #fff;
}

.center_layer .item_box .item .wrapper:hover .icon img:first-child {
    display: none;
}

.center_layer .item_box .item .wrapper:hover .icon img:last-child {
    display: block;
}

.center_layer .item_box .item:first-child {
    margin-left: 0;
    -webkit-animation: scaling 1s linear infinite;
    -moz-animation: scaling 1s linear infinite;
    animation: scaling 1s linear infinite;
}

@keyframes scaling {
    0% {
        background-size: 68px;
        transform: scale(1, 1);
    }

    25% {
        background-size: 74px;
        transform: scale(1.1, 1.1);
    }

    50% {
        background-size: 82px;
        transform: scale(1.2, 1.2);
    }

    75% {
        background-size: 74px;
        transform: scale(1.1, 1.1);
    }

    100% {
        background-size: 68px;
        transform: scale(1, 1);
    }
}

.center_layer .item_box::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.center_layer .close_fxbtn {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url(../images/close3.png) no-repeat center/cover;
}

.gift_bag {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    min-width: 1200px;
    z-index: 998;
    padding: 20px 52px;
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    display: none;
}

.gift_bag .bottom_fixed {
    width: 1200px;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 50px;
}

.gift_bag .bottom_fixed .img {
    position: absolute;
    left: -140px;
    bottom: 28px;
}

.gift_bag .bottom_fixed .left .title {
    font-size: 24px;
    font-weight: bold;
    font-size: 21px;
    color: #F8BA53;
    line-height: 29px;
    font-family: JiangXiZhuoKai;
}

.gift_bag .bottom_fixed .left .title>span {
    font-size: 36px;
    font-style: italic;
    margin-right: 10px;
    color: #E9562A;
}

.gift_bag .bottom_fixed .left .descr {
    font-size: 14px;
    font-weight: 400;
    color: #ECDEC4;
    line-height: 17px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.gift_bag .bottom_fixed .right .tel_box>p {
    font-size: 18px;
    font-weight: 500;
    color: #FFF8EC;
    margin-top: 10px;
}

.gift_bag .bottom_fixed .right .btn_box {
    width: 258px;
    height: 48px;
    background: #E9562A;
    color: #FFF8EC;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 6px;
}

.gift_bag .close_fxbtn {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.gift_bag_img {
    position: fixed;
    left: 5px;
    bottom: 100px;
    cursor: pointer;
    z-index: 99;
}

/* 微信联系弹层 */
.wx-Layer-container {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 99999999;
}

.wx-Layer-container .wx-Layer-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.wx-Layer-container .wx-Layer-wrapper .left-img {
    width: 410px;
    flex-shrink: 0;
}

.wx-Layer-container .wx-Layer-wrapper .left-img img {
    width: 100%;
}

.wx-Layer-container .wx-Layer-wrapper .right-con {
    width: 290px;
    padding-top: 50px;
    position: relative;
    text-align: center;
}

.wx-Layer-container .wx-Layer-wrapper .right-con .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.wx-Layer-container .wx-Layer-wrapper .right-con .close img {
    width: 100%;
}

.wx-Layer-container .wx-Layer-wrapper .right-con .title {
    font-size: 18px;
    color: #3D3D3D;
}

.wx-Layer-container .wx-Layer-wrapper .right-con .subtitle {
    font-size: 14px;
    color: #999;
    margin-top: 3px;
}

.wx-Layer-container .wx-Layer-wrapper .right-con .code {
    width: 150px;
    margin: 32px auto 27px;
}

.wx-Layer-container .wx-Layer-wrapper .right-con .code img {
    width: 100%;
}

.wx-Layer-container .wx-Layer-wrapper .right-con .btn {
    width: 180px;
    height: 33px;
    background: #004BE1;
    border-radius: 20px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    margin: auto;
}

.wx-Layer-container .wx-Layer-wrapper .right-con .contact {
    margin-top: 27px;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 22px;
}

.wx-Layer-container .wx-Layer-wrapper .right-con .contact img {
    width: 14px;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -5px;
}

.demo-layer-container {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 99999998;
}

.demo-layer-wrapper {
    width: 700px;
    height: 412px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding-top: 40px;
}

.demo-layer-wrapper .title {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.demo-layer-wrapper .img-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 80px 40px;
}

.demo-layer-wrapper .img-box img {
    width: 153px;
}

.demo-layer-wrapper .img-box p {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.demo-layer-wrapper .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-layer-wrapper .btn-box a {
    display: block;
    width: 146px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-radius: 30px;
    border: solid 1px #004BE1;
    color: #0080F1;
    font-size: 16px;
    margin: 0 8px;
}

.demo-layer-wrapper .btn-box a.consulting {
    background: #004BE1;
    color: #fff;
}

.demo-layer-wrapper .close_fxbtn {
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.demo-layer-wrapper .close_fxbtn img {
    width: 100%;
}
