html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}
input,
textarea {
  outline: none;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  width: 100%;
}
.nav-scroller.black {
  margin-top: 88px;
}
.nav-scroller.black .nav-underline .nav-link {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.nav-scroller .nav .nav-link {
  color: #000;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-right: 10px;
}
.navbar {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 50px;
  padding-right: 50px;
}
.navbar.bg-white {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
footer {
  background: #445268;
  color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
}
footer.inner {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  padding: 0;
  color: #333;
}
footer.inner .c {
  padding-top: 10px;
  padding-bottom: 37px;
  color: #333;
  border-top: none;
}
footer a {
  color: rgba(255, 255, 255, 0.8);
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer .float-right {
  font-size: 12px;
}
footer .float-right img {
  width: 70px;
  height: 70px;
  background: #d9d9d9;
  margin-top: 5px;
}
footer .a {
  font-size: 14px;
  margin-bottom: 13px;
  margin-top: 13px;
}
footer .b {
  margin-bottom: 14px;
}
footer .b a {
  font-size: 14px;
  display: inline-block;
}
footer .c {
  text-align: center;
  border-top: 0.5px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  padding-bottom: 17px;
  margin: 0;
}
.navbar-brand {
  background: url(/images/logo.png) no-repeat 50%;
  background-size: 142px 34px;
  width: 142px;
  height: 34px;
  display: inline-block;
  font-size: 0px;
  margin-right: 33px;
}
.bg-blue {
  background: #003CC7;
}
.bg-white {
  background: #fff;
}
.bg-white .navbar-brand {
  background: url(/images/logo-black.png) no-repeat 50%;
  background-size: 142px 34px;
  width: 142px;
  height: 34px;
}
.bg-white .navbar-nav .nav-link {
  background: #F2F2F2;
  color: #333 !important;
}
.bg-white .rank {
  background: #F2F2F2;
}
.bg-white .navbar-toggler-icon {
  background-color: #003CC7;
  background-size: 50%;
  border-radius: 5px;
}
.nav-underline .nav-link {
  padding: 10px;
  font-size: 14px;
  color: #fff;
}
.nav-underline .nav-link:hover {
  color: #fff;
}
.nav-underline .nav-link img {
  width: 20px;
  height: 20px;
  margin-right: 13px;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 14px;
  background: #3363d2;
  border-radius: 3px;
  line-height: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px !important;
}
.navbar-nav .nav-link img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.navbar-nav .form-inline {
  flex: 0 0 287px;
  background: #3363d2;
  border-radius: 3px;
  padding: 2px;
  height: 42px;
  margin-left: 15px;
  justify-content: space-between;
  align-content: center;
}
.navbar-nav .form-inline .form-control {
  background: url(/images/MagnifyingGlass.png) transparent no-repeat 12px 50%;
  background-size: 20px 20px;
  border: none;
  padding-left: 32px;
  text-indent: 7px;
  flex: 1;
  color: #fff;
  outline: none;
  width: 100%;
}
.navbar-nav .form-inline .form-control::-webkit-input-placeholder {
  color: #adc1ed;
  font-size: 14px;
}
.navbar-nav .form-inline .form-control:-moz-placeholder {
  color: #adc1ed;
  font-size: 14px;
}
.navbar-nav .form-inline .form-control::-moz-placeholder {
  color: #adc1ed;
  font-size: 14px;
}
.navbar-nav .form-inline .form-control:-ms-input-placeholder {
  color: #adc1ed;
  font-size: 14px;
}
.navbar-nav .form-inline .btn {
  flex: 0 0 66px;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 0px;
  border-radius: 2px;
}
.rank {
  background: #fff;
  border-radius: 3px;
  line-height: 40px;
  height: 40px;
  display: block;
  padding: 0 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ff7200;
}
.rank:hover {
  color: #ff7200;
  text-decoration: none;
}
.rank.user {
  color: #333;
  font-weight: 500;
}
.rank.user:hover {
  color: #333;
  text-decoration: none;
}
.rank img {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
.banner-box {
  width: 100%;
  height: 250px;
}
.banner-box .bg {
  display: flex;
  position: relative;
  width: 100%;
  flex: 1;
}
.banner-box .bg .lt {
  z-index: 1;
  height: 250px;
}
.banner-box .bg .lt img {
  width: 100%;
  height: 250px;
}
.banner-box .bg .rt {
  min-width: 1035px;
  position: absolute;
  right: 0px;
  top: 0;
  height: 250px;
}
.banner-box .bg .rt img {
  width: 100%;
  height: 250px;
}
.banner-box .cont {
  flex: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 2;
}
.banner-box .cont .top {
  width: 100%;
  display: flex;
  height: 58px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}
.banner-box .cont .top .rt {
  display: flex;
  justify-content: flex-end;
}
.banner-box .cont .row {
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}
.banner-box .cont .row h2 {
  flex: 1;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 15px;
}
.banner-box .cont .row form {
  flex: 1;
  background: #fff;
  border-radius: 3px;
  width: 35%;
  padding: 2px;
  height: 42px;
  justify-content: space-between;
}
.banner-box .cont .row form .form-control {
  background: #fff;
  border: none;
  flex: 1;
  outline: none;
}
.banner-box .cont .row form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.banner-box .cont .row form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.banner-box .cont .row form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.banner-box .cont .row form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.banner-box .cont .row form .btn {
  flex: 0 0 84px;
  line-height: 38px;
  background: #f0f0f0;
  text-align: center;
  color: #333;
  font-size: 14px;
  border: none;
  padding: 0px;
  border-radius: 2px;
}
.banner-box .lt {
  flex: 0 0 445px;
  display: flex;
  align-items: center;
}
.banner-box .rt {
  flex: 1;
  justify-content: flex-end;
}
.index-list {
  flex-direction: column;
  padding-bottom: 50px;
}
.index-list .index-hd {
  height: 52px;
  border-bottom: 2px solid #e0e0f1;
  padding-bottom: 7px;
  margin-top: 30px;
  position: relative;
}
.index-list .index-hd span {
  font-size: 32px;
  font-weight: 500;
  display: inline-block;
  color: #333;
  border-bottom: 2px solid #003cc7;
  padding-bottom: 5px;
  position: absolute;
  line-height: 45px;
  left: 0;
  top: 0;
}
.index-list .item {
  box-shadow: 0 2px 2px 0 #ececec;
  width:100%;
  margin-top: 11px;
  margin-bottom: 9px;
}
.index-list .item .itimg {
    height: 120px;
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.index-list .item img {
    max-width: fit-content;
    height: 120px;
    margin: 0 auto;
}
.index-list .item .p {
  color: #333;
  font-size: 12px;
  line-height: 17px;
  padding: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.pages {
  margin-top: 68px;
  padding-top: 32px;
  padding-bottom: 50px;
}
.pages h3 {
  color: #333;
  font-size: 36px;
  display: flex;
  align-items: center;
}
.pages h3 .star {
  color: #003CC7;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  background: rgba(248, 209, 29, 0.8);
  line-height: 30px;
  padding: 0 10px 0 5px;
  display: flex;
  align-content: center;
  align-items: center;
  margin-left: 7px;
}
.pages h3 .star img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.pages .desc {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}
.pages .nav-scroller {
  padding-top: 15px;
  margin-top: 0px;
}
.pages-img img {
  height: 350px;
}
.pages-cont {
  padding: 32px 0 180px 0;
}
.pages-cont p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0px;
}
.pages-cont p a {
  display: inline-block;
  font-size: 14px;
}
.kaitong {
  background: url(/images/Group\ 3.png) no-repeat 0 50% #003cc7;
  background-size: 166px 150px;
  width: 100%;
  height: 150px;
  padding-left: 166px;
}
.kaitong .d-flex {
  height: 150px;
}
.kaitong p {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 28px;
}
.kaitong p.f16 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
}
.kaitong .btn-kaitong {
  position: absolute;
  right: 50px;
  border-radius: 40px;
  background: #FFF;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 14px;
  display: flex;
  align-items: center;
}
.kaitong .btn-kaitong img {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}
.container {
  width: 1200px;
}
.form-head {
  padding-top: 100px;
  padding-bottom: 30px;
}
.form-head .name {
  font-size: 36px;
  color: #333;
  line-height: 50px;
  margin-bottom: 13px;
}
.form-head .desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
  width: 50%;
}
.form-head img {
  width: 60px;
  height: 60px;
  background: #D9D9D9;
}
.form-cont {
  padding-bottom: 30px;
}
.form-cont .head {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.needs-validation {
  padding-left: 25px;
  position: relative;
  padding-right: 5px;
}
.needs-validation::before {
  position: absolute;
  left: 0px;
  width: 5px;
  height: 100%;
  background: #809de3;
  border-radius: 5px;
  display: inline-block;
  top: 0px;
  content: '';
}
.needs-validation .btn {
  border-radius: 50px;
  background: #003CC7;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 43px;
}
.needs-validation .input-group {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: rgba(0, 0, 0, 0.03);
  padding: 14px 20px;
  margin-bottom: 10px;
}
.needs-validation .input-group + small {
  font-size: 14px;
  color: #969696;
}
.needs-validation .input-group .input-group-text {
  background: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  border: none;
  line-height: 22px;
}
.needs-validation .input-group .form-control {
  background: transparent;
  border: none;
  padding-left: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 22px;
  height: 22px;
}
.needs-validation .input-group .form-control:focus {
  outline: 0;
}
.needs-validation .input-group .form-control::-webkit-input-placeholder {
  color: #969696;
  font-size: 16px;
}
.needs-validation .input-group .form-control:-moz-placeholder {
  color: #969696;
  font-size: 16px;
}
.needs-validation .input-group .form-control::-moz-placeholder {
  color: #969696;
  font-size: 16px;
}
.needs-validation .input-group .form-control:-ms-input-placeholder {
  color: #969696;
  font-size: 16px;
}
.needs-validation .input-group .form-control + samll {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.needs-validation .custom-file {
  width: 400px;
  height: 100px;
  margin-bottom: 45px;
  margin-left: 18px;
}
.needs-validation .custom-file .custom-file-label {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: rgba(0, 0, 0, 0.03);
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
}
.needs-validation .custom-file .custom-file-label img {
  width: 32px;
  height: 32px;
}
.needs-validation .custom-file .custom-file-label::after {
  display: none;
}
.needs-validation .custom-file .custom-file-input {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: rgba(0, 0, 0, 0.03);
  width: 200px;
  height: 100px;
  margin-bottom: 11px;
}
.needs-validation .custom-file small {
  display: block;
  color: #333;
}
.needs-validation .eg {
  padding-right: 20px;
}
.needs-validation .eg img {
  width: 200px;
  height: 162px;
}
.modal-dialog.register .modal-content {
  border-radius: 10px;
  padding: 27px 40px;
  width: 440px;
  border: none;
}
.modal-dialog.register .modal-header {
  border-bottom: none;
  padding: 0;
  line-height: 28px;
  margin-bottom: 30px;
}
.modal-dialog.register .modal-header h5 {
  font-size: 20px;
  font-weight: 500;
}
.modal-dialog.register .modal-header a {
  font-size: 20px;
}
.modal-dialog.register .modal-header a.change {
  color: #003CC7;
  text-decoration: underline;
}
.modal-dialog.register .modal-body {
  padding: 0;
}
.modal-dialog.register .modal-footer {
  border-top: none;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 7px;
}
.modal-dialog.register .modal-footer > * {
  margin: 0;
}
.modal-dialog.register .modal-footer .btn {
  height: 50px;
  border-radius: 50px;
  flex: 0 0 110px;
  font-size: 16px;
  font-weight: 500;
}
.modal-dialog.register .modal-footer .btn.btn-lg {
  flex: 0 0 230px;
}
.modal-dialog.tips .modal-content {
  border-radius: 10px;
  padding: 27px 40px;
  width: 440px;
  border: none;
}
.modal-dialog.tips .modal-header {
  border-bottom: none;
  padding: 0;
  line-height: 28px;
  margin-bottom: 30px;
  justify-content: center;
}
.modal-dialog.tips .modal-header h5 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.modal-dialog.tips .modal-body {
  padding: 0;
}
.modal-dialog.tips .modal-body p {
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0px;
}
.modal-dialog.tips .modal-footer {
  border-top: none;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 48px;
  padding-bottom: 7px;
}
.modal-dialog.tips .modal-footer > * {
  margin: 0;
}
.modal-dialog.tips .modal-footer .btn {
  height: 50px;
  border-radius: 50px;
  flex: 0 0 110px;
  font-size: 16px;
  font-weight: 500;
}
.modal-dialog.tips .modal-footer .btn.btn-lg {
  flex: 0 0 230px;
}
.modal-dialog.pay .modal-content {
  border-radius: 10px;
  padding: 27px 40px;
  width: 440px;
  border: none;
}
.modal-dialog.pay .modal-header {
  border-bottom: none;
  padding: 0;
  line-height: 28px;
  margin-bottom: 30px;
  justify-content: center;
}
.modal-dialog.pay .modal-header h5 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.modal-dialog.pay .modal-body {
  padding: 0;
}
.modal-dialog.pay .modal-body p {
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0px;
}
.modal-dialog.pay .modal-body .qcode-hd {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 50px;
}
.modal-dialog.pay .modal-body .qcode-hd a {
  border-radius: 5px;
  background: #F7F7F7;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  width: 170px;
  height: 100px;
  display: block;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-dialog.pay .modal-body .qcode-hd a.active {
  background: #003CC7;
  color: #fff;
}
.modal-dialog.pay .modal-body .qcode-hd a.active strong {
  color: #fff;
}
.modal-dialog.pay .modal-body .qcode-hd a:hover {
  text-decoration: none;
}
.modal-dialog.pay .modal-body .qcode-hd a strong {
  color: #ff7200;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  display: block;
  line-height: 34px;
}
.modal-dialog.pay .modal-body .qcode-bd {
  margin: 0 auto;
  padding-top: 20px;
}
.modal-dialog.pay .modal-body .qcode-bd img {
  background: #D9D9D9;
  height: 193px;
  width: 193px;
  margin: 0 auto;
}
.modal-dialog.pay .modal-body .qcode-bd p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 11px;
}
.modal-dialog.pay .modal-footer {
  border-top: none;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 48px;
  padding-bottom: 7px;
}
.modal-dialog.pay .modal-footer > * {
  margin: 0;
}
.modal-dialog.pay .modal-footer .btn {
  height: 50px;
  border-radius: 50px;
  flex: 0 0 110px;
  font-size: 16px;
  font-weight: 500;
}
.modal-dialog.pay .modal-footer .btn.btn-lg {
  flex: 0 0 230px;
}
.form-signin .tips {
  color: #969696;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.form-signin .tips p {
  margin-bottom: 13px;
}
.form-signin .form-label-group {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: rgba(0, 0, 0, 0.03);
  padding: 14px 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-signin .form-label-group label {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  border: none;
  line-height: 22px;
  margin-bottom: 0;
  flex: 1;
}
.form-signin .form-label-group .form-control {
  background: transparent;
  border: none;
  padding-left: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 22px;
  height: 22px;
  padding-right: 0;
  flex: 3;
}
.form-signin .form-label-group .form-control:focus {
  outline: 0;
}
.form-signin .form-label-group .form-control::-webkit-input-placeholder {
  color: #969696;
  font-size: 16px;
}
.form-signin .form-label-group .form-control:-moz-placeholder {
  color: #969696;
  font-size: 16px;
}
.form-signin .form-label-group .form-control::-moz-placeholder {
  color: #969696;
  font-size: 16px;
}
.form-signin .form-label-group .form-control:-ms-input-placeholder {
  color: #969696;
  font-size: 16px;
}
.manage-head {
  margin-top: 88px;
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between;
  align-items: center;
}
.manage-head .name {
  font-size: 36px;
  color: #333;
  line-height: 50px;
}
.manage-head .btn-add {
  border-radius: 3px;
  background: #ECECEC;
  width: 127px;
  height: 40px;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.manage-head .btn-add img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.manage-table {
  font-size: 16px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 60, 199, 0.1);
  color: #333;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
  border: none;
}
.manage-table .orange {
  color: #ff7200;
  display: inline-block;
}
.manage-table th {
  padding: 19px 20px;
  line-height: 22px;
  border-bottom: 0.5px solid #ECECEC !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  vertical-align: middle !important;
}
.manage-table tr {
  background: #FFF;
}
.manage-table td {
  padding: 10px 20px;
  line-height: 40px;
  border-bottom: 0.5px solid #ECECEC !important;
  border-right: 0 !important;
  border-left: 0 !important;
  vertical-align: middle;
}
.manage-table .btn {
  background: #F2F2F2;
  line-height: 20px;
  padding: 10px 8px;
  border: none;
  border-radius: 0px;
  margin-left: 10px;
  font-size: 14px;
}
.manage-table .btn:first-child {
  margin-left: 0;
}
.manage-table .btn.default {
  color: #003CC7;
}
.manage-table .btn.on {
  color: #333;
}
.manage-table .btn.off {
  color: #d94125;
}
.manage-table .btn.btn-check {
  color: #fff;
  background: #ff7200;
}
.manage-desc {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  width: 40%;
  margin-bottom: 20px;
}
.manage-desc .hd {
  font-weight: 500;
}
.manage-desc .bd {
  margin-bottom: 10px;
}
.manage-desc .ft {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.manage-desc .ft img {
  width: 70px;
  height: 70px;
  background: #D9D9D9;
  margin-top: 5px;
}
.pay-info {
  padding-left: 40px;
  position: relative;
  padding-right: 45px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.pay-info::before {
  position: absolute;
  left: 0px;
  width: 5px;
  height: 100%;
  background: #809de3;
  border-radius: 5px;
  display: inline-block;
  top: 0px;
  content: '';
}
.pay-info .row {
  margin-bottom: 18px;
}
.pay-info .row:last-child {
  margin-bottom: 0px;
}
.pay-info .label {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  flex: 0 0 90px;
}
.pay-info .rt {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  flex: 1;
}
.page-pay p {
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0px;
}
.page-pay .box {
  padding-left: 25px;
  position: relative;
  padding-right: 45px;
}
.page-pay .box::before {
  position: absolute;
  left: 0px;
  width: 5px;
  height: 100%;
  background: #809de3;
  border-radius: 5px;
  display: inline-block;
  top: 0px;
  content: '';
}
.page-pay .box p {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}
.page-pay .box .qcode-hd {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
}
.page-pay .box .qcode-hd a {
  border-radius: 5px;
  background: #F7F7F7;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  width: 300px;
  height: 120px;
  display: block;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
}
.page-pay .box .qcode-hd a:last-child {
  margin-bottom: 0;
}
.page-pay .box .qcode-hd a.active {
  background: #003CC7;
  color: #fff;
}
.page-pay .box .qcode-hd a.active strong {
  color: #fff;
}
.page-pay .box .qcode-hd a:hover {
  text-decoration: none;
}
.page-pay .box .qcode-hd a strong {
  color: #ff7200;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  display: block;
  line-height: 34px;
  margin-top: 18px;
}
.page-pay .box .qcode-bd {
  margin: 0 auto;
  padding-top: 20px;
}
.page-pay .box .qcode-bd img {
  background: #D9D9D9;
  height: 193px;
  width: 193px;
}
.page-pay .box .qcode-bd p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 11px;
}
.btn-primary {
  border-radius: 50px;
  background: #003CC7;
  border: 1px solid #003CC7;
}
.btn-secondary {
  border-radius: 50px;
  background: #F7F7F7;
  color: #000;
  border: 1px solid #F7F7F7;
}
.btn-danger {
  border-radius: 50px;
  background: #D94125;
  border: 1px solid #D94125;
}
.modal-backdrop.show {
  opacity: .2;
}
@media (max-width: 991.98px) {
  .container {
    width: -webkit-fill-available;
    max-width: -webkit-fill-available;
  }
  .navbar {
    padding-right: 20px;
    padding-left: 20px;
    height: 68px;
  }
  .pages {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .pages h3 {
    font-size: 18px;
  }
  .pages h3 .star {
    font-size: 12px;
    margin-left: 4px;
    padding: 0 5px;
    line-height: 24px;
    transform: scale(0.8);
  }
  .pages h3 .star img {
    width: 14px;
    height: 14px;
    margin-right: 3px;
  }
  .pages-img img {
    height: auto;
    width: -webkit-fill-available;
  }
  .pages-cont {
    padding: 20px 10px 50px 10px;
  }
  .kaitong {
    height: 100px;
    background-size: 100px 100px;
    padding-left: 100px;
  }
  .kaitong .d-flex {
    height: 100px;
  }
  .kaitong p {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .kaitong .btn-kaitong {
    right: 10px;
    font-size: 14px;
    padding: 5px 7px;
    top: 8px;
  }
  .kaitong .btn-kaitong img {
    width: 10px;
    height: 10px;
    margin-right: 3px;
  }
  .form-head {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 15px;
  }
  .form-head .name {
    font-size: 20px;
    line-height: 28px;
  }
  .form-head .desc {
    width: 100%;
  }
  .form-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-cont .head {
    font-size: 16px;
  }
  .manage-head {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    margin-top: 80px;
  }
  .manage-head .name {
    font-size: 20px;
  }
  .manage-head .btn-add {
    font-size: 12px;
    padding: 5px 4px;
    width: 120px;
    height: 30px;
  }
  .manage-table {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
  .manage-table th {
    padding: 5px;
  }
  .manage-table td {
    padding: 5px;
    line-height: 20px;
  }
  .manage-table .btn {
    font-size: 12px;
    padding: 5px 4px;
    margin-bottom: 5px;
  }
  .manage-table .btn:last-child {
    margin-bottom: 0px;
  }
  .manage-desc {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
  .page-pay .box .qcode-hd a {
    width: 120px;
    font-size: 14px;
    line-height: 20px;
  }
  .modal-dialog {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  .modal-dialog.register .modal-content {
    padding: 15px 20px;
    width: 100%;
  }
  .modal-dialog.register .modal-header {
    margin-bottom: 15px;
  }
  .modal-dialog.register .modal-header h5 {
    font-size: 18px;
  }
  .modal-dialog.register .modal-header a {
    font-size: 18px;
  }
  .modal-dialog.register .modal-footer {
    padding-top: 10px;
  }
  .modal-dialog.register .modal-footer .btn {
    height: 40px;
  }
  .modal-dialog.register .modal-footer .btn.btn-lg {
    flex: 0 0 60%;
  }
  .modal-dialog.tips .modal-content {
    padding: 15px 20px;
    width: 100%;
  }
  .modal-dialog.tips .modal-header {
    margin-bottom: 15px;
  }
  .modal-dialog.tips .modal-header h5 {
    font-size: 18px;
  }
  .modal-dialog.tips .modal-header a {
    font-size: 18px;
  }
  .modal-dialog.tips .modal-body {
    padding-bottom: 10px;
  }
  .modal-dialog.tips .modal-body p {
    font-size: 14px;
    line-height: 22px;
  }
  .modal-dialog.tips .modal-footer {
    padding-top: 10px;
  }
  .modal-dialog.tips .modal-footer .btn {
    height: 40px;
  }
  .modal-dialog.tips .modal-footer .btn.btn-lg {
    flex: 0 0 60%;
  }
  .modal-dialog.pay .modal-content {
    padding: 15px 20px;
    width: 100%;
  }
  .modal-dialog.pay .modal-header {
    margin-bottom: 15px;
  }
  .modal-dialog.pay .modal-header h5 {
    font-size: 18px;
  }
  .modal-dialog.pay .modal-header a {
    font-size: 18px;
  }
  .modal-dialog.pay .modal-body {
    width: 100%;
  }
  .modal-dialog.pay .modal-body .qcode-hd {
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .modal-dialog.pay .modal-body .qcode-hd a {
    width: 120px;
    height: 80px;
    font-size: 14px;
    margin: 0 10px;
  }
  .modal-dialog.pay .modal-body .qcode-hd a strong {
    font-size: 14px;
  }
  .modal-dialog.pay .modal-body .qcode-bd {
    padding-top: 10px;
  }
  .form-signin .form-label-group {
    padding: 14px 10px;
    margin-bottom: 15px;
  }
  .needs-validation::before {
    width: 3px;
  }
  .needs-validation .input-group {
    padding: 7px 10px;
  }
  .needs-validation .input-group .input-group-text {
    font-size: 14px;
  }
  .needs-validation .input-group .form-control {
    font-size: 14px;
  }
  .needs-validation .input-group .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .needs-validation .input-group .form-control:-moz-placeholder {
    font-size: 14px;
  }
  .needs-validation .input-group .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .needs-validation .input-group .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .needs-validation .eg {
    margin-left: 20px;
  }
  .offcanvas-collapse {
    position: fixed;
    top: 68px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #003CC7;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .offcanvas-collapse.open .navbar-nav .form-inline {
    margin-left: 0px;
  }
  .offcanvas-collapse.open .rank {
    margin-top: 10px;
  }
  footer {
    padding: 10px 10px;
  }
  footer .a {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  footer .b a {
    font-size: 12px;
  }
  .bg-white .offcanvas-collapse {
    background-color: #fff;
  }
  .bg-white .offcanvas-collapse.open {
    background-color: #fff;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .banner-box .lt {
    flex: 0 0 35%;
  }
  .banner-box .cont .top {
    margin-bottom: 0px;
  }
  .banner-box .cont .row h2 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .banner-box .cont .row form {
    width: 100%;
  }
  .index-list .index-hd {
    margin-top: 15px;
  }
  .index-list .index-hd span {
    font-size: 18px;
  }
  .index-list .item {
    width: 100%;
  }
  .nav-underline .nav-link{
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 375px) {
  .banner-box .lt {
    flex: 0 0 35%;
  }
  .banner-box .cont {
    left: 0;
    max-width: 375px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-box .cont .top {
    margin-bottom: 0px;
  }
  .banner-box .cont .row h2 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .banner-box .cont .row form {
    width: 100%;
  }
  .index-list {
    margin-left: 20px;
    margin-right: 20px;
  }
  .index-list .index-hd {
    margin-top: 15px;
  }
  .index-list .index-hd span {
    font-size: 18px;
  }
  .index-list .item {
    width: 100%;
  }
  .nav-underline .nav-link{
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .banner-box .cont .row form {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: -webkit-fill-available;
    padding-left: 50px;
    padding-right: 50px;
  }
}
/*前台翻页样式*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #22aabb;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #22aabb;
  border-color: #22aabb;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
