.layui-form-item .layui-input-inline {
    /*min-width: 400px;*/
    width: auto;
}
.zc-main{
    background: #f6f7f9 url(img/bg-searchIndex.png) no-repeat top center;
    background-size: 100% 470px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.layui-form-label {
    padding-left: 0;
    position: relative;
    width: 140px;
    text-align: right;
}

.layui-form-label span {
    /* position: absolute;
    left: 0; */
    top: 19px;
    display: inline-block;
    margin-right: 5px;
    color: #ff4422;
    vertical-align: middle;
    line-height: 0;
    margin-top: 2px;
}
.wt_btn {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #FF6521;
    border-radius: 4px;
    border: 1px solid #FF6521;
    transition: all .3s ease-out;
}

.wt_btn:hover {
    color: #fff;
    background-color: #FF6521;
}
.download-btn {
    margin-bottom: 15px;
    width: 200px;
}

.province + .layui-form-select {
    margin-right: 4px;
    width: 100px;
    display: inline-block;
    float: left;
}

input[name=app_address] {
    width: 256px;
    float: left;
}

.zrrform {
    display: none;
}

.wtsform .form-ts {
    margin-top: 50px;
}

.fysmshow {
    display: none;
}

.readcbx {
    margin-top: 10px;
}

.readcbx .layui-form-checkbox {
    margin-top: 0 !important;
    float: left;
}

.hkform,
.enform,
.zrrhkform,
.zrrenform {
    display: none;
}

.hz_yl {
    display: none;
}

.form-title {
    position: relative;
    border-left: 0;
}

.form-title:before {
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    width: 2px;
    height: 16px;
    background: #109FFF;
}

@media screen and (min-width: 960px) and (max-width: 1500px) {
    .layui-form-label {
        width: 75px;
    }
}

.f-uploader {
    width: 200px;
    height: 120px;
    border: 1px dashed #aaa;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.f-uploader .upload {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #aaa;
    /*display: none;*/
}

.f-uploader .upload .dicon {
    padding: 10px 0;
}

.f-uploader .upload .dicon i {
    font-size: 40px;
}

.f-uploader .img {
    display: none;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: calc(100% - 2px);
    background-color: #fff;
}

.f-uploader .img img {
    height: 100%;
    border: 1px solid #ccc;
    max-width: 100%;
}

.f-uploader .img:hover .mask {
    display: block;
}

.f-uploader .img .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #02020254;
    color: #fff;
}

.f-uploader .img .mask div {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-uploader .img .mask .dtext {
    margin-bottom: 5px;
    align-items: flex-end;
}

.f-uploader .img .mask .dbtn {
    margin-top: 5px;
    align-items: flex-start;
}

.f-uploader .img .mask .dbtn button {
    background-color: transparent;
    color: #fff;
    border: 1px dashed #fff;
    padding: 0 10px;
}

.f-uploader .img .mask .dbtn:hover button {
    border-color: #8fe068;
}

.f-uploader .clear {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
    line-height: 18px;
    border-radius: 10px;
}

.img-preview {
    width: 120px;
    height: 120px;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    line-height: 120px;
    overflow: hidden;
}

.img-preview img {
    max-height: 100%;
    width: calc(100% - 2px);
    /*border:1px solid #ccc;*/
}

.img-preview:hover .mask {
    display: flex;
}

.img-preview .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #02020254;
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
}

.w458 {
    width: 360px!important;
}

.form-ts {
    color: #7F7F7F;
    margin-left: 10px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
}

.form-inline {
    display: inline-block;
}

[v-cloak] {
    display: none;
}

.preview-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #414a4a42;
    overflow: scroll;
    padding: 20px 0;
    text-align: center;
    display: none;
    z-index: 9999;
}

.preview-container::-webkit-scrollbar {
    display: none;
}

.preview-container img {
    max-width: 70%;
}

.preview-container .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0006;
    border-radius: 25px;
}

.preview-container i {
    font-size: 40px;
}

/*.layui-form-item .layui-input-inline {*/
/*    min-width: 360px;*/
/*}*/

.page-search-form .layui-input-inline {
    min-width: auto;
}

.form-text {
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.form-line-info-hide {
    padding-left: 80px;
    color: #999;
    display: none;
}

.selinptext {
    color: #027DB4;
    text-decoration: underline;
    min-width: 130px;
    cursor: pointer;
}

.layui-card-header .header-strong {
    font-style: normal;
    border-bottom: 2px solid #108EE9;
    color: #108EE9;
    font-weight: 400;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
}


.layui-layer-shade {
    opacity: 0.05 !important;
}


.primary {
    color: #1E9FFF;
}

.success {
    color: #5FB878;
}

.danger {
    color: #f00;
}

.warning {
    color: #FFB800;
}

.special {
    color: #2F4056;
}

.sqr_add_last {
    color: #7F7F7F;
    font-size: 12px;
    line-height: 24px;
    margin-top: 30px;
}

.sqr_add_last .layui-input-inline {
    width: 80%;
    margin-right: 0;
}
.layui-input:hover{
    border-color: #3a62c8 !important;
}
.layui-input:focus {
    box-shadow: 0 0 4px 2px rgb(24 144 255 / 20%);
    border-color: #3a62c8 !important;
}


/* ************************************************ */
.add_sqr {
    padding: 24px 32px 40px;
    background-color: #fff;
}

.layui-card-body {
    padding: 0;
}

.layui-card {
    box-shadow: none;
}

.add_sqr .tips {
    width: 100%;
    height: 32px;
    line-height: 30px;
    border: 1px solid #FFD489;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF7C17;
    padding-left: 32px;
    background:rgba(255, 175, 37, 0.06) url(img/icon-tip.png) no-repeat left 10px center;
    background-size: 14px 14px;
    margin-bottom: 58px;
}

.add_sqr .add_sqr_tit {
    padding-left: 22px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    background: url(img/icon-add-sqr.png) no-repeat left center;
    background-size: 18px 18px;
    margin-bottom: 22px;
}

.sqr_ul li {
    margin-bottom: 20px;
}

.sqr_ul li > label {
    position: relative;
    width: 70px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    margin-right: 18px;
    padding-left: 12px;
}

.sqr_ul .four_li > label, .sqr_ul .five_li > label {
    line-height: 20px;
}

.sqr_ul li > label i {
    position: absolute;
    left: 0;
    top: 0;
    color: #E4393C;
    vertical-align: middle;
}

.sqr_ul li .my_inp {
    width: 458px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    text-indent: 14px;
    transition: all .3s ease-out;
}

.radio-box label {
    display: inline-block;
    position: relative;
    margin-right: 24px;
    color: #333333;
}

.radio-box .label:before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    box-sizing: border-box;
}

