* {
  padding: 0;
  margin: 0;
  /* transition: all 0.4s; */
}
html {
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}
.hide {
  display: none;
}
body {
  font: normal 14px/1.5 "Microsoft Yahei";
}
a {
  text-decoration: none;
}
ul,
dl {
  list-style-type: none;
}
img {
  vertical-align: top;
}
.unselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
.top-bar {
  width: 100%;
  background: #fff;
  border-bottom: 2px #e20000 solid;
}
.top-bar-login,
.top-bar-login-after {
  line-height: 30px;
  font: 12px/30px simsun;
}
.top-bar-login-after {
  display: none;
}
.top-bar .ofw-logo {
  margin-top: 2px;
}
.top-bar-login > .signin {
  display: inline-block;
  background: #e20000;
  height: 24px;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
  line-height: 24px;
}
.top-bar-login > .signin > a {
  color: #fff;
}
.top-bar-login a,
.top-bar-login-after a {
  color: #333;
}
.top-bar-login a:hover,
.top-bar-login-after a:hover {
  text-decoration: underline;
}
.top-bar-login i {
  font-style: normal;
  color: #666;
}
.top-bar-login > .email {
  padding-left: 24px;
  display: inline-block;
  background: url(//images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}
#g-footer {
  width: 100%;
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px;
}
#g-footer .g-wrap {
  width: 1200px;
  margin: auto;
}
#g-footer .g-footer-nav {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#g-footer .g-footer-nav a {
  color: #1a4991;
  text-decoration: none;
}
#g-footer .g-footer-nav a:hover {
  color: #f15c00;
  text-decoration: underline;
}
#g-footer .g-footer-links {
  color: #666;
  float: left;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
