.bg img {
  display: block;
  width: 100%;
}
.reg {
  background: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 100px;
}
.reg .regform {
  width: 760px;
  margin: 0 auto;
}
.reg .regform .tips {
  margin-bottom: 100px;
}
.reg .regform .times {
  background: #091cb3;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 50px;
}
.reg .regform .times .countdown .item {
  font-size: 36px;
  position: relative;
  padding: 0 30px 0 20px;
}
.reg .regform .times .countdown .item span {
  display: inline-block;
  width: 50px;
  text-align: center;
  position: relative;
}
.reg .regform .times .countdown .item span::after {
  content: "天";
  color: #fff;
  position: absolute;
  font-size: 12px;
  bottom: 7px;
  right: -10px;
}
.reg .regform .times .countdown .item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
}
.reg .regform .times .countdown .item.item2 span::after {
  content: "时";
}
.reg .regform .times .countdown .item.item3 span::after {
  content: "分";
}
.reg .regform .times .countdown .item.item4 span::after {
  content: "秒";
}
.reg .regform .times .countdown .item:nth-last-child(1)::after {
  display: none;
}
.reg .regform .form {
  border: 1px solid #e6e6e6;
}
.reg .regform .form .el-tabs .el-tabs__nav-scroll {
  display: flex;
  justify-content: center;
}
.reg .regform .form .el-tabs .el-tabs__nav-scroll .el-tabs__nav {
  width: 100%;
}
.reg .regform .form .el-tabs .el-tabs__nav-scroll .el-tabs__nav .el-tabs__active-bar {
  background: #091cb3;
}
.reg .regform .form .el-tabs .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item {
  height: 80px;
  line-height: 80px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: 50%;
}
.reg .regform .form .el-tabs .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item.is-active {
  color: #2072f9;
}
.reg .regform .form .el-tabs .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item:hover {
  color: #091cb3;
}
.reg .regform .form .el-tabs .el-tabs__content {
  padding: 20px 50px 50px;
}
.reg .regform .form .el-tabs .el-tabs__content .el-form .xieyi .el-checkbox {
  margin-right: 10px;
}
.reg .regform .form .el-tabs .el-tabs__content .el-form .xieyi .text {
  font-size: 14px;
  color: #606266;
}
.reg .regform .form .el-tabs .el-tabs__content .el-form .xieyi .text a {
  font-size: 14px;
  color: #091cb3;
}
.profile {
  padding-top: 40px;
  background: #f2f2f2;
}
.profile .tit {
  border-bottom: 2px solid rgba(9, 28, 179, 0.5);
}
.profile .tit .w {
  height: 66px;
}
.profile .tit .w .item {
  position: relative;
  margin-right: 10px;
}
.profile .tit .w .item .num {
  margin-right: 10px;
  width: 36px;
  height: 36px;
  color: rgba(9, 28, 179, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(9, 28, 179, 0.5);
}
.profile .tit .w .item .text {
  position: relative;
  padding-right: 270px;
}
.profile .tit .w .item .text::after {
  position: absolute;
  content: "";
  height: 2px;
  background: rgba(9, 28, 179, 0.5);
  width: 260px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.profile .tit .w .item.cur .num {
  color: #fff;
  background: #091cb3;
}
.profile .tit .w .item.cur::after {
  content: "";
  height: 2px;
  background: #091cb3;
  width: 130px;
  position: absolute;
  bottom: -16px;
  z-index: 8;
}
.profile .tit .w .item:nth-last-child(1) .text::after {
  display: none;
}
.profile .tit .w .item:nth-last-child(1).cur::after {
  width: 196px;
}
.profile .profile-bot {
  padding: 40px 0 60px;
}
.profile .profile-bot h2 {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: bold;
}
.profile .profile-bot .step1 .el-form {
  background-color: #fff;
  padding: 40px 40px;
}
.profile .profile-bot .view-top {
  margin-bottom: 30px;
}
.profile .profile-bot .view-center {
  margin-bottom: 30px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__header .el-tabs__item {
  font-size: 20px;
  font-weight: bold;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content {
  background: #e6e6e6;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 {
  width: 570px;
  margin: 0 auto;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 .a4i {
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 .a4i .a4-right {
  width: 50%;
  box-sizing: border-box;
  padding: 15px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 .a4i .a4-right .como-ticket__content__logo {
  margin-bottom: 20px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 .a4i .a4-right .como-ticket__content__logo img {
  display: block;
  width: 100%;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 .a4i .a4-right .como-ticket__content__info {
  width: 100%;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 .a4i .a4-right .como-ticket__content__info .h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 .a4i .a4-right .como-ticket__content__info .ewm {
  border: 1px solid #eee;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 6px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 .a4i .a4-right .como-ticket__content__info .ewm .pic img {
  width: 80px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 .a4i .a4-right .como-ticket__content__info .ewm .p {
  font-size: 12px;
  margin-top: 2px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 .a4i .a4-right .como-ticket__content__info .info .type span {
  color: #fff;
  font-size: 10px;
  padding: 2px 4px;
  background: #091cb3;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 .a4i .a4-right .como-ticket__content__info .info .name {
  margin: 4px 0;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 .a4i .a4-right .como-ticket__content__info .info .company {
  font-size: 12px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .a4 img.pcimg {
  display: block;
  width: 100%;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .elec {
  background: #012063;
  width: 370px;
  margin: 0 auto;
  box-sizing: border-box;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .elec .item {
  padding: 10px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .elec .item .title img {
  display: block;
  width: 100%;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .elec .item .como-ticket__content__info {
  width: 100%;
  margin-top: 10px;
  padding: 14px 14px 20px;
  box-sizing: border-box;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .elec .item .como-ticket__content__info .h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .elec .item .como-ticket__content__info .ewm {
  border: 1px solid #eee;
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .elec .item .como-ticket__content__info .ewm .pic img {
  width: 120px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .elec .item .como-ticket__content__info .ewm .p {
  font-size: 12px;
  margin-top: 2px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .elec .item .como-ticket__content__info .info .type span {
  color: #fff;
  font-size: 12px;
  padding: 2px 4px;
  background: #012063;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .elec .item .como-ticket__content__info .info .name {
  margin: 4px 0;
  font-size: 20px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .elec .item .como-ticket__content__info .info .company {
  font-size: 12px;
}
.profile .profile-bot .view-center .el-tabs .el-tabs__content .elec .item2 img {
  width: 100%;
  display: block;
}
.profile .profile-bot .step3-f1 .tips {
  margin: 32px 0 95px;
}
.profile .profile-bot .step3-f1 .add {
  padding: 30px;
  border: 1px solid rgba(26, 26, 26, 0.1);
}
.profile .profile-bot .step3-f1 .add .add-top {
  padding-bottom: 30px;
}
.profile .profile-bot .step3-f1 .add .add-top .pic {
  width: 228px;
  margin-right: 32px;
}
.profile .profile-bot .step3-f1 .add .add-top .pic img {
  display: block;
  width: 100%;
}
.profile .profile-bot .step3-f1 .add .add-top .infos {
  flex: 1;
}
.profile .profile-bot .step3-f1 .add .add-top .infos .h2 {
  font-weight: bold;
  font-size: 20px;
}
.profile .profile-bot .step3-f1 .add .add-top .infos .h3 {
  margin: 4px 0 8px;
}
.profile .profile-bot .step3-f1 .add .add-top .infos .h3 span {
  color: #fff;
  font-size: 12px;
  background: #2072f9;
  padding: 2px 6px;
}
.profile .profile-bot .step3-f1 .add .add-top .infos .p {
  color: #2072f9;
  font-size: 14px;
  line-height: 1.8em;
}
.profile .profile-bot .step3-f1 .add .add-top .pri {
  text-align: right;
}
.profile .profile-bot .step3-f1 .add .add-top .pri .h2 {
  font-weight: bold;
  font-size: 20px;
}
.profile .profile-bot .step3-f1 .add .add-top .pri .h3 {
  text-decoration: line-through;
  font-size: 13px;
  color: #909399;
}
.profile .profile-bot .step3-f1 .add .add-bot {
  padding-top: 30px;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
}
.profile .profile-bot .step3-f2 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
}
.el-dialog .formdialog .choose {
  margin-bottom: 40px;
}
.el-dialog .formdialog .form .el-form .el-form-item__label {
  line-height: 26px;
  padding-bottom: 0;
}
.el-dialog .formdialog .form .el-form .limitheight {
  height: 400px;
  overflow: auto;
  padding: 0 20px;
}
.el-dialog .formdialog .form .el-form .ftbut {
  padding-top: 30px;
}
.el-dialog .formdialog .form .el-form .el-select {
  width: 100%;
}
.el-dialog .formdialog .form .el-form .el-cascader {
  width: 100%;
}
.el-dialog .formdialog .form .el-form .el-button {
  width: 100%;
}
