article,aside,details,figcaption,figure,footer,header,main,nav,section,summary
{
	display: block
}
.helpICON{
	height:18px;
	width:18px;
	margin-top:1px;
	background:url(../../images/helpnormal.png);
	background-size:18px 18px;
	background-position:center;
	overflow-x:hidden;
}
.helpICON:hover{
	height:18px;
	width:18px;
	margin-top:1px;
	cursor:help;
	background:url(../../images/helphover.png);
	background-size:18px 18px;
	background-position:center;
	overflow-x:hidden;
}

.popover {
	max-width: 500px;
	background:rgba(21, 21, 21, 0.79);
}
.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color:rgba(21, 21, 21, 0.79);
}
.tog-text-index{
	color:#3DE6E0;
}
.tog-p{
	color:#fff;
}

hr
{
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

.clearfix
{
	*zoom: 1
}

.clearfix:before,.clearfix:after
{
	content: " ";
	display: table
}

.clearfix:after
{
	clear: both
}


.site-header
{
	position: relative;
	z-index: 20;
	height: 80px;
	padding-top:10px;
	background-color:black;
}

.site-header .container
{
	position: relative
}

.site-header .header-logo
{
	float: left;
	width: 120px;
	margin: 0px 0px 0px;
}

/**
头部
*/
.site-header .header-nav
{
	float: left;
	width: 650px
}
.site-header .header-nav-right
{
	float: right;
	width: 540px;
}

.site-header .header-nav-right-project
{	
	border-left:1px solid #7d7d7d;
	float: right;
	width: 80px;
}


.site-header .logo
{
	position: relative;
	display: block;
	width: 55px;
	height: 55px;
	overflow: hidden;
	_zoom: 1;
	background-color: #ff6700;
}

.site-header .nav-list
{
	position: relative;
	z-index: 10;
	float: left;
	width: 530px;
	height: 70px;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 16px
}

.site-header .nav-list-right
{
	position: relative;
	z-index: 10;
	float: right;
	height: 60px;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 14px
}
.languageSwitch{
	margin-top:20px;
	float:right;
	font-size:14px;
}
.languageSwitch:hover{
	cursor:pointer;
}

#arrow{    
	content: '';    
	position: fixed;    
	width: 20px;    
	height: 20px;    
	border: 4px solid #f5b24a;    
	-webkit-transform: rotate(135deg);    
	-moz-transform: rotate(135deg);    
	-o-transform: rotate(135deg);    
	-ms-transform: rotate(135deg);    
	transform: rotate(135deg);    
	border-top: none;    
	border-right: none;
	bottom: 50px;  
	right: 20px;
	z-index: 9999;
}    

#help-index{
	content: '';    
	position: fixed;    
	width: 65px;    
	height: 200px;
	bottom: 50px;  
	right: 20px;    
	border: 1px solid #f5b24a;
}

/**下载**/
.btn-download-soft{
	width:70px;
	height:24px;
	border-radius:4px;
	background:#fff;
	border:1px solid #1cc76c;
	color:#1cc76c;
	font-size:12px;
	margin-top:0px;
}
.btn-download-soft:hover{
	color:#fff;
	background:#1cc76c;
}



.menu a {
    color: #acacac;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    text-decoration: none;
}

.menu .projectbtn{
	padding-top:30px;
	color:#acacac
}

.menu .projectbtn:hover{
	color:#1cc76c;
	cursor:pointer;
}

.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    z-index: 100;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

.submenu-butn{
	
	
}

.submenu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}

.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu li {
	background:#ffffff;
    border-top: 1px solid #c9c9c9;
    min-width: 120px;
}

/*
.menu li:nth-child(4) {
	height:60px;
}*/

.menu > li {
    display: block;
    float: left;
    position: relative;
}

.menu .submenu li:hover a {
    border-left: 3px solid #1cc76c;
    color: #1cc76c;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.projectMana:hover{
	color:#1cc76c;
}

.createbtn{
	color:#1cc76c;
	margin-top:8px;
	width: 90px;
    height: 30px;
    border-radius: 4px;
    background: #1cc76c;
    border-width: 0px;
    color: #ffffff;
    font-size: 12px;
}

/**
头部分隔符
*/
.nav-list-right .sep {
    float: left;
    display: block;
    border-left: 1px solid #454a54;
    margin: 10px 22px;
    height: 40px;
    width: 0;
    line-height: 1.42857143;
    overflow: hidden;
    border-color: #344e86;
}

