<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
    height: 500px;
}

.ybx-header {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    color: #FFFFFF;
    background: linear-gradient(270deg, #111D95 0%, #1237D9 100%);
}

.ybx-header .header_bg {
    background: url(../image/header_bg.png) no-repeat top left;
    background-size: cover;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}

.ybx-header .shortcut {
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.ybx-header .shortcut .ybx-logo {
    margin-right: auto;
    margin-top: 12px;
    width: 60px;
    height: 60px;
}

.ybx-header .shortcut ul {
    display: flex;
    border-bottom: 0px;
}

.ybx-header .shortcut li {
    height: 66px;
    line-height: 66px;
    margin-right: 50px;
    z-index: 4;
}

.active {
    border-bottom: 4px solid #FFFFFF;
}

.active a {
    opacity: 1 !important;
}

.ybx-header .shortcut li a {
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 0.5;
}

/* �����筝����� */
/* .ybx-header .shortcut li:hover {
    border-bottom: 4px solid #FFFFFF;
} */
/* ��筝㊨々 */


.header_bottom {
    /* text-align: center; */
    display: flex;
}

.header_bottom_left {
    width: 50%;
    padding-top: 110px;
}

.header_bottom_left p {
    font-size: 40px;
    font-weight: 400;
    line-height: 59px;
}

.header_bottom_right {
    width: 50%;
    padding-top: 29px;
}

/* ��秋絮� */
.shade {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 13;
    display: none;
}

/* 箴ц捷�� */
.sidebar {
    width: 66px;
    height: 236px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
    border: 1px;
    border-radius: 30px;
    position: fixed;
    right: 50px;
    bottom: 200px;
    display: flex;
    flex-direction: column;
    /* padding: 10px 8px; */
    z-index: 99;
    overflow: hidden;
}

.sidebar div {
    text-align: center;
}

.sidebar div:hover {
    cursor: pointer;
    background: #F8F8F8;
}

.sidebar div:hover span {
    color: #1974fc;
}

.sidebar :nth-child(1):hover img {
    content: url('../image/service_hover.png')
}

.sidebar :nth-child(2):hover img {
    content: url('../image/join_hover.png')
}

.sidebar :nth-child(3):hover img {
    content: url('../image/top_hover.png')
}

.sidebar div img {
    margin-top: 24px;
}

.sidebar div span {
    font-size: 10px;
    color: #333333;
    line-height: 10px;
}

.sidebar .popup_service {
    height: 82px;
    padding: 10px 8px;
    position: relative;
}

.sidebar div::before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 1px;
    bottom: 0;
    left: 8px;
    border-bottom: 1px solid #E7E7E7;
}

.sidebar .scroll_join {
    height: 82px;
    padding: 0 8px;
    position: relative;
}

.sidebar .scroll_top {
    height: 72px;
    padding: 0 8px;
}

/* ��膤糸���綣合� */
.service {
    width: 518px;
    height: 382px;
    background: #FFFFFF;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 99;
}

.service_close {
    height: 30px;
    padding: 20px;
}

.service_close a:hover {
    text-decoration: double;
}

.close_service:hover {
    cursor: pointer;
}

.service_content {
    padding: 0 59px;
}

.service h4 {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    /* line-height: 36px; */
    letter-spacing: 1px;
    text-align: center;
}

.service .service_qrcode {
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

.service .service_qrcode div {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin: 0 24PX;
}

.service button {
    width: 396px;
    height: 56px;
    background: #1974FC;
    border-radius: 6px;
    border: 0px;
    font-size: 24px;
    color: #FFFFFF;
}

/* ��夓�膸� */
.company {
    /* height: 760px; */
    background-color: #FFFFFF;
    /* display: flex; */
}

.company .container {
    display: flex;
    /* flex-wrap: wrap; */
}

/* 綏�唱�丈�� */
.company-left {
    width: 470px;
    height: 600px;
    background: url('../image/company.png');
    margin-top: 70px;
    margin-bottom: 90px;
}

/* �割唱篁�膸� */
.company-right {
    width: 616px;
    margin-top: 114px;
    margin-left: 103px;
    margin-right: 11px;
}

.company-right p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 30px;
}

/* 綛喝伾������茵�筝�篌��� */
.advantage,
.supportive {
    /* height: 760px; */
    padding-top: 60px;
    text-align: center;
    padding-bottom: 100px;
}

.advantage .blue-transverse {
    margin: 0 auto;
}

.advantage-items ul {
    display: flex;
    flex-flow: wrap;

}

.advantage-items ul li {
    width: 400px;
    text-align: center;
    margin-top: 50px;
}

.advantage-items ul li div {
    width: 70px;
    height: 70px;
    /* border: 1px dashed; */
    margin: 0 auto;
}

.advantage-items ul li h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 29px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.advantage-items ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-top: 10px;
}

