.qlogin_mod{
    margin-top: 50px !important;
    padding-top: 50px;
}
.item_title {
    padding: 8px 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.loginBox .tips{
    position: absolute;
   
    top: 4px;
    left: calc(-100% - 34px);
    font-size: 12px;
    color: white;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid #DBE7EE;
    border-radius: 4px;
    margin: 0;
    line-height: 1;
}
.cursor-pointer{
    cursor: pointer;
}
.form-item input{
    background:  rgba(0, 0, 0, 0.6);
}
.submit-btn
{
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: white;
    background: linear-gradient(90deg, #007BFF 0%, #2C9BFF 48%, #60B7FF 100%);
    border-radius: 20px;
    border: none;
    margin: 30px 0 0 0;
    outline: none;
    transition: transform 0.2s;
}
.prdList,
.advantages,
.mtm {
    padding: 25px 0;
    width: 1300px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}
.mtm{
    width: 1100px;
}
.prdList h3,
.advantages h3,
.mtm h3 {
    font-size: 20px;
    font-family: "微软雅黑"
}

.prdList p {
    font-size: 14px;
    padding: 10px 0 0 0;
    color: #666666;
    padding: 5px 0 15px 0;
}

.prdList li {
    color: #111111;
    font-weight: bold;
    margin: 10px;
    float: left;
    width: 240px;
    font-size: 16px;
    transition: all 0.4s;
}

.image-container {
    display: flex;
    width: 245px;
    height: 190px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-container img {
    border-radius: 5px;
    width: 245px;
    transition: width 0.5s ease;
    /* 平滑过渡效果 */
}

.image-container:hover img {
    border-radius: 5px;
    cursor: pointer;
    width: 110%;
}

.reservation {

    padding: 25px 0;
    width: 1260px;
    height: 420px;
    background: url('../images/home/bg_reservation.jpeg') center center;
    margin: 0 auto;
    background-size: cover;
    text-align: center;
    border-radius: 8px;
}

.reservation .left {
    margin: 20px 20px 20px 50px;
    padding: 30px;
    float: left;
    width: 580px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 320px;
    color: #fff;
    text-align: left;
    border-radius: 15px;
    font-size: 16px;
    line-height: 40px;

}

.reservation .right {
    float: right;
    margin: 20px 50px 0 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    width: 460px;
    height: 350px;
    border-radius: 15px;
}

.reservation .right .titlebox {
    font-size: 20px !important;
    font-family: "微软雅黑";
    font-weight: bold;
}

.reservation .right .form li {
    padding: 10px 0;
}

.reservation .right .form input {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 24px;
    width: 300px;
    height: 30px;
    background: #fffffe;
}

.reservation .right .form img {
    border-radius: 5px;
}

.reservation .right .form .btn_blue {
    background: #0070DE;
    text-align: center;
    padding: 0;
    margin: 0 0 0 -100px;
    width: 180px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
}

.reservation .right .form .btn_blue:hover {
    background: #00709E;
    color: #eee;
}

.reservation .right .form #reservationMsg {
    height: 20px;
    color: #f00;
    font-size: 16px;
    text-align: left;
}

.customer {
    padding: 20px 0;
    width: 1260px;
    height: 330px;
    background: url('../images/home/banner01.jpg') bottom center;
    margin: 0 auto;
    text-align: center;
    background-size: cover;
    border-radius: 8px;
}

.customer li {
    float: left;
    width: 33%;
}

.customer .box {
    background-color: rgba(255, 255, 255, 0.85);
    height: 250px;
    margin: 25px;
    padding: 15px;
    border-radius: 6px;
    margin-top: -40px;
}

.customer .box .consultation {
    display: block;
    padding: 0 ;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    background:#007BFF;
    /* background: #FF6801 url('../images/home/msg.png') 15px center no-repeat; */
    border-radius: 15px;
}

.customer .box:hover .consultation {
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    text-decoration: none;
}

.customer .ico {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255);
    border-radius: 40px;
    border: #666666 solid 1px;
}

.customer .ico img {
    margin-top: 12px;
    width: 55px;
    height: 55px;
}

.customer h3 {
    padding-top: 50px;
    font-size: 20px;
}

.customer p {
    font-family: "Arial", sans-serif;
    line-height: 200%;
    font-size: 16px;
    padding: 10px 25px 25px 25px;
    letter-spacing: 2px;
    text-align:center;
}

.advantages ul {
    margin-top: 20px;
}

.advantages li {
    float: left;
    width: 25%;
}

.advantages li .box {
    border: #eeeeee solid 1px;
    box-shadow: 10px 10px 5px #eeeeee;
    border-radius: 10px;
    height: 280px;
    margin: 10px;
}

.advantages li .box .img {
    height: 150px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.advantages li .box img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advantages li .box .titlebox {
    position: relative;
    margin: -15px 0 0 30px;
    width: 80px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    background-color: #e0f0e0 !important;
    color: #FF6801;
    border: #FF6801 solid 1px;
    border-radius: 5px;
    font-weight: bold;
}

.advantages li .box p {

    clear: both;
    text-align: left;
    font-size: 14px;
    padding: 15px;
    line-height: 150%;
}

.advantages li .box:hover p {
    cursor: pointer;
    font-size: 15px;
    color: #0070DE;
}

.mtm .left {
    float: left;
    width: 280px;
    padding: 0;
    margin: 0;
}

.mtm .right {
    float: right;
}

.flow-panel {
    display: flex;
    align-items: center;
    height: 165px;
    background: linear-gradient(180deg, #B1DCFF 0%, rgba(229, 229, 229, 0.1) 100%);
    border-radius: 8px;
}

.flow-panel .title-box {
    float: left;
}

.flow-panel .title {
    margin-top: -20px;
    font-size: 16px;
}

.flow-panel .title-box .icon {
    margin-top: -10px;
    width: 120px;
}

.flow-panel .label {
    text-align: left;
    margin-right: 10px;
    cursor: pointer;
}

.flow-panel:hover .label {
    font-size: 15px;
    color: #0070DE;
}

.flow-panel:hover .icon,
.flow-panel:hover .title {
    transform: scale(1.1);
    color: #0070DE;
}

.mtm .right {
    float: right;
    width: 760px;
    padding: 20px;
    border-radius: 10px;
    background: #F4F5F6;
}

.mtm .right .start-point {
    width: 64px;
    text-align: right;
}

.mtm .right .timeline {
    position: relative;
    z-index: 1;
    flex-grow: 1;

    background-image:
        linear-gradient(to left, #B1DCFF 10%, transparent 10%);
    background-size: 43px 1px;
    background-position: 0 0, 0 10px;
    background-repeat: repeat-y;
}
.mtm .right .timeline .title {
font-size: 16px;
}
.mtm .right .timeline .link {
    color: white;
    width: 160px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin: -30px 0 0 0;
    float: right;
    text-decoration: none;
    border-radius: 30px;
    background-color: #0070DE;
}

.mtm .right .timeline .link:hover {
    color: #eee;
    background-color: #00709E;
}

.mtm .right .start-point .point {
    margin: 30px 0 0 30px;
    width: 12px;
    height: 12px;
    padding: 3px;
    background: #FFFFFF;
    border: #0070DE solid 1px;
    border-radius: 50px
}

.mtm .right .start-point .point::before {

    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #0070DE;
    border-radius: 50%;
}

.mtm .timeline-item {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    height: 120px;

}

.mtm .timeline-item .avatar {
    border: #ffffff solid 3px;
    border-radius: 80px;
    filter: grayscale(100%);
    transition: transform 0.3s ease-in-out;
}

.mtm .timeline-item .avatar {
    margin-left: 6px;
    float: left;
    width: 64px;
}

.mtm .timeline-item .content {
    transform-origin: left;
    background: none;
    width: 660px;
    padding: 0;
    margin: 20px 0 0 0;
    float: right;
    margin-top: -60px;
}

.mtm .timeline-item .desc {
    float: left;
    text-align: left;
    width: 530px;
}



.mtm .timeline-item .effect {
    float: right;
    width: 100px;
    font-weight: bold;
    text-align: center;
}

.mtm .timeline-item:hover {

    background: linear-gradient(to right, transparent, #ffffff);
    border-radius: 0 50px 50px 0;
}

.mtm .timeline-item:first-child:hover {
    background: linear-gradient(to right, transparent, #F4F5F6);
}

.mtm .timeline-item:hover .avatar {
    transform: scale(1.3);
    filter: grayscale(0%);
    position: static;
    z-index: 9999;
}

.mtm .timeline-item:hover .desc {
    transform: scale(1.1);
    color: #0070DE;
}

.mtm .timeline-item:hover .content {
    width: 636px;
    transform-origin: left;
    text-align: left;
}

.mtm .timeline-item #effect1,
.mtm .timeline-item #effect5 {

    font-size: 26px;
    color: #0070DE;

}

.timeline-item_last {
    position: absolute;
    clear: both;
    margin-top: -40px;
    height: 40px;
    width: 50px;
    background: #F4F5F6;
    z-index: 9;
}

.try-on-container {
    width: 100%;
    background: #0070DE;
    text-align: center;
    top: 0;
    position: sticky;
    z-index: 2;
}

.try-on-container .img {
    height: 40px;
    margin: 20px 60px 20px 20px;
}

.try-on-container .link {
    background: #fff;
    color: #0070DE;
    font-size: 18px;
    padding: 10px 25px;
    line-height: 80px;
    border-radius: 50px;
    font-weight: bold;
}

.try-on-container .link:hover {
    background: #efefef;
    color: #00709E;
    text-decoration: none;
}