@charset "utf-8";

/* CSS Document */
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  /* [disabled]margin:0;*/
  padding: 0;
  font-family: "microsoft yahei", "simhei", "simsun";
  color: #333;
  margin: 0;
  font-size: 16px;
}

html {
  font-size: 16px;
}

p {
  padding: 0;
  font-family: "microsoft yahei", "simhei", "simsun";
  color: #333;
  margin: 0;
}

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

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

a {
  color: #333;
  font-family: "microsoft yahei";
}

a:hover {
  color: #1572cf
}

.clearfix:before {
  content: "";
  display: table;
}

body {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0;
  display: block
}

/*返回顶部*/
#app_totop {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 9999999999;
  width: 40px;
  cursor: pointer;
  display: none;
}

#app_totop a {
  display: block;
  outline: none;
  width: 40px;
  height: 40px;
  background: url(back_totop_app_dkj_20210709.png) center no-repeat;
  opacity: 0.9;
  background-size: 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='back_totop_app_dkj_20210709.png', sizingMethod='scale');
}

#app_totop a:hover {
  opacity: 1;
}

body {
  background: url(APP_BG_ZWL_2021625.png) no-repeat top center;
  background-size: 100%
}

.app_head .top {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.app_head .links {
  display: flex;
  flex-direction: column;
  text-align: right
}

.app_head .links a {
  font-size: 0.88rem;
  margin-bottom: 0.4rem
}

.app_head,
.row {
  width: 92%;
  margin: 0 auto
}

.app_head h1 {
  width: 74.3%;
  margin: 1.2rem 0
}

.app_head h1 img {
  width: 100%
}

.app_head .nav {
  display: flex;
  background: #166cc2;
  border-radius: 6px;
  position: relative
}

.app_head .nav ul {
  flex: 1;
  position: relative
}

.app_head .nav ul::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #4292e1;
  right: 0;
}

.app_head .nav ul::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #004992;
  right: -2px;
}

.app_head .nav ul li {
  width: 33.3%;
  text-align: center;
  float: left
}

.app_head .nav ul li a {
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: 2rem;
}

.app_head .app_btn {
  width: 14.2%;
  background: url(app_btn_zwl_2021625.png) no-repeat center;
  background-size: 30%
}

.fixedNav {
  background: #1572cf;
  height: 3rem;
  position: fixed;
  width: 100%;
  top: 0;
  display: none;
  z-index: 99;
  left: 0
}

