body,
form,
body,
form,
textarea,
select,
option,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dt,
dd,
menu,
blockquote,
fieldset,
label,
i,
em,
header,
footer,
section,
legend,
button,
input,
hr,
pre,
div,
input,
span,
p,
a {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
html {
  font-size: 62.5%;
}
body {
  font: 14px/1 '微软雅黑', "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, "Microsoft Yahei", sans-serif;
  color: #333;
  background-color: #f9f9f9;
}
li {
  list-style-type: none;
}
input,
select,
textarea {
  vertical-align: middle;
  color: #333;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  text-decoration: none;
  color: #333;
}
img {
  border: 0;
}
i,
em {
  font-style: normal;
}
b {
  font-weight: normal;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border: 0;
}
.clearfix {
  overflow: hidden;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
ul,
ol,
img {
  border: 0px;
}
li {
  list-style-type: none;
}
input,
select,
textarea {
  vertical-align: middle;
  outline: none;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
input[type="button"]:hover {
  cursor: pointer;
}
div:focus {
  outline: none;
}
.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* 修改滚动条样式 */
::-webkit-scrollbar {
  width: 5px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #0069b3 !important;
}
body{
  /*content: '';*/
  /*position: absolute;*/
  /*top: 0 !important;*/
  /*left: 0;*/
  /*right: 0;*/
  /*width: 100%;*/
  /*height: 550px;*/
  /*height: 100%;*/
  background: #f8f8f8;
  background-size: cover!important;
  background-attachment: fixed!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  z-index: -1;
}
#left {
  background-color: #f9f9f9;
  width: 220px;
  position: fixed;
  transition: all 0.5s;
}
#left .logo {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: #fff;
}
#left .logo img {
  width: 80%;
    margin: 0 auto;
    display: block;
}
#left .slider_menu {
  height: calc(100vh - 80px);
  overflow: auto;
}
#left .slider_menu:hover {
  overflow: auto;
}
#left .slider_menu:hover::-webkit-scrollbar-thumb {
  background: #ccc;
}
#left .slider_menu .slider_item a {
  padding: 11px 10px;
  display: flex;
  align-items: center;
  justify-content: left;
  border-radius: 5px;
  color: #515C6B;
  margin: 1.5px 8px;
  white-space: nowrap;
  transition: all 0.3s;
}
#left .slider_menu .slider_item a img {
  padding: 0 10px;
}
#left .slider_menu .slider_item a:hover {
  color: #0069b3;
  background: #e0e0e0;
}
#right {
  position: relative;
  left: 220px;
  width: calc(100vw - 230px);
  transition: all 0.5s;
  min-height: 100vh;
  box-sizing: border-box;
}
#right #top {
  width: 100%;
}
#right #search {
  padding-bottom: 20px;
  margin: 3% auto 4%;
  width: 100%;
  max-width: 800px;
  position: relative;
}
#right #search .logo {
  text-align: center;
}
#right #search .logo img {
  width: 240px;
}
#right #search .slideTxtBox1 {
  display: block;
  white-space: nowrap;
  margin-top: 40px;
}
#right #search .slideTxtBox1 .hd {
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
#right #search .slideTxtBox1 .hd ul {
  height: 32px;
}
#right #search .slideTxtBox1 .hd ul li {
  float: left;
  padding: 0 15px;
  cursor: pointer;
  opacity: 0.5;
  font-size: 15px;
}
#right #search .slideTxtBox1 .hd ul li.on {
  opacity: 1;
  height: 30px;
  position: relative;
}
#right #search .slideTxtBox1 .hd ul li.on::before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -5px;
  width: 80%;
  height: 5px;
  border-radius: 10px;
  background: #888888;
}
#right #search .slideTxtBox1 .slideTxtBox2 {
  padding: 20px 0;
}
#right #search .slideTxtBox1 .slideTxtBox2 .hd {
  padding-top: 10px;
}
#right #search .slideTxtBox1 .slideTxtBox2 .hd .on::before {
  display: none;
}
#right #search .slideTxtBox1 .slideTxtBox2 .hd .on::after {
  content: "";
  border-width: 8px 8px 0px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -8px;
}
#right #search .slideTxtBox1 .slideTxtBox2 form {
  width: 100%;
  position: relative;
}
#right #search .slideTxtBox1 .slideTxtBox2 .input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
  line-height: 2.5;
  background-clip: padding-box;
  font-size: 15px;
  color: #fff;
  border: none;
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 50px;
  padding: 9px 20px;
  backdrop-filter: blur(5px);
}
#right #search .slideTxtBox1 .slideTxtBox2 button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0 !important;
  height: 100%;
  margin: 0 15px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
