/**
*Desc: CSS Reset.
* Author: huzhangjun
* Time: 2016-03-01
*/

/* Reset default browser CSS. */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
legend,
p,
pre,
ol,
ul {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

td,
th {
	padding: 0
}

table {
	font-size: inherit
}

fieldset,
img {
	border: 0;
	display: block;
	width: 100%;
	vertical-align: bottom;
}

li,
ol,
ul {
	list-style: none
}

h1,
h2,
h3,
h4 {
	/* font-size: 18px; */
	font-weight: 400
}

html,
body {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	font-size: 14px;
	line-height: 1.5;
	background: #fff;
	font-weight: 300;
	color: #333333;
}

::-webkit-scrollbar {
	display: none;
}

body,
button,
input,
select,
textarea {
	font-family: Helvetica, Tahoma, Arial,"微软雅黑" ,"黑体-简", "Heiti SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "文泉驿微米黑", "WenQuanYi Micro Hei", sans-serif;
	outline: 0;
	-webkit-text-size-adjust: none
}

button,
input,
select,
textarea {
	font-size: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="number"],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: none;
	background: none;
	border-radius: 0 0 0 0;
	box-shadow: none;
}

a,
input,
textarea,
select,
button {
	outline: 0;
}

/*去掉苹果默认样式*/
input {
	-webkit-appearance: none;
	border: none;
	box-sizing: border-box;
}

/*webkit表单输入框placeholder的颜色值改变*/
input::-moz-input-placeholder {
	color: #AAAAAA;
}

input::-webkit-input-placeholder {
	color: #AAAAAA;
}

input::input-placeholder {
	color: #AAAAAA;
}

input:focus::-moz-input-placeholder {
	color: #dddddd;
}

input:focus::-webkit-input-placeholder {
	color: #dddddd;
}

/* input:focus::input-placeholder {
	color: #dddddd;
} */

/*webkit表单元素的默认外观重置*/
.app {
	-webkit-appearance: none;
}

/*禁用 select 默认下拉箭头*/
select::-ms-expand {
	display: none;
}

/*禁用PC端表单输入框默认清除按钮*/
input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear {
	display: none;
}

input[type="button"],
input[type="submit"] {
	cursor: pointer;
}

::selection {
	background: #333;
	color: #fff;
}

i,
em {
	font-style: normal;
}

a {
	color: #00a3e1;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(105, 186, 255, .13)
}

:focus {
	outline: 0
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
:root {
	--TXRHJ: 'TXRHJ'
}

@font-face {
	font-family: "TXRHJ";
	src: url(../fonts/TensentypeRuiHeiW4.ttf);
}