:root {
	--theme-color: #8c7bfd;
	--font-color: #8c7bfd;
}

.footer-h {
	position: fixed;
	z-index: 9999;
}

.footer-h img {
	width: 100%;
	height: 100%;
}

/*案例*/
/*栅格*/
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	float: left;
}
.span12 {
	width: 100%;
}
.span11 {
	width: 91.66666667%;
}
.span10 {
	width: 83.33333333%;
}
.span9 {
	width: 75%;
}
.span8 {
	width: 66.66666667%;
}
.span7 {
	width: 58.33333333%;
}
.span6 {
	width: 50%;
}
.span5 {
	width: 41.66666667%;
}
.span4 {
	width: 33.33333333%;
}
.span3 {
	width: 25%;
}
.span2 {
	width: 16.66666667%;
}
.span1 {
	width: 8.33333333%;
}
 @media screen and (max-width:1300px) {
.col-bg-4 {
	float: left;
	width: 33.33333333%;
}
}
 @media screen and (max-width:1199px) {
/*.col-md-1,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .col-md-11,  .col-md-12 {*/
/*	float: left;*/
/*}*/
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}

.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
}
 @media screen and (max-width:960px) {
.col-xm-1,  .col-xm-2,  .col-xm-3,  .col-xm-4,  .col-xm-5,  .col-xm-6,  .col-xm-7,  .col-xm-8,  .col-xm-9,  .col-xm-10,  .col-xm-11,  .col-xm-12 {
	float: left;
}
.col-xm-12 {
	width: 100%;
}
.col-xm-11 {
	width: 91.66666667%;
}
.col-xm-10 {
	width: 83.33333333%;
}
.col-xm-9 {
	width: 75%;
}
.col-xm-8 {
	width: 66.66666667%;
}
.col-xm-7 {
	width: 58.33333333%;
}
.col-xm-6 {
	width: 50%;
}
.col-xm-5 {
	width: 41.66666667%;
}
.col-xm-4 {
	width: 33.33333333%;
}
.col-xm-3 {
	width: 25%;
}
.col-xm-2 {
	width: 16.66666667%;
}
.col-xm-1 {
	width: 8.33333333%;
}
}
 @media screen and (max-width:767px) {
.col-sm-1,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11,  .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
}
 @media screen and (max-width:479px) {
.col-xs-1,  .col-xs-2,  .col-xs-3,  .col-xs-4,  .col-xs-5,  .col-xs-6,  .col-xs-7,  .col-xs-8,  .col-xs-9,  .col-xs-10,  .col-xs-11,  .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
}
/*栅统*/
.page-container .case{
    background-color: white;
}
.case_show_content {
	margin: 50px 0;
	border-bottom: solid 1px #F7F7F7;
	overflow: hidden;
}
.case_show_list {
	overflow: hidden;
	padding-top: 50px;
	border-bottom: solid 1px #F7F7F7;
}
.case_show_brief_title {
	color: #333;
	font-size: 16px;
}
.case_show_brief_title span {
	color: #8a8a8a;
}
.case_show_brief_text {
	color: #8a8a8a;
	margin: 20px 60px 30px 0;
	line-height: 1.8;
}
.case_show_brief_button .all_button {
	padding: 8px 50px;
}
.case_show_more {
	padding: 50px 0;
	text-align: center;
}
.case_show_more .all_button {
	padding: 8px 50px;
}
.case_show_brief_button .all_button {
    padding: 8px 50px;
}
.all_button {
    display: inline-block;
    background: #3B9FF2;
    border: solid 1px #3B9FF2;
    color: #fff;
    padding: 6px 30px;
    border-radius: 3px;
    overflow: hidden;
}
.all_button:hover {
    background: #fff;
    background: transparent;
    color: #3B9FF2;
}
.page-container .case .case_show_content img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

