@charset "UTF-8";

.container {
  background: url(../images/bg-page.jpg) center bottom no-repeat;
  background-size: contain;
}

.container .inner {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 140px;
  position: relative;
}

.container .inner.pd-30 {
  padding-bottom: 30px;
}

.pagesize {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 40px;
}

.page-title {
  font-size: 30px;
  color: #323232;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 25px;
  padding-bottom: 10px;
  position: relative;
}

.page-title::before {
  content: "";
  width: 66px;
  height: 2px;
  background-color: #4b9af8;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -33px;
}

.inner p {
  font-size: 20px;
  color: #6d6d6d;
}

.imgbox {
  width: 160px;
  height: 160px;
  margin: 20px auto 60px;
}

.imgbox img {
  width: 100%;
  height: auto;
}

.btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.btn a {
  font-size: 22px;
  font-weight: 500;
  color: #4b9af8;
  line-height: 34px;
  min-width: 160px;
  padding: 10px;
  border-radius: 18px;
  border: 3px solid #4b9af8;
  box-shadow: 0 5px 0px #c3e2f9;
  background-color: #fff;
}

.btn a:hover {
  background-color: #4b9af8;
  color: #fff;
  transition-duration: 0.3s;
}

.google-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.google-btn a {
  font-size: 20px;
  color: #6d6d6d;
  min-width: 150px;
  line-height: 56px;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 0px 15px;
}

.google-btn img {
  width: 26px;
  height: 26px;
  margin-right: 28px;
  position: relative;
  top: 5px;
}

/* 選擇會員身分 */
.choose-member-type {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 20px 0px;
}

.choose-member-type>div {
  position: relative;
  min-width: 220px;
  border-radius: 16px;
  border: 3px solid #6aaaf7;
  background-color: #fff;
  text-align: center;
  padding: 40px 0px;
  box-shadow: 0 5px 0px #c3e2f9;
  margin: 0 40px 20px;
}

.choose-member-type>div:nth-child(even) {
  border-color: #ef9359;
  box-shadow: 0 5px 0px #fdd0b2;
}

.choose-member-type>div a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}

.choose-member-type .imgbox {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}

.choose-member-type p {
  font-size: 25px;
  font-weight: 500;
  color: #323232;
}

.choose-member-type>div:hover {
  background-color: #6aaaf7;
  transition-duration: 0.3s;
}

.choose-member-type>div:nth-child(even):hover {
  background-color: #ef9359;
}

.choose-member-type>div:hover p {
  color: #fff;
}

.choose-member-type .type1 .imgbox {
  background: url(../images/icon-mem-type1.png) 0 0 no-repeat;
  background-size: contain;
}

.choose-member-type .type1:hover .imgbox {
  background: url(../images/icon-mem-type1-hover.png) 0 0 no-repeat;
  background-size: contain;
}

.choose-member-type .type2 .imgbox {
  background: url(../images/icon-mem-type2.png) 0 0 no-repeat;
  background-size: contain;
}

.choose-member-type .type2:hover .imgbox {
  background: url(../images/icon-mem-type2-hover.png) 0 0 no-repeat;
  background-size: contain;
}

/* 登入步驟 */
.step {
  background: #f3f8fd;
  border-radius: 15px;
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}

.step::before {
  content: "";
  width: 55%;
  height: 4px;
  background: #4b9af8;
  position: absolute;
  top: 72px;
}

.step li {
  position: relative;
  width: 30%;
}

.step li p {
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0;
  line-height: 26px;
}

