.main-container {
  width: 1200px;
  margin: 0 auto;
}

.main-container .left-content {
  float: left;
  width: 190px;
  min-height: 200px;
}

.main-container .left-content .el-button {
  display: block;
  width: 100%;
  color: white;
  border-radius: 0;
  margin-bottom: 10px;
}

.main-container .left-content .el-button.el-button--default {
  background-color: rgb(42, 161, 152);
}


.main-container .left-content .el-button+.el-button {
  margin-left: 0;
}

.main-container .left-content .el-button  span {
  font-weight: 700;
}


.main-container .right-content {
  float: right;
  width: 1000px;
  min-height: 1000px;
}

.main-container .right-content .right-content-top,
.main-container .right-content .right-content-bottom {
  border: 1px solid #adadad;
}

.main-container .right-content .right-content-bottom {
  margin-top: 10px;
}

.main-container .right-content .right-content-top h3 {
  padding: 10px 10px 10px 10px;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  background-color: rgb(242,242,242);
}

.main-container .right-content .right-content-top .el-form-item__label {
  color: rgb(42, 161, 152);
  font-weight: 700;
}

.main-container .right-content .right-content-top .el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: rgb(42, 161, 152) !important;
}

.main-container .right-content .right-content-top .el-radio-button__orig-radio:checked+.el-radio-button__inner {
  color: white;
  background-color: rgb(42, 161, 152);
  box-shadow: none;
  border-color: rgb(42, 161, 152);
}

.main-container .right-content .right-content-top .el-form-item__content .el-input {
  width: 230px;
}

.main-container .right-content .right-content-top .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled),
.main-container .right-content .right-content-top .el-radio-button__inner:hover {
  color: rgb(42, 161, 152);
  box-shadow: none;
  -webkit-box-shadow: none;
}

.main-container .right-content .right-content-top .item {
  padding: 10px;
  border-bottom: 1px solid #DDD;
}

.main-container .right-content .right-content-top .item:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.main-container .right-content .right-content-top .left-item {
  float: left;
  font-weight: bold;
  padding: 10px 4px;
  margin: 10px 0;
}

.main-container .right-content .right-content-top .left-item.highlight {
  color: rgb(42, 161, 152);
}

.main-container .right-content .right-content-top .right-item {
  float: left;
  color: #888;
  padding: 10px 4px;
  margin: 10px 0;
  width: 234px;
}

.main-container .right-content .right-content-top .right-item.highlight {
  color: rgb(38, 139, 210);
  font-weight: 700;
}

.main-container .right-content .right-content-top .right-item.warning {
  color: red;
}

.main-container .right-content .right-content-top .right-item.large {
  width: 590px;
}

.main-container .right-content .right-content-top .right-item.medium {
  width: 560px;
}

.main-container .right-content .right-content-top .el-image {
  border-radius: 4px;
  margin: 10px;
}

.main-container .right-content .right-content-bottom .tips {
  text-align: center;
  padding: 10px;
  background-color: rgb(242,242,242);
}

.main-container .right-content .right-content-bottom .tips span {
  margin: 0 4px;
}

.main-container .right-content .right-content-bottom .tips span.date {
  font-weight: 700;
}

.main-container .right-content .right-content-bottom .tips span.num {
  font-size: 1.3em;
  color: rgb(231,76,60);
  margin: 0 1px;
}



.main-container .right-content .right-content-bottom .table-content .el-table th {
  color: #FFF;
  font-weight: normal;
  background-color: rgb(42, 161, 152);
}

.main-container .right-content .right-content-bottom .table-content .table-content-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 14px;
}

.main-container .right-content .right-content-bottom .table-content .table-content-list .el-link {
  background-color: rgb(42, 161, 152);
  color: white;
  width: 226px;
  height: 50px;
  line-height: 50px;
  margin: 0 14px 14px 0;
}

.main-container .right-content .right-content-bottom .table-content .table-content-list .el-link:nth-child(even) {
  background-color: rgb(38,139,210);
}

.main-container .right-content .right-content-bottom .table-content .table-content-list .el-link:hover {
  background-color: rgb(231,76,60); 
}

