.commonProblem {
  width: 1200px;
  height: 683px;
  margin:20px auto 10px;
}
.commonProblem .commonProblem-nav {
  float: left;
  width: 220px;
  height: 100%;
  background: #D0EAFF;
  padding: 15px 10px 0px 10px;
  position: relative;
}
.commonProblem .commonProblem-nav li {
  height: 40px;
  background: #FFFFFF;
  margin-bottom: 12px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.commonProblem .commonProblem-nav .leftTitle {
  cursor: pointer;
}
.commonProblem .commonProblem-nav .activeTab {
  background-color: #267FE0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.commonProblem .commonProblem-nav .buttonBox {
  position: absolute;
  bottom: 68px;
  width: 87%;
  text-align: center;
}
.commonProblem .commonProblem-nav .buttonBox button {
  padding: 9px 28px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #0089FF;
  background: rgba(0, 137, 255, 0.1);
  border: 1px solid #0089FF;
}
.commonProblem .commonProblem-content {
  float: right;
  width: calc(100% - 230px);
}
.commonProblem .cMcontent-main {
  min-height: 300px;
  max-height: 599px;
  padding-right: 10px;
}
.commonProblem .cMcontent-main::-webkit-scrollbar {
  width: 10px;
}
.commonProblem .cMcontent-main::-webkit-scrollbar-thumb {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #2F7AFF;
  border-radius: 5px;
}
.commonProblem .cMcontent-main::-webkit-scrollbar-track {
  background-color: #eee;
  box-radius: 10px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.commonProblem .cMcontent-main li .content-title {
  height: 40px;
  line-height: 40px;
  padding: 0px 14px 0px 13px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  background: #F9F9F9;
  border-bottom: 1px dashed #E0E0E0;
  cursor: pointer;
}
.commonProblem .cMcontent-main li .content-title p{
  margin: 0;
}
.commonProblem .cMcontent-main li .content-title .leftTitle {
  float: left;
}
.commonProblem .cMcontent-main li .content-title .leftTitle img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.commonProblem .cMcontent-main li .content-title .rightData {
  float: right;
}
.commonProblem .cMcontent-main li .replyQuestion {
  padding: 23px 21px;
  background: #EAF0F5;
  font-size: 15px;
  color: #1260A6;
}
.commonProblem .commonProblem-page {
  height: 98px;
}

.commonProblem .replyInquiry .footerButton{
  width: 496px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

.commonProblem .replyInquiry .footerButton button{
  width: 66px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #1260A6;
  border-radius: 5px;
  margin-left: 45px;
}
.commonProblem .replyInquiry .cancelButton{
  background-color: #FFFFFF;
  color: #1260A6;
}
.commonProblem .replyInquiry .trueButton{
  background-color: #1260A6;
  color: #ffffff;
}

.commonProblem .historicalTopics .replayInquiry-search {
  width: 880px;
  height: 50px;
  margin: auto;
  position: relative;
  margin-bottom: 35px;
}
.commonProblem .historicalTopics .replayInquiry-search input {
  border: 1px solid #267FE0;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  padding-left: 33px;
}
.commonProblem .historicalTopics .replayInquiry-search button {
  position: absolute;
  right: 0;
  width: 140px;
  height: 100%;
  line-height: 48px;
  background: url("../img/search.png") no-repeat;
  background-size: 16px 16px;
  background-position: 92px center;
  background-color: #257FDF;
  border: 1px solid #267FE0;
  border-radius: 0px 25px 25px 25px;
  color: #fff;
  font-size: 16px;
}
.commonProblem .replyInquiry .displayContent {
  padding-top: 40px;
}
.commonProblem .replyInquiry .module_titles{
    color: #2E73B0;
    border-bottom: 1px dashed #2E73B0;
    padding-left: 35px;
    line-height: 38px;
    background: url("../img/zixun.png") no-repeat;
    background-size: 25px 25px;
    background-position: 0 center;
    font-size: 20px;
}
.commonProblem .replyInquiry .displayContent p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #267FE0;
  text-align: center;
  position: relative;
}
.commonProblem .replyInquiry .displayContent p::before {
  content: '';
  display: block;
  width: 400px;
  height: 1px;
  border-bottom: 1px dashed #267FE0;
  margin-top: 13px;
  position: absolute;
}
.commonProblem .replyInquiry .displayContent p::after {
  content: '';
  display: block;
  width: 400px;
  height: 1px;
  border-bottom: 1px dashed #267FE0;
  position: absolute;
  margin-top: -13px;
  right: 0;
}
.commonProblem .canQuery {
  overflow: hidden;
  overflow-y: auto;
  background-color: #EAF0F5;

}
.commonProblem .canQuery .canQuery-title {
  height: 50px;
  line-height: 50px;
  background: #F9F9F9;
  padding: 0 14px 22px;
}
.commonProblem .canQuery .leftTitle {
  float: left;
}
.commonProblem .canQuery .rightData {
  float: right;
}
.commonProblem .canQuery-content {
  padding: 23px 23px 23px 20px;
  height: 478px;
}
.commonProblem .canQuery-content p {
  font-size: 15px;
  line-height: 30px;
  color: #1260A6;
}
.commonProblem .cantQuery {
  height: 478px;
  position: relative;
}
.commonProblem .cantQuery .divImg {
  width: 280px;
  height: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commonProblem .cantQuery .divImg img {
  width: 100%;
  height: 100%;
  text-align: center;
}
.commonProblem .noResponse {
  height: 540px;
  position: relative;
  padding-top: 30px;
}
.commonProblem .noResponse .noResponse-title {
  height: 50px;
  background: #F9F9F9;
  line-height: 50px;
  padding: 0 14px 0 22px;
  border-bottom: 1px dashed #E0E0E0;
}
.commonProblem .noResponse .noResponse-title p {
  font-size: 16px;
  color: #666666;
}
.commonProblem .noResponse .noResponse-title .leftTitle {
  float: left;
}
.commonProblem .noResponse .noResponse-title .rightTitle {
  float: right;
}
.commonProblem .noResponse .noResponse-titleImg {
  width: 250px;
  height: 240px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commonProblem .noResponse .noResponse-titleImg img {
  width: 100%;
  height: 100%;
}
.popUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  overflow-y: auto;
  z-index: 999;
}
.popUp .popUpContent {
  margin: 10vh auto 5vh;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  width: 560px;
  height: 460px;
}
.popUp .headerTitle {
  height: 60px;
  line-height: 60px;
  padding: 0 27px 0 23px;
  background-color: #FAFAFC;
}
.popUp .headerTitle .header-left {
  float: left;
  color: #0d0d2e;
  font-weight: 500;
  font-size: 18px;
}
.popUp .headerTitle .closeBtn {
  float: right;
  width: 18px;
  height: 18px;
  background: url("../img/close.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 21px;
}
.popUp .popUp-main {
  height: 310px;
  overflow-y: auto;
}
.popUp .popUp-main .popUp-main-true {
  width: 100%;
  height: 100%;
}
.popUp .footerButton {
  text-align: right;
  padding: 20px 73px 0 0;
}
.popUp .footerButton button {
  padding: 10px 36px;
  border-radius: 5px;
  color: #fff;
  margin-right: 20px;
}
.popUp .footerButton button.cancelButton {
  background-color: #fff;
  border: 1px solid #1260A6;
  opacity: 1;
  border-radius: 4px;
  color: #1260A6;
}
.popUp .footerButton button.trueButton {
  background-color: #1260A6;
}
.popUp .footerButton button:last-child {
  margin-right: 0px;
}
.popUp-main-true {
  padding-top: 20px;
}
.popUp-main-true .colorRed {
  font-size: 13px;
  font-family: Source Han Sans CN;
  color: #E51A3A;
  text-align: center;
}
.popUp-main-true .formList {
  width: 660px;
  margin: 60px auto 0;
}
.popUp-main-true .formList li {
  margin-bottom: 20px;
  line-height: 35px;
}
.popUp-main-true .formList .leftName {
  float: left;
  width: 159px;
  text-align: right;
  margin-right: 9px;
}

.popUp-main-true .formList .clearfix{
  width: calc(100% - 250px);
  float: left;
  margin-bottom: 0;
}

.popUp-main-true .formList .clearfix textarea.form-control{
  height: 110px;
}

.popUp-main-true .formList .clearfix .input-icon-right img{
  width: 106px;
  height: 36px;
  vertical-align: -13px;
}

.popUp-main-true .formList .leftName i {
  color: red;
  display: inline-block;
}
.popUp-main-true .formList .leftName em {
  font-size: 14px;
  color: #0D0D2E;
  display: inline-block;
}
.popUp-main-true .formList .rightContent {
  float: left;
  height: 100%;
  width: calc(100% - 169px);
}
.popUp-main-true .formList .rightContent input {
  height: 100%;
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}
.popUp-main-true .formList .rightContent textarea {
  border: 1px solid #E0E0E0;
  height: 70px;
  border-radius: 5px;
}
.popUp-main-true .formList .rightContent .yanzhenma {
  width: 205px;
}
.popUp-main-true .formList .rightContent .yanzhenBox {
  width: 205px;
}
.popUp-main-true .yanzhenBox1 {
  float: right;
  width: 96px;
  height: 35px;
  background: #DDDDDD;
}
.popMessage {
  margin-top: 60px;
  text-align: center;
}
.popMessage img {
  width: 90px;
  height: 90px;
  margin-top: 54px;
}
.popMessage .bianma {
  text-align: center;
  font-size: 18px;
  color: #3C3C3C;
  padding: 35px 0 13px 0;
}
.popMessage .bianma span {
  color: #E51A3A;
  font-size: 26px;
}
.popMessage .message {
  text-align: center;
  font-size: 18px;
  color: #3C3C3C;
}
