* {
  margin: 0;
  padding: 0;
  box-sizing:border-box;
  color: #3f3f3f;
}
body{background-color: #fdfcf8;}
/* container整体内容布局 */
.container{
width: 1230px;
/* height: 7000px; */
margin: 0 auto;
display: grid;
grid-template-rows: 150px 80px auto 10px ;
}
/* header区域设置 */
.header{
display: grid;
grid-template-columns: 190px 320px 455px auto;
margin-right: 10px;
/* background-color: aquamarine; */
}
.header img{
height: 130px;
margin-left: 20px;
margin-top: 15px;
/* background-color: red; */
}
.wym5{
margin-top: 10px;
padding-right: 20px;
text-align: center;
 line-height: 150px;
 color: #d54053;
 font-family: '微软雅黑';
 font-weight: bold;
 font-size: 65px;
 letter-spacing:3px;
/* background-color: blue; */
}
.header div{
  display: grid;
  grid-template-rows: 1fr 1f;
  /* background-color: blueviolet; */
}
.header div span:nth-of-type(1){
  line-height: 75px;
  font-size: 33px;
  font-family: '微软雅黑';
  font-weight: bold;
  color: #3f3f3f;
  text-align: left;
  /* height: 75px; */
  /* background-color: #d54053; */
  margin-top: 10px;
  letter-spacing:3px; 
}
.header div span:nth-of-type(2){
  /* background-color: aqua; */
  /* line-height: 75px; */
  font-size: 33px;
  font-family: '微软雅黑';
  font-weight: bold;
  color: #3f3f3f;
  letter-spacing:3px; 
  padding-bottom: 40px;
}
.sz88{
  /* background-color: blueviolet; */
  color: #d54053;
  font-family: '微软雅黑';
  font-weight: bold;
  font-size: 50px;
  letter-spacing:3px; 
  margin-right: 50px;
}   
/* nav区域设置 */
.nav{
background-color: #d54053;
width: 1230px;
border-radius: 4px;
padding-left: 80px;
padding-right: 80px;
display: grid;
grid-template-columns: repeat(5,1fr);
box-shadow: 2px 3px 1px rgb(223, 219, 219);
}
.nav a{
  box-sizing:border-box;
  /* border: solid; */
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  color: white;
  text-decoration: none;
  font-family: '微软雅黑';
  font-weight: bold;
  border-radius: 3px;
  letter-spacing:2px;
}
.nav a:hover{
  background-color: #3f3f3f;

}
.nav a:active{
  position: relative;
  left: 1px;
  top: 1px;
}
/* main区域设置 */
.main{
box-sizing: border-box;
width: 1230px;
margin-top: 25px;
display: grid;
grid-template-columns: 78fr 22fr;    
}
.content{
  /* height: 5900px; */
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items:center;
  padding-right: 20px;
  /* padding-left: 20px;
  padding-right: 20px; */
}

/* 理财表格设置 */
/* table设置 */
.ta{
  border-collapse: collapse;
  width: 930px;
  font-size: 15px;
  box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.2);
  border-top: solid 0.1px #cbc9c9;
  border-left: solid 0.1px #cbc9c9;
  text-align: center;
  
}
/* th设置 */
.thh{
  height: 55px;
font-size: 13px;
  color: white;
  background-color: #de0d1e;
  
  /* background-color: red;
  color: yellow; */
}
/* td设置 */
.tdd{
  height: 45px;
  font-size: 13px;
  
}
/* table 模版设置------------------ */
  .content>div{
    /* border: solid; */
    /* margin-top: 20px; */
    margin-bottom: 30px;;
    width: 930px;
/*    height: 350px;*/
    font-size: 15px;
    border-radius: 5px 5px;
    
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.2);
    border-top: solid 0.1px #cbc9c9;
    border-left: solid 0.1px #cbc9c9;
    display: grid;
    grid-template-columns: 250px 120px 150px 150px 260px;
    grid-template-rows: repeat(9,1fr);
    letter-spacing: 1px;
  }
  .content>div>div{
    border-bottom:solid 0.1px #cbc9c9;
    border-right:solid 0.1px #cbc9c9;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    color: #3f3f3f;
  }
  /* 券商左上角 */
  .content>div div:nth-child(1){
    grid-area: 1/1/6/2;
  }
      /* 左上角-左侧万1免五 */
    .content>div>div>div:nth-child(1){
      float: left;
      width: 40px;
      height: 100%;
      line-height: 40px;
      padding-top: 15px;
      text-align: center;
      /* line-height: 155px; */
      border-right: solid 0.1px #cbc9c9;
      color: #e95366;
      font-size: 18px;
      letter-spacing: 10px;
      font-weight: bold;
      padding-left: 8px;
    }
      /* 左上角-上侧序号 */
    .content>div>div>div:nth-child(2){
      float: left;
      width: 209px;
      height: 20%;
      border-bottom: solid 0.1px #cbc9c9;
      color: #e95366;
      font-size: 20px;
      letter-spacing: 3px;
      font-weight: bold;
    }
      /* 左上角-券商名 */
    .content>div>div>div:nth-child(3){
      float: left;
      width: 80%;
      height: 80%;
      line-height: 155px;
      color: #e95366;
      font-size: 75PX;
      font-family: '微软雅黑';
      font-weight: bolder;
      letter-spacing: 5px;
    }
    /* 券商右上角-右下角-左下角 */
    .content>div>div:nth-child(4){
      grid-area: 1/5/2/6;
      border-top-right-radius: 5px;
    }
    
    .content>div>div:nth-child(5){
      grid-area: 9/5/10/6;
      border-bottom-right-radius: 5px;
    }

    .content>div>div:nth-child(6){
      grid-area: 9/1/10/2;
      border-bottom-left-radius: 5px;
    }
    

    
