
/* 内容 */
.cus-content {
  /* width: 1448px; */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  margin: 0 auto;
  padding: 2.5rem 0;
  position: relative;
  min-height: 700px;
}

/* 左边 */
.cus-content .content-left {
  width: 15rem;
  position: absolute;
  left: 0;
  background-color: #fff;
}

.cus-content .content-left ul {
  border: 1px solid #ededed;
  padding: 0.3rem 1.25rem;
}

.cus-content .content-left ul li {
  font-size: 0.8rem;
  color: #000000;
  padding: 1.4rem 0;
}

.cus-content .content-left ul .active .layui-colla-title {
  color: #1d2088 !important;
}

.cus-content .content-left ul .active a {
  color: #1d2088 !important;
}

.cus-content .content-left ul li a {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cus-content .content-left ul li a:hover {
  color: #1d2088;
}

.cus-content .content-left ul li:nth-child(-n + 4) {
  border-bottom: 1px dashed #dedede;
}

.cus-content .content-left .left-text {
  width: 14.65rem;
  height: 8.25rem;
  margin-top: 1.2rem;
}

.dot .dot-form {
  margin-top: 2.5rem;
}

.dot .form-inline {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */

  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.dot .form-inline .form-left-top {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.dot .form-inline .form-left-top #province1,
.dot .form-inline .form-left-bottom #selectType {
  width: 7.5rem;
  height: 1.4rem;
}

.dot .form-inline .form-left-top #city1,
.dot .form-inline .form-left-top #district1 {
  width: 13.5rem;
  height: 1.4rem;
}

.dot .form-inline .form-left-bottom {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dot .form-inline .form-left-bottom .form-group:nth-child(-n + 1) .sr-only {
  margin-right: 1.6rem;
}

.dot .form-inline .form-left-bottom #address {
  width: 23rem;
  height: 1.4rem;
}

.dot .form-inline .form-group {
  margin: 0 10px;
}

.dot .form-inline .form-group .sr-only {
  width: 5.5rem;
  padding: 0.45rem 0.75rem;
  text-align: left;
  font-size: 0.8rem;
  color: #000000;
}

.dot .form-inline .form-group .form-control {
  border: 1px solid #dedede;
}

.dot .dot-form .btn-box {
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  position: relative;
}

.dot .dot-form .btn-box .search-btn {
  background-color: #1d2088;
  border: 1px solid #1d2088;
  color: #ffffff;
  width: 3.7rem;
  height: 1.4rem;
  line-height: 1.4rem;
  margin-left: 1.1rem;
}

.dot .dot-list {
  min-height: 300px;
}

.dot .dot-list .dot-box {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8rem;
  border-bottom: 1px dashed #dedede;
}

.dot .dot-list .dot-box .box-left .address {
  font-size: 0.9rem;
  color: #1d2088;
}

.dot .dot-list .dot-box .box-left .time {
  font-size: 0.8rem;
  margin: 38px 0;
  color: #000000;
}

.dot .dot-list .dot-box .box-right {
  font-size: 0.8rem;
  color: #000000;
}

.dot .dot-list .dot-box .box-right .phone {
  margin: 0 0.5rem;
  color: #1d2088;
}

body {
  background-color: #ededed;
}

.header-right {
  position: relative;
}

.header-right::after {
  content: "";
  position: absolute;
  background-color: #1d2088;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 40%;
}

.left-collapse1 .layui-collapse,
.left-collapse2 .layui-collapse {
  border: 0;
}

.left-collapse1 .layui-colla-item .layui-colla-title,
.left-collapse2 .layui-colla-item .layui-colla-title {
  padding: 0;
  background-color: #ffffff;
  font-size: 0.8rem;
  height: 1rem;
  line-height: 1rem;
}

.left-collapse1 .layui-colla-item .layui-colla-title i,
.left-collapse2 .layui-colla-item .layui-colla-title i {
  left: auto;
  right: 0;
  font-size: 0.8rem;
}

.left-collapse1 .layui-colla-item ul,
.left-collapse2 .layui-colla-item ul {
  padding: 1rem 0.5rem 0;
  border: 0;
}

.left-collapse1 .layui-colla-item ul li,
.left-collapse2 .layui-colla-item ul li {
  padding: 0.3rem 0.5rem;
  position: relative;
  font-size: 14px;
  color: gray;
  border: 0 !important;
}

.left-collapse1 .layui-colla-item .colla-active,
.left-collapse2 .layui-colla-item .colla-active {
  background-color: #1d2088;
  color: #ffffff;
}

.left-collapse1 .layui-colla-item .colla-active::after,
.left-collapse2 .layui-colla-item .colla-active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  right: -5px;
  top: 50%;
  margin-top: -5px;
  background-color: #1d2088;
}

