.main_box{
  width: 80%;
  margin: 50px auto;
  background: #fff;
  padding: 20px;
}


.uc-right-con .uc-right {
  width: 100%;
  height: 530px;
  background: #fff;
  /* float: right; */
  display: none;
  margin-top: 20px;
}
.uc-right-con .uc-right>p {
  padding: 177px 70px;
  color: #333;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}


.item_box{}

.item_title{
  font-size: 23px;
  border-top: 1px solid #F3FAFF;
  margin-top: 30px;
  padding-top: 15px;
}
.item_table{
  border: 1px solid #dddddd;
  width: 100%;
  text-align: center;
  border-collapse: collapse
}

.item_thead{
  background-color: #f3faff;
}
.item_tr{}

.item_td{
  border: 1px solid #dddddd;
}

.item_item{
  width: 200px;
  padding: 5px 0px;
  height: 45px;
}

.item_quantity{
  width: 300px;
  position: relative;
}

.item_quantity_loading{
  position: absolute;
  left: 47.5%;
  top: 30%;
  display: inline-block;
  height: 48px;
  width: 30px;
  display: none;
}

.item_quantity_loading > img{
  width: 20px;
}

.item_conditon{
  width: 200px;
  position: relative;
}

.item_addphoto{
  text-align: left;
  width: 300px;
  padding-left: 20px;
}


.td_input{
  width: 100%;
  outline: none;
  border: none;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  padding-left: 10px;
  text-align: center;
}

.add_photo_button{
  outline: none;
  border: none;
  width: 120px;
  height: 30px;
  color: #fff;
  background-color: #F95658;
  border-radius: 3px;
  cursor: pointer;
  margin: 10px;
}




.add_photo_box,.select_property_box,.add_pdf_box{
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,.3);
  top: 0;
  z-index: 2;
}

.add_photo_box,.add_pdf_box{  display: none;}

.fileinput_box,.select_property{
  width: 600px;
  /* height: 500px; */
  background: #fff;
  margin: 10% auto;
  border-radius: 15px;
  padding: 10px;
  position: relative;
}

.fileinput_box > p{
  font-size: 20px;
}


.close_add_photo_box,.close_add_pdf_box{
  width: 30px;
  height: 30px;
  position: absolute;
  background: #333 url(/static/images/portal/close_heixin.png) no-repeat -1px;
  top: -25px;
  right: -35px;
  border-radius: 35px;
  background-size: 32px;
  cursor: pointer;
}



/* 选择房源 */


.uc-reform-wrap {
  text-align: center;
}

.uc-reform {
  position: relative;
  display: inline-block;
  width: 580px;
  text-align: left;
  margin-top: 20px;
}


.uc-reform-tit {
  float: left;
  width: 150px;
  margin-right: 16px;
  text-align: right;
  font-size: 16px;
  color: #333;
  line-height: 35px;
}

.uc-reform-item {
  position: relative;
  float: left;
  height: 33px;
  text-align: left;
  margin-bottom: 24px;
  width: 335px;
}

b.hs-down {
  display: inline-block;
  background: url(//staticpic.ucnest.com/static/rent/Edition1/images/images_mobile/myaccount/sanjiao.png)no-repeat;
  height: 8px;
  width: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
}


.uc-inputText[type=text], .uc-inputText[type=password], .dorpdown-btn[type=text], .uc_textarea {
  font-family: 'Poppins' !important;
  color: #333;
  padding: 5px;
  height: 35px;
  width: 335px;
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.05) inset;
  -webkit-box-shadow: 2px 2px 0px rgb(0 0 0 / 5%) inset;
  box-shadow: 2px 2px 0px rgb(0 0 0 / 5%) inset;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  outline: none;
}

.uc-reform-item .Edit_on[type=text], .texteare_item textarea.Edit_on {
  color: #666;
}


span.inputError {
  position: absolute;
  top: 34px;
  left: 0;
  display: inline-block !important;
  color: #f33 !important;
  text-align: left;
  font-size: 12px;
}



