@font-face {
    font-family: "MyFont";
    /* 自定义名称，后续用这个名字调用 */
    /* 按优先级排列字体文件，浏览器会加载第一个支持的格式 */
    src: url("../font/19W8.TTF") format("truetype");
}

.jiagu-header {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 0px 0px;
}

.area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EEF6FF;
}

.area-1 {
    background-image: url(../picture/bg_1.png);
    min-height: 150vw;
}

.area-2 {
    background-image: url(../picture/bg_2.png);
    min-height: 1647px;
}

.area-3 {
    background-image: url(../picture/bg_3.png);
    min-height: 1313px;
}

.area-4 {
    background-image: url(../picture/bg_4.png);
    min-height: 848px;
}

.area-5 {
    background-image: url(../picture/bg_5.png);
    min-height: 150vw;
}

.area-6 {
    background-image: url(../picture/bg_6.png);
    min-height: 508px;
}

.area-7 {
    background-image: url(../picture/bg_7.png);
    min-height: 848px;
}

.area-8 {
    background-image: url(../picture/bg_8.png);
    min-height: 760px;
}

.area-9 {
    background-image: url(../picture/bg_9.png);
    min-height: 1383px;
}

.area-10 {
    background-image: url(../picture/bg_10.png);
    min-height: 710px;
}

.area-11 {
    background-image: url(../picture/bg_11.png);
    min-height: 900px;
}

.feature-title {
    margin-top: 0;
    padding-top: 0;
    font-family: MyFont;
    font-weight: 400;
    font-size: 46px;
    color: #303030;
}

.feture-single-box {
    background: linear-gradient(311deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.84) 100%);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
    margin-top: 47px;
    margin-bottom: 30px;
    height: 120px;
}

.feture-single-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #00A7FF;
    border-radius: 5px;
    transition: .5s;
    opacity: .1;
    z-index: -1;
}

.feture-single-box:hover:before {
    width: 100%;
    left: 0;
}

.feture-single-box:hover .feture-title h3 {
    color: #fff;
}

.feture-single-box:hover .application-description p {
    color: #fff;
}

.feture-content {
    margin: 0 0px 0;
}

.feture-signal-icon {
    display: flex;
    float: left;
    align-items: center;
    transform: translateY(25%);
    margin-left: 20px;
    margin-right: 12px;
}

.feture-icon img {
    float: left;
    padding: 0 10px 0 0;
}

.feture-title h4 {
    font-size: 16px;
    color: #041341;
    font-weight: 700;
    padding-top: 2px;
    text-align: left;
    padding-left: 14px;
}

.feture-description p {
    font-size: 14px;
    color: #636363;
    padding-left: 110px;
    text-align: left;
    margin: 0;
}

.advantage-title {
    margin-top: 47px;
    font-family: MyFont;
    font-weight: 400;
    font-size: 46px;
    color: #303030;
    line-height: 64px;
    font-style: normal;
    text-transform: none;
}


.advantage-single-box {
    background: linear-gradient(311deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.84) 100%);
    box-shadow: 0px 2px 10px 1px rgba(48, 83, 135, 0.07);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
    margin-top: 47px;
    margin-bottom: 30px;
    height: 120px;
}

.advantage-single-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #00A7FF;
    border-radius: 5px;
    transition: .5s;
    opacity: .1;
    z-index: -1;
}

.advantage-single-box:hover:before {
    width: 100%;
    left: 0;
}

.advantage-single-box:hover .advantage-title h3 {
    color: #fff;
}

.advantage-single-box:hover .advantage-description p {
    color: #fff;
}

