.container {
  position: relative;
  height: 80vh;
}

.container .bg {
  background-image: url("https://www.pragunnadvertiser.com/img/enroll-bg.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 50%;
  margin-right: 9.125rem
}

.container .bg1 {
  background-image: url("https://www.pragunnadvertiser.com/img/enroll-bg2.png");
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 50%;
  margin-right: 37.125rem;
}

.container .bg2 {
  background-image: url("https://www.pragunnadvertiser.com/img/enroll-bg3.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 50%;
  margin-right: -69.125rem;
}

.container .W1000{
  position: relative;
}

.container.letter .bb{
  margin-top: 5rem;
  margin-left: 12rem;
}

.container .bb{
  margin-top: 5rem;
  margin-left: 30rem;
}

.container .title{
  font-size: 2.6rem;
  font-weight: 600;
  color: #293e91;
  margin-bottom: 3rem;
}

.container .form{
  width: 26rem;
}

.container .form .form-item{
  width: 100%;
  margin-bottom: 2.4rem;
}

.container .form .form-item .form-label{
  font-size: 1rem;
  color: #999;
}

.container .form .form-item input{
  width: 100%;
  border: none;
  border-bottom: 1px #999 solid;
  outline: none;
  line-height: 2rem;
}


.container .form .btn{
  background: #293e91;
  color: #fff;
  border-radius: 30rem;
  padding: 0.5rem 5rem;
}

.footer {
  text-align: center;
  padding: 1rem 0;
  background: #333;
  color:#FFF;
}

.table-wrapper{
  padding: 2rem;
}

.table-result {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: #3c3c3c
}

.table-result td {
  background: #f6f6f6;
  line-height: 2.3rem
}

.table-result thead td {
  border-top: 3px solid #293e91;
  font-weight: 600;
  font-size: 1.2rem
}

.table-result tbody tr:nth-child(odd) td{
  background: #fff4d6
}

.table-wrapper{
  width: 923px;
  height: 458px;
  padding: 52px 48px;
  box-sizing: border-box;
  background: url("https://www.pragunnadvertiser.com/img/letter_bg.png") no-repeat;
  position: relative;
}
.table-wrapper .close{
  position: absolute;
  top: -15px;
  right: -15px;
}
.table-wrapper .title{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.table-wrapper .welcome{
  text-align: center;
  color: #460600;
  font-size: 24px;
}
.table-wrapper .welcome .td-name,.table-wrapper .welcome .td-major{
  font-weight: 600;
  font-size: 30px;
}
.table-wrapper .tip{
  text-align: center;
  color: #999;
  font-size: 16px;
  margin: 10px 0;
}
