.container .main-top {
  width: 1300px;
  margin: 0 auto;
}
.container .main-top h2 {
  font-size: 26px;
  
  font-weight: bold;
  color: #0a61af;
  margin: 48px 0 10px;
}
.container .main-top .statistics {
  display: flex;
  justify-content: space-between;
}
.container .main-top .statistics .statistics-left {
  width: 100%;
}
.container .main-top .statistics .statistics-left .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.container .main-top .statistics .statistics-left .top p {
  font-size: 20px;
  
  font-weight: 400;
  color: #333333;
}
.container .main-top .statistics .statistics-left .top div {
  display: flex;
  align-items: center;
  width: 35%;
  min-width: 320px;
}
.container .main-top .statistics .statistics-left .top div p {
  font-size: 16px;
  
  font-weight: 400;
  color: #666666;
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.container .main-top .statistics .statistics-left .top div img {
  margin-right: 10px;
  width:20px;
}
.container .main-top .statistics .statistics-left .top div .span-color {
  color: #0a61af;
}
.container .main-top .statistics .statistics-left .center {
  width: 100%;
  margin-bottom: 40px;
}
.container .main-top .statistics .statistics-left .center table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.container .main-top .statistics .statistics-left .center table tr {
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 400;
  color: #535353;
}
.container .main-top .statistics .statistics-left .center table th {
  width: 100px;
  background: #f5f5f5;
  font-size: 16px;
  
  font-weight: 400;
  color: #333333;
}
.container .main-top .statistics .statistics-left .center table .td-span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .main-top .statistics .statistics-left .center table .td-span span {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background: #f7f7f7;
  border-radius: 50%;
  margin: 0 10px;
  color: #666666;
  font-weight: 600;
}
.container .main-top .statistics .statistics-left .center table .td-span :nth-child(2) {
  color: #333333;
}
.container .main-top .statistics .statistics-left .center table .td-red a {
  color: #0a61af;
}
.container .main-top .statistics .statistics-left .center table .td-blue {
  color: #0a61af;
}
.container .main-top .statistics .statistics-rigth {
  margin-left: 40px;
}
.container .main-top .statistics .statistics-rigth .image {
    margin-top: 45px;
    width: 100%;
    max-width: 300px;
    height: 300px;
    border: 1px dashed #E5E5E5;
    padding: 20px;
    position:relative;
}
.container .main-top .statistics .statistics-rigth .image .big{
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 30px;
}
.container .main-top .statistics .statistics-rigth .image .show{
    width: 100%;
    height: 100%;
    display: block;
}

.container .main-top .statistics .statistics-rigth .image .showbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    cursor: move;
    width: 150px;
    height: 150px;
    background-color: lightblue;
    display: none;
}
.container .main-top .statistics .statistics-rigth .image .showlarge {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: -320px;
    width: 300px;
    height: 300px;
    border: 1px solid #f5f5f5;
    display: none;
}
.container .main-top .statistics .statistics-rigth .image .showlarge img{
    width: 600px;
    height: 600px;
    position:absolute;
}
.container .main-top .statistics .statistics-rigth .image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.container .main-top .statistics .statistics-rigth .images{
    margin: 10px auto;
}
.container .main-top .statistics .statistics-rigth .images img{
    object-fit: cover;
    padding: 10px;
    margin: 0 5px;
    width: 85px;
    height: 80px;
    border: 1px solid #E5E5E5;
}
/*.container .main-top .statistics .statistics-rigth div img {*/
/*  width: 68px;*/
/*  height: 60px;*/
/*}*/
.container .main-top .statistics .statistics-rigth div .img-boder {
  border: 1px solid #0a61af;
}
.container .main-center {
  width: 1300px;
  margin: 0 auto;
}
.container .main-center .top {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.container .main-center .top bottom {
  width: 124px;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
  background: #f5f5f5;
  border-radius: 6px 6px 0px 0px;
  font-size: 17px;
  
  font-weight: 400;
  display: inline-block;
  color: #666666;
}
.container .main-center .top .bottom-color {
  background-color: #0a61af;
  color: #ffffff;
}
.container .main-center .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.container .main-center .content .left {
  /* width: 100%; */
}
.container .main-center .content .left .overview h3 {
  font-size: 20px;
  
  font-weight: 400;
  color: #ffffff;
  padding-left: 18px;
  line-height: 50px;
  background: linear-gradient(0deg, #0a61af, #0a6faf);
}
.container .main-center .content .left .overview h6 {
  font-size: 22px;
  
  font-weight: bold;
  color: #333333;
  margin: 28px 0;
}
.container .main-center .content .left .overview div {
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333333;
}
.container .main-center .content .left .overview div span {
  width: 150px;
  font-size: 16px;
  color: #666666;
  display: block;
}
.container .main-center .content .left .overview div p {
  width: 100%;
}
.container .main-center .content .left .performance {
  margin-bottom: 30px;
  font-size: 16px;
}
.container .main-center .content .left .performance h3 {
  margin: 40px 0 0;
  line-height: 54px;
  color: white;
  padding-left: 20px;
  background: linear-gradient(0deg, #0a61af, #0a6faf);
  font-size: 20px;
  
  font-weight: 400;
  color: #ffffff;
}
.container .main-center .content .left .performance h6 {
  font-size: 20px;
  
  font-weight: bold;
  color: #535353;
  margin: 24px 0 20px;
}
.container .main-center .content .left .performance .component {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.container .main-center .content .left .performance .component tr {
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  
  font-weight: 400;
  color: #535353;
}
.container .main-center .content .left .performance .component tr :nth-child(2) {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.container .main-center .content .left .performance .component th {
  width: 100px;
  background: #f5f5f5;
  font-size: 16px;
  
  font-weight: 400;
  color: #333333;
}
.container .main-center .content .left .performance p {
  font-size: 16px;
  
  font-weight: 400;
  color: #535353;
  line-height: 26px;
}
.container .main-center .content .left .performance .file {
  display: flex;
  width: 420px;
  border: 2px solid #0a6faf;
  padding: 26px;
}
.container .main-center .content .left .performance .file img {
    height: 100%;
  margin-right: 20px;
}
.container .main-center .content .left .performance .save {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.container .main-center .content .left .performance .save tr,
.container .main-center .content .left .performance .save td,
.container .main-center .content .left .performance .save th {
  border: 1px solid #eeeeee;
  line-height: 40px;
  font-size: 16px;
  
  font-weight: 400;
  color: #535353;
}
.container .main-center .content .left .performance .save .save-1 {
  width: 250px;
  background-color: #f5f5f5;
}
.container .main-center .content .left .correlation {
  margin-bottom: 30px;
}
.container .main-center .content .left .correlation h3 {
  margin: 40px 0 0;
  line-height: 54px;
  color: white;
  padding-left: 20px;
  background: linear-gradient(0deg, #0a61af, #0a6faf);
  font-size: 20px;
  
  font-weight: 400;
  color: #ffffff;
}
.container .main-center .content .left .correlation h6 {
  font-size: 20px;
  
  font-weight: bold;
  color: #535353;
  margin: 24px 0 20px;
}
.container .main-center .content .left .correlation p {
  font-size: 16px;
  
  font-weight: 400;
  color: #535353;
  line-height: 26px;
}
.container .main-center .content .left .correlation table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.container .main-center .content .left .correlation table tr,
.container .main-center .content .left .correlation table td,
.container .main-center .content .left .correlation table th {
  width: 100px;
  border: 1px solid #eeeeee;
  line-height: 40px;
  font-size: 16px;
  
  font-weight: 400;
  color: #535353;
}
.container .main-center .content .left .correlation table th {
  background-color: #f3f3f3;
}
.container .main-center .content .left .tool {
  margin-bottom: 30px;
}
.container .main-center .content .left .tool h3 {
  margin: 40px 0 0;
  line-height: 54px;
  color: white;
  padding-left: 20px;
  background: linear-gradient(0deg, #0a61af, #0a6faf);
  font-size: 20px;
  
  font-weight: 400;
  color: #ffffff;
}
.container .main-center .content .left .tool h6 {
  font-size: 20px;
  
  font-weight: bold;
  color: #535353;
  margin: 20px 0 18px;
}
.container .main-center .content .left .tool p {
  font-size: 16px;
  
  font-weight: 400;
  color: #535353;
  line-height: 28px;
}
.container .main-center .content .left .reference {
  margin-bottom: 30px;
}
.container .main-center .content .left .reference h3 {
  margin: 40px 0 0;
  line-height: 54px;
  color: white;
  padding-left: 20px;
  background: linear-gradient(0deg, #0a61af, #0a6faf);
  font-size: 20px;
  
  font-weight: 400;
  color: #ffffff;
}
.container .main-center .content .left .reference p {
  margin: 16px 0;
  font-size: 16px;
  
  font-weight: 400;
  color: #535353;
  line-height: 34px;
}
.container .main-center .content .left .reference .p-downshift a{
    font-size: 16px;
    font-weight: 400;
    color: #0a61af;
    line-height: 34px;
}
.container .main-center .content .left .reference .p-downshift:hover a{
  text-decoration: underline;
}
.container .main-center .content .left .reference .botton {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .main-center .content .left .reference .botton .botton-1 {
  margin-right: 0;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #0a61af;
  cursor: pointer;
  
}
.container .main-center .content .left .reference .botton .botton-1 a{
  font-size: 16px;
  font-weight: 400;
  color: #0a61af;
  display: inline-block;
  width: 100%;
  position: relative;
}
.container .main-center .content .left .reference .botton .botton-1 a:after{
    content: '>';
    position: absolute;
    right: 10px;
}
.container .main-center .content .rigth {
  margin-left: 40px;
  width: 300px;
  height: 1350px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.container .main-center .content .rigth h3 {
  font-size: 20px;
  
  font-weight: 400;
  color: #333333;
  line-height: 50px;
  background: #f3f3f3;
  text-align: center;
}
.container .main-center .content .rigth .teacher {
  padding: 20px;
  border-bottom: 1px solid #eee;
  line-height: 28px;
}
.container .main-center .content .rigth .teacher p {
  font-size: 16px;
  
  font-weight: 400;
  color: #666666;
}
.container .main-center .content .rigth .teacher h6 {
  font-size: 16px;
  
  font-weight: 400;
  color: #333333;
}
.container .main-center .content .rigth .teacher :nth-child(2) {
  margin: 10px 0;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
}
.container .main-center .content .rigth .more {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  
  font-weight: 400;
  color: #535353;
  line-height: 10px;
  padding: 20px;
}
.container .main-botton {
  width: 1300px;
  margin: 0 auto;
}
.container .main-botton .mainB0tton {
  margin-bottom: 50px;
}

.mainB0tton a:hover {
    border-color: var(--color1);
    color: var(--color1);
    transition: all .3s;
}
.container .main-botton .mainB0tton h4 {
  font-size: 24px;
  
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.container .main-botton .mainB0tton ul {
  list-style: none;
  display: flex;
  justify-content: start;
}
.container .main-botton .mainB0tton ul li {
  width: 224px;
  background: #ffffff;
  padding: 10px 20px 10px 18px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-right: 20px;
}