* {
  margin: 0;
  padding: 0;
  font-size: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  margin: 0 auto;
  height: 100%; }

.container {
  width: 100%;
  height: 100%;
  position: relative; }

.content {
  width: 400px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-200px, -110px);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }

.redp {
  font-size: 12px;
  color: red;
  margin-top: 10px; }

.group {
  border-bottom: 1px solid #DEDEDE;
  margin-top: 13px; }

.group label {
  font-size: 15px;
  color: #383838;
  line-height: 42px;
  display: inline-block;
  width: 80px; }

.mobile {
  margin-left: 11px; }

.group select, .group input {
  width: 228px;
  height: 44px;
  border: none;
  outline: none;
  font-size: 14px; }

.group .red {
  font-size: 12px;
  color: red;
  margin-right: 5px;
  font-style: normal; }

.content button, #nextContent button {
  width: 100%;
  height: 42px;
  background: #0E1A3A;
  font-size: 16px;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px; }

#nextContent button {
  width: 100px; }

#nextContent {
  width: 1080px;
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }

#prve {
  color: #16b4ef;
  text-align: left;
  cursor: pointer; }

.title {
  font-size: 32px;
  text-align: center;
  line-height: 52px; }

.Info {
  width: 100%;
  text-align: left;
  margin: 10px 0; }

.Info label {
  margin-left: 20px;
  font-size: 12px; }

.Info span {
  font-size: 12px; }

.table {
  width: 100%; }
  .table table {
    width: 100%; }

table, table tr, table tr td {
  height: 50px;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  border: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0; }

#nextContent input, #nextContent select {
  width: 100px;
  font-size: 16px;
  color: #666;
  height: 30px;
  outline: none;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
  #nextContent input option, #nextContent select option {
    font-size: 14px; }

.uploadDiv {
  /* width: 100%; */
  text-align: left;
  /* margin-top: 20px; */ }

.upGroupDiv {
  width: 100%;
  margin: 20px 0;
  text-align: left; }

.exaDiv {
  width: 100%;
  overflow: hidden; }

.example {
  width: 30%;
  float: left; }

.example .exaText .img {
  vertical-align: top; }

.example div {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px; }

.example img {
  width: 80px;
  cursor: pointer; }

.example div span {
  font-size: 12px;
  line-height: 20px; }

.upGroupDiv label, .uploadDiv, .previewArea {
  display: inline-block;
  vertical-align: top;
  font-size: 12px; }

.upGroupDiv label font {
  font-size: 12px; }

.previewArea {
  margin-left: 6px; }

.previewDiv {
  display: inline-block;
  width: 80px;
  height: 100px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 10px;
  position: relative;
  cursor: pointer; }

.previewDiv i {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 20px;
  height: 20px; }

.previewDiv i:before, .previewDiv i:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 18px;
  width: 3px;
  background-color: red; }

.previewDiv i:before {
  transform: rotate(45deg); }

.previewDiv i:after {
  transform: rotate(-45deg); }

#photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.webClass #address {
  width: 260px; }
.webClass #telPhone {
  width: 160px; }

.mobileClass .content {
  width: 9.3333333333rem;
  height: 4.2666666667rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-4.6666666667rem, -2.1333333333rem);
  border-radius: 0.32rem;
  padding: 0.5333333333rem;
  box-shadow: 0.0266666667rem 0.0266666667rem 0.2666666667rem rgba(0, 0, 0, 0.2); }
.mobileClass .group {
  border-bottom: 0.0266666667rem solid #DEDEDE; }
.mobileClass .group label {
  font-size: 0.3733333333rem;
  color: #383838;
  line-height: 1.12rem;
  display: inline-block;
  width: 1.6rem; }
.mobileClass .mobile {
  margin-left: 0.2933333333rem; }
.mobileClass .group select, .mobileClass .group input {
  width: 5.8666666667rem;
  height: 1.1733333333rem;
  border: none;
  outline: none;
  font-size: 0.3733333333rem;
  margin-left: 0.2666666667rem; }
.mobileClass .group .red {
  font-size: 0.32rem;
  color: red;
  margin-right: 0.1333333333rem;
  font-style: normal; }
.mobileClass #prve {
  font-size: 0.32rem;
  color: #16b4ef;
  text-align: left;
  cursor: pointer; }
