@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

a {
    color: initial;
}

.f40 {
    font-size: 40px;
}

.f24 {
    font-size: 24px;
}

.weight-bold {
    font-weight: bold;
}

.header {
    height: 100vh;
}

.header .nav {
    float: right;
}

.header .nav li {
    padding: 10px 20px;
}

.header .nav li a {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
}

.header .navbar-inverse .navbar-nav>.active>a {
    color: #fff;
    border-bottom: 3px solid #f5f5f5;
    padding-bottom: 15px;
}

.header .nav li a:hover {
    color: #fff;
}

.header .navbar {
    height: 90px;
    /* position: absolute; */
    width: 100%;
    background: none;
    border-bottom: 0;
    padding-top: 26px;
}

.header .nav-scroll {
    padding-top: 10px;
    border-bottom: 1px solid rgba(55, 61, 89, 0.1);
}

.header .nav-in,
.header .nav-scroll {
    /* background: rgba(255, 255, 255, .95); */
    background: rgb(27, 46 ,63 ,0.69);
}

.header .nav-scroll li a {
    /* color: rgba(55, 61, 89, .5); */
    color: rgba(255, 255, 255, .5);
}

.header .nav-scroll li a:hover {
    /* color: rgb(55, 61, 89); */
    color: rgba(255, 255, 255, 1);
}

.header .navbar-inverse.nav-scroll .navbar-nav>.active>a {
    /* color: #373d59;
    border-bottom: 3px solid #373d59; */
    color: #fff;
    border-bottom: 3px solid #fff;
    padding-bottom: 15px;
}

.header .navbar-brand {
    background: url('../images/new_logo.png') no-repeat center;
    /* background: url('../images/logo2@2x.png') no-repeat center; */
    background-size: 100%;
    width: 139px;
    height: 70px;
    display: block;
}

.header .nav-scroll .navbar-brand,
.nav-in .navbar-brand {
    background: url('../images/new_logo.png') no-repeat center;
    /* background: url('../images/logo@2x.png') no-repeat center; */
    background-size: 100%;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background: none;
}

.navbar-inverse.nav-scroll .navbar-toggle .icon-bar,
.nav-in .navbar-toggle .icon-bar {
    background: #373d59
}

.banner {
    height: 100vh;
    /* background: url(../images/banner1@2x.jpg) no-repeat; */
    background: url(../images/new_bg.png) no-repeat;
    background-size: cover;
}

.banner .container {
    position: relative;
    height: 100%;
}

.banner .container .info {
    color: #fff;
    position: absolute;
   
    /* 
      left: 0;
     top: 0;
    bottom: 0; */
    bottom: 15%;
    left:0%;
    margin: auto;
    height: 200px;
  
    right: 0;
    letter-spacing: 8px;
}

.banner .container .info .background {
    background: #fff;
    color: #373D59;
    padding: 0px 10px 0 20px;
    font-size: 38px;
}

.banner .container .info .messgae {
    letter-spacing: 12px;
    font-weight: 300;
}

.banner .container .info .btns {
    display: flex;
    margin: 30px 0;
}

