
body,
html {
    font-family:'Microsoft YaHei',Arial, ;
    font-weight: normal;
    color: #323232;
    margin: 0;
    padding: 0 !important;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    min-width: 1300px;
}
input,button{
    font-family:'Microsoft YaHei',Arial;
}
div{
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}
body{
    font-size: 16px;
}
#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img{
    display:block;
    border:none;
}
img[src=''],img:not([src]){
    opacity:0;
}
a {
    color:inherit;
    outline: none;
    text-decoration: none;
}
i{
    font-style: normal;
}
span.important,i.important{
    color:#fc1a5b;
}
ul,li{
    list-style: none;
    margin:0;
    padding:0;
}
p{
    margin:0;
}
.rows2{
    overflow:hidden;
    display:-webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}
.clearfix:after{
    content:"";
    display:table;
    font-size: 0;
    line-height: 0;
    clear: both;
}
.layer-wrapper{
    width:1300px;
    max-width: 100%;
    box-sizing: border-box;
    padding:0 10px;
    margin:0 auto;
}
.section{
    margin-bottom:40px;
}
.section-title{
    font-size:20px;
    color:#eb6129;
    font-weight: bold;
    margin-bottom:40px;
}
.view-scroller{
    height:100%;
    margin-right:-5px;
    padding-right:5px;
    overflow: auto;
}

/* banner */
.mode-banner {
	width: 100%;
	position: relative;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.mode-banner:after {
    display:none;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(34, 41, 51, 0.6);
	z-index: 1;
}

.mode-banner .mode-inner {
	display: inline-block;
	position: relative;
	line-height: 0;
	left: 50%;
}

.mode-banner .mode-inner img {
	max-width: inherit;
	display: block;
}

.mode-banner .mode-inner .banner-cnt {
	display: inline-block;
	height: auto;
	position: relative;
	left: -50%;
	line-height: 0;
}

.mode-banner .mode-inner .banner-cnt .context {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 70px;
	z-index: 3;
}

.mode-banner .inner-wraper {
	position: absolute;
	width: 100%;
	left: 0;
    top: 0;
    bottom:0;
    z-index: 2;
    font-size:16px;
}

.mode-banner .inner-wraper .mod-table {
	display: table;
	width: 100%;
	height: 100%;
}

.mode-banner .inner-wraper .mod-table .mod-td {
	display: table-cell;
	vertical-align: middle;
}

.mode-banner .curmenu {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}

::-webkit-scrollbar {
    width:5px;
    height:5px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
}
/* 滚动条样式 */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #eb6129;
}
::-webkit-scrollbar-thumb:hover{
    background: #eb6129;
}
::-webkit-scrollbar-thumb:active{
    background: #eb6129;
}

input::placeholder{
    color:#cacaca;
}