ul.dorpdown-list {
  display: none;
  position: absolute;
  top: 34px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 10px;
  width: 100%;
  background-color: #f6f4f4;
  color: #999;
  font-size: 14px;
  overflow-y: auto !important;
  overflow-x: hidden;
  max-height: 165px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

ul.dorpdown-list>li {
  border-radius: 3px;
  line-height: 20px;
  padding: 3px 5px;
  cursor: pointer;
}
ul.dorpdown-list>li:hover {
  background-color: #fff;
}


.dorpdown_index{
  z-index: 99;
}



.check_property_title{
  font-size: 23px;
  padding-left: 20px;
  padding-top: 10px;
}

.check_property_button{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.check_property_button > button{
  border: none;
  width: 100px;
  height: 30px;
  background: #f6585b;
  color: #fff;
  border-radius: 3px;
  position: relative;
}


.property_info_title{
  font-size: 28px;
}

.space_photo_box{
  width: 100%;
  border: 1px solid #dddddd;
  margin-top: 20px;
  min-height: 262px;
  position: relative;
  padding-bottom: 50px;
}

.space_photo_box::after,.upload_pdf_box::after {
  content:""; 
  display: block; 
  clear:both; 
}

.space_photo{
  width: 200px;
  min-height: 200px;
  float: left;
  position: relative;
}


.save_space_photo{
  width: 180px;
  /* height: 200px; */
  margin: 10px;
}

.time_flag{
  position: absolute;
  background: rgba(0,0,0,.3);
  padding: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  right: 10px;
  bottom: 10px;
}


.save_space_photo > div > img{
  object-fit: cover;
  width: 100%;
  height: 150px;
}


.save_space_photo > div > input{
  width: 100%;
  height: 30px;
  outline: none;
  text-align: center;
  border: 1px solid #dddddd;
  margin-top: 5px;
}

.space_photo_button_box{
  position: absolute;
    bottom: 0;
}

.delete_space_img{
  position: absolute;
  top: 5px;
  right: 0px;
}

.delete_space_img > img{
  width: 15px !important;
  height: 15px !important;
  cursor: pointer;
}

.uploadPhotoDoneNext,.uploadPdfDoneNext{
  position: absolute;
  width: 100px;
  height: 30px;
  top: 200px;
  left: 220px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  box-shadow: 0px 0px 10px 0px rgb(38 38 38 / 20%);
  border-radius: 4px;
  display: none;
}


.save_space_photo_tag{
  position: relative;
}



._zb_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  left: 0px;
  margin-top: -23px;
  text-align: center;
  background: #F95657;
  border-radius: 3px;
  display: none;
  margin-top: 0px;
}


._zb_loading span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background: #fff;
  -webkit-animation: load 0.8s ease infinite;
  border-radius: 50%;
}

._zb_loading span:nth-child(1){
  animation-delay:0.1s;
  -webkit-animation-delay:0.1s;
}
._zb_loading span:nth-child(2){
  animation-delay:0.2s;
  -webkit-animation-delay:0.2s;
}
._zb_loading span:nth-child(3){
  animation-delay:0.3s;
  -webkit-animation-delay:0.3s;
}

._zb_loading span:last-child {
  margin-right: 0px;
}




.upload_pdf_box{
  width: 80%;
  margin: 50px auto;
  background: #fff;
  padding: 20px;
}

.pdf_list_box{
  width: 200px;
  float: left;  
  height: 250px;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}

.pdf_list_box > input{
  width: 100%;
  border: 1px solid #dedede;
  height: 30px;
  text-align: center;
  outline: none;
  font-size: 15px;
}

.pdf_list_box > button{
  outline: none;
  border: none;
  width: 120px;
  height: 30px;
  color: #fff;
  background-color: #F95658;
  border-radius: 3px;
  cursor: pointer;
  margin: 10px;
  display: none;
}

.pdf_list_box > span{
  text-align: center;
  display: inline-block;
  width: 100%;
}