/*base*/
html, body {
    font-size: 16px;
    color: #383874;
    margin: 0;
    background-color: #ffffff;
    height: 100%;
    min-width: 1300px
}

iframe {
    display: block;
}

div {
    box-sizing: border-box;
}

.main_content {
    width: 100%;
    background-color: #ffffff;
}

/*页头*/
.header {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    justify-content: left;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-items: center;
}

.header .content {
    width: 1200px;
    align-items: flex-start;
    display: flex;
}

.header .content .logo {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header .content .logo img {
    width: 42px;
    height: 42px;
}

.header .content .logo .logo_text {
    font-size: 24px;
    margin-right: 350px;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}

.header .content .links {

}

.header .content .links .link {
    display: inline-block;
    font-size: 18px;
    margin-right: 52px;
    cursor: pointer;
    padding-bottom: 4px;
    border-bottom: 4px solid transparent;
    padding-bottom: 24px;
    margin-top: 26px;

}

.header .content .links .link.active {
    font-weight: 600;
    border-bottom: 4px solid #383874;
}

/*页脚*/
.footer {
    width: 100%;
    height: 320px;
    background: #201D3C;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.footer .content {
    width: 1200px;
}

.footer .content .item {
    
    padding-top: 63px;
    float: left;
    flex-grow: 1;
}

.footer .content .item .title {
    color: #FFFFFF;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}

.footer .content .item .sub_title {
    color: #B4BCD3;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
}

.copyright {
   display: inline-block;
    position: fixed;
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}

/* 滚动条样式 */
::-webkit-scrollbar {
    height: 10px !important;
    width: 8px !important;
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-thumb {
    background-color: transparent;
}

:hover::-webkit-scrollbar-thumb {
    border-radius: 0;
    border-style: dashed;
    background-color: rgba(180, 188, 211, 0.75);
    border-color: transparent;
    border-width: 1.5px;
    background-clip: padding-box;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(180, 188, 211, 1)
}

::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.contract_content{
    /* display: flex; */
    margin-left: 60px!important;
     align-items: center;/*垂直居中 */
    justify-content: flex-end; 
    height: 74px;
    /* width: 1200px; */
    margin: 0 auto;
    line-height: 76px;
    color: #96A1B2;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    /* border-bottom: 1px solid #B5B5B5; */
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}

.contract_content_solution{
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: flex-end; 
    height: 62px;
    /* width: 1200px; */
    margin: 0 auto;
    line-height: 62px;
    color: #485665;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    border-bottom: 1px solid #B5B5B5;
}

.content {
    width: 100%;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}

.icon-phone{
    display: inline-block;
    width: 11.25px;
    height: 18px;
    background: url('../img/icon _Alternate Mobile.png') no-repeat center;
    margin-right: 10px;
}

.icon-phone1{
    display: inline-block;
    width: 11.25px;
    height: 18px;
    background: url('../img/icon _Alternate Mobile_ (1).png') no-repeat center;
    margin-right: 10px;
}

.icon-email{
    display: inline-block;
    width: 13.5px;
    height: 18px;
    background: url('../img/icon _Envelope_.png') no-repeat center;
    margin-left: 100px;
    margin-right: 10px;
}

.icon-email1{
    display: inline-block;
    width: 13.5px;
    height: 18px;
    background: url('../img/email_icon.png') no-repeat center;
    margin-left: 100px;
    margin-right: 10px;
}



.solution_banner {
    width: 100%;
    height: 300px;
    background-image: url('../img/Mask group (1).png');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.solution_banner_content {
    width: 1200px;
    padding-top: 74px;
}

.solution_banner_title {
    font-size: 54px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
}

.solution_banner_sub_title {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.solution_content_container{
    display: flex; 
    justify-content: left;
    align-items: center;
    height: 20px;
    color: #7141B1;
    font-family: 'Noto Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 50px;
}

.solution_content_border{
    border-left: 4px solid #7141B1;
    height: 15px;
    margin-right: 10px;
}

.solution_content_title{
    color: #000;
    font-weight: 700;
    line-height: normal;
    width: 800px;
    margin-top: 40px;

    font-family: "Inter", sans-serif;
        font-size: 42px;
        line-height: 48px;
        font-style: normal;
        letter-spacing: 0;
}

.solution_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    flex-direction: column;
}

