.container {
    height: 100%;
    overflow-y: auto;
}

a {
    color: #fff;
    text-decoration: none;
}

/* .top-container {
  position: relative;
  height: 750px;
  background: url('../images/top-bg.png') no-repeat;
  background-size: 100% auto;
} */
.top-logo-area {
    padding: 14px 40px;
    border-bottom: 1px solid #fff;
}

.top-logo-area .action-btns .btn {
    margin-left: 16px;
    display: flex;
}

.top-logo-area .logo span {
    margin-left: 12px;
    font-size: 24px;
}

.question-items {}

.question-item {
    position: absolute;
    z-index: 30;
    padding: 13px 26px;
    background: #fff;
    font-size: 18px;
    border-radius: 36px;
}

.question-item span {
    margin-left: 15px;
    color: #000;
}

.question-items .item1 {
    top: 160px;
    left: 920px;
}

.question-items .item2 {
    top: 224px;
    left: 1269px;
}

.question-items .item3 {
    top: 259px;
    left: 1055px;
}

.question-items .item4 {
    top: 353px;
    left: 842px;
}

.top-container .swiper-container {
    cursor: pointer;
}

.top-container .swiper-container .swiper {
    width: 100%;
    height: 100%;
}

.top-container .swiper-container .swiper-slide {
    position: relative;
    height: 750px;
    background: url('../images/top-bg.png') no-repeat;
    background-size: 100% 100%;
}

.top-container .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    opacity: 0.8;
    margin: 0 10px;
}

.top-container .swiper-pagination-bullet-active {
    background: #ff3333;
}

.top-container .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
}

.top-container .swiper-slide .pk-container {
    position: absolute;
    z-index: 30;
    top: 491px;
    left: 802px;
    display: flex;
    width: 380px;
    height: 178px;
    background: url('../images/pk-bg.png') no-repeat;
    background-size: 100% auto;
}

.top-container .swiper-slide .pk-container .hg {
    position: absolute;
    z-index: 30;
    width: 100px;
    right: -31px;
    top: -38px;
}

.top-container .swiper-slide .pk-container .pk-left,
.top-container .swiper-slide .pk-container .pk-right {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 44px;
}

.top-container .swiper-slide .pk-container .img-box {
    width: 50px;
    height: 50px;
    background: #eee;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.top-container .swiper-slide .pk-container .texts {
    font-size: 14px;
}

.top-container .swiper-slide .pk-container .texts .text {
    text-align: center;
}

.top-container .swiper-slide .xl-container {
    position: absolute;
    z-index: 30;
    top: 328px;
    left: 1355px;
    padding: 10px 17px;
    background: #fff;
    border-radius: 10px;
}

.top-container .swiper-slide .xl-container .title {
    padding: 8px 0 5px;
}

.top-container .swiper-slide .xl-container .value {
    color: #000004;
    font-size: 24px;
    font-weight: bold;
    margin: 4px 0;
}

.monitor-container {
    position: absolute;
    z-index: 30;
    top: 484px;
    left: 1355px;
    padding: 10px 13px;
    background: #fff;
    border-radius: 10px;
    width: 271px;
    box-sizing: border-box;
}

.monitor-container .title {
    margin-bottom: 8px;
    font-weight: bold;
}

.monitor-container .dp-table .table-head {
    display: flex;
    align-items: center;
    background: #F2F3F5;
    height: 28px;
    font-size: 12px;
    color: #979FAA;
    text-align: center;
}

.monitor-container .dp-table .table-head .th:nth-child(1) {
    width: 38%;
}

.monitor-container .dp-table .table-head .th:nth-child(2) {
    width: 24%;
}

.monitor-container .dp-table .table-head .th:nth-child(3) {
    width: 38%;
}

.monitor-container .dp-table .table-body .tr {
    display: flex;
}

.monitor-container .dp-table .table-body .tr .td:nth-child(1) {
    width: 38%;
}

.monitor-container .dp-table .table-body .tr .td:nth-child(2) {
    width: 24%;
}

.monitor-container .dp-table .table-body .tr .td:nth-child(3) {
    width: 38%;
}

.monitor-container .dp-table .table-body .tr .td {
    padding: 8px 6px;
}

.monitor-container .dp-table .table-body .tr .td .icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.monitor-container .dp-table .table-body .tr .td .process .box {
    background: #E5E6EB;
    border-radius: 3px;
    width: 50px;
    height: 6px;
}

.monitor-container .dp-table .table-body .tr .td .process .box:nth-child(2) {
    margin-top: 5px;
    width: 32px;
}

.why-container {
    width: 1200px;
    margin: 30px auto 60px;
}

.why-container .header {
    text-align: center;
    margin-bottom: 40px;
}

.why-container .header .title {
    padding: 12px 0;
    font-size: 40px;
    color: #3D3A57;
}

.why-container .header .desc {
    color: #606266;
}

.why-container .body .why-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 280px;
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 6px 18px 0px rgba(158, 169, 184, 0.15);
    border-radius: 10px;
}

.why-container .body .why-item .img-box {
    margin-top: 67px;
}

.why-container .body .why-item .title {
    margin: 28px 0;
    font-size: 20px;
    color: #3D3A57;
    font-weight: bold;
}

.why-container .body .why-item .desc {
    color: #606266;
    text-align: center;
    line-height: 1.6;
}