.mobileClass #nextContent {
  box-shadow: none;
  padding: 0.2666666667rem;
  width: 800px;
  background: #fff;
  border-radius: 0.32rem;
  margin: 1.0666666667rem auto;
  text-align: center;
  box-sizing: border-box; }
  .mobileClass #nextContent input, .mobileClass #nextContent select {
    width: 2.4rem;
    height: 1.12rem;
    font-size: 0.32rem;
    color: #666;
    height: 0.8rem;
    outline: none;
    text-align: center;
    border: 0.0266666667rem solid #ccc;
    border-radius: 0.1066666667rem;
    -webkit-box-shadow: inset 0 0.0266666667rem 0.0266666667rem rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0.0266666667rem 0.0266666667rem rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .mobileClass #nextContent input option, .mobileClass #nextContent select option {
      font-size: 0.32rem; }
  .mobileClass #nextContent #address {
    width: 5.6rem; }
  .mobileClass #nextContent #telPhone {
    width: 3.6rem; }
  .mobileClass #nextContent button {
    width: 2.6666666667rem; }
.mobileClass .title {
  font-size: 0.8533333333rem;
  text-align: center;
  line-height: 1.3866666667rem; }
.mobileClass .Info {
  width: 100%;
  text-align: left;
  margin: 0.2666666667rem 0; }
.mobileClass .Info label {
  margin-left: 0.5333333333rem; }
.mobileClass .table {
  width: 100%; }
.mobileClass table {
  width: 100%; }
.mobileClass table, .mobileClass table tr, .mobileClass table tr td {
  height: 1.3333333333rem;
  text-align: center;
  font-size: 0.32rem;
  padding: 0.1333333333rem 0;
  border: 0.0266666667rem solid #000;
  border-collapse: collapse;
  border-spacing: 0; }
.mobileClass .uploadDiv {
  text-align: left; }
.mobileClass .upGroupDiv {
  width: 100%;
  margin: 0.5333333333rem 0;
  text-align: left; }
.mobileClass .exaDiv {
  width: 100%;
  overflow: hidden; }
.mobileClass .example {
  width: 30%;
  float: left; }
.mobileClass .example .exaText .img {
  vertical-align: top; }
.mobileClass .example div {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5333333333rem; }
.mobileClass .example img {
  width: 2.1333333333rem;
  cursor: pointer; }
.mobileClass .example div span {
  font-size: 0.32rem;
  line-height: 0.5333333333rem; }
.mobileClass .upGroupDiv label, .mobileClass .uploadDiv, .mobileClass .previewArea {
  display: inline-block;
  vertical-align: top;
  font-size: 0.32rem; }
.mobileClass .upGroupDiv label font {
  font-size: 0.32rem; }
.mobileClass .previewArea {
  margin-left: 0.16rem; }
.mobileClass .previewDiv {
  display: inline-block;
  width: 2.1333333333rem;
  height: 2.6666666667rem;
  border: 0.0266666667rem solid #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 0.2666666667rem;
  position: relative;
  cursor: pointer; }
.mobileClass .previewDiv i {
  position: absolute;
  right: -0.24rem;
  top: -0.24rem;
  width: 0.5333333333rem;
  height: 0.5333333333rem; }
.mobileClass .previewDiv i:before, .mobileClass .previewDiv i:after {
  position: absolute;
  left: 0.2666666667rem;
  content: ' ';
  height: 0.48rem;
  width: 0.08rem;
  background-color: red; }
.mobileClass .previewDiv i:before {
  transform: rotate(45deg); }
.mobileClass .previewDiv i:after {
  transform: rotate(-45deg); }
.mobileClass #photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
.mobileClass .example {
  width: 40%; }

@media only screen and (max-width: 750px) {
  body, html {
    max-width: 750px;
    overflow-y: auto; } }

/*# sourceMappingURL=studentCard.css.map */
