*{
    padding: 0;
    margin: 0;
    font-family: PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:.388889rem;
    box-sizing: border-box;
    touch-action:auto; /*设置pan-y时左右不能滚动  */
}
body{
    width: 100vw;
	font-size: .388889rem;
	overflow-x: hidden;
}
ul {
    list-style:none;
}
li{
    list-style: none;
}
i.tfyfont {
	  font-size: 0.55555rem;
  }
a {
    text-decoration: none;
    color: #333333;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
/* a:visited {
    color: #999;
    text-decoration: none;
} */
div::-webkit-scrollbar {
    display: none;
}
/* 已访问的链接 */

.flex{
    display: flex;
    flex-direction: column;

}
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-1{
    flex:1
}
.bottom-line{
    position: relative;
}
.bottom-line::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: .027778rem;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        background-color: #d8d8d8;
}
.board{
    background-color:rgba(0, 0, 0, 0.6);
    z-index:999;
    position:fixed;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    color:#fff;
    padding:.055556rem .277778rem;
    border-radius:.138889rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 确认弹框 */
.alert{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index:999;
    background-color:rgba(0, 0, 0, 0.6);

}
.alert .alert-content{
    position: absolute;
    left: .138889rem;
    right: .138889rem;
    bottom: .138889rem;
    background-color: #fff;
    border-radius: .277778rem;
    padding: .66666rem;
}
.alert .alert-content .title {
    text-align: center;
    font-size: .5rem;
    color: #555555;
    /* padding: 8px 0; */

}
.alert .alert-content .subtitle{
    font-size: .388889rem;
    text-align: center;
    color: #666;
    padding: .33333rem 0;
}
.alert-btn {
    justify-content: space-between;
    align-items: center;
}
.alert-btn .btns{
    flex: 1;
    border-radius: .555556rem;
    padding: .277778rem .555556rem;
    font-size: .444444rem;
    text-align: center;
    background-color: #d8d8d8;
}
.alert-btn .btns.queding{
    color: #fff;
    background-color: cornflowerblue;
    margin-left: .277778rem;
}
/* .status{
color: #fff;
font-size: .305556rem;
padding: .083333rem .138889rem;
border-radius: .055556rem;
} */

.status.status1{  /* 待售 */
    background: linear-gradient(90deg, #8cd3fc 0, #4cc7f6)!important;
    
}
.status.status2 {
    
    background: linear-gradient(90deg, #69d4bb 0, #00caa7)!important;
    /* 在售 */

}
.status.status3 {
    /* */
    background:linear-gradient(90deg, #ff8533 0, #ff7213)!important
}
.status.status4 {
    /*售完 */
    background: linear-gradient(90deg, #ccc 0, #ccc)!important;
}

/* 地图 */
.map-box .map-cate-list{
    position: absolute;
    z-index: 10;
    left: .333333rem;
    right: .333333rem;
    bottom: .333333rem;
    padding: .222222rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 .166667rem 0 rgb(0 0 0 / 15%);
}
.map-box .map-cate-list .cate-item{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #999;
}
.map-box .map-cate-list .cate-item .img{
    width: .666667rem;
    height: .666667rem;
    margin-right: .083333rem;
}
.map-box .map-cate-list .cate-item .img img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.map-box .map-cate-list .cate-item .text{
    font-size: .333333rem;
}


/* 报名弹框 */
.sign-up-pop {

    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}

.sub_box {
    background-color: #fff;
    border-radius: .222222rem;

    position: absolute;
    top: 50%;
    left: 50%;
    width: 90vw;
    transform: translateX(-50%) translateY(-50%);
}

.sub_box .sub_header {
    padding: .333333rem .666667rem;
    color: #fff;
    background-image: -webkit-linear-gradient(131deg, #f7918f, #fb656a);
    background-image: linear-gradient(-41deg, #f7918f, #fb656a);
    position: relative;
    border-top-left-radius: .222222rem;
    border-top-right-radius: .222222rem;
}

.sub_box .sub_header .sub_title {
    margin-bottom: .222222rem;
    font-size: .555556rem;
    font-weight: 700;
}

.sub_box .sub_header .sub_tip {
    font-size: .333333rem;
}

.sub_box .sub_header .icon {
    width: 2.611111rem;
    height: 2.611111rem;
    position: absolute;
    top: -0.444444rem;
    right: .666667rem;
}

.sub_box .sub_header .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub_box .form_box {
    padding: .416667rem .666667rem;
}

.sub_box .sub_content {
    font-size: .444444rem;
    line-height: 1.5;
    color: #333;
}

.sub_box .sub_form {
    margin-top: .333333rem;
}

.sub_box .sub_form .sub_tel {
    margin-bottom: .277778rem;
}

.sub_box .sub_form input {
    padding: .277778rem;
    font-size: .388889rem;
    background-color: #f5f5f5;
    display: block;
    border-radius: .222222rem;
    font-size: .444444rem;
    line-height: .555556rem;
    height: 1.111111rem;
    min-height: .555556rem;
    overflow: hidden;
    outline: none;
    border: 0;
    width: 100%;
}

.sub_box .sub_form .btn-box {
    padding: .277778rem 0 0 0;
    margin-top: .277778rem;
    padding: .333333rem;
}

.sub_box .sub_form .btn-box button {
    font-size: .472222rem;
    font-weight: 700;
    height: 1.222222rem;
    line-height: 1.222222rem;
    background: #fb656a;
    box-shadow: 0 .111111rem .444444rem 0 rgb(251 101 106 / 40%);
    border-radius: .611111rem;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: .388889rem;
    padding-right: .388889rem;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    border: 0;
    width: 100%;
}

.btn-box button.default {
    background-color: #ff656b;
    color: #fff;


}

.sub_box .sub_form .btn-box .close_btn {
    padding: .333333rem;
    text-align: center;
    color: #999;
}


/* 问答提问弹窗 */
.add-question-pop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}
.consult {
  z-index: 56;
  position: fixed;
  width: 80vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.consult-top {
  width: 100%;
  height: 3.04rem;
  border-radius: 0.266666rem;
}
.consult-top img {
  width: 100%;
  height: 100%;
}
.consult-font {
  position: absolute;
  top: 0.48rem;
  left: 1.04rem;
  color: #fff;
  line-height: 0.853333rem;
}
.consult-font span {
  font-size: 0.533333rem;
}
.consult-form {
  padding: 0.64rem;
  background: #fff;
  border-radius: 0 0 0.266666rem 0.266666rem;
}
.consult-textarea, .consult-phone {
  box-sizing: border-box;
  background: #f2f2f2;
  border-radius: 0.133333rem;
  padding: 0.373333rem 0.32rem;
}
.consult-phone {
  margin-top: 0.4rem;
}
.consult-form input, .consult-form textarea {
  background: none;
  outline: none;
  border: none;
  width: 100%;
  resize : none;
  font-size: 0.4rem;
}
.consult-btn {
  width: 100%;
  height: 1.066666rem;
  line-height: 1.066666rem;
  text-align: center;
  color: #fff;
  border-radius: 0.133333rem;
  margin-top: 0.64rem;
  font-size: 0.4rem;
  background: linear-gradient(90deg,#ffa857,#ff6069);
}
.consult-close {
  position: absolute;
  top: 0.08rem;
  right: 0.08rem;
}
.consult-close i {
  color: #fff;
  font-size: 0.506666rem;
}

