﻿.menuDiv {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menuDivimg {
    /*width: 36px;
    height: 37.5px;*/
    width: 72px;
    height: 75px;
    cursor: pointer;
    background: url('../images/head-pic.svg');
    background-size: cover;
}

.menuDivP {
    /* width: 40px;
    height: 18px;*/
    width: 80px;
    height: 36px;
    background-color: #3499FF;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
}

ul {
    margin-bottom: 0px !important;
}

ul,
li {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    /*box-shadow: 0px 4px 15px 0px rgb(49,75,153);*/
}

a {
    text-decoration: none !important;
}

.menu {
    /*position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 20px;*/
    border-radius: 0px 0px 100px 100px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .12);
    cursor: pointer;
}

.menu p {
    margin: 0;
}





.menu .item {
    margin: 0px;
    position: relative;
    width: 72px;
    height: 72px;
    /*  width:36px;
        height:36px;*/
    text-align: center;
    /*border-radius: 5px;*/
    /*  background-color: #5cc9f7;*/
    background: #FFFEFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu .item.item3 a.register {
    line-height: 60px;
    color: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 12px;
}

.menu .item.item5 {
    border-radius: 0px 0px 100px 100px;
}

.menu .item a>.img {
    cursor: pointer;
}

.menu .item1 a,
.menu .item2 a,
.menu .item3 a,
.menu .item4 a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu .item1>a>.img {
    /*width: 14px;
        height: 14px;*/
    width: 28px;
    height: 28px;
    background: url('../images/service.svg');
    filter: invert(52%) sepia(6%) saturate(306%) hue-rotate(194deg) brightness(90%) contrast(84%);
    background-size: cover;
    margin-bottom: 8px;
}

.menu .item2>a>.img {
    /*width: 14px;
        height: 14px;*/
    width: 28px;
    height: 28px;
    background: url('../images/phone.svg');
    background-size: cover;
    margin-bottom: 8px;
}

.menu .item3>a>.img {
    /*width: 14px;
        height: 14px;*/
    width: 28px;
    height: 28px;
    background: url('../images/wechat.svg');
    filter: invert(50%) sepia(7%) saturate(279%) hue-rotate(194deg) brightness(93%) contrast(86%);
    background-size: cover;
    margin-bottom: 8px;
}

.menu .item4>a>.img {
    /*width: 13.5px;
        height: 14px;*/
    width: 28px;
    height: 28px;
    background: url('../images/subscribe.svg');
    background-size: cover;
    margin-bottom: 8px;
}

.menu .item5>a>.img {
    /*  width: 10px;
        height: 10px;*/
    width: 20px;
    height: 20px;
    background: url('../images/up.svg');
    background-size: cover;
}




.menu .item p.imgTitle {
    font-size: 12px;
    /*transform:scale(.5);*/
    /*color: #fff;*/
    color: #595959;
    /*font-weight: 400;*/
    cursor: pointer;
}

.menu .item span.arrowBox {
    width: 20px;
    position: absolute;
    top: 0px;
    right: 60px;
    height: 130px;
}

.menu .item span.arrow {
    display: inline-block;
    width: 0px;
    height: 0px;
    /* border-left: 7px solid rgba(102, 102, 102, 0.9);*/
    border-left: 7px solid rgba(0, 0, 0, .12);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: 30px;
    left: 0px;
    display: none;
}

.menu .item .lrpopover {
    width: 188px;
    height: 320px;
    font-size: 16px;
    color: #262626;
    /*padding-top: 30px;*/
    padding: 32px;
    position: absolute;
    right: 80px;
    top: 0px;
    /* background: rgba(102, 102, 102, 0.9);*/
    /*color: #fff;*/
    display: none;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .12);
}

.menu .item .lrpopover p.top {
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    /*    margin-bottom: 10px;*/
}

.menu .item .lrpopover p.top2 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.menu .item .lrpopover .bottom {
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: left;
}

.menu .item .lrpopover .bottomTime {
    color: #595959;
    margin-bottom: 0px;
}


.menu .item .lrpopover .bottom4 {
    font-size: 14px;
    color: #262626;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    /* margin-bottom: 12px */
    text-align: center;
}

.menu .item .lrpopover ul li {
    margin-bottom: 24px;
}

.menu .item .lrpopover ul li.lastLi {
    margin-bottom: 15px;
}

.menu .item .lrpopover .dividingLine {
    width: 100%;
    height: 1px;
    margin-bottom: 16px;
    background-color: rgba(151, 151, 151, 1);
}

