
.sybg{
    width: 100%;
    min-height: 520px;
    margin-bottom: 60px;
    background: url('/assets/img/bg/sy_bg.png') no-repeat center center;
    background-size: 1920px 520px;
    background-position-y: 0px;
}
.sybg .headTop{
    position:fixed;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    box-shadow: none;
}
.sysear{
  padding-top: 150px;
  margin: 0 auto;
}
.sysear .notebox{
  padding-left: 16%;
  display: flex;
  flex-direction: column;
}
.sysear .notebox h1{
  font-size: 94px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 136px;
  color: transparent;
  background-image: linear-gradient(to right, #04BAD8 0%, #1BAEDE 25%, #32A2E3 55%, #4697E8 75%, #588EEC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  margin-right: auto;
}
.sysear .notebox p{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 41px;
  color: #333333;
  text-align: left;
}
.sysear .sysearch{ 
  width: 100%;
  max-width: 786px;
  height: 62px;
  background: #ffffff;
  border-radius: 10px;
  border-radius: 31px;
  margin: 170px auto 0 auto;
  padding-left: 30px;
  box-shadow: 0px 0px 40px 10px #D2F2F8;
}
.sysear .sysearch .layui-form{
  width: 80px;
}
.sysear .sysearch .layui-input{
  font-size: 16px;
  border: none;
  box-shadow: none;
}
.sysear .sysearch .layui-form-select .layui-edge{
  right: 16px;
  top: 53%;
}
.sysear .sysearch .type-search{
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #666666;
  gap: 3px;
  font-size: 16px;
  padding-left: 3px;
}
.sysear .sysearch .type-search img{
  width: 16px;
  height: 16px;
  display: block;
  margin-top: 3px;
}
.sysear .sysearch .xian{
  height: 70%;
  border-left: 1px solid #E5E5E5;
  margin-left: 25px;
}
.sysear .sysearch .searbox{
  flex: 1;
  height: inherit;
  width: 100%;
  box-sizing: border-box;
}
.sysear .searbox .fdjbox{
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.sysear .searbox .fdjbox img{
    width: 16px;
    height: 16px;
    display: block;
}
.sysear .searbox input{
    width: 100%;
    height: 80%;
    line-height: 80%;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    margin: 0 20px 0 0;
    box-sizing: border-box;
}
.sysear .searbox input::placeholder{
  color: #999999;
}
.sysear .searbox .sybtn{
  width: 115px;
  min-width: 115px;
  height: inherit;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 62px;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  background-image: linear-gradient(80deg, #03bbd8 0%, #588eec 100%), linear-gradient( #ffffff, #ffffff);
  background-blend-mode: normal, normal;
  cursor: pointer;
  border-radius: 31px;
}
.sysear .sear_hot{
  width: 100%;
  max-width: 786px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  text-align: LEFT;
  align-items: flex-start;
  color: #999999;
  padding: 0 38px;
  gap: 15px;
  margin: 14px auto 0 auto;
  box-sizing: border-box;
}
.sysear .sear_hot .slib{
  color: #23C4D9;
  white-space: nowrap;
}
.sysear .sear_hot .hots{
  display: flex;
  height: 100%;
  gap: 4px 20px;
}
.sysear .sear_hot .hots a{
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  border-radius: 50px;
  box-sizing: border-box;
}
.Mobile .sybg{
  height: auto;
  min-height: none;
}
.Mobile .sysear .notebox{
  width: 100%;
}
.wrapperCate{
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.wrapperCate .content {
  width: fit-content;
  height: 100%;
}
.syCate{
  display: flex;
  gap: 22px;
  margin: 0 auto;
}
.syCate .ctitem{
  width: 212px;
  height: 164px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: linear-gradient(180deg, #E4F5FF 0%, #F4FBFF 100%);
}
.syCate .ctitem .ctname{
  height: 32px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #5789E6;
}
.syCate .ctitem img{
  width: 100px;
  height: 100px;
  display: block;
}
.syCate .ctitem:nth-child(2){
  background: linear-gradient(180deg, #E9EFFB 0%, #F6F8FD 100%);
}
.syCate .ctitem:nth-child(2) .ctname{
  color: #B39BEB;
}
.syCate .ctitem:nth-child(3){
  background: linear-gradient(180deg, #FFF6E6 0%, #FFFBF5 100%);
}
.syCate .ctitem:nth-child(3) .ctname{
  color: #E3A48A;
}
.syCate .ctitem:nth-child(4){
  background: linear-gradient(180deg, #D7F2EA 0%, #EDFAF6 100%);
}
.syCate .ctitem:nth-child(4) .ctname{
  color: #72C4AD;
}
.syCate .ctitem:nth-child(5){
  background: linear-gradient(180deg, #E4F5FF 0%, #F1F9FE 100%);
}
.syCate .ctitem:nth-child(5) .ctname{
  color: #689CBD;
}
.syCate .ctitem:nth-child(6){
  background: linear-gradient(180deg, #FFF6E6 0%, #FFFBF5 100%);
}
.syCate .ctitem:nth-child(6) .ctname{
  color: #E3A48A;
}
.syCate .ctitem:nth-child(7){
  background: linear-gradient(180deg, #FFD5CC 0%, #FAF2F0 100%);
}
.syCate .ctitem:nth-child(7) .ctname{
  color: #CF8372;
}
 

.symk{
  width: 100%; 
}
.symk .mktit{
  width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
    clear: both;
    position: relative;
}
.symk .mktit .mkimg{
  width: 60px;
  height: 60px;
  display: block;
}
.symk .mktit .tinfo{
  display: flex;
  flex-direction: column;
  margin: 0 74px 0 25px;
}
.symk .mktit .tinfo h2{
  line-height: 42px;
  font-size: 29px;
  color: #333333;
  font-weight: 700;
}
.symk .mktit .tinfo p{
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.symk .mktit .mktype{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.symk .mktit .mktype .aty{
  display: block;
  width: 126px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #999;
  text-align: center;
  border-radius: 20px;
  background: #F7F8FA;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 2px;
  box-sizing: border-box;
}
.symk .mktit .amore{
  line-height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  gap: 6px;
  color: #999;
  position: absolute;
  right: 0;
}
.symk .mktit .amore img{
  width: 16px;
  height: 16px;
  display: block;
  clear: both;
  overflow: hidden;
}

.symk .mktit .mktype .aty:hover,
.symk .mktit .mktype .aty.active{
  color: #333;
}
.symk.syjxlist .mktit .mktype .aty:hover,
.symk.syjxlist .mktit .mktype .aty.active{
  background: linear-gradient(90deg, #E7F5FF 0%, #D8EBFF 100%);
}
.symk.syjxlist{
  margin-top: 57px;
}

.symk_jxlists{
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 46px;
    box-sizing: border-box;
}
.symk_jxlists a{
    float: left;
    width: 389px;
    height: 278px;
    border-radius: 6px;
    display: block;
    margin-right: 20px;
    box-sizing: border-box;
}
.symk_jxlists a:first-child{
  width: 800px; 
  height: 579px;
  margin-left: 0;
}
.symk_jxlists a:nth-child(2n+1){
  margin-right: 0px;
}
.symk_jxlists a:nth-child(2),
.symk_jxlists a:nth-child(3){
  margin-bottom: 23px;
}
.symk_jxlists a:nth-child(1){
  margin-right: 20px;
}
.symk_jxlists a .item{
    width: 100%;
    height: 100%;
    position: relative;
}
.symk_jxlists a:hover .item::before{
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  background: #dce7f3;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
}
.symk_jxlists a .item .imgbox{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.symk_jxlists a .item .imgbox img{
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}
.symk_jxlists a .item .imgbox .tit{
  width: 100%;
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  background: linear-gradient(0deg,#000000 0%, rgba(0,0,0,0.00));
  border-radius: 0px 0px 10px 10px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
.symk_jxlists a .item .xiazai{
    display: none;
    width: 90px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #24c5da;
    border-radius: 555px;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    right: 10px;
}
/* 3D素材 */
.sy_3dlist{
  width: 100%;
  overflow: hidden;
  padding-bottom: 46px;
  margin-top: 30px;
  display: grid;
  grid-template-rows: repeat(2, 278px);
  grid-template-columns: repeat(4, 1fr);
  gap: 22px; 
  box-sizing: border-box;
}
.sy_3dlist a{
  border-radius: 6px;
  display: inline-grid;
  box-sizing: border-box;
  position: relative;
}
.sy_3dlist a:first-child {
  grid-row: span 2; 
}
.sy_3dlist a:hover::before{
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  background: #dce7f3;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
}
.sy_3dlist a .imgbox{
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.sy_3dlist a .imgbox img{
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}
.sy_3dlist a .imgbox .tit{
    width: 100%;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    background: linear-gradient(0deg,#000000 0%, rgba(0,0,0,0.00));
    border-radius: 0px 0px 10px 10px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sy_3dlist a .xiazai{
    display: none;
    width: 90px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #24c5da;
    border-radius: 555px;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    right: 10px;
}
.sy_3dlist a:hover .xiazai{
  display: block;
}
.symk.sy3dlist .mktit .mktype .aty:hover,
.symk.sy3dlist .mktit .mktype .aty.active{
  background: linear-gradient(90deg, rgba(230, 252, 255, 1) 0%, rgba(176, 248, 255, 1) 100%);  
}

/* 精选医疗素材*/
.syjxlist .sy_3dlist a:first-child {
  grid-row: span 2; 
  grid-column: span 2;
}

/* 药材图片*/
.syyiyaos .sy_3dlist a:first-child {
  grid-row: span 1; 
}
.symk.syyiyaos .mktit .mktype .aty:hover,
.symk.syyiyaos .mktit .mktype .aty.active{
  background: linear-gradient(90deg, rgba(240, 255, 246, 1) 0%, rgba(199, 255, 221, 1) 100%);
}

/* 协议 */
.xieyiBox{
  width: 100%;
  max-width: 1200px;
  color: #333333;
  margin: 30px auto;
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.14);
  box-sizing: border-box;
}
.xieyiBox h1{
  font-size: 24px;
  text-align: center;
  line-height: 34px;
  font-weight: 700;
  box-sizing: border-box;
}
.xieyiBox .xybox{
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  box-sizing: border-box;
  margin-top: 20px;
}


/* hover */
.sysear .sear_hot .hots a:hover,
.articSYBox .list .item:hover .tit{
  color: var(--text-color);
}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1500px) {}
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 1250px) {
  .sysear{
    padding: 150px 10px 0 10px;
    box-sizing: border-box;
  }
  .sy_3dlist{
    gap: 12px;
  }
  .symk .mktit .mktype .aty{
    width: 120px;
    font-size: 16px;
  }
  .symk .mktit .mktype .aty:nth-child(5){
    display: none;
  }
  .symk .mktit .amore{
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .syCate{
    gap: 10px;
  }
  .syCate .ctitem{
    width: 150px;
    flex-shrink: 0;
    height: 150px;
  }
  .syCate .ctitem img{
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  .sysear .notebox{
    width: 780px;
    margin: 0 auto;
    padding-left: 0;
  }
  .sysear .notebox h1{
    font-size: 80px;
    margin: 0;
    text-align: center;
  }
  .sysear .notebox p{
    font-size: 22px;
    margin: 0;
    text-align: center;
  }
  .sysear .sysearch{
    margin: 100px auto 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1050px) {
  .symk .mktit .mktype .aty:nth-child(4){
    display: none;
  }
  .symk .mktit .tinfo{
    margin: 0 25px;
  }
}

/* Mobile */
@media screen and (max-width: 850px) {
  .sysear .notebox h1{
    font-size: 50px;
  }
  .sysear .notebox p{
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 800px) {
  .symk .mktit .mktype{
    display: none;
  }
  .symk.syjxlist{
    margin-top: 20px;
  }
  .sy_3dlist {
    padding-bottom: 24px;
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .syjxlist .sy_3dlist a:first-child {
    grid-row: span 2;
    grid-column: span 1;
  }
  .symk .mktit .tinfo h2{
    font-size: 20px;
    line-height: 1.6;
  }
  .symk .mktit .tinfo p{
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 650px) {
  .Mobile .sybg {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .sy_3dlist {
    padding-bottom: 22px;
    grid-template-rows: repeat(2, minmax(auto, 300px));
    grid-template-columns: repeat(1, 1fr);
  }
  .syjxlist .sy_3dlist a:first-child {
    grid-row: span 1;
  }
  .sy_3dlist a:first-child {
    grid-row: span 1;
  }
}
@media screen and (max-width: 500px) {
  .sysear {
    padding: 90px 10px 0 10px;
  }
  .Mobile .sybg {
    min-height: auto;
    background-size: auto 100%;
  }
  .sysear .sysearch{
    margin-top: 50px;
    height: 46px;
    padding-left: 20px;
  }
  .sysear .sysearch .xian{
    margin-left: 15px;
  }
  .sysear .searbox input{
    margin-right: 15px;
  }
  .sysear .searbox .sybtn{
    width: 90px;
    min-width: 90px;
    font-size: 16px;
    line-height: 46px;
  }
  .sysear .notebox h1{
    font-size: 30px;
    line-height: 2;
  }
  .sysear .notebox p{
    font-size: 16px;
    line-height: 1.8;
  }
  .sysear .sear_hot{
    padding: 0;
  }
  .sysear .sear_hot .hots{
    flex-wrap: wrap;
  }
}