.flexnav {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.logofixed {
  flex: 1;
  margin: 0 8% 0 4%
}

.logofixed img {
  width: 22%
}

.fixedNav span {
  line-height: 3rem;
  display: block;
  float: right;
  color: #fff;
  font-size: 0.88rem;
  padding-right: 1.19rem;
  font-weight: 300;
  vertical-align: middle;
}

.fixedNav span::after {
  display: inline-block;
  content: "";
  width: 1.19rem;
  height: 1.13rem;
  background: url(cosmos_dkj_ico@3x.png) no-repeat;
  background-size: auto;
  background-size: 1.19rem 1.13rem;
  vertical-align: middle;
  margin-left: 0.5rem;
  cursor: pointer;
  position: relative;
  top: -0.1rem;
}

.fixedNav_content {
  display: none;
  position: fixed;
  top: 3rem;
  z-index: 999;
  width: 100vw;
  border-bottom: 0.1rem solid #166cc2;
  background: rgba(58, 67, 82, 0.9);
}

.fixedNav_content ul {
  padding: 1rem 1.19rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.fixedNav_content ul li {
  width: 33.3%;
  float: left;
  text-align: center;
  padding: 1rem 0
}

.fixedNav_content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.closeNav {
  border: 0.06rem solid #fff;
  color: #fff;
  font-size: 0.88rem;
  padding: 0.5rem;
  display: block;
  text-align: center;
  width: 10rem;
  border-radius: 0.19rem;
  margin: 0 auto 0.8rem;
}

.closeNav:hover {
  color: #fff
}

/* 通用菜单 */
.Hamburg1 {
  width: 92%;
  margin: 0.7rem auto;
  overflow: hidden;
  color: #555555;
  /*height: 1.2rem;*/
  line-height: 1.2rem;
  font-size: 0.88rem
}

.Hamburg1 a {
  color: #555555
}

.Hamburg1 a:last-child {
  background: none;
  color: #555555
}

.Hamburg1 span {
  width: 6px;
  height: 12px;
  display: inline-block;
  margin: 0 0.45rem
}

/* 微博微信 */
.i_search_box {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  top: 4.5rem;
  display: none
}

.i_search {
  display: flex !important;
  width: 100%;
  border: 2px solid #166cc2;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 6px;
  background: #fff
}

.i_search input {
  width: 100%;
  border: none;
  text-indent: 0.88rem;
  background-color: transparent;
  height: auto;
  outline: none;
  line-height: 2.4rem;
  vertical-align: top;
  font-size: 16px;
}

.titH2 {
  background: url(tit_bg_dkj.png) left center no-repeat;
  font-weight: bold;
  padding-left: 0.7rem;
  font-size: 1rem;
  background-size: 0.15rem;
  margin-bottom: 0.75rem
}

.i_btn {
  width: 100%;
  overflow: hidden;
  clear: both;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem
}

.i_btn a {
  width: 48%;
  padding: 0.4rem 0;
  font-size: 0.88rem;
  display: block;
  color: #fff;
  font-weight: bold;
  background: url(bg3_dkj_2021621.png) no-repeat;
  background-size: 100%;
  border-radius: 0.19rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.i_btn span {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: 0.2rem
}

.i_btn .ico {
  background: url(ico26_dkj_2021621.png) center no-repeat;
  background-size: 95%
}

.i_btn .ico1 {
  background: url(ico27_dkj_2021621.png) center no-repeat;
  background-size: 95%
}

/*标题*/
/*通用ul列表*/
.currency_ul {
  width: 100%;
  overflow: hidden;
  display: block;
}

.currency_ul li {
  background: url(" libg_dkj_2021621.png") 5px 8px no-repeat;
  padding-left: 18px;
  clear: both;
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden
}

.currency_ul li:last-child {
  margin-bottom: 0px;
}

.currency_ul li a {
  color: #333;
  font-size: 0.88rem;
  display: block
}

.currency_ul li a:hover {
  color: #166cc2;
}

.currency_ul li span {
  color: #9f9e9e;
  font-size: 14px;
}

.currency_ul p {
  vertical-align: middle;
  padding-top: 8px;
  overflow: hidden;
  clear: both;
  display: flex;
  align-items: center
}

.currency_ul label {
  width: 36px;
  height: 16px;
  color: #fff;
  background: #e28082;
  font-size: 12px;
  display: inline-block;
  float: left;
  border-radius: 3px;
  text-align: center;
  line-height: 16px;
  margin-right: 10px
}

.currency_ul i {
  float: left;
  font-size: 14px;
  color: #e4e4e4;
  margin-right: 10px
}

/*
/*通用TAB*/
.tab-ul {
  padding: 0 15px;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #eaf1f7;
  border-radius: 3px;
  margin-bottom: 1.2rem
}

.tab-ul li {
  float: left;
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-right: 1rem;
  margin-right: 1rem;
  font-weight: bold;
  font-size: 1rem;
  position: relative
}

.tab-ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 21px;
  background: #cfd0d0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tab-ul li:last-child::before {
  display: none
}

.tab-ul .cur a {
  color: #1572cf;
}

.tab-con {
  display: none
}

.tit {
  padding: 0.55rem 15px;
  /*height: 2.5rem;*/
  /*line-height: 2.5rem;*/
  background: #eaf1f7;
  border-radius: 3px;
  margin-bottom: 1.2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #1572cf
}

.tab {
  background-color: transparent;
  text-align: center;
  height: 1.8rem;
  line-height: 1.8rem;
}

.tab li {
  display: inline-block;
  float: none;
  position: inherit;
  padding-left: 1rem;
  height: 1.8rem;
  line-height: 1.8rem;
  margin-right: 0;
  border-radius: 0.19rem;
}

.tab .cur {
  background: #166cc2;
}

.tab .cur a {
  color: #fff;
  font-size: 0.88rem
}

.tab_more {
  background: #e7ebee;
  text-align: center;
  display: block;
  border-radius: 0.19rem;
  padding: 0.5rem;
  font-size: 0.88rem;
  color: #888888;
  width: 30%;
  margin: 0.5rem auto 0;
  border: 0.06rem solid #f9f9f9;
}

.tit h2 {
  color: #1572cf;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
}

.R_line {
  border-bottom: 1px dashed #cfcfcf;
  padding-bottom: 20PX;
  margin-bottom: 20px;
}

.R_line:last-child {
  border: none
}

.app_slide {
  margin-top: 0.8rem
}

.app_slide p {
  font-size: 0.88rem;
  padding-top: 0.5rem
}

.i_pic {
  height: 13.5rem;
  display: block;
  background: url(No_img_dkj_2021624.png) no-repeat center;
  background-size: cover;
}

.H_img {
  background: url(No_img_dkj_2021624.png) no-repeat;
  background-size: 100%
}

.app_slide .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.3rem;
  border-radius: 0;
  background: #f0f0f0;
  opacity: 1;
}

.app_slide .swiper-pagination-bullet-active {
  background: #1572cf
}

.app_slide .swiper-pagination {
  text-align: right
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
}

.app_slide .swiper-container-horizontal>.swiper-pagination-bullets,
.app_slide .swiper-pagination-custom,
.app_slide .swiper-pagination-fraction {
  top: 11.5rem;
  height: 0.3rem;
}

.app_slide .swiper-container {
  width: 500px;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.mt {
  margin-top: 1.5rem
}

.ash {
  background: #f3f6f9;
  padding-bottom: 0.7rem
}

.ash .tab_more {
  background: #fff
}

.ash h2 {
  text-align: center;
  color: #166cc2;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.7rem 0 1rem
}

.information,
.zxzx_box {
  border: 1px solid #166cc2;
  border-radius: 0.19rem;
}

.zxzx_box {
  padding: 0.7rem
}

.information ul {
  padding: 0.7rem 0.3rem 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.information ul li {
  width: 29.3%;
  margin: 0 2% 0.7rem;
}

.information ul li a span {
  width: 100%;
  height: 4rem;
  display: block;
  border-radius: 0.19rem;
}

.information ul li a label {
  text-align: center;
  display: block;
  font-size: 0.88rem;
}

.information ul li .ico {
  background: #f3f3f3 url(ico21_dkj_2021621.png) center no-repeat;
  background-size: 2rem
}

.information ul li .ico1 {
  background: #f3f3f3 url(ico22_dkj_2021621.png) center no-repeat;
  background-size: 2rem
}

.information ul li .ico2 {
  background: #f3f3f3 url(ico23_dkj_2021621.png) center no-repeat;
  background-size: 2rem
}

.information ul li .ico3 {
  background: #f3f3f3 url(ico24_dkj_2021621.png) center no-repeat;
  background-size: 2rem
}

.information ul li .ico4 {
  background: #f3f3f3 url(ico25_dkj_2021621.png) center no-repeat;
  background-size: 2rem
}

.information p {
  width: 92%;
  margin: 0.7rem auto;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: #f3f3f3;
  font-size: 0.88rem;
  border-radius: 0.19rem;
  position: relative
}

.information p a {
  display: block
}

.information p::before {
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  position: absolute;
  background: url(app_linebg_2021628.png) no-repeat;
  background-size: 100%;
  left: 2px;
  bottom: 2px
}

.information p::after {
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  position: absolute;
  background: url(app_linebg1_2021628.png) no-repeat;
  background-size: 100%;
  right: 2px;
  top: 2px
}

/* 互动交流 */
.app_banner {
  width: 100%
}

.app_banner img {
  width: 100%
}

.imgbtn {
  width: 100%;
  overflow: hidden
}

.imgbtn li {
  width: 48.5%;
  text-align: center;
  font-size: 1.2rem;
  height: 4rem;
  position: relative;
  float: left;
  margin-bottom: 0.75rem;
  border-radius: 0.19rem
}

.imgbtn li:nth-child(2n) {
  float: right
}

.imgbtn li a {
  display: block;
  width: 100%;
  height: 4rem;
}

.imgbtn li a h2 {
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 1.2rem;
  font-weight: bold;
  font-size: 1.1rem
}

.imgbtn li a span {
  color: #fff;
  font-size: 0.75rem;
  line-height: 5.3rem;
  opacity: 0.3;
  letter-spacing: 1px;
  color: #9abdec\0;
}

.imgbtn .bg {
  background: url(img1_dkj_2021621.png) no-repeat;
  background-size: cover
}

.imgbtn .bg1 {
  background: url(img2_dkj_2021621.png) no-repeat;
  background-size: cover
}

.imgbtn .bg2 {
  background: url(img3_dkj_2021621.png) no-repeat;
  background-size: cover
}

.imgbtn .bg3 {
  background: url(img4_dkj_2021621.png) no-repeat;
  background-size: cover
}

.BtnList {}

.BtnList li {
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  background: #85b2e0;
  border-radius: 0.19rem;
  margin-bottom: 0.7rem;
  position: relative
}

.BtnList li a {
  color: #fff;
  font-weight: bold;
  display: block
}

.BtnList li::before {
  content: "";
  width: 0.8rem;
  height: 0.1rem;
  position: absolute;
  left: 0.4rem;
  top: 0.2rem;
  background: #fff
}

.BtnList .text::after {
  content: "DIKUAMHJUGAIKUANG";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 0.88rem;
  opacity: 0.3;
  height: 0.8rem;
  line-height: 0.8rem;
}

.BtnList .text1::after {
  content: "LINGDAOJIESHAO";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 0.88rem;
  opacity: 0.3;
  height: 0.8rem;
  line-height: 0.8rem;
}

.BtnList .text2::after {
  content: "JIGOUYUZHINENG";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 0.88rem;
  opacity: 0.3;
  height: 0.8rem;
  line-height: 0.8rem;
}

.r_imgList {
  width: 100%;
  overflow: hidden;
  margin-top: 28px
}

.r_imgList dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem
}

.r_imgList dl:hover a {
  color: #1572cf
}

.r_imgList dl dt {
  width: 35%;
  height: 5rem;
  border: 1px solid #d4dee8;
  border-radius: 3px;
  margin-right: 0.7rem;
  background: url(No_img_dkj_2021624.png) no-repeat;
  background-size: 100%
}

.r_imgList dl dd {
  flex: 1
}

.r_imgList dl dd a {
  margin: 0.6rem 0 0.4rem;
  display: block;
  font-size: 0.88rem
}

.r_imgList dl dd span {
  color: #999;
  font-size: 14px;
  display: block
}

/* 互动交流 */
.l_hdjl .top {
  height: 3rem;
  background: #f6f7f8;
  border-radius: 0.19rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  display: flex;
}

.l_hdjl .top h2 {
  width: 4rem;
  height: 3rem;
  background: url(tit_bg1_dkj_2021621.png) no-repeat;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0.19rem;
  align-items: center;
  display: flex;
  justify-content: center
}

.l_hdjl .top ul {
  flex: 1;
  text-align: center;
  display: flex;
  height: 3rem;
}

.l_hdjl .top ul li {
  display: inline-block;
  border-right: 1px solid #cccccc;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.88rem
}

.l_hdjl .top ul li:last-child {
  border-right: none
}

.l_hdjl .top ul li label {
  display: block;
  color: #1572cf;
  font-weight: bold;
  font-size: 1rem;
}

.hdjl_btn {
  display: flex;
  justify-content: space-between
}

.hdjl_btn li {
  width: 47.5%;
  border: 1px solid #1572cf;
  border-radius: 3px;
  padding: 0.4rem 0
}

.hdjl_btn li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem
}

.hdjl_btn li img {
  width: 2rem;
  margin-right: 0.4rem
}

/* 机构概况 */
.jg_main {
  width: 100%;
  margin: 0 auto
}

.jg_main h3 {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  font-weight: bold
}

.jg_main p {
  line-height: 1.6rem;
  padding-bottom: 0.5rem;
  font-size: 0.88rem
}

/* 本例子css */
.sideMenu {
  width: 100%;
}

.sideMenu p {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  margin-bottom: 0.8rem
}

.sideMenu .item {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  margin-bottom: 0.8rem
}

.sideMenu .item h3 {
  color: #166cc2;
  display: block;
  text-indent: 1.5rem;
  position: relative;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
}

.sideMenu .item a:last-child {
  margin-bottom: 1rem
}

.sideMenu p a {
  color: #166cc2;
  display: block;
  text-indent: 1.5rem;
  position: relative
}

.sideMenu a::after,
.sideMenu h3::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #9fa0a0;
  display: block;
  top: 0.88rem;
  left: 0.88rem;
}