/* 綛喝佀�倶���睡� */
.supportive .blue-transverse {
    margin: 0 auto;
}

.supportive-bottom {
    margin-top: 80px;
    display: flex;
    /* flex-wrap: wrap; */
}

.supportive-text {
    margin-right: 253px;

}

.supportive-text p {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    letter-spacing: 1px;
    text-align: left;
}

.supportive-text ul li {
    text-align: left;
    font-size: 14px;
    margin-top: 14px;
    color: #999999;
}

.supportive-text ul li span {
    font-weight: bold;
    color: #2B6FFF;
}

/* 絎�綽�絨���婭�桁� */
.customCircle {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-bottom: 3px;
    background: #2B6FFF;
    border-radius: 3px;
    /* margin-left: 10px; */
    margin-right: 10px;
}


.supportive-logo {
    width: 422px;
    height: 414px;
}

/* 篋у��篁�膸� */
.product {
    text-align: center;
    padding: 60px 0;
    background-color: #FFFFFF;
}

.product .blue-transverse {
    margin: 0 auto;
}

/* 腴ヨ拾莉��㊤�� */
.buggy {
    margin-top: 60px;
}

.buggy .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.buggy-text {
    height: 554px;
    padding-top: 50px;
    color: #FFFFFF;
    text-align: left;
    /* background: url(../image/bg_1.png); */
    top: 0;
    z-index: 3;
}

.buggy-text h2 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}

.buggy-text h2 span {
    width: 4px;
    height: 22px;
    background: #FFFFFF;
    margin-right: 18px;
    display: inline-block;
}

.buggy-text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 38px;
}

.buggy-text .buggy-box {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.46);
    display: inline-block;
    margin-right: 40px;
    text-align: center;
    padding: 8px 20px;
}

.buggy-text .buggy-box:first-child {
    width: 110px;
    height: 60px;
    line-height: 60px;
    padding: 0;
}

.buggy-text&gt;p {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.8;
    margin-top: 10px;
}

.buggy-text .data {
    width: 570px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px 0;
    display: flex;
}

.buggy-text&gt;.data&gt;div {
    padding: 0 30px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.buggy-text .data .day_book {
    border-right: 1px dashed #DDDDDD;
    width: 46%;
}

.buggy-bg {
    height: 554px;
    width: 100%;
    position: relative;
    top: 0px;
}

.bg1 {
    background: url(../image/bg_1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg2 {
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../image/bg_2.png);
}

.bg3 {
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../image/bg_3.png);
}

/* �延昆腥咲�� */
.interspace {
    margin-top: 60px;
}

.interspace .container {
    display: flex;
    /* flex-wrap: wrap; */
}

.interspace-text {
    width: 602px;
    padding-top: 80px;
    margin-right: 170px;
    text-align: left;
}

.interspace-text p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 30px;
}

.interspace-text h4 {
    color: #1974FC;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.interspace-image {
    width: 428px;
}

.interspace-image img {
    width: 428px;
    height: 240px;
    margin-bottom: 20px;
    /* border: 1px dashed #ccc; */
    /* border-radius: 12px; */
}

/* �延昆莅上� */
.equipment {
    margin-top: 50px;
    text-align: left;
}

.equipment ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.equipment ul li {
    width: 590px;
    height: 554px;
    background: #F9F9F9;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    margin-top: 20px;
    padding: 50px 42px 59px 40px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    letter-spacing: 0.5px;
}



