@charset "UTF-8";
.clear-both {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none; }

.calculator {
  width: 380px;
  height: 578px;
  position: fixed;
  top: 120px;
  right: 120px;
  z-index: 50080;
  background-color: #f3f2f1;
  /*background-color: rgba(243, 242, 241, 0.8);*/
  overflow: hidden;
  display: none; }

.calculator.show {
  display: block; }

.calculator-titleBar {
  background-color: #7d7569;
  height: 40px; }

.calculator-titleBar img {
  display: inline-block;
  float: left;
  width: 19px;
  height: 19px;
  margin-top: 10px;
  margin-left: 10px; }

.calculator-titleBar img.calculator-titleBar-close {
  float: right;
  margin-right: 10px;
  cursor: pointer; }

.calculator-titleBar label {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  margin-left: 10px; }
  .calculator-titleBar label b {
    font-size: 18px; }

.calculator-desc {
  background-color: #dadad7;
  /*background-color: rgba(217,217,214, 0.8);*/
  height: 60px; }

.calculator-desc p {
  margin: 0;
  padding: 0;
  text-align: center; }

.calculator-desc p.calculator-desc-title {
  font-size: 18px;
  color: #7d7569;
  padding: 10px 0 0 0; }

.calculator-desc p.calculator-desc-subTitle {
  font-size: 14px;
  color: #7d7569; }

.calculator-area {
  background-color: #f3f2f1;
  height: 140px;
  position: relative; }

.calculator-area p {
  color: #7d7569;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  padding: 0; }

.calculator-area p span {
  font-size: 18px;
  font-family: "微软雅黑"; }

.calculator-area p.calculator-area-tips {
  display: none;
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0px;
  left: 0px;
  background-color: #e60012;
  background-color: rgba(230, 0, 18, 0.2);
  font-size: 14px;
  line-height: 20px;
  font-family: "黑体", sans-serif;
  text-align: center;
  color: #e00404; }

.calculator-area p.calculator-area-tips span {
  font-family: Arial;
  font-size: 14px; }

.calculator-area .calculator-area-express {
  bottom: 57px;
  font-size: 18px; }

.calculator-area .calculator-area-express span {
  color: #e00404; }

.calculator-area .calculator-area-prices {
  padding-bottom: 10px; }

.calculator-area .calculator-area-prices--noPadding {
  padding-bottom: 0px; }

.calculator-area .calculator-area-prices span.tips {
  font-size: 14px;
  display: block;
  height: 20px;
  vertical-align: text-top; }

.calculator-keyboard {
  background-color: #918a80;
  /*background-color: rgba(125, 117, 105, 0.8);*/
  height: 338px; }

.calculator-keyboard-classes {
  height: 60px; }

.calculator-keyboard-classes a {
  display: block;
  float: left;
  width: 190px;
  height: 60px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background-color: #7d7569;
  text-decoration: none; }

.calculator-keyboard-classes a:hover {
  background-color: #e6ad30; }

.calculator-keyboard-classes a.highlight {
  background-color: #e6ad30; }

.calculator-keyboard-keys {
  padding: 20px 20px 0 20px; }

.calculator-keyboard-keys--left {
  float: left;
  width: 249px; }

.calculator-keyboard-keys--right {
  float: right;
  width: 88px; }

.calculator-keyboard-key {
  display: block;
  width: 73px;
  height: 60px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #d9d9d6;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #7d7569; }

.calculator-keyboard-key--wide {
  width: 156px; }

.calculator-keyboard-key:hover {
  background-color: #e6ad30; }

.calculator-keyboard-key--backspace {
  width: 88px;
  margin: 0 0 10px 0;
  background: url("/web/20230520142626im_/http://langyuzs.cn/web/20220129104119im_/http://langyuzs.cn/drawtime/images/common/calculator/backspace.png") no-repeat center #d9d9d6; }

.calculator-keyboard-key--calc {
  width: 88px;
  height: 200px;
  background-color: #e6ad30; }

.calculator-keyboard-key--calc span {
  display: block;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  color: #ffffff; }

.calculator-keyboard-key--calc span.first {
  margin-top: 53px; }

.online-customer-service {
  display: none; }

.sidebar-contact {
  display: none; }

.chat-contact {
  width: 680px;
  /*width: 360px;*/
  /* height: 538px; */
  height: 100px;
  /*height: 400px;*/
  position: fixed;
  right: 120px;
  bottom: 0;
  z-index: 20080;
  background-color: #f3f2f1;
  /*background-color: rgba(243, 242, 241, 0.8);*/
  overflow: hidden;
  display: none;
  padding: 0 2px 0 0; }

.chat-contact.show {
  /*display: block;*/ }

#chat_iframe_wrapper {
  width: 100%;
  height: 100%; }

.service-offline-message {
  padding: 20px;
  border: 2px solid #7d7569;
  height: 100%;
  text-align: center;
  float: left;
  width: 94%; }

#lim_mini {
  left: -9000px !important; }

/* footer style.
	 ========================================================================== */
.clear-both {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none; }

footer {
  background-color: #f3f2f1; }

.footer-container {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid #d9d9d6;
  padding-bottom:30px; }

.footer-logo {
  float: left;
  padding-top: 40px;
  margin-left: 140px; }

.footer-aboutUs {
  float: left;
  padding-top: 40px;
  margin-left: 80px;
  text-align: left; }

.footer-aboutUs-title {
  display: block;
  color: #7d7569;
  font-size: 18px;
  padding-bottom: 40px; }

.footer-aboutUs-nav {
  display: block;
  font-size: 12px;
  color: #373533;
  cursor: pointer;
  padding-bottom: 20px; }

.footer-aboutUs-nav:hover {
  color: #e6ad30; }

.footer-contactUs {
  float: left;
  margin-left: 129px;
  padding-top: 40px;
  text-align: left; }

.footer-contactUs .footer-aboutUs-nav:hover {
  color: #373533;
  cursor: inherit; }

.footer-weixin {
  float: left;
  margin-left: 206px;
  padding-top: 40px; }

.footer-weixin-img {
  float: left;
  margin-right: 80px;
  text-align: center; }

.footer-weixin-img--noMargin {
  margin: 0; }

.footer-weixin-img img,
.footer-weixin-img span {
  display: block;
  margin: 0 auto; }

.footer-weixin-img span {
  color: #7d7569;
  font-size: 14px;
  padding-top: 26px; }

.footer-copyright {
  float: left;
  font-size: 12px;
  color: #373533;
  padding-top: 10px; }

.footer-icp a {
  float: right;
  font-size: 12px;
  color: #373533;
  padding-top: 10px;
  cursor: pointer;
  text-decoration: none; }

.footer-icp:hover {
  color: #e6ad30; }

.footer-more-top {
  display: inline-block;
  margin-top: 30px;
  vertical-align: middle; }

.footer-link {
  font-size: 20px;
  color: #857f70;
  line-height: 100%; }

.footer-contactUs .footer-more-top i {
  height: 17px;
  width: 1px;
  background-color: #888989;
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px; }
.footer-contactUs .footer-more-top a, .footer-contactUs .footer-more-top i {
  font-style: normal; }
.footer-contactUs .footer-more-top a {
  text-decoration: none;
  color: inherit;
  line-height: 20px; }
  .footer-contactUs .footer-more-top a:hover {
    text-decoration: underline;
    color: #e6ad30; }

/*  mobile footer    */
.mobile-footer-wrapper {
  padding-bottom: 55px; }

.mobile-footer {
  background-color: #3e3e3e;
  padding: 1rem 2.5rem;
  color: #fff; }
  .mobile-footer p {
    text-align: left; }
  .mobile-footer h5 {
    line-height: 150%;
    font-size: 1.2rem;
    text-align: left;
    margin: 0.83em 0; }
  .mobile-footer em {
    font-style: normal;
    color: #c5c5b4;
    font-size: 1rem;
    display: inline-block;
    width: 60px; }
  .mobile-footer span {
    color: white;
    text-decoration: none; }
  .mobile-footer a {
    color: white; }

#tabbar_footer {
  position: fixed;
  width: 100%;
  color: white;
  z-index: 999;
  text-align: center;
  box-sizing: border-box;
  bottom: 0;
  font-size: 0;
  transition: all .3s ease;
  opacity: .9; }
  #tabbar_footer ul, #tabbar_footer li, #tabbar_footer p {
    margin: 0;
    padding: 0; }
  #tabbar_footer ul {
    height: 5rem;
    background-color: #877a75;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 2%; }
  #tabbar_footer li {
    display: inline-block;
    flex: 1;
    color: white;
    text-align: center; }
    #tabbar_footer li > div {
      height: 6rem;
      width: 6rem;
      margin: 0 auto;
      display: table;
      margin-top: -20px; }
    #tabbar_footer li .wrapper {
      height: 100%;
      width: 100%;
      background-color: #fff;
      color: #877a75;
      border-radius: 50%;
      display: table-cell;
      vertical-align: middle;
      box-shadow: 0 0 0 3px #877a75; }
    #tabbar_footer li.middle img {
      height: 3.3rem;
      margin-top: -2px; }
  #tabbar_footer img {
    height: 2.8rem; }
  #tabbar_footer p {
    font-size: 0.9rem;
    font-weight: bold; }
  #tabbar_footer a {
    color: white;
    text-decoration: none;
    display: inline-block; }

/* question modal style.
	 ========================================================================== */
.question {
  position: fixed;
  top: 270px;
  right: 120px;
  z-index: 40097;
  width: 450px;
  height: 250px;
  background-color: #fff;
  /*background-color: rgba(255, 255, 255, 0.7);*/
  color: #fff;
  display: none; }

.question-contentWrapper {
  position: relative; }

.question-contentWrapper .question-tips {
  position: absolute;
  right: 20px;
  bottom: 50px;
  font-size: 14px;
  color: #7d7569; }

.question.show {
  display: block; }

.question > div:first-child {
  background: #7d7569;
  height: 40px;
  line-height: 40px;
  font-size: 14px; }

.question > div:first-child > img {
  height: 20px;
  vertical-align: middle; }

.question-edit {
  margin: 0 5px 0 15px; }

.question-close {
  float: right;
  margin-right: 15px;
  position: relative;
  top: 8px;
  cursor: pointer; }

.question textarea {
  width: 420px;
  height: 140px;
  resize: none;
  margin: 0;
  padding: 10px;
  color: #7d7569;
  border: none;
  outline: none;
  background: none; }

.question .submit {
  color: #7d7569;
  padding: 10px 15px;
  cursor: pointer; }

.question .submit input {
  border: none;
  border-bottom: 1px solid #7d7569;
  outline: none;
  background: none; }

.question .submit > span {
  background: #e6ad30;
  color: #fff;
  padding: 4px 35px;
  float: right; }

/* sidebar style.
	 ========================================================================== */
@media screen and (max-width: 1024px) {
  .pc-style {
    display: none !important; } }
@media screen and (min-width: 1025px) {
  .mobile-style {
    display: none !important; } }
img {
  max-width: 100%; }

.sidebar {
  width: 80px;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 40095;
  transform: translateY(-50%); }

.sidebar-contact,
.sidebar-question,
.sidebar-phone,
.sidebar-calc,
.sidebar-appoint,
.sidebar-wechat {
  background: #d8d5d2;
  background: rgba(125, 117, 105, 0.3);
  width: 90px;
  height: 90px;
  text-align: center;
  margin-bottom: 1px;
  color: #fff;
  cursor: pointer; }
  .sidebar-contact .sidebar-text,
  .sidebar-question .sidebar-text,
  .sidebar-phone .sidebar-text,
  .sidebar-calc .sidebar-text,
  .sidebar-appoint .sidebar-text,
  .sidebar-wechat .sidebar-text {
    padding: 16px 10px 0px;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 22px;
    font-weight: lighter; }

.sidebar-phone:hover {
  background-color: #fff; }
.sidebar-phone a {
  display: inline-block;
  text-decoration: none; }

.sidebar-appoint {
  background-color: #e6ad30; }

.sidebar-wechat img {
  display: block; }

/*.sidebar-contact img,*/
.sidebar-appoint img,
.sidebar-question img,
.sidebar-calc img,
.sidebar-phone img {
  width: 100%;
  display: none; }

.sidebar-contact img {
  width: 100%;
  margin-top: 0; }

.sidebar-contact .sidebar-text {
  display: none; }

.sidebar-text {
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0; }

.sidebar-text--first {
  padding-top: 6px; }

.sidebar-text--first-specil {
  padding: 12px 10px 0px;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: lighter; }

.sidebar-question:hover,
.sidebar-contact:hover,
.sidebar-calc:hover,
.sidebar-phone:hover,
.sidebar-appoint:hover,
.sidebar-wechat:hover {
  background-color: #e7ad30; }

.sidebar-wechat {
  position: relative; }
  .sidebar-wechat .appoint-1450075180608 {
    text-align: center;
    position: fixed;
    width: 400px;
    padding: 0px;
    top: 0px;
    right: 80px;
    z-index: 50080;
    /*background-color: #fff;*/
    display: none; }
    .sidebar-wechat .appoint-1450075180608 img {
      height: 450px;
      display: inline-block; }
  .sidebar-wechat:hover > .appoint-1450075180608 {
    display: inline-block; }

.sidebar-wechat:hover #appoint-1450075180608 {
  display: inline-block; }

/*.sidebar-contact:hover .sidebar-text,*/
.sidebar-appoint:hover .sidebar-text,
.sidebar-question:hover .sidebar-text,
.sidebar-calc:hover .sidebar-text,
.sidebar-phone:hover .sidebar-text {
  display: none; }

/*.sidebar-contact:hover img,*/
.sidebar-appoint:hover img,
.sidebar-question:hover img,
.sidebar-calc:hover img,
.sidebar-phone:hover img {
  display: block; }

/*
.sider-ft{
	display: block;
}*/
/* telephone modal style.
	 ========================================================================== */
.telephone {
  position: fixed;
  top: 390px;
  right: 120px;
  background: #fff;
  overflow: hidden;
  width: 400px;
  height: 180px;
  padding: 30px 0;
  color: #7d7569;
  z-index: 300800;
  display: none; }

.telephone.show {
  display: block; }

.telephone .telephone-left {
  display: inline-block;
  width: 140px;
  border-right: 1px solid #7d7569;
  padding: 0 30px;
  text-align: center; }

.telephone .telephone-left > img {
  width: 90%;
  margin-bottom: 10px; }

.telephone .telephone-left > p {
  font-size: 14px;
  margin: 0; }

.telephone .telephone-right {
  text-align: center;
  display: inline-block;
  width: 120px;
  padding: 0 30px;
  font-size: 18px; }

.telephone .telephone-right > img {
  width: 80%;
  margin-bottom: 10px; }

.telephone .telephone-right > p {
  margin: 4px 0; }

body {
  position: relative; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background: transparent;
  transition: background,z-index 0.1s ease 0.4s;
  visibility: hidden; }
  .modal.show {
    z-index: 999999;
    visibility: visible;
    background: rgba(0, 0, 0, 0.7);
    transition: background 0.4s ease; }
    .modal.show .modal-body {
      visibility: visible; }
      .modal.show .modal-body * {
        transition: all 0.3s ease !important; }

.modal-body {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  visibility: hidden;
  transform: translate(-50%, -50%); }
  .modal-body * {
    transition: none !important; }

.modal-header {
  color: #fff;
  padding: 1.7rem 0.3rem;
  position: relative; }
  .modal-header .close {
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
    background: url("/web/20230520142626im_/http://langyuzs.cn/web/20220129104119im_/http://langyuzs.cn/drawtime/images/guanbi@3x.png");
    background-size: contain;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer; }

.modal-footer {
  padding: 1.7rem 0.3rem;
  color: #fff; }

.appoint-modal {
  text-align: center;
  /*  option:hover {
      box-shadow: 0 0 10px 100px #E7AD30 inset;
    }
    option{
      padding: 0.5rem 0;
    }*/ }
  .appoint-modal .mobile-style {
    display: none; }
  .appoint-modal input::-webkit-input-placeholder, .appoint-modal textarea::-webkit-input-placeholder {
    color: #999; }
  .appoint-modal input:-moz-placeholder, .appoint-modal textarea:-moz-placeholder {
    color: #999; }
  .appoint-modal input::-moz-placeholder, .appoint-modal textarea::-moz-placeholder {
    color: #999; }
  .appoint-modal input:-ms-input-placeholder, .appoint-modal textarea:-ms-input-placeholder {
    color: #999; }
  .appoint-modal .xq-icon.close {
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
    background: url("/web/20230520142626im_/http://langyuzs.cn/web/20220129104119im_/http://langyuzs.cn/drawtime/images/guanbi@3x.png");
    background-size: contain;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer; }
  .appoint-modal .modal-body {
    background-color: #fff;
    color: #333;
    max-width: 1080px;
    width: 65%; }
  .appoint-modal .modal-header {
    font-weight: bold;
    word-spacing: 8px;
    letter-spacing: 3px;
    color: #333;
    padding-bottom: 0;
    padding-top: 1rem;
    min-height: 2rem; }
    .appoint-modal .modal-header b {
      font-weight: bold;
      font-size: 5vh; }
  .appoint-modal .modal-header-mobile {
    color: #82746f;
    background: url("/web/20230520142626im_/http://langyuzs.cn/web/20220129104119im_/http://langyuzs.cn/drawtime/images/modal-bg.png") no-repeat;
    background-size: 100% auto;
    padding-top: 2.2rem; }
  .appoint-modal h3 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 3vh;
    margin-top: 2vh; }
  .appoint-modal .modal-content {
    padding: 0 4.66667%;
    font-size: 0;
    /*&:before,&:after{
      content: "";
      display: inline-block;
      width: $content-gap;
      height: 100%;
    }*/ }
    .appoint-modal .modal-content .wechat-service-contact, .appoint-modal .modal-content .form {
      width: 43%;
      box-sizing: border-box; }
    .appoint-modal .modal-content .wechat-service-contact {
      margin-left: 9.33333%; }
      .appoint-modal .modal-content .wechat-service-contact:before {
        left: -5.42636%; }
  .appoint-modal p img {
    height: 1.2rem;
    vertical-align: top; }
  .appoint-modal p {
    margin: 2vh 0; }
    .appoint-modal p.small-font {
      font-size: 12px; }
    .appoint-modal p label {
      margin-right: 1.5rem;
      font-weight: bold; }
    .appoint-modal p input, .appoint-modal p select {
      height: 4.2vh;
      max-height: 3rem;
      padding: 0.5vh 0.7rem 0.7vh;
      border: 1px solid #BDBCB8;
      box-sizing: border-box;
      background: transparent;
      border-radius: 0; }
    .appoint-modal p input, .appoint-modal p select, .appoint-modal p .inputs {
      width: 65%; }
  .appoint-modal .houseType-container .inputs {
    text-align: left;
    display: inline-block; }
    .appoint-modal .houseType-container .inputs span {
      margin: 0 0.5rem; }
  .appoint-modal .houseType {
    width: 30%;
    padding-right: 3px; }
  .appoint-modal #confirm_appointment {
    padding: 1.5vh 3vh;
    font-size: 4vh;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    background-color: #E7AD30;
    box-sizing: border-box;
    word-spacing: 8px;
    letter-spacing: 3px; }
  .appoint-modal p b {
    font-size: 0.875rem;
    color: #6B1A23; }
  .appoint-modal .button-area {
    margin: 4vh 0; }
  .appoint-modal .hidden {
    display: none; }
  .appoint-modal .more {
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 3vh 0; }
    .appoint-modal .more:hover {
      color: #a9a393; }
  .appoint-modal .xq-icon.dropdown {
    background: url("/web/20230520142626im_/http://langyuzs.cn/web/20220129104119im_/http://langyuzs.cn/drawtime/images/icon-selec.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    cursor: pointer;
    vertical-align: middle; }
  .appoint-modal .contact-number {
    font-size: 1.8rem;
    word-spacing: 8px;
    letter-spacing: 3px; }
    .appoint-modal .contact-number b {
      font-weight: normal;
      font-size: 30px; }
    .appoint-modal .contact-number img {
      width: 1.8rem;
      vertical-align: middle;
      height: auto; }
  .appoint-modal .wechat-service-contact, .appoint-modal .form {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 1vh; }
  .appoint-modal .wechat-service-contact {
    position: relative; }
    .appoint-modal .wechat-service-contact .add-contact {
      font-size: 1.2rem;
      margin-top: -1vh;
      margin-bottom: 5vh;
      word-spacing: 8px;
      letter-spacing: 2px; }
    .appoint-modal .wechat-service-contact b {
      font-size: 1.2rem; }
    .appoint-modal .wechat-service-contact:before {
      content: "";
      display: inline-block;
      height: 75%;
      position: absolute;
      border-left: 1px solid #999;
      top: 10%; }
    .appoint-modal .wechat-service-contact > img {
      height: 32vh; }

#appoint-1450075170737 .hidden {
  display: none; }
#appoint-1450075170737 .modal-header {
  padding: 0; }
#appoint-1450075170737 .modal-body {
  background-color: #fff;
  color: #333;
  border-radius: 0.7rem; }
  #appoint-1450075170737 .modal-body .modal-content {
    padding: 4vh 6vh; }

/*    户型体验评测  */
#appoint-1450075170739 p, #appoint-1450075170739 h4, #appoint-1450075170739 ul, #appoint-1450075170739 li {
  margin: 0;
  padding: 0; }
#appoint-1450075170739 li, #appoint-1450075170739 i, #appoint-1450075170739 em {
  list-style: none; }
#appoint-1450075170739 input, #appoint-1450075170739 select {
  outline: none; }
#appoint-1450075170739 select:hover {
  cursor: pointer; }
#appoint-1450075170739 .modal-body {
  width: auto;
  background-color: #727071;
  color: white; }
#appoint-1450075170739 .wrapper {
  margin: 0 auto;
  padding: 30px 70px;
  background-color: #727071;
  position: relative; }
#appoint-1450075170739 .show-window:after {
  content: "";
  display: block;
  clear: both; }
#appoint-1450075170739 .block {
  width: 340px;
  text-align: left;
  float: left;
  display: none; }
#appoint-1450075170739 .block.show {
  display: block; }
#appoint-1450075170739 .list {
  margin-bottom: 18px;
  position: relative; }
#appoint-1450075170739 h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: 200%; }
#appoint-1450075170739 img {
  width: 90%;
  margin-bottom: 30px; }
