.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .nav-link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown > .dropdown-menu {
  left: 50%;
  transform: translate(-50%, 12px);
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu {
  width: 13.4rem;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 5rem;
  position: relative;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:hover {
  color: #326CFE;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:hover::before {
  content: "";
  position: absolute;
  background: #326CFE;
  width: 0.2rem;
  height: 1rem;
  left: 1rem;
  bottom: 50%;
  margin-bottom: -0.5rem;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-item {
  color: #326CFE;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-submenu:hover::before {
  content: "";
  position: absolute;
  background: #326CFE;
  width: 0.2rem;
  height: 1rem;
  left: 1rem;
  bottom: 50%;
  margin-bottom: -0.5rem;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
  width: 13.4rem;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu .dropdown-item {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu .dropdown-item:hover {
  color: #326CFE;
}
.navbar #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu .dropdown-item:hover::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.navbar .message {
  position: relative;
}
.navbar .message .sign {
  position: absolute;
  top: -1.1rem;
  right: -1.1rem;
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #ff0000;
  color: #ffffff;
  text-align: center;
  line-height: 2.2rem;
  font-size: 1.2rem;
}
.navbar .userinfo img {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
}
.navbar .userinfo a {
  font-size: 1.6rem;
}
.navbar .userinfo span {
  font-size: 1.6rem;
}

.bookmark {
  width: 100%;
  background: #F5F6F8;
}
.bookmark .left {
  flex: 1 1 auto;
  height: 8.6rem;
}
.bookmark .center {
  min-width: 120rem;
  width: 120rem;
  display: flex;
  align-items: center;
}
.bookmark .center .list {
  display: flex;
  align-items: center;
}
.bookmark .center .list .item {
  display: flex;
  align-items: center;
  min-width: 23.8rem;
  width: 23.8rem;
  height: 8.6rem;
  justify-content: center;
}
.bookmark .center .list .item img {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.5rem;
}
.bookmark .center .list .item span {
  color: #333333;
  font-size: 1.6rem;
}
.bookmark .center .list .item:last-child {
  margin-right: 3rem;
}
.bookmark .center .list .item.selected {
  background: #326CFE;
}
.bookmark .center .list .item.selected span {
  color: #ffffff;
}
.bookmark .center .inputview {
  display: flex;
  align-items: center;
  border: 1px solid #CDCDCD;
  border-radius: 1rem;
}
.bookmark .center .inputview input {
  padding: 0 1.2rem;
  min-width: 40rem;
  width: 40rem;
  height: 3rem;
  border-right: 1px solid #CDCDCD;
}
.bookmark .center .inputview img {
  width: 4.4rem;
  min-width: 4.4rem;
  height: 4.4rem;
}
.bookmark .right {
  flex: 1 1 auto;
  height: 8.6rem;
}

.page-main {
  background: url("../images/jyqqfw-bg.png") no-repeat;
  background-size: 100% 91.9rem;
}
.page-main .jyqqfw-box {
  padding-top: 6.7rem;
  height: 100%;
}
.page-main .jyqqfw-box .head-title {
  font-size: 4rem;
  color: #333333;
  margin-bottom: 0.5rem;
  text-align: center;
}
.page-main .jyqqfw-box .head-subtitle {
  font-size: 1.4rem;
  color: #333333;
  text-align: center;
  margin-bottom: 4.3rem;
}
.page-main .jyqqfw-box .library {
  width: 100%;
  box-shadow: 0 0 1rem rgba(50, 108, 254, 0.16);
  display: flex;
}
.page-main .jyqqfw-box .library .youshi {
  width: 120rem;
  padding: 3.7rem 2.5rem;
  /* background: url("../images/gjywys-bg.png") no-repeat; */
}
.page-main .jyqqfw-box .library .youshi .title {
  color: #333333;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
}
.page-main .jyqqfw-box .library .youshi .exp {
  font-size: 1.8rem;
  color: #666666;
  margin-bottom: 2.8rem;
}
.page-main .jyqqfw-box .library .youshi ul li {
  display: flex;
}
.page-main .jyqqfw-box .library .youshi ul li img {
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.4rem;
  margin-right: 1.1rem;
}
.page-main .jyqqfw-box .library .youshi ul li > div {
  flex: 1 1 auto;
  margin-bottom: 2.5rem;
}
.page-main .jyqqfw-box .library .youshi ul li > div .words1 {
  font-size: 1.8rem;
  color: #666666;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.page-main .jyqqfw-box .library .youshi ul li > div .words2 {
  font-size: 1.3rem;
  color: #999999;
  line-height: 1;
  margin-top: 1rem;
}
 .other {
  flex: 1 1 auto;
  background: #ffffff;
  margin-bottom: 15rem;
  margin-top: 10rem;
  box-shadow: 0 0 1rem rgba(50, 108, 254, 0.16);

}
 .other .jiaoxue {
  padding: 3.6rem 4.9rem 0 2.3rem;
  border-bottom: 1px solid #EBEEF4;
}
 .other .jiaoxue .title {
  font-size: 1.6rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 4.7rem;
}
 .other .jiaoxue img {
  width: 100%;
  min-width: 83.1rem;
  height: 5.9rem;
}
 .other .jiaoxue ul {
  display: flex;
  margin-top: 2rem;
  /* padding: 0.9rem 4.3rem 2rem 3.9rem; */
}
 .other .jiaoxue ul li {
  width: 15rem;
  /* min-width: 9.5rem; */
  /* margin-right: 3.5rem; */
  margin-left: 4rem;
}
 .other .jiaoxue ul li .name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
 .other .jiaoxue ul li .exp {
  color: #666666;
  font-size: 1.3rem;
}
 .other .jiaoxue ul li:nth-child(2n+1) .name {
  color: #326CFE;
}
 .other .jiaoxue ul li:last-child {
  margin-right: 0;
}
 .other .address-cost {
  display: flex;
}
 .other .address-cost .address {
  padding: 2.6rem 3.5rem 5.2rem 2.6rem;
  border-right: 1px solid #EBEEF4;
}
 .other .address-cost .address .title {
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.1rem;
}
 .other .address-cost .address #Tmap {
  height: 14.3rem;
  margin-bottom: 1.6rem;
}
 .other .address-cost .address .gnzzck {
  margin-bottom: 0.6rem;
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
}
 .other .address-cost .address .dizhi {
  color: #999999;
  font-size: 1.3rem;
}
 .other .address-cost .cost {
  padding: 2.6rem 3.5rem 5.2rem 2.6rem;
  flex: 1 1 auto;
}
 .other .address-cost .cost .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 1.4rem;
}
 .other .address-cost .cost .table {
  display: table;
  width: 100%;
}
 .other .address-cost .cost .table .tr {
  display: table-row;
}
 .other .address-cost .cost .table .tr .th {
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  font-size: 1.5rem;
  font-weight: bolder;
}
 .other .address-cost .cost .table .tr .th .thh {
  line-height: 3.6rem;
  padding-left: 2.2rem;
  font-size: 1.3rem;
}
 .other .address-cost .cost .table .tr .th .thh:first-child {
  border-bottom: 0.1rem solid #ffffff;
}
 .other .address-cost .cost .table .tr .th:first-child {
  border-right: 1px solid #ffffff;
  padding-left: 2.4rem;
}
 .other .address-cost .cost .table .tr .td {
  display: table-cell;
  line-height: 3.8rem;
  padding-left: 2.2rem;
  color: #333333;
  font-size: 1.3rem;
}
 .other .address-cost .cost .table .tr:nth-child(2n) {
  background: #F5F6F8;
}
 .other .address-cost .cost .table .tr:nth-child(2n+1) {
  background: #E8E8E8;
}
.page-main .jiagezhuanqu {
  padding-bottom: 6.8rem;
}
.page-main .jiagezhuanqu .title-box {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
.page-main .jiagezhuanqu .title-box .title {
  font-size: 4rem;
  color: #333333;
}
.page-main .jiagezhuanqu .title-box .subtitle {
  font-size: 1.4rem;
  color: #666666;
}
.page-main .jiagezhuanqu .title-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 100%;
  background: #326CFE;
}
.page-main .jiagezhuanqu .list {
  display: flex;
  flex-wrap: wrap;
}
.page-main .jiagezhuanqu .list .item {
  box-shadow: 0 0 0.6rem rgba(50, 108, 254, 0.16);
  border-radius: 1rem;
  overflow: hidden;
  width: 220px;
  height: 300px;
  
}
.page-main .jiagezhuanqu .list .item>img{
  width: 100%;
}
.page-main .jiagezhuanqu .list .item .content {
  padding: 1.7rem 1.7rem 2rem;
}
.page-main .jiagezhuanqu .list .item .content .name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.page-main .jiagezhuanqu .list .item .content .price-box {
  display: flex;
  align-items: center;
}
.page-main .jiagezhuanqu .list .item .content .price-box .price {
  color: #FF0100;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 1.2rem;
}
.page-main .jiagezhuanqu .list .item .content .price-box .tag {
  border: 1px solid #326CFE;
  color: #326CFE;
  font-size: 1.2rem;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  border-radius: 0.2rem;
}

.page-main .friend {
  padding: 8.5rem 0 8.4rem;
}
.page-main .friend .head-title {
  font-size: 4rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.5rem;
}
.page-main .friend .subtitle {
  font-size: 1.4rem;
  color: #333333;
  text-align: center;
  margin-bottom: 6rem;
}
.page-main .friend ul li {
  height: 10.9rem;
}

.page-bottom {
  background-color: #000000;
  color: #ffffff;
  padding: 10rem calc((100% - 120rem) / 2) 2rem;
}
.page-bottom .quyu1 {
  display: flex;
}
.page-bottom .quyu1 .left img {
  max-width: 100%;
  height: auto;
}
.page-bottom .quyu1 .left span {
  display: block;
}
.page-bottom .quyu1 .center {
  flex: 1 1 auto;
}
.page-bottom .quyu1 .center img {
  max-width: 100%;
  height: auto;
}
.page-bottom .quyu1 .right .box1 {
  display: flex;
  text-align: center;
  margin-bottom: 1.3rem;
}
.page-bottom .quyu1 .right .box1 > div img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.page-bottom .quyu1 .right .box2 {
  display: flex;
  text-align: center;
  justify-content: flex-end;
}
.page-bottom .quyu1 .right .box2 img {
  max-width: 100%;
  height: auto;
  margin-left: 2.3rem;
}
.page-bottom .quyu2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #4A4A4A 1px solid;
  margin-bottom: 1.9rem;
  margin-top: 3.3rem;
}
.page-bottom .quyu2 .links a {
  margin-right: 10rem;
}
.page-bottom .quyu2 .apps {
  display: flex;
  align-items: center;
}
.page-bottom .quyu2 .apps img {
  width: 16.8rem;
  height: auto;
}

.ckwl-ysz-modal {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  display: none;
}
.ckwl-ysz-modal .popup-main {
  width: 92.4rem;
  min-width: 92.4rem;
  background: #ffffff;
  margin-top: 18rem !important;
}
.ckwl-ysz-modal .popup-main .head {
  width: 100%;
  display: flex;
  align-items: center;
  background: #E1EBF9;
  padding: 1.1rem 1.7rem 1.4rem 1.9rem;
}
.ckwl-ysz-modal .popup-main .head span {
  color: #3885F8;
}
.ckwl-ysz-modal .popup-main .head img {
  margin-left: auto;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
}
.ckwl-ysz-modal .popup-main .popup-box {
  padding: 2.2rem 2.5rem 2.2rem 1.9rem;
}
.ckwl-ysz-modal .popup-main .popup-box .box {
  background: #F7F7F9;
  display: flex;
  align-items: center;
  height: 5rem;
  margin-bottom: 4.8rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}
.ckwl-ysz-modal .popup-main .popup-box .box img {
  width: 3.9rem;
  min-width: 3.9rem;
  height: 2rem;
  border-radius: 0.9rem;
  margin-right: 0.5rem;
}
.ckwl-ysz-modal .popup-main .popup-box .box span {
  color: #333333;
  font-size: 1.6rem;
}
.ckwl-ysz-modal .popup-main .popup-box .box .copy {
  margin-left: auto;
  padding-right: 1rem;
}
.ckwl-ysz-modal .popup-main .popup-box .box .lxkf {
  padding-left: 1rem;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul {
  height: 35rem;
  overflow-y: auto;
  pointer-events: all;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li {
  position: relative;
  padding-left: 4.5rem;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li .right {
  padding-bottom: 1.6rem;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li .right p {
  line-height: 1;
  padding-bottom: 0.5rem;
  color: #999999;
  font-size: 1.6rem;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 100%;
  background: #eeeeee;
  left: 1rem;
  top: 0;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li::after {
  content: "";
  position: absolute;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #DFE1E6;
  left: 0;
  top: 0;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li.pass::after {
  content: "";
  position: absolute;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #999999;
  left: 0;
  top: 0;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li.pass:first-child .right p:first-child {
  color: #ff0000;
}
.ckwl-ysz-modal .popup-main .popup-box .step-box ul li.pass:first-child::after {
  background: #ff0000;
}

@media (max-width: 768px) {
  #navbarTogglerDemo01 .navbar-nav .nav-item .nav-link {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
  }
  #navbarTogglerDemo01 .navbar-nav .nav-item .dropdown > .dropdown-menu {
    background: rgba(0, 0, 0, 0);
    transform: translateX(0%) !important;
  }
}

/*# sourceMappingURL=guojifuwu.css.map */
