.stock-wrap {
  padding: 0 12px;
  background: #fff;
  border-top: 1px solid #eaeaea;
}
.stock-top {
  height: 80px;
  border-bottom: 1px solid #eee;
}
.stock-top .left {
  float: left;
}
.stock-top .right {
  float: right;
  margin: 0 0 0 0;
}
.stock-top .name {
  font-size: 17px;
  margin: 20px 0 0;
}
.stock-top .time {
  font-size: 13px;
  color: #999;
}
.stock-top .price {
  font-size: 22px;
  line-height: 24px;
  margin: 20px 0 0 0;
}
.stock-top .percent {
  font-size: 15px;
}
.stock-data {
  padding: 10px 0;
  margin: 0 -10px 0px -5px;
}
.stock-data li {
  font-size: 0;
  display: inline-block;
  width: 43%;
  margin: 0 9px;
}
.stock-data .name {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 32px;
  width: 59%;
}
.stock-data .data {
  display: inline-block;
  font-size: 14px;
  text-align: right;
  line-height: 32px;
  width: 39%;
}
.stock-chart {
  margin: 35px 0 0 0;
  padding: 0 0 10px 0;
}
.stock-chart img {
  width: 100%;
}
.stock-tab {
  display: flex;
  margin: 0 0 20px 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #eaeaea;
}
.stock-tab li {
  flex: 1;
  font-size: 15px;
  text-align: center;
}
.stock-tab li.active a {
  padding: 0 0 5px 0;
}
.stock-tab li.active a {
  color: #de4646;
  border-bottom: 1px solid #de4646;
}
.commitment-wrap {
  font-size: 14px;
  height: 74vh;
  overflow: auto;
}
.commitment-page .weui-dialog {
  top: 50%;
  width: 90%;
  max-width: inherit;
}
.commitment-page .weui-dialog__title {
  color: #de4646;
  font-size: 22px;
}
.commitment-page a.weui-dialog__btn {
  color: #de4646;
}
.commitment-page .weui-dialog__bd {
  padding: 0 1.2em 0.8em 1.6em;
}
.time-group {
  float: left;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.time-group .time-add {
  position: absolute;
  top: 34px;
  left: 0px;
  width: 24px;
  height: 24px;
  background-image: url('../images/icon-add.png');
  background-size: cover;
  cursor: pointer;
}
.time-group .time-add:active {
  opacity: 0.7;
}
.time-group .time-delete {
  position: absolute;
  top: 34px;
  left: 0px;
  width: 24px;
  height: 24px;
  background-image: url('../images/icon-remove.png');
  background-size: cover;
  cursor: pointer;
}
.time-group .time-delete:active {
  opacity: 0.7;
}
.time-group .time-wrap {
  margin: 0 0 0 35px;
}

.ct-empty {
  padding: 23px 20px 26px 20px;
  color: #999;
  border-bottom: 0px solid #eaeaea;
  font-size: 16px;
  background-color: #fff;
  line-height: 22px;
  text-align: center;
}

.qrcode-div {
  text-align: center;
  margin: 5px 0 5px 0;
}
.qrcode-div img {
  width: 40% !important;
  max-width: 300px;
}

.report-graph-wrap img {
  width: 100%;
}
.report-graph-title {
  padding: 20px 20px;
  text-align: center;
  font-size: 17px;
  background: #fff;
}

.download-pdf {
  width: 90%;
  margin: 0px auto 5px;
}
.download-pdf a {
  font-size: 15px;
  height: 46px;
  line-height: 46px;
  color: #333 !important;
  text-decoration: none !important;
  margin-top: 0px;
}
.download-pdf img {
  height: 26px;
  margin: 0 5px -7px 0;
}

.white-btn a {
  display: block;
  color: #4b4b4b;
  text-align: center;
  font-size: 17px;
  height: 45px;
  line-height: 45px;
  background: #ffffff;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 14px;
}
.white-btn a:active {
  color: rgba(0, 0, 0, 0.4);
  background: #fcfcfc;
}

.form-input {
  position: relative;
  border-bottom: 1px solid #dedede;
}
.form-input:first-child {
  border-top: 1px solid #dedede;
}
.form-input input {
  width: 90%;
  top: 3px;
  left: 35px;
  outline: 0;
  padding: 14px 10px 12px 35px;
  line-height: 24px;
  height: 24px;
  border: 0px;
  font: 16px å¾®è½¯é›…é»‘, sans-serif;
  background-color: transparent;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 0;
}
.input-username input {
  background-image: url(../images/icon-phone.png);
  padding: 14px 10px 12px 135px;
  width: 180px;
}
.input-password input {
  background-image: url(../images/icon-password.png);
}
.input-password-2 input {
  background-image: url(../images/icon-password.png);
}
.input-verification input {
  background-image: url(../images/icon-code.png);
}

.select-style {
  width: 100%;
  background: url(../images/icon-arrow.png) no-repeat;
  background-position: 95% center;
  background-size: 17px 22px;
  border-bottom: 1px solid #eaeaea;
}
.select-style select {
  padding: 0;
  background: transparent;
  width: 100%;
  font-size: 15px;
  border: none;
  height: 46px;
  -webkit-appearance: none;
  color: #666666;
  line-height: 50px;
}

.select-district {
  position: absolute;
  top: 0;
  left: 34px;
  width: 92px;
  height: 50px;
  background: url(../images/icon-arrow-2.png) no-repeat;
  background-position: 96% center;
  background-size: 19px;
  border-bottom: 0px solid #eaeaea;
  border-right: 1px solid #d9d9d9;
}
.select-district select {
  font-size: 16px;
}
.select-style-2 {
  width: 100%;
  background: url(../images/icon-arrow.png) no-repeat;
  background-position: 95% center;
  background-size: 17px 22px;
}
.input-wrap li .select-style-2 select {
  padding: 0 30px 0 0;
  background: transparent;
  width: 100%;
  font-size: 15px;
  border: none;
  height: 20px;
  -webkit-appearance: none;
  color: #666666;
  margin: -1px 0 0 0;
  direction: rtl;
}

.input-wrap li .select-style {
  padding: 0;
  background: transparent;
  width: 100%;
  font-size: 15px;
  border: none;
  height: 20px;
  -webkit-appearance: none;
  color: #666666;
  background: url(../images/icon-arrow.png) no-repeat;
  background-position: 100% center;
  background-size: 17px 22px;
}
.input-wrap li .select-style-3 {
  padding: 0;
  background: transparent;
  width: 100%;
  font-size: 15px;
  border: none;
  height: 20px;
  margin: 0 0 15px 0;
  -webkit-appearance: none;
  color: #666666;
  background: url(../images/icon-arrow.png) no-repeat;
  background-position: 100% center;
  background-size: 17px 22px;
}

.select-style-half {
  padding: 0;
  background: transparent;
  width: 42%;
  margin: 0 2% 0 0;
  font-size: 16px;
  border: none;
  height: 20px;
  -webkit-appearance: none;
  color: #666666;
  background: url(../images/icon-arrow-2.png) no-repeat;
  background-position: 100% center;
  background-size: 22px;
}
.search-meeting-input .select-style-half {
  height: 34px;
  border-radius: 0;
}

.login-link {
  text-align: center;
  color: #f90;
  margin: 15px 0 0 0;
  font-size: 16px;
}
.login-link a {
  color: #f88c00;
}
.forget-password-btn {
  position: absolute;
  right: 0;
  top: 10px;
  background-color: #f5f5f5;
  z-index: 10;
}
.forget-password-btn img {
  width: 28px;
}
.login-tips {
  margin: 15px 0 -5px 0;
  text-align: right;
  font-size: 17px;
}
.weui-msg .top-title {
  font-size: 22px;
  margin: 15px 15px 10px 15px;
}
.blank5 {
  height: 1px;
}
.blank10 {
  height: 10px;
}
.blank15 {
  height: 0px;
}
.blank20 {
  height: 15px;
}
.blank30 {
  height: 20px;
}
.blank40 {
  height: 0px;
}
.blank50 {
  height: 40px;
}

.form-input .orange-btn,
.stock-search .orange-btn {
  position: absolute;
  top: 7px;
  min-width: 65px;
  right: 0;
}

.orange-btn {
  padding: 0 10px;
  color: #fff;
  text-align: center;
  height: 34px;
  line-height: 30px;
  background: #f90;
  border: 0;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  font: 15px 微软雅黑, sans-serif;
}
.orange-btn:active {
  color: rgba(255, 255, 255, 0.5);
  background: #ff8400;
}

.input-wrap li,
.date-wrap li {
  position: relative;
  float: left;
  width: 100%;
  padding: 12px 0;
  line-height: 22px;
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
  background: #fff;
}
.input-wrap li:last-child,
.date-wrap li:last-child {
  border-bottom: 0px;
}
.input-wrap li .name {
  float: left;
  width: 34%;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.input-wrap li .data {
  float: left;
  width: 64%;
  font-size: 16px;
  line-height: 22px;
}
.input-wrap li .title {
  text-align: center;
}

.date-wrap li .name {
  float: left;
  width: 37%;
  font-size: 15px;
  line-height: 20px;
}
.date-wrap li .data {
  float: left;
  width: 62%;
  font-size: 15px;
  line-height: 20px;
  color: #777;
}

.input-wrap li .black {
  color: #3f3f3f;
}
.input-wrap li input[type='text'] {
  border: 0;
  width: 99%;
  font-size: 16px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  margin: -10px 0;
}
.input-wrap li textarea {
  border: 0;
  width: 95%;
  font-size: 16px;
  padding: 0;
  height: 60px;
  line-height: 20px;
}
.input-wrap li .data label {
  margin: 0 3px 0 0;
}
.input-wrap li .data select {
  max-width: 98.2%;
}
.input-wrap li .check {
  position: absolute;
  right: 15px;
  top: 9px;
}
#handle-1 li .check {
  position: absolute;
  right: 48px;
  top: 9px;
}
.input-wrap .drag-handle {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 26px;
  color: #999;
  cursor: -webkit-grabbing;
}
.sortable-ghost {
  opacity: 0.1;
}

.oc-header {
  padding: 0 20px;
  height: 60vw;
  background-color: #de4646;
  color: #fff;
  text-align: center;
}
.oc-header-short {
  position: relative;
  padding: 0 20px 25px;
  height: auto;
  background-color: #de4646;
  color: #fff;
  text-align: center;
}
.oc-header .p-1 {
  display: block;
  font-size: 17px;
  line-height: 25px;
  padding: 30px 10px 0;
  text-align: center;
}
.oc-header .p-2 {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.oc-header .p-2 span {
  position: absolute;
  left: 0;
}

.audio-widget-2 {
  display: block;
  width: fit-content;
  margin: 15px auto 15px;
}
.switch-video {
  margin: 6px 10px 10px;
}
.switch-video .li {
  display: inline-block;
  color: #4b4b4b;
  text-align: center;
  font-size: 15px;
  padding: 0 18px;
  margin: 0 8px 8px 0;
  height: 38px;
  line-height: 38px;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  cursor: pointer;
}
.switch-video .li.active {
  color: #fff;
  background: #de4646;
  border: 1px solid #de4646;
}

.roadshow-bg-1 {
  background: url(../images/roadshow-bg-1.jpg);
  background-size: cover;
}
.roadshow-bg-2 {
  background: url(../images/roadshow-bg-2.jpg);
  background-size: cover;
}
.roadshow-bg-3 {
  background: url(../images/roadshow-bg-3.jpg);
  background-size: cover;
}
.roadshow-bg-4 {
  background: url(../images/roadshow-bg-4.jpg);
  background-size: cover;
}
.roadshow-bg-5 {
  background: url(../images/roadshow-bg-5.jpg);
  background-size: cover;
}
.roadshow-bg-6 {
  background: url(../images/roadshow-bg-6.jpg);
  background-size: cover;
}
.roadshow-bg-7 {
  background: url(../images/roadshow-bg-7.jpg);
  background-size: cover;
}

.oc-live {
  margin: 15px 10px 20px 6px;
}
.oc-live li {
  position: relative;
  margin: 0 0 12px 0;
}
.protrait {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50px;
}
.compere .protrait {
  background: url(../images/compere.svg) no-repeat center center;
  background-color: #fbae00;
  background-size: 22px 22px;
}
.honor-guest .protrait {
  background: url(../images/honor-guest.svg) no-repeat center 6px;
  background-color: #1b82e2;
  background-size: 22px;
}
.visitor .protrait {
  background: url(../images/visitor.svg) no-repeat center 6px;
  background-color: #bebebe;
  background-size: 22px;
}

.compere .question {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  top: 5px;
  left: 2px;
  background: url(../images/question-2.svg) no-repeat center center;
  background-color: #de4646;
  background-size: 32px 32px;
}
.question-btn {
  margin: 0 9px 0 12px;
}

.message {
  margin: 0 0 0 5px;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  font-size: 15px;
}
.message:before {
  position: absolute;
  left: 41px;
  top: 12px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #fff;
}
.compere h4 {
  font-size: 16px;
  color: #fbae00;
  margin: 0 0 5px 0;
}
.honor-guest h4 {
  font-size: 16px;
  color: #1b82e2;
  margin: 0 0 5px 0;
}
.visitor h4 {
  font-size: 16px;
  color: #888;
  margin: 0 0 5px 0;
}
.message .content {
  padding: 0 0 0 0;
  font-size: 15px;
  line-height: 22px;
}
.message .content p {
  padding: 0 0 15px 0;
}
.message span.compere {
  color: #fbae00;
}
.message span.honor-guest {
  color: #1b82e2;
}
.message .content img {
  max-width: 100%;
  margin: 0 0 20px 0;
}
.message .date {
  font-size: 13px;
  width: 60%;
  color: #999;
}
.message .more {
  position: relative;
  float: right;
  margin: -23px 0 0 0;
}
.message .more-btn {
  width: 23px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: url(../images/more.png) no-repeat center center;
  background-size: 12px;
  background-color: #fafafa;
}
.message .more-btn:active {
  background-color: #eaeaea;
}
.message .expand-mask {
  position: absolute;
  width: 200px;
  height: 40px;
  right: 28px;
  top: -9px;
  overflow: hidden;
}
.message .expand {
  text-align: center;
  position: absolute;
  right: 36px;
  top: 0px;
  right: -175px;
  background-color: #666666;
  border-radius: 4px;
}
.message .half {
  width: 80px;
}
.message .expand a {
  display: table-cell;
  color: #fff;
  padding: 8px 17px 9px 34px;
  font-size: 14px;
  border-radius: 4px;
}
.message .expand a:active {
  background-color: #555;
}
.message .expand .btn-delete {
  border-right: 1px solid #777;
  background: url(../images/delete.svg) no-repeat 13px center;
  background-size: 18px;
}
.message .expand .btn-comment {
  background: url(../images/comment.svg) no-repeat 13px center;
  background-size: 18px;
}
.message .expand .btn-follow {
  background: url(../images/follow.svg) no-repeat 13px center;
  background-size: 18px;
}
.message .expand .btn-follow-active {
  background: url(../images/follow-2.svg) no-repeat 13px center;
  background-size: 18px;
}
.message .expand:before {
  content: '';
  position: absolute;
  right: -6px;
  top: 12px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #666666;
}

.message .more {
  position: relative;
  float: right;
  margin: -20px 0 0 0;
}
.message .qs-delete {
  float: left;
  padding: 0 0 0 33px;
  margin: 0 5px 0 0;
  background: url(../images/delete-2.svg) no-repeat 13px center;
  background-size: 18px;
  cursor: pointer;
}
.message .qs-follow {
  float: left;
  padding: 0 0 0 35px;
  height: 18px;
  background: url(../images/like.svg) no-repeat 13px center;
  background-size: 18px;
  cursor: pointer;
}
.message .qs-follow-active {
  float: left;
  padding: 0 0 0 35px;
  color: #de4646;
  background: url(../images/like-2.svg) no-repeat 13px center;
  background-size: 18px;
}

.bottom-aq {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 50px;
  background-color: #fafafa;
  border-top: 1px solid #eaeaea;
  font-size: 12px;
  z-index: 12;
}
.bottom-aq .input {
  background: url(../images/question.svg) no-repeat 10px 6px;
  background-size: 18px;
  display: block;
  border: 1px solid #eaeaea;
  margin: 8px 10px;
  font-size: 15px;
  line-height: 30px;
  padding: 0 33px;
  height: 30px;
  border-radius: 40px;
  background-color: #fff;
  color: #777;
}
.bottom-aq .input:active {
  background-color: #fafafa;
}

.oc-nav-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.oc-ct-fixed {
  margin-top: 66px;
}
.talk-reply {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
  margin: -10px 0 20px 0;
}
.talk-reply .name {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.oc-ct .intro {
  margin: -15px 0 0 0;
  padding: 20px 20px;
  font-size: 15px;
  line-height: 26px;
  background-color: #fff;
}

.rs-nav li {
  float: left;
}
.rs-nav li a {
  width: 100%;
}
.rs-nav {
  margin: 0 0 0 0;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}
.nav-wrap {
  width: 100%;
  margin: 0 0 10px 0;
  border-top: 1px solid #f0f0f0;
  padding: 2px 0 0 0;
  height: 45px;
  background: #fff;
  overflow: auto;
}
.sub-nav {
  display: flex;
  height: 45px;
  font-family: 'robotomedium';
  flex-wrap: wrap;
  flex-direction: column;
}
.sub-nav li {
  flex: 1;
  text-align: center;
}
.sub-nav li a {
  color: #606060;
  line-height: 45px;
  padding: 0 14px;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}
.sub-nav .current a {
  color: #de4646;
}

.photo-item {
  position: relative;
  background: #fff;
  padding: 15px 15px 10px 15px;
  margin: 0 0 1px 0;
}
.photo-item .photo img {
  width: 100%;
  margin: 0 0 5px 0;
}
.photo-item .text {
  margin: 0 0 1px 0;
  font-size: 15px;
}
.photo-item .date {
  font-size: 13px;
  color: #999;
}
.photo-add {
  margin: 0 0 10px 0;
  position: relative;
}
.photo-add a {
  display: block;
  padding: 14px 15px;
  background: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.03);
  text-align: center;
  font-size: 15px;
}
.photo-add a:active {
  background: #f7f8f9;
}
.photo-add .icon-img {
  height: 20px;
  width: 20px;
  margin: -1px 6px -4px 0;
}
.photo-item .seminar-delete-2 {
  margin: -20px 0 0 0;
  zoom: 0.88;
  background: url(../images/delete-red.svg) no-repeat left 1px;
  background-size: 19px;
}
.weui-uploader__bd {
  padding: 15px 0 10px;
  margin: 0;
}
.seminar-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 100;
}
.ask-question-btn {
  border: 0;
  background: #f0f0f0;
  margin: 7px 0 0 0;
  border-radius: 4px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  text-align: center;
  color: #de4646;
}
.raply-wrap .h2 {
  margin: 12px 0 12px 15px;
  font-size: 17px;
}
.body-fixed {
  overflow: hidden;
}
.search-btn {
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  background: url('../images/icon-search.svg') no-repeat;
  background-size: cover;
}
.search-btn:active {
  opacity: 0.8;
}
.whole-note {
  position: relative;
  padding: 12px 35px 12px 14px;
  margin: -10px 0 0 0;
  background: #faf8f6;
  font-size: 14px;
  color: #a69c81;
}
.whole-note .close-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 7px;
  background: url('../images/icon-close.svg') no-repeat center center;
  background-size: 12px;
}
.whole-note .close-btn:active {
  opacity: 0.6;
}
.whole-note a {
  color: #807456 !important;
}
.roadshow-tips {
  position: absolute;
  top: 12px;
  left: 8px;
  width: 24px;
  height: 22px;
  background: url('../images/vip.svg') no-repeat;
  background-size: cover;
}
.f15 {
  font-size: 15px;
  line-height: 18px;
}
.vote-gallery {
  margin: -12px 0 10px 0;
}
.vote-gallery img {
  width: 100%;
}

