@charset "utf-8";

.pop-land-formitem.no-margin-top {
    margin-top: 0;
}

.pop-land-context {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background: rgba(0,0,0,.6);
}

input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #979997;
}
input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #979997;
}

.pop-land-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 476px;
    margin-left: -400px;
    margin-top: -238px;
    background: #fff;
}

.pop-land-close {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    box-sizing: border-box;
}
.pop-land-close-ico {
    display: block;
    width: 14px;
    height: 14px;
}

/* 图片区域 start */
.pop-land-left {
    position: relative;
    float: left;
    width: 400px;
    height: 476px;
    background: #e4ebfd;
    overflow: hidden;
}
.pop-land-left-bg {
    width: 400px;
    height: 476px;
    object-fit: contain;
}
.pop-land-left-content {
    position: absolute;
    top: 80px;
    left: 20px;
    right: 20px;
    cursor: default;
    user-select: none;
}
.pop-land-left-title {
    /*width: 513px;*/
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    /*font-family: HarmonyOS Sans SC;*/
    font-weight: bold;
    text-align: center;
    color: #1A1C1A;
    /*line-height: 14px;*/
}
.pop-land-left-desc {
    margin-top: 14px;
    /*width: 600px;*/
    /*height: 33px;*/
    font-size: 16px;
    /*font-family: HarmonyOS Sans SC;*/
    font-weight: 400;
    color: #1A1C1A;
    line-height: 18px;
    text-align: center;
}
/* 图片区域 end */

/* 表单区域 start */
.pop-land-right {
    position: relative;
    float: right;
    box-sizing: border-box;
    width: 400px;
    padding: 60px 56px 0;
}
.pop-land-form-title {
    /*width: 362px;*/
    /*height: 39px;*/
    font-size: 20px;
    /*font-family: HarmonyOS Sans SC;*/
    font-weight: 500;
    color: #1a1c1a;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}
.pop-land-formitem {
    position: relative;
    width: 298px;
    height: 43px;
    margin: 0 auto;
    margin-top: 12px;
    border: 1px solid #d2d2d2;
    background: #fff;
    box-sizing: border-box;
}

.pop-land-form-citybox {
    position: relative;
    display: block;
    width: 144px;
    height: 43px;
    margin: 0 auto;
    margin-top: 24px;
    border: 1px solid #d2d2d2;
    background: #fff;
}
.pop-land-form-citybox select{display: block;width:100%;padding-left: 10px; height:43px;line-height: 43px;border:0;box-sizing: border-box;}
.district input.pop-land-form-city {
    position: relative;
    width: 275px !important;
    height: 20px !important;
    cursor: pointer;
    padding: 10px;
}

.pop-land-form-citybox .arrow-ico {
    position: absolute;
    z-index: 4;
    right: 4px;
    top: 12px;
    width: 14px;
    height:18px;
}
.pop-land-form-citybox .arrow-ico img{display: block; width:100%;}
.pop-land-formitem .pop-land-form-input {
    display: block;
    width: 298px;
    height: 43px;
    line-height: 43px;
    outline: none;
    padding-left: 14px;
    padding-right: 13px;
    font-size: 14px;

    border: none;
    /*-webkit-text-fill-color: #1a1c1a;*/
    /*outline: none;*/
    /*-webkit-highlight: none;*/
    background-color: transparent !important;
    box-sizing: border-box;

    font-weight: 500;
    color: #1a1c1a;
}
.pop-land-formitem .pop-land-form-city {
    box-sizing: content-box;
}

.pop-land-form-areabox,
.pop-land-form-phonebox {
    overflow: hidden;
}
input.pop-land-form-input:focus {
    outline: none;
}
input.pop-land-form-input:-webkit-autofill {
    /*transition: background-color 5000s ease-in-out 0s;*/
    /*background-color: transparent;*/
}
input.pop-land-form-input:autofill {
    /* // 支持火狐 */
    background: #fff;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/*// 支持chrome*/
input.pop-land-form-input:-webkit-autofill,
input.pop-land-form-input:-webkit-autofill:hover,
input.pop-land-form-input:-webkit-autofill:focus,
input.pop-land-form-input:-webkit-autofill:active {
   /*transition: background-color 5000s;*/
   -webkit-text-fill-color: #1a1c1a;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.pop-land-form-areabox {
    position: relative;
}

.pop-land-area-unit {
    position: absolute;
    right: 10px;
    top: 8px;
    /*width: 32px;*/
    /*height: 22px;*/
    font-size: 14px;
    /*font-family: HarmonyOS Sans SC;*/
    font-weight: 500;
    color: #1a1c1a;
    line-height: 22px;
}
.pop-land-area-tip {
    font-size: 12px;
    color: #f79c33;
}
.pop-land-form-time {
    appearance: none;
    -webkit-appearance: none;
}
.pop-land-form-time.placeholder {
    color: #979997;
}
.pop-land-form-time option {
    color: #1a1c1a;
}

.pop-land-form-checkbox {
    /*position: relative;*/
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 2px;
}

.pop-land-form-checkbtn {
    /*position: absolute;*/
    /*top: 2px;*/
    /*left: 0;*/
    vertical-align: -0.4ex;
}

.pop-land-form-checkbox span {
    margin-left: 4px;
    /*width: 453px;*/
    /*height: 23px;*/
    font-size: 12px;
    /*font-family: HarmonyOS Sans SC;*/
    font-weight: 500;
    color: #333;
    /*line-height: 45px;*/
}
.pop-land-form-checkbox a {
    color: #1dc87c;
}

.pop-land-formbtn {
    width: 300px;
    height: 45px;
    margin: 0 auto;
    margin-top: 16px;
    background: #1dc87c;

    /*width: 278px;*/
    /*height: 28px;*/
    font-size: 14px;
    /*font-family: HarmonyOS Sans SC;*/
    font-weight: 500;
    color: #fff;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.pop-land-tips {
    /*width: 439px;*/
    /*height: 23px;*/
    font-size: 12px;
    /*font-family: HarmonyOS Sans SC;*/
    font-weight: 400;
    color: #979997;
    line-height: 24px;
    opacity: 0.8;
    margin-top: 10px;
    text-align: center;
    user-select: none;
    cursor: default;
}

.pop-land-alert {
    display: none;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -130px;
    /*transform: translateX(-50%);*/
    border-radius: 4px;
    min-height: 40px;
    padding: 0 10px;
    width: 260px;
    background-color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;

    box-shadow: 4px 3px 14px 2px #d5d5d5;
}
.pop-land-loading {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 10px;
}
.pop-land-alert.error {
    color: #be3932;
}
.pop-land-alert.success {
    color: #0b9c1c;
}
/* 表单区域 end */

/* 隐私对话框开始 */
.privacy-confirm {

}
.privacy-confirm-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
}
.privacy-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%,-50%);
    width: 265px;
    height: 122px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 0px rgba(207, 207, 207, 0.5);
    border-radius: 10px;
    padding: 10px 30px 18px;
}
.privacy-content p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 1.4;
    text-align: center;
    margin-top: 37px;
}
.pop-land-content .privacy-content .agree-link {
    color: #50ac6a;
}
.popland-footer-wrapper {
    padding-top: 20px;
    text-align: center;
}
.popland-footer-wrapper a {
    font-size: 14px;
    display: inline-block;
    width: 96px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    /*background: #F5F5F5;*/
    border-radius: 3px;
    color: #FFFFFF;
    background: #50AC6A;
    margin-left: 10px;
}