#right header {
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
  z-index: 999;
}
#right header .menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
#right header .menu span {
  background: #888888;
  height: 3px;
  transition: all 0.5s;
  border-radius: 5px;
}
#right header .menu .menu_1 {
  width: 40%;
}
#right header .menu .menu_2 {
  width: 60%;
}
#right header .menu .menu_3 {
  width: 100%;
}
#right header .menu:hover span {
  background: #0069b3;
}
#right header .close span {
  width: 100%!important;
}
#right header .menu_list {
  display: flex;
}
#right header .menu_list li {
  padding-left: 30px;
  position: relative;
}
#right header .menu_list li a {
  position: relative;
  line-height: 75px;
}
#right header .menu_list li .con::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  right: -10px;
  top: 7px;
  border-left: 1px solid #55585c;
  border-bottom: 1px solid #55585c;
  transition: all 0.5s;
  transform: rotate(-45deg);
}
#right header .menu_list li:hover .con::before {
  transform: rotate(-135deg);
}
#right header .menu_list li div {
  position: absolute;
  display: none;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  left: 20px;
  padding: 5px;
}
#right header .menu_list li div a {
  width: 120px;
  display: inline-block;
  padding: 8px 15px !important;
  line-height: 20px!important;
  border-radius: 5px;
}
#right header .menu_list li div a:hover{
    background: #e5e5e5;
}
#right .header{
        display: none;
    }
    #right .header .top{
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        position: relative;
    }
    #right .header .top img{
        height: 40px;
    }
    #right .header .top .menu{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 25px;
        height: 20px;
        cursor: pointer;
    }
    #right .header .top .menu span {
        background: #888888;
        height: 3px;
        transition: all 0.5s;
        border-radius: 5px;
        width: 100%;
    }
    #right .header .left{
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        background-color: rgba(0, 0, 0, 0); /* 半透明黑色背景 */
        backdrop-filter: blur(0px);/*背景模糊*/
        z-index: -1;
        transition: all 0.5s;
        
    }
    #right .header .left .nav{
        transition: all 0.5s;
        transform: translateX(-100%);
        background: #fff;
        position: fixed;
        will-change: transform;
        width: 60%;
        max-width: 260px;
        min-width: 215px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #right .header .left .nav>a>img{
        height: 70px;
    }
    #right .header .left .nav>ul{
        width: 100%;
        height: calc(100vh - 70px);
        overflow-y: auto;
        overflow-x: hidden;
        background: #f9f9f9;
    }
    #right .header .left .nav>ul li{
        
    }
    #right .header .left .nav>ul li a{
        display: flex;
        align-items: center;
        padding: 12px 10px;
    }
    #right .header .left .nav>ul li a img{
        margin-right: 8px;
    }
#right .index_news {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
#right .index_news div {
  width: 23%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#right .index_news div img {
  width: 100%;
}
#right .index_news div .title{
    width: 100%;
    opacity: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .2) 80%);
    will-change: opacity;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
}
#right .index_news div .title span{
    color: #eee;
    width: 70%;
    will-change: transform;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#right .index_news div:hover .title{
    opacity: 1;
}
#right .index_ai .index_ai_title1 {
  margin-bottom: 24px;
  padding-left: 15px;
  display: flex;
}
#right .index_ai .index_ai_title1 div {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  border: 3px solid transparent;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  padding: 0 12px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
#right .index_ai .index_ai_title1 div span {
  color: #fff;
  padding-left: 5px;
}
#right .index_ai .index_ai_title1 div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5961f9;
  top: 0;
  left: 0;
  z-index: -1;
}
#right .index_ai .index_ai_title2 {
  padding-left: 15px;
  margin-bottom: 24px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
#right .index_ai .index_ai_title2 span {
  display: block;
  margin-left: 15px;
}
#right .index_ai .index_ai_menu ul {
  display: flex;
  flex-wrap: wrap;
}
#right .index_ai .index_ai_menu ul li {
  width: 20%;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