.secondDividingLine {
    width: 116px !important;
}



.menu .item .lrpopover ul li a {
    /*color: #fff;*/
    color: #595959;
    display: inline-block;
    /* width: 92px;*/
    height: 20px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    /*margin-left:5px;*/
}

.menu .item .lrpopover ul li:nth-of-type(1) a {
    /*background-color: #5cc9f7;*/
}

.menu .item .lrpopover ul li:nth-child(2) a {
    /*background-color: #009aff;*/
}

.menu .item .lrpopover ul li:nth-of-type(3) a {
    /*background-color: #04e0f7;*/
}

.menu .item .lrpopover ul li a .img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.menu .item .lrpopover ul li {
    text-align: left;
}

.menu .item .lrpopover ul li:first-of-type a .img {
    background: url("../images/qq.svg");
}

.menu .item .lrpopover ul li:nth-of-type(2) a .img {
    background: url("../images/qq.svg");
}

.menu .item .lrpopover ul li:last-of-type a .img {
    background: url("../images/qq.svg");
}

.menu .item .lrpopover ul li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #595959;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
}


.popover2 {
    padding-right: 0px !important;
    top: -72px !important;
}

.popover3 {
    height: 230px !important;
    /* top: -144px !important; */
}

.popover4 {
    height: 430px !important;
    top: -310px !important;
    padding: 20px !important;
    width: 320px  !important;
}

.phoneImg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background: url('../images/call.svg');
}

.qrCode {
    width: 130px;
    height: 130px;
    /* background: url('https://img.learun.cn/cq/home/1122/qc.jpg'); */
    background-size: cover;
}

.colorBlue {
    color: #3499FF !important;
}

.bcColor {
    filter: invert(50%) sepia(58%) saturate(2309%) hue-rotate(189deg) brightness(100%) contrast(102%) !important;
}

.lrpopover-phone{
    font-size: 14px !important;
}

/* 预约咨询 */
.form-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group label {
    text-align: left;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2d3748;
    font-size: 1.1rem;
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #718096;
    font-size: 1rem;
}

.form-control {
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    outline: none;
    color: #4a5568;
}

.form-control:focus {
    border-color: #4361ee;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
}

.form-control::placeholder {
    color: #a0aec0;
}

.submit-btn {
    background: linear-gradient(to right, #4361ee, #3a0ca3);
    color: white;
    border: none;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.4);
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(67, 97, 238, 0.6);
}

.submit-btn:active {
    transform: translateY(1px);
}

.submit-btn:disabled {
    background: #cbd5e0;
    transform: none;
    box-shadow: none;
    cursor: not-allowed;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 400px;
    overflow: hidden;
    transform: scale(0.8);
    transition: transform 0.4s ease;
}

.modal.active .modal-content {
    transform: scale(1);
}

.modal-header {
    background: #4361ee;
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
}

.modal-header h3 {
    font-size: 1.5rem;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.3s;
}

.close-modal:hover {
    transform: rotate(90deg);
}

.modal-body {
    padding: 30px;
    text-align: center;
}

.modal-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.success .modal-icon {
    color: #4ade80;
}

.error .modal-icon {
    color: #f87171;
}

.modal-body p {
    font-size: 1.2rem;
    color: #4a5568;
    margin-bottom: 25px;
    line-height: 1.6;
}

.modal-footer {
    padding: 0 30px 30px;
    text-align: center;
}

.modal-btn {
    background: #4361ee;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-btn:hover {
    background: #3a0ca3;
    transform: translateY(-2px);
}

.form-footer {
    text-align: center;
    margin-top: 20px;
    color: white;
    font-size: 1.1rem;
}

.form-footer a {
    color: #ffd166;
    text-decoration: none;
    transition: all 0.3s;
}

.form-footer a:hover {
    text-decoration: underline;
}


@media (max-width: 1280px) {
    .menuDivimg {
        width: 52px;
        height: 55px;
    }
    .menuDivP {
        width: 60px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }
    .menu .item {
        width: 56px;
        height: 58px;
    }
    .menu .item3>a>.img{
        width: 28px;
        height: 20px;
    }
    .menu .item2>a>.img{
        width: 20px;
        height: 20px;
    }
    .menu .item4>a>.img{
        width: 20px;
        height: 20px;
    }
    .menu .item5>a>.img{
        width: 18px;
        height: 18px;
    }
    .menu .item p.imgTitle{
        font-size: 10px;
    }
}