#page-head {
  padding-top: 40px;
  padding-bottom: 10px;
}
#page-head .rows {
  text-align: justify;
  padding-bottom: 20px;
}
#page-head .rows .page-title {
  color: #333;
  font-size: 18px;
}
#page-head .rows .page-title span {
  padding: 0px 6px 0px 0px;
}

#location-name {
  padding: 10px 20px;
  border-radius: 0px;
  border: 0px solid #aedff9;
  outline: none;
  font-size: 16px;
  font-weight: 100;
  color: #6f7690;
  min-width: 50%;
}
#location-name:hover, #location-name:focus {
  border: 0px solid #99d2f0;
}
#btn-add {
  margin-left: 0px;
  padding: 10px 20px;
  border-radius: 0px;
  border: 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: 100;
  color: #058554;
  outline: none;
  margin-left: -5px;
  min-width: 10%;
  border: 0px solid #aedff9;
  font-family: 'AlibabaPuHuiTi-3-65-Medium';
}
#btn-add:hover {
  background-color: #fff;
}
.server-marker {
  position: absolute;
  cursor: move;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.server-marker.dragged {
  -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.server-marker .btn-delete {
  position: absolute;
  font-size: 18px;
  left: -10px;
  top: -2px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
}
.server-marker.selected:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 30px;
  left: 50%;
  margin-left: -60%;
  top: 50%;
  margin-top: -15px;
  border: 1px solid #bbbaba;
  border-radius: 10px;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.server-marker.selected .btn-delete {
  cursor: pointer;
  left: -30px;
  opacity: 1;
  pointer-events: all;
}
#gencode {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 2;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  text-align: left;
}
h4.small-title {
  text-align: left;
  font-size: 17px;
  color: #3f3d59;
  font-weight: 600;
}
ul.inst-list {
  text-align: left;
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 30px;
}
ul.inst-list li {
  font-size: 16px;
  font-size: 16px;
  color: #7a7896;
  font-weight: 300;
}
#container {
  text-align: center;
}
.article-texta .biaoti {
  float: left;
  line-height: 32px;
  color: rgba(0,0,0,0.45);
}
.article-texta .shijian {
    float: right;
    padding: 0px 15px;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 16px;
    line-height: 28px;
    color: rgba(0,0,0,0.45);
    font-size: 12px;
}
#pricing {
  padding-top: 0px;
  padding-bottom: 27px;
}
#pricing .row-title {
  margin-top: 0px;
  text-align: left;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-details {
  padding: 0px;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-details img{
    display: block;
    width: 24px;
    height: 24px;
    float: left;
}
.pricing-box.pricing-box-simple .pricing-content {
  -webkit-box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
  box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}
.pricing-box.pricing-box-simple:hover .pricing-content, .pricing-box.pricing-box-simple:focus .pricing-content {
  -webkit-box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
  box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}
.pricing-box .pricing-content .pricing-details {
  text-align: left;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-details > ul > li {
  padding: 0px 12px 0px 0px!important;
  line-height: 24px;
  border: 1px solid #999;
  -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
  box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
  background: #fff;
  border: 1px solid #E1E1E1;
}
.text-other-color2 {
  font-size: 14px;
  padding-top: 0px;
}
#message2 {
  background: #f8f8f8;
}
#message2 .text-other-color1 {
  color: rgba(0,0,0,0.85);
}
#message2 .text-other-color2 {
  color: rgba(0,0,0,0.65);
  max-width: 570px;
  margin: auto;
}
#articles .article-summary {
  -webkit-box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 0%);
  box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#articles {
  background-color: #f8f8f8;
}
#pricing {
  background-color: #f1f1f1;
}
.pricing-box.pricing-box-simple .pricing-content {
  background-color: #f8f8f8;
}