* {
	margin: 0;
	padding: 0;
}

html {
	padding: 0;
	margin: 0;
	background: #fff;
	font-size: 100%;
}

body {
	min-width: 1200px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif
}

.flex {
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
}

.flexa {
	-ms-flex: 1;
	/* 兼容IE */
	flex: 1;

}

.justify-start {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}

.justify-center {
	-webkit-justify-content: center;
	justify-content: center;
	-moz-box-pack: center;
	/* -webkit--moz-box-pack: center; */
	box-pack: center;
}

.justify-end {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.justify-around {
	justify-content: space-around;
}

.justify-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	/* -webkit--moz-box-pack: space-between; */
	box-pack: space-between;


	/* -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between; */
}

.align-start {
	align-items: flex-start;
}

.align-center {
	align-items: center;
}

.align-end {
	align-items: flex-end;
}

.align-baseline {
	align-items: baseline
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-once {
	flex-grow: 1;
}

.flex-two {
	flex-grow: 2;
}

.flex-three {
	flex-grow: 3;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.vertical-baseline {
	vertical-align: baseline;
}

.vertical-middle {
	vertical-align: middle;
}

.vertical-bottom {
	vertical-align: bottom;
}

.vertical-text-top {
	vertical-align: text-top;
}

.vertical-top {
	vertical-align: top
}

.text-xs {
	font-size: 10px;
}

.text-sm {
	font-size: 12px;
}

.text-df {
	font-size: 14px;
}

.text-lg {
	font-size: 16px;
}

.text-xl {
	font-size: 20px
}

.position-relatice {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.position-fixed {
	position: fixed;
}

.text-ABC {
	text-transform: uppercase;
}

.text-abc {
	text-transform: lowercase;
}

.text-bold {
	font-weight: bold;
}

.text-red,
.line-red {
	color: red;
}

.text-blue,
.line-blue {
	color: blue;
}

.text-yellow,
.line-yellow {
	color: yellow;
}

.text-green,
.line-green {
	color: green;
}

.text-orange,
.line-orange {
	color: orange;
}

.text-pink,
.line-pink {
	color: pink;
}

.text-black,
.line-black {
	color: black;
}

.text-white,
.line-white {
	color: white;
}

.text-gray,
.line-gray,
.dotted-gray {
	color: gray;
}

.bg-yellow {
	background-color: yellow;
}

.bg-orange {
	background-color: orange;
}

.bg-red {
	background-color: red;
}

.bg-black {
	background-color: black;
}

.bg-write {
	background-color: white;
}

.bg-pink {
	background-color: pink;
}

.bg-green {
	background-color: green;
}

.bg-gray {
	background-color: gray;
}

.auto {
	margin: 0 auto;
}

.padding-0 {
	padding: 0;
}

.padding-xs {
	padding: 5px;
}

.padding-sm {
	padding: 10px;
}

.padding {
	padding: 15px;
}

.padding-lg {
	padding: 20px;
}

.padding-xl {
	padding: 25px;
}

.padding-top-xs {
	padding-top: 5px;
}

.padding-top-sm {
	padding-top: 10px;
}

.padding-top {
	padding-top: 15px;
}

.padding-top-lg {
	padding-top: 20px;
}

.padding-top-xl {
	padding-top: 25px;
}

.padding-bottom-xs {
	padding-bottom: 5px;
}

.padding-bottom-sm {
	padding-bottom: 10px;
}

.padding-bottom {
	padding-bottom: 15px;
}

.padding-bottom-lg {
	padding-bottom: 20px;
}

.padding-bottom-xl {
	padding-bottom: 25px
}

.padding-left-xs {
	padding-left: 5px;
}

.padding-left-sm {
	padding-left: 10px;
}

.padding-left {
	padding-left: 15px;
}

.padding-left-lg {
	padding-left: 20px;
}

.padding-left-xl {
	padding-left: 25px;
}

.padding-right-xs {
	padding-right: 5px;
}

.padding-right-sm {
	padding-right: 10px;
}

.padding-right {
	padding-right: 15px;
}

.padding-right-lg {
	padding-right: 20px;
}

.padding-right-xl {
	padding-right: 25px;
}

.margin-0 {
	margin: 0;
}

.margin-xs {
	margin: 5px;
}

.margin-sm {
	padding: 10px;
}

.margin {
	margin: 15px;
}

.margin-lg {
	margin: 20px;
}

.margin-xs {
	margin: 25px;
}

.margin-top-xs {
	margin-top: 5px;
}

.margin-top-sm {
	margin-top: 10px;
}

.margin-top {
	margin-top: 15px;
}

.margin-top-lg {
	margin-top: 20px;
}

.margin-top-xl {
	margin-top: 25px;
}

.margin-bottom-xs {
	margin-bottom: 5px;
}

.margin-bottom-sm {
	margin-bottom: 10px;
}

.margin-bottom {
	margin-bottom: 15px;
}

.margin-bottom-lg {
	margin-bottom: 20px;
}

.margin-bottom-xl {
	margin-bottom: 25px;
}

.margin-left-xs {
	margin-left: 5px;
}

.margin-left-sm {
	margin-left: 10px;
}

.margin-left {
	margin-left: 15px;
}

.margin-left-lg {
	margin-left: 20px;
}

.margin-left-xl {
	margin-left: 25px;
}

.margin-right-xs {
	margin-right: 5px;
}

.margin-right-sm {
	margin-right: 10px;
}

.margin-right {
	margin-right: 15px;
}

.margin-right-lg {
	margin-right: 20px;
}

.margin-right-xl {
	margin-right: 25px;
}

.width-20 {
	width: 20%;
}

.width-30 {
	width: 30%;
}

.width-33 {
	width: 33.3;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-60 {
	width: 60%;
}

.width-70 {
	width: 70%;
}

.width-80 {
	width: 80%;
}

.width-100 {
	width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*文本超出显示省略号*/
.ehn,
.otw,
.tow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.outline-none {
	outline: none;
}

.z100 {
	z-index: 100;
}

.border {
	border: 0.0625rem solid #f2f2f2;
}

.border-rt {
	border: 0.0625rem solid #f2f2f2;
}

.border-lf {
	border: 0.0625rem solid #f2f2f2;
}

.border-top {
	border: 0.0625rem solid #f2f2f2;
}

.border-bottom {
	border: 0.0625rem solid #f2f2f2;
}

.bn {
	border: none;
}

.bt_n {
	border-top: none;
}

.br_n {
	border-right: none;
}

.bb_n {
	border-bottom: none;
}

.i {
	font-style: italic;
}

.dn {
	display: none;
}

.db {
	display: block;
}

.cursor-pointer {
	cursor: pointer;
}

.word-wrap {
	word-wrap: break-word;
}

.hr {
	display: block;
	height: 1px;
	border: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
}

input {
	outline: none;
}

.btn {
	outline: none;
}

:focus {
	outline: 0;
}

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

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

img {
	border: none;
}

a:link,a:link,
a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover,
a:active {
	text-decoration: none;
	border: none;
	color:#F77304;
}

.max-width {
	width: 1200px;
}

.margin-auto {
	margin: 0 auto;
}

.height100 {
	height: 100%;
}

.lf {
	float: left;
}

.lr {
	float: right;
}

.clear-both {
	clear: both;
}

.overflow-hidden {
	overflow: hidden;
}

/*我要吐槽加电话弹窗*/
.select-phone {
	width: 732px;
	height: 600px;
	background: white;
	left: 42%;
	margin: -200px 0 0 -200px;
	padding: 1px;
	position: fixed !important;
	position: absolute;
	top: 48%;
	z-index: 11;
}

.select-two-phone {
	width: 799px;
	height: 369px;
	left: 36%;
}
.mgr {
	margin-right: 10px;
}

/*新增*/
.trad_info {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.trad_title {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-top: 70px;
}

.infoimg {
	width: 1181px;
	height: 302px;
	margin-top: 43px;
}

.trad_tool {
	width: 693px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 51px;
	margin-bottom: 50px;
}

.trad_tool div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.trad_tool div img {
	width: 50px;
	height: 50px;
}

.trad_tool div span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #666666;
	margin-top: 12px;
}
/*遮罩*/
.mask {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	display: none;
	flex-direction: column;
	align-items: center;
}

.mask_content {
	width: 447px;
	height: 318px;
	background: #FFFFFF;
	margin: 150px auto;
	display: flex;
	flex-direction: column;
}

.mask_title {
	width: 447px;
	height: 37px;
	background: #F5F5F5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.mask_title span {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-left: 20px;
}

.mask_title img {
	width: 15px;
	height: 15px;
	margin-right: 20px;
}

.userMessage {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.userMessage span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.userMessage input {
	width: 243px;
	height: 38px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding-left: 10px;
}

.mask_tip {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 15px;
	margin-left: 137px;
}

.determine {
	width: 174px;
	height: 39px;
	background: #F77305;
	border-radius: 2px;
	text-align: center;
	line-height: 39px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 50px;
	margin-left: 137px;
}

.margin01 {
	margin-top: 45px;
	margin-left: 73px;
}

.margin02 {
	margin-top: 20px;
	margin-left: 57px;
}