html{
  background-color:#06294e;
}
.flex {
  display: flex;
}
.borderRight{
  border-right: 1px solid #F2F2F2;
}
.right {
  position: absolute;
  right: 21px;
  bottom: 10px;
  width: 316px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.container {
  width: 100%;
  height: 100%;
  position: relative;
}
._contentTable {
  background: yellow;
  position: relative;
  margin-top: 10%;
  text-align: center;
  width: 700px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-left: 26%;
}
.content_top {
  height: 80%;
  border-bottom: 1px solid #F2F2F2;
}
.content_body {
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
}
.text_left {
  border-right: 1px solid #F2F2F2;
}
.text_left img{
  margin: 30px 30px 0;
}
.content_text {
  width: 148px;
  height: 22px;
  font-size: 23px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
  padding-top: 8px;
}
.fonsize {
  width: 76px;
  height: 18px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #999999;
  line-height: 19px;
}
.content_welcome {
  margin: 40px;
  width: 422px;
  height: 36px;
  font-size: 37px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 23px;
}
.btn {
  display: inline-block;
  padding: 7px 13px;
  margin-bottom: 0;
  font-size: 13px;
  width: 70px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #FFFFFF;
}
.btn-sucess {
  background: #0CD589;
  border-radius: 8px;
  margin-right: 15px;
}
.btn-designer {
  background: #FF5B5C;
  border-radius: 8px;
  margin-right: 15px;
}
.btn-bule {
  background: #46B8FF;
  border-radius: 8px;
}
.content_bottom {
  padding-top: 20px;
}