.wycContainer {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*overflow: auto;*/
  background-color: #F6F7FC;
}
.wycContainer .wycSearchNav {
  width: 100%;
  height: 147px;
  background-color: #fff !important;
  position: relative;
}
.wycContainer .wycSearchNav .searchNavMain {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 31px 0 68px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 0;
  position: relative;
}
.wycContainer .wycSearchNav .searchNavMain .searchLogo {
  width: 143px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycSearchNav .searchNavMain .searchLogo img {
  width: 100%;
  height: 100%;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox {
  width: 585px;
  height: 35px;
  margin: 0 91px 0 101px;
  background: #7B4DD6;
  border-radius: 2px;
  padding: 2px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputContent {
  width: 510px;
  height: 31px;
  background: #FFFFFF;
  border-radius: 1px;
  padding: 3px 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputContent > input {
  width: 390px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #333;
  border: none;
  list-style: none;
  outline: none;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputContent > input::-webkit-input-placeholder {
  color: #B9C0C7;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputContent > input:-moz-placeholder {
  color: #B9C0C7;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputContent > input::-moz-placeholder {
  color: #B9C0C7;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputContent > input:-ms-input-placeholder {
  color: #B9C0C7;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputContent > input::placeholder {
  color: #B9C0C7;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputContent .searchTextSwiper {
  width: 100px;
  height: 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  float: right;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputContent .searchTextSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  text-align: right;
  display: block !important;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputContent .searchTextSwiper .swiper-wrapper .swiper-slide {
  max-width: 100px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding: 4px 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: rgba(123, 77, 214, 0.06);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #7B4DD6;
  line-height: 17px;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputContent .searchTextSwiper .swiper-wrapper .swiper-slide a {
  color: #7B4DD6;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputContent .searchTextSwiper .swiper-wrapper .swiper-slide a:active {
  color: #7B4DD6;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputBtn {
  width: 71px;
  height: 100%;
  text-align: center;
  padding: 4px 0 5px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: transparent;
  cursor: pointer;
  transform: .3s;
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputBtn:hover {
  background-color: rgba(0,0,0,5%);
}
.wycContainer .wycSearchNav .searchNavMain .searchBox .inputBtn img {
  width: 22px;
  height: 22px;
}
.wycContainer .wycSearchNav .searchNavMain .serachShare {
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycSearchNav .searchNavMain .serachShare .shareItem {
  width: 120px;
  height: 37px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 16px;
  border-radius: 2px;
  padding: 9px 0 8px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  position: relative;
}
.wycContainer .wycSearchNav .searchNavMain .serachShare .shareItem.submission {
  background-color: #FF8215;
}
.wycContainer .wycSearchNav .searchNavMain .serachShare .shareItem.submission:hover {
  background-color: rgb(255, 130, 21, .85);
}
.wycContainer .wycSearchNav .searchNavMain .serachShare .shareItem.promotion {
  background-color: #7B4DD6;
}
.wycContainer .wycSearchNav .searchNavMain .serachShare .shareItem.promotion:hover {
  background-color: rgb(123, 77, 214, .85);
}
.wycContainer .wycSearchNav .searchNavMain .serachShare .shareItem span {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycSearchNav .searchNavMain .serachShare .shareItem img {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycClassification {
  width: 1200px;
  height: 570px;
  margin: -40px auto 10px;
  position: relative;
  z-index: 9;
}
.wycContainer .wycClassification .classificationLinks {
  width: 100%;
  height: 40px;
  padding-right: 18px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wycContainer .wycClassification .classificationLinks .linksTitle {
  width: 190px;
  height: 40px;
  background: #3B1E87;
  padding: 10px 14px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wycContainer .wycClassification .classificationLinks .linksTitle img {
  width: 12px;
  height: 12px;
  margin-right: 12px;
}
.wycContainer .wycClassification .classificationLinks a {
  font-size: 16px;
  font-weight: 400;
  color: #202933;
  line-height: 25px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  position: relative;
}
.wycContainer .wycClassification .classificationLinks a img {
  width: 76px;
  height: 22px;
}
.wycContainer .wycClassification .classificationLinks a:hover {
  color: #7B4DD6;
}
.wycContainer .wycClassification .classificationLinks a.active {
  font-size: 18px;
  font-weight: 600;
  color: #7B4DD6;
  line-height: 25px;
}
.wycContainer .wycClassification .classificationLinks a.active::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 7px;
  right: 6px;
  bottom: -8px;
  background-color: #7B4DD6;
}
.wycContainer .wycClassification .classificationMain {
  width: 100%;
  height: 530px;
  font-size: 0;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainLeft {
  width: 190px;
  height: 530px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassHot {
  width: auto;
  height: 40px;
  margin: 0 13px 0 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #7B4DD6;
  line-height: 40px;
  position: relative;
  border-bottom: 1px dashed #E5EAF0;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassHot > img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne {
  width: 100%;
  height: 40px;
  padding: 0 13px 0 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne.active > a {
  color: #7B4DD6;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne.active > a::after {
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/icon-wycarrow.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  right: -3px;
  top: 17px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne > a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px dashed rgba(229, 234, 240, 0.7);
  font-size: 14px;
  font-weight: 400;
  color: #202933;
  line-height: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne > a:hover {
  color: #7B4DD6;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne > a:hover::after {
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/icon-wycarrow.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  right: -3px;
  top: 17px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne > a::after {
  content: "";
  width: 6px;
  height: 12px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/icon-morearrow.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 14px;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox {
  width: 1010px;
  height: 530px;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 7px 32px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 190px;
  top: 0;
  overflow: scroll;
  z-index: 99;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox.show {
  display: block;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox .hoverBoxItem {
  width: 100%;
  max-height: 56px;
  overflow: hidden;
  margin: 12px auto;
  display: block;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox .hoverBoxItem.show {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox .hoverBoxItem::after {
  content: "";
  width: 829px;
  height: 0;
  border-bottom: 1px dashed rgba(229, 234, 240, 0.7);
  position: absolute;
  bottom: 0;
  right: 0;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox .hoverBoxItem .itemTwoName {
  width: 90px;
  display: -webkit-inline-box;
  vertical-align: top;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #37434F;
  line-height: 24px;
  margin-right: 33px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox .hoverBoxItem .itemTwoName:hover {
  color: #7B4DD6;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox .hoverBoxItem .itemThreeBox {
  width: 800px;
  padding-right: 26px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox .hoverBoxItem .itemThreeBox > a {
  margin: 4px 30px 10px 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #76828F;
  line-height: 14px;
  white-space: nowrap;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox .hoverBoxItem .itemThreeBox > a:hover {
  color: #7B4DD6;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox .hoverBoxItem .itemThreeBox .threeOpen {
  display: none;
  font-size: 12px;
  font-weight: 400;
  color: #B9C0C7;
  line-height: 17px;
  padding-right: 8px;
  position: absolute;
  right: 3px;
  bottom: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-right: 8px;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox .hoverBoxItem .itemThreeBox .threeOpen::after {
  content: "";
  width: 8px;
  height: 4px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/lcyVector.png");
  -o-background-size: 100%;
     background-size: 100%;
  position: absolute;
  right: -2px;
  bottom: 40%;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox .hoverBoxItem .itemThreeBox .threeOpen.show {
  display: block;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverBox .hoverBoxItem .itemThreeBox .threeOpen.show::after {
  content: "";
  width: 8px;
  height: 4px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/lcyVector.png");
  -o-background-size: 100%;
     background-size: 100%;
  position: absolute;
  right: -2px;
  bottom: 40%;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox {
  width: 1010px;
  height: 530px;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 190px;
  top: 0;
  z-index: 99;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox.show {
  display: block;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft {
  width: 200px;
  height: 530px;
  padding: 12px 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  overflow: scroll;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne.active > a {
  color: #7B4DD6;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne.active > a::after {
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/icon-wycarrow.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  right: -3px;
  top: 17px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #202933;
  line-height: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne > a:hover {
  color: #7B4DD6;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne > a:hover::after {
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/icon-wycarrow.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  right: -3px;
  top: 17px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne > a::after {
  content: "";
  width: 6px;
  height: 12px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/icon-morearrow.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 14px;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox {
  width: 810px;
  height: 530px;
  display: none;
  background: #FFFFFF;
  padding: 7px 32px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 190px;
  top: 0;
  overflow: scroll;
  z-index: 99;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox.show {
  display: block;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox .hoverBoxItem {
  width: 100%;
  margin: 12px auto;
  max-height: 56px;
  overflow: hidden;
  display: block;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox .hoverBoxItem.show {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox .hoverBoxItem::after {
  content: "";
  width: 630px;
  height: 0;
  border-bottom: 1px dashed rgba(229, 234, 240, 0.7);
  position: absolute;
  bottom: 0;
  right: 0;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox .hoverBoxItem .itemTwoName {
  width: 84px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #37434F;
  line-height: 24px;
  margin-right: 33px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox .hoverBoxItem .itemTwoName:hover {
  color: #7B4DD6;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox .hoverBoxItem .itemThreeBox {
  width: 610px;
  padding-right: 26px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox .hoverBoxItem .itemThreeBox > a {
  margin: 4px 30px 10px 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #76828F;
  line-height: 14px;
  white-space: nowrap;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox .hoverBoxItem .itemThreeBox > a:hover {
  color: #7B4DD6;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox .hoverBoxItem .itemThreeBox .threeOpen {
  font-size: 12px;
  font-weight: 400;
  display: none;
  color: #B9C0C7;
  line-height: 17px;
  padding-right: 8px;
  position: absolute;
  right: 3px;
  bottom: 14px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox .hoverBoxItem .itemThreeBox .threeOpen::after {
  content: "";
  width: 8px;
  height: 4px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/lcyVector.png");
  -o-background-size: 100%;
     background-size: 100%;
  position: absolute;
  right: -2px;
  bottom: 40%;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox .hoverBoxItem .itemThreeBox .threeOpen.show {
  display: block;
}
.wycContainer .wycClassification .classificationMain .classMainLeft .leftClassOne .classHoverOtherBox .classMainChildLeft .leftClassChildOne .classHoverChildBox .hoverBoxItem .itemThreeBox .threeOpen.show::after {
  content: "";
  width: 8px;
  height: 4px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/lcyVector.png");
  -o-background-size: 100%;
     background-size: 100%;
  position: absolute;
  right: -2px;
  bottom: 40%;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wycContainer .wycClassification .classificationMain .classMainCenter {
  width: 698px;
  height: 530px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterSwiper {
  width: 100%;
  height: 270px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterSwiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterSwiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 8px;
  background: rgb(255, 255, 255);
  border-radius: 23px 23px 23px 23px;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines {
  width: 100%;
  height: 250px;
  background-color: #FFF;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineTop {
  width: 100%;
  padding: 19px 16px 27px;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineTop span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 20px;
  padding: 1px 8px;
  background: #E53917;
  border-radius: 8px 0px 8px 0px;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineTop a {
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  color: #E53917;
  line-height: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineTop a:hover {
  opacity: 0.8;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineList {
  width: 382px;
  height: 155px;
  overflow: hidden;
  padding-left: 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineList li {
  width: 100%;
  padding-left: 12px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 12px;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineList li a {
  width: 100%;
  display: block;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 400;
  color: #202933;
  line-height: 20px;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineList li a:hover {
  font-size: 14px;
  font-weight: 500;
  color: #7B4DD6;
  line-height: 20px;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineList li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #D9D9D9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineSwiper {
  width: 216px;
  overflow: hidden;
  margin-right: 33px;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineSwiper .swiper-wrapper {
  width: 100%;
  height: 116px;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineSwiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineSwiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineSwiper .swiper-pagination {
  bottom: 44px;
  text-align: right;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 2px;
  background: rgb(255, 255, 255);
  border-radius: 23px 23px 23px 23px;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineSwiper .headlineIndexTitle {
  width: 100%;
  height: 39px;
  background: #F5F8FF;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineSwiper .headlineIndexTitle a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 400;
  color: #4F5862;
  line-height: 39px;
  padding: 0 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.wycContainer .wycClassification .classificationMain .classMainCenter .mCenterHeadlines .headlineBox .headlineSwiper .headlineIndexTitle a:hover {
  font-weight: 500;
}
.wycContainer .wycClassification .classificationMain .classMainRight {
  width: 292px;
  height: 530px;
  padding: 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #FFFFFF;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 1px;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightAd {
  width: 260px;
  height: 113px;
  display: block;
  margin-bottom: 10px;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightAd img {
  width: 100%;
  height: 100%;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInspection {
  width: 260px;
  height: 260px;
  border-radius: 2px;
  border: 1px solid #F0F3F7;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 12px 0 14px;
  box-sizing: border-box;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInspection::before {
  content: "";
  width: 100%;
  height: 47px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/sssj.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInspection .inspTitle {
  font-size: 16px;
  font-weight: 600;
  color: #202933;
  line-height: 22px;
  padding-top: 18px;
  padding-bottom: 12px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInspection .inspSwiperBox {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInspection .inspSwiperBox::after {
  content: "";
  width: 100%;
  height: 45px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/masktop.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 9;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInspection .inspSwiperBox #inspContent {
  width: 100%;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInspection .inspSwiperBox #inspContent p {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInspection .inspSwiperBox #inspContent p .conCom {
  display: inline-block;
  width: 140px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  color: #202933;
  line-height: 23px;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInspection .inspSwiperBox #inspContent p .conTags {
  display: inline-block;
  width: 65px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  color: #FF8215;
  line-height: 23px;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInput {
  width: 261px;
  height: 103px;
  background: #F0F3F7;
  border-radius: 2px 2px 2px 2px;
  padding: 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInput .rInputTitle {
  font-size: 14px;
  font-weight: 500;
  color: #202933;
  line-height: 20px;
  margin-bottom: 14px;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInput .rInputBox {
  width: 229px;
  height: 37px;
  background-color: #fff;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInput .rInputBox input {
  width: 192px;
  height: 100%;
  padding: 0 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #333;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInput .rInputBox input::-webkit-input-placeholder {
  color: #4F5862;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInput .rInputBox input:-moz-placeholder {
  color: #4F5862;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInput .rInputBox input::-moz-placeholder {
  color: #4F5862;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInput .rInputBox input:-ms-input-placeholder {
  color: #4F5862;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInput .rInputBox input::placeholder {
  color: #4F5862;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInput .rInputBox a {
  width: 37px;
  height: 37px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E7EAEE;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInput .rInputBox a:active {
  opacity: 0.8;
}
.wycContainer .wycClassification .classificationMain .classMainRight .mRightInput .rInputBox a img {
  width: 22px;
  height: 22px;
  line-height: 37px;
}
.wycContainer .wycClassification .background {
  width:1920px;height:1080px; position:absolute; top:40px;left:-360px;
}
.wycContainer .wycClassification .background img{
  width:1920px;height:1080px;
}

.wycContainer .wycInstitution {
  width: 1200px;
  margin: 10px auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.wycContainer .wycInstitution ul {
  width: 100%;
  font-size: 0;
}
.wycContainer .wycInstitution ul li {
  width: 300px;
  height: 163px;
  font-size: 0;
  background: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 26px;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycInstitution ul li::after {
	content: '';
	width: 1px;
	height: 100%;
	background-image: url('https://img1.17img.cn/ui/art/zousy/2023/woyaoce/icon_xian.png');
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.wycContainer .wycInstitution ul li:last-child {
  margin-right: 0;
}
.wycContainer .wycInstitution ul li .insLogo {
  width: auto;
  height: 40px;
  display: inline-block;
  padding: 3px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycInstitution ul li .insLogo img {
  width: auto;
  height: 100%;
}
.wycContainer .wycInstitution ul li .insTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #4F5862;
  line-height: 19px;
  margin: 12px auto;
}
.wycContainer .wycInstitution ul li .insTags {
  width: 100%;
  height: 25px;
  overflow: hidden;
}
.wycContainer .wycInstitution ul li .insTags a {
  max-width: 87px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 4px 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: rgba(12, 127, 242, 0.08);
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #0C7FF2;
  line-height: 17px;
}
.wycContainer .wycAdvertisement {
  width: 1200px;
  margin: 10px auto;
  font-size: 0;
  position: relative;
  z-index:10;
}
.wycContainer .wycAdvertisement .adLeft {
  width: 897px;
  height: 80px;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycAdvertisement .adLeft img {
  width: 100%;
  height: 100%;
}
.wycContainer .wycAdvertisement .adRight {
  width: 294px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycAdvertisement .adRight img {
  width: 100%;
  height: 100%;
}
.wycContainer .wycRecommend {
  width: 1200px;
  min-height: 622px;
  margin: 10px auto;
  z-index:10;
  position:relative;
}
.wycContainer .wycRecommend .recommendNav {
  width: 100%;
  padding: 12px 24px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #fff;
  font-size: 0;
  border-bottom: 1px solid #E5EAF0;
  position: relative;
}
.wycContainer .wycRecommend .recommendNav .recNavName {
  font-size: 22px;
  font-weight: 600;
  color: #202933;
  line-height: 31px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  position: relative;
}
.wycContainer .wycRecommend .recommendNav .recNavName::after {
  content: "";
  width: 52px;
  height: 5px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/jctjline.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.wycContainer .wycRecommend .recommendNav .recNavLink {
  padding: 9px 16px 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycRecommend .recommendNav .recNavLink a {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 400;
  color: #202933;
  line-height: 22px;
  margin-right: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.wycContainer .wycRecommend .recommendNav .recNavLink a.active, .wycContainer .wycRecommend .recommendNav .recNavLink a:hover {
  color: #7B4DD6;
  font-weight: 600;
}
.wycContainer .wycRecommend .recommendNav .recNavMore {
  padding: 19px 0 18px;
  display: block;
  float: right;
}
.wycContainer .wycRecommend .recommendNav .recNavMore:active {
  opacity: 0.8;
}
.wycContainer .wycRecommend .recommendNav .recNavMore span {
  font-size: 14px;
  font-weight: 400;
  color: #7E8790;
  line-height: 20px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycRecommend .recommendNav .recNavMore img {
  width: 7px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycRecommend .recommendMain {
  width: 100%;
  height: 553px;
  font-size: 0;
  padding: 15px 24px 17px 24px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.wycContainer .wycRecommend .recommendMain .mainTJBox {
  width: 848px;
  margin-right: 22px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.wycContainer .wycRecommend .recommendMain .mainTJBox .tjBoxItem {
  width: 197px;
  height: 241px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.wycContainer .wycRecommend .recommendMain .mainTJBox .tjBoxItem:nth-child(4n) {
  margin-right: 0;
}
.wycContainer .wycRecommend .recommendMain .mainTJBox .tjBoxItem .tjImg {
  width: 197px;
  height: 160px;
  display: block;
  background: #FFFFFF;
  border: 1px solid #E5EAF0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycRecommend .recommendMain .mainTJBox .tjBoxItem .tjImg img {
  width: 100%;
  height: 100%;
}
.wycContainer .wycRecommend .recommendMain .mainTJBox .tjBoxItem .tjName {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 10px auto 8px;
  font-size: 16px;
  font-weight: 600;
  color: #202933;
  line-height: 22px;
}
.wycContainer .wycRecommend .recommendMain .mainTJBox .tjBoxItem .tjCom {
  font-size: 14px;
  font-weight: 400;
  color: #4F5862;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot {
  width: 282px;
  height: 514px;
  background: #F9F9F9;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotNav {
  width: 100%;
  height: 56px;
  padding: 17px 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-bottom: 1px solid #E5EAF0;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotNav .hotTitle {
  font-size: 16px;
  font-weight: 500;
  color: #202933;
  line-height: 22px;
  padding-left: 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotNav .hotTitle::before {
  content: "";
  width: 12px;
  height: 18px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/icon-hotwyc.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotNav .hotLinkMore {
  float: right;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotNav .hotLinkMore:active {
  opacity: 0.8;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotNav .hotLinkMore span {
  font-size: 14px;
  font-weight: 400;
  color: #7E8790;
  line-height: 20px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotNav .hotLinkMore img {
  width: 7px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotList {
  width: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotList li {
  width: 100%;
  margin-bottom: 24px;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotList li:nth-child(1) a .hotItemIndex {
  background: #EB5757;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotList li:nth-child(2) a .hotItemIndex {
  background: #EE8433;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotList li:nth-child(3) a .hotItemIndex {
  background: #C09454;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotList li a {
  width: 100%;
  display: block;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotList li a .hotItemIndex {
  width: 17px;
  height: 16px;
  background: #C5C5C5;
  border-radius: 2px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
  text-align: center;
  line-height: 15px;
}
.wycContainer .wycRecommend .recommendMain .mainTJHot .tjHotList li a .hotItemTitle {
  width: 212px;
  font-size: 14px;
  font-weight: 400;
  color: #202933;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.wycContainer .wycRecommend .ordinaryMain {
  width: 100%;
  height: 553px;
  font-size: 0;
  padding: 15px 24px 20px 24px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox {
  width: 846px;
  display: inline-block;
  vertical-align: top;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryUl {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryUl .ordinaryLi {
  width: 150px;
  height: 300px;
  text-align: center;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryUl .ordinaryLi .liClassOne {
  max-width: 120px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #202933;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryUl .ordinaryLi .liClassOne:hover {
  color: #7B4DD6;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryUl .ordinaryLi .liClassTwo {
  max-width: 150px;
  height: 40px;
  display: inline-block;
  padding-top: 15px;
  padding-right: 26px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryUl .ordinaryLi .liClassTwo:hover span {
  color: #7B4DD6;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryUl .ordinaryLi .liClassTwo span {
  max-width: 116px;
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #4F5862;
  line-height: 20px;
  position: relative;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryUl .ordinaryLi .liClassTwo.hot span:after {
  content: "";
  width: 26px;
  height: 14px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/icon-hothotwyc.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  right: -26px;
  top: -7px;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryImgUl {
  width: 100%;
  margin-top: 29px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryImgUl .imgItem {
  width: 196px;
  display: inline-block;
  position: relative;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryImgUl .imgItem > img {
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryImgUl .imgItem > span {
  font-size: 16px;
  font-weight: 600;
  color: #202933;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryBox .ordinaryImgUl .imgItem > span:hover {
  color: #7B4DD6;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot {
  width: 282px;
  height: 514px;
  margin-left: 24px;
  display: inline-block;
  vertical-align: top;
  background: #F9F9F9;
  position: relative;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotNav {
  width: 100%;
  height: 56px;
  padding: 17px 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-bottom: 1px solid #E5EAF0;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotNav .hotTitle {
  font-size: 16px;
  font-weight: 500;
  color: #202933;
  line-height: 22px;
  padding-left: 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotNav .hotTitle::before {
  content: "";
  width: 12px;
  height: 18px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/icon-hotwyc.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotNav .hotLinkMore {
  float: right;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotNav .hotLinkMore:active {
  opacity: 0.8;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotNav .hotLinkMore span {
  font-size: 14px;
  font-weight: 400;
  color: #7E8790;
  line-height: 20px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotNav .hotLinkMore img {
  width: 7px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotList {
  width: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotList li {
  width: 100%;
  margin-bottom: 20px;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotList li:nth-child(1) a .hotItemIndex {
  background: #EB5757;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotList li:nth-child(2) a .hotItemIndex {
  background: #EE8433;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotList li:nth-child(3) a .hotItemIndex {
  background: #C09454;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotList li a {
  width: 100%;
  display: block;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotList li a .hotItemIndex {
  width: 17px;
  height: 16px;
  background: #C5C5C5;
  border-radius: 2px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
  text-align: center;
  line-height: 15px;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotList li a .hotItemTitle {
  width: 212px;
  font-size: 14px;
  font-weight: 400;
  color: #202933;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotList .tjLinkAd {
  width: 242px;
  height: 164px;
  display: block;
  background: #FFFFFF;
  margin-top: 32px;
}
.wycContainer .wycRecommend .ordinaryMain .mainOrdinaryHot .tjHotList .tjLinkAd img {
  width: 100%;
  height: 100%;
}
.wycContainer .wycFastBuy {
  width: 1200px;
  min-height: 607px;
  background: #f7f4fd;
  margin: 10px auto;
  overflow: auto;
  position: relative;
}
.wycContainer .wycFastBuy .fastBuyBanner {
  width: 100%;
  height: 100px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/bg-yzkh.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  padding: 0 30px 0 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycFastBuy .fastBuyBanner .buyBannerImg {
  margin-right: 97px;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
}
.wycContainer .wycFastBuy .fastBuyBanner .buyBannerImg img {
  width: auto;
  height: 48px;
  display: block;
}
.wycContainer .wycFastBuy .fastBuyBanner .buyBannerImg span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #7B4DD6;
  line-height: 22px;
}
.wycContainer .wycFastBuy .fastBuyBanner .buyBannerImgStep {
  width: auto;
  height: 76px;
  margin-top: 11px;
  display: inline-block;
  vertical-align: top;
  margin-right: 121px;
}
.wycContainer .wycFastBuy .fastBuyBanner .buyBannerBtn {
  width: auto;
  margin-top: 30px;
  float: right;
}
.wycContainer .wycFastBuy .fastBuyBanner .buyBannerBtn .btnSJ {
  width: 120px;
  height: 40px;
  background: #FF8215;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  line-height: 40px;
  margin-right: 24px;
}
.wycContainer .wycFastBuy .fastBuyBanner .buyBannerBtn .btnQD {
  width: 120px;
  height: 40px;
  background: #7B4DD6;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  line-height: 40px;
}
.wycContainer .wycFastBuy .fastBuyMain {
  width: 100%;
  padding: 10px 24px 24px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank {
  width: 376px;
  height: 479px;
  background: #FFFFFF;
  display: inline-block;
  vertical-align: top;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankNav {
  width: 100%;
  height: 56px;
  padding: 17px 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-bottom: 1px solid #E5EAF0;
  font-size: 16px;
  font-weight: 600;
  color: #202933;
  line-height: 22px;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankNav span {
  font-size: 14px;
  font-weight: 400;
  color: #7E8790;
  line-height: 20px;
  margin-left: 5px;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList {
  width: 100%;
  font-size: 0;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList .rankTitle {
  width: 100%;
  padding: 16px 20px 22px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList .rankTitle span {
  font-size: 14px;
  font-weight: 400;
  color: #7E8790;
  line-height: 20px;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList .rankTitle span:nth-child(1) {
  margin-right: 12px;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList .rankTitle span:nth-child(2) {
  margin-right: 226px;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList ul {
  width: 100%;
  height: 330px;
  overflow: hidden;
  padding: 0 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList ul li {
  width: 100%;
  margin-bottom: 22px;
  position: relative;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList ul li:nth-child(1) .itemIndex {
  background-color: #EB5757;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList ul li:nth-child(2) .itemIndex {
  background-color: #EE8433;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList ul li:nth-child(3) .itemIndex {
  background-color: #C09454;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList ul li .itemIndex {
  width: 18px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 23px;
  background: #C5C5C5;
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList ul li .itemName {
  width: 224px;
  font-size: 16px;
  font-weight: 400;
  color: #202933;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.wycContainer .wycFastBuy .fastBuyMain .buyRank .rankList ul li .itemNum {
  width: 65px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #7E8790;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycFastBuy .fastBuyMain .buyDistribution {
  width: 376px;
  height: 479px;
  background: #FFFFFF;
  display: inline-block;
  vertical-align: top;
}
.wycContainer .wycFastBuy .fastBuyMain .buyDistribution .distributionNav {
  width: 100%;
  height: 56px;
  padding: 17px 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-bottom: 1px solid #E5EAF0;
  font-size: 16px;
  font-weight: 600;
  color: #202933;
  line-height: 22px;
}
.wycContainer .wycFastBuy .fastBuyMain .buyDistribution #buyMapMain {
  width: 376px;
  height: 403px;
}
.wycContainer .wycFastBuy .fastBuyMain .buyOrders {
  width: 376px;
  height: 479px;
  background: #FFFFFF;
  display: inline-block;
  vertical-align: top;
}
.wycContainer .wycFastBuy .fastBuyMain .buyOrders .ordersNav {
  width: 100%;
  height: 56px;
  padding: 17px 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-bottom: 1px solid #E5EAF0;
  font-size: 16px;
  font-weight: 600;
  color: #202933;
  line-height: 22px;
}
.wycContainer .wycFastBuy .fastBuyMain .buyOrders .institutionsSwiper {
  width: 100%;
  height: 422px;
  padding: 26px 20px 23px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 12px;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.wycContainer .wycFastBuy .fastBuyMain .buyOrders .institutionsSwiper::before {
  content: "";
  width: 100%;
  height: 57px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/masktop.png");
  -o-background-size: 100%;
     background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.wycContainer .wycFastBuy .fastBuyMain .buyOrders .institutionsSwiper::after {
  content: "";
  width: 100%;
  height: 57px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/masktop.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 9;
}
.wycContainer .wycFastBuy .fastBuyMain .buyOrders .institutionsSwiper .slide {
  width: 100%;
  height: 22px;
  margin-bottom: 22px;
}
.wycContainer .wycFastBuy .fastBuyMain .buyOrders .institutionsSwiper .slide > a {
  display: inline-block;
  vertical-align: middle;
  width: 192px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-right: 27px;
  font-size: 16px;
  font-weight: 400;
  color: #202933;
  line-height: 22px;
}
.wycContainer .wycFastBuy .fastBuyMain .buyOrders .institutionsSwiper .slide > span {
  font-size: 14px;
  font-weight: 400;
  color: #7E8790;
  line-height: 20px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wycContainer .wycFastBuy .fastBuyMain .buyOrders .institutionsSwiper .slide > span strong {
  width: 60px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #FF8215;
}
.wycContainer .wycInstitutionLogo {
  width: 1200px;
  height: auto;
  background: #FFFFFF;
  margin: 10px auto;
  padding: 37px 40px 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycInstitutionLogo .ingLogoTitle {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 34px;
  text-align: center;
  margin-bottom: 16px;
}
.wycContainer .wycInstitutionLogo .imgLogoList {
  width: 100%;
  font-size: 0;
}
.wycContainer .wycInstitutionLogo .imgLogoList a {
  width: 200px;
  height: 119px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-bottom: 37px;
}
.wycContainer .wycInstitutionLogo .imgLogoList a:nth-child(5n) {
  margin-right: 0;
}
.wycContainer .wycInstitutionLogo .imgLogoList a .logoItemImg {
  width: 160px;
  height: 90px;
  padding: 10px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 9px;
}
.wycContainer .wycInstitutionLogo .imgLogoList a .logoItemImg img {
  max-width: 100%;
  max-height: 100%;
}
.wycContainer .wycInstitutionLogo .imgLogoList a .logoItemName {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.wycContainer .wycInstitutionLogo .wycLatestentry {
  width: 1120px;
  height: 77px;
  background: rgba(123, 77, 214, 0.06);
  border-radius: 4px 4px 4px 4px;
  padding: 0 25px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wycContainer .wycInstitutionLogo .wycLatestentry .latestentryTitle {
  font-size: 24px;
  font-weight: 600;
  color: #7B4DD6;
  line-height: 34px;
  margin-right: 70px;
  display: inline-block;
  vertical-align: middle;
}
.wycContainer .wycInstitutionLogo .wycLatestentry .latestentrySwiper {
  width: 730px;
  height: 42px;
  margin: 0;
}
.wycContainer .wycInstitutionLogo .wycLatestentry .latestentrySwiper .swiper-wrapper {
  width: 100%;
}
.wycContainer .wycInstitutionLogo .wycLatestentry .latestentrySwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wycContainer .wycInstitutionLogo .wycLatestentry .latestentrySwiper .swiper-wrapper .swiper-slide > a {
  display: inline-block;
  width: 196px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  color: #7B4DD6;
  line-height: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.wycContainer .wycInstitutionLogo .wycLatestentry .latestentrySwiper .swiper-wrapper .swiper-slide > a:active, .wycContainer .wycInstitutionLogo .wycLatestentry .latestentrySwiper .swiper-wrapper .swiper-slide > a:hover {
  opacity: 0.8;
}
.wycContainer .wycFreeEntry {
  width: 100%;
  height: 463px;
  background-image: url("https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/bg-jcjgyzm.png");
  -o-background-size: cover;
     background-size: cover;
}
.wycContainer .wycFreeEntry .freeentryMain {
  width: 1200px;
  height: 100%;
  font-size: 0;
  margin: 0 auto;
  padding: 47px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycFreeEntry .freeentryMain .mainImg {
  width: 792px;
  height: 366px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  background: #f7f4fd;
  position: relative;
}
.wycContainer .wycFreeEntry .freeentryMain .mainImg::before {
  content: '';
  width: 100%;
  height: 120px;
  background-image: url('https://img1.17img.cn/ui/simg/instrument/child/2023/wyc/jcimgnew.png');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.wycContainer .wycFreeEntry .freeentryMain .mainImg .imgTitle {
  padding: 28px 0 10px 24px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 34px;
  position: relative
}
.wycContainer .wycFreeEntry .freeentryMain .mainImg .imgDesc {
  padding: 0 0 48px 24px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  line-height: 20px;
  position: relative
}
.wycContainer .wycFreeEntry .freeentryMain .mainImg .imgTag {
  padding: 0 0 17px 21px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 22px;
  position: relative
}
.wycContainer .wycFreeEntry .freeentryMain .mainImg ul {
  width: 100%;
  padding: 0 21px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wycContainer .wycFreeEntry .freeentryMain .mainImg ul li {
  width: 176px;
  height: 162px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
}
.wycContainer .wycFreeEntry .freeentryMain .mainImg ul li p:first-child{
  font-size: 16px;
  font-weight: 500;
  color: #202933;
  line-height: 22px;
  margin: 14px auto;
  text-align: center;
}
.wycContainer .wycFreeEntry .freeentryMain .mainImg ul li p:last-child{
  font-size: 13px;
  font-weight: 400;
  color: #7E8790;
  line-height: 20px;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: justify;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm {
  width: 391px;
  height: 366px;
  background: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  padding: 21px 32px 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryFormTitle {
  font-size: 24px;
  font-weight: 600;
  color: #202933;
  line-height: 34px;
  margin-bottom: 6px;
  text-align: center;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryFormDesc {
  font-size: 12px;
  font-weight: 400;
  color: #7E8790;
  line-height: 17px;
  margin-bottom: 24px;
  text-align: center;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryFormDesc span:first-child {
  margin-right: 25px;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput {
  width: 327px;
  height: 44px;
  margin-bottom: 16px;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput > input {
  padding: 0 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #F0F3F7;
  border-radius: 2px 2px 2px 2px;
  border: none;
  list-style: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  color: #333;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput > input::-webkit-input-placeholder {
  color: #B9C0C7;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput > input:-moz-placeholder {
  color: #B9C0C7;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput > input::-moz-placeholder {
  color: #B9C0C7;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput > input:-ms-input-placeholder {
  color: #B9C0C7;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput > input::placeholder {
  color: #B9C0C7;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput .fit {
  width: 100%;
  height: 100%;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput .half {
  width: 211px;
  height: 44px;
  margin-right: 16px;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput .freeentryCode {
  width: 100px;
  height: 44px;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #7B4DD6;
  font-size: 16px;
  font-weight: 600;
  color: #7B4DD6;
  line-height: 22px;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput .freeentryCode:active {
  opacity: 0.8;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput .freeentryCode.hasSend, .wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentryInput .freeentryCode:disabled {
  color: #848484;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentrySubmit {
  width: 327px;
  height: 44px;
  background: #7B4DD6;
  border-radius: 2px 2px 2px 2px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.wycContainer .wycFreeEntry .freeentryMain .mainForm .freeentrySubmit:active {
  opacity: 0.8;
}
.wycContainer .wycFriendlyLinks {
  width: 1200px;
  min-height: 240px;
  background: #FFFFFF;
  margin: 10px auto;
  overflow: auto;
}
.wycContainer .wycFriendlyLinks .linksTtile {
  width: 100%;
  margin: 27px auto;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 34px;
}
.wycContainer .wycFriendlyLinks .liinksBox {
  width: 100%;
  padding: 0 100px 25px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wycContainer .wycFriendlyLinks .liinksBox a {
  width: 195px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 10px 5px 10px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #202933;
  line-height: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.wycContainer .wycFriendlyLinks .liinksBox a:hover, .wycContainer .wycFriendlyLinks .liinksBox a:active {
  color: #7B4DD6;
}
/*����ʶ*/
.adimg
{
    position: relative;
}
.adimg span {
    position: absolute;
    left: -2px;
    bottom: -1px;
    background: #aaa;
    opacity: 0.5;
    color: #222;
    width: 40px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    -webkit-transform: scale(0.9);
    border-radius: 0 6px 0 0;
    z-index: 10;
}

body {
  /*background: #f5f5f5 url(https://img1.17img.cn/ui/art/xulj/2024/03/20/duilian2.png) no-repeat center top !important;
  background-position: center 182px !important;*/
}

        .classificationLinks .wycDropMenu {
            position: relative;
            height: 100%;
        }
        .classificationLinks .wycDropMenu:hover .wycDropdown-menu {
            display: block;
        }
        .classificationLinks .wycDropMenu .wycDropdown-menu:hover {
            display: block;
        }
        .classificationLinks .wycDropMenu .wycDropdown-menu {
            position: absolute;
            top: 38px;
            left: 0;
            width: 102px;
            height: 74px;
            box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
            border: 1px solid #F2F2F2;
            display: none;
            z-index: 2;
        }
        .classificationLinks .wycDropMenu .wycDropdown-menu a {
            display: block;
            width: 100%;
            height: 37px;
            background: #fff;
            border-radius: 0px 0px 0px 0px;
            border-bottom: 1px solid #F2F2F2;
            font-weight: 400 !important;
            font-size: 14px !important;
            color: #000000;
            line-height: 37px !important;
            text-align: center;
        }

        .classificationLinks .wycDropMenu .wycDropdown-menu a:last-child {
            border-bottom: 0px;
        }
        .classificationLinks .wycDropMenu .wycDropdown-menu a:hover {
            color: #7B4DD6;
            font-weight: 400 !important;
            font-size: 14px !important;
            line-height: 37px !important;
        }
        .classificationLinks .wycDropMenu .wycDropdown-menu a.active {
            background: #F4F6F8;
            font-weight: 400 !important;
            font-size: 14px !important;
            line-height: 37px !important;
        }
        .classificationLinks .wycDropMenu:hover .triangle-down {
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #7B4DD6;
        }
        .triangle-down {
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #6e7a88;
            margin-left: 4px;
            display: inline-block;
            position: relative;
            top: -3px;
        }
.zchot{position: absolute;right:-10px;top:-14px; background: #ff5500; color: #fff; height:16px; width: 28px; line-height: 16px; font-size: 10px; border-radius:6px 0 6px 0; padding: 0 3px;text-align:center;}
.rchot{position: absolute;right:-20px;top:-20px; color: #fff; height:24px!important; width: 55px!important; padding: 0 3px;}

.gotop{ position:fixed;width:50px; height: 450px;left: 50%; margin-left:610px; bottom: 0px; z-index:1001;}
.gotop .shang{ width:50px; height:177px; background:#fff; color:#684ACE;box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);border-radius: 4px 4px 4px 4px;font-size: 14px; line-height:18px;z-index:1001;}
.gotop .shang .img{width:24px;height:24px;margin:12px 13px 0px 13px;cursor: pointer;}
.gotop .shang .text{width:28px;margin:0px 11px 11px 11px; cursor: pointer;}
.gotop .shang .text a{color:#684ACE;}
.gotop .shang .line{width:28px;margin:10px 10px 0px 10px; border-bottom:1px solid #E5EAF0;}
.gotop .shang .erwm{ display:none;position: absolute;left: -450px; top: 25px; z-index:1001;}
.gotop .zhong{ width:50px;height:120px; z-index:1001; margin-top:8px;}
.gotop .zhong img{ width:50px;height:120px; z-index:1001;}
.gotop .xia{ width:50px; z-index:1001; margin-top:8px; background:#fff;box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);border-radius: 4px 4px 4px 4px; cursor: pointer;}
.gotop .xia img{ width:30px; z-index:1001; margin:8px 10px;}