@media screen and (min-width: 200px) {
  .clearfix > li,
  .headerL {
    float: left;
  }
  .articleImg {
    margin-left: 17px;
  }
  .pcHide {
    display: none;
  }
  .page_top {
    width: 100%;
    z-index: 125;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header {
    font-size: 16px;
    line-height: 70px;
    height: 55px;
    background: #fff;
    width: 100%;
  }
  .logoImg {
    width: 116px;
    margin-top: 8px;
  }
  .header a {
    color: #212121;
  }
  a:focus {
    outline: none;
    text-decoration: none;
  }
  .headerli {
    width: 1175px;
    margin: 0 auto;
    position: relative;
  }
  .headerL {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  .headerL .navItem {
    position: relative;
    height: 100%;
    margin-right: 40px;
  }
  .headerL .navItemL {
    text-align: right;
    padding-left: 22px;
    background-position-y: 55%;
    background-size: 18px 18px;
  }
  .hzItem {
    background: url(/csdn2023/template/quater_2023_csdn/src/img/index/hetongIcon.png) no-repeat;
  }
  .qdItem {
    background: url(/csdn2023/template/quater_2023_csdn/src/img/index/qudaoIcon.png) no-repeat;
  }
  .qfItem {
    background: url(/csdn2023/template/quater_2023_csdn/src/img/index/qifuIcon.png) no-repeat;
  }
  .pxItem {
    background: url(/csdn2023/template/quater_2023_csdn/src/img/index/peixunIcon.png) no-repeat;
  }
  .headerL .navItem:first-of-type {
    margin: 0;
  }
  .headerL .navItem .navItemA {
    line-height: 58px;
    height: 55px;
  }
  .headerL .navItem.knowledge:hover a:after,
  .headerL .navItem.logoBox:hover a:after {
    content: '';
    width: 0;
  }
  .headerL .navItem.checked a:after,
  .headerL .navItem:hover a:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #fc5531;
    position: absolute;
    bottom: 7px;
    left: 56%;
    margin-left: -30px;
  }
  .navItem.hoverd {
    position: relative;
  }
  .navItem.hoverd a {
    color: #212121;
  }
  .navItem.hoverd:after {
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 4px;
    height: 4px;
    background: #ffda44;
  }
  .headerL ul,
  .headerR li {
    height: 55px;
  }
  .headerR {
    float: right;
  }
  .headerR li {
    margin-right: 11px;
  }
  .headerR a {
    font-size: 14px;
  }
  .user_top .loginBtn,
  .user_top .signBtn {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
  }
  .knowledge {
    position: relative;
  }
  .knowledge:hover .knowledgeList {
    display: block;
  }
  .knowledge:hover {
    background: url(/img/ico_morehover.png) right center no-repeat;
    transform: rotate(0);
  }
  .knowledge,
  .knowledge:hover > a,
  .user_top .bluehover:hover {
    color: #0289ff;
  }
  .knowledgeList {
    display: none;
    width: 90px;
    position: absolute;
    left: -10px;
    top: 52px;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.96);
    z-index: 100;
  }
  .knowledgeList li {
    font-size: 14px;
    line-height: 14px;
  }
  .header_btn,
  .header_btn > a {
    font-size: 16px;
    color: #212121;
  }
  .knowledgeList li a {
    margin: 15px 0;
    color: #707070;
    width: 90px;
    text-align: center;
  }
  .knowledgeList li .hovered,
  .knowledgeList li a:hover {
    color: #0289ff;
  }
  .knowledgeList li:nth-of-type(4n) a {
    border-right: none;
  }
  .logoBox {
    width: 130px;
    vertical-align: middle;
    padding: 2px 0;
  }
  .logoBox a {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
  }
  .headerR .findMoreBox {
    padding: 0 10px;
    height: 40px;
    position: relative;
  }
  .findMoreBox.expandedFindMoreBox {
    padding: 0 10px;
    border-left: 1px solid #d4d4d4;
    height: 25px;
    margin-top: 16px;
    position: relative;
  }
  .findMoreBox img {
    width: 20px;
    display: block;
    margin: 3px auto;
    float: left;
  }
  .header_btn {
    width: 56px;
    height: 55px;
    line-height: 56px;
    cursor: pointer;
  }
  .header_btn:hover,
  .header_btn:hover > a {
    color: #0289ff;
  }
  .header_btn .icon {
    float: left;
    margin-right: 4px;
    height: 14px;
    margin-top: 9px;
    width: 14px;
  }
  .header_btn a,
  .header_btn span {
    float: right;
  }
  .findmore_btn {
    width: 88px;
    height: 40px;
    background: #f7f7f7;
    border-radius: 20px;
    margin: 8px 0 0;
  }
  .findmore_btn > .icon {
    width: 20px;
    height: 20px;
    background: url(/img/index/search_icon.png) center/100% no-repeat;
    float: right;
    margin: 10px 12px 0 0;
  }
  .contribute > .icon {
    background: url(/img/index/write_icon.png) center/100% no-repeat;
  }
  .message_center {
    position: relative;
  }
  .message_center > .point {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff5040;
    position: absolute;
    right: -3px;
    top: 15px;
  }
  .message_center > .icon {
    background: url(/img/common/header/message_icon.png) center/100% no-repeat;
  }
  .message_tab_box {
    display: none;
    width: 108px;
    font-size: 14px;
    color: #212121;
    text-align: center;
    position: absolute;
    left: -25px;
    top: 52px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 12px rgba(215, 215, 215, 0.7);
  }
  .message_tab_box > .tab_item {
    float: none;
    height: 40px;
    line-height: 40px;
    position: relative;
  }
  .tab_item:hover {
    color: #0289ff;
  }
  .tab_item > .num {
    display: block;
    min-width: 18px;
    line-height: 12px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 65px;
    top: 3px;
    padding: 3px 2px;
    border-radius: 50%;
    background: #ff5040;
  }
  .appbtn,
  .dowloadAppBox {
    position: relative;
  }
  .message_center:hover > .message_tab_box {
    display: block;
  }
  .appbtn > .icon {
    background: url(/img/index/phone_icon.png) center/100% no-repeat;
  }
  .findmore:hover > .icon {
    background: url(/img/index/search_icon2.png) center/100% no-repeat;
  }
  .contribute:hover > .icon {
    background: url(/img/index/write_icon2.png) center/100% no-repeat;
  }
  .appbtn:hover > .icon {
    background: url(/img/index/phone_icon2.png) center/100% no-repeat;
  }
  .removeInput {
    float: right;
    margin: 2px 12px 0 0;
    width: 20px;
    height: 20px;
    background: url(/img/index/search_icon.png) center/100% no-repeat;
  }
  .removeInput .findmoreText {
    display: none;
  }
  .clearfind,
  .dowloadApp,
  .hotfindBox {
    position: absolute;
  }
  .dowloadAppBox:hover {
    background: url(/img/ico_morehover.png) right center no-repeat;
  }
  .dowloadApp,
  .userBox {
    background: rgba(255, 255, 255, 0.96);
  }
  .dowloadAppBox:hover a {
    color: #0289ff;
  }
  .dowloadAppBox:hover .dowloadApp {
    display: block;
  }
  .dowloadApp {
    display: none;
    top: 70px;
    left: 50%;
    margin-left: -69px;
    width: 138px;
    padding: 10px 20px;
    color: #212121;
    font-size: 10px;
    line-height: 32px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 12px rgba(215, 215, 215, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 12px rgba(215, 215, 215, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 12px rgba(215, 215, 215, 0.4);
  }
  .dowloadApp img {
    width: 100%;
  }
  .morelog {
    padding-right: 10px;
    background: url(/img/ico_more.png) right center no-repeat;
  }
  .find {
    float: left;
    display: block;
    width: 0;
    border: 0;
    font-size: 16px;
    line-height: 26px;
    outline: 0;
    transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
  }
  .find:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .findChange {
    width: 670px !important;
    left: 0 !important;
  }
  .hotfindBox {
    display: none;
    padding: 0 20px 30px;
    width: 99%;
    z-index: 111;
    overflow: hidden;
    background: #fff;
    bottom: -21px;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  .hotfindTitle {
    font-size: 16px;
    line-height: 56px;
    color: #212121;
    position: relative;
  }
  .navItem .new {
    background: url(/img/index/NEW.png) 83px center no-repeat;
  }
  .header .hotContent {
    float: left;
    width: 100px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #b0b0b0;
    color: #b0b0b0;
    border-radius: 16px;
    margin: 0 10px 10px;
    overflow: hidden;
  }
  .hotContent:hover {
    color: #0289ff;
    border-color: #0289ff;
  }
  .clearfind {
    top: 50%;
    right: 20px;
    margin-top: -10px;
    font-size: 12px;
    line-height: 20px;
    color: #b0b0b0;
  }
  .userTitle .user_header_box {
    width: 22px;
    height: 22px;
    margin: 5px 5px 0 15px;
    position: relative;
  }
  .user_header_box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .user_header_box .header_pendant {
    width: 18px;
    position: absolute;
    top: -5px;
    left: -5px;
  }
  .userTitle:hover .userBox {
    display: block;
  }
  .userBox {
    display: none;
    width: 108px;
    font-size: 14px;
    color: #212121;
    text-align: center;
    position: absolute;
    left: -25px;
    top: 52px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 12px rgba(215, 215, 215, 0.7);
  }
  .userBox > .btn_item:hover,
  .userBox > .logout:hover {
    color: #0289ff;
  }
  .userBox > a {
    display: block;
  }
  .userBox > .name {
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-weight: 500;
    border-bottom: 1px solid #dedede;
  }
  .userBox > .btn_item {
    height: 42px;
    line-height: 42px;
  }
  .userBox > .logout {
    height: 53px;
    line-height: 53px;
    border-top: 1px solid #dedede;
  }
  span.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
  }
  .dropdown-meun-container,
  .titlebar-dropdown {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .expandColumn {
    height: 188px;
    opacity: 1;
    visibility: visible;
  }
  .expandMerchant {
    height: 146px;
    opacity: 1;
    visibility: visible;
  }
  .titlebar-dropdown {
    top: 85px;
    z-index: 99999;
    box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.07);
    transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .dropdown-meun-container {
    top: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .dropdown-menu-center {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
  }
  .menudetail-icon {
    width: 68px;
    height: 68px;
    float: left;
  }
  .menudetail-tab-a {
    float: left;
    width: 190px;
    margin-right: 20px;
  }
  .tab-name-a {
    color: #212121;
    margin-bottom: 18px;
    margin-top: 23px;
    position: relative;
    padding-left: 12px;
    font-size: 14px;
  }
  .tab-name-a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 14px;
    background: #ffdb33;
    border-radius: 2px;
    bottom: 11px;
  }
  .menudetail-tab-b {
    cursor: pointer;
    float: left;
    margin: 34px 0 44px 66px;
  }
  .tab-desc,
  .tab-name-b {
    margin-left: 80px;
    font-family: PingFang SC;
    font-weight: 400;
  }
  .menudetail-tab-b:hover .tab-name-b {
    color: #0289ff;
  }
  .tab-name-b {
    font-size: 18px;
    color: #212629;
    margin-bottom: 7px;
  }
  .tab-desc {
    font-size: 12px;
    color: #aaaeb3;
    width: 130px;
  }
  .tab-link {
    height: 28px;
    background: #fff;
    border: 1px solid #f2f3f4;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
    padding: 0 10px;
  }
  .tab-link:hover {
    color: #212629;
    background: #ffdc00;
    border: 1px solid #ffdc00;
  }
  .tab-link a {
    color: #818386;
  }
  .tab-link a:hover {
    color: #212629;
  }
  .activate,
  .dropdown-meun-container:hover,
  .titlebar-dropdown:hover {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .titlebar-dropdown:hover {
    opacity: 1;
    visibility: visible;
  }
  .headerL .line-item {
    margin-left: 43px;
  }
  .headerL .line-item::before {
    content: '';
    position: absolute;
    top: 23px;
    left: -29px;
    width: 1px;
    height: 14px;
    background: #e8e7f1;
  }
  .titlebar-dropdown .hovered {
    background: #ffdc00;
    border: 1px solid #ffdc00;
    color: #212629;
    border-radius: 14px;
    width: 82px;
    height: 28px;
  }
  .inside .index-btn {
    cursor: default !important;
    width: 160px !important;
  }
  .inside .contribute {
    cursor: pointer;
    width: 52px;
    float: left;
    height: 20px;
    background: #ffdb33;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #212629;
  }
  .inside .contribute:hover {
    background: #ffd100;
  }
  .inside .user_login {
    width: 50px;
    margin-right: 28px;
    text-align: center;
  }
  .inside .message_center_box {
    width: 50px;
    margin-right: 28px;
    height: 30px;
    float: left;
  }
  .inside .message_center_box .message_center_text {
    margin-right: 4px;
  }
  .inside .user_top {
    float: left;
    margin-right: 34px;
  }
  .inside .user_top li {
    margin-right: 6px;
    float: left;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
  }
}

a,
a:hover {
  text-decoration: none;
  color: #212629;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
input[type='submit'],
input[type='reset'],
input[type='button'] {
  -webkit-appearance: none;
  resize: none;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
body {
  font-family: PingFangSC, Microsoft YaHei, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
em,
i {
  font-style: normal;
}
.clearfix:after {
  content: '';
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  font-weight: 400 !important;
  outline: 0;
  color: #8b8b8b;
  font-family: PingFangSC, Hiragino Sans GB(W3), Hiragino Sans GB, Microsoft YaHei, Tahoma, Arial, sans-serif;
}
ol,
ul {
  list-style: none;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cf {
  clear: both;
}