.advantage-single-box h4 {
    margin-left: 30px;
    margin-top: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.advantage-single-box p {
    margin-left: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #2C5068;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.protect {
    width: 372px;
    height: 99px;
}

.protect h4 {
    margin-left: 20px;
    margin-top: 16px;
}

.protect p {
    margin-left: 20px;
}

.col1 {
    margin-left: 30%;
    margin-right: auto;
}

.col2 {
    margin-top: 20%;
    margin-bottom: auto;
    margin-left: 30%;
}

.col3 {
    margin-left: 20%;
    margin-right: auto;
}

.col4 {
    margin-top: 20%;
    margin-bottom: auto;
    margin-left: 10%;
}

.secret {
    height: 146px;
}

.secret h4 {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.secret-col1 {
    margin-top: 20%;
    margin-bottom: auto;
    margin-left: 2%;
    margin-right: auto;
}

.secret-col2 {
    margin-top: 20%;
    margin-bottom: auto;
    margin-left: 30%;
    margin-right: auto;
}

.secret-col3 {
    margin-top: 20%;
    margin-bottom: auto;
    margin-left: 12%;
    margin-right: auto;
}

.secret-col4 {
    margin-top: 20%;
    margin-bottom: auto;
    margin-left: 20%;
    margin-right: auto;
}

.copyright {
    margin-top: 2%;
    margin-bottom: auto;
    text-align: center;
}

.copyright-2 {
    margin-top: 10%;
    margin-bottom: auto;
    text-align: center;
}

.copyright-3 {
    margin-top: 12%;
    margin-bottom: auto;
    text-align: center;
}

.sticky .hostlux_menu>ul>li>a {
    color: #101210 !important;
}

.sticky .hostlux_menu>ul>li>a:hover {
    color: #00A7FF !important;
}

.login-btn {
    display: inline-block;
}

.try-now {
    width: 250px;
    height: 82px;
    background: linear-gradient(126deg, #2BC7FB 0%, #9BE3F6 100%);
    box-shadow: 0px 3px 6px 1px rgba(81, 205, 239, 0.36);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.69);
    margin-top: 2%;
    margin-bottom: auto;
    margin-left: 0%;
    margin-right: auto;
}

.try-now p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 82px;
    letter-spacing: 15px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    flex-direction: row;
    width: auto;
    white-space: nowrap;

}

.try-now:hover {
    background: linear-gradient(126deg, #65baff 0%, #6baafd 100%);
}

.title-main {
    margin-top: 10%;
    margin-bottom: auto;
}

.title-main p {
    font-family: MyFont;
    font-weight: 400;
    font-size: 70px;
    color: #303030;
    line-height: 98px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.text-main {
    margin-top: 2%;
    margin-bottom: auto;
}

.text-main p {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 28px;
    color: #45515F;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.sj-row {
    margin-top: 8%;
    margin-bottom: auto;
}

.sj-title {
    font-family: MyFont;
    font-size: 46px !important;
    color: #303030 !important;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.sj-box {
    width: 229px;
    height: 188px;
    background: linear-gradient(311deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.84) 100%);
    box-shadow: 0px 2px 10px 1px rgba(48, 83, 135, 0.07);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
}

.sj-box img {
    margin-top: 35px !important;
}

.sj-box p {
    margin-left: 0;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 33px;
    font-style: normal;
    text-transform: none;
}

.zx-box {
    margin-top: 10% !important;
    width: 498px;
    height: 170px;
    background: linear-gradient(311deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.84) 100%);
    box-shadow: 0px 2px 10px 1px rgba(48, 83, 135, 0.07);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
}

.zx-title {
    margin-left: 10%;
    margin-right: auto;
    margin-top: 3%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 28px;
    color: #303030;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.zx-block {
    margin-left: 10%;
    margin-right: auto;
    text-align: left;
    margin-top: 4%;
    margin-bottom: auto;
}

.zx-block span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #0D80FA;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.zx-little-icon {
    display: inline;
}

.zx-qrcode {
    position: absolute;
    top: 20px;
    right: 20px;
}

.zx-qrcode img {
    display: block;
    width: 90px;
    height: 90px;
}

.zx-qrcode span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #0D80FA;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pro-box {
    margin-top: 22% !important;
    width: 498px;
    height: 290px;
    background: linear-gradient(311deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.84) 100%);
    box-shadow: 0px 2px 10px 1px rgba(48, 83, 135, 0.07);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
}

.pro-block {
    margin: 6%;
}

.pro-block span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #0D80FA;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pro-icon {
    margin-top: 4%;
}


.feature-title-rasp {
    color: #0078FF;
}
