@media (max-width: 768px) {
    .profile-panel {
        margin: 0 12px 12px 12px !important;
    }

    .company-name {
        font-size: 20px !important;
    }

    .wisdom-service-type {
        padding: 0 12px !important;
    }

    .wisdom-system {
        width: 90% !important;
    }
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

/*.content {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 100%;*/
/*    align-items: center;*/
/*    margin-top: 55px;*/
/*    margin-bottom: 0;*/
/*}*/

.content p {
    line-height: normal;
}

.profile-panel {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: #111111;
    width: 140px;
    height: 140px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction: column;
    border: 1px solid rgb(169, 169, 167);
    border-radius: 50%;
    margin: 0 47px;
}

.profile-panel span {
    color: rgb(0, 0, 0);
    font-size: 38px;
    font-weight: 500;
}

.ant-spin-nested-loading {
    position: relative;
}

.ant-list {
    outline: none;
}

.ant-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
}

.ant-list-vertical .ant-list-item {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: normal;
}

.ant-list-split .ant-list-item {
    border-bottom: 1px solid #f0f0f0;
}

.ant-list-item-no-flex {
    display: block;
}

.ant-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
}

.ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ant-row:after {
    clear: both;
}

.ant-row:after, .ant-row:before {
    display: table;
    content: "";
}

.all {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.detail-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.company-name {
    font-size: 32px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin-top: 15px;
    margin-bottom: 23px;
}

.change a:hover {
    color: rgb(0, 0, 0);
}

.wisdom-system {
    width: 70%;
}

.wisdom-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 16px 0;
    height: 68px;
}

.wisdom-item-title {
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgb(221, 221, 221);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wisdom-item-desc {
    margin-left: 20px;
    font-size: 14px;
}

.wisdom-operation-button-checked {
    color: #fff;
    background: #d2a856;
    border-color: #d2a856;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px!important;
    font-size: 16px;
    margin-left: 25px;
    line-height: 32px;
    cursor: pointer;
}

.wisdom-operation-button {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px!important;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.wisdom-operation-button a {
    color: #000000A6;
}

.wisdom-operation-button a:hover {
    color: #000000A6;
}

.wisdom-operation-button a:active {
    color: #fff;
}

.wisdom-operation-button-active {
    color: #fff;
    background: #d2a856;
    border-color: #d2a856;
}

.wisdom-operation-button-active a {
    color: #fff;
}


#wisdom-operation-tab a:focus {
    color: #ffffff;
}

#wisdom-operation-tab a:active {
    color: #fff;
}

/* 园区服务-智慧运营图片 */
.wisdom-operation-image {
    width: 100%;
}

.space-item-img {
    width: 80px;
    height: 80px;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

/* 园区服务*/
.park-service-image {
    margin-top: 40px;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 0;
}

.wisdom-service-type {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 32px;
}


/* 园区概况图片 */
.park-image {
    width: 215px;
    height: 143px;
    background-repeat: no-repeat;
    background-size: cover;
}

.park-now-image {
    height: auto;
    width: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 0;
}

/* 轮播图样式 */
.card-carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
    color: wheat;
}
.card-carousel {
    display: flex;
    justify-content: center;
    width: 920px;
}
.card-carousel--overflow-container {
    overflow: auto;
}
.card-carousel--nav__left, .card-carousel--nav__right {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 10px;
    box-sizing: border-box;
    border-top: 2px solid #FAB43E;
    border-right: 2px solid #FAB43E;
    cursor: pointer;
    margin: 0 10px;
    transition: transform 150ms linear;
}
.card-carousel--nav__left[disabled], .card-carousel--nav__right[disabled] {
    opacity: 0.2;
    border-color: black;
}
.card-carousel--nav__left {
    transform: rotate(-135deg);
}
.card-carousel--nav__left:active {
    transform: rotate(-135deg) scale(0.9);
}
.card-carousel--nav__right {
    transform: rotate(45deg);
}
.card-carousel--nav__right:active {
    transform: rotate(45deg) scale(0.9);
}