/* -------------------GJ设置------------------- */
/* -------------------GJ设置------------------- */
/* GJ big table设置 */
    .content>div:nth-child(2){
      /* border: solid; */
      width: 930px;
      height: 550px;
      font-size: 15px;
      border-radius: 5px 5px;
      box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.2);
      border-top: solid 0.1px #cbc9c9;
      border-left: solid 0.1px #cbc9c9;
      display: grid;
      grid-template-rows: repeat(13,1fr);
      /* box-shadow: inset 0px 0px 10px rgba(225, 4, 22, 0.8); */
    /* margin-top: 30px; */
    }

    
  /* 券商左上角 */
  .content>div:nth-child(2)>div:nth-child(1){
    grid-area: 1/1/6/2;
  }
      /* 左上角-左侧全网最优最省 */
      .content>div:nth-child(2)>div:nth-child(1)>div:nth-child(1){
      float: left;
      width: 40px;
      height: 100%;
      line-height: 28px;
      color: #e24559;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
    }
      /* 左上角-强烈推荐*/
      .content>div:nth-child(2)>div:nth-child(1)>div:nth-child(2){
      float: left;
      width: 209px;
      height: 20%;
      color: #e24559;
      font-size: 20px;
      letter-spacing: 3px;
      font-weight: bold;
    }
      /* 左上角-券商名 */
      .content>div:nth-child(2)>div:nth-child(1)>div:nth-child(3){
      float: left;
      width: 209px;
      height: 80%;
      line-height: 154px;
      color: #e24559;
      font-size: 80PX;
      font-family: '微软雅黑';
      font-weight: bolder;
      letter-spacing: 6px;
    }

    /* GJ右下角-左路下角 radius */
    .content>div:nth-child(2)>div:nth-child(5){
      grid-area: 13/5/14/6;
      border-bottom-right-radius: 5px;
    }
    .content>div:nth-child(2)>div:nth-child(6){
      grid-area: 13/1/14/2;
      border-bottom-left-radius: 5px;
    }
  /* GJ融资与融券 */
  .content>div:nth-child(2)>div:nth-child(7){
    /* 两融可便捷开通 */
    grid-area: 9/2/10/5;
    color: #e24559;
    font-size: 18px;
  }
  .content>div:nth-child(2)>div:nth-child(8){
    /* 融资*/
    grid-area: 10/2/12/3;
    color: #e24559;
    font-weight: bold; 
    font-size: 30px;
    line-height: 84px;
    text-align: center;
  }
  .content>div:nth-child(2)>div:nth-child(9){
    /* 融券 */
    grid-area: 12/2/14/3;
    color: #e24559;
    font-weight: bold; 
    font-size: 30px;
    line-height: 84px;
    text-align: center;
  }
  .content>div:nth-child(2)>div:nth-child(10){
    /*		5%*/
    grid-area: 10/3/12/4;
    color: #e24559;
    font-weight: bold; 
    font-size: 50px;
    line-height: 84px;
  }
  .content>div:nth-child(2)>div:nth-child(11){
    /* 2.99% */
    grid-area: 12/3/14/4;
    color: #e24559;
    font-weight: bold; 
    font-size: 30px;
    line-height: 84px;
  }
  .content>div:nth-child(2)>div:nth-child(12){
    /* 量大可谈 */
    grid-area: 10/4/12/5;
    color: #e24559;
    font-weight: bold; 
    font-size: 25px;
    line-height: 84px;
  }
  .content>div:nth-child(2)>div:nth-child(13){
    /* 量大可谈 */
    grid-area: 12/4/14/5;
    color: #e24559;
    font-weight: bold; 
    font-size: 25px;
    line-height: 84px;
  }
  

  #zh{
    font-size: 17px;
    letter-spacing: 1.5px;
    /* width: 959px; */
    height: 258px;
    /* box-shadow: inset 0px 0px 10px rgba(171, 167, 167, 0.8),
    2px 2px 2px rgba(0, 0, 0, 0.2); */
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: repeat(5,1fr);
  }
  #zh>sapn{
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-top: solid 0.1px #cbc9c9;
    border-left: solid 0.1px #cbc9c9;
    font-weight: bold;
  }

