/* æŠ¥åå‚å±• */
/* å‚å±•å“ç‰Œ */
/* å…³äºŽæˆ‘ä»¬ */
/* å‚å±•æŠ¥å */
/* è¯¦æƒ… */
/* å˜‰å®¾è¯¦æƒ… */
/* å’¨è¯¢é€šçŸ¥ */
/* è®ºå› */
/* æŠ¥åå‚å±• */
video{
  max-width: 100%;
}
.container .signup-contaniner {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0 60px;
}
.container .signup-contaniner .name {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 36px;
}
.container .signup-contaniner .process {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
.container .signup-contaniner .process .ft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 9px;
}
.container .signup-contaniner .process .ft .title .beauty {
  font-weight: bold;
  font-size: 50px;
  color: #000000;
  line-height: 50px;
}
.container .signup-contaniner .process .ft .title .week {
  margin-top: 40px;
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  line-height: 28px;
}
.container .signup-contaniner .process .ft .exhibition dl dt {
  font-size: 16px;
  color: #999999;
  line-height: 13px;
}
.container .signup-contaniner .process .ft .exhibition dl dd {
  font-size: 20px;
  color: #000000;
  margin-top: 19px;
  line-height: 17px;
}
.container .signup-contaniner .process .ft .exhibition .address {
  margin-top: 48px;
}
.container .signup-contaniner .process .ft .signup {
  width: 164px;
  height: 60px;
  background: #02b982;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
.container .signup-contaniner .process .rt {
  width: 750px;
  height: 520px;
}
.container .signup-contaniner .process .rt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* å‚å±•å“ç‰Œ */
.container .brand-contaniner {
  padding: 64px 0 60px;
}
.container .brand-contaniner .name {
  width: 1200px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 36px;
  padding-bottom: 41px;
}
.container .brand-contaniner .input-box {
  height: 120px;
  background: #f6f6f6;
}
.container .brand-contaniner .input-box .cont {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 29px 0;
}
.container .brand-contaniner .input-box .cont .select select {
  width: 582px;
  height: 62px;
  border: 2px solid #000000;
  box-sizing: border-box;
  padding-left: 31px;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  background-image: url(/wap_resources/image/select.png);
  background-repeat: no-repeat;
  background-position: right 21px center;
  background-size: 16px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.container .brand-contaniner .input-box .cont .search {
  position: relative;
}
.container .brand-contaniner .input-box .cont .search input {
  width: 582px;
  height: 62px;
  border: 2px solid #000000;
  box-sizing: border-box;
  padding-left: 21px;
}
.container .brand-contaniner .input-box .cont .search .btn {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.container .brand-contaniner .input-box .cont .search .btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container .brand-contaniner .brand-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 12px;
}
.container .brand-contaniner .brand-list li {
  width: calc((100% - 159px) / 4);
  margin-bottom: 41px;
}
.container .brand-contaniner .brand-list li:not(:nth-child(4n)) {
  margin-right: 50px;
}
.container .brand-contaniner .brand-list li a {
  display: block;
  width: 100%;
}
.container .brand-contaniner .brand-list li a .pic {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.container .brand-contaniner .brand-list li a .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.container .brand-contaniner .brand-list li a .pic img:hover {
  transform: scale(1.1);
}
.container .brand-contaniner .brand-list li a .title {
  margin-top: 23px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
}
/* å…³äºŽæˆ‘ä»¬ */
.container .about-us-contaniner {
  padding: 64px 0 80px;
  width: 1200px;
  margin: 0 auto;
}
.container .about-us-contaniner .name {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 36px;
  padding-bottom: 39px;
}
.container .about-us-contaniner .introduce {
  padding-bottom: 60px;
}
.container .about-us-contaniner .introduce p {
  font-size: 16px;
  color: #000000;
  line-height: 27px;
}
.container .about-us-contaniner .introduce p:not(:last-child) {
  margin-bottom: 20px;
}
.container .about-us-contaniner .relate {
  display: flex;
  justify-content: space-between;
}
.container .about-us-contaniner .relate .ft {
  width: 500px;
  height: 520px;
}
.container .about-us-contaniner .relate .ft img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .about-us-contaniner .relate .rt {
  width: 680px;
  height: 520px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 50px;
}
.container .about-us-contaniner .relate .rt dl dt {
  font-size: 18px;
  color: #666666;
  line-height: 19px;
}
.container .about-us-contaniner .relate .rt dl dd {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-top: 30px;
  line-height: 20px;
}
.container .about-us-contaniner .relate .rt dl .address {
  height: 58px;
  line-height: 29px;
}
/* å‚å±•æŠ¥å */
.container .sign-up-contaniner {
  padding: 64px 0 62px;
  width: 1200px;
  margin: 0 auto;
}
.container .sign-up-contaniner .name {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 36px;
  padding-bottom: 42px;
}
.container .sign-up-contaniner .form-box {
  width: 100%;
  background: #ffffff;
  border: 2px solid #000000;
}
.container .sign-up-contaniner .form-box form {
  padding: 60px 230px 50px 0;
}
.container .sign-up-contaniner .form-box form .item {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 30px;
}
.container .sign-up-contaniner .form-box form .item .label {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin-right: 30px;
  position: relative;
}
.container .sign-up-contaniner .form-box form .item .label::before {
  content: "*";
  position: absolute;
  left: -12px;
  top: 0;
  color: #ff0000;
}
.container .sign-up-contaniner .form-box form .item .input {
  width: 760px;
  height: 60px;
  position: relative;
}
.container .sign-up-contaniner .form-box form .item .input input {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 14px;
}
.container .sign-up-contaniner .form-box form .item .input input::placeholder {
  color: #cccccc;
}
.container .sign-up-contaniner .form-box form .item .input .error,
.container .sign-up-contaniner .form-box form .item .input .format {
  position: absolute;
  left: 5px;
  top: 65px;
  font-size: 13px;
  color: #ff0000;
  display: none;
}
.container .sign-up-contaniner .form-box form button {
  width: 170px;
  height: 60px;
  background: #02b982;
  text-align: center;
  line-height: 60px;
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
  border: none;
  margin-left: 210px;
  cursor: pointer;
}
/* è¯¦æƒ… */
.home-datail {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 64px 0 62px;
}
.home-datail .lf {
  width: 380px;
}
.home-datail .lf .headline {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  padding-bottom: 19px;
}
.home-datail .lf .guests {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  overflow: hidden;
  /* è¶…å‡ºéƒ¨åˆ†éšè— */
  text-overflow: ellipsis;
  /* ä½¿ç”¨çœç•¥å·è¡¨ç¤ºè¶…å‡ºéƒ¨åˆ† */
  display: -webkit-box;
  /* å°†å¯¹è±¡ä½œä¸ºå¼¹æ€§ä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º */
  -webkit-line-clamp: 2;
  /* é™åˆ¶æ˜¾ç¤ºçš„è¡Œæ•° */
  -webkit-box-orient: vertical;
  /* åž‚ç›´æŽ’åˆ—å­å…ƒç´  */
}
.home-datail .lf .text {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.home-datail .lf .information {
  margin-bottom: 48px;
}
.home-datail .lf .information .address {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding-bottom: 13px;
}
.home-datail .lf .information .time {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.home-datail .lf .exhibition {
  margin-bottom: 51px;
}
.home-datail .lf .topic {
  margin-bottom: 50px;
}
.home-datail .lf .artners {
  margin-bottom: 40px;
}
.home-datail .lf .lf-img {
  width: 100%;
  height: 220px;
}
.home-datail .rt {
  width: 749px;
}
.home-datail .rt .data {
  font-weight: 400;
  font-size: 26px;
  color: #d2cec9;
}
.home-datail .rt .biaoti {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 50px;
  overflow: hidden;
  /* è¶…å‡ºéƒ¨åˆ†éšè— */
  text-overflow: ellipsis;
  /* ä½¿ç”¨çœç•¥å·è¡¨ç¤ºè¶…å‡ºéƒ¨åˆ† */
  display: -webkit-box;
  /* å°†å¯¹è±¡ä½œä¸ºå¼¹æ€§ä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º */
  -webkit-line-clamp: 2;
  /* é™åˆ¶æ˜¾ç¤ºçš„è¡Œæ•° */
  -webkit-box-orient: vertical;
  /* åž‚ç›´æŽ’åˆ—å­å…ƒç´  */
  padding: 39px 0 51px;
}
.home-datail .rt .content {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}
.home-datail .rt .content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/* å˜‰å®¾è¯¦æƒ… */
.home-details {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0 64px;
}
.home-details .head {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 61px;
}
.home-details .head .information {
  height: 100%;
}
.home-details .head .information .name {
  font-weight: bold;
  font-size: 50px;
  color: #333333;
  line-height: 50px;
  padding: 44px 0 47px;
}
.home-details .head .information .identity {
  font-weight: 400;
  font-size: 26px;
  color: #999999;
}
.home-details .head .avatar img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.home-details .content {
  font-size: 16px;
  color: #666666;
  line-height: 34px;
}
.home-details .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/* å’¨è¯¢é€šçŸ¥ */
.home-consultation {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0 59px;
}
.home-consultation .title {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  margin-bottom: 40px;
}
.home-consultation .consultation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
  margin-bottom: 59px;
}
.home-consultation .consultation-list li {
  list-style: none;
  width: calc((100% - 118px) / 3);
  box-sizing: border-box;
}
.home-consultation .consultation-list li:not(:nth-child(3n)) {
  margin-right: 59px;
}
.home-consultation .consultation-list li .consu-img {
  width: 360px;
  height: 240px;
  overflow: hidden;
}
.home-consultation .consultation-list li .consu-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.home-consultation .consultation-list li .consu-img img:hover {
  transform: scale(1.1);
}
.home-consultation .consultation-list li .ocp {
  padding: 20px 0 0px;
  font-weight: 400;
  font-size: 16px;
  color: #848484;
}
.home-consultation .consultation-list li .description {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 50px;
  overflow: hidden;
  /* è¶…å‡ºéƒ¨åˆ†éšè— */
  text-overflow: ellipsis;
  /* ä½¿ç”¨çœç•¥å·è¡¨ç¤ºè¶…å‡ºéƒ¨åˆ† */
  display: -webkit-box;
  /* å°†å¯¹è±¡ä½œä¸ºå¼¹æ€§ä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º */
  -webkit-line-clamp: 1;
  /* é™åˆ¶æ˜¾ç¤ºçš„è¡Œæ•° */
  -webkit-box-orient: vertical;
  /* åž‚ç›´æŽ’åˆ—å­å…ƒç´  */
}
.page-boxs .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-boxs .pagination .page-item {
  width: 37px;
  height: 37px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000000;
}
.page-boxs .pagination .page-item:not(:last-child) {
  margin-right: 26px;
}
.page-boxs .pagination .page-item-arrow {
  width: 37px;
  height: 37px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-boxs .pagination .page-item-arrow img {
  width: 24px;
  height: 22px;
}
.page-boxs .pagination .page-item-arrow:not(:last-child) {
  margin-right: 26px;
}
/* è®ºå› */
.home-forum {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0 60px;
}
.home-forum .title {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  margin-bottom: 60px;
}
.home-forum .forum-period {
  border-bottom: 2px solid #000000;
}
.home-forum .forum-period .consultation-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.home-forum .forum-period .consultation-list:last-child {
  margin-bottom: 0;
}
.home-forum .forum-period .consultation-list .data {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}
.home-forum .forum-period .consultation-list .rt {
  width: 835px;
}
.home-forum .forum-period .consultation-list .rt .rt-item {
  display: flex;
  margin-bottom: 80px;
}
.home-forum .forum-period .consultation-list .rt .rt-item:last-child {
  margin-bottom: 0;
}
.home-forum .forum-period .consultation-list .rt .rt-item .rt-item-miaosu {
  width: calc(100% - 300px);
  margin-right: 40px;
}
.home-forum .forum-period .consultation-list .rt .rt-item .rt-item-miaosu .miaosu-title {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  line-height: 34px;
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-forum .forum-period .consultation-list .rt .rt-item .rt-item-miaosu .miaosu-data {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  padding: 25px 0;
  line-height: 22px;
}
.home-forum .forum-period .consultation-list .rt .rt-item .rt-item-miaosu .attendees {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-forum .forum-period .consultation-list .rt .rt-item .rt-img {
  width: 260px;
  height: 160px;
  overflow: hidden;
}
.home-forum .forum-period .consultation-list .rt .rt-item .rt-img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}
.home-forum .forum-period .consultation-list .rt .rt-item .rt-img img:hover {
  transform: scale(1.1);
}
.home-forum .forum-period .page-boxs {
  padding: 69px 0 60px;
}
.home-forum .forum-period .page-boxs .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-forum .forum-period .page-boxs .pagination .page-item {
  width: 37px;
  height: 37px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000000;
}
.home-forum .forum-period .page-boxs .pagination .page-item:not(:last-child) {
  margin-right: 26px;
}
.home-forum .forum-period .page-boxs .pagination .page-item-arrow {
  width: 37px;
  height: 37px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-forum .forum-period .page-boxs .pagination .page-item-arrow img {
  width: 24px;
  height: 22px;
}
.home-forum .forum-period .page-boxs .pagination .page-item-arrow:not(:last-child) {
  margin-right: 26px;
}
.home-forum .exhibitors {
  padding-top: 63px;
}
.home-forum .exhibitors .exhibitors-list {
  display: flex;
  justify-content: space-between;
}
.home-forum .exhibitors .exhibitors-list .exhibitors-lf {
  width: 306px;
}
.home-forum .exhibitors .exhibitors-list .exhibitors-lf .headline {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  margin-bottom: 25px;
}
.home-forum .exhibitors .exhibitors-list .exhibitors-lf .text {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.home-forum .exhibitors .exhibitors-list .exhibitors-rt {
  width: 784px;
  display: flex;
  flex-wrap: wrap;
  gap: 51px 47px;
}
.home-forum .exhibitors .exhibitors-list .exhibitors-rt li {
  width: calc((100% - 94px) / 3);
}
.home-forum .exhibitors .exhibitors-list .exhibitors-rt li .photo {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 22px;
}
.home-forum .exhibitors .exhibitors-list .exhibitors-rt li .photo img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}
.home-forum .exhibitors .exhibitors-list .exhibitors-rt li .photo img:hover {
  transform: scale(1.1);
}
.home-forum .exhibitors .exhibitors-list .exhibitors-rt li .name {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
.home-forum .exhibitors .page-boxs {
  padding-top: 60px;
}
.home-forum .exhibitors .page-boxs .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-forum .exhibitors .page-boxs .pagination .page-item {
  width: 37px;
  height: 37px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000000;
}
.home-forum .exhibitors .page-boxs .pagination .page-item:not(:last-child) {
  margin-right: 26px;
}
.home-forum .exhibitors .page-boxs .pagination .page-item-arrow {
  width: 37px;
  height: 37px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-forum .exhibitors .page-boxs .pagination .page-item-arrow img {
  width: 24px;
  height: 22px;
}
.home-forum .exhibitors .page-boxs .pagination .page-item-arrow:not(:last-child) {
  margin-right: 26px;
}