/**
*鼠标上移，背景和字体改变
*/
.site-header .nav-item
{
	float: left;
}

.site-header .nav-item-right
{
	padding: 20px 10px 0px 10px;
	float: left;
	color:#acacac;
	display:none;
	list-style-type:none;
}
.site-header .nav-item-right-project
{
	padding: 20px 0px 10px;
}

.site-header .nav-item:hover
{
	background-color:white;
}

.site-header .nav-item-right:hover
{
	color:#1CC76C;
	cursor:pointer;
}

.site-header .nav-user{
	margin-right:10px;
	float:right;
	font-size:14px;
	width:210px;
	text-align:right;
}

/**
鼠标移上去颜色背景改变,动画发光
**/
.site-header .nav-item .link
{
	display: block;
	padding: 20px 0px 20px;
	width:150px;
	text-align:center;
	color: #424242;
	font-size:16px;
}

.site-header .nav-item .link:hover
{ color:#1cc76c;
  /*-webkit-animation: neon1 .9s ease-in-out infinite alternate;
  -moz-animation: neon1 .9s ease-in-out infinite alternate;
  -ms-transition:neon1 .9s ease-in-out infinite alternate;
  -o-transition: neon1 .9s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;*/
}
@-o-keyframes neon1 {
  from {
    text-shadow: 0 0 2px 	#fff,
               	 0 0 5px  	#fff,
              	 0 0 8px  	#fff,
              	 0 0 10px  	#5af889,
              	 0 0 12px 	#5af889,
              	 0 0 13px 	#5af889,
              	 0 0 14px 	#5af889,
              	 0 0 15px 	#5af889;
  }
  to {
    text-shadow: 0 0 1px #fff,
    		   	 0 0 1px #fff,
              	 0 0 1px #5af889,
            	 0 0 1px #5af889,
              	 0 0 1px #5af889;
  }
}
@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 2px 	#fff,
               	 0 0 5px  	#fff,
              	 0 0 8px  	#fff,
              	 0 0 10px  	#5af889,
              	 0 0 12px 	#5af889,
              	 0 0 13px 	#5af889,
              	 0 0 14px 	#5af889,
              	 0 0 15px 	#5af889;
  }
  to {
    text-shadow: 0 0 1px #fff,
    		   	 0 0 1px #fff,
              	 0 0 1px #5af889,
            	 0 0 1px #5af889,
              	 0 0 1px #5af889;
  }
}
@-moz-keyframes neon1 {
  from {
    text-shadow: 0 0 2px 	#fff,
               	 0 0 5px  	#fff,
              	 0 0 8px  	#fff,
              	 0 0 10px  	#5af889,
              	 0 0 12px 	#5af889,
              	 0 0 13px 	#5af889,
              	 0 0 14px 	#5af889,
              	 0 0 15px 	#5af889;
  }
  to {
    text-shadow: 0 0 1px #fff,
    		   	 0 0 1px #fff,
              	 0 0 1px #5af889,
            	 0 0 1px #5af889,
              	 0 0 1px #5af889;
  }
}

@keyframes neon1 {
  from {
    text-shadow: 0 0 2px 	#fff,
               	 0 0 5px  	#fff,
              	 0 0 8px  	#fff,
              	 0 0 10px  	#5af889,
              	 0 0 12px 	#5af889,
              	 0 0 13px 	#5af889,
              	 0 0 14px 	#5af889,
              	 0 0 15px 	#5af889;
  }
  to {
    text-shadow: 0 0 1px #fff,
    		   	 0 0 1px #fff,
              	 0 0 1px #5af889,
            	 0 0 1px #5af889,
              	 0 0 1px #5af889;
  }
}

