/*搜索模块*/
.search-wrapp {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    line-height: 54px;
    margin: 22px 0;
    margin-bottom: 26px;
    border: 1px solid #f1f1f1;
    border-radius: 14px;
    box-shadow: 6px 2px  6px 2px #f1f1f1;
}

.search-wrapp .search-wrapp-input {
    width: 85%;
    text-align: left;
    padding-left: 26px;
    outline:none;
    border: none;
    font-size: 20px;
}

.search-wrapp .el-input,.search-wrapp .el-input input {
    font-size: 20px;
    border: none !important;
}

.search-wrapp .el-input,.search-wrapp .el-input input :focus {outline:none;}

.search-wrapp input:focus {
    border: none;
}

.search-wrapp .search-wrapp-btn {
    width: 10%;
    height: 40px;
    line-height: 40px;
    margin: 8px 22px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    color: #c90b0d;
    font-weight: 500;
    font-size: 18px;
}

.search-type {
    padding-left: 30px;
    margin-bottom: 26px;
}

.search-type span {
    font-size: 18px;
    cursor: pointer;
    user-select:none;
}

.search-type .active {
    color: #c90b0d;
}

.search-type span:last-child {
    padding-left: 30px;
}

    /*列表形式*/
.listBox img {
    width: 210px;
    height: 118px;
    object-fit: cover;
    border-radius: 3px;
}

.listBox {
    border: 1px solid transparent;
}

.listBox li {
    position: relative;
    padding: 20px;
    height: 195px;
    min-height: 0;
    display: flex;
    border: 1px solid #ededed;
    align-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 30px;

}

.listBox li:last-child {
    /*border-bottom: none;*/
}

.listBox li > a {
   /* width: 212px;*/
    width: 76%;
    height: 118px;
    /*position: relative;*/
}

.listBox li > div:first-child {
    flex: 3;
}

.listBox li > div:last-child {
    flex: 1;
    text-align: right;
}

.listBox li h2 {
    color: #333;
    width: 100%;
    padding-bottom: 12px;
    font-size: 20px;
    overflow: hidden;
    letter-spacing: 1.2px;
    line-height: 28px;
    height: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.listBox li .card-cloum-text1 {
    margin-left: 4px;
    color: #B4B4B5;
    padding-bottom: 10px;
}

.listBox li .card-cloum-text2 {
    font-size: 12px;
    height: 30px;
    color: #606068;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listBox li:hover {
    background-color: #F9FCFD;
}

.listBox li:hover .card-cloum-more a {
    color: #b81b22;
    border: 1px solid #b81b22;
}

.listBox li .card-cloum-mores {
    width: 100%;
    background: url(../images/more-off.png) no-repeat;
    height: 26px;
    position: absolute;
    bottom: 10px;
}

.listBox li:hover .card-cloum-mores {
    width: 100%;
    background: url(../images/more-on.png) no-repeat;
    height: 26px;
    position: absolute;
    bottom: 10px;
}

.listBox li .card-cloum-more a {
    border: 1px solid #949494;
    border-radius: 20px;
    line-height: 23px;
    display: inline-block;
    font-size: 13px;
    padding: 0 6px 0 11px;
    color: #949494;
}

.morePage-ul {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
}

.morePage-ul .morePage-li {
    width: 148px;
    height: 36px;
    line-height: 36px;
    color: #7e7e7e;
    background: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    user-select: none;
}

/*云服务导航*/
.cloud-tab {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.cloud-tab .cloud-tab-ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cloud-tab .cloud-tab-ul .cloud-tab-li {
    cursor: pointer;
    position: relative;
    flex: 1;
    height: 40px;
    line-height: 32px;
    text-align: center;
    background:#3b99fb;
    color: #ffffff;
    font-size: 16px;
    border-top: 4px solid #3b99fb;
}

.cloud-tab .cloud-tab-ul .cloud-tab-li img {
    width: 20px;
    height: 20px;
}

.cloud-tab .cloud-tab-ul .cloud-tab-li i {
    font-style: normal;
    position: absolute;
    right: 0;
}

.cloud-tab .cloud-tab-ul .cloud-tab-li:last-child i {
    display: none;
}

.cloud-tab .cloud-tab-ul .itemActive {
    background: #ffffff;
    border-top: 4px solid #3b99fb;
    color: #3b99fb;
}

.cloud-tab .cloud-tab-ul .itemActive i {
    display: none;
}

/*导航子导航*/
.cloud-children-ul {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgb(223, 223, 223);
}

.cloud-children-ul .cloud-children-li {
    cursor: pointer;
    width: 10%;
    float: left;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    color: #999999;

}

.cloud-children-ul .itemActiveChildren {
    color: #3b99fb;
    border-bottom: 1px solid #3b99fb;
}