.step li .step-num {
  width: 30px;
  height: 30px;
  background: #4b9af8;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* 申租方案 */
.plan-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan-block .plan-box {
  width: 880px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: 0px 5px 10px #dcdcdc;
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 40px;
}

.plan-block .plan-box>div {
  min-height: 230px;
}

.plan-block .plan-box .img {
  width: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.plan-block .plan-box .inner-title {
  padding: 20px 0px;
}

.plan-block .plan-box .inner-title h3 {
  font-size: 22px;
  color: #323232;
}

.plan-block .plan-box .detail {
  padding: 20px 20px;
}

.dot-list>li {
  margin-bottom: 0 0 10px;
  padding-left: 16px;
  color: #6d6d6d;
  font-size: 20px;
  line-height: 2.25rem;
  position: relative;
}

.dot-list>li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #4b9af8;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: 0;
}

/* 服務開通狀態 */
.service-state {
  margin-bottom: 40px;
  border-radius: 18px;
  padding: 15px 30px;
  display: inline-block;
}

.service-state p {
  font-size: 20px;
  color: #000;
  text-align: left;
}

.service-state p.tC {
  text-align: center;
}

.service-state p.tC span.icon {
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.service-state .gray {
  color: #6d6d6d;
}

.service-state p.tC+.d-flex {
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3e9dc;
  padding-bottom: 15px;
}

.service-state p.tC+.d-flex.noline {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.service-state .link {
  color: #4b9af8;
  transition: 0.2s color ease-in-out;
  word-break: break-all;
}

.service-state .link:hover {
  opacity: .8;
}

.service-state .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}

.service-state.ok {
  background-color: #f0f9f3;
}

.service-state.ok .icon {
  background: url(../images/icon-state-ok.png) center no-repeat;
  background-size: contain;
}

.service-state.warn {
  background-color: #fff5ed;
}

.service-state.warn .icon {
  background: url(../images/icon-state-warn.png) center no-repeat;
  background-size: contain;
}

.service-state.ok.nobg {
  background-color: transparent;
  padding: 0;
}

.service-state.ok.nobg p {
  color: #6d6d6d;
}

.service-state.nobg p.tC+.d-flex {
  border-color: #e7e7e7;
}

.service-state.nobg p.link {
  color: #4b9af8;
}

/* 最新消息popup */
.news-content {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
  text-align: left;
}

.scroll-bx {
  height: calc(100vh - 350px);
}

.scroll-bx p {
  font-size: 1rem;
  font-weight: 400;
}

.scroll-bx ol {
  margin-left: 55px;
  color: #6d6d6d;
}

.scroll-bx strong {
  color: #333;
}

.scroll-bx h4 {
  color: #eb7b25;
  margin-bottom: 10px;
}

.scroll-bx .tB {
  color: #333;
}

.scroll-bx ol+h4 {
  margin-top: 30px;
}

.scroll-bx ol li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.scroll-bx ol ol {
  margin-left: 20px;
}

.scroll-bx ol ol li {
  list-style-type: decimal;
  font-weight: 400;
}

.scroll-bx ol ol ol li {
  list-style-type: lower-roman;
  color: #666;
}

/* 滾軸修改 */
.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ebebeb;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #888c90 !important;
}

.news-content a.link {
  color: #4b9af8;
  transition: 0.2s color ease-in-out;
  word-break: break-all;
}

.titsy1 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #323232;
}

.titsy1+p {
  margin-top: -10px;
}

.news-content a.link:hover {
  opacity: .8;
}

.news-content p+p {
  margin-top: 10px;
}

.news-content+.popup-checkbox {
  margin-top: 40px;
}

/* 填報資料 */
.area {
  margin-bottom: 40px;
  padding: 0 15px;
}

.area+.btn {
  margin-top: 60px;
}

.max-middle {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff5ed;
  padding: 25px;
  border-radius: 10px;
}

.input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.input+.input {
  margin-top: 15px;
}

.input input,
.input select {
  height: 40px;
  line-height: 40px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
}

.input select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/select_icon.svg) no-repeat right 15px center;
  background-size: 13px;
  line-height: initial;
}

.input h4 {
  width: 150px;
  flex: 0 0 auto;
  text-align: left;
  font-size: 18px;
  color: #eb7b25;
  font-weight: bold;
}

.input h4 span {
  font-size: 14px;
  opacity: .8;
  font-weight: 500;
}

.input span {
  white-space: nowrap;
}

.input .item {
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
}

.input .item .group {
  display: flex;
  align-items: center;
  width: 100%;
}

.input .item span {
  margin-right: 8px;
}

.input .item select {
  margin-right: 8px;
}

.input p.tips {
  white-space: nowrap;
  font-size: 16px;
  color: #eb7b25;
  width: 100%;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  padding-left: 150px;

}

.input p.warn {
  width: 100%;
  font-size: 14px;
  color: #dc5252;
  text-align: left;
  font-weight: 500;
  padding-left: 150px;
  margin-top: 5px;
}

.input select,
.input input {
  width: 100%;
}

.inputList {
  text-align: left;
  border-bottom: 1px solid #f4c9a7;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.inputList li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 8px;
}

.inputList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eb7b25;
}

/* 驗證碼樣式 */
.verify input {
  width: 120px;
  margin-right: 10px;
}