.site-header-shineAmi{
	height:8px;
	width:8px;
	background:#1cc76c;
	position:absolute;
	top:32px;
	left:35px;
	z-index:-1;
	
   	/*-webkit-animation: neon2 1.2s ease-in-out infinite alternate;
    -moz-animation: neon2 1.2s ease-in-out infinite alternate;
    animation: neon2 1.2s ease-in-out infinite alternate;*/
}
@-webkit-keyframes neon2 {
  from {
    box-shadow:  0 0 20px  	#fff,
              	 0 0 30px  	#fff,
              	 0 0 40px  	#2ef569,
              	 0 0 50px 	#2ef569,
              	 0 0 60px 	#2ef569;
  }
  to {
    box-shadow: 0 0 1px #fff,
    		   	 0 0 1px #fff,
              	 0 0 1px #2ef569,
            	 0 0 1px #2ef569;
  }
}
@keyframes neon2 {
  from {
    box-shadow:  0 0 20px 5px  	#fff,
              	 0 0 30px 5px 	#fff,
              	 0 0 40px 5px 	#2ef569,
              	 0 0 50px 5px	#2ef569,
              	 0 0 60px 5px	#2ef569;
  }
  to {
    box-shadow: 
              	 0 0 2px #2ef569,
            	 0 0 2px #2ef569,
            	 0 0 2px #2ef569;
  }
}


@-moz-keyframes neon2 {
  from {
    box-shadow:  0 0 20px  	#fff,
              	 0 0 30px  	#fff,
              	 0 0 40px  	#2ef569,
              	 0 0 50px 	#2ef569,
              	 0 0 60px 	#2ef569;
  }
  to {
    box-shadow: 0 0 1px #fff,
    		   	 0 0 1px #fff,
              	 0 0 1px #2ef569,
            	 0 0 1px #2ef569,
            	 0 0 1px #2ef569;
  }
}

.site-header .nav-item .link:focus
{
	outline: 0
}

.site-header .nav-item .item-children
{
	display: none
}

.site-header .nav-category
{
	position: relative;
	float: left;
	width: 127px;
	padding-right: 15px
}

.site-header .nav-category .link-category
{
	display: block;
	padding: 26px 0 38px;
	text-align: right;
	color: #333
}

.site-header .nav-item-active
{
	position: relative
}

.site-header .nav-item-active .link
{
	color: black;
}

.site-header .nav-item-active:after
{
	position: absolute;
	top: 50px;
	left: 50%;
	width: 600px;
	height: 0px;
	margin-left: -300px;
	content: '';
	background-color: white
}

/*
自制菜单下拉效果
**/
.header-nav-menu-drown
{
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 99999;
	width: 100%;
	min-width:1190px;
	height: 0px;
	border-top: 0px solid #e0e0e0;
	background: #ffffff;
	overflow: hidden;
	display:block;
	text-align:center;
	transition:height .5s;
	-moz-transition:height .5s;
	-webkit-transition:height .5s; 
	-o-transition:height .5s;
}

.header-nav-menu-active-drown
{
	border-bottom: 1px solid #e0e0e0 \9;
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.18);
	box-shadow: 0 3px 4px rgba(0,0,0,0.18);
	-webkit-transition: -webkit-box-shadow .2s;
	transition: box-shadow .2s
}

.header-drown-bg{
	position:absolute;
	width: 100%;
	height:0px;
	background:black;
	z-index: 9999;
	opacity:0;
	transition:opacity .5s, height .1s;
	-moz-transition:opacity .5s, height .1s;
	-webkit-transition:opacity .5s, height .1s; 
	-o-transition:opacity .5s, height .1s; 
}


/*
*菜单 提示
*/
.site-header .header-nav-menu
{
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 24;
	width: 100%;
	height: 200px;
	border-top: 0px solid #e0e0e0;
	background: #fff;
	overflow: hidden;
}

.site-header .header-nav-menu .children-list
{
	margin: 0;
	padding: 20px 0px 20px;
	list-style-type: none;
}

.site-header .header-nav-menu .children-list li
{
	position: relative;
	float: left;
	width: 180px;
	padding: 0px 0px 0;
	text-align: center
}

.site-header .header-nav-menu-active
{
	border-bottom: 1px solid #e0e0e0 \9;
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.18);
	box-shadow: 0 3px 4px rgba(0,0,0,0.18);
	-webkit-transition: -webkit-box-shadow .2s;
	transition: box-shadow .2s
}


.header-top {
	position:fixed;
	height: 60px;
	display:block;
	width: 100%;
	background-color:#2E3134;
	z-index:999;
	text-align:center;
}

@media(min-width:768px){
	.header-top-new {
		height: 80px;
		width: 100%;
		z-index:99999;
		min-width:1190px;
		text-align:center;
		display:block;
		background: white;
	}
}
@media(max-width:768px){
	.header-top-new {
		width: 100%;
		height: 50px;
		z-index:99999;
		text-align:center;
		display:block;
		background: white;
	}
}