#right .index_ai .index_ai_menu ul li .con {
  transition: all 0.5s;
}
#right .index_ai .index_ai_menu ul li a {
  background-color: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.2);
  transition: background-color 0.3s;
  margin-bottom: 20px;
  padding: 15px;
}
#right .index_ai .index_ai_menu ul li a img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#right .index_ai .index_ai_menu ul li a .index_ai_menu_desc {
  flex: 1;
  line-height: 1.5;
}
#right .index_ai .index_ai_menu ul li a .index_ai_menu_desc h2 {
  font-size: 14px;
  color: #282a2d;
}
#right .index_ai .index_ai_menu ul li a .index_ai_menu_desc p {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #6c757d;
  font-size: 12px;
}
#right .index_ai .index_ai_menu ul li .index_ai_menu_tooltip {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  background: #191919;
  height: auto;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  transition: opacity 0.5s;
  opacity: 0;
  z-index: -1;
}
#right .index_ai .index_ai_menu ul li .index_ai_menu_tooltip::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  /* 底边的一半 */
  border-right: 7.5px solid transparent;
  /* 底边的一半 */
  border-bottom: 7px solid #191919;
}
#right .index_ai .index_ai_menu ul li:hover .con {
  transform: translateY(-10px);
}
#right .index_ai .index_ai_menu ul li:hover a {
  color: #247ac3;
}
#right .index_ai .index_ai_menu ul li:hover .index_ai_menu_tooltip {
  z-index: 9;
  opacity: 1;
}
#right .list_show .list_show_top {
  width: 95%;
  max-width: 1100px;
  margin: 5% auto;
  display: flex;
}
#right .list_show .list_show_top .list_show_top_left {
  max-width: 25%;
  padding: 0 15px;
}
#right .list_show .list_show_top .list_show_top_left .list_show_top_left_con {
  background: #e6e8ed;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: background-color 0.3s;
}
#right .list_show .list_show_top .list_show_top_left .list_show_top_left_con .img_cover {
  max-width: 90% !important;
  min-width: 72px !important;
  max-height: 90% !important;
  display: block;
  margin: 15% auto ;
  border-radius: 6px;
}
#right .list_show .list_show_top .list_show_top_left .list_show_top_left_con div {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: 0.3s;
  padding: 5px 7px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #247ac3;
  color: #fff;
  font-size: 12px;
}
#right .list_show .list_show_top .list_show_top_left .list_show_top_left_con div img {
  width: 12px;
  margin-right: 5px;
}
#right .list_show .list_show_top .list_show_top_right {
  padding: 0 15px;
}
#right .list_show .list_show_top .list_show_top_right .tag {
  color: #fff !important;
  background: #247ac3;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 4px;
  transition: 0.3s;
}
#right .list_show .list_show_top .list_show_top_right h3 {
  margin: 16px 0;
  font-size: 28px;
  color: #282a2d;
}
#right .list_show .list_show_top .list_show_top_right div {
  margin-top: 8px;
}
#right .list_show .list_show_top .list_show_top_right div p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 2;
}
#right .list_show .list_show_top .list_show_top_right div span {
  line-height: 2;
  margin-bottom: 8px;
  display: inline-block;
}
#right .list_show .list_show_top .list_show_top_right div span a:hover {
  color: #247ac3;
}
#right .list_show .list_show_top .list_show_top_right div .btn {
  font-size: 16px;
  color: #444;
  border-radius: 6px;
  padding: 7px 16px;
  background-color: rgba(138, 138, 138, 0.15);
  transition: 0.3s;
}
#right .list_show .list_show_bottom {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#right .list_show .list_show_bottom a {
  color: #247ac3;
  background: none!important;
}
#right .list_show .list_show_bottom h3 {
  border-left: 3px solid #247ac3!important;
  padding: 4px 0 4px 20px!important;
  font-size: 20px!important;
  margin-bottom: 16px!important;
  font-weight: bold;
  background: none!important;
}
#right .list_show .list_show_bottom img {
  max-width: 100%;
}
#right .list_show .list_show_bottom p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 16px;
  background: none!important;
}
#right .list_show .list_show_bottom ul,#right .list_show .list_show_bottom ol {
  padding-left: 40px!important;
  font-size: 14px!important;
  background: none!important;
}
#right .list_show .list_show_bottom ul li,#right .list_show .list_show_bottom ol li {
  margin: 8px 0!important;
  color: #343a40!important;
  background: none!important;
  list-style-type: disc!important;
}
#right .list_show #tags {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto ;
}
#right .list_show #tags h3 {
  margin: 24px 0;
  font-size: 20px;
  display: flex;
  align-items: center;
}
#right .list_show #tags h3 img {
  margin-right: 3px;
}
#right .list_show #tags ul {
  display: flex;
  flex-wrap: wrap;
}
#right .list_show #tags ul li {
  width: 33.333%;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