.icon-close {
    position: absolute;
      display: block;
      width: 12px;
      height: 12px;
      background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAVFBMVEUAAACrv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv8+rv88kQpobAAAAG3RSTlMAd/QZ5YRp7yl8LupzcCPVNhLCr4tjYk1CPB8NdOCjAAAAgElEQVQY01XP2w7DIAwD0HSUMcq6rruv/v//bEIQVvOCdCRbRt4oQXgXQDIwBspJqdqtyaRy1ncAktsdJnZRLXgPrgZuJdSewcGzyzcBc5dq6MKsp7hnUXqshLrnedj8V/lYX/F9XJiBtPWUL4wtOyUX2s9/yn2jvJrQZI0mvDnv9E0KIMuiK9EAAAAASUVORK5CYII=') no-repeat;
      background-size: contain;
      right: 12px;
      top: 10px;
      cursor: pointer;
}
.ui-none {
    display: none !important;
}
/* 隐私对话框结束*/

.pop-land-success-tip {
    position: fixed;
    z-index: 99999;
    height: 50px;
    width: 434px;
    line-height: 50px;
    border-radius: 10px;
    padding: 0 20px;
    top: -80px;
    left: 50%;
    margin-left: -217px;
    /*box-shadow: 4px 3px 14px 2px #d5d5d5;*/
    color: #0b9c1c;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: default;
    user-select: none;
    transition: all .7s;
    opacity: 0;
}

.pop-land-success-tip.pop-land-show {
    top: 120px;
    opacity: 1;
}
