/* 顶部条 */
.TopList {
  height: 3.75rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: url("../images/back-top.png") no-repeat;
  background-size: 100% 100% !important;
}

.TopBox {
  width: 75%;
  /* max-width: 1440px; */
  height: 3.75rem;
  display: flex;
  color: #fff;
  justify-content: end;
  align-items: center;
}
.topBarRight {
  flex: 1;
  /* display: grid; */
  height: 11rem;
  place-items: end;
}
.searchView {
  width: 49.375rem;
  height: 5.1875rem;
  /* height: 0rem; */
  display: flex;
  float: right;
  align-items: center;
  justify-content: end;
  height: 5.1875rem;
  background: linear-gradient(90deg, #0050a0 0%, rgba(0, 80, 160, 0) 100%);
}
.searchView::after {
  background-color: rgba(250, 250, 250, 0.5);
}
.TopSearch input {
  /* width: 280px; */
  width: 100%;
  height: 2.5rem;
  border-radius: 1.25rem;
  border: 1px solid #0050a0;
  background: rgba(255, 255, 255, 0.5);
}

.TopSearch #searchImg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -2.5rem;
}

.TopSearch input[type="text"] {
  color: #0050a0;
  font-size: 1rem;
  height: 2.5rem;
  /* padding: 0 3.125rem 0 5.25rem; */
  padding: 0 3.125rem 0 7.65rem;
}

#searchSelect {
  height: 2.5rem;
  z-index: 5;
  position: absolute;
  font-size: 1rem;
  padding: 0.125rem 0.5rem 0.125rem 0;
  color: #0050a0;
  border: none !important;
  background: none;
  /* margin-left: 1.25rem; */
  margin-left: 0.625rem;
  width: 7.25rem;
  /* background:url(../images/down.png) no-repeat right 0.45rem center !important; */
}
#searchSelect option {
  color: #4a4e58;
}

.TopSearch {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  height: 2.5rem;
  float: right;
  width: 27.5625rem;
  margin-top: 1.25rem;
}

.loginOrRegister {
  display: flex;
  align-items: center;
  height: 2.5rem;
  margin-left: 1.875rem;
  font-size: 1.125rem;
  color: #ffffff;
}

.loginOrRegister .login {
  width: 8.75rem;
  height: 2.5rem;
  background: #7b0100;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
}

.loginOrRegister .register,
.loginOrRegister .logout {
  width: 8.75rem;
  height: 2.5rem;
  background: #0050a0;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.25rem;
  text-align: center;
}

.loginOrRegister .logout {
  width: 6.25rem;
  height: 2.5rem;
  background: #fefbc6;
}

.login p,
.register p,
.loginin p {
  /* width: 78px; */
  height: 1.125rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #ffffff;
}
.loginin p {
  margin: 1.25rem;
}
.logout p {
  width: 4.875rem;
  height: 1.125rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #0050a0;
}

.TopInfo {
  /* width: 150px; */
  padding: 0.625rem;
  height: 1.125rem;
  font-weight: 400;
  font-size: 1.125rem;
  color: #ffffff;
  display: flex;
  margin-right: 0.625rem;
  align-items: center;
  margin-top: 1.25rem;
}
.TopInfo img {
  width: 2rem;
  height: 2rem;
  margin-right: 1.25rem;
}
.TopInfo p {
  margin: 0 1.875rem;
  white-space: nowrap;
}
/****/
/* 底部 */
.footer {
  width: 100%;
  font-weight: 400;
  font-size: 1.125rem;
  color: #ffffff;
  background: url("../images/footer.png") no-repeat;
  background-size: 100% 100%;
}
.footer-top {
  width: 82.4%;
  /* max-width: 1550px; */
  margin: 0 auto;
  display: flex;
  height: 15.9375rem;
}
.footer-left {
  width: calc(40% - 1.875rem);
  line-height: 1.875rem;
  margin-left: 1.875rem;
}
.footer-left div {
  display: flex;
  align-items: center;
  height: 5.5rem;
}
.footer-left span:last-child {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  margin-left: 2.5rem;
}
.footer-left span:first-child {
  margin-right: 0.125rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #ffffff;
  position: absolute;
}
.footer-left p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #d6e2ff;
  margin-left: 2.5rem;
}
.footer-left .qkfy {
  width: 48.3%;
  height: 2.5rem;
  border-radius: 1.25rem;
  border: 0.125rem solid #ffffff;
  padding: 0 2.5rem;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  background: url(../images/right.png) no-repeat right !important;
  background-size: 0.5rem 1rem !important;
  background-position: right 1rem center !important;
}
.footer-right {
  width: 100%;
  padding: 0 0 1.4375rem 0;
  display: flex;
  align-items: center;
  margin-left: 5rem;
}

