.site-wrapper {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: AlibabaPuHuiTi;
}
.site-wrapper a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.site-wrapper .flex-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.site-wrapper .flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-wrapper .w1200 {
  width: 1200px;
}
.site-wrapper .fs20 {
  font-size: 20px;
}
.site-wrapper .fs24 {
  font-size: 24px;
}
.site-wrapper .fs16 {
  font-size: 16px;
}
.site-wrapper .fs36 {
  font-size: 36px;
}
.site-wrapper .fs12 {
  font-size: 12px;
}
.site-wrapper .fs14 {
  font-size: 14px;
}
.site-wrapper .fwn {
  font-weight: normal;
}
.site-wrapper .fw500 {
  font-weight: 500;
}
.site-wrapper .fw300 {
  font-weight: 300;
}
.site-wrapper .fw800 {
  font-weight: 800;
}
.site-wrapper .fwb {
  font-weight: bold;
}
.site-wrapper .header-default {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: white;
  box-shadow: 0px 5px 15px 1px #ccd7db;
  -moz-box-shadow: 0px 5px 15px 1px #ccd7db;
  -webkit-box-shadow: 0px 5px 15px 1px #ccd7db;
}
.site-wrapper .header-default .header-wrap {
  padding-top: 18px;
}
.site-wrapper .header-default .header-wrap .site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}
.site-wrapper .header-default .header-wrap .site-info .site-scene {
  line-height: 20px;
  color: #222222;
}
.site-wrapper .header-default .header-wrap .site-info .follow-us {
  position: relative;
}
.site-wrapper .header-default .header-wrap .site-info .follow-us .follow-qrcode {
  display: none;
  position: absolute;
  bottom: -180px;
  left: -50px;
  z-index: 9;
  padding: 5px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  background-color: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.site-wrapper .header-default .header-wrap .site-info .follow-us .follow-qrcode img {
  width: 150px;
  height: 150px;
}
.site-wrapper .header-default .header-wrap .site-info .follow-us .follow-qrcode::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.site-wrapper .header-default .header-wrap .site-info .follow-us:hover .follow-qrcode {
  display: block;
}
.site-wrapper .header-default .header-wrap .site-info .isLogin {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 20px;
  font-weight: 400;
  color: #00b4e8;
}
.site-wrapper .header-default .header-wrap .site-info .isLogin .is-login-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #00b4e8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b4e8;
  font-size: 15px;
}
.site-wrapper .header-default .header-wrap .site-info .site-l {
  display: flex;
  align-items: center;
  column-gap: 17px;
}
.site-wrapper .header-default .header-wrap .site-info .site-l .site-logo {
  width: 53px;
  height: 53px;
}
.site-wrapper .header-default .header-wrap .site-info .site-l .site-name {
  color: #222222;
}
.site-wrapper .header-default .header-wrap .site-info .site-l .site-store-name {
  font-size: 24px;
  font-weight: 400;
  color: #00b4e8;
}
.site-wrapper .header-default .header-wrap .site-info .site-R {
  display: flex;
  align-items: center;
  column-gap: 17px;
}
.site-wrapper .header-default .header-wrap .site-info .site-R span {
  cursor: pointer;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .dropdown li a {
  padding: 8px 20px;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .search-box {
  width: 337px;
  height: 40px;
  border-radius: 25px;
  border: 1px solid #ccd7db;
  padding: 0 25px 0 17px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .search-box .search-inp {
  width: 258px;
  outline: none;
  border: none;
  margin-top: 3px;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .search-box .search-icon {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .login-info {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  position: relative;
  font-size: 18px;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .login-info .info {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .login-info .info .avatar {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .login-info a {
  color: #00b4e8;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .login-info a.logout {
  margin-left: 10px;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .login-info:hover .popup {
  display: block;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .login-info .popup {
  position: absolute;
  bottom: -100px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  display: none;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  background-color: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 999;
  padding: 10px;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .login-info .popup::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .login-info .popup li {
  width: 100%;
  margin: 10px 0;
  display: inline-block;
  text-align: center;
}
.site-wrapper .header-default .header-wrap .site-info .site-R .register-btn {
  height: 40px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00b4e8;
  color: white;
  border-radius: 28px;
  cursor: pointer;
}
.site-wrapper .header-default .header-wrap .store-nav {
  margin-top: 21px;
  display: grid;
  grid-template-columns: auto 295px;
  align-items: center;
  justify-content: space-between;
  column-gap: 50px;
}
.site-wrapper .header-default .header-wrap .store-nav .store-tabs {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  height: 65px;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
}
.site-wrapper .header-default .header-wrap .store-nav .store-tabs .sel-tab {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  background: #00b4e8 !important;
}
.site-wrapper .header-default .header-wrap .store-nav .store-tabs > li {
  width: 179px;
  height: 65px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-wrapper .header-default .header-wrap .store-nav .nav-r {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.site-wrapper .header-default .header-wrap .store-nav .nav-r .store-car {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.site-wrapper .header-default .header-wrap .store-nav .nav-r .fast-order {
  width: 170px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-wrapper .header-default .header-wrap .store-nav .nav-r .active {
  color: #ffffff;
  background-color: #00b4e8;
}
.site-wrapper .header-default .header-wrap .tabs {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  height: 40px;
  justify-content: space-between;
  color: #222222;
  white-space: nowrap;
  position: relative;
}
.site-wrapper .header-default .header-wrap .tabs .sel-tab {
  color: #00b4e8;
  font-weight: 500;
  position: relative;
}
.site-wrapper .header-default .header-wrap .tabs .sel-tab::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #00b4e8;
}
.site-wrapper .header-default .header-wrap .tabs > li {
  cursor: pointer;
}
.site-wrapper .header-default .header-wrap .tabs::-webkit-scrollbar {
  height: 0;
}
.site-wrapper .footer-box {
  width: 100%;
  padding-top: 75px;
  background: #222222;
  color: #ffffff;
}
.site-wrapper .footer-box .compang-info {
  display: grid;
  grid-template-columns: 470px 670px;
  column-gap: 60px;
  padding-bottom: 30px;
}
.site-wrapper .footer-box .compang-info .feedback {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-wrapper .footer-box .compang-info .feedback .contact {
  width: 100%;
  height: 108px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #eaeff0;
}
.site-wrapper .footer-box .compang-info .feedback .site-infos {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 67px;
}
.site-wrapper .footer-box .compang-info .feedback .site-infos > .site-name-info {
  display: flex;
  align-items: center;
  column-gap: 17px;
}
.site-wrapper .footer-box .compang-info .about .search-bar {
  width: 100%;
  height: 42px;
  padding-left: 15.5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #3d3d3d;
  margin-top: 29px;
}
.site-wrapper .footer-box .compang-info .about .search-bar .search-input {
  width: calc(100% - 145.5px);
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
}
.site-wrapper .footer-box .compang-info .about .search-bar .search-btn {
  width: 130px;
  height: 42px;
  background: #ffffff;
  color: #222222;
  cursor: pointer;
}
.site-wrapper .footer-box .compang-info .about .links-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
.site-wrapper .footer-box .compang-info .about .links-box .links-wrap {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 45px;
  row-gap: 30px;
}
.site-wrapper .footer-box .compang-info .about .links-box .links-wrap > span {
  cursor: pointer;
}
.site-wrapper .footer-box .compang-info .about .links-box .offical {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}
.site-wrapper .footer-box .compang-info .about .links-box .offical .offical-item {
  line-height: 12px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
.site-wrapper .footer-box .compang-info .about .links-box .offical .offical-item .offical-img {
  width: 140px;
  height: 140px;
}
.site-wrapper .footer-box .friend-list {
  width: 1200px;
  background-color: #3d3d3d;
  padding: 15px 0;
  margin-bottom: 30px;
}
.site-wrapper .footer-box .copyright {
  width: 100%;
  padding: 39px 0;
  border-top: solid 1px #ccd7db;
  line-height: 12px;
  color: #ffffff;
}
.site-wrapper .my-tab {
  width: 100%;
}
.site-wrapper .my-tab .tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 2px solid #ccd7db;
  margin-bottom: 40px;
}
.site-wrapper .my-tab .tabs .tab-item {
  font-size: 24px;
  font-weight: normal;
  color: #222222;
  cursor: pointer;
  padding-bottom: 20px;
}
.site-wrapper .my-tab .tabs .sel-tab {
  color: #00b4e8 !important;
  border-bottom: 2px solid #00b4e8;
}
.site-wrapper .my-tab .line {
  width: 100%;
  height: 0px;
  border: 1px solid #ccd7db;
  margin-top: 23px;
  position: relative;
  margin-bottom: 45px;
}
.site-wrapper .my-tab .line .sel-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 0;
  border: 2px solid #00b4e8;
}
.site-wrapper .tab-analog {
  width: 100%;
}
.site-wrapper .tab-analog .tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 2px solid #ccd7db;
  margin-bottom: 40px;
}
.site-wrapper .tab-analog .tabs .tab-item {
  font-size: 24px;
  font-weight: normal;
  color: #666;
  cursor: pointer;
  padding: 20px 0;
  width: 250px;
  background-color: #efefef;
  text-align: center;
}
.site-wrapper .tab-analog .tabs .sel-tab {
  background-color: #00b4e8 !important;
  color: #fff;
}
.site-wrapper .tab-analog .line {
  width: 100%;
  height: 0px;
  border: 1px solid #ccd7db;
  margin-top: 23px;
  position: relative;
  margin-bottom: 45px;
}
.site-wrapper .tab-analog .line .sel-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 0;
  border: 2px solid #00b4e8;
}
.site-wrapper .my-category {
  position: relative;
  background: #ebf1f3;
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  row-gap: 10px;
  height: fit-content;
}
.site-wrapper .my-category .category-sel {
  color: #00b4e8;
  border-left: 3px solid #00b4e8;
  background: #fff;
}
.site-wrapper .my-category .sel-block {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 50px;
  background: #ffffff;
}
.site-wrapper .my-category .sel-block::after {
  content: "";
  width: 2px;
  height: 22px;
  background: #00b4e8;
  position: absolute;
  left: 0;
  top: 15px;
}
.site-wrapper .my-category .category-item {
  width: 100%;
  height: 50px;
  z-index: 2;
  cursor: pointer;
}
.site-wrapper .my-category .category-item a {
  width: 100%;
  text-align: center;
}
.site-wrapper .my-category .category-item:hover {
  color: #00b4e8;
  border-left: 3px solid #00b4e8;
  background: #fff;
}
.site-wrapper .my-customer {
  position: sticky;
  top: 30px;
}
.site-wrapper .my-customer > .title {
  font-size: 20px;
  font-weight: bold;
  color: #00b4e8;
  position: relative;
  padding-left: 16px;
}
.site-wrapper .my-customer .title::after {
  content: "";
  width: 5px;
  height: 20px;
  background: #00b4e8;
  position: absolute;
  left: 0;
  top: 0;
}
.site-wrapper .my-customer .qrcode-wrap {
  padding: 31px 0;
  background-color: white;
  width: 242px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 12px;
}
.site-wrapper .my-customer .qrcode-wrap > .title {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
.site-wrapper .my-customer .qrcode-wrap .code-img {
  width: 120px;
  height: 120px;
  margin-top: 30px;
}
.site-wrapper .my-customer .qrcode-wrap .tip {
  font-size: 20px;
  font-weight: bold;
  color: #00b4e8;
  margin-top: 40px;
}
.site-wrapper .my-breadcrumb {
  display: flex;
  color: #a0a9ac;
  align-items: center;
}
.site-wrapper .my-breadcrumb .breadcrumb {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #a0a9ac !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
}
.site-wrapper .my-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #a0a9ac !important;
  text-decoration: none !important;
}
.site-wrapper .my-breadcrumb .breadcrumb .active {
  color: #222222 !important;
}
.site-wrapper .my-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #a0a9ac;
}
.site-wrapper .my-subject-detail {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}
.site-wrapper .my-subject-detail .header {
  width: 100%;
  padding: 24px 36px 34px 25px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 267px auto;
  align-items: center;
  column-gap: 28px;
  background-color: white;
}
.site-wrapper .my-subject-detail .header .exp-img {
  width: 100%;
  height: 191px;
}
.site-wrapper .my-subject-detail .header .content {
  display: flex;
  flex-direction: column;
}
.site-wrapper .my-subject-detail .header .content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-wrapper .my-subject-detail .header .content .title .tit {
  font-size: 32px;
  font-weight: bold;
  color: #222222;
}
.site-wrapper .my-subject-detail .header .content .title .rate {
  text-align: center;
  padding: 5px 0;
}
.site-wrapper .my-subject-detail .header .content .title .rate .num {
  font-size: 24px;
  color: #fabe2a;
}
.site-wrapper .my-subject-detail .header .content .title .rate .rate-name {
  color: #222222;
  font-size: 16px;
  margin-top: 15px;
}
.site-wrapper .my-subject-detail .header .content .info {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}
.site-wrapper .my-subject-detail .header .content .info .val {
  margin-left: 30px;
}
.site-wrapper .my-subject-detail .header .content .btns {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-wrapper .my-subject-detail .header .content .btns .btn-default {
  width: 180px;
  height: 50px;
  border-radius: 25px 25px 25px 25px;
  border: 1px solid #a0a9ac;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
}
.site-wrapper .my-subject-detail .header .content .btns .reservation-btn {
  width: 180px;
  height: 50px;
  background: #00b4e8;
  font-size: 20px;
  font-weight: 400;
  border-radius: 25px 25px 25px 25px;
  color: #ffffff;
  cursor: pointer;
}
.site-wrapper .my-subject-detail .service-reservation {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.0196);
  padding: 8px 52px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-wrapper .my-subject-detail .service-reservation .service-l {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
}
.site-wrapper .my-subject-detail .service-reservation .service-l > img {
  width: 35px;
  height: 35px;
  margin-right: 46px;
}
.site-wrapper .my-subject-detail .service-reservation .service-r {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
}
.site-wrapper .my-subject-detail .introduce,
.site-wrapper .my-subject-detail .service {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
}
.site-wrapper .my-subject-detail .introduce .content,
.site-wrapper .my-subject-detail .service .content {
  width: 100%;
  padding: 21px 40px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #343a40;
  line-height: 32px;
}
.site-wrapper .my-subject-detail .introduce .content img,
.site-wrapper .my-subject-detail .service .content img {
  max-width: 100%;
  max-height: 100%;
}
.site-wrapper .my-subject-detail .study-info {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
}
.site-wrapper .my-subject-detail .study-info .content {
  width: 100%;
  padding: 21px 40px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #343a40;
  line-height: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}
.site-wrapper .my-subject-detail .study-info .content .item .exp-img {
  width: 410px;
  height: 150px;
  background: #e9f3f6;
  border-radius: 4px;
  border: 1px solid #ccd7db;
}
.site-wrapper .my-card-title {
  width: 100%;
  padding: 20px 40px 16px 56px;
  box-sizing: border-box;
  border-bottom: 1px solid #a7acb236;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  position: relative;
  background: #ffffff;
}
.site-wrapper .my-card-title::after {
  content: "";
  width: 5px;
  height: 20px;
  background: #00b4e8;
  position: absolute;
  left: 40px;
  top: 21px;
}
.site-wrapper .my-step {
  display: flex;
  align-items: center;
}
.site-wrapper .my-step .step-icon-sel {
  background-image: url(../images/step_num_sel.png) !important;
  color: #ffffff !important;
}
.site-wrapper .my-step .step-icon {
  width: 35px;
  height: 35px;
  background-image: url(../images/step_num.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 20px;
  font-weight: 400;
  color: #ccd7db;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.site-wrapper .my-step .step-name {
  font-size: 14px;
  font-weight: 400;
  color: #ccd7db;
  margin-right: 15px;
}
.site-wrapper .my-step .step-name-sel {
  color: #00b4e8 !important;
}
.site-wrapper .my-step .step-arrow {
  margin-right: 15px;
  width: 100px;
  height: 26px;
}
.site-wrapper .my-page .page-link {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  padding: 10px 19px;
}
.site-wrapper .my-page .active > .page-link,
.site-wrapper .my-page .page-link.active {
  background-color: #ffffff;
  color: #00b4e8;
  border-color: #00b4e8;
}
.site-wrapper .my-page .pagination {
  display: flex;
  column-gap: 10px;
  justify-content: flex-end;
}
.site-wrapper .my-page .page-item:first-child .page-link {
  border-radius: 0;
}
.site-wrapper .my-page .page-item:last-child .page-link {
  border-radius: 0;
}
.site-wrapper .my-checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.site-wrapper .my-checkbox-group .form-check-label {
  line-height: initial;
}
.site-wrapper .my-pay-modal .modal-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
  padding-top: 40px;
  padding-bottom: 90px;
}
.site-wrapper .my-pay-modal .modal-body .pay-qrcode {
  width: 200px;
  height: 200px;
}
.site-wrapper .my-pay-modal .modal-body .refresh {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
}
.site-wrapper .my-pay-modal .modal-body .cost .cost-title {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}
.site-wrapper .my-pay-modal .modal-body .cost .coast-num {
  font-size: 24px;
  font-weight: bold;
  color: #ff6666;
  margin-left: 12px;
}
.site-wrapper .my-product-banner {
  width: 100%;
  position: relative;
}
.site-wrapper .my-product-banner .bg_left {
  width: 300px;
  height: auto;
}
.site-wrapper .my-product-banner .bg_right {
  position: absolute;
  right: -310px;
  top: 0;
  width: 300px;
  height: 300px;
}
.site-wrapper .my-product-banner .show {
  width: 300px;
  height: 300px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #e8e8e8;
  cursor: move;
}
.site-wrapper .my-product-banner .show img {
  width: 300px;
  height: 300px;
}
.site-wrapper .my-product-banner .mask {
  width: 150px;
  height: 150px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.site-wrapper .my-product-banner .bigshow {
  width: 300px;
  height: 300px;
  overflow: hidden;
  display: none;
  border: 1px solid #e8e8e8;
}
.site-wrapper .my-product-banner .bigshow img {
  width: 600px;
  height: 600px;
  margin-right: 10px;
}
.site-wrapper .my-product-banner .smallshow {
  width: 100%;
  height: 80px;
  position: relative;
}
.site-wrapper .my-product-banner .smallshow img {
  width: 100%;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  transition: all 0.5s;
}
.site-wrapper .my-product-banner .smallshow > .middle_box {
  margin-left: 30px;
  margin-right: 30px;
  width: 240px;
  overflow: hidden;
  height: 80px;
}
.site-wrapper .my-product-banner .smallshow .middle {
  overflow: hidden;
  transition: all 0.5s;
  height: 80px;
}
.site-wrapper .my-product-banner .smallshow .middle > li {
  width: 80px;
  height: 80px;
  float: left;
  cursor: pointer;
  padding: 0 5px;
  display: flex;
  align-items: center;
}
.site-wrapper .my-product-banner .smallshow > p {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
}
.site-wrapper .my-product-banner .smallshow > .prev {
  left: 0;
  background: url(../images/hover-prev.png) no-repeat;
  transition: all 0.5s;
}
.site-wrapper .my-product-banner .smallshow > .next {
  right: 0;
  background: url(../images/hover-next.png) no-repeat;
  transition: all 0.5s;
}
.site-wrapper .my-product-banner .smallshow > .prev.prevnone {
  left: 0;
  background: url(../images/prev.png) no-repeat;
  cursor: not-allowed;
}
.site-wrapper .my-product-banner .smallshow > .next.nextnone {
  right: 0;
  background: url(../images/next.png) no-repeat;
  cursor: not-allowed;
}
.site-wrapper .my-count {
  width: 128px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #a0a9ac;
  display: grid;
  grid-template-columns: 32px auto 32px;
  align-items: center;
}
.site-wrapper .my-count .plus-btn,
.site-wrapper .my-count .minus-btn {
  width: 100%;
  height: 100%;
  color: #a0a9ac;
  font-weight: bold;
  font-size: 26px;
  cursor: pointer;
  user-select: none;
  text-align: center;
}
.site-wrapper .my-count .count-input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-left: 1px solid #a0a9ac;
  border-right: 1px solid #a0a9ac;
}
.site-wrapper .my-count .count-input input {
  width: 100%;
  outline: none;
  height: 100%;
  border: none;
  text-align: center;
}
.site-wrapper .my-count .count-input input[type="number"]::-webkit-inner-spin-button,
.site-wrapper .my-count .count-input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.site-wrapper .my-count .count-input input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: textfield;
  /* Chrome, Safari and Opera */
  appearance: textfield;
  /* Standard syntax (must be last) */
}
.site-wrapper .my-form form {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.site-wrapper .my-form form .form-item {
  display: grid;
  grid-template-columns: 1fr 8fr;
  align-items: flex-start;
  column-gap: 10px;
}
.site-wrapper .my-form form .form-item label {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: right;
  line-height: 34px;
}
.site-wrapper .my-form form .align-top {
  align-items: baseline !important;
}
.site-wrapper .my-form form .common_tip {
  font-size: 10px;
  font-weight: 400;
  color: #222222;
  margin-top: 5px;
}
.site-wrapper .my-btn {
  width: fit-content;
  color: #fff;
  padding: 11px 50px;
  background-color: #00b4e8;
  border-color: #00b4e8;
  border-radius: 25px;
  border: 1px solid transparent;
}
.site-wrapper .my-img-upload {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.site-wrapper .my-img-upload .upload-img {
  width: 150px;
  height: 150px;
  border-radius: 4px;
  position: relative;
}
.site-wrapper .my-img-upload .upload-img .bg-img {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  z-index: 1;
}
.site-wrapper .my-img-upload .upload-img .layer {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.6;
  display: none;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.site-wrapper .my-img-upload .upload-img .layer span {
  cursor: pointer;
}
.site-wrapper .my-img-upload .upload-img .file-view {
  width: 150px;
  height: 150px;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}
.site-wrapper .my-img-upload .upload-img .file-view span {
  font-size: 30px;
}
.site-wrapper .my-img-upload .upload-img:hover .layer {
  display: flex;
}
.site-wrapper .my-img-upload .my-img-upload-btn {
  width: 150px;
  height: 150px;
  background: #f5f9fa;
  border-radius: 4px;
  border: 1px solid #b8c4d1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 25px;
  cursor: pointer;
}
.site-wrapper .my-img-upload .my-img-upload-btn .glyphicon-plus {
  font-size: 50px;
  color: #b8c4d1;
}
.site-wrapper .table-light tr th {
  border-bottom: none !important;
}
.site-wrapper .table-light {
  background-color: #e9f3f6 !important;
}
.site-wrapper .align-middle {
  vertical-align: middle;
}
.site-wrapper .form-check {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.site-wrapper input[type="radio"] {
  position: relative;
  width: 18px;
  height: 0px;
  margin-top: 0;
}
.site-wrapper input[type="radio"]::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #999;
  box-sizing: border-box;
  position: absolute;
  top: -9px;
}
.site-wrapper input[type="radio"]:checked::before {
  background-color: #00b4e8;
  background-clip: content-box;
  border: 1px solid #00b4e8;
  padding: 2px;
  box-sizing: border-box;
}
.site-wrapper input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 0px;
  margin-top: 0;
}
.site-wrapper input[type="checkbox"] {
  position: relative;
}
.site-wrapper input[type="checkbox"]::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #999;
  box-sizing: border-box;
  position: absolute;
  top: -9px;
}
.site-wrapper input[type="checkbox"]:checked::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 12px;
  background-color: #00b4e8;
  background-clip: content-box;
  box-sizing: border-box;
  border: none;
}
.pagination > li > a,
.pagination > li > span {
  color: #222222;
  border: 1px solid #ddd;
  padding: 10px 19px;
  font-size: 20px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #fff;
  border-color: #00b4e8;
  color: #00b4e8;
}