.index-login{
	height:28px;
	width:75px;
	padding-top:2px;
	margin-top:-5px;
	border:1px solid #1DC86C;
	border-radius: 8px;
	color:#1DC86C 
}
.index-login:hover{
	background:#1DC86C;
	color:#ffffff 
}

.section-layout{
	background:white;
	min-width:1190px;
	width:100%;
}

.section-layout-init{
	width:1190px;
}

.header-dropdown-li{
	width:150px;
	height:150px;
	margin-left:40px;
	float:left;
}
.header-dropdown-li-round{
	width:80px;
	height:80px;
	background:#00c968;
	border-radius: 40px;
	margin-left:35px;
	-webkit-box-shadow:3px 6px 10px 1px #CAF3DD;
	-ms-box-shadow:3px 6px 10px 1px #CAF3DD;
	-o-box-shadow:3px 6px 10px 1px #CAF3DD;
 	-moz-box-shadow:3px 6px 10px 1px #CAF3DD;
	box-shadow: 3px 6px 10px 1px #CAF3DD;
}
.header-dropdown-li-round:hover{
	background:#F86967;
	cursor:pointer;
	-webkit-box-shadow:3px 6px 10px 1px #FEDEDE;
	-ms-box-shadow:3px 6px 10px 1px #FEDEDE;
	-o-box-shadow:3px 6px 10px 1px #FEDEDE;
	-moz-box-shadow:3px 6px 10px 1px #FEDEDE;
    -webkit-box-shadow:3px 6px 10px 1px #FEDEDE;
	box-shadow: 3px 6px 10px 1px #FEDEDE;
}

.header-dropdown-li-title{
	padding-top:25px;
	color:white;
	font-size:24px;
}

.header-dropdown-li-p1{
	margin-top:25px;
	font-size:12px;
	color:#3a3a3a;
}

.header-dropdown-li-p2{
	margin-top:15px;
	font-size:12px;
	color:#7a7a7a;
}

.header-dropdown-right-title{
	font-size:14px;
	color:#bac4bc;
}
.header-dropdown-right-p{
	margin-top:12px;
	font-size:16px;
	color:#1cc76c;
}
.header-dropdown-right-p:hover{
  -webkit-animation: shakes 1s ease-in-out 1 alternate;
  -moz-animation: shakes 1s ease-in-out 1 alternate;
  -ms-transition:shakes 1s ease-in-out 1 alternate;
  -o-transition: shakes 1s ease-in-out 1 alternate;
  animation: shakes 1s ease-in-out 1 alternate; 
}

.header-dropdown-close{
	height:30px;
	margin-top:215px;
	background:#F7F7F7;
}


.footer-text{
	font-size:12px;
	color:#AFAFAF;
	text-align:center;
}


.index-bottom-content{
	float:left;
	margin:30px 40px;
	width:130px;
	height:180px;
}

.index-bottom-code{
	float:left;
	margin:30px 30px;
	width:130px;
	height:180px;
}
.index-bottom-text-title{
	text-align:center;
	color:#21cec2;
	font-size:16px;
}
.index-bottom-text-p{
	margin-top:15px;
	color:#424242;
	font-size:12px;
	text-align:left;
	margin-left:35px;
}

.index-bottom-text-p:hover{
	color:#1cc76c;
	cursor:pointer;
	text-decoration: blink;
}
.index-bottom-text-contact{
	float:left;
	height:160px;
	margin:30px 40px;
}
.index-bottom-text-contact-p{
	text-align:left;
	margin-top:15px;
	color:#424242;
	font-size:12px;
}


/*
*元素特效处理
**/

@-webkit-keyframes shakes {  
    0%, 100% {-webkit-transform: translateX(0);}  
    20%,40%,60%,80%{-webkit-transform: translateX(-5px);}  
    10%,30%,50%,70%,90%{-webkit-transform: translateX(5px);}  
}  
@-moz-keyframes shakes {  
     0%, 100% {-moz-transform: translateX(0);}  
    20%,40%,60%,80%{-moz-transform: translateX(-5px);}  
    10%,30%,50%,70%,90%{-moz-transform: translateX(5px);}
}  
@-ms-keyframes shakes {  
     0%, 100% {-ms-transform: translateX(0);}  
    20%,40%,60%,80%{-ms-transform: translateX(-5px);}  
    10%,30%,50%,70%,90%{-ms-transform: translateX(5px);}
}  
@-o-keyframes shakes{  
    0%, 100% {-o-transform: translateX(0);}  
    20%,40%,60%,80%{-o-transform: translateX(-5px);}  
    10%,30%,50%,70%,90%{-o-transform: translateX(5px);}
}  

