body {
  background: #f8f8f8;
  min-width: 1200px;
  margin: auto;
}

/*.background-img {*/
/*  width: 100%;*/
/*  height: 86px;*/
/*  background: url("/pages/static/images/other/background-banner.jpg") no-repeat;*/
/*  background-position: center center;*/
/*  background-size: 100%;*/
/*  position: relative;*/
/*}*/

.background-img .question-word {
  width: 1200px;
  margin: auto;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.ft-about {
  height: 245px;
}

.question-wrap {
  max-width: 1200px;
  min-width: 900px;
  margin: auto;
}

.coupleBack-box {
  text-align: right;
  margin: 20px 0 10px 0;
}

.coupleBack-box .coupleBack-button {
  display: inline-block;
  background: #f15e03;
  color: #fff;
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
}

.question-list-wrap {
  width: 100%;
  padding: 20px 40px 20px 20px;

}

.question-list-wrap .list-one .question-img {
  width: 36px;
  height: 48px;
}

.question-list-wrap .list-one .question-p-q {
  display: inline-block;
  padding: 10px 0;
  line-height: 22px;
  color: #0190eb;
  width: calc(100% - 50px);
  border-bottom: 1px dashed #ddd;
}

.question-list-wrap .list-one .question-p-a {
  display: inline-block;
  padding: 10px 0;
  line-height: 22px;
  color: #333;
  width: calc(100% - 50px);
  border-bottom: 1px dashed #ddd;
  font-size: 13px;
}

input, textarea::-webkit-input-placeholder {
  color: #cfcccc;
}

input, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cfcccc;
}

input, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cfcccc;
}

input, textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cfcccc;
}

.feedback-box {
  margin: 20px 0 30px 0;
  padding: 20px 50px;
}

.feedback-box .feedback-list {
  position: relative;
}

.feedback-box .feedback-list p {
  line-height: 40px;
  color: #333;
  position: relative;
}

.feedback-box .feedback-list p .max-num {
  color: #cfcccc;
}

.feedback-box .feedback-list .must-ad:before {
  content: '*';
  width: 5px;
  height: 5px;
  color: red;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 2px;
}

.feedback-box .feedback-list .showFile img {
  width: 100px;
  height: 100px;
}

.feedback-box .feedback-list img {
  cursor: pointer;
}

.feedback-box .feedback-list .upload-btn {
  display: none;
  width: 50px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  background: #f15e03;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 40px;
  margin-left: 10px;
}

.feedback-box .feedback-list .file-input {
  position: absolute;
  left: 0;
  top: 42px;
  width: 115px;
  height: 102px;
  cursor: pointer;
  opacity: 0;
}

.feedback-box .feedback-list .feedback-text {
  width: 100%;
  height: 200px;
  border: 1px solid #eee;
  padding: 20px;
  outline: none;
}

.feedback-box .feedback-list .message-input {
  padding-left: 20px;
}

.feedback-box .feedback-list .message-input .text-tips {
  color: #777;
  font-size: 12px;
}

.feedback-box .feedback-list .message-input input {
  border: 1px solid #ddd;
  width: 200px;
  height: 30px;
  padding-left: 5px;
  color: #333;
}

.feedback-box .submit-btn {
  width: 100%;
  margin: 40px 0;
  text-align: center;
}

.feedback-box .submit-btn a {
  display: inline-block;
  width: 120px;
  text-align: center;
  background: #0669DC;
  color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
}

.help_wrap {
  width: 1200px;
  background: #fff;
  -webkit-box-shadow: 3px 5px 3px #ecebeb;
  -moz-box-shadow: 3px 5px 3px #ecebeb;
  box-shadow: 3px 5px 3px #ecebeb;
}

.usinghelp-wrap {
  margin: 20px 0 30px 0;
  padding: 20px 50px;
}

.usinghelp-wrap .lengthways-nav {
  position: fixed;
  width: 180px;
  border: 1px solid #eee;
  padding-bottom: 35px;
  -webkit-box-shadow: 0px 3px 3px #ecebeb;
  -moz-box-shadow: 0px 3px 3px #ecebeb;
  box-shadow: 0px 3px 3px #ecebeb;
}

.usinghelp-wrap .lengthways-nav li img {
  width: 100%;
  height: 70px;
}

.usinghelp-wrap .lengthways-nav li a {
  display: inline-block;
  width: 140px;
  margin: 0 20px;
  color: #333;
  padding: 12px 0 12px 15px;
  border-bottom: 1px dashed #c1c1c1;
}

.usinghelp-wrap .lengthways-nav li.img-li {
  padding: 0;
}

.usinghelp-wrap .lengthways-nav li .active-a{
  color: #f38816;
}
.usinghelp-wrap .lengthways-nav li a:hover{
  color: #f38816;
}

.usinghelp-wrap .content-box {
  margin-left: 200px;
  max-width: 920px;
}

.usinghelp-wrap .content-box .content-tips {
  padding-left: 12px;
  margin: 10px 0;
}

.usinghelp-wrap .content-box .tips-img {
  margin-left: 12px;
  width: 880px;
  border: 0px solid #ddd;
  text-align: center;
}
.tips-img img{
	width:100%;
	height:100%;
}
.oneBox{
    margin-bottom: 20px;
}
