.header {
    position: fixed;
    top: 0;
    background: #24378c;
    height: 60px;
    line-height: 60px;
    z-index: 99;
    width: 100%;
}

.header-inner {

    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.header-inner .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;

}

.header-inner ul {
    display: flex;
    flex-wrap: wrap;
}

.header-inner ul li {
    margin-right: 110px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

.header-inner ul li a {
    color: inherit;
}

/* 轮播 */
.swiper-container {
    margin-top: 60px;
    /* width: 100%; */
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

/*  */
.box1 {
    height: 193px;
    background: #FFFFFF;
    box-shadow: 0 3px 12px 0 rgb(1 27 70 / 5%);
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.box1 .box1-item {
    position: relative;
    text-align: center;
    width: 270px;
}

.box1 .box1-item-last {
    position: relative;
    text-align: center;
    width: 270px;
}

.box1 .box1-item::before {
    position: absolute;
    width: 1px;
    height: 100px;
    background: #E8EFF3;
    right: 0;
    content: '';
}

.box1 .text1 {
    color: #111321;
    font-size: 24px;
}

.box1 .text2 {
    color: #6E7184;
    font-size: 18px;
}

/* 多多情报通 */
.main-content {
    width: 1200px;
}

.main-content .disc {
    background-image: url(../img/121f99e9-9205-409b-9a33-9a6171ff6451.png);
    background-position: center;
    background-size: 668px 484px;
    background-repeat: no-repeat;
    height: 608px;
    position: relative;
    text-align: left;
}

.disc .b-title {
    color: #334FF9;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.disc .g-text {
    color: #666;
    font-size: 14px;
}

.b-r-btn {
    width: 180px;
    text-align: center;
    height: 41px;
    line-height: 41px;
    background: #364EE5;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

/* 适合人群 */

.b-bg {
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    margin-top: 95px;
    height: 399px;
}

.b-bg .box2-item {
    width: 341px;
    height: 381px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgb(1 27 70 / 10%);
    padding: 5px 5px 0;
    margin-top: 180px;
}

.b-bg .box2-item .PSKT_after img {
    width: 100%;
    border: 0;
}

.b-bg .box2-item .text1 {
    color: #454A67;
    font-size: 24px;
    margin-top: 27px;

}

/* 功能 */

.features-title {
    color: #06090D;
    font-size: 24px;
    margin-bottom: 18px;
}

.features-text {
    color: #06090D;
    font-size: 16px;
    margin-bottom: 67px;
}

.row1 {
    height: 340px;
    display: flex;
    margin-bottom: 70px;
}

.row1 .left {
    width: 575px;
    margin-right: 45px;
}

.row1 .left img {
    width: 575px;
    height: 340px;
}

.row1 .right {
    width: 580px;
    text-align: left;
}

.row2 {
    height: 344px;
    display: flex;
    margin-bottom: 70px;
}

.row2 .left {
    width: 577px;
    padding-right: 45px;
    text-align: right;
}

.row2 .right {
    width: 578px;
}

.row2 .right img {
    width: 578px;
    height: 340px;
}

.row3 {
    height: 342px;
    display: flex;
    margin-bottom: 70px;
}

.row3 .left {
    width: 576px;
    margin-right: 44px;
}

.row3 .left img {
    width: 575px;
    height: 342px;
}

.row3 .right {
    width: 580px;
    text-align: left;
}

.row4 {
    height: 346px;
    display: flex;
    margin-bottom: 70px;
}

.row4 .left {
    width: 573px;
    padding-right: 45px;
    text-align: right;
}

.row4 .right {
    width: 582px;
}

.row4 .right img {
    width: 582px;
    height: 346px;
}

.row5 {
    height: 343px;
    display: flex;
    margin-bottom: 70px;
}

.row5 .left {
    width: 576px;
    margin-right: 44px;
}

.row5 .left img {
    width: 575px;
    height: 343px;
}

.row5 .right {
    width: 580px;
    text-align: left;
}

.row6 {
    height: 342px;
    display: flex;
    margin-bottom: 70px;
}

.row6 .left {
    width: 577px;
    padding-right: 45px;
    text-align: right;
}

.row6 .right {
    width: 578px;
}

.row6 .right img {
    width: 578px;
    height: 342px;
}

/* 背景2 */
.b-bg2 {
    background-image: url('../img/b-bg2.png');
    background-position: center;
    background-size: cover;
    height: 291px;
}

/* 常见问题 */
.shadow-box-item {
    padding: 18px 58px 0 40px;
    text-align: left;
    width: 480px;
    height: 183px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-shadow: 0 1px 4px 0 rgba(1, 27, 70, 0.1);
    border-radius: 10px;
}

.shadow-box-item .title {
    color: #454A67;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 41px;
}

.shadow-box-item .text {
    color: #454A67;
    font-size: 16px;
}

/* 
html,body{
    overflow:auto;
    height:100%;
    -webkit-overflow-scrolling: touch
   } */


/* 弹窗 */
#black {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed; 
    top: 0;
    left: 0;
    z-index: 999;

}

#black .img_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 340px; */
    /* background-color: #fff; */
    border-radius: 2px;
}

#black .img_wrap img {
    width: 480px;
}

#black .img_wrap .shutDown {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    right: 0;
    cursor: pointer;
}



.left_wrap {
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 99;
    cursor: pointer;
}


/* .left_wrap img{
    width: 480px;
} */
.padding {
    text-align: left;
    margin: 0 auto;
    padding-left: 320px
}

.pos1 {
    width: 252px;
    position: absolute;
    top: 88px;
    left: 150px;
}

.pos2 {
    width: 252px;
    position: absolute;
    top: 490px;
    left: 130px;
}

.pos3 {
    width: 244px;
    position: absolute;
    top: 292px;
    left: 62px;
}

.pos-rui {
    width: 253px;
    position: absolute;
    top: 88px;
    right: 70px;
}

.pos-rui2 {
    width: 261px;
    position: absolute;
    top: 290px;
    right: -29px;
}

.pos-rui3 {
    width: 265px;
    position: absolute;
    top: 490px;
    right: 60px;
}

.font {
    color: #06090D;
    font-size: 40px;
    font-weight: 500;
}

.font1 {
    font-size: 18px;
    color: #727272;
    margin-top: 20px;
}

.b-btitle {
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 94px;
    font-size: 40px;
}

.b-btitle1 {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.duo-titl {
    color: #06090D;
    font-size: 40px;
    margin-top: 243px;
    font-weight: 500;
}

.duo-tit2 {
    font-size: 18px;
    color: #727272;
    margin-top: 20px;
}

.margin-to {
    margin-top: 92px;
}

.margin-top {
    margin: 72px auto 0;
}

.padding-title {
    color: #fff;
    font-size: 33px;
    padding-top: 54px;
    margin-bottom: 20px;
}

.padding-title2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 52px;
}

.padding-title3 {
    background: #FED953;
    color: #0E4ED2;
}

.wti-title {
    font-size: 40px;
    color: #06090D;
    margin-top: 86px;
    margin-bottom: 19px;
}

.last-wti {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}

.last-wti2 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 44px;
}

.footer-icp {
    height: 90px;
    background: #22242D;
    padding-top: 25px;
}

.btn-last {
    text-align: center;
    margin-bottom: 81px;
}

.wti-conot {
    margin: 69px auto 0;
}