@keyframes shakes{  
    0%, 100% {transform: translateX(0);}  
    20%,40%,60%,80%{transform: translateX(-5px);}  
    10%,30%,50%,70%,90%{transform: translateX(5px);}
}  

.bb, .bb::before, .bb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
 
.bb {
  width: 150px;
  height: 150px;
  background: black;
  color: #69ca62;
  box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);
}
.bb::before, .bb::after {
  content: '';
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.bb::before {
  animation-delay: -4s;
}
 
@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 220.0px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 220.0px, 0px);
  }
  50% {
    clip: rect(218.0px, 220.0px, 220.0px, 0px);
  }
  75% {
    clip: rect(0px, 220.0px, 220.0px, 218.0px);
  }
}

/*加载等待的动画*/
.spinner {
  width: 60px;
  height: 60px;
 
  position: relative;
  margin: 100px auto;
}
 
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #67CF22;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
   
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}
 
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
 
@keyframes bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*咨询了样式*/
#help {
	position:fixed;
	height: px;
	display:block;
	width: 44px;
	height:90px;
	background-color:#000;
	z-index:9999;
	text-align:center;
	right:0px;
	bottom:150px;
}

.help-li{
	padding-top:10px;
	margin-left:0px;
	margin-right:0px;
	height:44px;
	height:44px;
}

#code_display {
	position:fixed;
	height: 130px;
	display:block;
	width: 130px;
	background-color:#ffffff;
	z-index:999;
	text-align:center;
	right:44px;
	bottom:145px;
}

hr {
   margin-top: 0px;
   margin-bottom: 0px;
   border: 1px;
   border-top: 1px solid #2a2a2a;
}

#footsep{
	border-left:1px solid #EFEFEF;
	float:left;
	margin:20px 0px 0px 40px;
	width:40px;
	height:140px;
}

.container-fluid{
	padding-left:0px;
	padding-right:0px;	
}
.bg-color{
	background-color: rgba(255, 255, 255, 0.89) !important;
    background-image: radial-gradient(farthest-side ellipse at 10% 0,rgba(119,157,207,.8) 30%,rgba(174,180,186,.8) 76%,rgba(199,175,156,.8)) !important;
    background-image: -webkit-radial-gradient(10% 0,farthest-side ellipse,rgba(119,157,207,.8) 30%,rgba(174,180,186,.8) 76%,rgba(199,175,156,.8)) !important;
    background-image: -moz-radial-gradient(10% 0,farthest-side ellipse,rgba(119,157,207,.8) 30%,rgba(174,180,186,.8) 76%,rgba(199,175,156,.8)) !important;
    background-attachment: fixed,fixed;
    
	/*background-image: -webkit-linear-gradient(270deg, rgb(68, 68, 68) 60%, #fff), -webkit-linear-gradient(20deg, #e0f1ff 32%, #fffae3) !important;
	background-image: linear-gradient(180deg, rgb(82, 82, 82) 60%, #969494), linear-gradient(70deg, #15d0d0 32%, #1d0303) !important;*/
}
.bg-color2{
	background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 60%, #fff), -webkit-linear-gradient(20deg, #e0f1ff 32%, #fffae3) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #fff), linear-gradient(70deg, #e0f1ff 32%, #fffae3) !important;
}

.bg-content{
	position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-content{
	display: table;
	width: 100%;
	height:100%;
	padding: 10px 20px 0px 20px;
}
.we-create-pro{
	padding:6px 15px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #1cc76c;
    color: #1cc76c;
    font-size: 14px;
    margin-top: 0px;
}
.we-create-pro:hover {
    color: #fff;
    background: #1cc76c;
}
.we-down-btn {
    padding:6px 35px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #1cc76c;
    color: #1cc76c;
    font-size: 14px;
    margin-top: 0px;
}
.we-down-btn:hover {
    color: #fff;
    background: #1cc76c;
}