* {
  box-sizing: border-box;
  outline: 0 none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
html {
  width: 100%;
  height: 100%;
}
p {
  color: #333;
}
body {
  font-family: "Microsoft YaHei";
  background-color: #f5f5f5;
  min-height: 100%;
  position: relative;
  padding-bottom: 120px;
}
body .header {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(179, 179, 179, 0.2);
}
body .header .container {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}
body .header .container .logo {
  float: left;
}
body .header .container .logo img {
  width: 70px;
  height: 70px;
  float: left;
}
body .header .container .logo p {
  float: left;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
}
body .header .container .menu {
  float: right;
  height: 70px;
  padding-right: 18px;
}
body .header .container .menu > div {
  width: 100px;
  height: 70px;
  line-height: 70px;
  margin-right: 80px;
  position: relative;
  float: left;
  cursor: pointer;
}
body .header .container .menu > div.active .line,
body .header .container .menu > div:hover .line {
  display: block;
}
body .header .container .menu > div .line {
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  background: #5b97f1;
}
body .header .container .menu > div p {
  width: 100px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
body .footer {
  min-width: 1200px;
  background: #333333;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
body .footer .container {
  width: 1200px;
  padding-top: 30px;
  margin: 0 auto;
  position: relative;
}
body .footer .container a {
  font-size: 12px;
  line-height: 17px;
  padding-right: 22px;
  color: rgba(255, 255, 255, 0.6);
}
body .footer .container a:hover {
  color: #ffffff;
}
body .footer .container .links {
  padding-top: 24px;
  position: relative;
  margin-bottom: 32px;
}
body .footer .container .links .title {
  position: absolute;
  left: 0;
  top: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  height: 20px;
}
body .footer .container .links .cnt {
  text-align: center;
}
body .footer .container .links .cnt a {
  font-size: 12px;
  line-height: 17px;
  padding-right: 22px;
  color: rgba(255, 255, 255, 0.6);
}
body .footer .container .links .cnt a:hover {
  color: #ffffff;
}
body .footer .container .links .cnt a:last-child {
  padding-right: 0;
}
body .footer .container .copyright {
  overflow: hidden;
  padding-bottom: 8px;
}
body .footer .container .copyright p {
  text-align: center;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.6);
}
body .cnt {
  width: 1200px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}
body .cnt .cntLeft {
  width: 840px;
}
body .cnt .cntLeft .curQues {
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 2px;
}
body .cnt .cntLeft .curQues .ques {
  font-size: 18px;
  font-weight: bold;
}
body .cnt .cntLeft .curQues > img {
  max-width: 700px;
  max-height: 260px;
  margin-top: 10px;
}
body .cnt .cntLeft .curQues .option {
  margin-top: 10px;
  font-size: 17px;
}
body .cnt .cntLeft .curQues .option.right {
  color: #58c522;
  font-weight: bold;
}
body .cnt .cntLeft .curQues .ans {
  margin-top: 20px;
  font-size: 18px;
}
body .cnt .cntLeft .curQues .ans span {
  color: #58c522;
  font-weight: bold;
}
body .cnt .cntLeft .curexplain {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 20px 30px;
  margin-top: 20px;
}
body .cnt .cntLeft .curexplain .title {
  font-size: 19px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
body .cnt .cntLeft .curexplain .explain {
  font-size: 16px;
  margin-top: 10px;
  line-height: 25px;
}
body .cnt .cntRight {
  width: 340px;
}
body .cnt .cntRight .search {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  border: 1px solid #4a586f;
  height: 40px;
  overflow: hidden;
}
body .cnt .cntRight .search #quesSearch {
  height: 38px;
  padding-left: 10px;
  width: 250px;
}
body .cnt .cntRight .search .btn {
  width: 90px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 0 4px 4px 0;
  border: 0 solid #d3d9e0;
  border-left-width: 1px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 22px;
  cursor: pointer;
}
body .cnt .cntRight .otherQues {
  background-color: #ffffff;
  padding: 0 15px 10px;
  border-radius: 2px;
  margin-top: 10px;
}
body .cnt .cntRight .otherQues .title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
body .cnt .cntRight .otherQues .ques {
  margin-bottom: 10px;
  cursor: pointer;
}
body .cnt .cntRight .otherQues .ques:hover {
  text-decoration: underline;
}
body .cnt .cntRight .otherQues .ques > p {
  font-size: 14px;
  padding: 5px 0px;
  color: #555;
}
body .cnt .cntRight .otherQues .ques > p.quesOption {
  font-size: 13px;
  padding: 2px 0px;
  text-indent: 1em;
}
body .cnt .appQR {
  position: fixed;
  left: 50%;
  border-radius: 2px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-left: 601px;
}
body .cnt .appQR > div {
  display: flex;
  width: 140px;
  height: 160px;
  border: 1px solid #dddddd;
  background: #ffffff;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .cnt .appQR > div #appQRCode,
body .cnt .appQR > div img {
  width: 120px;
  height: 120px;
}
body .cnt .appQR > div p {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  color: #1677ff;
}
