/*.details_page_title {*/
/*    font-size: 28px;*/
/*    font-weight: 500;*/
/*    color: rgba(0, 169, 255, 1);*/
/*    text-align: center;*/
/*    padding-bottom: 20px;*/
/*    padding-top: 60px;*/
/*}*/
/*---------------------静态图start-------------------------*/
.static_bg {
    background: #e8f2ff;
    /*background: rgba(79,180,255,0.05);*/
    display: flex;
    justify-content: center;
    font-family: MicrosoftYaHei, 微软雅黑;
    padding: 110px 0px;
    margin-bottom:0px;
}
.static_div_all {
    width: 100%;
    max-width: 1400px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.static_Content{
    display: flex;
    /*height: 640px;*/
    position: relative;
    z-index: 1;
}
.static_Content .static_Left {
    padding-top: 11%;
    padding-left: 10%;
    width: 36%;
}
.static_title {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    margin-bottom: 43px;
}
.static_title1{
    font-size: 32px;
    font-weight: 500;
    color: #333;
    margin-bottom: 16px;
}
.static_title2{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 43px;
}
.static_ourbg{
    display: flex;
    justify-content: center;
    font-family: MicrosoftYaHei, 微软雅黑;
    margin-bottom: 0px;
    background: rgb(232, 242, 255);
    padding: 160px 0px;
    background-image: url("../images/moment/jit2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.static_ourtit{
    color: #666;

}
.static_Left .static_DesC {
    font-size: 18px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 50px;
    font-weight: 500;
    line-height: 2;
}
.static_Btn {
    margin-bottom: 70px;
    min-width: 600px;
    display: flex !important;
}
.static_Btn .static_button {
    width: auto;
    padding: 0px 15px;
}
.static_button span, .static_button i {
    position: relative;
}
.static_button_login {
    cursor: pointer !important;
    margin-left: 13px;
}
.static_button {
    color: #4fb4ff;
    background: rgba(79,180,255,0.2);
    display: inline-block;
    width: 144px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
    position: relative;
}
.static_button:hover{
    transform: scale(1.03, 1.02);
    box-shadow: 1px 1px 15px -5px;
}
.static_Content .static_Right {
    width: 64%;
    position: relative;
    overflow: hidden;
}
.static_Right .static_Right_img1 {
    height: 91%;
    position: absolute;
    top: 67px;
    right: 63px;
}
/*------------------------------------------静态图end--------------------------------------*/



.details_page {
    position: relative;
    box-sizing: border-box;
    line-height: 2.0;
    width: 100%;
}
.details_title{
    color: #4fb4ff;
    font-size: 32px;
    text-align: center;

}
.body_text{
    width: 60%;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    color: #666;
    padding-top: 40px;

}
.body_text_left{
    width: 60%;
    text-align: left;
    font-size: 18px;
    margin: 0 auto;
    color: #666;
    padding-top: 22px;
    line-height: 2.0;
}
.characteristic_all_items {
    display: flex;
    width: 80%;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 20px;
    /*background: #00FFFF;*/
}
.characteristic_all_items .flex-box{
        display: inline-block;
         flex-wrap: wrap;
        /* justify-content: space-between; */
        width: 80%;
}
.characteristic_items {
    width: 33.33%;
    float: left;
    /*padding-bottom: 15px;*/
    /*background: #7aaf0a;*/
    display: inline-block;
    margin-bottom: 20px;
}
.characteristic_items_four{
    width: 25%;
    float: left;
    display: inline-block;
    margin-bottom: 20px;
    height: 100%;
}
.characteristic_items_four .characteristic{
    height: 270px;
}
.characteristic_mid_items {
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 12px 12px 12px 12px;
    background-color: var(--awb-color1);
    border-radius: 12px 12px 12px 12px;
    /*overflow: hidden;*/
    box-shadow: 0px 2px 6px 0px rgb(199 206 218/50%);
    /*padding: 25px 43px 35px 43px;*/
    flex-direction: column;
    margin-right: 3.84%;
    margin-left: 3.84%;
    display: flex;
    /*height: 95%;*/
    /*background: #9A0000;*/
    padding-bottom: 15px;
}

.characteristic_img_div {
    text-align: center;
    margin-bottom: 15px;
    /*text-align: center;*/
    display: flex;
    margin: auto;
    height: 141px;
    width: 141px;
    /*background: #9a9a9a;*/
}

.characteristic_img {
    height: 136px;
    width: 136px;
    text-align: center;
    max-width: 100%;
}


.characteristic-tit {
    font: 20px Arial, Helvetica, sans-serif;
    line-height: 2.0;
    color: #333;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    /*background: #c9e2b3;*/

}
.characteristic-tit-height {
    /*height: 105px;*/
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    color: #666;
}
.characteristic {
    font: 16px Arial, Helvetica, sans-serif;
    line-height: 2.0;
    color: #666;
    text-align: left;
    /*background: #B8E834;*/
    height: 245px;
    width: 80%;
    margin: auto;

}
.case_title{
    width: 90%;
    font-size: 29px;
    /*font-weight: 500;*/
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
    font-family: MicrosoftYaHei, "微软雅黑";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.case_title h4{
        font-size: 28px;
        color: #333;
    }
.earnings{
    width: 63%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    font-family: MicrosoftYaHei, "微软雅黑" !important;
    padding: 40px 0 70px;
    font-weight: normal;
}
.earning{
    width: 100%;
    margin-bottom: 28px;
    padding: 0 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 0 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 169, 255, 0.3);
    -moz-box-shadow: 0px 2px 16px 0px rgba(0, 169, 255, 0.3);
    box-shadow: 0px 2px 16px 0px rgba(0, 169, 255, 0.3);
}
.earning_pic{
    /*width: 100px;*/
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: auto;
}
.earning_pic img{
    height: 100px;
    width: 100px;
}
.earning_info{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 50px;
    padding: 34px 0;
}
.earning_info h4 {
    margin-bottom: 8px;
    color: #333;
    font-size: 20px;
    white-space: pre-wrap;
    font-weight: 400;
}
.earning_text{
    font-size: 16px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.65);
    color: #666;
}
/*智能存储平台*/
.body_img{
    width: 100%;
}
.body_img img{
    margin: 39px auto;
}
.earnings1{
    width: 60%;
    /*max-width: 1200px;*/
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    font-family: MicrosoftYaHei, "微软雅黑" !important;
    padding: 40px 0 70px;
    font-weight: normal;
}
/*--------------------------文档下载页面-----------------------------------------------*/
.static_center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
}
.title_center{
    text-align: center;
    width: 100%;
}
.page-div{
    font-family: open sans,Source Han Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.625;
    transition-duration: .3s;
    transition-property: background-color,border-color,color,fill,stroke;
    transition-timing-function: linear;
    position: relative;
    background-color: #fff;

}
.search-div {
    width: 100%;
    /*background-color: #e3e3e3;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-div .serach-right {
    position: relative;
    width: 320px;
    height: 58px;
    margin-top: 67px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
}
.search-div .serach-right .getkey {
    display: flex;
    justify-content: center;
    height: 100%;
    background-color: #fff;
    border-radius: 32px;
    box-shadow: 0px 2px 16px 0px rgba(0, 169, 255, 0.3);
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.search-div .serach-right .getkey .getinput {
    height: 100%;
    font-size: 16px;
    padding-right: 65px;
    padding-left: 39px;
    background-color: transparent;
    border: 0;
}
.getkey .getinput {
    padding-right: 30px;
}
.getinput {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.search-div .serach-right .search-img {
    position: absolute;
    right: 30px;
    cursor:pointer;
    width: 30px;
    height: 30px;
    background-image: url("../images/moment/search.png");
    background-size: 30px;
}
.all_text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.all_text-mid {
    /*width: 860px;*/
    padding: 24px 26px;
    background-color: transparent!important;
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    font-size: 14px;
    color: #606266;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 36px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.tr-one {
    background: #fff;
    border-radius: 10px;
    width: 90%;
    height: 82.3px;
    display: flex;
    align-items: center;
    transition: all .2s;
    margin: 20px auto;

}
.all_text .tr-one td {
    border: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.all_text-mid .table-one {
    padding: 12px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
    width: 65%;
    transition: background-color .25s ease;
    background-color: rgba(0, 169, 255, 0.1);
    display: flex;
    justify-content: center;
    min-height: 350px;
}
.all_text-mid td.table-one div {
    box-sizing: border-box;
}
.all_text-mid .show-title {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-right: 10px;
}
.all_text .text-one {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    flex-wrap: wrap;
}
.table-one div {
    box-sizing: border-box;
}
.all_text .text-one .show-left {
    display: flex;
    align-items: center;
}
.all_text-mid td.table-one div {
    box-sizing: border-box;
}
.all_text .text-one .showImg {
    display: inline-block;
    width: 42px;
    margin: 0 27px 0 0;
}
.all_text  .text-one .show-Detail .show-Detail-title[data-v-608b4949] {
    font-size: 18px;
    color: #323131;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-bottom: 3px;
}
.all_text .text-one .show-Detail .time-data {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #b1b1b1;
}

.all_text .text-one .down-div p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #878787;
    margin-bottom: 5px;

}

