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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
}
button {
  cursor: pointer;
}
body {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #333;
}
i {
  font-style: normal;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  font-family: "Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei";
}
body {
  background: #ee5522;
}
.wrap {
  display: block;
  width: 590px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 100px auto 0;
}
.content {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
.content .logo {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  margin: -50px auto 0;
  border: 4px solid  #e8e8e8;
}
.content .logo img {
  width: 100px;
}
.content h1 {
  font-size: 32px;
  color: #333;
  line-height: 60px;
  text-align: center;
  margin-top: 20px;
}
.content p {
  font-weight: normal;
  font-size: 20px;
  color: #666;
  padding: 6px 0;
  line-height: 28px;
  text-align: center;
}
.content .download {
  font-size: 14px;
  color: #2196f3;
  padding: 6px 0;
  line-height: 24px;
  text-align: center;
}
.content .download a {
  color: #FF0000;
}
.content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
}
.content ul li {
  margin: 0 6px 10px;
}
.content ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 50px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(90deg, #f89433, #fd490c);
}
.content .link {
  font-size: 14px;
  color: #FF0000;
  line-height: 48px;
  text-align: center;
}
.content .link a {
  color: #2196f3;
}
.content .text {
  padding-bottom: 20px;
}
.content .text em {
  display: block;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  padding: 2px 5px;
  text-align: center;
  border: 1px solid #eee;
  margin: 5px auto 0;
}
.foot {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff3cd;
  margin: 10px auto;
}
.foot h3 {
  font-size: 18px;
  color: #FF0000;
  text-align: center;
}
.foot p {
  color: #907731;
  text-align: center;
  margin-top: 5px;
}

@media screen and (min-width: 591px) {
  .phone_ul{
    display: none !important;
  }

}

@media screen and (max-width: 590px) {
  .wrap {
    width: 100%;
  }
  .content h1 {
    font-size: 24px;
  }
  .content .download a {
    display: block;
  }
  .pc_ul{
    display: none !important;
  }
}
