@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;
}

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

.top_headertj{
  width: 94%;
  height:50px;
  padding: 0 3%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.top_headertj p{
    height: 34px;
    font-family: '微软雅黑';
    font-size: 24px;
    color: #1483f8;
}

.top_left_tj{
	width: 50%;
	display: flex;
	align-items: center;
}

.top_left_tj img{
  width: 198px;
  height: 24px;
}


.top_right_tj{
    width: 40px;
    height: 40px;
}
.top_yc_tj{
	width: 94%;
	padding: 0 3%;
	display: none;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 0;
	padding-bottom: 15px;
}
.top_yc_tj h6{
	font-weight: normal;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.top_yc_nr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_yc_nr a{
	width: 30%;
	height: 28px;
	margin-top: 10px;
	background: rgba(242, 242, 242, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #333;
}
.top_yc_tjshow{
	display: block;
}
/*底部*/
.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%;
}
