.oneintro {
    color: #F3CE75
}

.oneintro h1 {
    font-size: 7rem;
    font-weight: bold;
    margin-bottom: 60px;
    letter-spacing: 3px;
}

.oneintro h2 {
    font-size: 50px;
    letter-spacing: 5px;
}

.oneintro p {
    margin-top: 50px
}

.oneintro p span {
    font-size: 20px;
    margin: 0px .5%;
    background-image: -webkit-linear-gradient(bottom, #F3CE75, #EBAA14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.results-title h1 {
    font-weight: bold;
    letter-spacing: 3px;
}

.results-title h4 {
    margin-top: 25px
}

.results-title p {
    margin-top: 50px
}

.results-content, .results-contentt {
    margin-top: 70px;
}

.results-content {
    display: none;
}

.results-contentt {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    min-height: 400px;
}

.results-content-dong {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.filters-button .filter-item:last-child {
    margin-right: 0;
}

.case-type {
    cursor: pointer;
    color: #333;
    text-align: center;
    text-decoration: none;

    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    font: 400 12px/32px "Open Sans", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.case-type-active {
    background: #286cec;
    color: #fff !important;
    border-color: #286cec;
    cursor: default;
}



.achieve-bottom {
    margin-top: 80px;
}

.achieve-bottom .case-more {
    padding: 11px 30px;
    border-radius: 8px;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
}
.achieve-bottom .continue{
	background: #286cec;
    color: #fff;
}
.achieve-bottom .dismore{
	background: #f2f2f2;
	color: #999;
	display: none;
}
.item-title-achieve {
    height: 50px;
    line-height: 50px
}

.item-a, .item-b, .web-b, .web-a, .wechat-b, .wechat-a {
    max-width: 48%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.web-a {
    float: right
}

.item-title-achieve .item-a {
    font-size: 14px;
    color: #393939;
    float: right;
    text-align: right
}

.wechat-a {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    background-color: #FFBA00;
    padding: 2px 4px;
    border-radius: 4px
}

.item-title-achieve .item-b {
    font-size: 14px;
    color: #393939;
    float: left;
}

.item-title-achieve .item-b-title {
    font-size: 16px;
    color: #FFA300
}

.web-b, .wechat-b {
    font-size: 16px;
    color: #333;
    font-weight: bold
}

.web-a {
    font-size: 13px;
    color: #aaa;
    margin-left: 3px;
}

.achievebg-contaniner {
   width: 100%;
   text-align: center;
}

.wechat-title {
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}

.wechat-detail p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px
}


/*新的案例排版*/
.results-contentt .case-div{
    overflow: hidden;
    position: relative;

}
.results-contentt .case-div:hover {
    /*border-bottom: 2px solid #2389ed;*/
    /*margin-top: 8px;*/
    /*margin-bottom: 22px;*/
}
.casedetail {
    font-size: 14px;
    color: #999;
    padding: 24px 20px 0 20px;
    position: relative;
}

.casedetail h3 {
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 1.3em
}

.casedetail p {
    width: 77%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.casedetail span {
    position: absolute;
    right: 20px;
    bottom: 0;
    background: #f1f1f1;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
}

