.link-title {
  font-size: 16px;
  color: #333;
}
.link-desc {
  margin: 10px auto;
}

.linker-info {
  margin: 30px 10px;
}
.linker-input {
  border: 1px solid rgb(223, 223, 223);
  outline: none;
  padding: 5px;
  width: 225px;
  height: 30px;
  border-radius: 3px;
}

.linker-form label {
  font-size: 15px;
  margin-right: 10px;
  text-align: left;
  margin-left: 15px;
}

.linker-form {
  width: 100%;
}
.form-line {
  margin: 20px auto;
}

.linker-textare-msg {
  height: 170px;
  width: 550px;
  overflow: hidden;
}

.linker-form .linker-msg {
  margin-left: 30px;
  vertical-align: top;
}

.linker-form .linker-company {
  margin-left: 0;
}

.form-subBtn {
  -webkit-box-shadow: 0 4px 1px rgb(20, 163, 194);
  -moz-box-shadow: 0 4px 1px rgb(20, 163, 194);
  box-shadow: 0 4px 1px rgb(20, 163, 194);
  border: 0;
  color: #fff;
  margin-left: 85px;
  width: 145px;
  height: 35px;
  border-spacing: 0;
  border-radius: 5px;
  background-color: rgb(59, 197, 230);
  outline: none;
}


.link-input_valdater {
  width: 125px;
}

.map-bg {
  background-color: rgb(243,243,243);
}

.company-map-container {
  float: left;
  /*width: 680px;*/
  width: 600px;
  height: 465px;
  margin: 50px auto;
  position: relative;
}

.map-tab {
  height: 55px;
  width: 160px;
  margin-right: -1px;
  border: 1px solid #ccc;
  border-bottom: 0;
  float: right;
}

.map-label {
  display: block;
  padding: auto;
  background-color: rgb(243,243,243);
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}


.tab-radio, .map-content {
  position: absolute;
  left: -999em;
}

.tab-radio:checked ~ .map-content {
  margin-top: -1px;
  border: 1px solid #ccc;
  left: 0;
  right: 0;
  /*height: 410px;*/
  height: 362px;
}

.tab-radio:checked ~ .map-label {
  background-color: #fff;
  border-top: 3px solid #ff9903;
  position: relative;
  z-index: 1;
}

.validate-code {
  width: 120px;
  height: 35px;
  display: inline-block;
  color: rgb(0, 83, 181);
  font-weight: bold;
  margin: auto 20px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  text-shadow: 2px 2px 1px rgb(100,133,176);
  font-family: Arial;
  font-style: italic;
}

.change-validate-code {
  color: rgb(163, 163,163);
}

.error-msg {
  color: red;
  display: inline-block;
  margin-left: 20px;
}

.input-error {
  border-color: red;
}

.company-weibo {
  width: 250px;
  height: 250px;
  float: left;
  margin-top: 50px;
  margin-left: 10px;
}

.weixin-linkus .big-icon,
.weibo-linkus .big-icon {
  width: 175px;
  /*height: 200px;*/
}

.weixin-linkus div,
.weibo-linkus div {
  text-align: left;
  margin-left: 10px;
}

.weixin-linkus span,
.weibo-linkus span {
  display: block;
  margin-left: 36px;
  padding-top: 5px;
}

.weixin-linkus .little-icon,
.weibo-linkus .little-icon {
  float: left;
}