.hide {
  display: none;
}
.mytitle {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.mytitle img {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
.comtitle {
  font-size: 30px;
  color: #0066a1;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}
.comtitle div {
  width: 40px;
  height: 5px;
  background-color: #0066a1;
  margin: auto;
}
.isicon0 td {
  border: 1px solid #15f0b0;
}
.baipi_content .wrap {
  padding-top: 35px;
  height: 400px;
  margin: auto;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
}
.baipi_content .wrap .content {
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
}
.baipi_content .wrap .content .left {
  width: 370px;
}
.baipi_content .wrap .content .right {
  width: 750px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}
.baipi_content .wrap .content .right div:first-child {
  font-size: 22px;
  font-weight: 600;
}
.baipi_content .wrap .content .right div:nth-child(2) {
  font-size: 16px;
  line-height: 28px;
}
.baipi_content .wrap .content .right div:last-child {
  font-size: 14px;
  color: #fff;
}
.baipi_content .wrap .content .right button {
  width: 122px;
  height: 35px;
  outline: none;
  border: none;
  background-color: #e98300;
  text-align: center;
  color: #fff;
  line-height: 35px;
  cursor: pointer;
}
.video_content .wrap {
  padding-top: 35px;
  height: 510px;
  margin: auto;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
}
.video_content .wrap .content {
  padding-top: 35px;
  display: flex;
  justify-content: center;
}
.video_content .wrap .content > div {
  width: 50%;
  font-family: auto;
}
.video_content .wrap .content > div > div {
  color: #e98300;
  font-size: 20px;
  font-weight: 600;
}
.video_content .wrap .content > div > div:last-child {
  font-size: 16px;
  color: #000;
}
.video_content .wrap .content > div video {
  width: 560px;
  height: 315px;
}
.shiyong .wrap {
  padding-top: 35px;
  margin: auto;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.shiyong .wrap .content {
  padding-top: 35px;
  padding: 35px 30px 0 30px;
  box-sizing: border-box;
}
.shiyong .wrap .content > div {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.shiyong .wrap .content .button_box {
  display: flex;
  justify-content: space-between;
}
.shiyong .wrap .content .button_box > div {
  width: 360px;
  height: 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  box-sizing: border-box;
  padding-left: 25px;
}
.shiyong .wrap .content .button_box > div::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.shiyong .wrap .content .button_box > div .title {
  font-size: 18px;
  font-weight: 600;
}
.shiyong .wrap .content .button_box > div .button {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
}
.shiyong .wrap .content .button_box > div:first-child {
  background-color: #3db7e4;
}
.shiyong .wrap .content .button_box > div:first-child::before {
  background: url('../te_white_paper/images/pc0104.png');
}
.shiyong .wrap .content .button_box > div:nth-child(2) {
  background-color: #fcd450;
}
.shiyong .wrap .content .button_box > div:nth-child(2)::before {
  background: url('../te_white_paper/images/pc0106.png');
}
.shiyong .wrap .content .button_box > div:last-child {
  background-color: #cd202c;
}
.shiyong .wrap .content .button_box > div:last-child::before {
  background: url('../te_white_paper/images/pc0108.png');
}
.shagnpin .wrap {
  padding-top: 35px;
  margin: auto;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.shagnpin .wrap .content {
  padding: 35px 30px 0 30px;
  box-sizing: border-box;
}
.shagnpin .wrap .content ul {
  display: flex;
  flex-wrap: wrap;
}
.shagnpin .wrap .content ul li {
  width: 270px;
  height: 275px;
  margin-right: 19px;
  background-color: #e98300;
  margin-bottom: 20px;
}
.shagnpin .wrap .content ul li .imgbox {
  width: 270px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: -0.5px solid #cdcdcd;
}
.shagnpin .wrap .content ul li .imgbox img {
  width: 100%;
}
.shagnpin .wrap .content ul li .text {
  color: #fff;
  text-align: left;
  padding: 15px 0 0 15px;
}
.shagnpin .wrap .content ul li .text > div:first-child {
  font-size: 16px;
  font-weight: 600;
}
.shagnpin .wrap .content ul li .text > div:last-child {
  font-size: 14px;
}
.shagnpin .wrap .content ul li:nth-child(4n) {
  margin-right: 0px;
}
.about {
  width: 100%;
  box-sizing: border-box;
  background-color: #747678;
}
.about .wrap {
  height: 230px;
  padding-top: 35px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.about .wrap .comtitle {
  color: #fff;
}
.about .wrap .comtitle > div {
  background-color: #fff;
}
.about .wrap .content {
  color: #fff;
  text-align: left;
  margin-top: 30px;
}
.nav {
  background-color: #000;
  border-bottom: none;
  font-size: 0;
  overflow: hidden;
}
.nav .lang_change {
  font-size: 18px;
  width: 200px;
  height: 20px;
  position: absolute;
  display: inline-block;
  right: 155px;
  z-index: 9999;
}
.nav .lang_change a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.nav .logo {
  display: inline-block;
  height: 40px;
  padding-top: 20px;
  margin-right: 70px;
}
.nav .top_list li {
  padding: 0 22px;
}
.nav .top_list li:hover {
  background-image: linear-gradient(to right, #1282ea, #2dfff3);
  background-image: -webkit-linear-gradient(to right, #1282ea, #2dfff3);
  background-image: -o-linear-gradient(to right, #1282ea, #2dfff3);
  /* Opera 11.1 - 12.0 */
  background-image: -moz-linear-gradient(to right, #1282ea, #2dfff3);
  /* Firefox 3.6 - 15 */
}
.nav .top_list li:hover a {
  color: #000;
}
.line_title_com {
  font-size: 24px;
  font-weight: 900;
  color: #249ea2;
  text-align: center;
  position: relative;
  margin-bottom: 44px;
}
.line_title_com .en_title {
  text-transform: uppercase;
  color: #304e80;
}
.line_title_com .cn_title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}
.line_title_com .cn_title span {
  color: #2dfef4;
}
.line_title_com .cn_title .right_line {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin-left: 40px;
}
.line_title_com .cn_title .left_line {
  margin-right: 40px;
}
.banner_top {
  box-sizing: border-box;
  background: url('../te_white_paper/images/banner03.png') no-repeat center center;
  background-color: #d4dce9;
}
.banner_top .wrap {
  margin: auto;
  position: relative;
  box-sizing: border-box;
  height: 470px;
}
.banner_top .wrap .title {
  position: absolute;
  left: 75px;
  bottom: 140px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.banner_top .wrap .title:nth-child(2) {
  bottom: 130px;
  font-size: 18px;
}
.banner_top .wrap .button {
  position: absolute;
  bottom: 65px;
  left: 75px;
  font-size: 18px;
  color: #e98300;
  background-color: #fff;
  padding: 8px 15px;
  box-sizing: border-box;
  font-weight: 600;
  cursor: pointer;
}
.bg_2 .wrap {
  margin: auto;
  font-size: 18px;
  padding: 30px 0;
}
.dahui_highlight {
  background-color: #031550;
  padding-top: 50px;
  height: 880px;
}
.dahui_highlight .wrap .highlights_info {
  text-align: center;
  position: relative;
}
.dahui_highlight .wrap .highlights_info .highlights {
  text-align: right;
  width: 300px;
  position: absolute;
  font-size: 14px;
  color: #fff;
}
.dahui_highlight .wrap .highlights_info .highlights .high_title {
  font-size: 18px;
  color: #15f0b0;
}
.dahui_highlight .wrap .highlights_info .highlights1 {
  left: -30px;
  top: 10px;
}
.dahui_highlight .wrap .highlights_info .highlights2 {
  left: -30px;
  top: 245px;
}
.dahui_highlight .wrap .highlights_info .highlights2_1 {
  left: -30px;
  top: 420px;
}
.dahui_highlight .wrap .highlights_info .highlights3 {
  right: -30px;
  top: -5px;
  text-align: left;
}
.dahui_highlight .wrap .highlights_info .highlights4 {
  right: -30px;
  top: 145px;
  text-align: left;
}
.dahui_highlight .wrap .highlights_info .highlights5 {
  right: -30px;
  top: 335px;
  text-align: left;
}
.dahui_highlight .wrap .highlights_info .highlights6 {
  right: -30px;
  top: 510px;
  text-align: left;
}
.essential_information {
  width: 100%;
  background-color: #031834;
  box-sizing: border-box;
  padding: 60px 0;
}
.essential_information .essential_information_info {
  display: flex;
  justify-content: space-evenly;
  font-size: 24px;
  color: #fff;
}
.essential_information .essential_information_info > div {
  width: 50%;
}
.essential_information .essential_information_info span {
  line-height: 60px;
}
.essential_information .essential_information_info .title {
  color: #15f0b0;
}
.dahui_schedule {
  background-color: #031550;
  padding-top: 80px;
  padding-bottom: 110px;
}
.dahui_schedule .schedule_table table {
  width: 100%;
  font-size: 26px;
  border: 1px solid #15f0b0;
  border-spacing: 0;
  overflow: hidden;
  padding: 0 40px;
  color: #fff;
  box-sizing: border-box;
}
.dahui_schedule .schedule_table table .is_self_title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.dahui_schedule .schedule_table table th {
  text-align: left;
  line-height: 64px;
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #0d8a83;
}
.dahui_schedule .schedule_table table td {
  border-bottom: 1px dashed #0d8a83;
  font-size: 18px;
  padding: 15px 0;
}
.dahui_schedule .schedule_table table tr td:first-child {
  text-align: center;
}
.dahui_schedule .schedule_table table tr td:nth-child(2) {
  padding-left: 84px;
}
.dahui_schedule .schedule_table table tr:last-child td {
  border-bottom: none;
}
.dahui_schedule .schedule_table table .ispadding {
  padding-left: 60px;
}
.dahui_schedule .schedule_table table .isweight {
  font-size: 26px;
  font-weight: 900;
}
.dahui_schedule .schedule_table table .table_coin {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #12d8f0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-right: 15px;
}
.dahui_schedule .table_remark {
  font-size: 14px;
  text-align: right;
  padding-top: 35px;
  color: #fff;
}
.zanzhu_list {
  background-color: #031834;
  padding-top: 80px;
  padding-bottom: 110px;
}
.zanzhu_list .schedule_table table {
  width: 100%;
  font-size: 26px;
  border: 1px solid #15f0b0;
  border-spacing: 0;
  overflow: hidden;
  color: #fff;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.zanzhu_list .schedule_table table .is_self_title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.zanzhu_list .schedule_table table th {
  text-align: left;
  line-height: 64px;
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #15f0b0;
}
.zanzhu_list .schedule_table table td {
  border-bottom: 1px solid #15f0b0;
  font-size: 16px;
  padding: 15px 0;
}
.zanzhu_list .schedule_table table tr td:nth-child(2) {
  border-right: 1px solid #15f0b0;
}
.zanzhu_list .schedule_table table tr td:last-child {
  width: 60%;
}
.zanzhu_list .schedule_table table tr:last-child td {
  border-bottom: none;
}
.zanzhu_list .schedule_table table .ispadding {
  padding: 10px 40px;
}
.zanzhu_list .table_remark {
  font-size: 14px;
  text-align: right;
  padding-top: 35px;
  color: #fff;
}
.past_guests {
  background-color: #031550;
  padding-top: 80px;
  padding-bottom: 110px;
}
.past_guests .schedule_table table {
  width: 100%;
  font-size: 26px;
  border: 1px solid #15f0b0;
  border-spacing: 0;
  overflow: hidden;
  padding: 0 40px;
  color: #fff;
  box-sizing: border-box;
}
.past_guests .schedule_table table .is_self_title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.past_guests .schedule_table table th {
  text-align: left;
  line-height: 64px;
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #0d8a83;
}
.past_guests .schedule_table table td {
  border-bottom: 1px dashed #0d8a83;
  font-size: 14px;
  padding: 15px 0;
}
.past_guests .schedule_table table td .guest_name {
  font-size: 18px;
  margin-right: 20px;
}
.past_guests .schedule_table table tr td:first-child {
  text-align: left;
}
.past_guests .schedule_table table tr td:nth-child(2) {
  padding-left: 84px;
}
.past_guests .schedule_table table tr:last-child td {
  border-bottom: none;
}
.past_guests .schedule_table table .ispadding {
  padding-left: 60px;
}
.past_guests .schedule_table table .isweight {
  font-size: 26px;
  font-weight: 900;
}
.past_guests .schedule_table table .table_coin {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #12d8f0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-right: 15px;
}
.past_guests .table_remark {
  font-size: 14px;
  text-align: right;
  padding-top: 35px;
  color: #fff;
}
.industrial {
  width: 100%;
  padding: 65px 0;
  background-color: #031834;
}
.industrial .industrial_info .info_box {
  display: flex;
  align-items: top;
  margin-bottom: 50px;
}
.industrial .industrial_info .info_box .icon_box {
  width: 113px;
  height: 131px;
  background: url('../zhihui_img/canhui_icon_bg.png') no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 36px;
}
.industrial .industrial_info .info_box .info {
  width: 1040px;
  font-size: 16px;
  color: #fff;
}
.industrial .industrial_info .info_box .info .title {
  font-size: 20px;
  color: #15f0b0;
  margin-top: 30px;
  margin-bottom: 22px;
}
.participants_guests {
  padding-top: 115px;
  background-color: #d4dce9;
  padding-bottom: 110px;
}
.participants_guests .small_title {
  width: 204px;
  height: 20px;
  background-color: #c3cbd7;
  margin: auto;
  font-size: 24px;
  color: #2f2f2f;
  position: relative;
  margin-bottom: 20px;
}
.participants_guests .small_title > div {
  width: 100%;
  position: absolute;
  top: -20px;
  text-align: center;
}
.participants_guests .gusts_info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.participants_guests .gusts_info ul li {
  width: 20%;
  flex: 20%;
  position: relative;
  margin-bottom: 130px;
}
.participants_guests .gusts_info ul li .guest_box {
  width: 100%;
  height: 216px;
  margin: auto;
  text-align: center;
}
.participants_guests .gusts_info ul li .guest_box .head_img {
  width: 70%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.participants_guests .gusts_info ul li .guest_box .head_img:hover {
  width: 75%;
  transition: width 0.2s;
}
.participants_guests .gusts_info ul li .guest_box .guest_info {
  text-align: center;
  color: #2f2f2f;
  font-size: 20px;
  margin-top: 20px;
}
.participants_guests .gusts_info ul li .guest_box .guest_info div:first-child {
  font-size: 14px;
}
.participants_guests .gusts_info ul li .guest_box .guest_info div:last-child {
  font-weight: 600;
}
.participants_guests .gusts_info ul .guest_bg {
  visibility: hidden;
}
.participants_guests .gusts_info ul .active .guest_box .guest_bg {
  top: 0;
  left: 11px;
  transform: translate(0, 0);
  transform-origin: center;
  animation: round 1.7s linear infinite;
  transition: 0.5s;
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.isposition {
  background-color: #e9edf4;
  background: url('../OFweek2021CarImages/wangjie_bg.png') no-repeat bottom center;
}
.media_box {
  width: 100%;
  padding: 100px 0;
  background-color: #031834;
}
.media_box .media_info {
  width: 100%;
}
.media_box .media_info .media_list {
  display: flex;
  flex-wrap: wrap;
}
.media_box .media_info .media_list li {
  background-color: #fff;
  width: 175px;
  height: 57px;
  box-sizing: border-box;
  border: 1px solid #249ea2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 26px;
  border-radius: 10px;
}
.media_box .media_info .media_list li:nth-child(6n) {
  margin-right: 0px;
}
.xuanchuan {
  width: 100%;
  padding: 100px 0;
  background-color: #031550;
}
.xuanchuan .xuanchuan_info {
  width: 100%;
  display: flex;
  color: #fff;
  padding: 30px 0;
  border-top: 1px dashed #15f0b0;
  font-size: 16px;
}
.xuanchuan .xuanchuan_info div {
  width: 88%;
}
.xuanchuan .xuanchuan_info .title {
  padding-top: 2px;
  width: 12%;
  font-size: 20px;
  line-height: 18px;
  color: #15f0b0;
}
.xuanchuan .media_info {
  width: 100%;
}
.xuanchuan .media_info .media_list {
  display: flex;
  flex-wrap: wrap;
}
.xuanchuan .media_info .media_list li {
  background-color: #fff;
  width: 175px;
  height: 57px;
  box-sizing: border-box;
  border: 1px solid #249ea2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 26px;
  border-radius: 10px;
}
.xuanchuan .media_info .media_list li:nth-child(6n) {
  margin-right: 0px;
}
.sponsorship {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: #d4dce9;
}
.sponsorship .small_title {
  width: 110px;
  height: 20px;
  background-color: #c3cbd7;
  margin: auto;
  font-size: 24px;
  color: #2f2f2f;
  position: relative;
  margin-bottom: 20px;
}
.sponsorship .small_title > div {
  width: 100%;
  position: absolute;
  top: -20px;
  text-align: center;
  font-weight: 600;
}
.sponsorship .info {
  font-size: 16px;
  text-align: center;
}
.sponsorship .zanzhu_list {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}
.sponsorship .zanzhu_list li {
  width: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sponsorship .zanzhu_list li .iconBox {
  width: 140px;
  height: 140px;
  border-radius: 200px;
  border: 3px solid #249ea2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsorship .zanzhu_list li .iconBox:hover img {
  transform: scale(1.2);
  transition: width 0.2s;
}
.sponsorship .zanzhu_list li .title {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #249ea2;
  font-weight: 600;
}
.sponsorship .zanzhu_list li > div:last-child {
  text-align: center;
  font-size: 16px;
}
.participants_person {
  padding-top: 75px;
  background-color: #e9edf4;
}
.participants_person .participants_person_info {
  display: flex;
  justify-content: center;
}
.participants_person .participants_person_info .yuan_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: rgba(36, 158, 162, 0.5);
  border-radius: 30px;
  position: relative;
  margin-right: 12px;
}
.participants_person .participants_person_info .yuan_icon::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #215e60;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
.participants_person .participants_person_info .left {
  margin-right: 35px;
}
.participants_person .participants_person_info .right > div {
  margin-bottom: 20px;
  display: flex;
  align-items: top;
}
.participants_person .participants_person_info .right > div > span {
  line-height: 24px;
}
.participants_person .participants_person_info .right > div > div:first-child {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.organization {
  width: 100%;
  padding-bottom: 120px;
  padding-top: 55px;
  background-color: #d4dce9;
}
.organization .organization_info {
  width: 100%;
  text-align: center;
}
.organization .organization_info .title {
  color: #249ea2;
  font-size: 24px;
  font-weight: 600;
  margin: 15px;
}
.link_we {
  width: 100%;
  background-color: #e9edf4;
  background: url('../zhihui_img/linkwe796.png') no-repeat center;
  background-size: 100% 100%;
  padding-top: 45px;
  padding-bottom: 160px;
}
.link_we .linkinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link_we .linkinfo ul {
  display: flex;
}
.link_we .linkinfo ul li {
  font-size: 16px;
  margin-right: 75px;
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 20px;
}
.link_we .linkinfo ul li .icon_box {
  width: 95px;
  height: 95px;
  background-color: #15f0b0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.link_we .linkinfo ul li:last-child {
  margin-right: 0;
}
.link_we .linkinfo .qrbox {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.link_we .linkinfo .qrbox img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}
.invite_participants {
  width: 100%;
  background: url('../zhihui_img/IMG_7133.png') no-repeat center;
}
.invite_participants .invite_participants_info {
  display: flex;
}
.invite_participants .invite_participants_info .yuan_icon {
  width: 20px;
  height: 20px;
  background-color: #249ea280;
  border-radius: 30px;
  position: relative;
  margin-right: 12px;
  margin-top: 4px;
}
.invite_participants .invite_participants_info .yuan_icon::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #15f0b0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
.invite_participants .invite_participants_info > div {
  flex: 50%;
}
.invite_participants .invite_participants_info .info {
  display: flex;
  align-items: top;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.invite_participants .invite_participants_info .info > div:nth-child(2) {
  width: 530px;
}
.review_past {
  width: 100%;
  height: 565px;
  padding-top: 50px;
  box-sizing: border-box;
  background: url('../OFweek2021CarImages/wangjie_bg.png') no-repeat bottom center;
}
.review_past .wrap {
  width: 1140px;
  overflow: hidden;
}
.review_past .wrap .swiper-container {
  width: 100%;
  height: 100%;
}
.review_past .wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
}
.review_past .wrap .swiper-slide .huiyi_box {
  width: 360px;
  font-size: 16px;
}
.review_past .wrap .swiper-slide .huiyi_box .imgbox {
  width: 360px;
  height: 190px;
  overflow: hidden;
  border: 2px solid #249ea2;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.review_past .wrap .swiper-slide .huiyi_box .imgbox img {
  width: 100%;
  height: auto;
  transform: scale(1.1);
}
.review_past .wrap .swiper-slide .huiyi_box .title a {
  color: #000;
}