.card-carousel-cards {
    display: flex;
    transition: transform 150ms ease-out;
    transform: translatex(0px);
}
.card-carousel-cards .card-carousel--card {
    margin: 0 10px;
    cursor: pointer;
    box-shadow: 0 4px 15px 0 rgba(40, 44, 53, 0.06), 0 2px 2px 0 rgba(40, 44, 53, 0.08);
    background-color: #fff;
    border-radius: 4px;
    z-index: 3;
    margin-bottom: 2px;
}
.card-carousel-cards .card-carousel--card:first-child {
    margin-left: 0;
}
.card-carousel-cards .card-carousel--card:last-child {
    margin-right: 0;
}
.card-carousel-cards .card-carousel--card img {
    vertical-align: bottom;
    transition: opacity 150ms linear;
    user-select: none;
}
.card-carousel-cards .card-carousel--card img:hover {
    opacity: 0.5;
}
.card-carousel-cards .card-carousel--card--footer {
    border-top: 0;
    padding: 7px 15px;
}
.card-carousel-cards .card-carousel--card--footer p {
    padding: 3px 0;
    margin: 0;
    margin-bottom: 2px;
    font-size: 19px;
    font-weight: 500;
    color: #2c3e50;
    user-select: none;
}
.card-carousel-cards .card-carousel--card--footer p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 300;
    padding: 6px;
    background: rgba(40, 44, 53, 0.06);
    display: inline-block;
    position: relative;
    margin-left: 4px;
    color: #666a73;
}
.card-carousel-cards .card-carousel--card--footer p:nth-of-type(2):before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent rgba(40, 44, 53, 0.06) transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
.card-carousel-cards .card-carousel--card--footer p:nth-of-type(2):after {
    content: "";
    position: absolute;
    top: 10px;
    left: -1px;
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: white;
    box-shadow: -0px -0px 0px #004977;
}

.products-show{
    width:1000px;
    height:145px;
    padding:4px 0;
    /*margin:20px auto;*/
    position:relative;
    text-align:center;
}
.products-show .scroll-container{
    width:920px;
    height:145px;
    overflow:hidden;
    position:relative;
    margin:0 auto;
}
.products-show .scroll-container ul{
    width:20000px;
    position:absolute;
    left:0px;
    top:0px;
}
.products-show .scroll-container li{
    float:left;
    width: 215px;
    height: 143px;
    text-align:center;
    margin: 0 10px;
}
.products-show .scroll-container li.last{
    background:none;
}

.products-show .scroll-container a:hover img{
    filter:alpha(opacity=86);-moz-opacity:0.86;opacity:0.86;
}

.products-show .scroll-container li img{
    width: 215px;
    height: 143px;
}

.products-show  a:link,a:visited{
    /* color:#333;  */
    text-decoration:none;}
.products-show  a:hover{color:#000;}
.products-show  a.abtn{
    position:absolute;
    top:4px;
    display:block;
    height:140px;
    width:6px;
    overflow:hidden;
    text-indent:-20000px;
    /*background:url(images/arrow3.gif) 0px center no-repeat;*/
}
/*.products-show  a*/
.aleft_{
    /*background-color: red;*/
    /*left:7px;*/
    top: 60px;
    width: 15px;
    height: 15px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    cursor: pointer;
    -webkit-transform: rotate(-135deg);
    margin: 0px 10px;
}
.products-show  a.agrayleft{
    cursor:default;
    background-position:-12px center;
}
/*.products-show  a*/
.aright_{
    /*background-color: red;*/
    /*right:7px;*/
    /*background-position:-6px center;*/
    top: 60px;
    right: -8px;
    width: 15px;
    height: 15px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #FAB43E;
    border-right: 2px solid #FAB43E;
    cursor: pointer;
    margin: 0 10px;
    transform: rotate(45deg)
}
.products-show  a.agrayright{
    cursor:default;
    background-position:-18px center;
}

.products-show{
    display: flex;
    align-items: center;
}