.equipment ul li .parameter {
    margin-top: 55px;
    height: 367px;
    display: flex;
}

.equipment .parameter_left {
    width: 279px;
}

.equipment .parameter_left p {
    margin-top: 16px;
}

/* ���医��腱医�篏�蘂��� */
.equipment .parameter_name {
    color: #999999;
}

.equipment .parameter_left h5 {
    font-size: 16px;
    font-weight: bold;
    color: #1974FC;
    margin-top: 5px;
    margin-bottom: 22px;
}

.equipment .parameter_right {
    width: 310px;
    text-align: center;
    line-height: 366px;
    border-left: 1px dashed #DDDDDD;
}




/* �翫��延昆篋у�� */
.more_products {
    width: 100%;
    /* height: 413px; */
    background: #F9F9F9;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    margin-top: 20px;
    padding: 50px 40px 45px 40px;
}

.more_products .product_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.more_products .product_item {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.more_products .product_item img {
    width: 168px;
    height: 144px;
    margin-top: 45px;
    margin-bottom: 26px;
}

.more_products&gt;p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
    margin-top: 31px;
}

/* ���ュ��篏�篌�篌� */
.partner {
    background-color: #F9F9F9;
    text-align: center;
    padding: 60px;
}

.partner img {
    margin-top: 50px;
    margin-bottom: 60px;
}

/* ���ユ��篁� */
.join_us {
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 60px;
}

.join_us_bottom {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.join_us_bottom div {
    width: 580px;
    height: 600px;
}

.join_us_bottom .information label {
    display: block;
    margin-top: 20px;
}

/* 莨��ユ� */
.join_us_bottom .information label input {
    height: 50px;
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    /* color: #999999; */
    line-height: 20px;
}

.required {
    position: relative;
}

.required input {
    padding-left: 27px;
}

.join_us_bottom .information .required::before {
    content: '*';
    color: red;
    position: absolute;
    left: 20px;
    top: 17px;
    display: block;


}

/* 紊���罅� */
input[type=checkbox] {
    width: 24px;
    height: 24px;
    background: #1974FC;
    border-radius: 2px;
    border: 1px solid #1974FC;
}

.join_us_bottom .information .checkbox-group {
    display: flex;
    justify-content: space-between;
    height: 76px;
    width: 100%;
    line-height: 76px;
    border: 0px;
}

.join_us_bottom .information .checkbox-group .checkbox {
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
}

.join_us_bottom .information .checkbox-group label input {
    margin-top: -10px;
    margin-left: 0px;
}

.join_us_bottom .information .checkbox-group label span {
    margin-left: 30px;
}

/* ��荐�罅� */
.join_us_bottom .information textarea {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    width: 100%;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
}

/* ��篋ゆ���� */
.join_us_bottom .information .submit {
    width: 100%;
    height: 60px;
    background: #1974FC;
    border-radius: 6px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    border: 0px;
    color: #FFFFFF;
    line-height: 24px;
}


footer {
    height: 468px;
    color: #FFFFFF;
    font-weight: 400;
    background: linear-gradient(270deg, #111D95 0%, #1237D9 100%);
}

footer .container {
    background: url(../image/footer_bg.png);
    background-size: contain;
}

footer .container .footer_top {
    display: flex;
    padding-top: 40px;
}

.footer_left {
    width: 696px;
    height: 357px;
    display: flex;
    justify-content: space-around;
}

.footer_left div h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.footer_left div ul li {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
    opacity: 0.7;
}

.footer_right {
    width: 504px;
    padding-left: 90px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.footer_right ul li {
    margin-bottom: 20px;
}

.footer_right ul li img {
    margin-bottom: 2px;
    margin-right: 8px;
}

.footer_right .quickmark {
    line-height: 20px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.footer_right .quickmark img {
    margin-bottom: 10px;
}

.footer_bottom {
    margin-top: 33px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
}
.footer_bottom a{
    margin-left: 10px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.footer_bottom a:hover{
    cursor: pointer;
    color: #FFEF38;
}</pre></body></html>