* {
    margin : 0;
    padding: 0;
  }
  
  ul {
    list-style: none;
    padding   : 0;
    margin    : 0;
    font-size : 0;
  }
  
  li {
    padding  : 0;
    margin   : 0;
    font-size: 16px;
  }
  
  .page {
    width           : 100%;
    background: url(../images/index/bg.png);
    background-repeat:repeat-y;
  }
  
  .weizhi_c {
    width      : 1200px;
    height     : 60px;
    margin     : 0 auto;
    display    : flex;
    align-items: center;
    font-size  : 14px;
    color: #ffffff;
  }
  
  .weizhi_c .iconfont {
    width : 15px;
    height: 19.5px;
  }
  
  .weizhi_c .weizhi_n {
    color: #007AFF;
  }
  
  a {
    text-decoration: none;
  }
  
  .main {
    width           : 100%;
  }
  
  .main .content {
    width              : 800px;
    /*height             : 1020px;*/ 
    padding            : 68px 200px;
    margin             : 0 auto;
    margin-bottom      : 20px;
    background-color   : #ffffff;
    position           : relative;
    left               : 0;
    top                : 0;
    text-align         : center;
    background-color:  #0A1F4F;
  }
  
  .content-title {
    font-size: 20px;
    color: rgba(255,255,255,1);
  }
  
  .subTitle {
    text-align: right;
    font-size : 16px;
  }
  
  .subTitle a {
    color: rgba(13, 142, 255, 1) !important;
  }
  
  .fromBox,
  .fromBox2 {
    width     : 700px;
    height    : 605px;
    border    : 1px solid #3C557C;
    margin-top: 11px;
    padding   : 0 50px;
    display   : none;
  }
  
  .from_phone {
    margin-top     : 91px;
    /* margin-left : 150px; */
    justify-content: center;
    text-align     : left;
    display        : flex;
    align-items    : center;
  }
  
  .from_phone span:nth-child(1) {
    color: red;
  
  }
  
  .from_phone p:nth-child(2) {
    color      : rgba(0, 0, 0, 1);
    font-size  : 16px;
    font-weight: 400;
    text-align : left;
    width      : 64px;
    margin-left: 10px;
  }
  
  .from_phone input {
    width       : 320px;
    height      : 48px;
    border      : 1px solid rgba(234, 234, 234, 1);
    padding-left: 10px;
    margin-left : 60px;
    outline     : none;
  }
  
  .btnLogin {
    width        : 332px !important;
    height       : 48px;
    opacity      : 1;
    border       : 1px solid rgba(0, 122, 255, 1);
    background   : rgba(3, 140, 212, 1);
    color        : rgba(255, 255, 255, 1);
    font-size    : 16px;
    font-weight  : 400;
    margin-left  : 140px;
    margin-top   : 40px;
    margin-bottom: 60px;
  
  }
  
  .changeLogin,
  .changeLogin2 {
    padding-top: 45px;
    border-top : 1px solid rgba(234, 234, 234, 1);
  }
  
  .changeLogin div,
  .changeLogin2 div {
    color: rgba(145, 145, 145, 1);
  }
  
  .changeLogin div:nth-child(1),
  .changeLogin2 div:nth-child(1) {
    margin-bottom: 20px;
  }
  
  .changeLogin div:nth-child(3),
  .changeLogin2 div:nth-child(3) {
    margin-top: 20px;
    font-size : 14px;
  }
  
  .changeLogin img,
  .changeLogin2 img {
    width        : 88px;
    height       : 88px;
    border-radius: 50%;
  }
  
  .active-1 {
    display: block;
  }
  
  .code {
    position: absolute;
    right   : 130px;
    color   : rgba(13, 142, 255, 1);
  }
  
  /* new */
  table.tftable,
  table.table-count {
    font-size         : 12px;
    color             : #333333;
    width             : 100%;
    /* border-width   : 1px; */
    border-collapse   : collapse;
  }
  
  
  table thead td {
    font-weight     : 400;
    font-style      : normal;
    font-size       : 12px;
    border          : 1px solid #ffffff;
    text-align      : center;
    background-color: #0D8EFF;
    color           : white;
    height          : 30px;
  }
  
  table thead td:nth-child(1),
  table tbody tr td:nth-child(1) {
    color           : rgba(3, 140, 212, 1);
    font-size       : 16px;
    font-weight     : 400;
    width           : 20%;
    text-align      : left;
    /* border-radius: 6px 0 0 6px; */
  }
  
  table thead td:nth-child(2),
  table tbody tr td:nth-child(2) {
    text-align      : left;
    color           : #ffffff;
    font-size       : 16px;
    font-weight     : 500;
    /* border-radius: 0 6px 6px 0; */
  }
  
  table.tftable th,
  table.tftable td {
    font-weight : 400;
    font-style  : normal;
    font-size   : 12px;
    border-width: 1px;
    padding     : 15px 30px;
    border-style: solid;
    border-color: #3C557C;
    text-align  : left;
    text-align  : center;
  }
  
  .tftable {
    /* margin-left  : 1%; */
    margin-bottom: 10px;
    margin-top   : 10px;
  }
  
  
  
  table.tftable tr:hover {
    /* background: #C3ECFF; */
    /* border: 1px solid rgba(13, 142, 255, 1); */
  }
  
  .tftable>thead>tr:hover {
    background: white;
  }
  
  table tbody tr{
    background-color: #1C315E;
  }
  
  table tbody tr td:nth-child(4) {
    color : rgba(0, 122, 255, 1);
    cursor: pointer;
  }
  
  .contentBottom {
    text-align: left;
  }
  
  .contentBottom div:nth-child(1) {
    padding    : 10px 23px;
    color      : #02BDFF;
    font-size  : 16px;
    font-weight: 400;
    background : #2F456E;
  }
  
  .contentBottom div:nth-child(2) {
    height: 228px;
    padding    : 10px 23px;
    color      :  rgba(255,255,255,0.6);
    font-size  : 16px;
    font-weight: 400;
  }
  .bottom_a{
    border: 1px solid #3C557C;
    position: relative;
  }
  .bottom div:nth-child(1){
    text-align: center;
    line-height: 48px;
    width: 120px;
    height: 48px;
    opacity: 1;
    background: rgba(3,140,212,1);
    margin-top: 20px;
    color: #ffffff;
  }
  .bottom input{
    width: 800px;
    height: 165px;
    opacity: 1;
    border: 1px solid rgba(1, 1, 1, 0.16);
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.6);    
    padding-left: 10px;
  }
  .bottom .send{
    position: absolute;
    top: 118px;
    right:-2px;
    width: 120px;
    height: 48px;
    background-color: #038CD4;
    border: none;
    color: #ffffff;font-size: 16px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
  }
  .showed{
    position: relative;
    display: none;
  }
  .lianxi{
    cursor: pointer;
  }