html,
body {
  width: 100%;
  height: 100%;
}

.tearcherParams {
  list-style-type: none;
}

.container {
  width: 100%;
  height: 100%;
}

.container .c-banners {
  width: 100%;
  position: relative;
}

.container .c-banners-menus {
  position: fixed;
  top: 167px;
  left: 140px;
  z-index: 10;
  width: 155px;
  border-radius: 5px;
  border: 1px solid #ff6601;
  background-color: #fff5c9;
  padding: 5px;
}

.container .c-banners-menus .menu-item {
  display: block;
  width: 131px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  background-image: url(../images/bgmenu.png);
  background-size: 100%;
  color: #ffd9bf;
  font-size: 24px;
  margin: 10px auto;
  text-decoration: none;
}

.container .c-banners-img {
  width: 100%;
  height: 662px;
}

.container .c-box-gonglue {
  padding: 60px 0px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.container .c-box-gonglue .c-box-content {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
}

.container .c-box-gonglue .c-box-content .content-title {
  color: #333333;
  font-size: 48px;
  position: relative;
  padding-bottom: 82px;
}

.container .c-box-gonglue .c-box-content .content-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 242px;
  height: 3px;
  background-color: #999999;
  left: 50%;
  top: 70%;
  transform: translateX(-50%);
}

.container .c-box-gonglue .c-box-content .content-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 4px;
  background-color: #ff3c00;
  left: 50%;
  top: 101px;
  transform: translateX(-50%);
}

.container .c-box-gonglue .c-box-content-desc {
  font-size: 28px;
  color: #333333;
  padding-bottom: 72px;
  box-sizing: border-box;
}

.container .c-box-gonglue .c-box-content-title {
  color: #ff7917;
}

.container .c-box-gonglue .c-box-content .content-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #ff7917;
}

.container .c-box-gonglue .c-box-content .content-box-header {
  padding: 42px 0px;
  box-sizing: border-box;
}

.container .c-box-gonglue .c-box-content .content-box-header .content-box-item {
  margin-right: 71px;
  display: inline-block;
  width: 300px;
  height: 71px;
  border-radius: 35px;
  text-align: center;
  line-height: 71px;
}

.container .c-box-gonglue .c-box-content .content-box-header .content-box-item img {
  width: 100%;
}

.container .c-box-gonglue .c-box-content .content-box-header .content-box-item:last-child {
  margin-right: 0px;
}

.container .c-box-gonglue .c-box-content .content-box-footer {
  position: relative;
  margin-bottom: -4px;
}

.container .c-box-gonglue .c-box-content .content-box-footer .bg {
  width: 100%;
}