.sta-container {
    height: 252px;
    padding: 0 460px;
    background: url('../images/sta-bg.png') no-repeat;
    background-size: 100% auto;
}

.sta-container .sta-item {
    color: #fff;
    text-align: center;
}

.sta-container .sta-item .value {
    color: #fff;
    font-size: 72px;
}

.sta-container .sta-item .value .dw {
    font-size: 40px;
}

.sta-container .sta-item .value .fh {
    font-size: 56px;
}

.sta-container .sta-item .name {
    margin-top: 30px;
    font-size: 18px;
    color: #FFE0E0;
}

.core-container {
    background: #fff;
    padding-top: 1px;
}

.core-wrap {
    width: 1100px;
    margin: 29px auto 80px;
}

.core-container .header {
    text-align: center;
    margin-bottom: 40px;
}

.core-container .header .title {
    padding: 12px 0;
    font-size: 40px;
    color: #3D3A57;
}

.core-container .header .desc {
    color: #606266;
}

.core-container .body {}

.core-container .body .tabs {
    display: flex;
    border-bottom: 1px solid #F6F9FD;
}

.core-container .body .tabs .core-tab-item {
    width: 20%;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}

.core-container .body .tabs .active {
    border-bottom: 2px solid #ff3333;
    color: #FF3333;
}

.core-container .body .tabs-content .core-content {
    display: none;
    padding: 60px 0;
}

.core-container .body .tabs-content .core-content-active {
    display: block;
}

.core-container .body .tabs-content .core-content .img-left {
    margin-right: 50px;
}

.core-container .body .tabs-content .core-content .core-right .title {
    position: relative;
    padding: 0 20px;
    font-size: 26px;
    margin-bottom: 30px;
}

.core-container .body .tabs-content .core-content .core-right .title::before {
    position: absolute;
    z-index: 39;
    left: 0;
    top: 6px;
    content: '';
    width: 4px;
    height: 17px;
    background: #FF472E;
    border-radius: 2px;
}

.core-container .body .tabs-content .core-content .core-right .desc {
    color: #606266;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 60px;
}

.news-container {
    width: 1200px;
    margin: 0 auto 90px;
}

.news-container .header {
    text-align: center;
    margin-bottom: 40px;
}

.news-container .header .title {
    padding: 12px 0;
    font-size: 40px;
    color: #3D3A57;
}

.news-container .header .desc {
    color: #606266;
}

.news-container .body {}

.news-container .body .news-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 70px;
}

.news-container .swiper-button-next,
.news-container .swiper-button-prev {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FF3333;
    color: #fff;
}

.news-container .swiper-button-next:after,
.news-container .swiper-button-prev:after {
    font-size: 18px;
}

.news-container .swiper-button-next.swiper-button-disabled,
.news-container .swiper-button-prev.swiper-button-disabled {
    background: #aaa;
    color: #fff;
}

.news-container .body .news-item {
    width: 338px;
    background: #fff;
    cursor: pointer;
}

.news-container .body .news-item .cover img {
    display: block;
}

.news-container .body .news-item .infos {
    padding: 25px 30px;
}

.news-container .body .news-item .infos .title {
    font-size: 24px;
    font-weight: bold;
}

.news-container .body .news-item .infos .desc {
    margin: 24px 0;
    color: #606266;
}

.news-container .body .news-item .infos .view {
    color: #FF3333;
    font-size: 14px;
    cursor: pointer;
}

.bottom-container {
    background: #3D3A57;
}

.bottom-main {
    padding: 38px 0;
    border-bottom: 1px solid #5B5780;
}

.bottom-main-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bottom-main-box .left img {
    margin-right: 16px;
}

.bottom-main-box .left .texts {
    color: #fff;
}

.bottom-main-box .left .texts .text {
    font-size: 30px;
    line-height: 1.2;
}

.bottom-main-box .left .texts .fwrx {
    margin-top: 12px;
    font-size: 18px;
}

.bottom-main-box .right .code-item {
    margin-left: 14px;
}

.bottom-main-box .right .code-item .code-img-box {
    padding: 13px;
    background: #fff;
    border-radius: 10px;
}

.bottom-main-box .right .code-item img {
    width: 134px;
    height: 134px;
}

.bottom-main-box .right .code-item .code-text {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.bottom-main-box .url-tips {
    position: absolute;
    z-index: 30;
    left: 0;
    bottom: 0;
    display: flex;
}

.bottom-main-box .url-tips .tip-item {
    padding: 0 16px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.bottom-main-box .url-tips .tip-item:not(:last-child) {
    border-right: 1px solid #8E89BF;
    ;
}

.bottom-icp {
    padding: 13px 0;
    color: #fff;
}

.bottom-icp div {
    margin-right: 18px;
}

.theme-btn {
    background: #FF3333;
    padding: 14px 39px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
}

.theme-btn-stroke {
    background: transparent;
    border: 1px solid #FF3333;
    padding: 14px 39px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    color: #FF3333;
}

.box1200 {
    width: 1200px;
    margin: 0 auto;
}
#mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
#mask .main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    
    background: #fff;
    border-radius: 10px;
    padding: 20px;

   
}
#colse{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
   
    cursor: pointer;
}
.main-title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.main-text{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    text-align: left;
    text-indent: 2em;
    
}
.main-text p{
  
    margin: 0;
    line-height: 36px;
}