#right .list_show #tags ul li .con {
  transition: all 0.5s;
}
#right .list_show #tags ul li:nth-child(3n+1) {
  padding-left: 0;
}
#right .list_show #tags ul li a {
  background-color: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.2);
  transition: background-color 0.3s;
  margin-bottom: 20px;
  padding: 15px;
}
#right .list_show #tags ul li a img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#right .list_show #tags ul li a .index_ai_menu_desc {
  flex: 1;
  line-height: 1.5;
}
#right .list_show #tags ul li a .index_ai_menu_desc h2 {
  font-size: 14px;
  color: #282a2d;
}
#right .list_show #tags ul li a .index_ai_menu_desc p {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #6c757d;
  font-size: 12px;
}
#right .list_show #tags ul li .index_ai_menu_tooltip {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  background: #191919;
  height: auto;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  transition: opacity 0.5s;
  opacity: 0;
  z-index: -1;
}
#right .list_show #tags ul li .index_ai_menu_tooltip::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  /* 底边的一半 */
  border-right: 7.5px solid transparent;
  /* 底边的一半 */
  border-bottom: 7px solid #191919;
}
#right .list_show #tags ul li:hover .con {
  transform: translateY(-10px);
}
#right .list_show #tags ul li:hover a {
  color: #247ac3;
}
#right .list_show #tags ul li:hover .index_ai_menu_tooltip {
  opacity: 1;
  z-index: 9;
}
#right .news_list {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto ;
}
#right .news_list h2 {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#right .news_list h2 img {
  margin-right: 5px;
}
#right .news_list ul li .news_item {
  background: #fff;
  border-width: 0;
  margin-bottom: 16px;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.2);
  transition: background-color 0.3s;
  border-radius: 5px;
  display: flex;
  padding: 20px;
}
#right .news_list ul li .news_item .item_img {
  border-radius: 5px;
  overflow: hidden;
  width: 33.333%;
}
#right .news_list ul li .news_item .item_img img {
  width: 100%;
  height: auto;
}
#right .news_list ul li .news_item .item_desc {
  flex: 1;
  padding-left: 16px;
  position: relative;
}
#right .news_list ul li .news_item .item_desc h3 {
  line-height: 1.5;
  color: #282a2d;
  font-size: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#right .news_list ul li .news_item .item_desc p {
  font-size: 14px;
  margin: 16px 0;
  color: #6c757d;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#right .news_list ul li .news_item .item_desc div {
  position: absolute;
  bottom: 0;
  left: 16px;
  font-size: 12px;
  width: calc(100% - 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#right .news_list ul li .news_item .item_desc div a {
  display: flex;
  align-items: center;
}
#right .news_list ul li .news_item .item_desc div a img {
  margin-right: 3px;
}
#right .pagination {
  display: flex;
  justify-content: center;
  
}
#right .pagination li {
  box-sizing: border-box;
  text-align: center;
  border: 0;
  position: relative;
  min-width: 35px;
  height: 35px;
  padding: 0 5px;
  line-height: 35px;
  display: inline-block;
  background-color: rgba(150, 150, 150, 0.16);
  margin: 0 5px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#right .pagination li:hover {
  background-color: #5961f9;
  box-shadow: 0px 5px 20px -3px rgba(89, 97, 249, 0.6);
}
#right .pagination li:hover a {
  color: #fff;
}
#right .pagination .active {
  background-color: #5961f9;
  box-shadow: 0px 5px 20px -3px rgba(89, 97, 249, 0.6);
}
#right .pagination .active a {
  color: #fff;
}
#right .inner_position {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
#right .inner_position a {
  padding: 0 5px;
}
#right .news_show {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
#right .news_show .news_show_content {
  display: flex;
  justify-content: space-between;
}
#right .news_show .news_show_content .news_show_left {
  padding: 20px;
  background: #fff;
  border-width: 0;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.2);
  transition: background-color 0.3s;
  width: 66%;
}
#right .news_show .news_show_content .news_show_left .tit {
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}
#right .news_show .news_show_content .news_show_left .desc {
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ebebeb;
}
#right .news_show .news_show_content .news_show_left .desc a,
#right .news_show .news_show_content .news_show_left .desc span {
  padding-right: 15px;
  display: flex;
  align-items: center;
}
#right .news_show .news_show_content .news_show_left .desc a img,
#right .news_show .news_show_content .news_show_left .desc span img {
  margin-right: 5px;
}
#right .news_show .news_show_content .news_show_left .con {
  margin-top: 20px;
}
#right .news_show .news_show_content .news_show_left .con a {
  color: #247ac3;
}
#right .news_show .news_show_content .news_show_left .con h3 {
  border-left: 3px solid #247ac3;
  padding: 4px 0 4px 20px;
  font-size: 20px;
  margin-bottom: 16px;
}
#right .news_show .news_show_content .news_show_left .con img {
  max-width: 100%;
}
#right .news_show .news_show_content .news_show_left .con p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 16px;
}
#right .news_show .news_show_content .news_show_left .con ul {
  padding-left: 40px;
  font-size: 14px;
}
#right .news_show .news_show_content .news_show_left .con ul li {
  margin: 8px 0;
  color: #343a40;
  list-style-type: disc;
}
#right .news_show .news_show_content .news_show_right {
  position: sticky;
  top: 20px;
  /* 吸顶 */
  bottom: 20px;
  /* 吸底 */
  height: calc(100vh - 20px);
  /* 根据视口高度调整 */
  overflow-y: auto;
  /* 允许内容滚动 */
  flex: 1;
  min-width: 310px;
  margin-left: 20px;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item .news_show_right_tit {
  display: flex;
  align-items: center;
  width: auto;
  font-size: 18px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item .news_show_right_tit img {
  margin-right: 5px;
  width: 18px;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item .news_show_right_tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  border-radius: 5px;
  width: 20%;
  background-color: #247ac3;
  transition: all 1s;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item:hover .news_show_right_tit::before {
  width: 35%;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item ul {
  display: flex;
  flex-wrap: wrap;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item ul li {
  width: 50%;
  padding: 0 8px;
  margin: 4px 0;
  box-sizing: border-box;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item ul li a {
  display: flex;
  align-items: center;
  background-color: #f1f3f6;
  border-radius: 5px;
  padding: 5px 8px;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item ul li a img {
  width: 20px;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item ul li a span {
  padding: 0 5px;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item .news_item {
  display: flex;
  margin-top: 16px;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item .news_item img {
  width: 33.333%;
  border-radius: 5px;
  margin-right: 16px;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item .news_item .news_item_desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item .news_item .news_item_desc a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  color: #282a2d;
  font-size: 14px;
}
#right .news_show .news_show_content .news_show_right .news_show_right_item .news_item .news_item_desc span {
  font-size: 12px;
  margin-top: 8px;
  display: block;
  color: #6c757d;
}
#right .search {
width: 95%;
max-width: 1100px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
#right .search .list-li {
  width: 33.333%;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
#right .search .list-li .con {
  transition: all 0.5s;
  border-radius: 6px;
  overflow: hidden;
}
#right .search .list-li a {
  background-color: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.2);
  transition: background-color 0.3s;
  margin-bottom: 20px;
  padding: 15px;
}
#right .search .list-li a img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#right .search .list-li a .index_ai_menu_desc {
  flex: 1;
  line-height: 1.5;
}
#right .search .list-li a .index_ai_menu_desc h2 {
  font-size: 14px;
  color: #282a2d;
}
#right .search .list-li a .index_ai_menu_desc p {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #6c757d;
  font-size: 12px;
}
#right .search .list-li .index_ai_menu_tooltip {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  background: #191919;
  height: auto;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 9;
}
#right .search .list-li .index_ai_menu_tooltip::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  /* 底边的一半 */
  border-right: 7.5px solid transparent;
  /* 底边的一半 */
  border-bottom: 7px solid #191919;
}
#right .search .list-li:hover .con {
  transform: translateY(-10px);
}
#right .search .list-li:hover a {
  color: #247ac3;
}
#right .search .list-li:hover .index_ai_menu_tooltip {
  opacity: 1;
}
#right footer {
  padding: 20px;
  position: absolute;
  bottom: 0;
}
#right footer #tops {
  position: fixed;
  bottom: 10%;
  right: 5%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8e8e8;
  display: none;
  text-align: center;
}
#right footer #tops img {
  width: 50%;
  transform: translateY(50%);
}
#right footer .container {
  padding: 20px;
  background: #fff;
}
#right footer .container .con {
  display: flex;
}
#right footer .container .con .footer_left {
  width: 40%;
}
#right footer .container .con .footer_left img {
  max-width: 180px;
}
#right footer .container .con .footer_left p {
  line-height: 20px;
  color: #6c757d;
}
#right footer .container .con .footer_right {
  padding-left: 40px;
  margin-top: 1%;
}
#right footer .container .con .footer_right a {
  color: #6c757d;
  position: relative;
}
#right footer .container .con .footer_right a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 0.5em;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #888;
  opacity: 0.3;
  vertical-align: 0.2em;
}
.prevnext{
    display: flex;
    justify-content: space-between;
    line-height: 2;
}
.prevnext .pre_l a{
    display: flex;
    flex-direction: column;
    text-align: left;
    transition: all 0.3s;
}
.prevnext .pre_r a{
    display: flex;
    flex-direction: column;
    text-align: right;
    transition: all 0.3s;
}
.prevnext a:hover{
    color: #247ac3;
}
#feedback{
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    #feedback form{
        display: flex;
        flex-direction: column;
        background: #fff;
        width: 100%;
        max-width: 760px;
        padding: 40px;
    }
    #feedback form>label{
        display: flex;
        flex-direction: column;
    }
    #feedback form>label span{
        line-height: 22px;
        font-size: 16px;
        color: #1f2329;
    }
    #feedback form>label input{
        border: none;
        background: #f5f6f7;
        line-height: 44px;
        margin: 10px 0;
        padding: 0 10px;
    }
    #feedback form>label>div{
        display: flex;
        align-items: center;
        margin: 10px 0;
    }
    #feedback form>label>div button{
        padding: 5px 20px;
        border-radius: 5px;
        border: none;
    }
    #feedback form>label>div button input{
        margin: 0;
    }
    #feedback form>label>div button span{
        color: #fff;
    }
    #feedback form>label>div p{
        margin-left: 20px;
    }
    #feedback form>button{
        font-size: 16px;
        background-color: #03a193;
        border-color: #03a193;
        border: none;
        border-radius: 5px;
        color: #FFF;
        text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.8;
    display: inline-block;
    border-radius: 2px;
    }
    #fileupload_fankuitupian_files{
        display: flex;
        align-items: center;
        justify-content: center;
        
        height: 80px;
    }
    #fileupload_fankuitupian_files img{
        height: 100%;
        max-height: 80px;
    }
    .index_buy_menu{
        display: flex;
        flex-wrap: wrap;
        padding: 30px;
    }
    .index_buy_menu .buy{
        width: 257px;
        margin: 20px;
        box-shadow: 0 4px 8px 0 rgba(95, 101, 105, .05);
        border-radius: 8px;
        background-color: #fff;
        transition: transform .2s, box-shadow .2s;
        overflow: hidden;
    }
    .index_buy_menu .buy .index_buy_img{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .index_buy_menu .buy .index_buy_img img{
        width: 100%;
        height: 100%;
    }
    .index_buy_menu .buy  h2{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #545c63;
        line-height: 20px;
        height: 40px;
        margin-bottom: 8px;
        padding: 0 8px;
    }
    .index_buy_menu .buy .index_buy_desc>div{
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        color: #9199a1;
        line-height: 18px;
        padding: 0 8px;
        margin-bottom: 8px;
        height: 20px;
    }
    .index_buy_menu .buy .index_buy_desc>div .news{
        border: 1px solid rgba(242, 13, 13, .2);
        border-radius: 2px;
        font-size: 12px;
        line-height: 1;
        margin-right: 4px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        background-color: rgba(242, 13, 13, .6);
        padding: 3px 4px;
    }
    .index_buy_menu .buy .index_buy_desc>div .price span{
        line-height: 20px;
        margin-right: 2px;
    }
    .index_buy_menu .buy .index_buy_desc>div .price .price_x{
        color: #f01414;
        font-weight: 700;
        padding-right: 5px;
    }
    .index_buy_menu .buy .index_buy_desc>div .price .price_o{
        text-decoration: line-through;
        color: #6d7278;
        line-height: 20px;
    }
    .buy_show{
        max-width: 1200px;
        margin: 30px auto;
    }
    .buy_show_top{
        display: flex;
        /*justify-content: space-between;*/
    }
    .buy_show_top_img{
        width: 30%;
        margin-right: 3%;
    }
    .buy_show_top_img img{
        width: 100%;
    }
    .buy_show_top_right{
        flex: 1;
        
    }
    .buy_show .buy_tit{
        font-size: 40px;
        color: #1c1f21;
        letter-spacing: 1px;
        line-height: 53px;
        font-weight: 600;
        margin-bottom: 24px;
        text-overflow: ellipsis;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .buy_show .buy_des{
        height: 22px;
        font-size: 21px;
        color: #1c1f21;
        line-height: 22px;
        margin-bottom: 37px;
        text-overflow: ellipsis;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .buy_show .price-box{
        margin-top: 26px;
        display: flex;
        justify-content: space-between;
    }
    .buy_show .price-box .price_left{
        display: flex;
        /*align-items: end;*/
    }
    .buy_show .price-box .price_left .cur-price{
        font-size: 32px;
        color: #f01414;
        line-height: 32px;
        font-weight: 600;
    }
    .buy_show .price-box .price_left .cur-price sub{
        font-size: 24px;
        vertical-align: baseline;
    }
    .buy_show .price-box .price_left .price-init{
        font-size: 16px;
        color: #93999f;
        font-weight: 400;
        vertical-align: bottom;
        line-height: 42px;
        margin-left: 12px;
        text-decoration: line-through;
    }
    .buy_show .price-box .price_left .timer-box{
        display: flex;
        align-items: center;
        position: relative;
        height: 32px;
        background-image: linear-gradient(90deg, #ff7a00 0, rgba(255, 0, 105, .99) 99%);
        box-sizing: border-box;
        border-radius: 4px;
        margin-left: 12px;
        overflow: hidden;
        color: #fff;
        padding: 0 10px;
    }
    .buy_show .price-box .price_left .timer-box img{
        width: 38px;
        height: 36px;
        background-image: url(/static/module/class/standerd/img/clock.png);
        background-size: cover;
        background-position: center;
    }
    .buy_show .price-box .price_right{
        background-image: linear-gradient(90deg, rgb(0 189 255 / 99%) 0, #00f2ff 99%);
        border-radius: 24px;
        color: #fff;
        display: block;
        width: 160px;
        height: 48px;
        margin-right: 12px;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 48px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
    }
    .buys_introduce{
        font-size: 18px;
        color: #1c1e20;
        letter-spacing: 0;
        line-height: 32px;
        text-indent: 2em;
        margin-top: 30px;
    }
    .buys_introduce .title-box{
        width: 115px;
        height: 28px;
        background-image: url(../images/studyed-introduce.png);
        background-size: cover;
        background-position: center;
        margin: 22px 0 30px 0;
    }
    .buys_case{
        margin: 30px 0;
        padding-bottom: 50px;
    }
    .buys_case .title-box{
        width: 115px;
        height: 28px;
        background-image: url(../images/studyed-shop.png);
        background-size: cover;
        background-position: center;
        margin: 22px 0 30px 0;
    }
    .buys_case_menu ul{
        display: flex;
        justify-content: space-between;
    }
    .buys_case_menu ul li{
        width: 23%;
    }
    .buys_case_menu ul li .img{
        overflow: hidden;
    }
    .buys_case_menu ul li .img img{
        width: 100%;
        height: auto;
        transition: all 0.5s;
    }
    .buys_case_menu ul li p{
        font-size: 16px;
        margin: 10px 0;
        text-align: center;
        text-overflow: ellipsis;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .buys_case_menu ul li:hover img{
        transform: scale(1.1);
    }
@media (max-width: 991px) {
    #right .news_show .news_show_content{
        justify-content: center;
    }
    #right .news_show .news_show_content .news_show_left{
        width: 100%;
        max-width: 690px;
    }
    #right .news_show .news_show_content .news_show_right{
        display: none;
    }
    #right .index_ai .index_ai_menu ul li{
        width: 25%;
    }
    .buy_show{
        padding: 0 20px;
    }
    .buy_show_top{
        flex-direction: column;
    }
    .buy_show_top_img{
        width: 100%;
    }
}
@media (max-width: 767px) {
    #left{
        display: none;
    }
    #right{
        width: 95%!important;
        left: 0!important;
        margin: 0 auto!important;
    }
    #right #search{
        margin-bottom: 0;
        padding-bottom: 0;
        transform:translateY(0);
    }
    #right #search .slideTxtBox1 .hd ul li{
        padding: 0 5px;
    }
    #right #search .slideTxtBox1 .slideTxtBox2 .hd{
        overflow-x: auto;
        justify-content: left;
    }
    #right #search .slideTxtBox1 .slideTxtBox2 .hd ul{
        white-space: nowrap;
        display: flex; 
        padding-left: 5px!important;
    }
    #right #search .slideTxtBox1 .slideTxtBox2 .hd ul li{
        font-size: 13px!important;
        flex: 0 0 auto; /* 禁止 flex 子项自动收缩 */
        margin-right: 10px;
    }
    #right .search{
        max-width: 520px;
    }
    #right .search .list-li{
        width: 50%;
    }
    #right header{
        display: none!important;
    }
    #right .header{
        display: block!important;
    }
    #right .index_news{
        padding: 8px;
        flex-wrap: wrap;
    }
    #right .index_news>div{
        width: 48%;
        margin-bottom: 12px;
        border-radius: 10px;
    }
    #right .index_ai .index_ai_menu ul li{
        width: 50%;
    }
    #right .pagination{
        margin-bottom: 8px;
    }
    #right footer{
        background: #fff;
    }
    #right footer .container .con{
        flex-wrap: wrap;
    }
    #right footer .container .con>div{
        width: 100%!important;
        margin-bottom: 20px;
        padding-left:0!important;
    }
    #right footer .container .con .footer_left p{
        line-height: 1.5;
    }
    #right .list_show .list_show_top .list_show_top_left{
        min-width: 182px;
    }
    #right .list_show #tags ul li{
        width: 50%;
    }
    #right .news_list{
        max-width: 540px;
    }
    #right .news_list ul li .news_item .item_desc h3{
        font-size: 15px;
    }
    #right .news_list ul li .news_item .item_desc p{
        display: none!important;
    }
    #right .news_list ul li .news_item .item_desc{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #right .news_list ul li .news_item .item_desc div{
        position: relative;
        width: 100%;
        left: 0;
    }
    .index_buy_menu{
        padding: 0px!important;
    }
    .index_buy_menu .buy{
        width: 48%!important;
        margin: 1%!important;
    }
    .index_buy_menu .buy .index_buy_img{
        height: auto!important;
    }
    .buys_case_menu ul{
        flex-wrap: wrap;
    }
    .buys_case_menu ul li{
        width: 48%;
    }
    .buy_show .buy_tit{
        font-size: 35px;
    }
    .buy_show .price-box{
        flex-direction: column;
    }
}
@media (max-width: 570px) {
    #right .list_show .list_show_top{
        flex-wrap: wrap;
    }
    #right .list_show .list_show_top>div{
        width: 95%;
    }
    #right .list_show .list_show_top .list_show_top_left{
        max-width: 95%;
    }
    #right .list_show .list_show_top .list_show_top_left .list_show_top_left_con .img_cover{
        max-width: 390px!important;
        margin: 13% auto 7%;
        width: 90%;
    }
    #right .list_show .list_show_top .list_show_top_right{
        margin-top: 20px;
    }
    .buy_show .buy_tit{
        font-size: 30px;
    }
    .buy_show .buy_des{
        font-size: 18px;
    }
    .img_menu,#buy_menu{
        margin: 0!important;
    }
    .tiles-wrap{
        padding: 0 10px!important;
    }
}
@media (max-width: 450px) {
    .buy_show .buy_tit{
        font-size: 25px;
        -webkit-line-clamp:2;
    }
    .buy_show .price-box .price_left .cur-price{
        font-size: 24px;
    }
    .buy_show .price-box .price_left .price-init{
        font-size: 14px;
    }
    .buy_show .price-box .price_left{
        flex-wrap: wrap;
    }
}
