.div-full
{
    display: table;
    table-layout: fixed;
    width:100%;
    margin-bottom:12px;
}

.div-menu
{
    display: table-cell;
    border:1px solid gray;
    text-align:center;
    vertical-align: middle;
    font-family:Microsoft YaHei;
    font-size:26px;
    font-weight:bold;
    color:#012D83;
    height:52px;
    background-color: #F2F2F2;
    cursor:pointer;
}

.menu-focus
{
    background-color:#007AAE;
    color:white;
}

.div-main
{
   width:100%;
   text-align:center;
}

.div-win-title
{
   font-family:Microsoft YaHei;
   height:40px;
   font-size:28px;
   padding-top:15px;
   background-color:#007AAE;
   color:White;
   padding-left:20px;
   padding-bottom:10px;
   margin-bottom:20px;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
   top:0;
}

.div-title
{
    margin-left:10px;
    text-align:left;
    font-family:Microsoft YaHei;
    font-size:26px;
    font-weight:bold;
    color:#101566;
}

.div-line
{
    margin:3px 0 3px 0;
    height: 2px;
    width:300px;
    background-color: #E7E7E7;
    background-image: linear-gradient(to right, #E7E7E7 , #FFFFFF);
}

.tdleft
{
    text-align : right;
    vertical-align: middle;
    font-family:Microsoft YaHei;
    font-size:22px;
    width:160px;
    padding-left:-20px;
    padding-right:10px;
}

.tdright
{
    text-align : left;
    vertical-align: middle;
    font-family:Microsoft YaHei;
    font-size:22px;
}

.tbl-body
{
    border:0;
    border-spacing:0;
    border-collapse:collapse;
    line-height:42px;
    width:90%;
    margin:auto;
}

 .tbl-body tr:nth-child(odd)
 {
    background-color:#E7E7E7;
 }

 .tbl-body tr:nth-child(even)
 {
    background-color:  #F8F8F8;
 }

.tbl-win
{
    border:1px;
    border-collapse:collapse;
    font-family:Microsoft YaHei;
    font-size:22px;
    line-height:40px;
    width:95%;
}

.td-with-bottomline
{
    text-align : left;
    vertical-align: middle;
    font-family:Microsoft YaHei;
    font-size:22px;
    border-bottom:1px solid #E7E7E7;
}

 .tab-bottomline
{
    border:1px;
    border-collapse:collapse;
    font-family:Microsoft YaHei;
    font-size:22px;
    line-height:42px;
    width:90%;
    margin:auto;
}

 .tab-bottomline tr
{
     border-bottom:1px solid #E7E7E7;
}

.div-link
{
  display: table-cell;
  text-align:center;
  vertical-align: middle;
  font-family:Microsoft YaHei;
  font-size:22px;
  color:#012D83;
  height:50px;
}

.div-button
{
    text-align:center;
    line-height: 36px;
    width:120px;
    height:40px;
    font-family:Microsoft YaHei;
    font-size:22px;
    border:1px solid #101566;
    border-radius:20px;
    color:#101566;
    background-color: #F2F2F2;
    cursor:pointer;
    margin:auto;
}

.div-right-button
{
    text-align:center;
    line-height: 50px;
    width:120px;
    height:50px;
    font-family:Microsoft YaHei;
    font-size:22px;
    font-weight: bold;
    border: 4px solid #ccc;
    border-radius:10px;
    color:Gray;
    background-color: #F2F2F2;
    cursor:pointer;
    margin:auto;
}

.div-footer
{
   position:absolute;
   bottom:20px;
   width:100%;
   height:80px;
   text-align:center;
}


.modal
{
  height: 760px;
  width: 80%;
  margin: auto;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.9);
  position: absolute;
  background-color:White;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .4s, box-shadow .3s .4s;
  border-radius: 15px;
}

.modal.hidden
{
  box-shadow: none;
  transition: .4s, box-shadow 0s;
  visibility: hidden;
}

.authcode
{
    width: 50%;
    height: 50px;
    outline-style: none ;
    border: 4px solid #ccc;
    border-radius: 10px;
    color: Gray;
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.seqcode
{
    width: 100%;
    height: 50px;
    outline-style: none ;
    border: 4px solid #ccc;
    border-radius: 10px;
    color: Gray;
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.div-table
{
    display: table;
    table-layout: fixed;
    width:100%;
    margin-bottom:12px;
}

.div-cell
{
    display: table-cell;
    border:0;
    text-align:center;
    vertical-align: middle;
    height:52px;
}

.authmodal
{
  height: 600px;
  width: 70%;
  margin: auto;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.9);
  position: absolute;
  background-color:White;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .4s, box-shadow .3s .4s;
  border-radius: 15px;
}

.authmodal.hidden
{
  box-shadow: none;
  transition: .4s, box-shadow 0s;
  visibility: hidden;
}


ul li
{
    border: 0;
    list-style-type:disc;
    margin: 0 15px;
    float:left;
    font-size:36px;
    color:White;
}

.container {
    width: 500px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.parent {
    width: 100%;
    height: 42px;
    top: 4px;
    position: relative;
}

.parent>input:first-of-type {
    width: 380px;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 16px;
    outline: none;
}

.parent>input:first-of-type:focus {
    border: 1px solid #317ef3;
    padding-left: 10px;
}

.parent>input:last-of-type {
    width: 100px;
    height: 44px;
    position: absolute;
    background: #317ef3;
    border: 1px solid #317ef3;
    color: #fff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

.divc{
    border:1px solid white;
    text-align:left;
    line-height:40px;
    margin:0 auto;
}
