<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

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

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

body {
  max-width: 480px;
  margin: 0 auto;
  background-color: #fafafa;
  padding-bottom: 1.5rem;
}

.header {
  padding: 0 0.7rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  left: 0;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
}

.header img {
  width: 7.65rem;
  height: 1.5rem;
  margin-top: 0.5rem;
}

.header p {
  margin-left: 0.5rem;
  font-size: 0.7rem;
  color: #0f356c;
  line-height: 2.5rem;
}

.header p b {
  font-weight: normal;
  font-size: 0.65rem;
}
.header span{
  width: 0.8rem;
  height: 0.8rem;
  float: right;
  margin: 0.85rem 0 0 0.7rem;
  background: url(../img/top_right.png) no-repeat;
  background-size: 100% 100%;
}
.header .header_close{
  background: url(../img/top_rightclose.png) no-repeat;
  background-size: 100% 100%;
}
.header_tan{
  width: 100%;
  height: auto;
  padding-bottom: 1.5rem;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 2.5rem;
  z-index: 2;
  display: none;
  border-top: 1px solid #f5f6f9;
  box-shadow:0px 22px 22px 0px rgba(0, 0, 0, 0.08);
}
.header_tan_show{
  display: block;
}
.header_tan h6{
  font-size: 0.75rem;
  color: #000;
  line-height: 0.75rem;
  margin: 1rem 0 0 0.75rem;
  font-weight: normal;
}
.header_tan .header_list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.header_tan .header_list a{
  width: 20%;
  height: 1.65rem;
  text-align: center;
  font-size: 0.65rem;
  color: #0d0c0c;
  margin: 0.8rem 0 0 0.75rem;
  line-height: 1.65rem;
  border-radius: 0.15rem;
  background-color: #f5f6f9;
}

.header_tan .header_rmkc a{
  width: 28%;
}
.header_tan p{
  margin-left: 0.75rem;
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #000;
  line-height: 0.75rem;
}
.header_tan p a{
  color: #F39800;
  font-size: 0.8rem;
  text-decoration: underline;
  font-weight: bold;
}
.header_tan p b{
  font-weight: normal;
  margin-left: 0.4rem;
  font-size: 0.65rem;
  color: #A9A9A9;
}
/*底部*/
.newFoot {
	position: fixed;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.05);
	width: 100%;
	padding: 0.65rem 0.75rem;
        z-index: 9999;
}
.newFoot .newbtn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 8.25rem;
	height: 2.75rem;
	border-radius: 0.5rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
}
.newFoot .newbtn::before {
	content: '';
	display: inline-block;
	margin-right: 0.25rem;
	width: 2.15rem;
	height: 2.15rem;
}
.newFoot .phone {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#256df2),
		to(#09f)
	);
	background-image: linear-gradient(0deg, #256df2 0, #09f 100%);
}
.newFoot .phone::before {
	background: url(https://webms1.xhd.cn/r/cms/tianjin/mobile/webApp2020/images/telIcon.png)
		center no-repeat;
	background-size: 100% 100%;
}
.newFoot .newLeyu {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#fd8203),
		to(#fbb315)
	);
	background-image: linear-gradient(0deg, #fd8203 0, #fbb315 100%);
}
.newFoot .newLeyu::before {
	background: url(https://webms1.xhd.cn/r/cms/tianjin/mobile/webApp2020/images/consultIcon.png)
		center no-repeat;
	background-size: 100% 100%;
}
</pre></body></html>