.nav-bar {
    padding: 20px 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #E1E1E1;
}

.nav-bar-c {
    width: 1200px;
    margin: auto
}
.nav-bar-c a {
	font-size: 14px;
    color: #333 !important;
}

.nav-bar-item {
    float: none;
    color: #666
}

.nav-spacer {
    float: none;
    margin: 0 5px;
    color: #666
}

.nav-bar-item.cur {
    color: #20b09f
}

.main-container {
    min-height: calc(100vh - 323px)
}

.main-wrap {
    width: 1200px!important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease
}

.case-show-title {
    text-align: center;
    font-size: 32px;
    padding: 60px 0 30px;
}

.case-show-subtitle {
    font-size: 18px;
    color: #999;
    text-align: center;
    padding-bottom: 80px;
}

.case-show {
    margin-bottom: 110px;
}

.case-show-bg {
    padding: 0 50px;
}

.case-show-info {
    margin: 60px 0 0;
}

.case-show-name {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.case-show-domain {
    text-align: center;
}

.case-show-link {
    display: inline-block;
}

.case-show-link:hover {
    color: #20B09F;
}

.case-show-view-btn {
    text-align: center;
}

.case-show-text {
    font-size: 18px;
    margin-top: 10px;
}

.case-show-des {
    padding: 40px 0;
    line-height: 30px;
    text-align: justify;
    color: #999;
}
.case-show-view-more-btn{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.case-show-view-more-btn a {
	display: inline-block;
    border: none;
    padding: 0;
    background-color: #20b09f;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 0 10px;
}