.sideMenu h3 em {
  float: right;
  display: block;
  width: 1.8rem;
  height: 0.88rem;
  margin-top: 0.5rem;
  cursor: pointer;
}

.sideMenu h3.on em {
  background-position: 16px -57px;
}

.sideMenu h3 em:after {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid #166cc2;
  border-top: 2px solid #166cc2;
  -webkit-transform: rotate(135deg);
  /*箭头方向可以自由切换角度*/
  transform: rotate(135deg);
}

.sideMenu ul {
  padding: 0 1.5rem;
  color: #999;
  display: none;
  /* 默认都隐藏 */
}

.sideMenu ul li {
  font-size: 0.88rem;
  padding: 0.5rem 0
}

/* footer*/
.app_footer {
  background: #1572cf;
  padding: 0.8rem 0;
  margin-top: 1.5rem
}

.app_footer .footer_img {
  display: flex;
  justify-content: center;
  align-items: center
}

.app_footer .footer_img img {
  padding: 0 0.5rem
}

.app_footer .footer_text {
  text-align: center;
}

.app_footer .footer_text p span {
  color: #fff;
  font-size: 0.88rem;
  padding: 0 0.4rem
}

.zyzc_ul li a {
  width: 80%;
}

.fenye_app .page_s {
  width: 32px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: url(page_l_dkj_202172.png) no-repeat;
  background-size: 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='page_l_dkj_202172.png', sizingMethod='scale');
}