.footer-right div {
  width: 25%;
  text-align: center;
  position: relative;
}
.footer-right img {
  width: 5.5rem;
  height: 5.5rem;
}
.footer-right span {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  padding-top: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  position: absolute;
}
.footer-bottom {
  width: 100%;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #265fa4;
}
.footer-bottom img {
  width: 1.4375rem;
  height: 1.4375rem;
  margin: 0 1.25rem 0 6.25rem;
}
/*******/

/* 顶部统计 */
.topBar {
  width: 75%;
  /* max-width: 1440px; */
  margin: 0 auto;
  height: 11rem;
  display: flex;
  align-items: center;
}

.logoIcon {
  /* width: 27%; */
  height: 100%;
  display: flex;
  align-items: center;
}
.logoIcon img {
  width: auto;
  height: 5rem;
}

.topData {
  display: flex;
  align-items: center;
  /* flex: 1; */
  /* width: 100%; */
  width: 49.375rem;
  float: right;
  justify-content: end;
}

.countBox {
  /* width: auto; */
  width: 9.9375rem;
  background: rgba(255, 255, 255, 0.8);
  /* margin: 0 1.875rem; */
  height: 5rem;
  text-align: center;
}
.countBox:hover {
  background: rgba(255, 255, 255, 0.5);
}
.countBox:not(:last-child) {
  border-right: 0.0625rem solid #0050a0;
}

.countBox .count {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.125rem;
  color: #0050a0;
  margin-top: 1.25rem;
}

.countBox:last-of-type {
  margin-right: 0;
}

.countBox span:nth-of-type(2) {
  font-size: 1.125rem;
  color: #4a4e58;
  white-space: nowrap;
}

/* 顶部菜单*/
.header {
  width:90rem;
  /* max-width: 1440px; */
  margin: 0 auto;
  height: 3.75rem;
  display: flex;
  align-items: center;
}

.HeaderNav {
  height: 3.75rem;
  width: 100%;
}

.HeaderNav ul {
  height: 3.75rem;
  overflow: hidden;
  line-height: 3.75rem;
}

.HeaderNav ul li {
  float: left;
  width: 25%;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.06rem;
  background-color: rgba(255, 255, 255, 0.5);
  color: #0050a0;
}
.HeaderNav ul li:first-child {
  border-radius: 0.5rem 0 0px 0px;
}
.HeaderNav ul li:last-child {
  border-radius: 0 0.5rem 0px 0px;
}

.HeaderNav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0050a0;
}

.HeaderNav ul li.active,
.HeaderNav ul li:hover {
  background: url("../images/active.png") no-repeat #7b0100;
  background-position: bottom;
  color: #fff;
  background-size: 1.25rem auto;
}

.HeaderNav ul li.active a,
.HeaderNav ul li:hover a {
  color: #fff;
}

.HeaderNav ul li:hover .aboutMatch {
  display: block;
}
.aboutMatch {
  display: none;
  background: #7b0100;
  background-position: bottom;
  color: #fff;
  background-size: 100% auto;
  height: auto !important;
  position: absolute;
  z-index: 99;
  width: 8.3%;
}
.aboutMatch li {
  display: block;
  width: 100% !important;
}
.aboutMatch li:hover {
  border-radius: 0 !important;
  background: rgba(250, 250, 250, 0.3) !important;
  position: relative;
  z-index: 2;
}

.line {
  width: 100%;
  position: absolute;
  z-index: 2;
}
/***菜单end***/

