@charset "utf-8";
body{
    --themeColor: #6d5ae6;
    color: #191632;
}
::-webkit-scrollbar {
    width: 0px;
}
.pc-hide{display: none !important;}
.top{
    position: fixed;
    top:0; 
    left: 0; 
    right: 0; 
    height: 68px;
    z-index: 100;
    transition: all 0.5 ease-out;
}
.dark-top{
    background: #000;
    transition: all 0.5 ease-in;
}
.center{
    width: 1180px;
    margin: 0 auto;
}
.topcenter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
}
.logo img{  
    width: 160px;
    height: 45px;
    cursor: pointer;
}
.nav-placeholder{
    flex: 1;
}
.menus ul{
    display: flex;
}
.menus li{
    margin-right: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    cursor: pointer;
}
.menus li a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.menus li .underline-wrap{
    height: 3px;
    display: flex;
    justify-content: center;
}
.menus li .underline-wrap .underline{
    background: #fff;
    width: 32px;
    height: 3px;
    border-radius: 2px;
}
.contact-btn{
    cursor: pointer;
    color: #fff;
    background: #FFFFFF33;
    display: flex;
    width: 114px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}
.contact-btn:hover{
    font-weight: 500;
}
.header-bg{
    background-image: url("../img/header-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 700px;
}
.header-bg .center{
    height: 700px;
    position: relative;
}
.welcome{
    position: absolute;
    top: 251px;
    left: 0;
    width: 500px;
    color: #fff;
}
.welcome .title{
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 66px;
}
.welcome .desc{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 20px;
    margin-top: 20px;
}
.welcome .btn-area{
    margin-top: 40px;
    display: flex;
    gap: 40px;
}
.welcome .try-btn{
    cursor: pointer;
    background: #6A5EDE;
    color: #fff;
    width: 180px;
    height: 52px;
    border-radius: 47px;
    gap: 10px;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    font-weight: 400;
}
.welcome .contact-us-btn{
    cursor: pointer;
    box-sizing: border-box;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.15);
    color: #fff;
    width: 180px;
    height: 52px;
    border-radius: 47px;
    gap: 10px;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    font-weight: 400;
}
.body-img-wrap, .body-img-wrap .center{
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.body-img-wrap:nth-child(even){
    background-color: #F0EFFC;
}
.home-01{
    background-image: url("../img/home-01.jpg");
    height: 511px;
}
.home-02{
    background-image: url("../img/home-02.jpg");
    height: 696px;
}
.home-03{
    background-image: url("../img/home-03.jpg");
    height: 652px;
}
.home-04{
    background-image: url("../img/home-04.jpg");
    height: 568px;
}
.home-05{
    background-image: url("../img/home-05.jpg");
    height: 714px;
}
.home-06{
    background-image: url("../img/home-06.jpg");
    height: 732px;
}
.home-07{
    background-image: url("../img/home-07.jpg");
    height: 475px;
}
.home-08{
    background-image: url("../img/home-08.jpg");
    height: 531px;
}
.home-09{
    background-image: url("../img/home-09.jpg");
    height: 576px;
}
.about-bg{
    background-image: url("../img/about-bg.jpg");
    background-position: center;
    background-size: auto;
    height: 280px;
}
.about-content{
    margin-top: -80px;
}
.about-content .center{
    background: #fff;
}
.about{
    padding: 60px;
}
.about .title{
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}
.about .title-underline{
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background: #000;
    margin-top: 15px;
}
.about .desc{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 40px;
    line-height: 28.8px;
    word-break: break-all;
    text-align: justify;
}
.price-table{
    margin-top: 40px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E6E8F1;
}
.price-table th,td {
    border: 1px solid #E6E8F1;
}
.price-table thead tr{
    height: 124px;
}
.price-table thead td{
    line-height: 124px;
    text-align: center;
}
.price-table thead td.func-title{
    color: #46485C;
    font-size: 16px;
}
.price-table thead .tb-title{
    font-size: 23px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
}
.price-table tbody{
    color: #27293D;
}
.price-table tbody th{
    text-align: left;
    padding: 0 20px;
}
.price-table tbody th.module{
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    padding: 0 30px;
    background: #E5EFFF;
    word-break: break-all;
}
.price-table tbody tr:nth-child(even){
    background: #F5F9FF;
}
.price-table tbody .cat-header{
    text-align: left;
}
.price-table tbody .cat-header span{
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.price-table tbody .cat-header span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background: #6A5EDE;
    width: 4px;
    height: 17px;
    border-radius: 9px;
}
.price-table tbody td{
    height: 49px;
    line-height: 49px;
    padding: 0 20px;
    text-align: center;
    color: #46485C;
}
.price-table tbody td img{
    vertical-align: middle;
}
.price-table .prompt{
    color: #868899;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
}
.contact{
    width: 1180px;
    margin: 39px auto 93px;
    text-align: center;
}
.contact .title{
    font-size: 24px;
    line-height: 33.6px;
    color: #6D5AE6;
}
.contact .title-underline{
    margin: 10px auto 0;
    width: 48px;
    height: 4px;
    border-radius: 2px;
    background: #6D5AE6;
}
.contact .get-btn{
    margin: 40px auto 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    height: 40px;
    width: 170px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(90deg, #6D5AE6 0%, #8370FF 100%);
}
.contact-us{
    position: fixed;
    display: none;
    width: 240px;
    height: 280px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 500;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.close-btn{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.close-btn .close{
    margin-top: 12px;
    margin-right: 12px;
    width: 30px;
    height: 30px;
    align-items: right;
    cursor: pointer;
}
.contact-us .wechat{
    font-size: 24px;
    font-weight: 400;
}
.contact-us .qrcode{
    width: 180px;
    height: 180px;
}
.ok-pane{
    position: fixed;
    display: none;
    width: 500px;
    height: 300px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 500;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.ok-pane .big-title{
    font-size: 30px;
    color: #20c764;
    margin-top: 40px;
}
.ok-pane .result{
    font-size: 16px;
    color: #333;
    margin-top: 60px;
}
.apply-pane{
    position: fixed;
    display: none;
    width: 508px;
    height: 680px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 500;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.apply-form-pane{
    width: 100%;
    padding: 0 30px;
}
.apply-form-pane .form-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: center;
}
.apply-form-pane .form-subtitle{
    font-size: 15px;
    font-weight: 500;
    margin-top: 11px;
    color: #9A9EA9;
    text-align: center;
}
.apply-form{
    margin-top: 33px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.apply-form .form-label{
    size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #616266;
    position: relative;
    padding-left: 10px;
}
.apply-form .big-margin-top{
    margin-top: 10px;
}
.apply-form .required::before{
    content: "* ";
    color: #E57470;
    position: absolute;
    left: 0;
    top: 3px;
}
.apply-form .ub-input-wrap{
    height: 39px;
    border-radius: 4px;
    border: 1px solid #DDDFE6;
    display: flex;
    gap: 6.5px;
    padding-left: 13.5px;
    align-items: center;
    margin-top: 9px;
    margin-bottom: 21px;
}
.ub-input-wrap img{
    width: 16px;
    height: 16px;
}
.ub-input-wrap .ub-input{
    flex: 1;
    border-width: 0;
}
.ub-input-wrap .location select{
    border: none;
    outline: none;
}
select::-ms-expand {
    display: none;
}

.ub-input-wrap .code-btn{
    color: #5A9EF8;
    align-self: stretch;
    width: 102px;
    border-left: 1px solid #DDDFE6;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
}
.ub-input-wrap .disabled-btn{
    color: #666 !important;
    cursor: not-allowed !important;
}
.radio-pane{
    margin-top: 9px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 11px;
}
.radio-pane > div{
    width: 120px;
    display: flex;
    gap: 8px;
    cursor: pointer;
}
input[type="radio"]+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #999999;
    margin-right: 0.2rem;
    box-sizing: border-box;
    margin-top: -0.1rem;
}
input[type="radio"]:checked+label{
    color: #6A5EDE;
}
input[type="radio"]:checked+label::before {
    background-color: #6A5EDE;
    background-clip: content-box;
    border: 1px solid #6A5EDE;
    padding: 0.1rem;
    box-sizing: border-box;
}
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.apply-form .apply-btn{
    margin-top: 33px;
    cursor: pointer;
    color: #fff;
    height: 40px;
    background: #6A5EDE;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 48px;
}
.return{
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 9999;
    right: 50px;
    bottom: 280px;
    display: none;
    background-color: rgba(0, 0, 0, 0.35);
    background-image: url("../img/up.png");
    background-position: center;
    background-repeat: no-repeat;
}
.return.active{
    cursor: pointer;
    display: block;
}
.footer{
    background: #17181B;
    color: #fff;
    padding: 40px 0;
}
.footer .body{
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.service-pane{
    display: flex;
    align-items: center;
    gap: 28px;
}
.service-pane > img{
    width: 126px;
    height: 126px;
    border-radius: 7px;
}
.service-pane .title{
    font-weight: 600;
    font-size: 20.43px;
}
.service-pane .desc{
    margin-top: 20px;
    color: #7C7C7C;
    font-size: 12px;
}
.footmenu-pane{
    display: flex;
    gap: 40px;
}
.footmenu-pane .menu-title{
    size: 15px;
    height: 15px;
    line-height: 15px;
}
.footmenu-pane .submenu{
    margin-top: 15px;
    color: #7E7E7E;
    size: 12px;
    padding-left: 18px;
}
.footmenu-pane .submenu li{
    height: 24px;
    list-style-type: disc;
    cursor: pointer;
}
.footmenu-pane .submenu li:hover{
    color: #fff;
}
.footmenu-pane .submenu li a{
    color: #7E7E7E;
}
.footmenu-pane .submenu li a:hover{
    color: #fff;
}
.footer .bottom{
    width: 1180px;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}
.footer .bottom .police{
    display: flex;
    align-items: center;
}
.footer .bottom a{
    color: #fff;
    margin: 0 20px;
}
.footer .bottom .security{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.brand-pane{
    display: none;
}
