body {
  background: #fff;
  margin: 0;
  font-size: 16px;
  min-width: 1240px;
}

.header {
  height: 80px;
  background: #266BB7;
  color: #FFFFFF;
}

.header .header-container {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.header .header-container .header_logo {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
}

.header .header-container .header_logo div {
  width: 65px;
  height: 49px;
  background: url(./images/11806-3a48dff361490d95400151c3d568c1c0.png) no-repeat center;
  background-size: 100%;
}

.header .header-container .menu {
  display: flex;
  position: absolute;
  right: 0;
}

.header .header-container .menu div {
  line-height: 80px;
  text-align: center;
  margin-left: 20px;
  width: 200px;
  height: 80px;
}

.header .header-container .menu div a {
  text-decoration: none;
  color: #FFFFFF;
}

.header .header-container .menu .menu_check {
  background: #4A9BF4;
  background-size: 100%;
}

.container .container_header {
  height: 360px;
  padding-top: 40px;
  background: url(./images/qa-6e5038f91a7464fb10cce8bc870d2824.png) no-repeat center;
  background-size: cover;
}

.container .container_header .qa_bg {
  width: 400px;
  margin: 50px 300px;
}

.container .container_header .title {
  color: #B44547;
  font-size: 36px;
}

.container .container_header .qa_content {
  margin-top: 20px;
}

.container .question {
  width: 80%;
  margin: 0 auto 2em auto;
  background-color: #ffffff;
  padding-left: 1em;
}

.container .questionModel {
  color: #266BB7;
  font-size: 26px;
  margin: 20px 0 10px 10px;
}

.container .questionTitle {
  border-bottom: 1px solid #e6e6e6;
  color: #757575;
  font-size: 1em;
  padding: 0.8em 2em 0.5em 2.5em;
  position: relative;
}

.container .questionTitle:after {
  content: " ";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 0.6em;
  width: 0.6em;
  border-width: 0em 0.16em 0.16em 0;
  border-color: #bdbdbd;
  border-style: solid;
  top: 0.8em;
  position: absolute;
  left: 1em;
}

.container .openQues {
  position: relative;
}

.container .openQues:after {
  content: " ";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 0.6em;
  width: 0.6em;
  border-width: 0.16em 0.16em 0em 0;
  border-color: #bdbdbd;
  border-style: solid;
  top: 1em;
  position: absolute;
  left: 1.1em;
}

.container .answer {
  font-size: 0.9em;
  color: #2197f4;
  padding: 1em 1em 1em 1em;
  border-bottom: 1px solid #e6e6e6;
}



@media screen and (max-width: 767px) {
  body {
    background: #fff;
    margin: 0;
    font-size: 14px;
    min-width: auto;
  }

  .header {
    height: 60px;
    background: #266BB7;
  }

  .header .header-container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .header .header-container .header_logo {
    top: 10px;
    display: none;
  }

  .header .header-container .menu{
    right: 0 !important;
  }

  .header .header-container .menu div a {
    text-decoration: none;
    color: #FFFFFF;
    white-space: nowrap;  
  }

  .header .header-container .header_logo div {
    width: 50px;
    height: 38px;
  }

  .header .header-container .menu {
    right: 15px;
  }

  .header .header-container .menu div {
    line-height: 60px;
    margin-left: 10px;
    width: auto;
    height: 60px;
    padding: 0 10px;
  }

  .container .container_header {
    height: 200px;
    padding-top: 20px;
  }

  .container .container_header .qa_bg {
    width: 90%;
    margin: 30px auto;
  }

  .container .container_header .title {
    font-size: 24px;
  }

  .container .question {
    width: 95%;
  }

  .container .questionModel {
    font-size: 20px;
    margin: 15px 0 8px 8px;
  }

  .footer{
    height: auto !important;
  }
  .footer > div{
    line-height: 1.2rem !important;
  }
}