#appoint-1450075170739 label {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: lighter;
  color: #dad7d7;
  margin-left: 10px; }
#appoint-1450075170739 .tip {
  color: #f0b724;
  margin-top: 10px; }
#appoint-1450075170739 button {
  background-color: #f0b724;
  text-align: center;
  color: white;
  border: none;
  padding: 5px;
  width: 130px;
  font-size: 1.15rem;
  margin-top: 5px; }
  #appoint-1450075170739 button:hover {
    background-color: #222227; }
#appoint-1450075170739 .test-footer {
  text-align: center; }
#appoint-1450075170739 select, #appoint-1450075170739 input[type='text'] {
  width: 90%;
  height: 30px;
  color: #000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #f5f7f6;
  border-radius: 15px;
  border: 1px solid #aaa7a9;
  box-sizing: border-box;
  line-height: 200%;
  padding-left: 15px;
  font-size: .85rem; }
#appoint-1450075170739 .muit-select label {
  margin-left: 0; }
#appoint-1450075170739 select option {
  line-height: 200%;
  padding-left: 5px; }
#appoint-1450075170739 ul {
  margin: 0 auto; }
  #appoint-1450075170739 ul:after {
    content: "";
    display: block;
    clear: both; }
  #appoint-1450075170739 ul li {
    width: 30%;
    float: left;
    font-size: 16px;
    margin-bottom: 5px; }
    #appoint-1450075170739 ul li:nth-child(2n) {
      width: 65%;
      margin-left: 5%; }
    #appoint-1450075170739 ul li:hover {
      cursor: pointer; }
    #appoint-1450075170739 ul li i {
      display: inline-block;
      margin-right: 3px;
      width: 15px;
      height: 15px;
      vertical-align: middle;
      margin-top: -2px;
      width: 12px;
      height: 12px;
      background-color: #fff;
      border: 1px solid #999; }
      #appoint-1450075170739 ul li i.checked {
        background-color: #f0b724;
        border-color: #f0b724; }
