﻿html,body {
    background-color: white !important;
}
.digitization {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;

}
/*头部导航*/
.digitization-top {
    width: 100%;
    height: 57px;
    box-shadow: 0 0 5px #0003;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: white;
    transition: 0.25s;
}
.top_title {
    margin-left: 20px;
    font-weight: 600;
    font-size: 15px;
    width:140px;
}
.sort{
    line-height:1.5;
    display:flex;
    justify-content:space-between;
    width:calc(100% );
}
.sort ul {
    margin-top: 10px;
    width:auto;
    padding-left: 0;
    margin: 0 10px;
    font-size: 12px;
}
.sort li {
    display: inline;
    padding: 0 10px;
}
.iconfont a {
    text-decoration: none;
    font-size: 14px;
    color:#757575;
}
    .iconfont a:hover {
        color: #26cc92;
    }
.no_login {
    display:none;
    height:100%;
}
.top-user {
  /*  height: 100%;
    width: auto;
    align-items: center;*/
    position: absolute;
    right: 0px;
    display: flex;
    line-height: 70px;
    display: none;
}
.top-user .head-list > li > a {
    padding: 0;
}

.top-user .head-list {
    border-bottom: 0;
}

    .top-user .head-list .dropdown-menu {
        right: 0;
        left: unset;
    }

.top-user head-list > li > a:hover {
    background-color: transparent;
}

.top-user .nav .open > a, .top-user .nav .open > a:hover, .top-user .nav .open > a:focus {
    border-color: #0000;
}

.top-user ul li span {
    margin: 0 8px;
}

.name-user {
    font-size: 13px;
    line-height: initial;
    padding: 8px 13px;
    border-bottom: 1px solid #00000008;
    background-color: #00000007;
    font-weight: 600;
}

.picture {
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    margin-right: 10px;
    cursor: pointer;
}
.proper-menu {
    display: block;
    position: absolute;
    top: 100%;
    right: -180px;
    width: 180px;
    box-shadow: 0 0 5px #0003;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.15s;
}

.top-user:hover  .proper-menu {
    right: 5px;
    transition: 0.15s;
    display: block;
}

.proper-menu .proper-item {
    margin: 15px;
    height: auto;
    width: 100%;
    text-align: center;
    display: flex;
    cursor: pointer;
    font-size: 13px;
}

.proper-menu .proper-item:hover {
    color: #26CC92;
}

.proper-menu .proper-item span {
    margin-right: 5px;
}

.proper-menu .proper-item span, .proper-menu .proper-item {
    line-height: initial;
}

.digitization_layout {
    margin-top: 100px;
    height: 100px;
    width: 100%;
}
/*搜索*/
.left_search {
    margin: 0 auto;
    height: 50px;
    width: 1320px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.search_input {
    width: 88.7%;
    height: 43px;
    border-radius: 30px;
    border: 2px 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: 86%;
    border-right: 2px solid #eaeaea;
    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: #38C2A1;
    text-align: center;
    line-height: 35px;
    color: white;
    border-radius: 30px;
    margin-left: 15px;
    font-weight: 600;
    cursor:pointer;
}
/*安装排行榜*/
.Installation_Leaderboard, .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;
}
.application_title 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;
}
.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;
}
/*官方应用*/
.recommended_application, .Installation_Leaderboard h5 {
    /*font-size: 21px;*/
    font-weight: 500;
    text-align: left;
    color: rgb(51, 51, 51);
}
.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;
    width: 160px;
}
.price_introduce {
    padding: 6px 7px;
    margin-left: 20px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    background: #38c2a1;
    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;
}
/*发布应用*/
.publish {
    background-color: #38C2A1;
    height: 250px;
    width: 1320px;
    margin: 0 auto;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.publish h6{
    font-size: 29px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}
.publish .btn{
    position: relative;
    z-index: 1;
    border-radius: 50px;
    width:110px;
    background: rgb(255, 255, 255);
    color: #38C2A1;
    margin-top: 27px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    text-align:center;
}
    .publish .btn:hover {
        background: rgb(221, 240, 255);
    }

.tail {
    width: 70%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.login_ul {
    height:100%;
    list-style: none
}
    .login_ul a:hover {
        color: #38C2A1;
        border-bottom: 1px red;
    }
    .login_ul li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
li a {
    color:#757575;

}
.header-button1 {
    /* position: absolute; */
    /* color: #fff; */
    cursor: pointer;
    text-align: center;
    padding: 0 5px;
}
.self-phone {
    background-image: url('/Style/skins/skin_green/img/Frame(phone).png');
}
.guanfang {
    margin-left: 5px;
    color: #38c2a1;
    border: 1px solid #38c2a1;
    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;
    
}
.digitization-indexpage li a {
    color:#fff;
}

.digitization-indexpage:hover {
    background-color: #fff;
    color: #757575;
    box-shadow: none;
}
.digitization-indexpage:hover li a {
    color:#757575;
}