
.banner{
    width: 100%;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
@font-face {
    font-family: 'QDIcons';
    src:url('https://zhenwo-brain-docs.oss-cn-beijing.aliyuncs.com/CDN/AlimamaShuHeiTi-Bold.ttf');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: "Nabla Regular";src: url("//at.alicdn.com/wf/webfont/z5ptl3XS6nw0/K1LM7jlfRmML.woff2") format("woff2"),
    url("//at.alicdn.com/wf/webfont/z5ptl3XS6nw0/Irwhm3yVGVHX.woff") format("woff");
    font-display: swap;
  }
  html{
    overflow-x: hidden;
  }
  body{
    font-family: "Nabla Regular";
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(https://zhenwo-brain-docs.oss-cn-beijing.aliyuncs.com/CDN/Maskbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
.b_title{
    display: flex;
    width: 100%;
    margin: 0 auto;
    
    justify-content: space-between;
}
.b_title .logo{
    width:5rem;
    height:5rem;
}
.b_title .b_menu{
    padding-top: 37px;
    width: 80%;
    display: flex;
    gap: 40px;
    padding-left: 50px;
    font-size: 18px;
    font-family: "Nabla Regular";
}
.b_log{
    padding-top: 20px;
    width:6rem;
}
.b_menu a{
    text-decoration:none;
    color: #000;
    transition: .2s all;
}
.b_menu a:hover{
    color:  #f38fc1;
}
input[type="button"] {
    color: #fff;
    height:3rem;
    background: #f7296f;
    border: none;
    padding: 9px 0;
    margin-top: 5px;
    outline: none;
    width: 100%;
    font-size: 14px;
    font-family: 'QDIcons';
    border-radius: 15px;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 49%);
}
input[type="button"]:hover {
    background: #BC2B73;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.b_maxtitle{
    font-size:20px;
    letter-spacing: 2px;
    font-weight: 500;
    padding-bottom: 1rem;
}
.b_maincontent{
    font-size: 39px;
    color:#000;
    letter-spacing: 3px;
    font-weight: 600;
    padding-bottom: 1rem;
}
.b_content{
    padding-top: 23px;
    font-size: 16px;
    width: 500px;
    font-weight: 500;
    line-height: 30px;
}
.b_maxbtn{
    padding-top: 23px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}
.conbg{
    width: 100%;
    height: 350px;
    margin: 0 auto;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}
.index_content{
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}
.index_content_video{
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.index_content2{
    width: 100%;
    margin: 0 auto;
    height:350px;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.index_content3{
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 4rem;
}
.index_contentmy{
    width: 100%;
    margin: 0 auto;
    height:300px;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 2rem;
}
.index_content4{
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 2rem;
}
.index_content5{
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 2rem;
}
.content_left div{
    height: 44px;
    border-radius: 15px;
    opacity: 1;
    border: 1px solid rgba(0,0,0,0.3);
    margin-top:15px;
    text-align: center;
    line-height: 31px;
    display: flex;
    padding-left: 5px;
    gap: 6px;
    align-items: center;
    padding-right: 14px;
    cursor: pointer;
    transition: .4s all;
}
.content_left div:hover{
    background-color: #f38fc1;

}

.red{
    width: 2px !important;
    height: 31px !important;
    background-color: #F7296F;
    margin-top: 0px !important;
    margin-left: 2px;
    padding-right: 0px !important;
}
.content_left2{
    width:100%;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 600;
}
.content_left3{
    width:100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 22px;
    font-size: 26px;
    letter-spacing: 2px;
}
.content_left4{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 20px;
}
.content_left5{
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top:50px;
    font-size: 18px;
}
.content_left4 div{
    display: flex;
    align-items: center;
    gap: 6px;
}
.content_left4 img{
    width:18px;
    height: 18px;
}
.panel{
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
}
.panel2{
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-top: 2rem;
    flex-direction: row;
}
.panel2 div{
    width:46%;
    font-size: 14px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    line-height: 22px;
}
.panel2 img{
    width:40px;
    height:40px;
}
.panel div{
    font-size: 14px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    line-height: 22px;
}
.panel img{
    width:40px;
    height:40px;
}
.pan_desc{
    width:100%;
    align-items: flex-start !important;
    justify-content: space-around !important;
}
.pan_desc div{
    width:100%;
    font-size: 18px;
    height: auto !important;
    display: flex;
    text-align: center;
    flex-direction: column;
    line-height: 22px;
    padding-bottom: 1rem;
}
.desc{
    width:100% !important;
    padding-top: 20px;

}
.desc div{
  border-bottom: 2px solid #000;
  line-height: 28px;
  justify-content: center !important;
}
.sd{
    width:100% !important;
    font-size: 18px !important;
    padding-top: 18px !important;
}


.footer-of-rp {
    background-color: #032d54;
    bottom: 0px;
    width: 100%;
    margin-top: 2rem;
    font-family: "QDIcons";
    letter-spacing: 2px;
    }
    .footer-of-rp,
    .footer-of-rp * {
    box-sizing: border-box;
    text-align: center;
    }
    .footer-of-rp .footer-nav {
        margin: 0 auto;
        padding: 20px 0 0px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-of-rp .footer-nav::after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    }
    .footer-of-rp .footer-nav .nav-item {
    /* width: 200px; */
    float: left;
    margin-left: 10px;
    }
    .footer-of-rp .footer-nav .nav-item:first-child {
    margin-left: 0;
    }
    .footer-of-rp .footer-nav .nav-item .foot-logo {
    display: block;
    width: 44px;
    margin:0 auto;
    }
    .footer-of-rp .footer-nav .nav-item .foot-logo2 {
    display: block;
    width: 120px;
    height: 28px;
    margin:0 auto;
    margin-top: 10px;
    }
    
    .footer-of-rp .footer-nav .nav-item .top-text {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 32px;
    display: block;
    }
    .footer-of-rp .footer-nav .nav-item #foot-nav-download-rp {
    cursor: pointer;
    transition: 0.2s;
    }
    .footer-of-rp .footer-nav .nav-item #foot-nav-download-rp:hover {
    color: #fff;
    }
    .footer-of-rp .footer-nav .nav-item .navs {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 16px;
    }
    .footer-of-rp .footer-nav .nav-item .navs .mail {
    color: #fff;
    transition: 0.2s;
    }
    .footer-of-rp .footer-nav .nav-item .navs .mail:hover {
    color: #fff;
    }
    .footer-of-rp .footer-nav .nav-item a.navs {
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    }
    .footer-of-rp .footer-nav .nav-item a.navs:hover {
    color: #fff;
    }
    .footer-of-rp .footer-nav .nav-item .social-list {
    font-size: 0;
    }
    .footer-of-rp .footer-nav .nav-item .social-list .iconfont {
    color: rgba(53, 48, 48, 0.4);
    display: inline-block;
    font-size: 18px;
    margin-right: 18px;
    transition: 0.2s;
    }
    .footer-of-rp .footer-nav .nav-item .social-list .iconfont:hover {
    color: #fff;
    }
    .footer-of-rp .footer-nav .nav-item .social-list .icon_weibo {
    font-size: 22px;
    }
    .footer-of-rp .footer-nav .nav-item .social-list .icon_weixin {
    position: relative;
    }
    .footer-of-rp .footer-nav .nav-item .social-list .icon_weixin img {
    display: none;
    position: absolute;
    top: 30px;
    left: -56px;
    max-width: 144px;
    }
    .footer-of-rp .footer-nav .nav-item .social-list .icon_weixin:hover img {
    display: block;
    }
    .footer-of-rp a{
        text-decoration: none;
    }

    .video{
        width: 685px;
        border-radius: 20px;
        mix-blend-mode: darken;
        opacity: 1;
        margin-top: -80px;
        transition: opacity .3s ease-in-out;    
    }