.btns .download-btn {
    width: 130px;
    height: 48px;
    background: url(../images/button3@2x.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

.download-btn.ios {
    background: url(../images/button4@2x.png) no-repeat;
    background-size: 100%;
}

.navbar,
.header .nav li a,
.header .navbar-brand {
    transition: all .3s ease-in-out;
}

.in_box1_cont {
    padding: 7% 0;
    z-index: -999;
    position: relative;
}

.in_box1 h2 {
    text-align: center;
    padding-top: 7%;
    font-weight: normal;
    color: #373D59;
}

.in_box1_cont span {
    padding: 0 26px;
    margin-top: 70px;
}

.in_box1_cont span p {
    font-size: 16px;
    line-height: 40px;
    text-indent: 32px;
    margin-bottom: 3%;
}

.in_box1_cont span a {
    display: block;
    width: 120px;
    height: 40px;
    border: 1px solid #3bb9ff;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #e46576;
    text-decoration: none;
    margin-top: 20%;
}

.in_box1_cont div {
    float: right;
    display: block;
}

.in_box1_cont div img {
    margin-right: -5%;
}

.in_box2 {
    padding-top: 4%;
    background: rgba(55, 61, 89, .02);
}

.in_box2_cont {
    padding: 10% 0 5%;
}

.in_box2_cont ul {
    margin-left: -3.3%;
}

.in_box2_cont .col-sm-4 {
    padding: 0 3.3%;
    margin: 7px 0px;
}

.in_box2_cont li i {
    display: block;
    float: left;
    padding: 0.5% 2%;
    background: #373d59;
    font-size: 32px;
    font-style: normal;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    font-weight: normal;
}

.in_box2_cont li span {
    display: block;
    float: right;
    width: 80%;
}

.in_box2_cont li span h3 {
    font-size: 18px;
    font-weight: normal;
    color: #373d59;
    padding: 3% 0;
}

.in_box2_cont li span p {
    line-height: 24px;
    color: rgba(55, 61, 89, 0.5);
}

.in_box2 .title {
    text-align: center;
    width: 38%;
    margin: auto;
}

.title h2 {
    font-size: 42px;
    font-weight: bold;
    color: #373D59;
    width: 84%;
    margin: 20px auto 0;
    text-align: center;
}

.in_box2_title span {
    color: rgba(55, 61, 89, .5);
    padding-top: 2%;
    display: block;
}

.in_box3 .title h2 {
    padding: 7% 0;
}

.in_box3 h3 {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 5%
}

.in_box3 li {
    font-size: 18px;
    line-height: 3em;
    list-style: inside disc;
}

.footer {
    background: #373D59;
    padding: 4% 0 0 0;
    margin-top: 5%;
}
.icp_box{
    background: #212435;
    padding: 1.2vh 0;
    text-align:center
}
.icp_box a{
    color:#9e9e9e;
    cursor:pointer;
    line-height: 1.6;
}
.icp_box a:hover{
    color:#fff;
}
.footer i,
.footer span {
    display: block;
}

.foot_logo span {
    color: #fff;
    margin: 5% 0 0;
    display: block;
}

.foot_logo span strong {
    color: #ed863c;
    font-size: 24px;
    font-weight: normal;
}

.foot-nav {
    padding-top: 20px;
}

.foot_cont {
    padding-bottom: 4%;
}

.foot-nav a {
    color: #fff;
    font-size: 14px;
}

.foot-nav a:hover {
    color: #fff;
    text-decoration: none;
}

.foot_erweima span,
.foot_erweima i {
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.foot_erweima a {
    display: block;
    margin-left: 15px;
}

.foot_erweima {}

.product_box2 h2 {
    padding: 6%;
}

.pro_box3_cont ul {
    margin-top: 5%;
}

.pro_box3_cont .col-sm-4 {
    padding: 3%;
}

.pro_box3_cont li {
    border-radius: 10px;
}

.pro_box3_cont li i,
.pro_box3_cont li h3,
.pro_box3_cont li span {
    display: block;
    text-align: center;
}

.pro_box3_cont li i {
    background: url(../images/icon1.png) no-repeat center;
    width: 80px;
    height: 80px;
    background-size: 100%;
    margin: 20px auto;
}

.pro_box3_cont li i.icon2 {
    background: url(../images/icon1-02.png) no-repeat center;
    background-size: 100%;
}

.pro_box3_cont li i.icon3 {
    background: url(../images/icon1-03.png) no-repeat center;
    background-size: 100%;
}

.pro_box3_cont li h3 {
    font-size: 28px;
    font-weight: bold;
    padding: 2%;
}

.pro_box3_cont li span {
    line-height: 2em;
    color: rgba(55, 61, 89, .5);
    padding: 3% 0;
    font-size: 15px;
    font-weight: normal;
}

.pro_box2_cont img {
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
}

.product_box5 {
    padding: 5%;
    background: #edf4ff;
}

.product_box5 h2 {
    text-align: center;
    font-size: 30px;
    color: #373D59;
    font-weight: normal;
}

.product_box5 h2 span {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 2em;
}



.scroll {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #373d59;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.1);
    padding: 13px;
}

.foot_logo img {
    width: 70%;
}

.foot_erweima ul {
    margin-bottom: 0;
}

/* ---- */

.in_box4_cont{
    margin: 4% 0 2%;
}
.in_box4_cont .box4_contmain{
    padding-left:4%;
}
.in_box4_cont .box4_contmain h4{
    font-size: 26px;
    font-weight: bold;
    color: #373D59;
    line-height: 1.6;
    margin: 0px 0px 10px 0px;
}
.in_box4_cont .box4_contmain ul{}
.in_box4_cont .box4_contmain li{
    list-style: none;
    font-size:16px;
    font-weight: 400;
    line-height: 180.44%;
    letter-spacing: 0em;
    text-indent:1.2em;
    margin-bottom:2px;
}
/* in_box5  */
.in_box5 .title h2{padding: 7% 0 ;}
.in_box5 .in_box5_cont .box5_contmain{
    padding: 3% 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 180%;
}
.in_box5 .in_box5_cont .box5_contmain ul li{
    margin-bottom:16px;

}
.in_box5 .in_box5_cont .box5_contmain ul .b-title{
    margin-bottom:16px;
}
.in_box5 .in_box5_cont .box5_contmain ul .t-index-2{
    text-indent:1.2em;
}
/* in_box6 */
.in_box6{}
.in_box6 .title h2{padding: 5% 0 ;}
.in_box6 .in_box6_cont{}
.in_box6 .in_box6_cont .box6_contmain{
    padding-right: 5%;
    
}
.in_box6 .in_box6_cont .box6_contmain h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin:48px 0 24px;
}
.in_box6 .in_box6_cont .box6_contmain ul{
    font-size: 20px;
    line-height: 180%;
    margin-left: 12px;
}
.in_box6 .in_box6_cont .box6_contmain li{
    overflow: hidden;
    margin-bottom: 16px;
}
.in_box6 .in_box6_cont .box6_contmain li .tpis{
    height: 25px;
    line-height: 25px;
    width: 132px;
    display: inline-block;
    
}
.in_box6 .in_box6_cont .box6_contmain li .img{
    width: 25px;
    height: 25px;
}
.in_box6 .in_box6_cont .box6_contmain li .txt{
    /* display: inline-block; */
    margin:-36px 0px 0px 135px;
    /* float: left; */
}
/* ---- */

@media (max-width: 768px) {
    .in_box4_cont .box4_contmain{
        padding: 2vh 0 0;
    }
    .in_box5 .in_box5_cont .box5_contmain {
        padding: 2.8vh 0 1vh;
    }
    .in_box6 .in_box6_cont .box6_contmain h4{
        margin: 24px 0;
    }
    .in_box6 .in_box6_cont .box6_contmain{
        padding: 0;
    }
    .in_box6 .in_box6_cont .box6_contmain li .txt{
        margin: 0px 0px 0px 25px;
    }
}
@media (max-width: 415px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .navbar-nav {
        float: none;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        background: rgba(255, 255, 255, .95);
        color: #373d59;
    }
    .header .navbar-inverse .navbar-nav>.active>a,
    .header .navbar-inverse.nav-scroll .navbar-nav>.active>a {
        border-bottom: none;
        color: rgb(55, 61, 89);
    }
    .header .nav li a {
        font-size: 14px;
        color: rgba(55, 61, 89, .5);
    }
    .header .nav li {
        padding: 5px;
        border-bottom: 1px solid #f1f1f1;
    }
    .header .navbar-brand {
        width: 100px;
        margin: 0 20px;
        height: 60px;
    }
    .header .navbar {
        height: 60px;
        padding: 0;
    }
    .navbar-nav .active {
        color: #000;
        font-weight: bold;
    }
    .banner .container .info {
        text-align: center;
    }
    .banner .container .info .f40 {
        font-size: 37px;
    }
    .banner .container .info .background {
        font-size: 34px;
        padding: 4px 0px 4px 10px;
    }
    .banner .container .info .f24 {
        font-size: 15px;
        letter-spacing: 16px;
    }
    .banner .container .info .btns {
        justify-content: center;
        /* width: 50%; */
    }
    .btns .download-btn {
        width: 117px;
        height: 44px;
    }
    .in_box1 h2 {
        font-size: 24px;
        /* display: none; */
    }
    .in_box1_cont span {
        margin-top: 10px;
        display: block;
    }
    .in_box1_cont span p {
        font-size: 14px;
        line-height: 2;
    }
    .in_box1_cont div {
        width: 73%;
        margin: 0 auto;
        float: none;
    }
    .in_box1_cont div img {
        margin-left: 12px;
    }
    .in_box2_title {
        border: none;
        width: 100%;
    }
    .box2-pic,
    .in_box2_title span {
        display: none;
    }
    .in_box2_cont li i {
        font-size: 18px;
        padding: 0 2%;
        line-height: 2em;
        margin-top: 9px;
    }
    .in_box2_cont li span {
        width: 85%;
    }
    .in_box2_cont li span h3 {
        padding: 2% 0;
        font-size: 16px;
    }
    .in_box2_cont li span p {
        font-size: 13px;
        line-height: 20px;
    }
    .in_box3 h2,
    .in_box2_title h2,
    .product_box1 h2,
    .product_box3 h2,
    .product_box2 h2,
    .product_box5 h2 {
        font-size: 21px;
        padding: 10% 0;
    }
    .product_box5 h2 span {
        font-size: 12px;
    }
    .in_box3 h3 {
        font-size: 16px;
        text-align: center;
    }
    .in_box3 .box3_contmain {
        margin: 0 auto;
        float: none;
    }
    .in_box3 .in_box3_cont div {
        float: none;
        margin: 10px auto;
    }
    .in_box3 li {
        font-size: 13px;
        text-align: center;
        list-style: none;
        background: rgb(254, 254, 255);
        box-shadow: 0px 3px 4px rgba(115, 115, 115, 0.15);
        margin: 10px 0;
        border-radius: 5px;
        border: 1px solid rgba(55, 61, 89, 0.16);
        color: #373d59;
    }


    .product_box2 h2 {
        padding: 5%;
        left: 17%;
    }
    .pro_box3_cont li {
        border-radius: 10px;
        width: 95%;
        height: 90px;
        margin: auto;
        margin-bottom: 0%;
        display: flex;
        align-items: center;
    }
    .pro_box3_cont li h3,
    .pro_box3_cont li span {
        display: block;
        text-align: left;
    }
    .pro_box3_cont li h3 {
        font-size: 16px;
        margin-top: 5px;
    }
    .pro_box3_cont li i {
        /* float: left; */
        width: 15%;
        padding-top: 1%;
        margin: 0 20px;
        flex: 0 0 auto;
        /* height: 38px; */
    }
    .pro_box3_cont li i img {
        width: 80%;
        display: block;
        margin: 0;
    }
    .pro_box3_cont li span {
        padding: 0;
        line-height: 1.5em
    }
    .foot-nav {
        display: none;
    }
    .foot_logo {
        font-size: 12px;
        /* margin-top: 8px; */
    }
    .pro_box3_cont .col-sm-4 {
        padding: 1% 0;
    }
    .scroll {
        width: 54px;
        height: 54px;
        font-size: 12px;
    }
    .foot_erweima a img {
        width: 100%;
    }
    .foot_logo img {
        width: 62%;
        /* margin-top: 5px; */
    }
    .pro_box3_cont ul {
        margin-top: 10%;
    }
    nav {
        height: 80px;
    }
}
 /* 弹框样式 */
 .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* 弹框内容样式 */
.modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    width: 300px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* 关闭按钮样式 */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #999;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover {
    color: #333;
}

/* 金额样式 */
.amount {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

/* 二维码图片样式 */
.qrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

/* 支付方式文本样式 */
.payment-method {
    font-size: 14px;
    color: #666;
}

/* 触发弹框的链接样式 */
.trigger-link {
    display: inline-block;
    padding: 0px 10px;
    color: #3662EC;
    text-decoration: none;
    border-radius: 4px;
}
/* 付费资讯 */
.news-item {
    width: 1200px;
    height: 256px;
    background-color: #f9f9f9;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.news-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-item img {
    width: 302px;
    height: 208px;
    margin-left: 24px;
    object-fit: cover;
    border-radius: 2px;
}

.news-content {
    flex: 1;
    height: 100%;
    padding: 24px 24px 24px 49px;
    display: flex;
    flex-direction: column;
}

.news-title {
    font-size: 32px;
    font-weight: 700;
    color: #373D59;
    margin-bottom: 18px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-summary {
    font-size: 18px;
    color: #767676;
    line-height: 38.06px;
    margin-bottom: 21px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-more-btn {
    width: 210px;
    height: 46px;
    background-color: #f9f9f9;
    color: #3662EC;;
    border: 1px solid #3662EC;
    box-sizing: border-box;
    font-size: 18px;
    cursor: pointer;
}
