/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*--start-body--*/
body{
    background: #dcdcca;
  font-family: 'Asap', sans-serif;

}
body a,form li,.submit input[type="submit"],.new p a,.new p.sign{
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
body h1{
         color:#242C41;
    text-align: center;
    padding: 2em 0 0em 0;
    font-size: 3.5em;
}
.wrap {
    margin: 0 auto;
    width: 70%;
}
 .main {
      margin: 2em 0 0.8em 0;
}
.main.two {
    margin:0;
}
.graph {
  float: left;
    width: 60%;
    background-color: #c02942;
    padding:3.3em 2em;
}
.pic-imag {
    float: left;
    width:25%;
    background: #b6273f;
    text-align: center;
	    padding: 2.2em 0;
}
.teddy-text h3 {
    font-size: 1.1em;
    color: #fff;
    margin: 3px;
}
.today-temp-bottom{
  background: #c02942;
  padding: 2em;
  margin: 2em 0;
}
.month-graph {
    margin-top: 3em;
	  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
/* Gradinet and Rounded Corners */

/*  Graph Container */
.graph-container {
	position: relative;
	width:93%;
	height:270px;
	margin: 0 1em;
	background: #c02942;
}

.graph-container > div {
	position: absolute;
	width: inherit;
	height: inherit;
	top: 0px;
	left:0px;
}
/* Text Styles */
#tooltip,.graph-info a {
	height:23px;
	font-size:0.9em;
	color: #fff;
	background:#861d2e;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
	line-height:23px;
}

.tickLabel {
	font-size: 1em;
	color:#fff;
}

/* Tooltip */
#tooltip {
	position: absolute;
	display: none;
	padding: 5px 10px;
	border: 1px solid #b6273f;
}
.legend {
    clear: left;
    float: left;
    font-size: 12px;
    border: 1px solid #b6273f;
    padding: 10px;
    width: 176px;
}
.legend div {
	margin:3px 0;
}
.legend span {
	float:right;
	padding-left:.5em;
}
#os-Win-lbl {
    border-left:#FFA3BA solid 1em;
    padding-left: .5em;
	    font-size: 1em;
    color: #861d2e;
}
#os-Mac-lbl {
    border-left:#1d365f solid 1em;
    padding-left: .5em;
	    font-size: 1em;
    color: #861d2e;
}
#os-Other-lbl {
    border-left:#f9e03b solid 1em;
    padding-left: .5em;
	    font-size: 1em;
    color: #861d2e;
}
.left-graph-info h3 {
      font-size: 1.8em;
      color: #fff;
	  float: left;
}
/* Links */
.graph-info a {
	position: relative;
	display: inline-block;
	float: left;
	padding: 7px 10px 5px 30px;
	margin-right: 10px;
	text-decoration: none;
	cursor: default;
}

