﻿/* CSS Document */
html {
	max-width: 750px;
	width: 100%;
	height: 100%; 
        margin: 0 auto;
}
body {
	font-size:16px;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff; 
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Hiragino Sans GB","Hiragino Sans GB W3";
	visibility: hidden;
	font-size:16px;
	font-family: PingFangSC-Regular;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, p {
	margin: 0; font-size:100%; font-weight:normal;
}
img {
	border: 0;
}
input button{
	vertical-align: middle;
	background:none;  
	outline:none !important;  
	border:0px
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.none {
	display: none;
}
a {
	text-decoration: none;
	color: #494949;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
//消除google浏览器黄色框
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
box-shadow:0 0 0 60px #eee inset;
-webkit-text-fill-color: #878787;
}
.line_nn{border-bottom:1px solid #e0e0e0;position:relative;height:8px;width:100%;}
.tri_rig1{position:absolute;width:0; height:0; border-width:6px; border-color:transparent transparent #e0e0e0 transparent; border-style:dashed dashed solid dashed; overflow:hidden; bottom:0px; left:20px;}
.tri_rig2{position:absolute;width:0; height:0; border-width:6px; border-color:transparent transparent #fff transparent; border-style:dashed dashed solid dashed; overflow:hidden; bottom:-1px; left:20px;}

.line_mm{border-color:#c4c4c4;}
.line_mm .tri_rig1{ border-color:transparent transparent #c4c4c4 transparent;}
.l_bg .line_mm .tri_rig2{ border-color:transparent transparent #e4e7eb transparent;}


p{word-wrap:break-word;word-break:break-all;}
/*返回顶部css*/
.back-to {
    bottom: 3.9rem;
    right: 20px;
    position: fixed;
    z-index: 999;
    display: none;
}
.back-to .back-top {
    background: url(../img/toTop@2x.png) no-repeat scroll 50% 50% transparent;
    background-size: 80%;
    display: block;
    float: right;
    height: 0.6rem;
    outline: 0 none;
    width: 0.6rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
    opacity: 0.8;
    border-radius: 0.04rem;
    background-color: rgba(34,34,34,0.04);
    padding: 0.1rem 0.13rem;
    box-sizing: border-box;
}
.back-to .back-top:hover {background-position: 0 0;opacity: 0.6;}
.welcom{ background:('../img/bg_image.png');}