* {
  box-sizing: border-box;
}
:root {
  --color: #002bff;
}
.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app {
  min-width: 1250px;
}
.fl, .left {
  float: left;
}
.fr, .right {
  float: right;
}
body {
  background-color: #F9F9F9;
}
body > .head-background {
  position: absolute;
  width: 100%;
  height: 650px;
  /* background: #f6f6f6; */
}
body > .content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body > .content > .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
}
body > .content > .header > .left {
  width: 350px;
}
body > .content > .header > .left > img {
  display: block;
}
body > .content > .header > .logo {
  padding: 0;
  margin: 0;
  width: 210px;
  margin-left: -44px;
}
body > .content > .header > .logo > img {
  width: 100%;
  display: block;
}
body > .content > .header > .right {
  font-size: 14px;
  display: flex;
}
body > .content > .header > .right > a {
  display: flex;
  height: 30px;
  align-items: center;
  color: white;
  margin-left: 35px;
}
body > .content > .header > .right > a:first-child {
  margin-left: 0;
}
body > .content > .header > .right > a.link > img {
  height: 20px;
  margin-right: 5px;
}
body > .content > .header > .right > a.user {
  justify-content: center;
  width: 80px;
  border-radius: 30px;
  border: 1px solid white;
}
body > .content > .header > .right > a.user:hover {
  border: none;
  color: #1784ff;
  background: white;
}
body > .content > .common-body > .top-main {
  position: inherit;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 70px;
  background: rgb(255 255 255/80%);
  box-shadow: 0 0 6px rgb(0 0 0 / 10%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.menu .menu-btn{
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
body > .content > .common-body > .select-article {
  padding: 20px 35px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
  background-color: white;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 1370px;
  margin: 0 auto;
  margin-top: 10px;
}
body > .content > .common-body > .index-article {
    height: 720px;
  padding: 0px 0px;
  box-shadow: 0px 6px 30px 0px rgb(0 0 0 / 0%);
  border-radius: 0px;
  margin-bottom: 30px;
  width: 1250px;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
}
body > .content > .common-body > .main > .menu {
  margin-bottom: 10px;
  width: 1250px;
  margin: 0 auto;
}
body > .content > .common-body > .main > .menu .logo {
    width: 142px;
    padding: 10px;
    float: left;
    display: block;
}
body > .content > .common-body > .main > .menu .logo img{
    width: 100%;
}
body > .content > .common-body > .main > .menu >.menulist>.item {
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  margin-right: -32px;
  position: relative;
  margin-left: 4.5rem;
  text-align: center;
}
body > .content > .common-body > .main > .menu >.menulist> .item:last-child {
  margin-right: 0;
}
body > .content > .common-body > .main > .menu >.menulist> .item:hover {
  color: #0259f9;
}
body > .content > .common-body > .main > .menu >.menulist> .item.action {
  color: var(--color);
}
body > .content > .common-body > .main > .menu >.menulist> .item.action::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: calc(50% - (35% / 2));
  width: 35%;
  height: 3px;
  border-radius: 10px;
  background-color: var(--color);
}
body > .content > .common-body > .main > .menu >.menulist> .item > .tj {
  display: block;
  position: absolute;
  color: #FFF;
  background: #ff641d;
  font-size: 12px;
  right: -8px;
  top: 0;
  height: 19px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 5px;
}
body > .content > .common-body > .main > .menu >.menulist> .item > .tj:after {
  content: ' ';
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent #ff641d;
  transform: rotate(63deg);
  position: absolute;
  bottom: -2px;
  left: 2px;
}
.menulist{
  width: 70%;
}
.layui-nav {
  background: 0 0;
  color: #666;
}
.layui-nav .layui-nav-item a {
  display: block;
  padding: 0 20px;
  color: #fff;
  color: rgba(255,255,255,.7);
  transition: all .3s;
  -webkit-transition: all .3s;
}
.layui-nav .layui-nav-item a:hover{
  color: #1ba1e2;
}
nav ul li {
  line-height: 70px!important;
}
.layui-nav .layui-nav-item a {
  color: #666;
}
header nav {
  padding: 0 0 0 100px;
}
body > .content > .common-body > .main > .menu > .search-box {
  /* display: block; */
  /* align-items: center; */
  /* height: 45px; */
  /* display: none; */
  width: 278px;
  float: right;
}
body > .content > .common-body > .main > .menu > .search-box > .qq-qun {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
}
body > .content > .common-body > .main > .menu > .search-box > .qq-qun > a > img {
  display: block;
  height: 90px;
  margin-top: -18px;
}
body > .content > .common-body > .main > .menu > .search-box > .search-input {
  flex: 1;
  display: flex;
  height: 35px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 0.85rem;
}
body > .content > .common-body > .main > .menu > .search-box > .search-input > input {
  flex: 1;
  background-color: #f5f5f5;
  border: none;
  padding: 10.5px 25px;
  font-size: 14px;
}
body > .content > .common-body > .main > .menu > .search-box > .search-input > button {
  width: 170px;
  background-color: #f5f5f5;
  border: none;
  color: #757575;
  cursor: pointer;
  border-radius: 0;
}
body > .content > .common-body > .main > .menu > .search-box > .search-input > button:hover {
  opacity: 0.9;
}
body > .content > .common-body > .main > .top-ad {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
body > .content > .common-body > .main > .top-ad > a {
  width: calc((100% - 20px * 5) / 6);
  margin-right: 20px;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: 0.2s all;
}
body > .content > .common-body > .main > .top-ad > a:nth-child(6n) {
  margin-right: 0;
}
body > .content > .common-body > .main > .top-ad > a:hover {
  transform: scale(1.05);
}
body > .content > .common-body > .main > .top-ad > a > img {
  width: 100%;
  height: 100%;
  display: block;
}
body #footer {
  display: block;
  margin-bottom: 0px;
}
body #footer,
body #footer > * {
  font-size: 13px;
  color: #8d8d8d;
  text-align: center;
  background: #fff;
  height: 120px;
}
/*友情链接*/
.index-link {
  border-radius: 5px;
  margin-top: 20px;
  background: #fff;
}
.index-link ul {
  padding: 20px 15px 0px 20px;
  border-radius: 5px;
}
.sidebox {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
}
.user {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
}
.user_head {
  background-color: var(--bg-afont);
  position: relative;
  height: 100px;
  width: 100%;
}
.bg_color {
  margin: 0;
  width: 100%;
  font-family: "Exo",sans-serif;
  color: #fff;
  background: linear-gradient(-45deg, #52bdee, #3c45e7,#23a6d5, #2397d5);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
}
.user_img {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 4px;
  bottom: -70px;
  margin: auto;
}
.user_img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.user_title h2 {
  font-size: 16px;
  color: #364e65;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 100%;
}
.user_btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
}
.user_btn-blue {
  background: #448ef6;
}
.user_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: calc(50% - 10px);
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-weight: 600;
}
.user_btn-orange {
  background: #f53628;
}
.user_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 20px 8px;
}
.index-link li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.index-link li a {
  color: #888;
}
footer .footer {
  padding: 30px 0 60px;
  color: #888;
  text-align: center;
}
footer .footer ul li {
  display: inline;
  padding: 0 5px;
  border-right: 1px solid #d2d2d2;
}
footer .footer ul li a {
  color: #888;
}
.container {
  margin: 0 auto;
  width: 1250px;
}
.footer>.fr{
  margin-block-start: 1em;
  margin-block-end: 1em;
}
/*分页样式*/
.pages {
  text-align: center;
  display: block;
  font-size: 14px;
  margin: 10px 0 0;
  color: #666;
}
.pages li {
  display: inline;
}
.pages li a {
  padding: unset;
  border: 1px solid #007bf5;
  border-radius: 21px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  color: #007bf5;
  margin: 15px 5px 0 5px;
}
.pages .thisclass a {
  background: #1b8eff;
  color: #fff;
  border-color: #1b8eff;
}
span.stars {
  width: 65px;
  height: 16px;
  background: url(../img/xing.png) repeat-x;
  background-size: 13px;
  display: inline-block;
  padding: 0!important;
  position: relative;
  top: 3px;
}
span.stars span {
  float: left;
  width: 0;
  height: 14px;
  transition: all .25s ease-out;
  background: url(../img/xing.png) 0px -17px repeat-x;
  background-size: 13px;
  padding: 0!important;
}
/*侧边样式*/
.right.public {
  width: 350px;
}
.right .sousuo {
  width: 350px;
  background: #fff;
  margin: 0 auto 20px;
  position: relative;
  z-index: 999;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
}
.right .sousuo h4 {
  font-size: 20px;
  font-weight: bold;
}
.right .sousuo .search {
  margin: 20px auto;
  position: relative;
}
.right .sousuo .search input.txt {
  height: 40px;
  width: 100%;
  text-indent: 30px;
  line-height: 40px;
  border: 0;
  border-radius: 5px;
  color: #5f5f5f;
  background: #fff;
  border: 1px solid #f1f1f1;
  font-size: 14px;
  margin-bottom: 10px;
}
.right .sousuo .btn {
  border: 0;
  padding: 5px 30px;
  line-height: 30px;
  border-radius: 5px;
  background: #007bf5;
  color: #fff;
}
.right.public .r-talk{
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
.widget-title{
  font-size: 16px;
  padding-bottom: 0.5em;
  margin-bottom: 0.3em;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  border-bottom: 1px solid #f6f6f6;
  margin-top: 0!important;
  padding-left: 1.5rem;
}
.widget-title:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #3796f6;
}
.r-article ul li{
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.r-article ul li a {
    font-size: 15px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.tagcloud .tag-cloud-link {
  color: #8F9BAD;
  border: solid 1px #EBEBEB;
  border-radius: 25px;
  font-size: 13px;
  display: inline-block;
  padding: 3px 14px;
  margin: 4px 0;
}
.tagcloud a {
  font-size: 13px;
  transition: all .3s;
  color: #4c6280;
  font-weight: 500;
  max-height: 60px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.unstyle-li li a,.children li a,.r-sortlist a  {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.tagcloud .tag-cloud-link:hover {
  border-color: #FE4F70;
  color: #FE4F70;
}
.right.public .r-talk ul{}
.right.public .r-talk ul li{padding:0 0 12px;border-bottom:1px solid #f6f6f6;margin-bottom:5px!important;padding-right:0!important}
.right.public .r-talk ul li:last-child{border:none;margin-bottom: 0!important;padding: 0;}
.right.public .r-talk ul .right.public .r-talk ul .info{padding:0!important;line-height:32px}
.right.public .r-talk ul .info img{width:30px;height:30px;margin-right:6px;border-radius:50%;border:1px solid #f3f3f3}
.right.public .r-talk ul .info span:nth-child(2){vertical-align:top;line-height: 32px;color: #666;}
.right.public .r-talk ul .info span:last-child{float:right;line-height:32px;color:#999;font-size:13px}
.right.public .r-talk ul .excerpt{position:relative;padding:5px 10px;background:#f6f6f6;color:#666;margin-top:8px;border-radius: 5px;}
.right.public .r-talk ul .excerpt:before{position:absolute;left:10px;top:-10px;content:'';width:0;height:0;line-height:0;border:5px solid transparent;border-bottom-color:#f5f5f5}
.right.public .r-talk ul .excerpt p{margin:0;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}
.right.public .r-talk ul .excerpt p a{font-size:15px!important;line-height:25px!important;height:25px!important}
.right.public .r-talk ul .post{color:#999;margin-top:9px;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}
.right.public .r-talk ul .post a{color:#999;display:inline!important;font-size:13px!important}
#comment {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 10px 10px 0;
  padding: 5px;
  width: 100%;
  border: 0;
  border-radius: 3px;
  background: #fff;
  resize: none;
  -webkit-appearance: none;
}
.form-submit .submit-tool {
  float: left;
  display: inline-block;
  width: 30%;
}
.form-submit #comment_submit {
  float: right;
  width: 160px;
  height: 40px;
  border: 0;
  border-radius: 3px;
  background: #5298ff;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: all .2s ease-in 0s;
  -webkit-appearance: none;
}
.comment-list .avatar img:hover {
  transform: rotate(360deg);
}

.floor {
  float: right;
  color: #c3c3c3;
  font-weight: 700;
}

.comment-time {
  color: #999;
  font-size: 13px;
}

.comment-reply #ta {
  color: #999;
}

.comment-info {
  padding: 10px 0;
}

.comment-info strong a {
  font-size: 14px;
}

.comment-info .level {
  margin-top: -4px;
  margin-left: 5px;
  color: #fff;
  padding: 0 4px;
  cursor: pointer;
  border-radius: 2px;
  font-size: 12px;
  font-style: normal;
  -webkit-transition: .3s;
  opacity: .8;
  line-height: 150%;
  display: inline-block;
  vertical-align: middle;
}

.comment-info .level-1 {
  background: #348be8
}

.comment-info .level-2 {
  background: #0bf;
}

.comment-info .level-3 {
  background: #fd8edb
}

.comment-info .level-4 {
  background: #673ab7
}

.comment-info .level-5 {
  background: #ffb31e
}

.comment-info .level-6 {
  background: #6ec400
}

.comment-info .level-7 {
  background: #fc912d
}

.comment-info .level-8 {
  background: #fd5d3c
}

.comment-info .level-9 {
  background: #fd5d3c
}

.comment-info .level-admin {
  background: #fd5d3c
}

.comment-reply a {
  padding-left: 5px;
  font-size: 14px;
}

.comment-list .comment-children {
  position: relative;
  margin-left: 60px;
  border-bottom: none;
}

.comment-list .comment-children .comment-children {
  margin-left: 0;
}

.cancel-reply {
  overflow: hidden;
  margin: 0 0 10px;
  border-top: 1px solid #ebebeb;
}

.cancel-reply a {
  float: right;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.cancel-reply #respond {
  margin-top: 10px;
}

.comment-content {
  margin-top: 10px;
  padding-left: 65px;
  font-size: 14px;
}

.comment-content a {
  color: #5298ff
}

.comment-content img {
  width: 20px;
  height: 20px;
}

.form-submit {
  position: relative;
  overflow: hidden;
  height: 100px;
  margin-top: 15px;
}

.comment-list #pagenavi {
  overflow: hidden;
  text-align: center;
}

.comment-list #pagenavi span {
  margin: 2px;
  padding: 5px 11px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #1e9fff;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  cursor: not-allowed;
}

.comment-list #pagenavi a {
  margin: 2px;
  padding: 5px 11px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}

.comment-list #pagenavi em {
  display: none;
}
.comment-list .avatar {
  float: left;
  display: block;
  margin: 10px 10px 0 0;
}

.comment-list .avatar img {
  padding: 2px;
  width: 45px;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: all 2s;
}

.comment-list .avatar img:hover {
  transform: rotate(360deg);
}
.comment-list .comment {
  border-top: 1px solid #e6e6e6;
}
.article-pl .logineds .my-nick {
  float: left;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.article-pl .logineds .my-nick img {
  border-radius: 5px;
  height: 35px;
  width: 35px;
  margin-right: 20px;
}
.article-pl .logineds .my-nick .commname {
  font-weight: 500;
}
.article-pl .logineds .charge-qq {
  float: left;
  font-weight: 500;
  margin-left: 25px;
  line-height: 39px;
  font-size: 15px;
  background: 0 0;
  border: 0;
  color: #a9a9a9;
  height: 40px;
  cursor: pointer;
}
#qq {
  float: left;
  display: block;
  padding: 5px 2px;
  width: 130px;
  border: 1px solid #f0f0f0;
  background-color: #ffffffed;
  background-image: none;
  color: #555;
  text-indent: 0;
  font-size: 14px;
  line-height: 1.5;
}
.r-often{
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
.search-open{
  display: none;
}
#searchBox {
  display: none;
  overflow: hidden;
  width: 0;
  height: 0;
}
#search {
  z-index: 99;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px;
  width: 678px;
  height: 390px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-user-select: none;
}
#search .closesearch {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
  color: #b3b3b3;
  font-size: 21px;
  cursor: pointer;
}
#search h3 {
  font-size: 25px;
}
#search .search {
  position: relative;
  margin: 20px auto;
}
#search .search input.txt {
  width: 100%;
  height: 40px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: #fff;
  color: #5f5f5f;
  text-indent: 30px;
  font-size: 14px;
  line-height: 40px;
}
#search .search input[type=submit] {
  position: absolute;
  top: 1px;
  right: 10px;
  width: 30px;
  height: 40px;
  border: 0;
  background: 0 0;
  color: #888;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
}
.dot {
  background-color: #2196f3;
  border-radius: 50%;
  height: 6px;
  margin-right: 8px;
  margin-top: 11px;
  width: 6px;
  display: flex;
  float: left;
}
.r-sortlist>a{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.athuor-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.athuor-info>a>img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 6px;
}
.athuor-info .nick {
  float: left;
  width: calc(100% - 80px - 15px);
}
.athuor-info .nick h3 {
  display: block;
  font-size: 17px;
  color: #333;
}
.athuor-info .nick span {
  font-size: 15px;
  line-height: 24px;
  margin-top: 11px;
  color: #8a8a8a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.user .data {
  float: left;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #efefef;
  padding: 15px 0px;
}
.user_title p {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 12px;
  color: #8599ab;
}
.user .data div span {
  float: left;
  width: 33.33333%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  color: #9e9e9e;
}
.user .data .number span {
  padding: 0px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.r-sortlist>a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #f04494;
  border-radius: 1em;
  margin: 0 0.5em;
  vertical-align: 0.1em;
  display: inline-block;
  margin-right: 10px;
}
.r-sortlist .children{
  padding: 0 10px;
  word-wrap: break-word;
  white-space: normal;
}
.r-sortlist .children>li{
  width: calc(50% - 4px);
  text-align: center;
  display: inline-block;
}
.r-sortlist .children>li>a{
  background: rgba(50, 50, 50, 0.06);
  margin: 2px;
  border-radius: 4px;
  font-size: .9em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px){
  .search-open{
    display: block;
  }
.menu .logo {
  float: left;
  margin: auto;
  padding: 15px 5px!important;
  width: 7rem!important;
}
  .menu .menu-btn{
    display: block;
    margin: 0;
    width: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 70px;
  }
  .xz {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .layui-nav {
    display: none;
    padding: 10px 5px;
  }
  .layui-nav .layui-nav-item {
      text-align: center;
    width: 30%;
    margin: 5px;
    border-radius: 5px;
    background: #f6f6f6;
    line-height: 30px!important;
  }
  .menu nav {
    position: absolute;
    top: 71px;
    left: 0;
    padding: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background: #fff;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
    transition: all .3s ease-in-out;
  }
  .search-box{
    display: none;
  }
  body > .content > .common-body > .main > .menu{
    width: 100%;
  }
  #app{
    min-width: 100%;
  }
  .search-open{
    position: relative;
    margin-left: 10px;
    width: 30px;
    color: #333;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right:2%
  }
  body > .content > .common-body > .index-article{
      height: auto;
    width: 100%;
  }
  .index-right{
    display: none;
  }
  .index-article > .body{
    width: 100%;
  }
  .index-article > .body > .body-item > .foot-box > .item{
    width: 100%;
    padding: 0.2rem 0;
    margin-bottom: 0px;
  }
  .index-article > .body > .body-item > .foot-box > .item > .title{
    float: left;
    width: 85%;
  }
  .index-article > .body > .body-item > .foot-box > .item > .date{
    width: auto;
    float: right;
  }
  .foot-box li {
    padding: 0.2rem 0;
    border-radius: 30px;
    line-height: 30px;
    background: 0;
    margin-bottom: 5px;
  }
  .index-list{
    width: 100%;
  }
  .index-info, .index-news, .index-news-list, .index-news-list ul li, .list-soft-main .list-soft-tab {
    width: 100%!important;
  }
  .list-article-tab .type, .list-soft-tab .type {
    width: auto;
    overflow-x: scroll;
  }
  .list-article-tab .type a, .list-soft-tab .type a {
    white-space: nowrap;
    display: table-cell;
    padding: 0 0.5rem;
    font-size: 14px;
  }
  .list-soft-plate {
    height: auto;
  }
  .list-article-plate .plate-list, .list-soft-plate .plate-list li {
    width: 100%;
  }
  .hot-soft{
    display: none;
  }
  .list-article-plate .fl li {
    width: 48%;
    margin-right: 0;
    display: none;
  }
  .list-article-plate .fl li:first-child, .list-article-plate .fl li:nth-child(2) {
    display: block;
  }
  .list-article-plate .fl li .img {
    height: 7rem;
  }
  .list-article-plate .fl li:nth-child(2) {
    margin: 0;
    float: right;
  }
  .list-article-plate .fl li {
    width: 48%;
    margin-right: 0;
    display: none;
  }
  .list-article-plate .fr li {
    width: 100%;
  }
  .list-article-tab .type::-webkit-scrollbar, .list-soft-tab .type::-webkit-scrollbar {
    height: 0;
  }
  footer {
    margin-top: 10px;
  }
  .container {
    margin: auto;
    width: 98%;
  }
  footer .footer p {
    margin-bottom: 10px;
    width: 100%;
  }
  footer .footer ul {
    margin-bottom: 15px;
    width: 100%;
  }
  footer .footer ul li {
    padding: 2px;
    border: 0;
  }
  .index-link li {
    width: 25%;
    margin: 0!important;
    text-align: center;
    height: 30px;
  }
  #searchBox .layui-layer {
    left: 5%!important;
    margin: auto;
    width: 90%!important;
    height: 15rem!important;
  }
  #search {
    margin: auto;
    width: 98%;
  }
  #search, #searchBox.layui-layer-page .layui-layer-content {
    height: 15rem;
  }

}
/*# sourceMappingURL=common.css.map */