html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
  margin: 0;
  padding: 0;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
body {
  /* font-size: 12px !important; line-height: 1.5; */
  font-family: "Microsoft Yahei", "simsun", "arial", "tahoma";
  color: #222;
  background: #fff;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #666;
  background: none;
}
ul,
ol {
  list-style: none;
}
:focus {
  outline: none;
}
.clearfix {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 上面为重置 */
/* 顶部 */
.top-bar {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  background-color: #333;
  color: #fff;
}
.top-bar .top-link {
  font-size: 14px;
  height: 100%;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .top-link .top-link-l a span {
  color: #fff;
}
.top-bar .top-link .top-link-r {
  display: flex;
  align-items: center;
}
.top-bar .top-link .top-link-r .jubao {
  color: #f60;
  margin-right: 20px;
}
.top-bar .top-link .top-link-r .app-down {
  background-color: #f60;
  border-radius: 20px;
  color: #fff;
  border: none;
  padding: 4px 8px;
}
.top-bar .top-link .top-link-r .city {
  cursor: pointer;
  color: #f60;
  margin-right: 20px;
}

/* banner */
.mid-banner {
  background: url("https://imgbdb4.bendibao.com/jbsbdb/20226/28/2022628095946_11118.png")
    no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 13vw;
}
.mid-banner >div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.mid-banner .banner-logo img {
  width: 4vw;
  margin-top: 1vw;
}
.mid-banner .banner-title {
  padding-left:3vw;
  margin-top: 1vw;
  width: 36vw;
  height: 5vw;
  line-height: 5vw;
  border-radius: 3vw;
  background: linear-gradient(
    90deg,
    rgba(62, 120, 253, 1) 0%,
    rgba(62, 120, 253, 0.05) 100%
  );
  font-size: 3vw;
  font-weight: 700;
  color: #fff;
}

/* 主体 */
.container {
  width: 1200px;
  margin: 0 auto;
}
.container .top-tips {
  margin-top: 20px;
  width: 100%;
  height: 64px;
  line-height: 64px;
  padding-left: 20px;
  background-color: #f5f5f5;
  border-radius: 6px;
  color: #333;
  font-size: 16px;
}

.container .host-btn {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.container .host-btn a {
  width: 226px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin: 0 9px;
  width: inherit;
  border-radius: 6px;
  background: rgba(37, 102, 254, 0.1);
  font-size: 16px;
  color: #3372fdff;
}

.main-content {
  width: 100%;
}

/* city */
.select {
  padding-top: 25px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.select select {
  text-align: center;
  font-size: 16px;
  color: #333333;
  height: 46px;
  border-radius: 50px;
  border: 1px solid #286afe;
  width: 120px;
  font-weight: 700;
}
/* 下方主题内容 */
.links {
  width: 100%;
  margin-top: 40px;
}
.links .links-title {
  height: 18px;
  line-height: 18px;
  padding-left: 10px;
  border-left: 3px solid #296afe;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.links .links-content {
  width: 1190px;
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  border: 1px solid #f1f2f2;
  overflow: hidden;
  justify-content: flex-start;
}
.links-content a {
  padding: 20px 0px;
  width: 198px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  display: block;
  border: 1px solid #f1f2f2;
}
/* 下方link */
.bot-link {
  margin-top: 60px;
  padding: 10px 50px;
  text-align: center;
  color: #666;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
}
/* .bot-link>a{
  padding: 10px 20px;
} */
/* 底部 */
.bot-about {
  background-color: #666666;
}
.bot-about > div {
  color: #999;
}
.bot-about > div > a {
  color: #999;
}
.wenzi {
  color: #999;
  padding: 12px 0px 12px 0px;
  text-align: center;
}
.wenzi > a{
  color: #999;
}
.bot-about .notice {
  text-align: center;
  color: #999;
}
.bot-about .notice > a {
  color: #999;
}