.all_text  .text-one .down-div p .down-bot{
    /*padding-left: 30px;*/
    letter-spacing: 1px;
    background-repeat: no-repeat;
    background-position: 0;
    margin-left: 8px;
    cursor: pointer;
    transition: all .5s;
    background-size: 15px 17px;
    /*margin-right: 0px;*/
}
.ser-bg{
    /*height: 30px;*/
    /*width: 30px;*/
    text-indent: -99em;
    border-width: 0;
    border-style: solid;
    margin: 3px 3px 3px 7px;
    background-position: -762px 0;
    -webkit-transform: scale(.45);
    -ms-transform: scale(.45);
    transform: scale(.45);
}
@media screen and (max-width: 992px)
{

    .search-div>img {
        display: inline-block;
    }
    .search-div .serach-right {
        width: 320px;
        height: 45px;
        padding-right: 15px;
    }
    .search-div .serach-right .getkey {
        display: flex;
        justify-content: center;
    }
    .search-div.serach-right .getkey .getinput {
        font-size: 14px;
        padding-right: 40px;
        padding-left: 25px;
    }
    .all_text {
        display: block;
    }
    .all_text .numb .total {
        width: 1px;
        overflow: hidden;
        display: inline-block;
    }
    .all_text .all_text-mid {
        margin-bottom: 10px!important;
    }
    /*.all_text .tr-one {*/
    /*    width: calc(100vw - 62px);*/
    /*    height: auto;*/
    /*    background-color: #fff;*/
    /*    display: table-row;*/
    /*    vertical-align: inherit;*/
    /*    border-color: inherit;*/
    /*}*/
    .all_text .showImg {
        margin-right: 10px!important;
    }
    .all_text .text-one .show-Detail {
        width: auto;
    }
    .all_text-mid td.t.all_text .text-one .down-div p .down-botable-one div {
        box-sizing: border-box;
    }
    .all_text .text-one .down-div {
        display: flex;
        margin-top: 10px;
    }

}
@media (max-width: 700px) {
    .all_text .text-one {
        padding-left: 0;
    }
    .all_text-mid .table-one{
        width: 95%;
    }
    .static_bg{
        padding: 33px 0px;
    }
}
@media (max-width: 500px) {
    .search-div {
        width: 80%;
        margin: 0 auto;
    }
    .all_text .text-one {
        padding-left: 0;
    }
    .tr-one{
        height: 110.5px;
        position: relative;
    }
    .all_text .text-one .down-div {
        position: absolute;
        right: 3px!important;
        }
    .static_center img{
        width: 150px;
        height: 150px;
    }
    .search-div .serach-right {
        width: 272px;
        height: 40px;
        padding-right: 15px;
    }
}