﻿html, body {
    background-color: white !important;
}

.digitization {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.digitizationtop {
    margin-top: 57px;
    position: relative;
    height: 500px;
    /*background-image: url(/PlatWeb/assets/img/index-bg.png);*/
    background-image: url(/PlatWeb/assets/img/banner_erpdemo.jpg);
    background-origin: content-box;
    background-size: cover;
    background-position: center center;
}

.top_title {
    margin-left: 20px;
    font-weight: 600;
    font-size: 15px;
    width: 140px;
}

.picture {
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    margin-right: 10px;
    cursor: pointer;
}

.digitization_layout {
    margin-top: 22px;
    height: 100px;
    width: 100%;
}
/*搜索*/
.left_search {
    margin: 0 auto;
    height: 50px;
    width: 1320px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 23px;
}

.search_input {
    width: 88.7%;
    height: 43px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    display: flex;
    background-color: white;
}

    .search_input i {
        color: rgb(158, 158, 158);
        font-size: 18px;
        line-height: 43px;
        padding: 0 10px;
    }

    .search_input input {
        border: none;
        height: 39px;
        vertical-align: top;
        padding: 0px 0px 0px 10px;
        color: rgb(51, 51, 51);
        font-size: 14px;
        text-overflow: ellipsis;
        word-break: break-all;
        width: 95%;
        outline: none;
    }

.tab {
    width: 20%;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.tab_application {
    height: 30px;
    width: 70px;
    color: white;
    background-color: rgb(51, 51, 51);
    line-height: 30px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}

.tab_author {
    height: 30px;
    width: 70px;
    color: black;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
}

.publish_application {
    height: 35px;
    width: 10%;
    background-color: #2e92ff;
    text-align: center;
    line-height: 35px;
    color: white;
    border-radius: 30px;
    margin-left: 15px;
    font-weight: 600;
    cursor: pointer;
}
/*安装排行榜*/
.recommended_application {
    width: 1320px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.application_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 10px;
}

h5 {
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    color: rgb(51, 51, 51);
    margin: 0;
}

.more-box label {
    font-size: 20px;
}

.install {
    min-height: 230px;
    opacity: 1;
    background: rgb(250, 250, 250);
    border-radius: 16px;
    overflow: hidden;
    padding: 24px;
    display: flex;
    margin-top: 15px;
}

.con {
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.typesetting {
    width: 314px;
    height: 70px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 17px;
    cursor: pointer;
}

    .typesetting:hover {
        background: rgb(255, 255, 255);
        box-shadow: rgb(0 0 0 / 6%) 0px 1px 4px 0px;
        border-radius: 7px;
    }

    .typesetting .sum {
        font-size: 16px;
        color: rgb(51, 51, 51);
        line-height: 40px;
        text-align: left;
        display: inline-block;
        vertical-align: text-top;
        font-weight: 600;
        margin: 0;
        width: 35px;
    }

.iconimg {
    max-width: 40px;
    max-height: 40px;
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0px 3px #0003;
}

.tro {
    padding-left: 16px;
}

    .tro h6 {
        font-size: 15px;
        color: rgb(51, 51, 51);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 18px;
        margin-bottom: 4px;
    }

    .tro p {
        font-size: 12px;
        width: 100%;
        font-weight: 400;
        text-align: left;
        color: rgb(117, 117, 117);
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.application_layout {
    /*margin:12px 0px 12px 12px;*/
    display: flex;
    flex-wrap: wrap;
    width: 1346px;
}

.layout_div {
    height: auto;
    width: calc(33% - 15px);
    border: 1px solid;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    border: 1px solid rgb(234, 234, 234);
    margin-bottom: 25px;
    cursor: pointer;
    overflow: hidden;
    margin-right: 15px;
}

.backgroud_img {
    /*background-image: url(../../img/供应商背景.png);*/
    height: 220px;
    border-radius: 3px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    object-fit: cover;
}

.layout_text_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 52%;*/
    height: 218px;
}

.text_introduce {
    /*margin:0 auto;*/
    padding: 20px 0 0 20px;
}

.introduce_name {
    color: rgb(51, 51, 51);
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right:10px;
}

.price_introduce {
    padding: 2px 7px;
    margin-left: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    background: #2e92ff;
    font-weight: 600;
    white-space: nowrap;
}

.price_introduce2 {
    padding: 6px 7px;
    margin-left: 20px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    background: #ffffff;
}

.text_introduce p {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: rgb(158, 158, 158);
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    margin-top: 10px;
    padding: 0 7px 0 0;
}

.person {
    margin: 0 auto;
    display: flex;
    padding: 35px 0 0 20px;
}

.name {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: rgb(117, 117, 117);
    line-height: 27px;
    vertical-align: top;
    margin-left: 10px;
}

.layout_label {
    /*margin: 0 auto;*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}

    .layout_label span {
        color: rgb(158, 158, 158);
        font-size: 12px;
    }

.label_span {
    width: 70%;
    overflow: hidden;
    height: 27px;
}

.understand {
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    word-break: keep-all;
    background: #E6EAF0;
}

.self-phone {
    background-image: url('/Style/skins/skin_green/img/Frame(phone).png');
}

.guanfang {
    margin-left: 5px;
    color: #2e92ff;
    border: 1px solid #2e92ff;
    font-size: 12px;
    padding: 1px;
    font-weight: 700;
    font-family: emoji;
    width: 32px;
    text-align: center;
}
/*.digitization-indexpage {
    background-color:#0000;
    color:#fff;
    box-shadow:none;
    
}*/
.top-content-middle {
    padding: 50px 300px;
    margin-right:100px;
}

.top-content-middle-title {
    font-size: 40px;
    color: #141e31;
    font-weight: 500;
    margin-bottom: 16px;
}

.top-content-middle-intro {
    font-size: 18px;
    color: #141e31;
    /*max-width: 520px;*/
}

.pagination > li > a {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
}

.pagination {
    display: flex;
    justify-content: center;
}

.con-item-title-block {
    margin-left: 15px;
    margin-bottom: 10px;
    line-height: 16px;
    padding-top: 10px;
}

.con-item-title {
}

.con-item-text {
    color: #999;
    font-size: 15px;
}

.con-item-coin {
    width: 40px;
    height: 40px;
}

.con-item {
    width: 220px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