/*TAG样式*/
:root {
    --primary-color: #006eff;
    --border-color: #f4f4f4;
    --ceo-ahbg: #0e131a;
    --ceo-ahmk: #191f28;
}
.ceo-background-muted {
    background-color: #f0f2f5 !important;
}
.ceo-container >:last-child {
    margin-bottom: 0;
}
.ceo-margin-top-20 {
    margin-top: 20px !important;
}
.ceo-margin-large-bottom {
    margin-bottom: 40px !important;
}
.ceo-flex-wrap-top {
    align-content: flex-start;
}
.ceo-flex-top {
    align-items: flex-start;
}
.ceo-grid {
    margin-left: -30px;
}
.ceo-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.ceo-text-muted {
    color: #999 !important;
}
small {
    font-size: 80%;
}
.ceo-text-muted {
    color: #999 !important;
}
@media (max-width: 640px){
    .ceo-width-1-1\@s {
        width: 100%;
    }
}
@media (min-width: 640px){
    .ceo-width-1-1\@s {
        width: 100%;
    }
}
@media (min-width: 960px){
    .ceo-width-1-4\@xl {
        width: 25%;
    }
    .ceo-width-1-4\@m {
        width: 25%;
    }
}
@media (min-width: 1200px){
    .ceo-margin-large-bottom {
        margin-bottom: 70px !important;
    }
    .ceo-grid {
        margin-left: -21px;
    }
    .ceo-width-1-4\@l {
        width: 25%;
    }
    .ceo-grid > * {
        padding-left: 21px;
    }
    .ceo-grid + .ceo-grid,.ceo-grid > .ceo-grid-margin,* + .ceo-grid-margin {
        margin-top: 40px;
    }
}

.ceo-grid + .ceo-grid, .ceo-grid > .ceo-grid-margin, * + .ceo-grid-margin {
    margin-top: 30px;
}
.ceo-grid > * {
    padding-left: 30px;
}
.ceo-grid > * {
    margin: 0;
}
.page-tags-item {
    padding: 20px 0;
    transition: all .3s;
}
.ceo-background-default {
    background-color: #fff;
}
.page-tags-item .name:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;
    background: var(--primary-color);
    box-shadow: 3px 0px 10px -1px var(--primary-color);
    border-radius: 2px;
}
.page-tags-item .name {
    padding: 0 20px;
    color: #333;
    font-size: 15px;
}
.page-tags-item .name {
    padding: 0 20px;
    color: #333;
    font-size: 15px;
}
.ceo-position-relative {
    position: relative !important;
}
.ceo-margin-bottom {
    margin-bottom: 20px !important;
}
.ceo-display-inline-block {
    display: inline-block !important;
}
.b-b {
    border-bottom: 1px solid var(--border-color);
}
.ceo-margin-bottom {
    margin-bottom: 20px !important;
}
.page-tags-item li {
    margin: 5px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-tags-item li a {
    color: #888;
    font-size: 15px;
}

/*TAG样式*/
/*素材指上效果*/
.theme-list .item li .thumb{
    height: 200px;
}
.theme-list .item li .thumb a{
    height: 90%;
    position: relative;
    display: block !important;
}
.theme-list .item li .thumb .img-responsive{
    position: absolute;
    height: auto;
}
.theme-content-thumb .pic {
    height: 290px;
    overflow: hidden;
}

.index-banner{
    position: relative!important;
    background-size: cover!important;
    overflow: hidden!important;
    background-position: 50%!important;
    background-repeat: no-repeat!important;
}
.page-content-wrapper .theme-overlay:before{
    background: #292dc2;
    background: -webkit-linear-gradient(-45deg,#292dc2,#257dff);
    background: -moz-linear-gradient(-45deg,#292dc2,#257dff);
    background: -o-linear-gradient(-45deg,#292dc2,#257dff);
    background: linear-gradient(-45deg,#2cb5f6,#7d3bfb);
}
[data-overlay-dark="9"]:before{
    opacity: .9;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}