﻿@charset "utf-8";



/*clear clearfix*/

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	float: none;
}

.radius5 {
	-moz-border-radius: 5px;
	/* Gecko browsers*/
	-webkit-border-radius: 5px;
	/* Webkit browsers*/
	border-radius: 5px;
}

.p10 {
	padding: 0 10px;
}

.pt10 {
	padding: 10px;
}

.p20 {
	padding: 20px 10px;
}

.pt20 {
	padding: 20px;
}

.ty {
	-webkit-box-shadow: 0px 2px 2px #CCC;
	-moz-box-shadow: 0px 2px 2px #CCC;
	box-shadow: 0px 2px 2px #CCC;
}

.l {
	float: left;
}

.r {
	float: right;
}



input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	cursor: pointer;
}

textarea {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c5c5c5;
}

input:-moz-placeholder,
textarea::-webkit-input-placeholder {
	color: #c5c5c5;
}

input::-moz-placeholder,
textarea::-webkit-input-placeholder {
	color: #c5c5c5;
}

input:-ms-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c5c5c5;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb8 {
	margin-bottom: 8px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb16 {
	margin-bottom: 16px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr8 {
	margin-right: 8px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.w1 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w2 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w3 {
	width: 30%;
}

.w33 {
	width: 33.3%;
}

.w4 {
	width: 40%;
}

.w48 {
	width: 48%;
}

.w45 {
	width: 45%;
}

.w5 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w6 {
	width: 60%;
}

.w7 {
	width: 70%;
}

.w8 {
	width: 80%;
}

.w85 {
	width: 85%;
}

.w9 {
	width: 90%;
}

.mg {
	margin: 0 auto;
}

.marginNone {
	margin: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}

.rem6 {
	width: 6rem;
	margin: 0 auto 0.2rem;
}

.rem64 {
	width: 6.4rem;
}

.table {
	display: table;
	vertical-align: middle;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.background {
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
}


/*@font-face {
    font-family: Roboto;
    src: url('../font/Roboto-Regular.ttf')
    ,url('../font/Roboto-Regular.otf')
    ,url('../font/Roboto-Regular.woff')
    ,url('../font/Roboto-Regular.eto');
}
body {
    font-family:Roboto;
    text-transform:uppercase;
}
.Roboto {
    font-family:Roboto;
}
.text-transform-none {
    text-transform:none;
}*/


/*@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot); 
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../font/MaterialIcons-Regular.woff2) format('woff2'),
       url(../font/MaterialIcons-Regular.woff) format('woff'),
       url(../font/MaterialIcons-Regular.ttf) format('truetype');
}*/

@font-face {
	font-family: 'Material Icons';
	src: url('../font/MaterialIcons-Regular.ttf'), url('../font/MaterialIcons-Regular.otf'), url('../font/MaterialIcons-Regular.woff'), url('../font/MaterialIcons-Regular.eto');
}

@font-face {
	font-family: "CalibreLight";
	src: url(../font/CalibreWeb-Light.woff);
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	/* Preferred icon size */
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	vertical-align: middle;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}


/*内容*/