.fenye_app a.page_s:hover {
  background: url(page_l_on_dkj_202172.png) no-repeat
}

.fenye_app .page_x {
  width: 32px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: url(page_r_dkj_202172.png) no-repeat;
  background-size: 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='page_r_dkj_202172.png', sizingMethod='scale');
}

.fenye_app a.page_x:hover {
  background: url(page_r_on_dkj_202172.png) no-repeat
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }

  html,
  body {
    background: #fff url(APP_BG_ZWL_2021625.png) no-repeat top center !important;
    background-size: 100% !important
  }

  .app_head .app_btn {
    background: url(app_btn_zwl_2021625.png) no-repeat center;
    background-size: 50%;
  }

  .head_box,
  .footer,
  .topbar,
  .app_Hamburg {
    display: none
  }

  .app_head,
  .app_footer {
    display: block !important;
  }

  .r_imgList dl dt {
    width: 25%;
    height: 6rem;
    border: 1px solid #d4dee8;
    border-radius: 3px;
    margin-right: 0.7rem;
    background: url(No_img_dkj_2021624.png) no-repeat;
    background-size: auto;
    background-size: 100%;
  }

  .currency_ul li a:visited {
    color: #551a8b;
  }

  .footer_text span .gn:before {
    content: "";
    position: relative;
    margin-right: 3px;
    display: inline-block;
    width: 15px;
    height: 17px;
    background: url(cosmos_icon_ba_20180129@2x.png) left center no-repeat;
    top: 3px
  }

  .logofixed img {
    width: 100%
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 16px;
  }

  .footer_text p span {
    display: block;
    margin: 0.5rem 0
  }

  .head .app_btn {
    width: 18.2%;
  }

  .r_imgList dl dt {
    width: 35%;
    height: 5rem;
    border: 1px solid #d4dee8;
    border-radius: 3px;
    margin-right: 0.7rem;
    background: url(No_img_dkj_2021624.png) no-repeat;
    background-size: 100%;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 16px;
  }

  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  p,
  blockquote,
  pre,
  hr,
  figure,
  table,
  caption,
  th,
  td,
  form,
  fieldset,
  legend,
  input,
  button,
  textarea,
  menu {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}