@charset "UTF-8";
/* 公用文章 */
body {
  background-color: #fff;
}

/* 互动交流 */
.test-pt {
  position: relative;
  margin-top: -508px;
}

.container-style {
  background: #fff;
  padding: 40px 20px;
}

.hdjl-container,
.hdjl-container-user {
  background: url(/statics/ynsgbdsj/images/common/hdjl-bg.png) no-repeat center top;
  min-height: 860px;
}

.hdjl-login {
  width: 1016px;
  height: 546px;
  position: absolute;
  top: 77px;
  left: 50%;
  -webkit-transform: translate(-50%, 77px);
     -moz-transform: translate(-50%, 77px);
      -ms-transform: translate(-50%, 77px);
       -o-transform: translate(-50%, 77px);
          transform: translate(-50%, 77px);
  padding: 80px;
  background: url(/statics/ynsgbdsj/images/common/login_contentbg.png) no-repeat center center;
}

.login-img {
  width: 410px;
}

.login-input {
  margin: 90px 0 0 80px;
}
.login-input .input-title {
  font-size: 22px;
  color: var(--defaultTitleColor);
  font-weight: bold;
  position: relative;
}
.login-input .input-title::before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  width: 36px;
  height: 4px;
  background: var(--defaultBorderColor);
}
.login-input .input-phone,
.login-input .input-code,
.login-input .input-submit {
  margin-top: 30px;
}
.login-input .input-phone,
.login-input .input-code,
.login-input input {
  width: 240px;
  height: 25px;
}
.login-input .error {
  font-size: 12px;
  color: #f00;
  line-height: 12px;
  position: relative;
  top: 2px;
  display: none;
}
.login-input input {
  line-height: 25px;
  font-size: 12px;
  text-indent: 37px;
  border-bottom: 1px solid #b2b2b2;
}
.login-input button {
  cursor: pointer;
}
.login-input .input-phone input {
  background: url(/statics/ynsgbdsj/images/common/number-icon.png) no-repeat 10px center;
  -o-background-size: 19px 21px;
     background-size: 19px 21px;
}
.login-input .input-code {
  position: relative;
}
.login-input .input-code input {
  background: url(/statics/ynsgbdsj/images/common/code-icon.png) no-repeat 10px center;
  -o-background-size: 16px 18px;
     background-size: 16px 18px;
}
.login-input .input-code button {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--defaultBorderColor);
  font-size: 12px;
  padding: 3px 10px 1px;
  border-radius: 15px;
  color: var(--defaultTitleColor);
}
.login-input .input-code button:hover {
  background: var(--defaultBorderColor);
  color: var(--defaultBorderColor);
}
.login-input .input-submit button {
  background: var(--defaultTitleColor);
  color: #fff;
  width: 120px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
}
.login-input .input-submit button:hover {
  background: var(--defaultHoverColor);
}

.hdjl-title {
  margin: 50px 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: var(--defaultTitleColor);
}

