@charset "UTF-8";
body {
  margin: 0;
}
body .w1200 {
  width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  body .w1200 {
    width: auto;
  }
}
.paymodel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.paymodel .cont {
  background-color: #FFFFFF;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
.paymodel .cont .title {
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  padding-top: 0;
  font-size: 20px;
}
.paymodel .cont .title .close {
  zoom: 2;
}
.paymodel .cont .msg {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.paymodel .cont .msg span {
  color: #FE3132;
}
.paymodel .cont .shuru > div {
  margin-bottom: 10px;
}
.paymodel .cont .shuru > div.inp {
  display: flex;
  align-items: center;
}
.paymodel .cont .shuru > div.inp input {
  display: block;
  height: 40px;
  padding-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.paymodel .cont .shuru > div.inp span {
  margin-left: 20px;
  color: #2D78C9;
}
.paymodel .cont .btn {
  width: 100px;
  text-align: center;
  display: block;
  background-color: #2D78C9;
  color: #FFFFFF;
  margin: 40px auto 5px;
}

.paging button {
  margin: 5px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.paging span {
  color: #237eff;
}

.paging button:active {
  background: #6a9dff;
}

.paging .activity {
  color: #ffffff;
  background: #2C76C6;
}

/*展示结果*/
#callBack {
  padding: 10px;
}

#callBack span {
  font-size: 30px;
  color: red;
}

#callBack2 {
  padding: 10px;
}

#callBack2 span {
  font-size: 30px;
  color: red;
}

/*# sourceMappingURL=globel.css.map */
