#container {
  width: 100%;
  height: 100%;
}
.software{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  max-width: 300px;
}

.detail_card {
  background-color: #FFF;
  border: 1px solid #e2e8ec;
  border-radius: 3px;
}

.detail_card img {
  float: left;
  width: 490px;
  height: 280px;
  margin: 20px;
  border-radius: 3px;
}

.card_contain {
  width: 600px;
  float: left;
  padding: 20px 20px 20px 10px;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.title_tip {
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  color: #2696ff;
  margin-top: 5px;
  border: 1px solid #2696ff;
  padding: 0 3px;
}

.bottom_tips {
  font-size: 12px;
  line-height: 25px;
  color: #999999;
  padding-left: 90px;
}

.bottom_tips:hover {
  color: #999999;
}

.card_contain .card-contain-title {
  max-width: 510px;
  margin-bottom: 20px;
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
}
.card_contain .card-contain-title h1{
  display: inline-block;
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
}

.card_contain span {
  font-size: 14px;
  display: block;
  float: left;
  line-height: 30px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  color: #999999;
  text-justify: distribute;
}

.card_contain .type {
  width: 57px;
}

.card_contain .address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
  display: inline-block;
  margin-bottom: -10px;
}

.card_contain .signUpCount {
  display: inline-block;
  font-size: 16px;
  color: #f23f3f;
}

.card_contain .restrictCount {
  display: inline-block;
  font-size: 16px;
}

.card_contain p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

.card_contain button {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.button_one {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  width: 150px;
  height: 42px;
  border-radius: 3%;
  margin-top: 10px;
  background-color: #0084ff;
}

.button_one:hover {
  background-color: #118cff;
}

.button_close {
  background-color: #666666;
}

.button_two {
  cursor: pointer;
  border: none;
  font-size: 14px;
  line-height: 30px;
  color: #118cff;
  background-color: #ffffff;
  margin-left: 30px;
}

.button_three {
  border: none;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  background-color: #ffffff;
  margin-left: 30px;
}

.button_three:hover,
.button_three:active,
.button_three:visited {
  color: #666666;
}

.left_contain {
  background-color: #ffffff;
  width: 908px;
  margin: 15px 8px 0 0;
  min-height: 720px;
  border: 1px solid #e2e8ec;
  border-radius: 3px;
}

.left_banner {
  padding: 20px;
}

.banner_contain {
  border-bottom: 1px solid #e5e5e5;
}

.left_banner span {
  cursor: pointer;
  color: #333333;
  font-size: 15px;
  line-height: 30px;
  margin-right: 30px;
}

.banner_bottom {
  margin-top: 10px;
  width: 70px;
  height: 2px;
  background-color: #0084ff;
}

.contain {
  padding: 0 20px;
}

.contain p {
  font-size: 14px;
  line-height: 45px;
  color: #333333;
}

.contain a {
  font-size: 14px;
  line-height: 45px;
  color: #0084ff;
  font-weight: bold;
}

.training_map_icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../png/icon-v2-0332a58f29c77a64045eded83c420a74.png);
  background-position: 2px -127px;
  margin-bottom: -2px;
}

.training_icon_contain {
  cursor: pointer;
  color: #bbbbbb;
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
}

.training_map_contain {
  cursor: pointer;
  color: #bbbbbb;
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
}

.tip_icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 5px;
  background: url(../png/tips-b7cdffac50cbea230c0533689bb94aeb.png);
}

.corner {
  position: absolute;
  top: 0;
  right: 10px;
}

#cover {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  filter: alpha(opacity=60);
  opacity: 0.6;
  display: none;
  z-Index: 3;
}

#entryform {
  cursor: pointer;
}

.entryform_top {
  border-bottom: 1px solid #E5E5E5;
}

#entryform input {
  height: 40px;
  width: 150px;
  line-height: 40px;
  padding: 0 5px;
  margin-left: 70px;
  border: 1px solid #e5e5e5;
}

.entryform_top span {
  font-size: 16px;
  line-height: 34px;
  display: inline-block;
}

.top_title {
  color: #222222;
  margin: 3px 20px;
}

#entryform {
  border-radius: 1%;
}

#companyName {
  width: 150px;
  height: 35px;
  line-height: 30px;
}

#companyName option {
  margin: 0 10px;
}

.personForm {
  margin: 20px 5px;
}