.container .c-box-gonglue .c-box-content .content-box-footer .center-titles {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.container .c-box-gonglue.bgtwo {
  background-image: url(../images/mingshi.png);
  background-size: 100%;
}

.container .c-box-gonglue.bgtwo .tearchetTab {
  display: flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #333333;
}

.container .c-box-gonglue.bgtwo .tearchetTab .tabItem {
  flex: 1;
  position: relative;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

.container .c-box-gonglue.bgtwo .tearchetTab .tabItem.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  width: 200px;
  height: 4px;
  background-color: #ff8c34;
}

.container .c-box-gonglue.bgtwo .tearcherBox {
  margin-top: 37px;
  box-shadow: 0px 0px 5px #ff7917;
  padding: 28px 59px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  min-height: 363px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcherInfo-box .tearcher-bg {
  position: relative;
  width: 214px;
  height: 280px;
  background-color: #eaeaea;
  margin-right: 56px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcherInfo-box .tearcher-bg .tearcher-bg-list {
  position: absolute;
  width: 210px;
  height: 280px;
  border: 1px solid #ff8c34;
  left: 23px;
  top: 23px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcherInfo-box .tearcher-bg .tearcher-bg-list .tearcher-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcher-center {
  position: relative;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcher-center .tearcher-project {
  font-size: 24px;
  color: #333;
  text-align: left;
  padding-bottom: 15px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcher-center .tearcher-project-item {
  padding-bottom: 15px;
  color: #333;
  text-align: left;
  display: flex;
  align-items: center;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcher-center .tearcher-project-item .tearcher-name {
  font-size: 24px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcher-center .tearcher-project-item.projectNames {
  color: #ff700a;
  font-size: 19px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcher-center .tearcher-project-item.waitBg {
  display: flex;
  font-size: 14px;
  color: #666666;
  width: 475px;
  line-height: 22PX;
  word-break: break;
  min-height: 100px;
  align-items: flex-start;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcher-center .tearcher-project-item.waitBg .bg-lebal {
  display: inline-block;
  min-width: 48px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcher-center .tearcher-project-item .tearcher-tag {
  font-size: 20px;
  margin: 0px 15px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcher-center .tearcher-project-item .tag {
  font-size: 18px;
  display: inline-block;
  min-width: 142px;
  padding: 0px 12px;
  box-sizing: border-box;
  text-align: center;
  line-height: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #ff8c34;
  color: #fff;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcher-center .tearcher-row {
  display: flex;
  position: absolute;
  bottom: 0px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcher-center .tearcher-row-col {
  width: 155px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 23px;
  display: inline-block;
  margin-right: 23px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  background-color: #ff8c34;
}

.container .c-box-gonglue.bgtwo .tearcherBox .tearcher-center .tearcher-row-col:last-child {
  margin-right: 0px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .rigth-content {
  position: absolute;
  right: 46px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .rigth-content .rigth-content-right-border {
  width: 129px;
  height: 84px;
  border: 2px solid transparent;
  border-top-color: #ff7917;
  border-right-color: #ff7917;
  position: absolute;
  top: -20px;
  right: -20px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .rigth-content .rigth-content-top {
  position: relative;
}

.container .c-box-gonglue.bgtwo .tearcherBox .rigth-content .rigth-content-top .right-content-message {
  margin-top: 24px;
  width: 345px;
  text-align: left;
  padding: 24px;
  box-sizing: border-box;
  background-color: #fff8f3;
  min-height: 179px;
}

.container .c-box-gonglue.bgtwo .tearcherBox .rigth-content .rigth-content-top .right-content-message .student {
  font-size: 16px;
  color: #333;
}

.container .c-box-gonglue.bgtwo .tearcherBox .rigth-content .rigth-content-top .right-content-message .right-content-desc {
  margin-top: 10px;
  font-size: 15px;
  color: #8f8d8c;
  transform: rotate(-2deg);
}

.container .c-box-gonglue.bgtwo .tearcherBox .rigth-content .rigth-content-bottom {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.container .c-box-gonglue.bgtwo .tearcherBox .rigth-content .rigth-content-bottom .rigth-content-bottom-btn {
  display: block;
  width: 158px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  border: 1px solid #ff8c34;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  color: #ff8c34;
  margin-bottom: 4px;
  text-decoration: none;
}

.container .c-box-gonglue.yinzhan {
  background-color: #ffffff;
  position: relative;
}

.container .c-box-gonglue.yinzhan::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

.container .c-box-gonglue.yinzhan .box-teatchers-yinzhan {
  border-radius: 10px;
  min-height: 445px;
  padding: 40px;
  box-sizing: border-box;
  background-image: url(https://stark-attachment.pxo.cn/img/202212091548110142967.png);
  background-size: 100%;
}

.container .c-box-gonglue.yinzhan .box-teatchers-yinzhan .box-teatchers-yinzhan-label {
  font-size: 28px;
  color: #ffffff;
  text-align: left;
}

.container .c-box-gonglue.yinzhan .box-teatchers-yinzhan .boxyinzhanWrapper {
  padding-top: 53px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.container .c-box-gonglue.yinzhan .box-teatchers-yinzhan .boxyinzhanWrapper .boxyinzhanItem-info {
  margin-right: 46px;
  margin-bottom: 22px;
  position: relative;
  padding-left: 95px;
  height: 61px;
  width: 521px;
  line-height: 61px;
  box-sizing: border-box;
  text-decoration: none;
  background-image: url(../images/content-label.png);
  background-size: 100% 100%;
  display: inline-block;
}

.container .c-box-gonglue.yinzhan .box-teatchers-yinzhan .boxyinzhanWrapper .boxyinzhanItem-info:nth-child(2n) {
  margin-right: 0px;
}

.container .c-box-gonglue.yinzhan .box-teatchers-yinzhan .boxyinzhanWrapper .boxyinzhanItem-info .left-label {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #ff7d19;
}

.container .c-box-gonglue.yinzhan .box-teatchers-yinzhan .boxyinzhanWrapper .boxyinzhanItem-info .right-content {
  font-size: 24px;
  color: #333333;
  text-align: left;
}

.container .c-box-gonglue.yinzhan .box-teatchers-yinzhan .boxyinzhanWrapper .boxyinzhanItem-info .right-content .hot-label {
  color: #ff7d19;
}

.container .tearcher-boxs {
  margin-top: 17px;
  position: relative;
  width: 482px;
  display: flex;
  align-items: center;
}

.container .tearcher-boxs .tearcher-scroll {
  overflow-x: auto;
}

.container .tearcher-boxs .tearcher-boxs-list {
  display: flex;
  transition: all .2s;
}

.container .tearcher-boxs .tearcher-img {
  width: 118px;
  height: 118px;
  min-width: 118px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ff7d19;
  margin-right: 20px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.container .tearcher-boxs .tearcher-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.container .common-icon {
  width: 39px;
  height: 116px;
  background: #eaeaea;
  border-radius: 5px;
  line-height: 116px;
  cursor: pointer;
}

.container .common-icon img {
  width: 10px;
  height: 20px;
}

.quesition-list {
  width: 580px;
  height: 120px;
  margin: 0px auto;
  border-radius: 60px;
  border: 1px solid #ff7d19;
  overflow: hidden;
  padding: 3px 4px;
  margin-bottom: 63px;
}

.quesition-list .quesition-content {
  background-image: url(https://stark-attachment.pxo.cn/img/202212091556300173933.png);
  background-size: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quesition-list .quesition-content p {
  font-size: 28px;
  color: #ffffff;
}

.kechengTab {
  display: flex;
  justify-content: center;
}

.kechengTab .kechengTabWrapper {
  background-color: #ff7000;
  border-radius: 10px;
  padding: 0px 32px;
  box-sizing: border-box;
}

.kechengTab .kechengTabWrapper .kechengTabHeader {
  margin-top: -20px;
  width: 1160px;
  height: 135px;
  padding: 21px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.kechengTab .kechengTabWrapper .kechengTabHeader .tab-item-1 {
  width: 448px;
  padding: 20px 0px 37px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.kechengTab .kechengTabWrapper .kechengTabHeader .tab-item-1 .firstTitle {
  font-weight: bolder;
}

.kechengTab .kechengTabWrapper .kechengTabHeader .tab-item-1.active {
  color: #fff;
  background-image: url(https://stark-attachment.pxo.cn/img/202212091622250153960.png);
  background-size: 100% 100%;
}

.kechengTab .kechengTabWrapper .box-resource {
  width: 100%;
  padding-top: 20px;
}

.kechengTab .kechengTabWrapper .box-resource img {
  width: 100%;
}

.box-resource-zixun {
  margin-top: 20px;
}

.box-resource-zixun:hover {
  cursor: pointer;
}

.footer-menus {
  background-color: #f6f6f6 !important;
}

.footer-menus .content-list {
  display: flex;
  align-items: center;
}

.footer-menus .content-list .content-list-item {
  width: 290px;
  height: 234px;
  border-radius: 10px;
  margin-right: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
}

.footer-menus .content-list .content-list-item .friend {
  width: 80px;
  height: 72px;
  margin-bottom: 20px;
}

.footer-menus .content-list .content-list-item .xin {
  width: 71px;
  height: 68px;
  margin-bottom: 20px;
}

.footer-menus .content-list .content-list-item .img-circle {
  width: 112px;
  height: 71px;
  margin-bottom: 20px;
}

.footer-menus .content-list .content-list-item P {
  font-weight: bolder;
  font-size: 24px;
  color: #333;
}

.footer-menus .content-list .content-list-item.links {
  background-color: transparent;
  margin-right: 0px;
  display: flex;
  align-items: center;
}

.c-box-content-not-active {
  display: none;
}

.c-box-content-not-active.active {
  display: block !important;
}

.tab-wrapper-tabls {
  display: none;
}

.tab-wrapper-tabls.active {
  display: block !important;
}

.box-resource-hides {
  display: none;
}

.box-resource-hides.active {
  display: block !important;
}

div::-webkit-scrollbar {
  width: 0;
  height: 0;
}