#g-footer .g-footer-links a,
#g-footer .g-footer-record a {
  color: #243851;
}
#g-footer .g-footer-links a:hover,
#g-footer .g-footer-record a:hover {
  color: #c00;
}
#g-footer .g-footer-record {
  width: 536px;
  margin: 0 auto 10px;
  overflow: hidden;
}
#g-footer .g-footer-record p {
  border: 1px solid #d2d2d2;
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 20px;
  margin: 6px;
  width: 120px;
  overflow: hidden;
}
#g-footer .g-footer-record .fn-fl {
  padding: 3px;
  float: left;
}
#g-footer .g-footer-record .fn-fr {
  padding: 5px 3px 0;
  width: 72px;
  float: right;
}
/* 右侧导航 */
.right_gg {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 192px;
  background: url('../images/rightnavbg.png') no-repeat center;
  z-index: 999;
}
.right_gg .right_gg-item {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  background: #2781d6;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  vertical-align: middle;
}
.right_gg .right_gg-item > img {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.right_gg .right_gg-item:hover {
  background: #0d9bff;
}
.right_ggTop {
  display: block;
  width: 100%;
  height: 30px;
}
.social-share {
  display: none;
  position: absolute;
  top: 0px;
  left: -122px;
  width: 120px;
  border: 1px solid #ccc;
  background: #fff;
}
.right_fx {
  position: relative;
}
.right_fx:hover .social-share {
  display: block;
}
.social-share .item {
  width: 50%;
}
.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 50px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
.social-share .item a:hover .share-n {
  color: black;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  border-bottom: none;
  font-size: 0;
  height: 66px;
  width: 100%;
  z-index: 99999;
}
.nav .logo {
  height: 40px;
  padding-top: 13px;
  margin-right: 70px;
}
.nav .nav-items {
  color: #fff;
  font-size: 18px;
}
.nav .nav-items .top_text {
  display: inline-block;
  margin-left: 25px;
  height: 67px;
  cursor: pointer;
}
.nav .nav-items .top_text a {
  color: #fff;
}
.nav .nav-items .active {
  font-weight: 600;
}
.nav .nav-items .bm {
  width: 122px;
  background-color: #d61a1e;
  text-align: center;
}
.nav .nav-items .bm a {
  color: #fff;
}
.nav .nav-items .bm1 {
  background: none;
  background-size: 40px;
  width: auto;
}
.banner {
  position: relative;
  height: 682px;
  background: url(../images/banner-tu.jpg) no-repeat center bottom;
  color: #fff;
  padding-top: 67px;
  text-align: center;
}
.banner .text1 {
  padding-top: 380px;
  font-weight: 400;
  font-size: 35px;
}
.banner .text2 {
  font-size: 18px;
}
.banner .timer {
  border-radius: 36px;
  width: 444px;
  height: 42px;
  line-height: 42px;
  margin: 30px auto;
}
.banner .timer span {
  padding-left: 32px;
  margin-left: 5px;
  font-size: 18px;
}
.banner .timer span:nth-of-type(1) {
  background: url(../images/icon_banner1.png) no-repeat center left;
  background-size: contain;
}
.banner .timer span:nth-of-type(2) {
  padding-left: 28px;
  margin-left: 10px;
  background: url(../images/icon_banner2.png) no-repeat center left;
  background-size: contain;
}
.box_title {
  position: relative;
  text-align: center;
  padding-top: 60px;
}
.box_title .title {
  font-size: 40px;
  position: relative;
  z-index: 2;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  letter-spacing: 4px;
}
.box_title .e_title {
  display: block;
  position: relative;
  top: -20px;
  line-height: 1;
  font-size: 34px;
  z-index: 1;
  text-transform: Uppercase;
}
.box_title_w .title {
  color: #fff;
}
.box_title_w .e_title {
  color: #eee;
  opacity: 0.5;
}
.box_title_b .title {
  color: #1c52c2;
}
.box_title_b .e_title {
  color: #ccc;
}
.intro {
  height: 799px;
  background: #fff url(../images/bg_intro.png) repeat center;
}
.intro p {
  color: #fff;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-top: 10px;
  text-indent: 2em;
}
.intro .iconList {
  padding: 20px 0 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.intro .iconList img {
  display: block;
}
.lightport {
  background: #1f37a9;
}
.lightport .light-swiper {
  width: 1000px;
  height: 456px;
  margin: 30px auto 0;
  overflow: hidden;
}
.lightport .light-swiper .swiper-slide {
  position: relative;
}
.lightport .light-swiper .swiper-slide .swiper-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background: url("../images/list/swiper.png") center bottom no-repeat;
  background-size: contain;
}
.lightport .light-swiper .swiper-slide img {
  width: 100%;
  height: 456px;
  object-fit: cover;
}
.lightport .light-con {
  position: relative;
  max-width: 1366px;
  height: 450px;
  margin: 40px auto 0;
}
.lightport .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s;
}
.lightport .light-con .light-item {
  position: absolute;
  top: 0;
  width: 33.33%;
  height: 450px;
  border-left: 5px solid #ebebeb;
  border-right: 5px solid #ebebeb;
  z-index: 1;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 800px 450px;
  overflow: hidden;
}
.lightport .light-con .light-item.on {
  width: 800px;
  z-index: 3;
}
.lightport .light-con .light-item.dark .shadow {
  opacity: 0.7;
  z-index: 9;
}
.lightport .light-con .light-item1 {
  left: 0;
}
.lightport .light-con .light-item2 {
  position: relative;
  margin: 0 auto;
}
.lightport .light-con .light-item3 {
  right: 0;
}
.lightport .light-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background: url("../images/list/swiper.png") center bottom no-repeat;
  background-size: 800px 273px;
  overflow: hidden;
}
.lightport .light-txt-box {
  position: relative;
  top: 180px;
  left: 0;
}
.lightport .light-con .light-item.on .light-txt-box {
  top: 127px;
}
.lightport .light-txt .light-txt-box h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}
.lightport .light-txt .light-txt-box p {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}
.lightport .light-con .light-item2 .light-txt .light-txt-box p {
  opacity: 1;
}
.lightport .swiper-txt div {
  padding-top: 127px;
}
.lightport .swiper-txt div h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}
.lightport .swiper-txt div p {
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}
.lightport .light-con {
  position: relative;
  max-width: 1366px;
  height: 450px;
  margin: 40px auto 0;
}
.lightport .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s;
}
.lightport .light-con .light-item {
  position: absolute;
  top: 0;
  width: 33.33%;
  height: 450px;
  border-left: 5px solid #ebebeb;
  border-right: 5px solid #ebebeb;
  z-index: 1;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 800px 450px;
  overflow: hidden;
}
.lightport .light-con .light-item.on {
  width: 800px;
  z-index: 3;
}
.lightport .light-con .light-item.dark .shadow {
  opacity: 0.7;
  z-index: 9;
}
.lightport .light-con .light-item1 {
  left: 0;
}
.lightport .light-con .light-item2 {
  position: relative;
  margin: 0 auto;
}
.lightport .light-con .light-item2::after {
  position: absolute;
  left: 50%;
  bottom: 10px;
  content: '';
  margin-left: -10px;
  width: 20px;
  height: 18px;
  background: url("../images/sjx.png") center no-repeat;
}
.lightport .light-con .light-item3 {
  right: 0;
}
.lightport .light-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background: url("../images/list/swiper.png") center bottom no-repeat;
  background-size: 800px 273px;
  overflow: hidden;
}
.lightport .light-txt-box {
  position: relative;
  top: 180px;
  left: 0;
}
.lightport .light-con .light-item.on .light-txt-box {
  top: 127px;
}
.lightport .light-txt .light-txt-box h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}
.lightport .light-txt .light-txt-box p {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}
.lightport .light-con .light-item2 .light-txt .light-txt-box p {
  opacity: 1;
}
#judges {
  height: 800px;
  box-sizing: border-box;
}
#judges .jiabinSwiper {
  margin-top: 94px;
}
.wangjie {
  background-color: #000000;
  padding-bottom: 30px;
}
.wangjie .wrap ul {
  display: grid;
  grid-template-columns: 308px 308px 308px;
  grid-template-rows: 196px 196px;
  justify-content: space-between;
  grid-row-gap: 15px;
  margin-top: 30px;
}
.wangjie .wrap ul li {
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}
.wangjie .wrap ul li > div {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wangjie .wrap ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wangjie .wrap ul .li1 {
  cursor: default;
}
.wangjie .wrap ul .li1 > a {
  background-image: linear-gradient(to right, #2456f2, #7695f9);
}
.wangjie .wrap ul .li2 {
  cursor: default;
}
.wangjie .wrap ul .li2 > a {
  background-image: linear-gradient(to right, #795fe5, #aca0ed);
}
.wangjie .wrap ul .li3 {
  cursor: default;
}
.wangjie .wrap ul .li3 > a {
  background-image: linear-gradient(to right, #58c5a9, #95dfcd);
}
.swiper-tab {
  background: #036db8;
}
.swiper-tab ul {
  font-size: 0;
  text-align: center;
}
.swiper-tab ul li {
  display: inline-block;
  width: 142px;
  height: 98px;
  overflow: hidden;
  cursor: pointer;
}
.swiper-tab ul li img {
  display: block;
  margin: 19px auto 8px;
  height: 32px;
}
.swiper-tab ul li span {
  font-size: 18px;
  color: #fff;
}
.swiper-tab ul .on {
  background: #3498db;
}
.ac {
  background-color: #fff;
  padding-bottom: 40px;
}
.ac .cont {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 412px;
  background: url(../images/ac3.png?v=1212) no-repeat left bottom;
}
.ac .cont li {
  position: absolute;
  width: 316px;
  height: 170px;
}
.ac .cont .li1 {
  top: 0;
  left: 0;
}
.ac .cont .li2 {
  top: 0;
  left: 344px;
}
.ac .cont .li3 {
  top: 0;
  left: 684px;
}
.ac .cont .li4 {
  top: 204px;
  left: 344px;
}
.ac .cont .li5 {
  top: 204px;
  left: 0;
}
.ac .cont .li6 {
  top: 204px;
  left: 674px;
}
.dahui_yc {
  width: 100%;
  padding-bottom: 60PX;
}
.dahui_yc .dhrc-date-tab {
  margin: 40px auto;
  height: 56px;
  font: 20px "Microsoft Yahei";
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.dahui_yc .dhrc-date-tab li {
  width: 220px;
  height: 56px;
  line-height: 56px;
  margin: 0 20px;
  cursor: pointer;
  background-image: linear-gradient(to right, #1279d5, #2d3ead);
  border-radius: 30px;
}
.dahui_yc .dhrc-date-tab .active {
  background-image: linear-gradient(to right, #c8000b, #c8000b);
}
.dahui_yc .dhrc-date-box {
  background-color: transparent;
  color: #000;
  display: none;
  overflow: hidden;
}
.dahui_yc .dhrc-date-box .table1 td {
  vertical-align: middle;
}
.dahui_yc .dhrc-date-box table {
  width: 100%;
  font-size: 0px;
  border-spacing: 0;
}
.dahui_yc .dhrc-date-box table thead {
  width: 100%;
  background-color: #f1f1f1;
}
.dahui_yc .dhrc-date-box table thead td {
  color: #000;
}
.dahui_yc .dhrc-date-box table tbody td:nth-of-type(2) {
  background-color: #e7f2fb;
}
.dahui_yc .dhrc-date-box td {
  font-size: 16px;
  line-height: 35px;
  text-align: left;
  box-sizing: border-box;
  border-bottom: 1px dashed #999;
  font-weight: 500;
  vertical-align: middle;
  vertical-align: top;
}
.dahui_yc .dhrc-date-box td:nth-of-type(1) {
  box-sizing: content-box;
  text-align: right;
  padding-right: 40px;
}
.dahui_yc .dhrc-date-box td:nth-of-type(2) {
  padding-left: 20px;
}
.dahui_yc .dhrc-date-box td:nth-of-type(3) {
  padding-left: 20px;
}
.dahui_yc .dhrc-date-box .no_border {
  border-bottom: 1px dashed #fff;
}
.dahui_yc .dhrc-date-box .title {
  color: #1855d0;
  font-weight: bold;
}
.judge_box {
  width: 100%;
  background: url(../images/dhjb_bg.png) repeat-y center top;
}
.judge_box .judge {
  width: 1100px;
  margin: 0 auto;
}
.judge_box .judge .tips {
  text-align: right;
  font-size: 16px;
  color: #999;
  padding-bottom: 60px;
}
.judge_box .judge_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.judge_box .judge_list:after {
  content: "";
  flex: 40%;
  width: 40%;
}
.judge_box .judge_list li {
  flex: 20%;
  position: relative;
  float: left;
  width: 185px;
  height: 325px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.judge_box .judge_list li .name {
  font-weight: 600;
}
.judge_box .judge_list li .judge_img {
  position: relative;
  width: 177px;
  height: 177px;
  border-radius: 177px;
  margin: 32px auto 15px;
  overflow: hidden;
  transition: all 0.2s;
  border: 2px solid transparent;
  z-index: 1;
}
.judge_box .judge_list li .judge_img img {
  width: 160px;
  height: 160px;
  transition: all 0.3s;
  margin: 9px auto;
}
.judge_box .judge_list li div {
  font-size: 18px;
}
.judge_box .judge_list li p {
  font-size: 14px;
  padding: 5px 10px 0;
}
.judge_box .judge_list li::before {
  content: '';
  display: block;
  visibility: visible;
  position: absolute;
  top: 30px;
  left: 15px;
  background: url('../images/judge/bg.png') no-repeat center center;
  background-size: contain;
  overflow: hidden;
  width: 185px;
  height: 185px;
  border: none;
  z-index: 1;
}
.judge_box .judge_list .my_li::before {
  background: none;
}
.judge_box .judge_list .my_li::after {
  background: none;
}
.fanwei {
  background: url(../images/fanwei.png) no-repeat center top;
  padding-bottom: 40px;
  height: 635px;
}
.fanwei .text {
  font-size: 20px;
  margin: 30px 0;
  color: #000;
  text-align: center;
}
.fanwei .list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fanwei .list li {
  flex: 200px;
  margin: 0 50px;
  text-align: center;
  line-height: 60px;
}
.fanwei .list li img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.fanwei .list li span {
  display: inline-block;
  font-size: 20px;
  color: #000;
  vertical-align: middle;
}
.fanwei .list .active {
  border-bottom: 2px solid #000878;
}
.fanwei .cont {
  background: url(../images/fanTextBg.png) no-repeat center;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 40px;
}
.fanwei .cont li {
  width: 100%;
  display: none;
}
.fanwei .cont li div {
  display: inline-block;
  vertical-align: middle;
}
.fanwei .cont li .imgWWrap {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
}
.fanwei .cont li .imgWWrap img {
  position: absolute;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fanwei .cont li .textWrap {
  width: 700px;
  margin-left: 50px;
}
.fanwei .cont li .textWrap h3 {
  font-size: 22px;
}
.fanwei .cont li .textWrap p {
  font-size: 14px;
  line-height: 1.8;
}
.ganda {
  background-color: #1f37a9;
  padding-top: 60px;
  padding-bottom: 40px;
}
.ganda .renqun {
  position: relative;
  height: 262px;
  box-sizing: border-box;
  padding: 40px 180px 0 40px;
  background: url(../images/renqun_bg.png) no-repeat center;
}
.ganda .renqun p {
  position: relative;
  color: #fff;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 20px;
}
.ganda .renqun p::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #fff;
}
.ganda .cont {
  width: 100%;
  text-align: center;
}
.ganda .cont .title2 {
  font-size: 20px;
  color: #fff;
  margin-top: 40px;
}
.ganda .cont .imgWrap {
  position: relative;
  margin-top: 20px;
}
.ganda .cont .imgWrap img {
  display: inline-block;
}
.ganda .cont .imgWrap .gkTarget {
  position: absolute;
  left: 215px;
  top: 0;
  width: 200px;
  height: 60px;
}
.ganda .cont .ny {
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.qrWrap {
  padding-top: 150px;
  width: 160px;
  text-align: center;
  margin: 0 10px;
}
.qrWrap img {
  display: block;
  margin: 0 auto 10px;
  width: 100px;
}
.qrWrap p {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}
.contact {
  padding-bottom: 40px;
}
.contact li {
  padding: 20px 0;
  background: url(../images/line.png) no-repeat left bottom;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}
/* buy */
.buy {
  background: #1f37a9 url('../images/buy_bg.png') no-repeat center bottom;
}
.buy table {
  width: 100%;
  border-collapse: collapse;
}
.buy-bd {
  padding-bottom: 35px;
}
.ticket-text {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
.ticket-text h3 {
  font-size: 14px;
  font-weight: 300;
}
.ticket-text h3 div {
  display: inline-block;
  width: 58px;
  height: 22px;
  line-height: 22px;
  margin-right: 15px;
  text-align: center;
  border: 1px solid #303030;
  border-radius: 22px;
}
.ticket-cont .ticket-bg02 .ticket-right {
  margin-left: 61px;
}
.ticket-cont .ticket-price {
  padding-top: 18px;
  margin-left: -10px;
  font-size: 46px;
}
.ticket-cont .ticket-old-price {
  text-decoration: line-through;
}
.ticket-cont .ticket-number {
  position: absolute;
  bottom: 13px;
  left: 20px;
  font-size: 14px;
}
.ticket-cont .flash-sale {
  position: absolute;
  top: -9px;
  right: 16px;
  width: 84px;
  height: 44px;
  background: url('https://www.ofweek.com/seminar/2018/medical/images/ticket/flash-sale.png') no-repeat center center;
  background-size: 100% 100%;
}
.ticket-cont .ofweekVip {
  position: absolute;
  top: -9px;
  right: 16px;
  width: 84px;
  height: 44px;
  background: url('https://www.ofweek.com/seminar/2018/medical/images/ticket/ofweekVip.png') no-repeat center center;
  background-size: 100% 100%;
}
.ticket-cont .ticket-logobox {
  position: absolute;
  right: 10px;
  bottom: 50px;
  width: 20px;
}
.ticket-cont .ticket-logobox img {
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
}
.ticket-cont .ticket-btn {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 101px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
}
.ticket-form {
  width: 1000px;
}
.ticket-table {
  border-collapse: collapse;
  width: 1000px;
  background: transparent;
  color: #fff;
}
.ticket-table th {
  font-weight: 600;
  height: 35px;
  background: #15f0b0;
  color: #000;
}
.ticket-table td {
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}
.ticket-table td.bor-0 {
  border: none;
}
.ticket-table td.bor-r-1 {
  border-right: 1px solid #fff;
}
.ticket-table td.table-td-left {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: url('https://www.ofweek.com/seminar/2018/medical/images/ticket/table-td-left.png') repeat;
  font-size: 20px;
  color: #2071ba;
}
.ticket-table .td-tname {
  width: 213px;
  /* border-left: none; */
  text-align: left;
  padding-left: 11px;
}
.ticket-table .time {
  width: 150px;
}
.ticket-table .remark {
  text-align: left;
  padding: 0 15px;
  /* border-right: 0; */
  line-height: 1.8;
}
.ticket-table .td-tname-hd {
  padding-left: 23px;
}
.ticket-table .td-num {
  width: 120px;
}
.ticket-table .td-num,
.ticket-table .noborder {
  /* border-right: none; */
}
.ticket-table .zhe {
  color: #ff1d1d;
  font-size: 24px;
  font-style: italic;
  margin-right: 3px;
}
.ticket-table .tips {
  width: 24px;
  height: 28px;
  margin-left: 5px;
  background: url('https://www.ofweek.com/seminar/2018/medical/images/ticket/hot.png') no-repeat center center;
  background-size: 100% 100%;
  float: left;
}
.tname,
.fname {
  float: left;
  cursor: pointer;
  position: relative;
}
.isicon0 .tname {
  cursor: auto;
}
.num-opera {
  width: 95px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #fc0000;
  background: #fff;
  margin-left: 20px;
}
.num-opera span {
  width: 27px;
  background: #fafafa;
  cursor: pointer;
  float: left;
  font-family: Arial;
  font-size: 20px;
  color: #fc0000;
}
.num-opera .add {
  background-position: 0 -26px;
}
.num-opera .cut {
  background-position: 0 0;
}
.num-opera .cut.active {
  background-position: 0 -13px;
}
.num-opera input {
  width: 34px;
  height: 26px;
  line-height: 26px;
  background: none;
  outline: none;
  font-size: 14px;
  color: #000;
  text-align: center;
  overflow: hidden;
  float: left;
  border-left: 1px solid #fc0000;
  border-right: 1px solid #fc0000;
  border-top: 0;
  border-bottom: 0;
}
.ticket-table .td-price {
  color: #f50000;
  font-size: 18px;
  width: 190px;
  padding-left: 10px;
  text-align: center;
}
.ticket-table .td-old-price {
  float: right;
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 4px;
  margin-right: 5px;
  color: #fff;
}
.rdo {
  display: inline-block;
  background: url(https://www.ofweek.com/seminar/2018/medical/images/radio.png) 0 0 no-repeat;
  width: 10px;
  height: 11px;
  margin-right: 3px;
}
.rdo.active {
  background-image: url(https://www.ofweek.com/seminar/2018/medical/images/radio_check.png);
}
.chk {
  display: inline-block;
  border: 1px solid #15f0b0;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  vertical-align: middle;
}
.chk.active {
  background: url('https://www.ofweek.com/seminar/2018/medical/images/ticket/checked.png') no-repeat center center;
  background-size: 100% 100%;
}
.ticket-form .btns {
  padding-top: 30px;
  width: 1000px;
}
.ticket-form .btns .total {
  float: right;
  font-size: 22px;
  color: #ed0707;
  line-height: 46px;
  margin-top: 5px;
  text-align: right;
}
.sub-btn {
  float: right;
  width: 219px;
  height: 49px;
  border: 1px solid #18464e;
  font-size: 24px;
  margin-left: 38px;
  line-height: 46px;
  text-align: center;
  outline: none;
  cursor: pointer;
  display: inline-block;
  background: #999;
  color: #fff;
  border-color: #999;
}
.sub-btn.active {
  background: #0d334e;
  color: #ff9200;
  border-color: #ff9200;
  background: #ff9200;
  color: #fff;
}
#progressEffect {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
}
.title1 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  background-image: -webkit-linear-gradient(right, #1282ea, #2dfef4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 70px;
}
.title2 {
  text-align: center;
  font-size: 26px;
  color: #304e80;
  font-weight: 900;
}
.column_text1 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  background-image: -webkit-linear-gradient(right, #1282ea, #2dfef4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isicon0 td {
  border: 1px solid #15f0b0;
}
.column_text2 {
  text-align: center;
  font-size: 26px;
  color: #304e80;
  font-weight: 900;
  margin-bottom: 50px;
}
.dhjs {
  padding: 0px;
}
.jiabin_box {
  width: 100%;
  height: 1665px;
  background-color: #031834;
}
.jiabin_box .jiabin_1 {
  text-align: center;
}
.jiabin_box .jb_1 {
  font-size: 36px;
  font-weight: 900;
  background-image: -webkit-linear-gradient(right, #1282ea, #2dfef4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 70px;
}
.jiabin_box .jb_2 {
  font-size: 26px;
  color: #304e80;
  font-weight: 900;
  margin-bottom: 50px;
}
.more_jb {
  font-size: 30px;
  text-align: center;
  padding-top: 100px;
}
.judge_list li.active::before {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: 1.7s infinite linear, round 1.7s infinite linear;
  animation: 1.7s infinite linear, round 1.7s infinite linear;
}
@-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);
  }
}
.clearfix {
  *zoom: 1;
}
.ticket-cont ul {
  width: 1200px;
}
.ticket-cont ul li {
  float: left;
  width: 350px;
  height: 200px;
  position: relative;
  color: #fff;
  margin: 0 125px 20px 0;
  cursor: pointer;
}
.ticket-cont ul li.ticket-bg01 {
  margin-left: 80px;
  background: url(../images/ticket1.png?v=20109) no-repeat center center;
  background-size: 100% 100%;
}
.ticket-cont ul li.ticket-bg02 {
  background: url(../images/ticket2.png?v=1) no-repeat center center;
  background-size: 100% 100%;
  background-position-y: 4px;
}
.ticket-cont ul li.ticket-bg03 {
  margin-left: 80px;
  background: url(../images/ticket3.png?v=2001908) no-repeat center center;
  background-size: 100% 100%;
}
.ticket-cont ul li.ticket-bg04 {
  background: url(../images/ticket4.png?v=190711) no-repeat center center;
  background-size: 100% 100%;
}
.ticket-cont ul li.ticket-bg05 {
  background: url(../images/ticket5.png?v=2019041901) no-repeat center center;
  background-size: 100% 100%;
}
.ticket-cont ul li.ticket-bg06 {
  background: url(../img/ticket6.png?v=2019041901) no-repeat center center;
  background-size: 100% 100%;
}
.ticket-cont ul li.ticket-bg07 {
  background: url(../img/ticket7.png?v=2019041901) no-repeat center center;
  background-size: 100% 100%;
}
.ticket-cont ul li.ticket-bg08 {
  background: url(../img/ticket8.png?v=2019041901) no-repeat center center;
  background-size: 100% 100%;
}
.ticket-cont ul li.ticket-bg04 {
  margin-right: 0;
}
.ticket-cont ul li.ticket-bg08 {
  margin-right: 0;
}
.ticket-cont ul li .price {
  padding: 45px 0 0 20px;
  font-size: 47px;
  color: #fff;
}
.ticket-cont ul li .price span {
  font-size: 24px;
}
.ticket-cont ul li .orginal-price {
  padding: 0 0 8px 20px;
  font-size: 28px;
  text-decoration: line-through;
  color: #fff;
}
.ticket-cont ul li .number {
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
}
.ticket-cont .ticket-name {
  position: absolute;
  top: 0;
  left: 0;
  margin: 7px 0;
  width: 20px;
  height: 135px;
  padding: 0 10px 0 10px;
  border-right: 1px dashed #fff;
  font-size: 20px;
}
.ticket-cont .ticket-name .hot {
  position: absolute;
  top: 0;
  left: 20px;
  width: 24px;
  height: 28px;
  background: url('https://www.ofweek.com/seminar/2018/medical/images/ticket/hot.png') no-repeat center center;
  background-size: 100% 100%;
}
.ticket-bg01 .ticket-name {
  padding-top: 30px;
  height: 105px;
}
.ticket-cont .ticket-bg02 .ticket-name {
  width: 40px;
  padding-top: 15px;
  height: 120px;
}
.ticket-bg03 .ticket-name {
  padding-top: 15px;
  height: 120px;
}
.ticket-cont .ticket-right {
  margin-left: 41px;
  position: relative;
  height: 100%;
  padding-left: 20px;
}
.ticket-cont .ticket-bg02 .ticket-right {
  margin-left: 61px;
}
.ticket-cont .ticket-price {
  padding-top: 18px;
  margin-left: -10px;
  font-size: 46px;
}
.ticket-cont .ticket-old-price {
  text-decoration: line-through;
}
.ticket-cont .ticket-number {
  position: absolute;
  bottom: 13px;
  left: 20px;
  font-size: 14px;
}
.ticket-cont .flash-sale {
  position: absolute;
  top: -9px;
  right: 16px;
  width: 84px;
  height: 44px;
  background: url('https://www.ofweek.com/seminar/2018/medical/images/ticket/flash-sale.png') no-repeat center center;
  background-size: 100% 100%;
}
.ticket-cont .ofweekVip {
  position: absolute;
  top: -9px;
  right: 16px;
  width: 84px;
  height: 44px;
  background: url('https://www.ofweek.com/seminar/2018/medical/images/ticket/ofweekVip.png') no-repeat center center;
  background-size: 100% 100%;
}
.ticket-cont .ticket-logobox {
  position: absolute;
  right: 10px;
  bottom: 50px;
  width: 20px;
}
.ticket-cont .ticket-logobox img {
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
}
.meeting-lookback {
  margin-top: 40px;
}
.con-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.con-wrap-06 .wrap {
  padding-top: 90px;
}
.con-wrap-06 .word-con {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 45px;
}
.con-wrap-06 .word-con {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 45px;
}
.lunbo {
  position: absolute;
  width: 100%;
  left: 0;
  top: 330px;
  height: 300px;
}
.lunbo > ul {
  width: 6320px;
  position: relative;
  left: 50%;
  margin-left: -1260px;
  height: 300px;
}
.lunbo li {
  width: 360px;
  padding-bottom: 50px;
  float: left;
  background: url(../images/shijainxian.png?v=11111) no-repeat -18px bottom;
  position: relative;
}
.lunbo .on .time {
  opacity: 1;
}
.lunbo li .time {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  opacity: 0.5;
}
.lunbo li > div {
  width: 225px;
  height: 281px;
  padding: 10px;
  margin: 0 auto;
  background: url("../images/lookback-bg.png") center top no-repeat;
  position: relative;
}
body {
  max-width: 100vw;
  overflow-x: hidden;
}
.lunbo li > div p {
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  min-height: 78px;
  opacity: 0.5;
}
.lunbo li.on > div p {
  opacity: 1;
}
.lunbo li > div a {
  color: #fff;
}
.lunbo li > div a img {
  display: block;
  width: 225px;
  height: 140px;
}
.pagi {
  margin-top: 510px;
  position: relative;
}
.pagi > ul {
  width: 640px;
  margin: 0 auto;
}
.pagi > ul > li {
  width: 80px;
  float: left;
  cursor: pointer;
}
.pagi > ul > li > div {
  width: 60px;
  height: 60px;
  border: 2px solid #3a4153;
  border-radius: 50%;
  background: #22293b;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
}
.pagi > ul > li > p {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
  text-align: center;
  opacity: 0.35;
}
.pagi .more {
  font-size: 18px;
  opacity: 0.5;
  line-height: 40px;
  color: #fff;
}
.pagi .more:hover {
  opacity: 1;
}
.pagi > ul > li.on > div {
  background: #283868;
  border-color: #3b4a7d;
}
.pagi > ul > li.on > p {
  opacity: 1;
}
.pagi > a {
  position: absolute;
  top: 0;
  width: 46px;
  height: 108px;
}
.pagi > .prev {
  background: url(../images/prev.jpg);
  left: 80px;
}
.pagi > .next {
  background: url(../images/next.jpg);
  right: 80px;
}
.meeting-company .company-list {
  padding-top: 24px;
}
.meeting-company .company-list img {
  width: 100%;
}
.meeting-company .company-list .company-item {
  float: left;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.meeting-company .company-list .company-item.bdb {
  border-bottom: 1px solid #e5e5e5;
}
.meeting-company .company-list .company-item.bdr {
  border-right: 1px solid #e5e5e5;
}
.meeting-company .company-list .company-item img {
  display: block;
  width: 122px;
  height: 69px;
}
.meeting-organization {
  padding-top: 80px;
  padding-bottom: 28px;
}
.meeting-organization .organization-row {
  margin-top: 40px;
}
.meeting-organization .organization-item img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-bottom: 16px;
}
#award {
  height: auto;
  background: unset;
  background-color: #090b1d;
}
#award .award_contont p {
  padding-top: 30px;
}
#award .tabelBox {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  padding-top: 20px;
  user-select: none;
}
#award .tabelBox li {
  padding: 10px 28px;
  font-size: 24px;
  color: #fff;
  background-image: linear-gradient(to right, #b14b77, #2d65c7);
  border-radius: 5px;
  cursor: pointer;
}
#award .tabelBox > .active {
  background-color: #a55524;
  color: #fff;
}
#award .tabelContentBox {
  width: 100%;
  box-sizing: border-box;
}
#award .tabelContentBox > li {
  display: none;
  width: 100%;
  box-sizing: border-box;
}
#award .tabelContentBox > li .tabelContent {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 55px;
}
#award .tabelContentBox > li .tabelContent li {
  width: 50%;
  height: 285px;
  box-sizing: border-box;
  border-right: 1px solid #a55524;
}
#award .tabelContentBox > li .tabelContent li .contentLi {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #f0dca4;
}
#award .tabelContentBox > li .tabelContent li .contentLi .jiangbeiBox {
  height: 200px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
