@import url('../css/head_foot.css');
.content .cont {
  width: 1280px;
  padding: 24px 60px 32px;
  margin: 0 auto;
}
.content .cont .articles .privacy {
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  line-height: 21px;
  margin-bottom: 16px;
}
.content .cont .articles .alpine,
.content .cont .articles .lj {
  margin-bottom: 15px;
  background-color: #eee;
  color: #516375;
  font-size: 16px;
  border-radius: 15px;
  border: none;
  padding: 16px;
  font-family: m;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.content .cont .articles input,
.content .cont .articles textarea {
  margin-bottom: 15px;
  display: block;
  background-color: #eee;
  color: #516375;
  font-size: 16px;
  border-radius: 15px;
  border: none;
  text-indent: 1em;
  font-family: m;
}
.content .cont .articles input::-webkit-input-placeholder,
.content .cont .articles textarea::-webkit-input-placeholder {
  color: #516375;
}
.content .cont .articles .name,
.content .cont .articles .email {
  font-size: 16px;
  font-weight: 500;
  color: #516375;
  line-height: 24px;
  width: 100%;
  height: 50px;
}
.content .cont .articles .success {
  position: fixed;
  width: 220px;
  height: 56px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  font-family: m;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 56px;
  display: none;
}
.content .cont .articles .choose {
  background: #eee;
  border-radius: 16px;
  padding: 16px 24px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.content .cont .articles .choose .radio {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #516375;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: m;
}
.content .cont .articles .choose .radio input {
  position: absolute;
  left: -9999px;
}
.content .cont .articles .choose .radio i {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  outline: 0;
  border: 1px solid #2E4D8B;
  background: #ffffff;
  border-radius: 50%;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.content .cont .articles .choose .radio input + i:after {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2E4D8B;
  opacity: 0;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.content .cont .articles .choose .radio input:checked + i:after {
  opacity: 1;
}
.content .cont .articles button {
  width: 100%;
  height: 50px;
  background: #2E4D8B;
  border-radius: 10px 10px 10px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .cont .articles button img {
  width: 20px;
  height: 20px;
  margin-left: 11px;
}
.content .cont .articles textarea {
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
  outline: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}
@media (min-width: 860px) and (max-width: 1200px) {
  .content .cont {
    width: 100%;
    padding: 0 16px 22px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .content .cont {
    width: 100%;
    padding: 0 16px 22px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .content .cont {
    width: 100%;
    padding: 0 16px 22px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .content .cont {
    width: 100%;
    padding: 16px 16px 22px;
  }
}
