.login {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 130px;
}
.login-title {
    font-size: 16px;
    color: #777;
    padding-bottom: 25px;
    font-weight: 700;
}
.panel {
    background-color: rgba(255,255,255,.9);
    border: none!important;
    border-radius: 8px!important;
    padding: 17px;
}
.panel .left{
	float: left;
}
.panel .right{
	float: right;
}
.panel .captchaImage{
	margin-top: 3px;
}
.panel svg{
	position: relative;
    top: 3px;
}
.panel a{
	text-decoration:none;
}
.panel .form-field {
    position: relative;
}
.panel .form-field input.form-control {
    padding-left: 36px;
}
.panel .form-field .icon {
    position: absolute;
    font-size: 18px;
    top: 9px;
    left: 13px;
    color: #c0c0c0;
}
.panel input {
    border-color: #ddd;
    border-radius: 4px;
    font-weight: 400;
    margin-bottom: 12px;
}
.panel input.btn {
    border: none;
    box-shadow: inset 0 -2px 0 0 rgba(40,57,70,.2);
    color: #fff;
    font-weight: 600;
    height: 50px;
    margin-bottom: 17px;
}
.panel .blue {
	background : #2192D9;
}
.panel .wechat-green {
	background : #4aaf33;
}
.panel .blue:hover {
	background : #1D74AB;
}
.panel .wechat-green:hover {
	background : #42982f;
}
.panel .orange {
	background : #E89115;
}
.panel .orange:hover {
	background : #B97513;
}
.panel .gray {
	background : #C7C6C6;
}
.panel .gray:hover {
	background : #9C9C9C;
}
.panel-profile-img {
    width: 120px;
    height: 120px;
    margin-top: 30px;
    margin-bottom: 5px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.btn-view-home{
	color: white; margin-top: 15px;margin-bottom: 22px;
}
.btn-view-home:hover{
	color: white;
}
.index-summary {
	background-color: #2192d9;
    color: #fff;
    overflow: hidden;
}
.index-summary .overlay {
	margin-top: -150px;
    width: 100%;
    text-align: center;
}
.index-summary canvas{
	height: 150px;
	width: 100%;
}
.index-summary svg{
	position: relative;
    top: 5px;
	margin-right:8px;
}
canvas {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.product-category-area {
	padding-bottom: 80px;
}

.center-heading {
    text-align: center;
	margin-top: 60px;
	margin-bottom: -30px;
}

.client-center-heading {
	margin-top: -10px;
    margin-bottom: 50px;
}

.center-heading h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    font-size: 2.2em;
}
.center-heading h2 strong {
	color: #2192D9	;
}

.center-line {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid #bbb;
    margin: auto;
}

.product-category {
    color: #000;
    padding-bottom: 0 !important;
	padding-top: 80px !important;
	min-height: auto !important;
}
.product-category .product-category__icon {
    margin-bottom: 20px;
}

.product-category svg {
    fill: none;
    stroke: #000;
    stroke-width: 3;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    max-height: 60px;
    width: 50px;
    position: relative;
}

.product-category.category-1 svg {
    stroke: #E89115;
    fill: #E89115;
}

.product-category.category-2 svg {
    stroke: #00b4bf;
    fill: #00b4bf;
}

.product-category.category-3 svg {
    stroke: #ffcc00;
    fill: #ffcc00;
}

.product-category.category-4 svg {
    stroke: #94368d;
    fill: #94368d;
}

.product-category.category-5 svg {
    stroke: #eb4f38;
    fill: #eb4f38;
} 

.product-category.category-6 svg {
    stroke: #11cd6e;
    fill: #11cd6e;
}     

.product-category.category-7 svg {
    stroke: #11cd6e;
    fill: #11cd6e;
}

.product-category h3 {
    margin-top: 0;
    margin-bottom: 20px;
	font-size: 29px;
    line-height: 1.25;
	color:#666;
}

.product-category .product-category__description {
	margin-bottom: 30px;
	color: #777;
}

.btn-transparent {
	border: 2px solid #2192D9!important;
	padding: 0 20px;
	border-radius: 4px;
    color: #2192D9;
	font-size: 15px;    display: none;
	line-height: 34px;
}

.btn-transparent:hover {
	background-color: #2192D9;
	color : white;
}

.help-area {
    background-color: #f5f7f7;
    padding: 25px 0 25px 0;
    font-size: 12px;
    overflow: hidden;
    color: #666;
    text-align: center;
    
}

.help-area .container i {
    color: #40aff5;
    font-size: 50px;
}

.help-area .container .double-line {
    margin-top: 15px;
}

.help-area .container .double-line .first-line {
    font-size: 18px;
    color:#666;
}

.clients-area {
	text-align: center;
    padding: 64px 0px 74px 0px;
}
.clients-area img{
    max-height: 60px;
    max-width: 200px;
}
.carousel-inner .img-max {
	width:100%;
}
@media (max-width: 1200px) {
	.panel{
		width:100%
	}
	.login {
		position: static;
	}
}
@media (max-width: 1320px) {
	.login-title {
	   display:none;
	}
}
@media (max-width: 1420px) {
	.panel .form-control{
		height:30px;
	}
	.panel input.btn {
		height:33px;
	}
}
@media (max-width: 1488px) {
	.panel-profile-img {
		margin-top: 0px;
	}
	.btn-view-home {
	    margin-top:10px;
	    margin-bottom: 0px;
	}
}