body.locked {
  overflow: hidden;
  height: 100vh;
}

.name-list {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(84, 11, 115, 0.97);
  color: #EEE6D9;
  font-weight: 300;
  height: 100vh;
  overflow-y: scroll;
}

.name-list .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.name-list h3 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-top: 30px;
  position: relative;
  margin-bottom: 76px;
}

@media screen and (max-width: 1045px) {
  .name-list h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 578px) {
  .name-list h3 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 510px) {
  .name-list h3 {
    font-size: 26px;
  }
}

.name-list h3:after {
  content: "";
  width: 150px;
  height: 6px;
  display: block;
  background-color: #FDAD2A;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 30px;
}

.name-list h3 {
  font-size: 23px;
  margin-bottom: 36px;
}

.name-list h3:after {
  width: 108px;
  margin-top: 15px;
}

.name-list .close {
  width: 42px;
  height: 42px;
  position: fixed;
  top: 16px;
  right: 26px;
  background-image: url(../images/cross.png);
  cursor: pointer;
  -webkit-background-size: 56% 56%;
  -o-background-size: 56% 56%;
  background-size: 56% 56%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #8CB9D9;
}

.name-list .close:hover {
  background-color: #2B0E84;
}

@media screen and (max-width: 480px) {
  .name-list .close {
    width: 32px;
    height: 32px;
    background-color: #2B0E84;
    -webkit-background-size: 56% 56%;
    -o-background-size: 56% 56%;
    background-size: 56% 56%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    top: 10px;
    right: 10px;
  }
}

.name-list p {
  text-align: center;
  font-size: 23px;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  .name-list p {
    font-size: 20px;
  }
}

.name-list .subtitle {
  width: 90%;
  margin: 0 auto;
}

.name-list .emp {
  display: inline-block;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  color: #FFF;
}

.name-list .emp:after {
  content: "";
  width: 102%;
  height: 8px;
  background-color: #FDAD2A;
  position: absolute;
  bottom: -1px;
  left: -1%;
  z-index: -1;
}

.name-list .info {
  background-color: #FECF7C;
  border: #FECF7C solid 5px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 24px;
  padding: 16px 23px;
  background-image: url(../images/template/quote.png);
  -webkit-background-size: 52px 38px;
  -o-background-size: 52px 38px;
  background-size: 52px 38px;
  background-position: 97% 94%;
  background-repeat: no-repeat;
  color: #272727;
}

.name-list .info p {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}

.name-list .info p strong {
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 480px) {
  .name-list .info p {
    font-size: 18px;
  }
}

.name-list .info .tips {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: #540B73;
  margin-top: 4px;
  background-color: transparent;
}

.name-list .main-content .title {
  margin-top: 70px;
  margin-bottom: 36px;
}

.name-list .main-content .title img {
  width: 90%;
  margin: 0 auto;
  max-width: 638px;
}

.name-list .main-content h3 {
  font-size: 23px;
  margin-bottom: 36px;
}

.name-list .main-content h3:after {
  width: 108px;
  margin-top: 15px;
}

.name-list .main-content .win-table-wrapper .table {
  display: table;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 16px;
  float: none;
  border: solid 3px #FBB63F;
  border-right: 2px solid #FBB63F;
  border-bottom: 2px solid #FBB63F;
  border-collapse: collapse;
  background-color: #FAD286;
  -webkit-box-shadow: rgba(84, 11, 115, 0.2) 0px 0px 15px;
  box-shadow: rgba(84, 11, 115, 0.2) 0px 0px 15px;
}

.name-list .main-content .win-table-wrapper .table .th {
  text-align: center;
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  background-color: #FBB63F;
  border-left: 1px solid #FBB63F;
  padding: 15px;
}

@media screen and (max-width: 480px) {
  .name-list .main-content .win-table-wrapper .table .th {
    font-size: 16px;
    padding: 10px;
  }
}

.name-list .main-content .win-table-wrapper .table .td {
  text-align: center;
  font-weight: normal;
  background-color: #FAD286;
  font-size: 15px;
  padding: 10px;
  border-right: 1px solid #FBB63F;
  border-bottom: 1px solid #FBB63F;
  vertical-align: top;
  color: #272727;
}

.name-list .main-content .win-table-wrapper .table .tr {
  font-size: 0;
}

.name-list .main-content .win-table-wrapper .table.col-2 .td {
  width: 50%;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .name-list .main-content .win-table-wrapper .table.col-2 .td {
    width: 100%;
  }
}

.name-list .main-content .win-table-wrapper .table.col-3 .td {
  width: 33.3333%;
  display: inline-block;
}

@media screen and (max-width: 680px) {
  .name-list .main-content .win-table-wrapper .table.col-3 .td {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .name-list .main-content .win-table-wrapper .table.col-3 .td {
    width: 100%;
  }
}

.name-list .main-content .win-table-wrapper .table.col-4 .td {
  width: 25%;
  display: inline-block;
}

@media screen and (max-width: 680px) {
  .name-list .main-content .win-table-wrapper .table.col-4 .td {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .name-list .main-content .win-table-wrapper .table.col-4 .td {
    width: 100%;
  }
}

.name-list .main-content .win-table-wrapper .table.col-5 .td {
  width: 20%;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .name-list .main-content .win-table-wrapper .table.col-5 .td {
    width: 25%;
  }
}

@media screen and (max-width: 910px) {
  .name-list .main-content .win-table-wrapper .table.col-5 .td {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .name-list .main-content .win-table-wrapper .table.col-5 .td {
    width: 100%;
  }
}

.name-list .notice {
  list-style-type: decimal;
  background-color: transparent;
  color: #EEE6D9;
  font-weight: normal;
  padding-top: 8px;
  padding-left: 20px;
  width: 90%;
  margin: 0 auto;
}

.name-list .notice li {
  margin-bottom: 8px;
  line-height: 1.2;
}

.name-list .notice a {
  color: #fff;
}

.name-list .banner {
  padding-top: 0 !important;
  background: none !important;
}

.name-list .banner .content {
  padding-top: 0 !important;
}