/* Color Circle for Links */
.graph-info a:before {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	top: 13px;
	left: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Colors For each Link */
.graph-info .visitors { border-bottom: 2px solid #67398C; }
.graph-info .returning { border-bottom: 2px solid #77b7c5; }

.graph-info .visitors:before { background: #67398C; }
.graph-info .returning:before { background: #67398C; }


/* Hide the First and Last Y Label */
.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child { display: none; }

/* Clear Floats */
.graph-info:before, .graph-info:after,
.graph-container:before, .graph-container:after {
	content: '';
	display: block;
	clear: both;
}
.left-graph-info {

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.graph-container h3{
	font-size:1.5em;
	color:#FFF;
	margin-bottom:1em;
}
#myChart {
  width: 100%;
  height: 300px;
}
canvas#canvas {
  width: 100% !important;
}
canvas#pie {
    width: 314px!important;
    height: 401px!important;
    margin-left: 1em;
}
canvas#line {
 width: 360px!important;
}
.teddy-text h4 {
    color: #DCDCCA;
    font-size: 1.5em;
    margin: 0.3em 0;
    font-weight: 400
}
.teddy-text p {
       font-size: 0.9em;
    color: #fff;
    line-height: 22px;
}
.teddy-text img {
        padding: 8px 0;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
.teddy-follow {
    background:#f98586;
    padding: 0.7em 0em 0.7em 0em;
}
.teddy-follow li {
    display: inline-block;
    text-align: center;
    float: left;
    width: 49%;
}
.teddy-follow li h3 {
  font-size: 0.95em;
  color: #fff;
  font-weight: bold;
}
.teddy-follow li p {
      font-size: 0.8em;
    color: #fff;
    padding: 0;
    margin-bottom: 3px
}
/*--dropdown--*/
.lang_list{
	float:right;
}
select {
    border:1px solid #000;
    outline: none;
    font-size: 13px;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201603/201603086/html/images/arrow.png') no-repeat 95% center #C02942;
    width: 100%;
    padding: 4px 61px 4px 27px;
    color: #fff!important;
    -webkit-appearance: none;
    font-family: 'Asap', sans-serif;
	 position: relative;
    color: #fff;
    border: none;
    margin-top: 0em;
    cursor: pointer;
    font-size: 1em;
}
.bars {
    background: #fff;
    width: 60%;
    float: left;
    padding: 2em 2em;
}
.bar-text{
    background: #F9F5F5;
    width: 19.1%;
    float: left;
    padding: 3.9em 2em;
    text-align: center;
}
.bar-text h3 {
    color:#5F5D5D;
    font-size:2em;
    margin: 0.3em 0;
    font-weight: 400;
}
.bar-text p {
    color:#B9B8B8;
    font-size:1em;
    margin: 0.3em 0;
    font-weight: 400;
}
/*--copy-right--*/
.copy-right {
    margin: 4em 0px 2em 0;
}
.copy-right p {
color:#000;
  font-size: 0.9em;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
}
.copy-right p a {
	    color:#c02942;
}
.copy-right p a:hover {
	text-decoration: underline;
}
/*--//copy-right--*/
/*--start-responsive-design--*/
@media (max-width:1440px){
	.bar-text {
		background: #F9F5F5;
		width: 18.45%;
		float: left;
		padding: 3.9em 2em;
		text-align: center;
	}
}
@media (max-width:1366px){
	.bar-text {
		background: #F9F5F5;
		width: 18.1%;
		float: left;
		padding: 3.9em 2em;
		text-align: center;
	}
}
@media (max-width:1280px){
	.bar-text {
		background: #F9F5F5;
		width:18%;
		float: left;
		padding: 3.9em 2em;
		text-align: center;
	}
}
@media (max-width:1024px){
	.wrap {
		margin: 0 auto;
		width: 91%;
	}
	.bar-text {
		background: #F9F5F5;
		width: 18.35%;
		float: left;
		padding: 3.9em 2em;
		text-align: center;
	}
	
}
@media (max-width:991px){
	
}
@media (max-width:800px){

	.pic-imag {
		float: left;
		width: 30%;
		background: #b6273f;
		text-align: center;
		padding: 2.2em 0;
	}
	.bar-text {
		background: #F9F5F5;
		width: 21%;
		float: left;
		padding: 3.9em 2em;
		text-align: center;
	}
}
@media (max-width:768px){
	.bar-text {
		background: #F9F5F5;
		width: 21%;
		float: left;
		padding: 3.9em 2em;
		text-align: center;
	}
	body h1 {
		padding: 1em 0 0em 0;
		font-size: 3em;
	}
}
@media (max-width:736px){
	.graph {
		float: left;
		width: 89%;
		background-color: #c02942;
		padding: 3.3em 2em;
	}
	.pic-imag {
		float: left;
		width: 100%;
		background: #b6273f;
		text-align: center;
		padding: 2.2em 0;
	}
	.bars {
		background: #fff;
		width: 89%;
		float: left;
		padding: 2em 2em;
	}
}
@media (max-width:667px){
	.bars {
		background: #fff;
		width: 85%;
		float: left;
		padding: 2em 2em;
	}
}
@media (max-width:640px){
	.bars {
		background: #fff;
		width: 85%;
		float: left;
		padding: 2em 2em;
	}
	.bar-text {
		background: #F9F5F5;
		width: 85%;
		float: left;
		padding: 3.9em 2em;
		text-align: center;
	}
	body h1 {
		padding: 1em 0 0em 0;
		font-size: 2.8em;
	}
}
@media (max-width:568px){
		.bars {
		background: #fff;
		width: 85%;
		float: left;
		padding: 2em 2em;
	}
	.bar-text {
		background: #F9F5F5;
		width: 85%;
		float: left;
		padding: 3.9em 2em;
		text-align: center;
	}
	.graph {
		float: left;
		width: 85%;
		background-color: #c02942;
		padding: 3.3em 2em;
	}
	body h1 {
		padding: 1em 0 0em 0;
		font-size: 2.3em;
	}
	.copy-right p {
 
    line-height: 1.8em;
	}
}
@media (max-width:414px){
	body h1 {
    padding: 1em 0 0em 0;
    font-size: 2em;
	}
	.graph {
		float: left;
		width: 82%;
		background-color: #c02942;
		    padding: 3em 2em;
	}
	.bars canvas{
		width: 323px!important;
		height: 140px!important;
	}
	.bar-text {
		width: 83%;
		float: left;
	}
	.bars {
      width: 83%;
	}
	
}
@media (max-width:384px){
	body h1 {
		padding: 1em 0 0em 0;
		font-size: 2em;
	}
	.bars canvas {
		width: 278px!important;
		height: 140px!important;
	}
}
@media (max-width:384px){
	.graph {
		float: left;
		width: 82%;
		background-color: #c02942;
		padding: 3.3em 2em;
	}
}
@media (max-width:375px){
	.graph-container {
		position: relative;
		width: 87%;
		height: 270px;
		margin: 0 1em;
		background: #c02942;
	}
	.bar-text {
		width: 80%;
		float: left;
	}
	.bars {
		width: 80%;
	}
	.bar-text {
		padding: 2em 2em;
	}
	body h1 {
		padding: 1em 0 0em 0;
		font-size: 1.8em;
	}
	.left-graph-info h3 {
		font-size: 1.2em;
	}
}
@media (max-width:320px){
	.bars canvas {
		width: 230px!important;
		height: 127px!important;
	}
	.bars {
		width: 77%;
	}
	.bar-text {
		width: 77%;
		float: left;
	}
	.graph {
		float: left;
		width: 88.4%;
		padding: 3em 1em;
	}
}