.personForm form {
  display: block;
  width: 540px;
}

.personForm p {
  float: left;
  padding: 5px 15px 5px 20px;
  display: inline-block;
}

.modal-dialog {
  width: auto;
}

.personForm select {
  width: 150px;
  height: 40px;
  margin-left: 70px;
  border: 1px solid #e5e5e5;
}

.personForm i {
  position: absolute;
  left: 68px;
  font-style: normal;
  bottom: 0;
}

.personForm p label {
  position: relative;
  font-weight: normal;
}

.personForm p a {
  margin-left: -5px;
  color: red;
}

.personForm span {
  text-justify: inter-ideograph;
  color: #333333;
  display: block;
  font-size: 14px;
  width: 60px;
  text-align: justify;
  text-align-last: justify;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  word-break: break-all;
}

.submit {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  width: 150px;
  height: 42px;
  border-radius: 3%;
  margin-top: 10px;
  background-color: #0084ff;
  margin-left: 100px;
}

.submit:hover {
  background-color: #118cff;
}

.personForm_tip {
  display: block;
  font-size: 12px;
  margin-left: 97px;
  margin-top: 15px;
}

.close {
  font-size: 25px;
  margin-right: 15px;
}

.entryform_title {
  font-size: 15px;
  line-height: 35px;
  font-weight: bold;
  color: #333;
}

.trainingform {
  padding: 15px 20px 20px 20px;
  border-bottom: 1px solid #E5E5E5;
}

.trainingform span {
  color: #999999;
  font-size: 14px;
}

.trainingform p {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  line-height: 35px;
  margin-bottom: -10px;
}

.mt-20 {
  margin-bottom: -20px;
}

.share_box {
  display: none;
  background: #fff;
  position: absolute;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  right: -10px;
  top: 30px;
}

.share_box .up_arrow {
  top: -7px;
  left: 19px;
}

.share_box.bdsharebuttonbox {
  height: 35px;
}

.share_box.bdsharebuttonbox span {
  display: inline-block;
  float: left;
  margin-top: 2px;
}

.share_box.bdsharebuttonbox a {
  margin-top: 0;
}

.bd_weixin_popup_foot {
  display: none;
}

.training_share_icon {
  width: 13px;
  height: 14px;
  display: inline-block;
  background: url(../png/training_share-3f08c073ee509699105d223078f4db14.png);
  margin-bottom: -2px;
  margin-right: 2px;
}

.bd_weixin_popup {
  left: 1300px;
  top: 300px;
}


.success_icon {
  width: 66px;
  height: 66px;
  display: inline-block;
  background: url(../png/success-eeba0e4346c8c3028ec40548c074db88.png);
  margin: 40px 202px 10px 202px;
}

.tips_one {
  display: block;
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}

.success_contain {
  width: 470px;
  text-align: center;
}

.tips_two {
  margin-bottom: 50px;
  font-size: 14px;
  color: #999999;
  display: inline-block;
}

.button_close:hover {
  background-color: #666666;
}

.training_signup_record {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.training_signup_record_head .question_tab li {
  margin-left: 15px;
  margin-right: 20px;
}

.training_record_more {
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 12px;
}

.training_record_ul {
  padding: 12px;
}

.training_record_li {
  height: 40px;
  line-height: 40px;
}

.training_circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #969696;
  border-radius: 3px;
  line-height: 40px;
  margin-top: 16px;
  margin-right: 4px;
}

.training_record_title {
  font-size: 14px;
  color: #6d90bd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 158px;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
}

.training_record_time {
  font-size: 12px;
  color: #999;
  display: inline-block;
  line-height: 40px;
  width: 80px;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.training_list_head {
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.main_right {
  margin: 14px 0;
}

.banner_contain img {
  max-width: 600px;
  height: auto;
}

.contain img {
  max-width: 800px;
  height: auto;
}

.modal-backdrop.in {
  opacity: 0.6;
}

.modal-header {
  padding: 10px 0 10px 20px;
}

.modal-title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* 这里编写Webkit内核兼容CSS */
  .submit{margin-left: 100px;}
}

@-moz-document url-prefix() {
  .submit{margin-left: 97px;}
}

.qrcode-box {
  position: absolute;
  right: 20px;
  top: 230px;
}
.qrcode-box span {
  padding-top: 5px;
}
#qrcode {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}