@import url("../fonts/iconfont.css");
@import url("amazeui.min.css");
@import url("keyframes.css");

/***动画***/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

.before:before {
	font-size: 16px;
	content: '';
}

input::placeholder {
	color: #CCCCCC;
}

textarea::placeholder {
	color: #CCCCCC;
}

html,
body {
	height: 100%;
}

div,
ul,
li,
p,
form,
table,
dt,
dl,
dd,
tr,
i,
em,
b,
a,
s {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

table {
	font-size: 14px;
}

body {
	width: 100%;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	color: #6a6f73;
	background: #f2f2f2;
	font-size: 14px;

}

body.FFFFFF {
	background: #FFFFFF;
}

body.F2F2F2 {
	background: #F2F2F2;
}

.b_f_2 {
	background: #F2F2F2;
}

.b_f {
	background: #FFFFFF;
}

textarea,
select,
input {
	font-family: "\5FAE\8F6F\96C5\9ED1";
	outline: medium;
	box-sizing: border-box;
}

select option[selected]{
	background: #247ec0;
	color: #FFFFFF;
}

input[type=range] {
	outline: none;
	-webkit-appearance: none;
	background: -webkit-linear-gradient(#61bd12, #61bd12) no-repeat, #ddd;
	height: 3px;
	border-radius: 5px;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 15px;
	width: 15px;

	background: #ffffff;
	border-radius: 100%;
	/*外观设置为圆形*/
	border: 1px solid #DDDDDD;
	/*设置边框*/
}

textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 4px;
}

a {
	color: #6a6f73;
	text-decoration: none;
	cursor: pointer;
	outline: none
}

a:hover {
	text-decoration: none;
	color: #247ec0;
}

a:focus {
	outline: none;
}

img {
	border: none;
}

em,
i {
	font-style: normal;
	font-weight: normal;
}

h3,
h4 {
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear {
	height: 0px;
	clear: both;
	overflow: hidden;
}

.black10 {
	height: 10px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.none {
	display: none;
}

.black20 {
	height: 20px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.black30 {
	height: 30px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.black40 {
	height: 40px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.black50 {
	height: 50px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

input[type=checkbox] {
	-webkit-appearance: none;
	border: 0px;
	width: 16px;
	height: 16px;
	background: url(../images/check.png) no-repeat -20px 0px;
	-webkit-transition: 0s;
	transition: 0s;
	outline: none;
	cursor: pointer;
}

input[type="checkbox"]:checked {
	background: url(../images/check.png) no-repeat 0px 0px;
	outline: none;
}

input[type=radio] {
	-webkit-appearance: none;
	border: 0px;
	width: 16px;
	height: 16px;
	background: url(../images/radio.png) no-repeat -18px 0px;
	-webkit-transition: 0s;
	transition: 0s;
	outline: none;
	cursor: pointer;
}

input[type=radio]:checked {
	background: url(../images/radio.png) no-repeat;
}

input[type=radio]:focus {
	border: 0px !important;
	box-shadow: 0 0 0 rgba(36, 126, 192, 0.4) inset;
}

input[type=radio]:disabled {
	background: url(../images/radio.png) no-repeat -35px 0px;
}

.w50 {
	text-align: center;
	max-width: 50px;
}

.w60 {
	text-align: center;
	max-width: 60px;
}

.w80 {
	text-align: center;
	max-width: 80px;
}

.w100 {
	text-align: center;
	max-width: 100px;
}

.w150 {
	max-width: 150px;
}

.w200 {
	max-width: 200px;
}

.w250 {
	max-width: 250px;
}

.w300 {
	max-width: 300px;
}

.w350 {
	max-width: 350px;
}

.w500 {
	max-width: 500px;
}

.d50 {
	text-align: center;
	width: 50px;
}
.d60 {
	text-align: center;
	width: 60px;
}
.d80 {
	text-align: center;
	width: 80px;
}

.d100 {
	text-align: center;
	width: 100px;
}

.d150 {
	width: 150px;
}

.d200 {
	width: 200px;
}

.d250 {
	width: 250px;
}

.d300 {
	width: 300px;
}

.d350 {
	width: 350px;
}

.d500 {
	width: 500px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.m-top20 {
	margin-top: 20px !important;
}

.m-top15 {
	margin-top: 15px !important;
}

.m-top10 {
	margin-top: 10px !important;
}

.m-top5 {
	margin-top: 5px !important;
}


.p-top20 {
	padding-top: 20px !important;
}

.p-top15 {
	padding-top: 15px !important;
}

.p-top10 {
	padding-top: 10px !important;
}

.p-top5 {
	padding-top: 5px !important;
}

.m-bottom20 {
	margin-bottom: 20px !important;
}

.m-bottom15 {
	margin-bottom: 15px !important;
}

.m-bottom10 {
	margin-bottom: 10px !important;
}

.m-bottom5 {
	margin-bottom: 5px !important;
}

.p-bottom20 {
	padding-bottom: 20px !important;
}

.p-bottom15 {
	padding-bottom: 15px !important;
}

.p-bottom10 {
	padding-bottom: 10px !important;
}

.p-bottom5 {
	padding-bottom: 5px !important;
}

.p-left20 {
	padding-left: 20px !important;
}

.p-left15 {
	padding-left: 15px !important;
}

.p-left10 {
	padding-left: 10px !important;
}

.p-left5 {
	padding-left: 5px !important;
}

.p-right20 {
	padding-right: 20px !important;
}

.p-right15 {
	padding-right: 15px !important;
}

.p-right10 {
	padding-right: 10px !important;
}

.p-right5 {
	padding-right: 5px !important;
}

.m-left5 {
	margin-left: 5px !important;
}

.m-left10 {
	margin-left: 10px !important;
}

.m-left15 {
	margin-left: 15px !important;
}

.m-left20 {
	margin-left: 20px !important;
}

.m-right5 {
	margin-right: 5px !important;
}

.m-right10 {
	margin-right: 10px !important;
}

.m-right15 {
	margin-right: 15px !important;
}

.m-right20 {
	margin-right: 20px !important;
}

.d-label {
	display: inline-block;
}

.f-12 {
	font-size: 12px !important;
}

.f-14 {
	font-size: 14px !important;
}

.f-16 {
	font-size: 16px !important;
}

.f-18 {
	font-size: 18px !important;
}

.f-20 {
	font-size: 20px !important;
}

.f-24 {
	font-size: 24px !important;
}

.t-left {
	text-align: left;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

.flex-center {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
}

.flex-center-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.flex-center-between{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: space-between;
	align-content: space-between;
}

.flex-align-center {
	display: -webkit-flex;
	/* Safari */
	-webkit-align-items: center;
	/* Safari 7.0+ */
	display: flex;
	align-items: center;
}

.red {
	color: #FF0000 !important;
}

.blue {
	color: #088fdc !important;
}

.green {
	color: #5FB878 !important;
}

.black {
	color: #000000 !important;
}

.onelist-hidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.twolist-hidden {
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threelist-hidden {
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.tip {
    line-height: 30px;
    color: #999;
    font-size: 12px;
}

.tips .pre {
    padding: 1rem;
    background-color: #fbfdff;
    border: 1px solid #dfeffd;
    white-space: normal;
    font-size: 1.22rem;
    line-height: 1.6;
    color: #259fdc;
}

.tips .pre p {
    margin: .5rem 0;
}