/* 获取支持 */
.support {
  margin: 0 20px;
}

/* .support .layui-row {
  margin-bottom: 20px;
} */

.support .item1 {
  display: inline-block;
  width: 22%;
  text-align: center;
  font-size: 18px;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
  background-color: #fff;
  padding: 0;
  border: 1px solid #fff;
}

.support .item2 {
  display: inline-block;
  width: calc(44.5% + 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #fff;
}

.support .item1 img,
.support .item2 img {
  width: 100%;
  object-fit: contain;
}

.support .item1:hover,
.support .item2:hover {
  border: 1px solid #1d2088;
}

.certificate .cer-body .box .icon img {
  height: 72px;
  object-fit: contain;
}

.support .support-title {
  line-height: 3rem;
}

.cus-content .content-right > div:nth-child(n + 2) {
  display: none;
}

/* 自助服务平台 */
.certificate,
.hyperchannel,
.download,
.help {
  padding: 0 10px;
  background-color: #fff;
}

.body-title {
  padding: 10px;
  font-size: 18px;
  border-bottom: 1px dashed #dedede;
}

.certificate .cer-body {
  padding: 10px;
}

.certificate .appCerBox {
  display: none;
}

.certificate .cer-body > div {
  display: inline-block;
  width: calc(100% / 3 - 40px);
  height: 10rem;
  padding: 2rem 0.5rem;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #fff;
  vertical-align: top;
}

.certificate .cer-body .icon i {
  font-size: 64px;
}

.certificate .cer-body .cer-title {
  font-size: 18px;
  font-weight: 500;
  margin: 1rem 0;
}

.certificate .cer-body .cer-text {
  font-size: 14px;
  color: gray;
}

.certificate .cer-body > div:hover {
  border: 1px solid #1d2088;
}

.list-box {
  display: none;
  padding: 1rem 0;
}

.list-box ul {
  padding: 0 1rem;
}

.list-box ul > li {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  position: relative;
}

.list-box ul > .active::after {
  content: "";
  width: 3.2rem;
  height: 3px;
  background-color: #1d2088;
  position: absolute;
  left: 50%;
  margin-left: -1.7rem;
  bottom: -3px;
}

.list-box ul li .typeIcon img {
  height: 48px;
  object-fit: contain;
  margin-bottom: 10px;
}

.list-box ul li .typeName {
  font-size: 18px;
}

.list-box .list-content {
  /* width: 50%; */
  margin: 1rem;
  padding: 0.5rem;
  min-height: 380px !important;
  background-color: #ededed;
}

.list-box .list-content .left-box,
.list-box .list-content .right-box {
  width: 50%;
  float: left;
}

.list-box .list-content .classContent {
  display: inline-block;
  width: 100%;
  padding: 5px 0.7rem;
  font-size: 18px;
  /* vertical-align: top; */
  position: relative;
  /* left: 0; */
}
.list-box .list-content .classContent .classIntroduction{
  display: none;
}
.list-box .list-content .classContent:hover .classIntroduction{
  display: block;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 30%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px ;
  z-index: 99;
}

.list-box .list-content .classContent::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1d2088;
  position: absolute;
  left: 3px;
  top: 12px;
  /* margin-top: -3px; */
}

/* 快速通道 */
.hyperchannel ul {
  padding: 0 0.5rem;
}

.hyperchannel ul li {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #dedede;
  font-size: 18px;
  position: relative;
}

.hyperchannel ul li:hover {
  color: #1d2088;
}

.hyperchannel ul li:hover i {
  border-color: #1d2088;
}

.hyperchannel ul li i {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.4rem;
  border: 1px solid #000;
  border-radius: 50%;
}

/* 下载专区 */
.download .download-list ul li {
  padding: 1rem;
  border-bottom: 1px dashed #dedede;
  position: relative;
}

.download .download-list ul li::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.download .download-list ul li .list-left {
  float: left;
}

.download .download-list ul li .list-left .list-title {
  font-size: 18px;
}

.download .download-list ul li .list-left .list-left-bottom {
  font-size: 14px;
  color: #666666;
  margin-top: 1rem;
}

.download .download-list ul li .list-left .list-version {
  margin-right: 3.6rem;
}

