.g-main {
  color: #333333;
}

.g-main a {
  outline: none;
  border: none;
  text-decoration: none;
  color: #333333;
}

.g-main .title {
  width: 100%;
  height: 80px;
  line-height: 80px;
}

.g-main .title .green {
  color: #29B078;
}

.g-main .menu {
  display: flex;
  align-items: center;
  min-height: 60px;
  font-size: 14px;
  line-height: 24px;
  border-top: #D0D6D9 solid 1px;
  border-bottom: #D0D6D9 solid 1px;
  white-space: nowrap;
}

.g-main .menu .gray {
  margin-right: 10px;
  color: #999999;
}

.g-main .menu-choose {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.g-main .menu-choose div {
  padding: 0 4px;
  margin-right: 20px;
}

.g-main .menu-choose div:hover {
  color: #ffffff;
  background: #29B078;
}

.g-main .name {
  line-height: 80px;
  font-weight: bold;
  border-bottom: #D0D6D9 solid 1px;
}

.g-main table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
  font-size: 12px;
}

.g-main td {
  border: #EDF1F2 solid 1px;
}

.g-main .table {
  position: relative;
}

.g-main .table .pic {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 100px;
  background: url(../images/sprites22.png) 0 0/150% auto no-repeat;
}

.g-main .txt01 {
  font-weight: bold;
}

.g-main .txt02 {
  font-size: 14px;
  word-break: break-all;
}

.g-main .red {
  color: #F01400;
}

.g-main .f16 {
  font-size: 16px;
}

.g-main .f14 {
  font-size: 14px;
}

.g-main .gray {
  color: #999999;
}

.g-main .center {
  text-align: center;
}

.g-main .left {
  float: left;
}

.g-main .ml-10 {
  margin-left: 10px;
}

.g-main .right {
  float: right;
  margin-right: 10px;
}

.g-main .star {
  float: left;
  margin-left: 10px;
  margin-right: -5px;
  width: 16px;
  height: 16px;
  background: url(../images/sprites22.png) -150px 0 no-repeat;
}

.g-main .black {
  position: absolute;
  left: 15px;
  top: 40px;
  width: calc(100% - 30px);
  height: calc(100% - 80px);
  visibility: hidden;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.76);
  color: #ffffff;
}

.g-main .black .first {
  text-align: center;
  margin: 60px 0;
}

.g-main .black .main {
  text-align: justify;
  margin: -30px 20px;
  text-indent: 32px;
}

.g-main .table:hover .black {
  visibility: visible;
}

.g-main .table:hover .black01 {
  animation: x 1s;
}

@keyframes x {
  100% {
    transform: rotateX(360deg);
  }
}

.g-main .table:hover .black02 {
  animation: y 1s;
}

@keyframes y {
  100% {
    transform: rotateY(360deg);
  }
}

.g-main .table:hover .black03 {
  animation: height 1s;
}

@keyframes height {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 80px);
  }
}

.g-main .table:hover .black04 {
  animation: width 1s;
}

@keyframes width {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 30px);
  }
}