#appoint-1450075170739 .qr-wechat {
  width: auto; }
  #appoint-1450075170739 .qr-wechat .qr-center {
    width: 250px;
    margin: 0 auto; }
  #appoint-1450075170739 .qr-wechat .text-center {
    text-align: center; }
  #appoint-1450075170739 .qr-wechat p {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center; }
  #appoint-1450075170739 .qr-wechat h5 {
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    color: #f0b724;
    white-space: nowrap;
    margin-bottom: 6px;
    text-align: center; }
  #appoint-1450075170739 .qr-wechat b {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px; }
  #appoint-1450075170739 .qr-wechat img {
    max-width: 250px;
    width: 80%;
    margin-bottom: 5px; }
#appoint-1450075170739 .fanish-block .tip {
  visibility: hidden; }

#appoint-1450075180608 .modal-body {
  width: 70%;
  padding-bottom: 20px; }
#appoint-1450075180608 h3 {
  margin-top: 0;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0; }
#appoint-1450075180608 p {
  margin-top: 3px;
  font-weight: bold;
  font-size: 1.75rem; }
#appoint-1450075180608 i {
  color: #e6ad2f;
  font-style: normal;
  width: auto;
  display: inline; }
#appoint-1450075180608 img {
  width: 70%; }

/*==================mobile version=====================*/
@media screen and (max-width: 799px) {
  .pc-style {
    display: none !important; }

  .appoint-modal p {
    margin: 1.5vh 0; }
  .appoint-modal .mobile-style {
    display: block; }
  .appoint-modal h6 {
    margin-top: -5px;
    margin-bottom: 10px;
    color: #82746f;
    font-weight: normal;
    font-size: 1.3rem; }
  .appoint-modal .modal-header b {
    font-size: 4vh;
    line-height: 250%; }
  .appoint-modal .xq-icon.close {
    right: .8rem;
    top: .8rem;
    width: 3rem;
    height: 3rem;
    background: url("/web/20230520142626im_/http://langyuzs.cn/web/20220129104119im_/http://langyuzs.cn/drawtime/images/icon-close.png") center;
    background-size: 50%;
    background-repeat: no-repeat;
    opacity: 0.8; }
  .appoint-modal .modal-body {
    width: 90%;
    border-radius: 10px; }
  .appoint-modal .modal-content .form {
    width: 90%; }
    .appoint-modal .modal-content .form p label {
      font-size: 1.2rem;
      font-weight: normal;
      margin-right: 1rem;
      font-weight: bold;
      color: #353535; }
    .appoint-modal .modal-content .form p input, .appoint-modal .modal-content .form p select {
      font-size: 1.3rem;
      height: 3rem;
      border-radius: 1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      outline: none; }
  .appoint-modal .modal-content .button-area {
    margin-top: 8vh;
    margin-bottom: 2.5vh; }
    .appoint-modal .modal-content .button-area #confirm_appointment {
      border-radius: 10px;
      height: 5rem;
      border-radius: 2.5rem;
      box-sizing: border-box;
      font-size: 1.3rem !important;
      padding-left: 4rem;
      padding-right: 4rem; }

  .sidebar-wechat:hover .appoint-1450075180608 {
    display: none !important; }

  #appoint-1450075170739 .modal-body {
    width: 90%; }
  #appoint-1450075170739 .block {
    width: 84%;
    margin-left: 8%; }
  #appoint-1450075170739 .wrapper {
    padding: 15px 20px; }
  #appoint-1450075170739 img {
    width: 60%;
    margin-bottom: 10px; }
  #appoint-1450075170739 button {
    width: 60%;
    line-height: 200%;
    font-size: 16px; }
  #appoint-1450075170739 label {
    font-weight: normal;
    font-size: 16px; }
  #appoint-1450075170739 .tip {
    font-size: 14px; }
  #appoint-1450075170739 ul li {
    font-size: 14px; }
  #appoint-1450075170739 select, #appoint-1450075170739 input[type='text'] {
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    padding: 5px 15px; }
  #appoint-1450075170739 .qr-wechat p {
    font-size: 14px; }
  #appoint-1450075170739 .qr-wechat h5 {
    margin-bottom: 0; }
  #appoint-1450075170739 .qr-wechat b {
    margin-top: 5px; } }

/*# sourceMappingURL=main-common.css.map */
/*
     FILE ARCHIVED ON 10:41:19 Jan 29, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:17:11 May 20, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 73.42
  exclusion.robots: 0.08
  exclusion.robots.policy: 0.07
  RedisCDXSource: 0.507
  esindex: 0.008
  LoadShardBlock: 57.134 (3)
  PetaboxLoader3.datanode: 70.764 (4)
  load_resource: 69.374
  PetaboxLoader3.resolve: 26.891
*/
/*
     FILE ARCHIVED ON 14:26:26 May 20, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:15:47 Nov 26, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 91.633
  exclusion.robots: 0.139
  exclusion.robots.policy: 0.124
  cdx.remote: 0.078
  esindex: 0.012
  LoadShardBlock: 61.629 (3)
  PetaboxLoader3.datanode: 73.211 (4)
  load_resource: 92.168
  PetaboxLoader3.resolve: 36.508
*/