/* ------------------右侧边栏 -------------------*/
/* ------------------右侧边栏 -------------------*/
.aside-r{
  /* background-color: rgb(187, 186, 187); */
  border-radius: 5px 5px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* height: 2740px; */
}
.aside-r>div{
  /* border: solid 1px #cbc9c9;
  text-align: center; */
  margin-bottom: 50px;
}
.wz{
  border-bottom:solid 0.1px #cbc9c9;
  border-top:solid 0.1px #cbc9c9;
  border-right:solid 0.1px #cbc9c9;
  border-left:solid 2px #e24559;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  height: 45px;
  line-height: 45px;
  color: #e24559;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
  text-align: left;
  padding-left: 12px;

}
.dh{
  border-bottom:solid 0.1px #cbc9c9;
  border-right:solid 0.1px #cbc9c9;
  border-left:solid 2px green;
  /* border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px; */
  height: 45px;
  line-height: 45px;
  color: #e24559;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
  text-align: left;
  padding-left: 12px;
}
.lh{
  border-bottom:solid 0.1px #cbc9c9;
  border-right:solid 0.1px #cbc9c9;
  border-left:solid 2px green;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  height: 110px;
  /* line-height: 50px; */
  color: #e24559;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
  text-align: left;
  padding-left: 12px;
  /* margin-bottom: 11px; */
}
.gzh-title{
  border-bottom:solid 0.1px #cbc9c9;
  border-top:solid 0.1px #cbc9c9;
  border-right:solid 0.1px #cbc9c9;
  border-left:solid 2px #e24559;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  height: 50px;
  line-height: 50px;
  color: #e24559;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
  text-align: center;
  /* padding-left: 12px; */
}
.gzh-content{
  border-bottom:solid 0.1px #cbc9c9;
  border-right:solid 0.1px #cbc9c9;
  border-left:solid 2px green;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  height: 200px;
  line-height: 50px;
  color: #e24559;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
  text-align: center;
  padding-left: 12px;

}
.question-top{
  border-top:solid 0.1px #cbc9c9;
  /* border-bottom:solid 0.1px #cbc9c9; */
  border-left:solid 2px #e24559;
  border-right:solid 2px #e24559;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  height: 50px;
  line-height: 50px;
  color: #e24559;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
  text-align: center;
}
.question{
  border-top:solid 0.1px #cbc9c9;
  border-bottom:solid 0.1px #cbc9c9;
  border-left:solid 2px #e24559;
  border-right:solid 0.1px #cbc9c9;
  height: 50px;
  line-height: 50px;
  color:blueviolet;
  font-size: 17px;
  /* font-weight: bolder; */
  letter-spacing: 2px;
  text-align: left;
  padding-left: 10px;
}
.answer{
  /* border-bottom:solid 0.1px #cbc9c9; */
  border-right:solid 0.1px #cbc9c9;
  border-left:solid 2px green;
  /* border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px; */
  /* height: 200px; */
  line-height: 40px;
  color: #181818;
  font-size: 17px;
  /* font-weight: bolder; */
  letter-spacing: 2px;
  text-align: left;
  padding-left: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.answer-bottom{
  border-bottom:solid 0.1px #cbc9c9;
  border-right:solid 0.1px #cbc9c9;
  border-left:solid 2px green;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  line-height: 50px;
  color: #181818;
  font-size: 16px;
  /* font-weight: bolder; */
  letter-spacing: 2px;
  text-align: left;
  padding-left: 12px;
}
.footer{
  display: block;
  /* background-color: #d54053; */
  color: #736b6b;
  width: 1230px;
  height: 50px;;
  text-align: left;
  line-height: 60px;
  border-radius: 4px;
  padding-left: 80px;
  padding-right: 80px;
  /* margin-bottom: 200px; */
 

}