body {
  background-color: #f6f6f8;
}
body .position {
  padding: 20px;
}
body .position .w1200 {
  color: #9e9e9e;
}
body .position .w1200 span {
  color: #9e9e9e;
}
body .position .w1200 a {
  color: #000;
  margin: 0 10px;
}
body .container {
  background-color: #fff;
  padding: 20px 50px;
}
body .container .titles {
  border-bottom: 1px solid #7b7b7b;
  margin: 0 20px;
}
body .container .titles .title {
  font-size: 24px;
  color: #454545;
  text-align: center;
  padding-bottom: 10px;
}
body .container .titles .subtitle {
  font-size: 18px;
  color: #454545;
  text-align: center;
  padding-bottom: 10px;
}
body .container .info {
  text-align: center;
  font-size: 14px;
  color: #454545;
  padding: 15px;
}
body .container .content {
  font-size: 16px;
  color: #454545;
  line-height: 2;
  text-align: justify;
}
body .operate {
  background-color: #fff;
  padding: 30px 60px;
}
body .operate .fr div {
  cursor: pointer;
  margin-right: 20px;
  float: left;
}
body .operate .fr div i {
  color: #3064a2;
  margin-right: 5px;
}
