body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
	-webkit-text-size-adjust: none !important;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
    /*-webkit-user-select: none;*/
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    letter-spacing: 1px;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,img {
	border: 0
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal
}

ol,ul,li {
	list-style: none
}

caption,th {
	text-align: left
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,q:after {
	content: ''
}

abbr,acronym {
	border: 0
}

a {
	color: #000;
	text-decoration: none
}
a:hover{
	color: #BD1A2D;
	text-decoration: none
}
/*a:active{color:#000}*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear {
	clear: both;
}

html {
	-webkit-text-size-adjust: none;
}

.tlbs {
	display: none!important;
}

.ts-width {
	display: none!important;
}

.ts-height {
	display: none!important;
}

.ts-animatedd {
	display: none!important;
}

.tlbs-flux {
	display: none!important;
}

input, button, select, textarea {
	outline: none;
	border-radius: 0;
	border-width: 0;
}
.tr #send {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #FF552E;
    border: 1px solid #FF552E;
    color: #ffffff;
    white-space: nowrap;
    padding: 10px 12px;
    line-height: 22px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 0 3px 3px 0;
}