* {
  padding: 0;
  margin: 0;
  list-style: none;
}

html {
  height: 100%;
}

body {
  background: #FFF;
  height: 100%;
}


.demo .layui-layer-content {
  background-color: #fff;
  color: #000;
}

/*顶部部分*/
header {
  height: 1rem;
  background: #004f94;
}

.site-nav-bg {
  height: .375rem;
  width: 100%;
  z-index: 999;
  line-height: .375rem;
  /* overflow: hidden;
	position: fixed;
	left: 0;
	top: 0; */
}

.site-nav {
  width: 15rem;
  margin: 0 auto;
}

.site-nav a,
.site-nav span {
  color: #fff;
}

.hotline {
  float: left;
  line-height: 0.375rem;
  color: #fff;
}

.fr_1,
.fr_2,
.fr_3 {
  float: right;
  margin: 0 0.1875rem;
}

.fr_3 a i {
  font-size: 0.3125rem;
}

.languageOn {
  color: #ffa800 !important;
}

.login,
.register,
.myCenter,
.logOut {
  margin: 0 0.0625rem;
  float: left;
}

/*导航部分*/
/* .nav {
  width: 100%;
  height: calc(100% - 0.375rem);
  z-index: 999;
  transition: 0.3s
}

.nav .nav-content {
  width: 15rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.nav .nav-content .nav-logo {
  width: 2.5rem;
  height: .625rem;
}

.nav .nav-content .nav-logo a {
  width: 2.5rem;
  height: .625rem;
  display: block;
}

.nav .nav-content .nav-logo a img {
  width: 2.375rem;
  height: .6125rem;
}

.nav .nav-content .nav-list {
  height: .625rem;
  width: 8.25rem;
}

.nav .nav-content .nav-list ul {
  height: .625rem;
  width: 8.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .25rem;
}

.nav .nav-content .nav-list ul li {
  height: .5625rem;
  color: #FFF;
}

.nav .nav-content .nav-list ul li.active {
  border-bottom: 1px solid #58c6f9;
  color: #58c6f9;
} */

/* 继承父元素的样式 */
/* .nav .nav-content .nav-list ul li a {
  color: inherit;
} */




/*底部*/
/* .footer {
  width: 100%;
  height: 2rem;
  background: #004f94;
}

.footer .footer-content {
  position: relative;
  width: 15rem;
  height: 2rem;
  margin: 0 auto;
}

.footer .footer-left {
  width: 4.75rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 10%;
}

.footer .footer-left .logo {
  height: .625rem;
}

.footer .footer-left .logo a {
  height: .625rem;
  display: block;
}

.footer .footer-left .logo a img {
  height: .6125rem;
  width: 2.375rem;
}

.footer .footer-left .parter {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: .175rem;
  margin-top: .1875rem;
}

.footer .footer-left .icp {
  color: #FFF;
  font-size: .175rem;
  margin-top: 0.125rem;
}

.footer .footer-left .icp a {
  color: #FFF;
  font-size: .175rem;
}

.footer .footer-center {
  height: 1.125rem;
  top: 17%;
  color: #fff;
  position: absolute;
  left: 46%;
}

.footer .footer-center .contact-cont .row {
  display: flex;
  align-items: center;
  font-size: .175rem;
  margin-bottom: .125rem;
}

.footer .footer-center .contact-us {
  font-size: .2rem;
  margin-bottom: .1875rem;
}

.footer-right {
  position: absolute;
  right: 0;
  top: 18%;
}

.footer-right img {
  width: 1.5rem;
  height: 1.5rem;
} */


/*二维码打印*/
.code-print {
  padding-bottom: 1.625rem;
}

.code-print p {
  font-size: 0.2rem;
  /* color: #ababab; */
  line-height: 0.35rem;
  text-align: left;
}

.code-print p.title {
  color: #484848;
  font-size: 0.3rem;
  text-align: center;
  line-height: 2rem;
  position: relative;
}

.code-print p.title span,
.api-service p.title span,
.container-search p.title span,
.containerSearch p.title span {
  color: #004e96;
}

.code-print .content {
  border: 1px solid #DEDEDE;
  padding: 0.375rem 0.45rem 0 0.45rem;
  text-align: center;
  transition: 0.3s;
  min-height: 2.875rem;
}