.success-menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.success-menu a {
  display: block;
  width: 475px;
  height: 222px;
}
.success-menu a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.success-menu a:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.notice-content {
  width: 900px;
  margin: 0 auto;
}
.notice-content h2 {
  font-weight: bold;
  line-height: 60px;
}
.notice-content h2.nth {
  margin-top: 60px;
}
.notice-content p {
  line-height: 50px;
}
.notice-content p.check {
  margin-top: 25px;
}
.notice-content p.check input {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.notice-content p.check span {
  float: left;
  display: block;
  line-height: 23px;
}
.notice-content p.btns {
  text-align: center;
}
.notice-content p.btns button {
  margin: 50px auto 20px;
  width: 328px;
  height: 54px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: var(--defaultTitleColor);
  border-radius: 5px;
  cursor: pointer;
}
.notice-content p.btns button:hover {
  background: var(--defaultHoverColor);
}

.form-container {
  width: 900px;
  margin: 70px auto 0;
}
.form-container .form-item {
  margin-bottom: 40px;
}
.form-container .form-item i {
  color: #c23333;
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
  margin-right: -5px;
}
.form-container .form-item label {
  float: left;
  display: block;
  width: 142px;
  text-align: left;
  cursor: pointer;
}
.form-container .form-item input,
.form-container .form-item textarea {
  float: left;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background: #fff;
  text-indent: 1em;
  line-height: 32px;
}
.form-container .form-item.fo-name input, .form-container .form-item.fo-tel input, .form-container .form-item.fo-email input, .form-container .form-item.fo-emi input {
  width: 420px;
  height: 32px;
}
.form-container .form-item.fo-title input,
.form-container .form-item.fo-title textarea, .form-container .form-item.fo-area input,
.form-container .form-item.fo-area textarea {
  width: -webkit-calc(100% - 142px);
  width: -moz-calc(100% - 142px);
  width: calc(100% - 142px);
}
.form-container .form-item.fo-file {
  position: relative;
  height: 60px;
  line-height: 60px;
  margin-top: -10px;
}
.form-container .form-item.fo-file label {
  height: 60px;
  line-height: 60px;
}
.form-container .form-item.fo-file input {
  position: relative;
  border: none;
  width: 550px;
  text-align: center;
  padding-left: 50px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.form-container .form-item.fo-file input::-webkit-file-upload-button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
  width: 172px;
  height: 32px;
  line-height: 32px;
  background: var(--defaultTitleColor);
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  display: inline;
  visibility: auto;
  cursor: pointer;
}
.form-container .form-item.fo-file input::file-selector-button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
  width: 172px;
  height: 32px;
  line-height: 32px;
  background: var(--defaultTitleColor);
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  display: inline;
  visibility: auto;
  cursor: pointer;
}
.form-container .form-item.fo-file input::-webkit-file-upload-button:hover {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.form-container .form-item.fo-file input::file-selector-button:hover {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.form-container .form-item.fo-file span {
  position: absolute;
  left: 142px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background: transparent;
  width: 345px;
  height: 32px;
  margin-right: 15px;
  z-index: 999;
}
.form-container .form-item.fo-code input {
  width: 345px;
  height: 32px;
  margin-right: 15px;
}
.form-container .form-item.fo-code img {
  margin-top: -5px;
  width: 120px;
}
.form-container .form-item.fo-btn {
  text-align: center;
  padding-left: 174px;
}
.form-container .form-item.fo-btn input {
  border: none;
  width: 260px;
  height: 56px;
  margin-right: 50px;
  line-height: 56px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  text-indent: 0;
}
.form-container .form-item.fo-btn input.fo-btn-sub {
  background: var(--defaultTitleColor);
}
.form-container .form-item.fo-btn input.fo-btn-res {
  background: var(--defaultBorderColor);
}
.form-container .form-item.fo-btn input:hover {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

.hdjl-main {
  width: 1040px;
  margin: 0 auto;
}

.hdjl-main-desc li {
  float: left;
  margin-right: 57px;
  line-height: 21px;
}
.hdjl-main-desc li:first-child {
  margin-right: 87px;
}
.hdjl-main-desc li:last-child {
  margin-right: 0;
}
.hdjl-main-desc li img {
  margin: -5px 4px 0 0;
}

.desc-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--defaultTitleColor);
}

.desc-name img {
  width: 17px;
  height: 21px;
}

.desc-tel img {
  width: 16px;
  height: 16px;
}

.desc-emi img {
  width: 22px;
  height: 15px;
}

.hdjl-main-item {
  margin-top: 30px;
  padding: 40px;
  width: 100%;
  min-height: 314px;
  background: -webkit-linear-gradient(top, #d9ebff, #fff);
  background: -moz-linear-gradient(top, #d9ebff, #fff);
  background: -o-linear-gradient(top, #d9ebff, #fff);
  background: linear-gradient(to bottom, #d9ebff, #fff);
}
.hdjl-main-item .item-time {
  position: relative;
  z-index: 1;
}
.hdjl-main-item .item-time::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -15%);
     -moz-transform: translate(-40%, -15%);
      -ms-transform: translate(-40%, -15%);
       -o-transform: translate(-40%, -15%);
          transform: translate(-40%, -15%);
  content: url(/statics/ynsgbdsj/images/common/time-bg.png);
  z-index: -1;
}

.item-content ul {
  float: left;
  width: 50%;
}
.item-content ul:nth-child(1) {
  border-right: 1px solid #e5e5e5;
  padding-right: 20px;
}
.item-content ul:nth-child(2) {
  padding-left: 20px;
}
.item-content li {
  margin-top: 30px;
}
.item-content p {
  width: 347px;
  display: inline-block;
  margin-top: -8px;
}
.item-content span {
  vertical-align: top;
  margin-right: 10px;
  background: #77acea;
  padding: 8px 13px;
  color: #fff;
  position: relative;
}
.item-content span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  content: "";
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #77acea transparent transparent #77acea;
}

/* 办证情况列表 */
table {
  margin-top: 35px;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table thead {
  border: none;
  color: var(--defaultTitleColor);
  font-weight: 700;
  line-height: 70px;
  border: 1px solid #eee;
}
table thead th {
  background: #eee;
  padding: 0 20px;
  border-right: 1px solid #fff;
}
table thead th:last-child {
  border: none;
}
table tbody tr:nth-child(1) {
  border-top: none;
}
table tbody td {
  border: 1px solid #eee;
  line-height: 44px;
}
table tbody td a {
  font-size: 16px;
  color: var(--defaultTitleColor);
}
table tbody td a:hover {
  color: var(--defaultHoverColor);
}

/* 分页 */
#pages {
  padding: 14px 0 10px;
  font-family: SimSun;
  text-align: center;
  margin: 0 auto;
  clear: both;
  line-height: 35px;
}
#pages a {
  display: inline-block;
  height: 28px;
  line-height: 27px;
  background: #fff;
  border: 1px solid var(--defauLindeColor--);
  text-align: center;
  color: #333;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 3px;
  font-family: "微软雅黑";
}
#pages a.a1 {
  width: 75px;
  padding: 0;
}
#pages ahover {
  text-decoration: underline;
}
#pages span {
  display: inline-block;
  height: 28px;
  line-height: 27px;
  background: var(--defaultTitleColor);
  border: 1px solid var(--defaultTitleColor);
  color: #fff;
  text-align: center;
  padding: 0 10px;
  border-radius: 3px;
  font-family: "微软雅黑";
}