.verify .imgbx {
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
}

.verify .imgbx img {
  height: 100%;
}

.verify .refresh_icon {
  width: 38px;
  height: 38px;
  background: url(../images/refresh_icon.svg)no-repeat center center / contain;
  margin-left: 10px;
}

/* 小網樣式 */
@media screen and (max-width: 940px) {
  .page-title {
    font-size: 30px;
  }

  /*選擇會員身分*/
  .choose-member-type {
    flex-wrap: wrap;
    padding: 10px 0px;
  }
}

@media screen and (max-width: 768px) {
  .m-mb-10 {
    margin-bottom: 10px;
  }

  .m-mb-20 {
    margin-bottom: 20px;
  }

  .container {
    background: url(../images/bg-page.jpg) center bottom no-repeat;
    background-size: auto 80px;
  }

  .container .inner {
    width: 100%;
    padding: 25px 20px 25px;
  }

  .pagesize {
    padding: 0px 20px;
  }

  .page-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .inner p {
    font-size: 18px;
  }

  .imgbox {
    width: 140px;
    height: 140px;
    margin: 35px auto;
  }

  .btn a {
    font-size: 18px;
    line-height: 26px;
    padding: 8px;
  }

  /* 登入步驟 */
  .step {
    padding: 10px;
    margin: 0 auto 20px;
  }

  .step li p {
    font-size: 16px;
    line-height: 22px;
  }

  .step li .step-num {
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 22px;
  }

  .step::before {
    content: "";
    top: 45px;
  }

  /*選擇會員身分*/
  .choose-member-type>div {
    min-width: 130px;
    padding: 20px;
    margin: 0 10px 20px;
  }

  .choose-member-type .imgbox {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }

  .choose-member-type p {
    font-size: 20px;
  }

  /*申租方案*/
  .plan-block .plan-box {
    flex-wrap: wrap;
    width: 100%;
    order: 3;
  }

  .plan-block .plan-box>div {
    min-height: auto;
    width: 100%;
  }

  .plan-block .plan-box .img {
    width: 100%;
    height: 230px;
    background-size: cover;
  }

  .plan-block .plan-box .inner-title {
    padding: 15px 15px 0;
  }

  .plan-block .plan-box .inner-title h3 {
    font-size: 18px;
  }

  .plan-block .plan-box .detail {
    padding: 5px 15px 15px;
  }

  .dot-list>li {
    font-size: 18px;
    line-height: 2rem;
  }

  /*服務開通狀態*/
  .service-state {
    padding: 15px;
    margin: 0 auto 20px;
    order: 1;
    width: 100%;
  }

  .service-state .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .service-state .icon {
    margin-bottom: 5px;
    width: 100%;
  }

  .service-state p {
    text-align: center;
  }

  .plan-block .btn {
    order: 2;
    margin-bottom: 25px;
  }

  .service-state p.tC+.d-flex {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  /* 最新消息popup */
  .news-content {
    padding: 15px 5px 15px 10px;
  }

  .scroll-bx ol li {
    /* margin-bottom: 0; */
    font-size: 15px;
    word-wrap: break-word;
  }

  .scroll-bx ol {
    margin-left: 30px;
  }

  /* 滾軸修改 */
  .mCSB_inside>.mCSB_container {
    margin-right: 20px;
  }

  /* 填報資料 */
  .area {
    padding: 0;
  }

  .input {
    flex-direction: column;
    align-items: flex-start;
  }

  .max-middle {
    padding: 20px 15px;
  }

  .input .item {
    flex-direction: column;
    width: 100%;
  }

  .input .item.verify {
    flex-direction: row;
  }

  .input p.warn,
  .input p.tips {
    padding-left: 0;
  }

  .input .item .group+.group {
    margin-top: 10px;
  }

  .input h4 {
    margin-bottom: 5px;
  }

  .scroll-bx p {
    font-size: 15px;
  }

  .titsy1 {
    font-size: 1.25rem;
  }

  .area+.btn {
    margin-top: 40px;
  }


}

@media screen and (max-width: 365px) {

  /*選擇會員身分*/
  .choose-member-type>div {
    min-width: 120px;
    margin: 0 5px 20px;
  }

  .google-btn a {
    font-size: 18px;
    line-height: 44px;
    padding: 0px 12px;
  }

  .google-btn img {
    width: 22px;
    height: 22px;
    margin-right: 20px;
  }
}