@charset "UTF-8";


.apply-header {
  margin-bottom: 20px;
}

.apply-banner {
  width: 60%;
}

.apply-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.appyly-content {
  /* margin-bottom: 40px; */
}

.apply-text.part-p {
  margin-top: 20px;
}

.apply-container {
  padding: 20px 0 40px;
}

.code-box {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}

.code-box div {
  text-align: center;
  font-size: 15px;
}

.code-box img {
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.red {
  color: #f03030;
  margin-bottom: 10px;
}

.p {
  margin-top: 5px;
}

img.plus-wk-code {
    display: block;
    width: 140px;
    height: 140px;
    margin: 60px auto 10px;
}


.test-list-box {
  width: 100%;
  padding: 50px 20px 10px;
  background: #fff;
  font-size: 15px;
  line-height: 1.75;
  text-align: justify;
  color: #333;
  font-size: 15px;
  line-height: 1.75;
  text-align: justify;
  color: #333;
  box-sizing: border-box;
}


.test-list {
  position: relative;
  width: 100%;
  padding: 60px 20px 80px;
  border-radius: 4px;
  border: 1px solid #666;
  box-sizing: border-box;
}


.test-list-title {
  display: inline-flex;
  position: absolute;
  top: -33px;
  width: 45%;
  padding: 0 10px 0 10px;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
}


.ennclub-banner {
  width: 100%;
  /* height: 45px; */
}

.code-text {
    padding: 15px 0 40px;
    font-size: 15px;
    text-align: center;
}

.apply-btn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #7483d2;
    margin-top: 30px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.apply-text {
    display: block;
    padding: 0;
    font-size: 15px;
    line-height: 2;
    color: #333;
    text-align: center;
    white-space: nowrap;
}

html {
    background: #f5f5f5;
}

body {
    max-width: 450px;
    margin: 0 auto;
    min-height: 100%;
}