.line-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  text-align: center;
  height: 60px;
}

.line-span {
  display: inline-block;
  padding: 0 10px;
  background-color: #FFF;
}

.line-span.line {
  height: 2px;
  padding: 0px;
  background-color: #EEE;
  width: 60px;
}

.line-subtitle {
  text-align: center;
  color: #888;
  font-size: .8em;
}

.scopes .items {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.scopes .items .item {
  width: 240px;
  height: 300px;
  text-align: center;
  border: 1px solid #F2F2F2;
}

.scopes .items .item .pic {
  height: 163px;
  overflow: hidden;
}

.scopes .items .item .pic img {
  width: 100%;
}

.scopes .items .item .desc {
  background-color: rgb(181, 137, 0);
  color: white;
}

.scopes .items .item .desc .title {
  font-size: 1.4em;
  padding-top: 10px;
}

.scopes .items .item .desc .subtitle {
  font-size: .8em;
  padding-bottom: 12px;
  color: #FAFAFA;
}

.scopes .items .item .detail .title {
  font-size: .6em;
  color: #AAA;
  margin-top: 16px;
}

.scopes .items .item .detail .subtitle span {
  padding: 0;
  font-size: .8em;
}

.scopes .items .item .detail .subtitle .num {
  color: red;
  font-size: 1.2em;
}

.process {
  background-color: #EEE;
  padding: 20px 0;
}

.process span.line-span {
  background-color: transparent;
}

.process span.line-span.line {
  background-color: #DDD;
}

.process .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.process .items .item.content {
  width: 120px;
  height: 140px;
}

.process .items .item.content .pic {
  text-align: center;
  vertical-align: middle;
}

.process .items .item.content .pic img {
  width: 60px;
  height: 60px;
  margin-top: 36px;
}

.process .items .item.content .desc {
  text-align: center;
  font-size: .9em;
  color: rgb(173, 173, 173);
}

.process .items .item.line {
  height: 1px;
  width: 80px;
  background-color: rgb(173, 173, 173);
}

.cases .slider {
  width: 100%;
  height: 390px;
  margin-top: 30px;
  overflow: hidden;
}

.workers .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}

.workers .items .item {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: rgb(184, 200, 210);
  overflow: hidden;
}

.system {
  margin-top: 20px;
}

.system .pic {
  margin-top: 30px;
}

.system .pic img {
  width: 100%;
}

.brands {
  margin-top: 20px;
}

.brands .items {
  margin-top: 30px;
}

.brands .items .el-image {
  width: 240px;
  height: 100px;
  margin-bottom: 20px;
}

.packages {
  background-color: white;
  padding-top: 40px;
}

.packages .container {
  margin-top: 0;
}

.packages span.line-span {
  background-color: transparent;
}

.packages span.line-span.line {
  background-color: #DDD;
}

.packages .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.packages .items .item.content {
  width: 200px;
  height: 200px;
}

.packages .items .item.content .pic {
  text-align: center;
  vertical-align: middle;
}

.packages .items .item.content .pic img {
  width: 200px;
  height: 88px;
}

.packages .items .item.content .desc {
  text-align: center;
  font-size: .9em;
  color: rgb(0, 0, 0);
}

.stars .items {
  margin-top: 20px;
  text-align: center;
  height: 720px;
}

.stars .items .item {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: 240px;
  height: 360px;
}

.stars .items .item .pic img {
  position: absolute;
  z-index: 2;
  left: 30px;
  width: 180px;
  height: 180px;
  border-radius: 90px;
}

.stars .items .item .detail {
  position: absolute;
  text-align: left;
  z-index: 1;
  top: 120px;
  left: 10px;
  padding: 70px 10px 10px;
  width: 220px;
  height: 190px;
  border: 1px solid rgb(173, 173, 173);
  background-color: #FFF;
}
.stars .items .item .detail .desc
{
  font-size: 9px;;
}

.stars .items .item .detail .name,
.stars .items .item .detail i {
  font-style: normal;
  font-weight: bold;
  color: #000;
}

.stars .items .item .detail .name {
  text-align: center;
  margin-bottom: 10px;
}