#award .tabelContentBox > li .tabelContent li .contentLi .jiangbeiBox .jiangbei {
  height: 100%;
  box-sizing: border-box;
  transition: all 1s;
  cursor: default;
}
#award .tabelContentBox > li .tabelContent li .contentLi .jiangbeiBox .jiangbei > div {
  margin-bottom: 25px;
  color: #fff;
}
#award .tabelContentBox > li .tabelContent li .contentLi .jiangbeiBox .jiangbeiContent {
  height: 100%;
  box-sizing: border-box;
  transition: all 1s;
  padding: 0 40px;
  text-align: left;
  cursor: default;
}
#award .tabelContentBox > li .tabelContent li .contentLi a {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  background-image: linear-gradient(to right, #e94d4d, #412aeb);
  display: inline-block;
  padding: 10px 35px;
  border-radius: 40px;
}
#award .tabelContentBox > li .tabelContent li:hover .jiangbei {
  transform: translateY(-200px);
}
#award .tabelContentBox > li .tabelContent li:hover .jiangbeiContent {
  transform: translateY(-200px);
}
#award .tabelContentBox > li .tabelContent li:nth-child(2n) {
  border: none;
}
#award .tabelContentBox > li .tabelContent li:last-child {
  border: none;
}
#award .tabelContentBox > .active {
  display: block;
}
#award #content1 {
  padding-bottom: 40px;
}
#award .tagText {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding-bottom: 100px;
}
.constentant {
  background: unset;
  background-image: linear-gradient(to top, #48004a, #06040b);
}