/*市县选择弹框*/
.SwitchBtn {
  width: 2rem;
  height: 1rem;
  z-index: 1102;
  display: block;
  margin: 0 auto;
  margin-top: 0.625rem;
}
.dis {
  display: none;
}
.SwitchView {
  width: 57%;
  max-width: 67.8125rem;
  background: linear-gradient(0deg, #ccd2e3 0%, #ffffff 100%);
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  z-index: 1001;
  /* top: 244px; */
  position: absolute;
  left: 60%;
  transform: translateX(-53%);
}
.CityView {
  padding: 1.875rem;
}
.CityTop {
  height: 3.75rem;
  line-height: 3.75rem;
  border-bottom: 0.0625rem solid #00579d;
  font-size: 1rem;
  font-weight: bold;
  color: #4a4e58;
}
.CityTop span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #4a4e58;
}
.CityMain {
  height: auto;
  max-height: 37.8125rem;
  overflow: auto;
}
.CityMain::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.125rem;
}
.CityMain::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  background: #4a4e58;
}
.CityMain::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 1);
}
.CityMain::-webkit-scrollbar-corner {
  background: #fff;
}
.CityList {
  width: 100%;
}
.countyList {
  /* width: calc(100% - 60px); */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.countyList span {
  display: block;
  width: 7.0625rem;
  height: 3.75rem;
  text-align: center;
  color: #4a4e58;
  font-size: 1rem;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.countyList span.active,
.countyList span:hover {
  width: 7.0625rem;
  height: 2.5rem;
  background: #0050a0;
  border-radius: 0.5rem;
  color: #fff;
}
/*******/

html body {
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

/*禁用长按选中文本*/
img {
  /* pointer-events: none; */
}

/* 初始化标签在所有浏览器中的margin、padding值 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
img {
  padding: 0;
  margin: 0;
}

/* 酌情修改 */
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 1rem;
  line-height: 1;
}

/* 重置页面文字属性 */

/* 短引用的内容可取值：''或"" */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* 重置嵌套引用*/

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
  border: 0 none;
}

/* 重置fieldset（表单分组）、图片的边框为0*/
img {
  vertical-align: top;
}

/* 图片在当前行内的垂直位置 */
abbr,
acronym {
  font-variant: normal;
}

legend {
  color: #000;
}

blockquote,
q {
  quotes: none;
}

/* 重置嵌套引用的引号类型 */

/* 清除特殊标记的字体和字号 */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

/* 重置样式标签的样式 */

/* 上下标 */
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/

/* 表格标题及内容居左显示 */
caption {
  display: none;
}

/* 重置表格标题为隐藏 */
caption,
th {
  text-align: left;
}

/* 清除列表样式 */
/* dl,ul,ol,menu,li{list-style:none} /* 重置类表前导符号为onne,menu在HTML5中有效 */
*/ input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* 输入控件字体 */
input,
select,
textarea,
button {
  vertical-align: middle;
  outline: none;
}

/* 重置表单控件垂直居中*/
textarea {
  resize: none;
}

input[type="submit"] {
  cursor: pointer;
}

/* 鼠标样式 */
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

/* 重置表单button按钮效果 */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 标题元素样式清除, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* 链接样式，颜色可酌情修改 */
a:link {
}

/* 未访问的链接 */
a:visited {
}

/* 已访问的链接 */
a:hover {
}

/* 鼠标移动到链接上 */
a:active {
  color: none;
}

/* 选定的链接 */
del,
ins,
a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

/* 取消a标签点击后的虚线框 */
a:active {
  star: expression(this.onFocus=this.blur());
}

/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/*
::selection{color: #fff;}
::-moz-selection{color: #fff;background-color: #4C6E78;}
*/
a {
  outline: none;
  transition: color 0.2s ease 0s;
}

/*CSS3链接秒数缓冲效果2秒*/
/* 层板块缓冲效果CSS3       transition: all 0.3s ease 0s;   */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "\20";
  display: block;
  clear: both;
}

.f_yh {
  font-family: "Arial, Helvetica, sans-serif";
}

/*f_yh为英文字体样式*/
.cursor {
  cursor: pointer;
}

.pr {
  position: relative;
}
li {
  list-style: none;
}
/*相对定位*/
.pa {
  position: absolute;
}

/*绝对定位*/
.fl {
  float: left;
}

/*左浮动*/
.fr {
  float: right;
}

/*右浮动*/
.fl,
.fr {
  display: inline;
}

/*浮动后，此元素会被显示为内联元素，元素前后没有换行符*/
.H10p {
  height: 0.625rem;
}

.H20p {
  height: 1.25rem;
}

.H30p {
  height: 1.875rem;
}

.H40p {
  height: 2.5rem;
}

.H100p {
  height: 6.25rem;
}

a {
  cursor: pointer;
}

html {
  /* font-size: calc(100vw / 120); */
  font-size: calc(100vw / 120);
  font-size: clamp(10px, calc(100vw / 120), 24px);
}

body {
  background: url(../images/background2.png) no-repeat #fff;
  background-size: 100% 100%;
  max-height: 13.7rem;
}

.titleImg {
  margin: 0 auto 3.85rem auto;
  width: 63.08rem;
  display: block;
}
.logoImg {
  margin: 3.7rem auto;
  width: 30.5rem;
  display: block;
}
