footer {
  padding-top: 20px;
  background: #ededed;
  color: #666666;
}

footer ul.foot li {
  color: #666666;
}
footer ul.foot li a {
  color: #666666;
}
footer ul.foot {
  border-top: none;
  padding-top: 0;
}
footer p,
footer p a {
  color: #666666;
}

.help-cont-left {
  background: #ffffff;
  width: 240px;
}
.help-cont-left-title {
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}
.help-cont-left-title i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.faq {
  background: url(../../images/web/help/icon_FAQ.png) no-repeat;
  background-size: 100% 100%;
}
.copyright_notice {
  background: url(../../images/web/help/icon_copyright_notice.png) no-repeat;
  background-size: 100% 100%;
}

.help-cont-left-title h1 {
  font-weight: 600;
  font-size: 20px;
}
.help-cont-left-title p {
  line-height: 19px;
  font-size: 14px;
}
.help-cont-left-title span {
  margin-top: 11px;
  display: inline-block;
  width: 22px;
  height: 0;
  border-top: 1px dashed #fff;
}

.hotspot li {
  border-bottom: 1px solid #f4f5f9;
}
.help-copyright-notice .hotspot li {
  border-bottom: none;
}
.help-copyright-notice .hotspot li.on a {
  color: #ff8b0d;
}
.hotspot li.on p a {
  color: #ff8b0d;
}
.hotspot li p {
  line-height: 46px;
  font-size: 16px;
  color: #333;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}
.hotspot li p a {
  display: block;
}
.hotspot li p a:hover {
  color: #ff8b0d;
}
.hotspot li p i {
  display: block;
  position: absolute;
  right: 20px;
  top: 13px;
  background: url(../../images/common/arrow_grev.png) no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.hotspot li p:hover i {
  background: url(../../images/common/arrow_orange.png) no-repeat;
  background-size: 100% 100%;
}
.hotspot li div {
  display: none;
}
.hotspot li div a {
  display: block;
  padding-left: 68px;
  color: #555;
  font-size: 14px;
  line-height: 43px;
  border-top: 1px dashed #f4f5f9;
}
.hotspot li div a:hover {
  background: #ff8b0d;
  font-weight: 500;
  color: #ffffff;
}
.hotspot li.on p i {
  background: url(../../images/common/arrow_up_orange.png) no-repeat;
  background-size: 100% 100%;
}
.hotspot li.on div {
  display: block;
}
.hotspot li .select {
  color: #ff8b0d;
}
.help-cont {
  padding-bottom: 40px;
  min-height: 565px;
}
.help-cont-content {
  background: #ffffff;
}
.help-cont-right {
  width: 940px;
  background: #ffffff;
}

.help-question-title {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.help-question-title > div {
  display: none;
  font-weight: 600;
  font-size: 20px;
}
.help-question-title > div.on {
  display: block;
}
.help-question-title i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.down_doc {
  background: url(../../images/web/help/icon_down_doc.png) no-repeat;
  background-size: 100% 100%;
}
.pay {
  background: url(../../images/web/help/icon_pay.png) no-repeat;
  background-size: 100% 100%;
}
.complaint {
  background: url(../../images/web/help/icon_complaint.png) no-repeat;
  background-size: 100% 100%;
}
.link {
  background: url(../../images/web/help/icon_link.png) no-repeat;
  background-size: 100% 100%;
}
.contact {
  background: url(../../images/web/help/icon_contact.png) no-repeat;
  background-size: 100% 100%;
}
.help-question1 {
  padding: 20px 40px 40px;
}
.help-question-con {
  padding: 40px;
}
.help-question-list:last-child {
  margin-bottom: 0;
}
.help-question-list ul {
  width: 860px;
  margin: 0px auto 0;
}
.help-question-list ul li {
  width: 100%;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  padding: 0 0 0 16px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.help-question-list ul li a {
  color: rgba(0, 0, 0, 0.65);
}
.help-question-list ul li a:hover {
  color: #ff8b0d;
}
.help-question-list ul li::before {
  width: 4px;
  height: 4px;
  background: #ff8b0d;
  border-radius: 100%;
  content: '';
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 0;
}

.help-download {
  padding: 30px 30px 30px 40px;
}

.help-download ul {
  width: 800px;
  margin: 0 auto;
}
.help-download li {
  width: 800px;
  height: 44px;
  border: 1px solid #dddddd;
  line-height: 44px;
  padding: 0 20px;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
}
.help-download li a {
  display: block;
}
.help-download li i {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 16px;
  height: 16px;
  display: block;
  background: url(../../images/common/down_doc.png) no-repeat;
  background-size: 100% 100%;
}
.help-download li:hover {
  border: 1px solid #ff8b0d;
}
.help-download li:hover a {
  color: #ff8b0d;
}
.help-download li:hover i {
  background: url(../../images/common/down_doc_hover.png) no-repeat;
  background-size: 100% 100%;
}

.copy-cont {
  color: rgba(0, 0, 0, 0.85);
  padding: 40px;
  display: none;
}
.copy-cont.show {
  display: block;
}

.copy-cont h3 {
  font-size: 16px;
  margin-top: 30px;
}
.copy-cont p {
  text-indent: 2em;
  font-size: 14px;

  color: rgba(0, 0, 0, 0.65);
  line-height: 27px;
}
.copy-cont div {
  font-size: 14px;
  margin-top: 30px;
}
.copy-cont p i {
  font-size: 20px;
}
.copy-cont .address {
  border: 1px solid #f7f7f7;
  padding: 20px 0;
  width: 784px;
  margin: 10px 0 20px 0;
}
.pay-cont {
  padding: 40px 225px;
}
.pay-cont p strong {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 20px;
  display: block;
  text-align: center;
  line-height: 22px;
}
.pay-cont p {
  font-size: 14px;

  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
}
.pay-cont .pay-way {
  background: rgba(255, 139, 13, 0.06);
  border: 1px solid;
  border-image: linear-gradient(
      137deg,
      rgba(255, 179, 30, 1),
      rgba(255, 139, 13, 1)
    )
    1 1;
  margin-bottom: 12px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.pay-cont .pay-way p {
  padding-left: 145px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
}
.pay-cont .pay-way p span {
  color: rgba(0, 0, 0, 0.65);
}
.pay-cont .pay-way p:last-child {
  margin-bottom: 0;
}
.pay-cont .pay-way .payImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
}

.errortips {
  padding-left: 82px;
}
.suggestions-cont {
  padding: 40px;
}
.messageForm {
  width: 462px;
  margin: 0 auto;
}
.messageForm .line {
  margin-bottom: 20px;
}
.messageForm .line label {
  line-height: 42px;
  width: 70px;
  text-align: right;
  margin-right: 12px;
  font-size: 14px;
  flex-shrink: 0;
}
.messageForm .line input[type='text'] {
  width: 380px;
  height: 42px;
  border-radius: 4px 4px 4px 4px;

  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 14px;
}
.onlineBtn {
  width: 76px;
  height: 36px;
  background: #ff8b0d;
  line-height: 36px;
  text-align: center;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 146px;
  cursor: pointer;
}
#message {
  width: 380px;
  height: 132px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 4px 4px;
  padding: 8px 12px;
  box-sizing: border-box;
  font-family: Arial, 'Microsoft YaHei', sans-serif;
}
#yzm {
  width: 200px;
}
.verifyimage {
  width: 94px;
  height: 42px;
  margin-left: 8px;
  border-radius: 4px 4px 4px 4px;
}

.links-cont {
  padding: 40px;
}
.links-cont table {
  border-collapse: collapse;
  margin: 0 auto 10px;
}
.links-cont table:last-child {
  margin-bottom: 0;
}
.links-cont td {
  border: 1px solid #eeeeee;
  text-align: center;
}
.links-cont td a {
  color: #999999;
}
.link-img img {
  width: 54px;
  height: 20px;
}
.links-description {
  padding: 40px 0 0 185px;
}
.links-description h1 {
  font-size: 14px;
  margin-bottom: 20px;
}
.links-description p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.links-description p:last-child {
  margin-bottom: 0;
}
.links-description p span {
  display: block;
  text-indent: 20px;
  margin-bottom: 4px;
}
.links-description p span:last-child {
  margin-bottom: 0;
}
.links-description p a img {
  vertical-align: text-bottom;
  margin-left: 4px;
}

.help-blacklist {
  padding: 40px;
}

.help-blacklist-details {
  background: #f9f9f9;
  padding: 16px 20px;
}
.help-blacklist-details p {
  line-height: 28px;
  color: #333;
  font-size: 14px;
  position: relative;
}
.help-blacklist-details p label {
  position: absolute;
  left: 0;
  top: 0;
  white-space: pre;
}
.help-blacklist-details p span {
  display: block;
  margin-left: 100px;
  min-height: 28px;
}
.help-blacklist h2 {
  line-height: 22px;
  width: 800px;
  margin: 40px auto 20px;
}
.help-blacklist-tips {
  padding: 20px;
  background: #fff7e6;
  border: 1px solid #ffda8f;
  box-sizing: border-box;
  width: 800px;
  margin: 0 auto;
}
.help-blacklist-tips h3 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.help-blacklist-tips p {
  line-height: 29px;
  color: #666;
  font-size: 14px;
  text-indent: 28px;
}
.help-blacklist-tips div {
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.help-blacklist-tips p i {
  font-size: 20px;
  padding-left: 12px;
}
.help-blacklist .help-question-list {
  width: 800px;
  margin: 0 auto 10px;

  border: 1px solid #dddddd;
}
.help-blacklist .help-question-list:last-child {
  margin-bottom: 0;
}
.help-blacklist .help-question-list-title {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.help-blacklist .help-question-list-title:hover {
  color: #ff8b0d;
}
.help-blacklist .help-question-list-title:hover i::before {
  color: #ff8b0d;
}
.help-blacklist .help-question-list-title i::before {
  display: block;
  position: absolute;
  right: 20px;
  top: 0px;
  content: '查看详情';
  color: #2653ff;
}
.help-question-list.on .help-question-list-title i::before {
  content: '收起';
}
.help-blacklist .help-question-list-cont {
  padding: 0 20px 15px 20px;
  display: none;
}

.contact-banner {
  height: 660px;
  background: url(../images/banner5.jpg) no-repeat center top;
  padding-top: 20px;
}
.contact-info {
  background: #f4f5f9;
}
.contact-info-cont {
  width: 944px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.contact-info-item {
  background: #f9f9f9;
  border-radius: 6px 6px 6px 6px;
  padding: 20px 40px;
  box-sizing: border-box;
  margin-top: 20px;
}
.contact-info-item div {
  margin-bottom: 16px;
}
.contact-info-item div:last-child {
  margin-bottom: 0;
}
.contact-info-item h3 {
  line-height: 22px;
  color: #ff8b0d;
  font-size: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.contact-info-item span {
  float: left;
  display: block;
  width: 140px;
  line-height: 20px;
  font-size: 14px;
}
.contact-info-item ul {
  display: flex;
}
.contact-info-item ul li {
  width: 100%;

  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 20px;
}
.contact-info-item ul li p {
  font-size: 14px;
  line-height: 20px;
}
.contact-info-item:last-child {
  border-bottom: 0;
}

.Prop {
  background: rgba(39, 39, 39, 0.54);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  /* display: none; */
}
.Model {
  width: 780px;
  background: #ffffff;
  position: absolute;
  left: 52.6%;
  top: 50%;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  padding: 16px 24px;
  box-sizing: border-box;
}
.Model .title {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Model .title h1 {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
.Model .title .close {
  background: url(../../images/common/close.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.Model .body {
  max-height: 420px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 16px 0;
  min-height: 200px;
}