.live-wrap {
  margin: 15px 0 0 0;
}
.live-wrap img {
  display: block;
  width: 100%;
}
.live-widget {
  position: relative;
}
.live-widget img {
  display: block;
  width: 100%;
}
.live-widget {
  border-bottom: 1px solid #eaeaea;
}
.live-video {
  height: 56vw;
}
.roadshow-info {
  padding: 15px 0 1px 0;
  min-height: 160px;
}
.roadshow-info h3 {
  font-size: 18px;
  font-weight: bold;
  width: 70%;
}
.roadshow-info ul {
  margin: 10px 100px 10px 0;
}
.roadshow-info ul li {
  line-height: 28px;
  font-size: 16px;
}
.roadshow-info ul .icon {
  width: 20px;
  margin: 4.5px 0.5% 0 0;
  display: inline-block;
  vertical-align: top;
}
.roadshow-info ul .name {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.roadshow-info ul .data {
  width: 52%;
  display: inline-block;
  vertical-align: top;
}
.btn-wrap {
  margin: 0 15px 20px 0;
}
.icon-play {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 55%;
  margin: -45px 0 0 -24px;
}
.live-np {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 10;
  padding: 0 0 0 32px;
  background: url(../images/eye.svg) no-repeat 13px center;
  background-size: 18px;
}
.roadshow-title {
  padding: 10px 18px;
  margin: 15px 0 -5px 0;
  font-size: 15px;
  font-weight: bold;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
}
.ct-add {
  margin: 12px 0 12px 0;
  border-bottom: 0px;
}
.ct-link {
  padding: 0;
}
.ct-link a {
  display: block;
  float: left;
  width: 92%;
  padding: 12px 4% 9px;
}
.ct-link a:active {
  background: #f5f5f5;
}
.news-date {
  padding: 0 0 0 0;
  text-align: center;
  color: #999;
}
.position-sortbar div {
  position: relative;
}
.position-sortbar .down {
  display: none;
  position: absolute;
  top: 6px;
  right: 0;
  width: 10px;
  height: 30px;
  background: url(../images/sort-down.png);
  background-size: 10px;
  background-repeat: no-repeat;
}
.position-sortbar .active {
  color: #000;
}
.position-sortbar .active .down {
  display: block;
}
.h3 {
  padding: 0 16px;
  margin: 15px 0 0 0;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.radio-style label {
  display: block;
}
.radio-style input[type='radio'] {
  display: none;
}
.radio-style input[type='radio'] + label:before {
  display: none;
  content: '';
  font-family: helvetica;
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 14px;
  text-align: center;
  position: absolute;
}

.radio-style input[type='radio']:checked + label:before {
  display: block;
  background: url(../images/icon-select.png) center center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.provide-namecard .ipt-file {
  margin: 0 0 0 0;
}
.provide-namecard .ipt-file img {
  border-radius: 6px;
}

.theme-select {
  margin: 20px 0;
  padding: 10px 0 0 0;
}
.theme-select ul li {
  vertical-align: middle;
  width: 21%;
  position: relative;
  display: inline-block;
  padding: 0 0 10px 0px;
  margin: 0 2% 0 0;
  cursor: pointer;
}
.theme-select ul li img {
  width: 100%;
}
.theme-select ul li.select label,
.theme-select ul li.select span {
  border: 2px solid #ff9b00;
}
.theme-select ul li span {
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
}
.theme-select ul li.select::after {
  content: url(../images/arr_con.png);
  width: 25px;
  height: 23px;
  position: absolute;
  top: 2px;
  right: 2px;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  overflow: hidden;
}

.roadshow-file {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}
.roadshow-file img {
  max-width: 100%;
}

.tab-video {
  padding: 12px 13px;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}
.tab-video li {
  display: -webkit-inline-box;
}
.tab-video li a {
  display: -webkit-inline-box;
  padding: 0 20px;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background: #f9f9f9;
  margin: 0 8px 0 0;
}
.tab-video li.current a {
  background: #de4646;
  color: #fff;
  border: 1px solid #de4646;
}
.note-qr {
  text-align: center;
  margin: 0 0 20px 0;
}
.note-qr img {
  width: 45%;
  margin: 0 auto;
}
.vote-banner img {
  width: 100%;
  display: block;
}
.vote-btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 55px;
  background-color: #fafafa;
  border-top: 1px solid #eaeaea;
  font-size: 12px;
  z-index: 12;
}
.vote-btn .red-btn a {
  margin: 7px 8px;
  height: 41px;
  line-height: 39px;
  border-radius: 3px;
}
.vote-btn .white-btn a {
  margin: 7px 8px;
  height: 41px;
  line-height: 39px;
  border-radius: 3px;
}
.input-wrap a {
  color: #de4646;
}

.seminar-header {
  padding: 30px 0 27px 0;
  text-align: center;
  color: #fff;
  background: url(../images/seminar-bg.jpg) no-repeat center;
  background-size: cover;
}
.seminar-header .title {
  font-size: 20px;
  line-height: 25px;
  margin: 0 20px 2px 20px;
  text-align: center;
}
.seminar-header .time {
  color: rgba(255, 255, 255, 0.7);
}
.seminar-info {
  background: #fff;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.seminar-info .li {
  border-bottom: 1px solid #dddddd;
  margin: 0 0 0 15px;
  padding: 14px 10px 14px 0;
}
.seminar-info .li:last-child {
  border-bottom: 0px;
}
.seminar-info .name {
  display: inline-block;
  width: 22%;
  vertical-align: top;
}
.seminar-info .data {
  display: inline-block;
  width: 76%;
  color: #777;
}
.seminar-info .data text {
  display: block;
}
.seminar-tab .weui-navbar {
  border-top: 0px;
}
.seminar-follow {
  cursor: pointer;
  position: absolute;
  font-size: 15px;
  right: 15px;
  top: 15px;
  height: 21px;
  padding: 0 0 0 20px;
  color: #666;
  background: url(../images/icon-like-1.png) no-repeat center left;
  background-size: 17px;
}
.seminar-follow-active {
  cursor: pointer;
  position: absolute;
  font-size: 15px;
  right: 15px;
  top: 15px;
  height: 21px;
  padding: 0 0 0 20px;
  color: #de4646;
  background: url(../images/icon-like-2.png) no-repeat center left;
  background-size: 17px;
}

.question-item {
  position: relative;
  background: #fff;
  padding: 15px;
  margin: 1px 0 12px 0;
}
.question-item .user-img {
  height: 23px;
  width: 23px;
  margin: 0 0 -6px 0;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
}
.question-item .name {
  display: inline-block;
  font-size: 14px;
  color: #999;
  padding: 0px 80px 0 4px;
}
.question-item .question {
  font-size: 17px;
  line-height: 25px;
  margin: 3px 0 6px 0;
}
.question-item .reply {
  font-size: 17px;
  line-height: 25px;
  margin: 0 0 8px 0;
  word-break: break-all;
}
.question-item .more {
  height: 24px;
}
.question-item .more .date {
  float: left;
  color: #999;
  font-size: 14px;
}
.seminar-delete {
  cursor: pointer;
  float: right;
  color: #666;
  font-size: 16px;
  height: 24px;
  padding: 0 0 0 23px;
  margin: 0 0 0 5px;
  background: url(../images/delete-gray.svg) no-repeat left -3px;
  background-size: 20px;
}
.seminar-delete:hover {
  color: #e6605f;
  background: url(../images/delete-red.svg) no-repeat center left;
  background-size: 20px;
}
.seminar-delete-2 {
  cursor: pointer;
  float: right;
  color: #e6605f;
  font-size: 16px;
  height: 24px;
  padding: 0 0 0 23px;
  margin: 0 0 0 5px;
  background: url(../images/delete-red.svg) no-repeat left 1px;
  background-size: 20px;
}
.seminar-delete-2:hover {
  color: #d63f3e;
}
.seminar-write {
  float: right;
  color: #e6605f;
  font-size: 17px;
  height: 26px;
  padding: 0 0 0 24px;
  margin: 0 0 0 15px;
  background: url(../images/icon-write.png) no-repeat left 1px;
  background-size: 20px;
}
.seminar-write a {
  color: #e6605f !important;
}
.seminar-write:active {
  color: #d63f3e;
}
.qa-item .user-img {
  position: absolute;
  top: 14px;
  left: 12px;
}

.seminar-bottom {
  position: fixed;
  width: 95%;
  bottom: 0;
  border-top: 0px solid #dddddd;
  height: 50px;
  background: #fff;
  padding: 0 2.5% 0 2.5%;
  z-index: 100;
  border-top: 1px solid #f2f3f6;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
.seminar-bottom .question-input {
  float: left;
  border: 0;
  background: #f0f0f0;
  margin: 8px 0 0 0;
  width: 82%;
  border-radius: 3px;
  font-size: 15px;
  height: 33px;
  line-height: 33px;
  padding: 0 8px;
}
.seminar-bottom .seminar-submit {
  float: right;
  margin: 11px 0 0 0;
  font-size: 17px;
  color: #e6605f;
}
.seminar-bottom .seminar-submit:active {
  color: #d63f3e;
}
.seminar-bottom .submit-disable {
  color: #bbbbbb;
}
.seminar-bottom .submit-disable:active {
  color: #bbbbbb;
}

.raply-wrap .whole-wrap {
  border: 0;
}
.raply-wrap textarea {
  padding: 10px 0;
  font-size: 16px;
  width: 98%;
  border: 0;
}
.raply-wrap .input-wrap li {
  border-top: 1px solid #e5e5e5;
  border-bottom: 0px solid #eaeaea;
}

.seminar-search {
  position: relative;
  min-height: 42px;
  background-color: #fff;
  padding: 0 0 0 16px;
  margin: 0 0 15px 0;
}

.rs-nav {
  margin: 0 0 0 0;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}
.question-blank {
  width: 100%;
  text-align: center;
  color: #999;
  margin: 10px 0 20px 0;
}
.blank-img {
  display: block;
  width: 110px;
  margin: 0 auto 10px auto;
}

.reservation-btn a {
  display: inline-block;
  width: 65px;
  color: #fff !important;
  text-align: center;
  line-height: 30px;
  background: #de4646;
  border-radius: 4px;
  margin: 0;
  border: 1px solid #de4646;
}
.reservation-btn a:active {
  color: rgba(255, 255, 255, 0.6);
}

.reservation-active a {
  color: #de4646;
  background: #fff;
  border: 1px solid #de4646;
}
.reservation-active a:active {
  color: rgba(222, 70, 70, 0.6);
}
.reservation-btn-wrap {
  position: absolute;
  right: 20px;
  top: 12px;
}
.reservation-btn-wrap-2 {
  position: relative;
  background-color: #fff;
  padding: 10px 16px 10px 16px;
  margin: 0 0 15px 0;
  height: 34px;
}
.playback-btn a {
  display: inline-block;
  width: 65px;
  color: #3f3f3f;
  text-align: center;
  line-height: 30px;
  background: #f9f9f9;
  border-radius: 4px;
  margin: 0;
  border: 1px solid #e5e5e5;
}
.reservation-btn-wrap-2 .reservation-time {
  font-size: 15px;
  margin: 6px 0 0 0;
}
.reservation-btn-wrap-2 .reservation-btn a {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  line-height: 32px;
  font-size: 16px;
}
.reservation-btn-wrap a {
  color: #fff !important;
}
.bottom-qr {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  margin: 0 0 0 0;
  background: #fff;
}
.bottom-qr img {
  width: 150px;
  margin: 20px 0;
}

.whole-wrap .bottom-qr {
  width: 96%;
}
.whole-wrap .bottom-qr img {
  width: 150px;
  margin: 10px 0;
}
.textarea-wrap h5 {
  margin: -5px 20px 0 15px;
  font-size: 13px;
  line-height: 18px;
  color: #777;
}
.textarea-wrap {
  margin: 0 0 0 0;
}
.textarea-wrap h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 10px 15px;
}
.textarea-wrap textarea {
  border: 0;
  width: 98%;
  font-size: 16px;
  padding: 10px 0;
  line-height: 25px;
  height: 120px;
}
.whole-text {
  padding: 15px 15px 15px 0;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.table-5 .ct {
  font-size: 15px;
}
.table-5 .p-1 {
  width: 18%;
}
.table-5 .p-2 {
  width: 44%;
  padding: 0 2% 0 0;
}
.table-5 .p-3 {
  width: 33%;
  padding: 0 0 0 0;
}
.tt {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 10px 12px 5px 12px;
  color: #a1a1a1;
  border-bottom: 1px solid #eaeaea;
  line-height: 16px;
  background-color: #fdfdfd;
  overflow: hidden;
}
.ct {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
  overflow: hidden;
  background-color: #fff;
  line-height: 20px;
}
.ct:last-child {
  border-bottom: 0px solid #eaeaea;
}
.link-ct:after {
  content: ' ';
  position: absolute;
  right: 8px;
  top: 12px;
  width: 15px;
  height: 20px;
  background-image: url(../images/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.p-1,
.p-2,
.p-3 {
  min-height: 20px;
  text-align: left;
  vertical-align: top;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-4,
.p-5 {
  display: -webkit-inline-box;
}
.search-meeting-input {
  width: 82%;
  padding: 8px 0 8px 0;
  margin: 0 0 0 -3px;
  display: inline-block;
}
.search-meeting-input input {
  padding: 6px 0 6px 0;
  line-height: 20px;
  border-radius: 0;
  outline: 0;
  border: 0;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
}
.search-meeting-btn {
  position: absolute;
  top: 8px;
  right: 10px;
}
.search-meeting-btn .orange-btn {
  display: inline-table;
  padding: 0 0;
  min-width: 62px;
  top: 10px;
}
.search-meeting-btn .white-btn {
  display: inline-table;
  width: 110px;
  padding: 0 6px;
  margin: 0 0 10px 0;
}
.date-input {
  background-image: url(../images/icon-date.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 22px;
}
.form-input .orange-btn,
.stock-search .orange-btn {
  position: absolute;
  top: 7px;
  min-width: 65px;
  right: 0;
}
.stock-search {
  position: relative;
  height: 48px;
  background-image: url(../images/icon-search.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 24px;
  margin: 0 12px 0 -4px;
  padding: 0 0 0 30px;
}

.stock-search input {
  width: 220px;
  outline: 0;
  border: 0px;
  padding: 12px 0 0 0;
  font: 15px 微软雅黑, sans-serif;
  border-radius: 0;
}
.top-search {
  position: relative;
  min-height: 42px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 0 16px;
  margin: 0 0 15px 0;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.flex-6 {
  float: left;
  width: 50%;
}
.ipt-file {
  position: relative;
  margin: 30px auto 0px auto;
  width: 115px;
  height: 100px;
  background: url(../images/uploud-img.png);
  background-size: 115px 100px;
}
.ipt-file input {
  width: 115px;
  height: 100px;
  cursor: pointer;
  display: block;
  opacity: 0;
}
.upload-photo .tips {
  margin: 5px auto 10px auto;
  text-align: center;
}
.upload-photo p {
  text-align: center;
  font-size: 17px;
  color: #8e8e8e;
  margin: 0 0 3px 0;
}
.upload-photo {
}
.upload-photo img {
  margin: 20px 0 0 0;
  width: 95%;
}
.certification-status {
  width: 82%;
  margin: 30px 5% 0;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 10px 4% 15px 4%;
}
.certification-status li {
  float: left;
  width: 100%;
  line-height: 20px;
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
}
.certification-status .name {
  float: left;
  width: 35%;
}
.certification-status .data {
  float: left;
  width: 65%;
}
