@charset "UTF-8";
/*
* @Author: Administrator
* @Date:   2018-06-14 13:44:17
* @Last Modified by:   Administrator
* @Last Modified time: 2018-07-23 10:05:31
*/
header .h-nav {
  height: 101px;
}

body {
  font-family: "微软雅黑";
}

.j-3 .p-tit {
  text-align: center;
  padding-top: 30px;
}

.j-3 .p-tit p {
  font-size: 42px;
  color: #000;
  margin-bottom: 0px;
  font-family: 'Abril Fatface', cursive;
  letter-spacing: 2px;
  font-style: italic;
}

.j-3 .p-tit .left-hr {
  height: 1px;
  width: 31.1%;
  background: #ccc;
  position: absolute;
  left: 0px;
}

.j-3 .p-tit .right-hr {
  height: 1px;
  width: 31.1%;
  background: #ccc;
  position: absolute;
  right: 0px;
}

.j-3 .son {
  font-size: 25px;
  color: #000;
  text-align: center;
}

.download-0 {
  max-width: 1200px;
}

.download-0 .d-0 {
  margin-top: 75px;
  margin-bottom: 150px;
}

.download-0 .d-0 .col-6 {
  padding: 0px;
}

.download-0 .d-0 .col-6 .pic {
  position: relative;
}

.download-0 .d-0 .col-6 .pic a {
  color: #131c3d;
  font-size: 16px;
}

.download-0 .d-0 .col-6 .font {
  position: absolute;
  bottom: 20px;
  padding-left: 40px;
}

.download-0 .d-0 .li-right {
  color: #404040;
  font-size: 16.5px;
}

.download-0 .d-0 .li-right ul {
  padding-left: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
}

.download-0 .d-0 .li-right li {
  border-bottom: 1px dashed #c9c9c9;
  background: url(../images/d-1.png) no-repeat;
  background-position: left;
  letter-spacing: 4px;
  padding: 14px 0px 14px 30px;
  width: 500px;
}

.download-0 .d-0 .li-right li a {
  display: flex;
  text-decoration: none;
  color: #404040;
}

.download-0 .d-0 .li-right li a .down {
  position: absolute;
  right: 0;
}

.download-0 .d-0 .li-right li span.new {
  font-size: 16.5px;
  color: #ad7e24;
}

.modal {
  background: transparent;
}

.modal .modal-content {
  background: #fff;
  border: none;
}

.modal .modal-dialog {
  max-width: 416px;
}

.modal .controls {
  height: 20px;
}

.modal .htmleaf-container {
  justify-content: center;
}

.modal .right {
  position: absolute;
  right: 300px;
  top: 325px;
}

.modal .left {
  position: absolute;
  left: 300px;
  top: 325px;
}

.modal .slidess {
  padding-left: 0px;
  padding-top: 60px;
}

.modal .slidess li div {
  font-size: 17px;
  color: #666;
}

.modal .slidess li .f-0 {
  padding-top: 40px;
  padding-bottom: 5px;
}

.modal .slidess li div.pic {
  padding-top: 0px;
  height: 600px;
  vertical-align: middle;
}

.modal .slidess li div.pic img {
  height: 600px;
}

#modal3 .htmleaf-container img {
  height: 700px;
}

#modal3 .htmleaf-container .f-0 {
  padding-bottom: 5px;
  padding-top: 10px;
}

.htmleaf-container {
  max-width: 315px;
  margin: 0 auto;
}

.htmleaf-container .tit {
  position: relative;
  height: 55px;
  margin-bottom: 25px;
}

.htmleaf-container .tit .f-0 {
  font-size: 25px;
  color: #121c3b;
}

.htmleaf-container .tit .xiahua {
  width: 40px;
  height: 5px;
  position: absolute;
  background: #121c3b;
  left: 18px;
}

.dl {
  text-align: center;
  margin: 0 auto;
}

.dl input.col-12 {
  width: 100%;
  height: 50px;
  max-width: 310px;
  margin: 0 auto 14px auto;
  outline: none;
}

.dl .r {
  float: right;
  text-align: right;
  padding: 0;
  font-size: 14px;
  color: #808080;
}

.dl .r a {
  text-decoration: none;
}

.dl .l {
  float: left;
  text-align: left;
  padding: 0;
  font-size: 14px;
  color: #808080;
}

.dl .login {
  outline: none;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  margin-bottom: 50px;
  margin-top: 30px;
  height: 50px;
}

.zc {
  text-align: center;
  margin: 0 auto;
}

.zc input.col-12 {
  width: 100%;
  height: 50px;
  max-width: 310px;
  margin: 0 auto 14px auto;
  outline: none;
}

.zc .reg {
  outline: none;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  margin-bottom: 50px;
  margin-top: 30px;
  height: 50px;
}

.error {
  color: #ff3b30;
  font-size: 12px;
}

@media (max-width: 450px) {
  .col-6 {
    display: none;
  }
  .li-right {
    display: block;
    flex: 0 0 100%;
    max-width: 90%;
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
  }
  .j-3 .p-tit p {
    font-size: 29.5px;
  }
  .j-3 .son {
    font-size: 22px;
  }
  .j-3 .p-tit .left-hr, .j-3 .p-tit .right-hr {
    bottom: -18px;
  }
  .download-0 .d-0 .li-right li a {
    font-size: 14px;
  }
}