.code-print .content p.label {
  font-size: 0.225rem;
  /* color: #939393; */
  line-height: 0.575rem;
  padding-top: 0.075rem;
  text-align: center;
}

.code-print .content a {
  font-size: 0.225rem;
  color: #a1d8cb;
  line-height: 0.85rem;
}

.code-print .content:hover {
  box-shadow: 0 0 0.0375rem 0.0375rem #EEE;
  transition: 0.3s;
}

.code-print .content img {
  transition: 2s;
}

.code-print .content img:hover {
  transform: rotateY(180deg);
}


.banner.print {
  background: url(../img/codePrint.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
  height: 300px;
}

.banner.print .title.active {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.banner.print .print-download {
  padding-left: 20%;
  padding-top: 66px;
  height: 100%;
  width: 100%;
}

.banner.print .print-download p {
  width: 100%;
  text-align: left;
  font-size: 0.225rem;
  color: #fff;
}

.banner.print .print-download p .nowDownload {
  width: 2.5rem;
  height: 0.625rem;
  border: 2px solid #00deff;
  color: #00deff;
  background-color: transparent;
  font-size: 0.3125rem;
  cursor: pointer;
}

.banner.print .print-download p:nth-child(4) {
  padding: 0.375rem 0 0 1.25rem;
}

.banner.print .print-download p .nowDownload span {
  background: linear-gradient(to bottom, #00f0ff, #0099ff);
  -webkit-background-clip: text;
  color: transparent;
}

.codePrint {
  min-height: 8.75rem !important;
  margin-bottom: 1.875rem;
}

.banner.print .print-download p:nth-child(1) {
  font-weight: bold;
  font-size: 0.3125rem;
  margin-bottom: 0.125rem;
}

.codePrint .content {
  min-height: 2.5rem;
  border-radius: 0.125rem;
  border: 0;
}

.codePrint .content>div {
  height: 1.875rem;
  padding-top: 0.3125rem;
}

.codePrint .content>div p:nth-child(1) {
  font-size: 0.3125rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.0375rem;
}

.codePrint .content>div p:nth-child(2) {
  color: #fff;
}

.codePrint .codePrintValue-1 {
  background: url(../img/codePrintValue1.jpg) no-repeat;
  background-size: 100% 100%;
}

.codePrint .codePrintValue-2 {
  background: url(../img/codePrintValue2.jpg) no-repeat;
  background-size: 100% 100%;
}

.codePrint .codePrintValue-3 {
  background: url(../img/codePrintValue3.jpg) no-repeat;
  background-size: 100% 100%;
}

.codePrint .codePrintValue-4 {
  background: url(../img/codePrintValue4.jpg) no-repeat;
  background-size: 100% 100%;
}

.codePrint .codePrintValue-5 {
  background: url(../img/codePrintValue5.jpg) no-repeat;
  background-size: 100% 100%;
}

.codePrint .codePrintValue-6 {
  background: url(../img/codePrintValue6.jpg) no-repeat;
  background-size: 100% 100%;
}

.codePrint .title.title-text {
  line-height: 0;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.codePrint .title-text-2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.codePrint .codePrint-install .codePrint-bg {
  height: 100%;
}

.codePrint .codePrint-install .codePrint-bg img {
  height: 100%;
  width: 100%;
}

.codePrint .codePrint-install-text-1,
.codePrint .codePrint-install-text-2 {
  padding: 0 0.25rem;
}

.codePrint .codePrint-install-text-1 {
  margin-bottom: .375rem;
}

.codePrint .codePrint-install-text-1 p {
  margin: 40px 0;
  color: #000;
}

.codePrint .codePrint-install-step {
  margin-top: .375rem;
  height: 1rem;
}

.codePrint .codePrint-install-step div {
  display: inline-block;
}

.codePrint .codePrint-install-step .codePrint-install-step-text {
  background-color: #ddd;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  font-size: 0.175rem;
  vertical-align: middle;
  margin: 0.0625rem;
}

.codePrint .codePrint-install-step .codePrint-install-step-text span {
  display: block;
  padding-top: 30%;
  width: 95%;
  margin: 0 auto;
}


.codePrint .codePrint-install-step .codePrint-install-step-img {
  width: .625rem;
  height: .625rem;
  text-align: center;
}

.codePrint .codePrint-install-step .codePrint-install-step-img img {
  width: 0.25rem;
  height: 0.25rem;
}

.introduce .intrContent {
  width: 1200px;
  margin: 0 auto;
}

.introduce .introHead {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  height: 50px;
}

.introduce .introHead div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  font-size: 16px;
  height: 100%;
}

.introActiveBlock {
  color: #69C5FE;
  border-bottom: 1px solid #69C5FE;
}

.introduce .introHide {
  display: none;
}

.intrContent h3 {
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  padding: 20px 0;
  font-size: 25px;
  font-weight: 700;
  color: #26267f;
}

table tr,
tr td:first-of-type {
  background-color: #FFFFFF;
}

tr td:first-of-type {
  width: 82px;
}

.layui-table[lay-size=sm] .tr1 td:nth-of-type(6),
.layui-table[lay-size=sm] .tr2 td:nth-of-type(6),
.layui-table[lay-size=sm] .tr3 td:nth-of-type(6),
.layui-table[lay-size=sm] .tr4 td:nth-of-type(6),
.layui-table[lay-size=sm] .tr5 td:nth-of-type(6),
.layui-table[lay-size=sm] .tr6 td:nth-of-type(6),
.layui-table[lay-size=sm] .tr7 td:nth-of-type(6),
.layui-table[lay-size=sm] .tr8 td:nth-of-type(6),
.layui-table[lay-size=sm] .tr9 td:nth-of-type(6),
.layui-table[lay-size=sm] .tr10 td:nth-of-type(6) {
  color: red;
}

.layui-table[lay-size=sm] tr td:nth-of-type(8) {
  text-align: left;
}

.layui-table[lay-size=sm] th {
  padding: 5px 10px;
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 400;
  text-align: center;
}

.layui-table[lay-size=sm] td {
  padding: 5px 10px;
  font-size: 14px;
  color: #3e3e3e;
  text-align: center;
}

.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool {
  background-color: #ebf6f9;
}

.layui-table[lay-even] tr:nth-child(even) {
  background-color: #f1f7f9;
}

.layui-table tr {
  transition: all .3s;
  -webkit-transition: all .3s;
  height: 40px;
  color: #666666
}


/* 二维码生成和打印部分 */

.layui-form-label {
  width: 100px;
}

.layui-input,
.layui-textarea {
  width: 60%;
  border-radius: 5px;
}

.layui-form-select {
  position: relative;
  width: 60%;
}

.layui-form-select .layui-input {
  padding-right: 30px;
  cursor: pointer;
  width: 100%;
}

.layui-input {
  text-transform: uppercase;
}

.layui-tab-title .layui-this {
  color: #004E9A;
  background-color: lightgray;
}

/* .layui-tab-title {
  				border-bottom-width: 1px;
  				border-bottom-style: none;
  			} */

.layui-input-block {
  margin-left: 110px;
  min-height: 36px;
  display: flex;
}

.layui-form-mid {
  float: left;
  display: block;
  padding: 8px 0 !important;
  margin: 0 20px;
}

#upload {
  /* display: none; */
  width: 90%;
  margin: 20px 5%;
}

.layui-btn {
  margin-left: 100px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 5px;
  background-color: #004E96;
}

.btn-style button {
  float: right;
  color: #129cf9;
  background-color: #FFFFFF;
  margin: 20px 30px;
  border-radius: 5px;
  border: none;
}

.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit-btn button {
  margin: 20px;
}

.hide,
.hide1,
.hide2 {
  display: none;
}

#show-3,
#opt-1 {
  color: #129cf9;
  background-color: #FFFFFF;
  border: 1px solid #129cf9;
}

/*********服务介绍****************/
#printIntro p {
  text-align: left;
  font-size: 14px;
  margin: 20px;
}

#printIntro p span {
  font-size: 16px;
  font-weight: bold;
}

#printIntro ul li {
  margin-left: 20px;
  text-align: justify;
  list-style-type: square;
}

/** icon **/
.layui-icon {
  margin: 10px;
  font-family: layui-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/** 输入框背景 **/
.bg {
  margin-top: 2%;
  background-color: #FBFCFD;
  padding-top: 20px;
  padding-left: 5%;
  width: 80%;
  border-radius: 10px;
}

.bg1 {
  margin: 2.5%;
  background-color: #FBFCFD;
  border-radius: 10px;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#default {
  border: none;
  background-color: #fbfcfd;
}

.submit {
  margin-left: 25%;
}

.icon1 {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}