body {
  font-family: Arial, '微软雅黑', Microsoft YaHei, '宋体', '黑体';
}
article > .container {
  width: 1200px;
  margin: 0 auto;
  background: #f7f7f7;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.15);
}
.wrap {
  padding-left: 22px;
  padding-right: 22px;
}
/*================================分支机构=============================*/
.h-branch {
  margin-top: 40px;
  position: relative;
}
.h-branch .h-branch-area {
  font-size: 0;
  margin: 14px -12px 0;
}
.h-branch .h-branch-area a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  letter-spacing: 8px;
  padding: 0 12px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.h-branch .h-branch-area a:hover {
  color: #ce131e;
}
.h-branch .h-branch-area a.active {
  color: #ce131e;
}
.h-branch #map-container {
  background: rgba(255, 255, 255, 0.9);
  border-top: 2px solid #ce131e;
  position: absolute;
  left: 0;
  z-index: 100;
  margin-top: 13px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.38);
  display: none;
}
.h-branch .close {
  width: 30px;
  height: 30px;
  border: 1px solid #ce131e;
  position: absolute;
  right: -25px;
  top: 82px;
  z-index: 101;
  border-radius: 50%;
  line-height: 27px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  display: none;
}
#map-container {
  height: 800px;
  width: 1200px;
}
#map-container .map-info {
  padding: 0 14px;
}
#map-container h2 {
  font-size: 18px;
  line-height: 40px;
  color: #333;
  text-align: center;
}
#map-container dl {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding: 10px 0 14px;
  border-top: 1px solid #d9d9d9;
}
#map-container dt {
  color: #ce131e;
}
/* ---------------------------------侧边栏--------------------------------- */
.aside-nav {
  position: fixed;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 10000;
}
.aside-nav a {
  display: block;
}
.aside-nav .aside-nav-one-img {
  height: 20px;
}
.aside-nav .aside-nav-one-img img {
  height: 100%;
}
.aside-nav .aside-nav-one {
  width: 60px;
  height: 60px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background: #ce131e;
  text-transform: uppercase;
  position: relative;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  cursor: pointer;
}
.aside-nav .aside-nav-one:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.aside-nav .aside-nav-one:hover:after {
  background: rgba(255, 255, 255, 0);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  z-index: -1;
}
.aside-nav .aside-nav-one-desc {
  padding-top: 7px;
  color: #fff;
}
.aside-nav .aside-nav-one-desc p {
  font-size: 8px;
  width: 100%;
  -webkit-transform-origin-x: 0;
  -webkit-transform: scale(0.8);
}
.aside-nav .back-top {
  padding-top: 16px;
}
.aside-nav .open-icon {
  padding-top: 15px;
}
.aside-nav-wrap {
  display: block;
  background: #d9545c;
}
.aside-nav-wrap .wx {
  width: 60px;
  height: 60px;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  background: #ce131e;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.aside-nav-wrap .wx:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.aside-nav-wrap .wx:hover {
  background: #ce131e;
}
.aside-nav-wrap .wx:hover:after {
  background: rgba(255, 255, 255, 0);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  z-index: -1;
}
.aside-nav-wrap .wx:hover .wx-code {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.aside-nav-wrap .aside-nav-one-desc {
  font-size: 10px;
  padding-top: 5px;
  word-break: keep-all;
}
.aside-nav-wrap .wx-code {
  color: #fff;
  background: #d9545c;
  position: absolute;
  top: 0;
  right: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.aside-nav-wrap .aside-quote {
  color: #333;
}
.aside-tel {
  padding-top: 12px;
}
.aside-tel .wx-code {
  width: 130px;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  word-break: keep-all;
}
.qq {
  padding-top: 10px;
}
.aside-quote {
  padding-top: 12px;
  color: #333;
}
.aside-quote .wx-code {
  width: 1318px;
  color: #333;
}
.aside-quote .layui-form3 .btn-security,
.aside-quote .layui-form3 .layui-btn {
  border: 1px solid #fff;
}
.layui-form3 {
  padding: 15px 0;
}
.layui-form3 .layui-input-block {
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.layui-form3 .xm-select-parent {
  width: 206px;
  display: inline-block;
  vertical-align: middle;
}
.layui-form3 .xm-select-parent:nth-child(4) {
  width: 120px;
}
.layui-form3 .xm-select-linkage li span {
  padding-right: 20px;
}
.layui-form3 .aside-com {
  width: 184px;
}
.layui-form3 .aside-name {
  width: 76px;
}
.layui-form3 .aside-phone {
  width: 184px;
}
.layui-form3 .aside-security {
  width: 76px;
}
.layui-form3 .btn-security {
  width: 83px;
  font-size: 12px;
  margin-right: 10px;
}
.layui-form3 .ipt-submit {
  width: 150px;
}
.layui-form-zyf {
  padding: 10px 0;
}
.layui-form-zyf .layui-input-block {
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.layui-form-zyf .xm-select-parent {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
}
.layui-form-zyf .xm-select-parent:nth-child(4) {
  width: 140px;
}
.layui-form-zyf .xm-select-linkage li span {
  padding-right: 20px;
}
.layui-form-zyf .aside-com {
  width: 184px;
}
.layui-form-zyf .aside-name {
  width: 76px;
}
.layui-form-zyf .aside-phone {
  width: 184px;
}
.layui-form-zyf .aside-security {
  width: 76px;
}
.layui-form-zyf .btn-security {
  width: 83px;
  font-size: 12px;
  margin-right: 10px;
}
.layui-form-zyf .ipt-submit {
  width: 150px;
}
.weixin {
  padding-top: 15px;
}
.weixin .wx-code {
  padding: 10px;
  width: 134px;
  height: 134px;
}
/* =========================分支机构============================*/
.branch-contact {
  padding: 0 7%;
  border-bottom: 1px solid #cccccc;
}
.branch-contact dd {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding-left: 30px;
  margin-bottom: 5px;
  position: relative;
}
.branch-contact dd:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.branch-contact .com-name {
  font-size: 18px;
  line-height: 1;
  color: #ce131e;
  margin-bottom: 28px;
  position: relative;
}
.branch-contact .com-name:before {
  content: '';
  width: 340px;
  height: 1px;
  background: #999;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.branch-contact .com-name:after {
  content: '';
  position: absolute;
  margin-left: 90px;
  bottom: -9px;
}
.branch-contact .com-addr:before {
  width: 17px;
  height: 19px;
  background-image: url(../images/join-icon23.png);
}
.branch-contact .com-tel1:before {
  width: 18px;
  height: 13px;
  background-image: url(../images/join-icon24.png);
}
.branch-contact .com-tel3:before {
  width: 17px;
  height: 17px;
  background-image: url(../images/join-icon25.png);
}
.branch-contact .com-fax:before {
  width: 15px;
  height: 14px;
  background-image: url(../images/join-icon26.png);
}
.branch-contact .com-email:before {
  width: 16px;
  height: 12px;
  background-image: url(../images/join-icon27.png);
}
.branch-top-l {
  width: 37.3786%;
}
.branch-top-l .branch-tit {
  margin-bottom: 16px;
}
.branch-top-l .branch-tit h3 {
  font-size: 35px;
  line-height: 1;
  color: #ce131e;
}
.branch-top-l .branch-tit p {
  font-size: 16px;
  line-height: 28px;
  color: #4b4b4b;
  text-transform: uppercase;
}
.branch-top-l .branch-img {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.branch-top-r {
  width: 62.6214%;
  padding-left: 9.907%;
  margin-top: 26px;
}
.branch-top-r .com-name {
  font-size: 22px;
}
.branch-top-r .com-name:before {
  width: 393px;
  bottom: -13px;
}
.branch-top-r .com-name:after {
  width: 179px;
  height: 95px;
  background: url(../images/branch-icon1.png) no-repeat right bottom;
  bottom: -15px;
}
.branch-top-r dd {
  font-size: 16px;
}
.branch-bottom {
  margin-top: 20px;
  position: relative;
}
.branch-bottom:before {
  content: '';
  width: 1px;
  height: 60%;
  background: #c5c5c5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.branch-bottom dl {
  width: calc(50% - 100px);
  min-height: 300px;
  border-bottom: 1px dashed #adadad;
  margin-top: 74px;
}
.branch-bottom dl:nth-child(2n+1) {
  float: left;
  margin-left: 30px;
  margin-right: 70px;
}
.branch-bottom dl:nth-child(2n) {
  float: right;
  margin-left: 70px;
  margin-right: 30px;
}
.branch-bottom dl:nth-child(1) .com-name:before {
  width: 305px;
}
.branch-bottom dl:nth-child(1) .com-name:after {
  width: 206px;
  height: 54px;
  margin-left: 35px;
  background: url(../images/branch-icon2.png) no-repeat right bottom;
  background-size: 158px auto;
}
.branch-bottom dl:nth-child(2) .com-name:before {
  width: 307px;
}
.branch-bottom dl:nth-child(2) .com-name:after {
  width: 173px;
  height: 101px;
  margin-left: 80px;
  background: url(../images/branch-icon3.png) no-repeat right bottom;
  background-size: 153px auto;
}
.branch-bottom dl:nth-child(3) .com-name:before {
  width: 357px;
}
.branch-bottom dl:nth-child(3) .com-name:after {
  width: 158px;
  height: 76px;
  margin-left: 82px;
  background: url(../images/branch-icon4.png) no-repeat right bottom;
  background-size: 150px auto;
}
.branch-bottom dl:nth-child(4) .com-name:before {
  width: 302px;
}
.branch-bottom dl:nth-child(4) .com-name:after {
  width: 160px;
  height: 76px;
  background: url(../images/branch-icon5.png) no-repeat right bottom;
  margin-left: 82px;
}
.branch-bottom dl:nth-child(5) {
  border-bottom-color: transparent;
}
.branch-bottom dl:nth-child(5) .com-name:before {
  width: 336px;
}
.branch-bottom dl:nth-child(5) .com-name:after {
  width: 158px;
  height: 96px;
  background: url(../images/branch-icon6.png) no-repeat right bottom;
}
.branch-bottom dl:nth-child(6) {
  border-bottom-color: transparent;
}
.branch-bottom dl:nth-child(6) .com-name:after {
  width: 161px;
  height: 53px;
  background: url(../images/branch-icon7.png) no-repeat right bottom;
}
.branch-bottom .com-name {
  padding-top: 34px;
}
/* =========================内页页面底部的表单样式============================*/
.form-main {
  padding: 0 32px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);
}
.form-main .layui-form3 .xm-select-linkage li span {
  padding-right: 15px;
  padding-left: 15px;
}
.form-main .xm-select-parent {
  width: 208px;
}
.form-main .xm-select-parent:nth-child(4) {
  width: 138px;
}
.form-main .xm-select-parent .xm-input {
  border-color: #ccc;
  border-radius: 3px;
}
.form-main .aside-com {
  width: 170px;
}
.form-main .layui-input,
.form-main .layui-select,
.form-main .layui-textarea {
  border-color: #ccc;
  border-radius: 3px;
}
.form-main .btn-security,
.form-main .layui-btn {
  border-radius: 3px;
}
/* =========================商学院的讲师团队列表页与服务项目的拓展训练列表页公共样式============================*/
.group1 {
  margin: 0 -9px;
}
.group1 .single {
  width: calc(25% - 18px);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.41);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.41);
  float: left;
  margin: 0 9px;
  margin-bottom: 12px;
  position: relative;
}
.group1 .single .ra {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
}
.group1 .single img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  width: 100%;
}
.group1 .single .text {
  width: 100%;
  height: 54px;
  background: rgba(206, 19, 30, 0.7);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.group1 .single:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.group1 .single:hover .text {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* =========================商学院的讲师团队详情页与服务项目的拓展训练详情页公共样式============================*/
.teacher2-content {
  width: 100%;
  padding-top: 32px;
  padding-left: 17.16%;
  padding-right: 17.16%;
}
.teacher2-content .photo-name {
  width: 100%;
  height: 416px;
  margin-bottom: 12px;
}
.teacher2-content .photo {
  width: 302px;
  height: 416px;
  float: left;
}
.teacher2-content .photo img {
  width: 302px;
  height: 416px;
  -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.13);
}
.teacher2-content .name {
  width: 360px;
  padding-left: 52px;
  float: left;
}
.teacher2-content .name h3 {
  font-size: 28px;
}
.teacher2-content .name .job {
  width: 90px;
  height: 28px;
  background: #ce131e;
  color: #fff;
  text-align: center;
  margin: 15px 0 36px 0;
  line-height: 28px;
  font-size: 14px;
  border-radius: 20px;
}
.teacher2-content .name .border {
  width: 45px;
  height: 15px;
  margin-left: 5px;
  border-top: 1px solid #bfbfbf;
}
.teacher2-content .name p {
  font-size: 13px;
  line-height: 22px;
}
.teacher2-content .teacher-info h4 {
  font-size: 16px;
  line-height: 1;
  color: #ce131e;
  margin-bottom: 6px;
  margin-top: 30px;
  font-weight: bold;
}
.teacher2-content .teacher-info p {
  line-height: 26px;
  font-size: 14px;
}
@media (max-width: 1850px) {
  .header-tel {
    margin-left: 30px;
  }
}
@media (max-width: 1820px) {
  .header .header-in {
    padding: 0 5%;
  }
  .header-tel {
    margin-left: 90px;
  }
  .menu > ul > li {
    letter-spacing: 1px;
  }
  .foot-top {
    padding: 30px 3% 0;
  }
  .foot-logo {
    width: 195px;
  }
  .foot-top-tel {
    font-size: 18px;
  }
  .foot-menu {
    width: calc(100% - 580px);
  }
  .foot-menu li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1740px) {
  .header-tel {
    margin-left: 70px;
  }
}
@media (max-width: 1680px) {
  .header .header-in {
    padding: 0 5%;
  }
  .menu > ul > li {
    letter-spacing: 0px;
  }
  .header-tel {
    margin-left: 30px;
  }
  .foot-top {
    padding: 30px 3% 0;
  }
  .foot-logo {
    width: 195px;
  }
  .foot-top-tel {
    font-size: 18px;
  }
  .foot-menu {
    width: calc(100% - 580px);
  }
  .foot-menu li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1600px) {
  .header .header-in {
    padding: 0 4%;
  }
  .header-tel {
    margin-left: 40px;
  }
}
@media (max-width: 1570px) {
  .menu {
    margin: 11px 15px 0 0;
  }
  .menu > ul > li > a {
    padding: 0 12px;
  }
}
@media (max-width: 1510px) {
  .menu {
    margin: 11px 15px 0 0;
  }
  .menu > ul > li > a {
    padding: 0 12px;
  }
}
@media (max-width: 1480px) {
  .header-tel {
    margin-left: 50px;
  }
}
@media (max-width: 1440px) {
  .header .header-in {
    padding: 0 4%;
  }
  .header-tel {
    margin-left: 24px;
  }
  .menu {
    margin: 11px 20px 0 0;
  }
  .menu > ul > li {
    font-size: 14px;
  }
  .menu > ul > li > a {
    padding: 0 13px;
  }
  .foot-menu li {
    font-size: 13px;
  }
  .foot-menu li > a {
    padding: 0 13px;
  }
  .foot-top-tel {
    margin-bottom: 25px;
  }
}
@media (max-width: 1380px) {
  .menu {
    margin: 11px 15px 0 0;
  }
  .menu > ul > li > a {
    padding: 0 10px;
  }
}
@media (max-width: 1366px) {
  .header .header-in {
    padding: 0 3%;
  }
  .header-tel {
    font-size: 17px;
  }
  .foot-top {
    padding: 30px 2% 0;
  }
  .foot-menu li > a {
    padding: 0 14px;
  }
  .menu > ul > li > a {
    padding: 0 13px;
  }
}
@media (max-width: 1360px) {
  .header-tel {
    margin-left: 12px;
  }
  .foot-top {
    padding: 30px 3% 0;
  }
  .foot-logo {
    display: none;
  }
  .foot-menu {
    width: calc(100% - 385px);
  }
  .foot-menu ul {
    left: 0;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .foot-menu li > a {
    padding: 0 15px;
  }
  .foot-top-tel {
    font-size: 16px;
  }
}
@media (max-width: 1310px) {
  .header-tel {
    display: none;
  }
  .header .header-in {
    padding: 0 5%;
  }
  .menu {
    margin: 11px 50px 0 0;
  }
  .menu > ul > li > a {
    padding: 0 12px;
  }
  .foot-top {
    padding: 30px 2% 0;
  }
}
@media (max-width: 1300px) {
}
@media (max-width: 1280px) {
  .header-tel {
    display: none;
  }
}
@media (max-width: 1240px) {
  .header .header-in {
    padding: 0 5%;
  }
  .menu {
    margin: 11px 15px 0 0;
  }
  .menu > ul > li > a {
    padding: 0 12px;
  }
  .foot-top {
    padding: 30px 2% 0;
  }
}
@media (max-width: 1080px) {
  .aside-nav-wrap .wx-code {
    width: 810px;
  }
  .h-branch .close {
    right: 0;
    top: 90px;
  }
}
.wx-qrcode-wrapper-acds {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99990;
  text-align: center;
  line-height: 40px;
  color: #000;
}
.wx-qrcode-wrapper-acds h4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wx-qrcode-wrapper-acds .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.wx-qrcode-wrapper-acds .wx-qrcode {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  text-align: center;
  background: #fff;
  padding: 0 20px 20px;
}
/*-----------------------弹出框----------------------------*/
.alertwin {
  display: none;
  width: 668px;
  height: 293px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.alertwin .closebtn {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 99;
  cursor: pointer;
}
.alertwin .right-photo {
  float: left;
  width: 50%;
  padding-top: 35px;
  position: relative;
}
.alertwin .po-ab {
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  margin-left: 34px;
}
.alertwin .peodiv {
  float: left;
  margin-right: 24px;
}
.alertwin .peodiv div {
  height: 72px;
  text-align: center;
}
.alertwin .peodiv p {
  padding-top: 10px;
}
.alertwin .jticon {
  position: absolute;
  top: 50%;
  left: 38%;
}
.alertwin .left-text {
  float: left;
  width: 50%;
  text-align: center;
  padding-top: 84px;
}
.alertwin .left-text h2 {
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 18px;
}
.alertwin .left-text p {
  line-height: 18px;
  font-size: 12px;
}
.alertwin2 {
  display: none;
  width: 668px;
  height: 293px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 119;
}
.alertwin2 .closebtn {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 9999;
  cursor: pointer;
}
.alertwin2 .right-photo {
  float: left;
  width: 50%;
  padding-top: 35px;
  position: relative;
}
.alertwin2 .po-ab {
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  margin-left: 34px;
}
.alertwin2 .peodiv {
  float: left;
  margin-right: 24px;
}
.alertwin2 .peodiv div {
  height: 72px;
  text-align: center;
}
.alertwin2 .peodiv p {
  padding-top: 10px;
}
.alertwin2 .jticon {
  position: absolute;
  top: 50%;
  left: 38%;
}
.alertwin2 .left-text {
  float: left;
  width: 50%;
  text-align: center;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.alertwin2 .left-text h2 {
  font-size: 16px;
  padding-top: 17px;
}
.alertwin2 .left-text p {
  line-height: 18px;
  font-size: 12px;
}
.alertwin2 span {
  font-size: 30px;
  color: #ce131e;
}
.alertwin2 li {
  line-height: 22px;
  font-size: 12px;
  text-align: left;
}
input::-webkit-input-placeholder {
  line-height: normal;
}