.radio-box .label.checked:before {
    background: url(../images/img/icon-radio.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
}

.sqr_ul .second_li .radio-box {
    line-height: 36px;
}

.sqr_ul li .form_select {
    position: relative;
    width: 458px;
    height: 36px;
    border: solid 1px #E1E1E1;
}


.layui-form-select dl dd.layui-this {
    color: #fff;
    background-color: #3a62c8;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #3a62c8 !important;
    background-color: #3a62c8;
}

.layui-btn {
    background-color: #3a62c8;
    border-radius: 4px;
}

.l-right .layui-input {
    width: 458px;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #3a62c8;
}

/* .layui-form-select dl {
    top: 34px;
} */

.upload-wrapper {
    display: inline-block;
}

.upload-wrapper > div {
    text-align: center;
    margin-right: 16px;
}

.upload-item {
    position: relative;
    width: 114px;
    height: 130px;
    border: 1px solid #E1E1E1;
    background-color: #fbfbfb;
    border-radius: 4px;
}

.base_upload_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload-item .pic {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.upload-example {
    position: relative;
    width: 114px;
    height: 130px;
    border: 1px solid #E1E1E1;
    background-color: #fbfbfb;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}

.upload-example img {
    width: 100%;
    /*height: 100%;*/
}

.upload-item .pic img {
    width: 100%;
    height: 100%;
}

.upload-item button {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.upload-example .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    text-align: center;
    height: 16px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    background-color: #FFAA45;
}

.upload-example button {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}


.hint {
    font-size: 12px;
    line-height: 22px;
    color: #999;
}

.hint {
    margin-top: 35px;
}

.sqr_ul .five_li .hint {
    margin-top: 15px;
}

.sqr_ul .last_li .last_li_tip {
    width: 817px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-left: 100px;
}

.labList {
    width: 100% !important;
    display: inline-block;
    position: relative;
    color: #333;
    font-size: 12px;
    margin-left: 100px;
    padding-left: 0 !important;
}

.labList:before {
    content: "";
    display: inline-block;
    margin-right: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #ddd;
    vertical-align: -3px;
}

.labList.checked:before {
    background: url(../images/img/icon-selected.png?v=1) no-repeat center center;
    background-size: 100% 100%;
    border-color: #3a62c8;
}

.sqr_btn {
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #E4393C;
    border-radius: 4px;
    color: #fff;
    margin-left: 100px;
}

.sqr_ul .area_inp {
    margin-top: 8px;
}

.sqr_ul .area_li .hint {
    margin-top: 20px;
    margin-left: 20px;
}

.sqr_ul input:focus, .sqr_ul textarea:focus {
    border-color: #E4393C;
}


.upload-item {
    position: relative;
    width: 114px;
    height: 130px;
    border: 1px solid #E1E1E1;
    background-color: #fbfbfb;
    border-radius: 4px;
}

.base_upload_img {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload-item .pic {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.zzzc_mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    z-index: 5;
}

.zzzc_mask_btn {
    display: inline-block;
    /* margin: 40px 0; */
    color: #fff;
    width: 80%;
    line-height: 28px;
    border: solid 1px #fff;
    font-size: 12px;
    border-radius: 1px;
    overflow: hidden;
}
.btn_see{
    position: relative;
    display: none;
    margin: 16px auto 12px;
    color: #fff;
    width: 80%;
    line-height: 28px;
    border: solid 1px #fff;
    font-size: 12px;
    border-radius: 1px;
    overflow: hidden;
    border: solid 1px #fff;
}
.btn_see:hover {
    color: #fff;
} 
.btn_see .zzzc_mask_see{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    opacity: 0;
    overflow: hidden;
}
.zzzc_mask_btn {
    margin-top: 0;
}


.zzzc_mask_btn.on {
    margin-top: 40px;
}

.common_upload .zzzc_mask_btn.on{
    margin-top: 14px;
}
.common_upload .zzzc_mask_btn{
    margin-top: 44px;
}
.common_upload:hover .zzzc_mask {
    display: block;
}

/* 英文地址 */
.layui-en-address{
    width: 586px!important;
}
.layui-en-address .layui-input{
    width: 100%;
    margin-top: 15px;
}
.layui-en-address .layui-input:first-child{
    margin-top: 0;
}
.en_tips{
    font-size: 12px;
    color: #7F7F7F;
    line-height: 38px;
}

.gjType .layui-form-radio{
    width: 100px;
    height: 30px;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-top: 3px;
    line-height: 30px;
    padding: 0;
}
.gjType .layui-form-radio.layui-form-radioed{
    border-color: #3a62c8;
    color: #3a62c8;
}
.gjType .layui-anim.layui-icon{
    display: none;
}