/* 右侧边弹窗 */

.ld-right-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10002;
}

.ld-right-modal.ld-right-modal-show {
    height: 100%;
}

.ld-right-modal-box {
    background: white;
    height: 100%;
    width: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: width 0.3s ease-out;
}

.ld-right-modal-box.ld-right-modal-box-show {
    width: 4.6rem;
    transition: width 0.3s ease-in;
}

.ld-right-modal .nav-list {
    padding: 0 0.4rem;
    box-sizing: border-box;
}

.ld-right-modal .nav-list li {
    height: 0.85rem;
    width: 100%;
    border-bottom: 1PX solid rgba(221, 221, 221, 1);
    line-height: 0.85rem;
}

.ld-right-modal .nav-list li a {
    display: inline-block;
    height: 100%;
    width: 100%;
    align-items: center;
    padding-left: 0.1rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    color: rgba(123, 124, 134, 1);
    font-family: PingFang SC;
}

.ld-right-modal .nav-list li.active a {
    color: rgba(86, 90, 142, 1);
}


/* 导航按钮 */

.ld-innerIocnList {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navIcon {
    height: 0.4rem;
    width: 0.44rem;
    background: url('../img/menu.png') no-repeat center center;
    background-size: cover;
}

.goHome {
    height: 0.4rem;
    width: 0.44rem;
    background: url('../img/home.png') no-repeat center center;
    background-size: cover;
    margin-right: 0.3rem;
}

.goHome a {
    display: block;
    height: 100%;
    width: 100%;
}

.ld-fixed-head {
    width: 100%;
    height: 0.88rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: absolute;
    top: 0.2rem;
    left: 0;
    z-index: 9998;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.ld-fixed-head.ld-fixed-head-show {
    position: fixed;
    background: #131650;
    z-index: 10001;
    top: 0;
}

.ld-head-logoAndMenu {
    width: 100%;
    height: 0.88rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: absolute;
    top: 0.2rem;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ld-head-littleLogo {
    width: 88px;
    height: 16px;
    background: url('../img/smallLogo.png') no-repeat center center;
    background-size: contain;
}


/* 回到顶部 */

#toTop {
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 12;
    display: none;
    width: 47px;
    height: 47px;
    text-align: center;
    cursor: pointer;
    color: white;
}


/* footer */

.ld-office-guide-footer {
    text-align: center;
    padding-bottom: 0.5rem;
    color: white;
}

.ld-office-guide-footer img {
    height: 1.66rem;
    width: 1.62rem;
}

.ld-office-guide-footer p {
    font-size: 0.24rem;
    margin-top: 0.2rem;
}

.ld-office-guide-footer-inner {
    text-align: center;
    padding-bottom: 0.5rem;
    color: white;
    background: white;
    display: none;
}

.ld-office-guide-footer-inner img {
    margin-top: 0.5rem;
    height: 1.66rem;
    width: 1.62rem;
}

.ld-office-guide-footer-inner p {
    font-size: 0.24rem;
    margin-top: 0.2rem;
    color: #333;
}

.ld-office-guide-share {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}


/* fixed footer */

body {
    padding-bottom: 0.99rem!important;
}

.ld-footer-fixed {
    height: 1.08rem;
    border-top: 1PX solid #eee;
    background: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-bottom: 4PX;
    box-sizing: border-box;
}

.ld-footer-fixed>a,
.ld-footer-fixed>div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #333;
    position: relative;
    height: 100%;
}

.ld-footer-fixed>a span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.28rem;
    width: 1PX;
    background: rgba(221, 221, 221, 1);
}

.ld-footer-fixed>a i,
.ld-footer-fixed>div i {
    margin-right: 0.21rem;
}

.ld-footer-fixed .chatOnline,
.ld-footer-fixed .freeTry {
    width: 31%;
}

.ld-footer-fixed .telphoneNum {
    flex: 1;
}

.ld-footer-fixed .chatOnline i {
    height: 0.4rem;
    width: 0.38rem;
    background: url('../img/chatOnline.png') no-repeat center center;
    background-size: contain;
}

.ld-footer-fixed .freeTry i {
    height: 0.44rem;
    width: 0.42rem;
    background: url('../img/freeTry.png') no-repeat center center;
    background-size: contain;
}

.ld-footer-fixed .telphoneNum i {
    height: 0.31rem;
    width: 0.37rem;
    background: url('../img/telphoneNum.png') no-repeat center center;
    background-size: contain;
}