.download .download-list ul li .list-right {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -0.7rem;
}

.download .download-list ul li .list-right .layui-btn {
  width: 3.6rem;
  height: 1.3rem;
  text-align: center;
  line-height: 1.3rem;
}

.download .download-list ul li .list-right .view-btn {
  display: none !important;
  background-color: #fff;
  border: 1px solid #dedede;
  color: #000;
}

.download .download-list ul li .list-right .download-btn {
  background-color: #1d2088;
  color: #fff;
}

/* 搜索 */
.input-box {
  padding: 30px;
  /* text-align: center; */
}

.input-box input {
  width: 200px;
  height: 30px;
  margin: 0 20px;
}

.input-box button {
  width: 60px;
  height: 30px;
  margin: 0 10px;
}

/* 遮罩层 */
.dialog-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.dialog-box .dialog-body {
  width: 50%;
  height: 80%;
  background-color: #fff;
  margin: 0 auto;
  border-style: outset;
  position: relative;
}

.dialog-box .dialog-body .dialog-title {
  padding: 1rem;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #dedede;
}

.dialog-box .dialog-body .dialog-title .close-btn {
  float: right;
  background-color: #ff9e7d;
  color: #fff;
  border: 1px outset #dedede;
  border-radius: 5px;
}

.dialog-box .dialog-body .dialog-content {
  height: 70%;
  padding: 10px;
  padding-bottom: 3rem;
  font-size: 18px;
  overflow-y: scroll;
}

.dialog-box .dialog-body .dialog-content .btn {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.dialog-box .dialog-body .dialog-content .btn button {
  width: 100px;
  height: 30px;
}

.dialog-box .dialog-body .dialog-content .btn .agree {
  background-color: #1d2088;
  color: #fff;
  border: 1px solid #1d2088;
}

.dialog-box .dialog-body .dialog-content .btn .agree:active {
  color: #ededed;
  border: 1px solid #ff9e7d;
}

/* 移动端样式 */
@media (max-width: 1024px) {
  .header-img .header-content {
    left: 20px !important;
  }

  .header-img .bg img {
    width: 100%;
    height: 130px !important;
  }

  .header-img .header-right {
    font-size: 24px;
    right: 20px;
  }

  .header-img .header-right::after {
    bottom: 30%;
  }

  .cus-content {
    width: 100% !important;
    min-height: 10vh;
    padding: 0 !important;
  }

  .cus-content .content-left {
    position: relative;
    top: 0 !important;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .cus-content .content-left ul li {
    font-size: 18px;
  }

  .left-collapse1 .layui-colla-item .layui-colla-title,
  .left-collapse2 .layui-colla-item .layui-colla-title {
    height: 20px;
    font-size: 18px;
    line-height: 20px !important;
  }

  .cus-content .content-right {
    padding: 0 10px 10px;
  }

  /* 获取支持 */
  .support {
    margin: 0;
  }

  .support .layui-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .support .layui-row .item1 {
    width: 48%;
    margin: auto;
  }

  .support .layui-row .item1:nth-child(-n + 2) {
    margin-bottom: 5px;
  }

  .support .layui-row .item2 {
    width: 100%;
    margin: 1%;
  }

  /* 自助服务平台 */
  .certificate .appCerBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    font-size: 18px;
    color: #000;
  }

  .certificate .cer-body {
    display: none;
  }

  .certificate .body-title {
    font-size: 18px;
  }

  /* 快速通道 */
  .hyperchannel ul li {
    font-size: 18px;
    padding: 10px 0;
  }

  .hyperchannel ul li i {
    display: none;
    right: -30px;
  }

  /* 下载 */
  .download .download-list ul li .list-left {
    width: 80%;
  }

  .download .download-list ul li .list-right {
    right: 10px;
  }

  .download .download-list ul li .list-right .layui-btn {
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }

  /* 常见问题 */
  .help .input-box {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .help .input-box input {
    width: 50%;
    margin: 0 10px;
  }

  .input-box button {
    margin: 0 5px;
  }

  .cus-content .content-right .help .layui-colla-title,
  .tips1 .content-right .tip-list .layui-colla-title {
    font-size: 18px;
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 10px 0;
    position: relative;
  }

  .cus-content .content-right .help .layui-colla-icon,
  .tips1 .content-right .tip-list .layui-colla-icon {
    position: absolute;
    top: auto;
    bottom: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    z-index: 99;
    margin: 0;
    border: 1px solid #ccc;
    /* color: #ccc; */
    border-radius: 10px;
  }
}
