.banner {
    width: 100%;
    height: 550px;
    overflow: hidden;
}
.banner > img {
    display: inline-block;
    width: 100%;
    height: auto;
}

/*
    Cont
*/
.joinus-cont {
    background: #fafafa;
    padding-bottom: 100px;
}
.scene-tables > form {
    padding-left: 10%;
    padding-top: 56px;
}

/* 左 */
.every-form {
    height: 30px;
    margin-bottom: 10px;
}
.every-form > label {
    display: inline-block;
    width: 75px;
    margin-right: 24px;
    color: #646464;
}
.every-form > input[type=text], .every-form > input[type=tel] {
    font-size: 12px;
    color: #646464;
    width: 60%;
    height: 28px;
    border: none;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 14px;
    outline: none;
}
.select-city > select:nth-child(2) {
    margin-right: 11px;
}
.every-form > select {
    -webkit-appearance: none;
    background: #fff url('https://sosopublic.oss-cn-beijing.aliyuncs.com/public/Index/default/images/0511/little.png') no-repeat right center;
    background-size: 115px 21px;
    /* background-position-x: 1.42rem; */
    padding-right: 8.4px;
    box-sizing: border-box;
    width: 28%;
    height: 28px;
    border: none;
    border: 1px #c9c9c9 solid;
    border-radius: 5px;
    padding-left: 14px;
    outline: none;
    font-size: 12px;
    color: #969696;
    outline: none;
    position: relative;
}
.every-form > select.hangye {
    width: 60%;
}

.upload {
    display: inline-block;
    width: 12%;
    height: auto;
    position: relative;
    margin-right: 2%;
}

.touxiang {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.touxiang > img {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-top: 0!important;
}

.input-file1 {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 99;
    width: 58px;
    height: 58px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: transparent;
    color: #fff;
    font-weight: normal;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    transition:background .3s;
    -webkit-transition:background .3s
}/*自定义外框样式*/
.input-file1:hover {
    background-color: transparent;
}/*鼠标经过样式*/
.input-file1 input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    filter:alpha(opacity=0);
    font-size: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
} /*隐藏默认控件样式*/

.every-form > span.merchant-info {
    display: block;
    width: 278px;
    margin-left: 90px;
    margin-top: 10px;
    line-height: 20px;
    color: #969696;
}

.input-check {
    float: left;
    /*margin-left: 90px;*/
}
.chk_1 {
    display: none;
}
.chk_1:checked + label {
    background-color: #fff;
    border: 1px solid #ff8903;
    color: #ff8903;
}
.chk_1 + label {
    background-color: #FFF;
    border: 1px solid #ff8903;
    padding: 6px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
.chk_1:checked + label:after {
    content: '\2714';
    position: absolute;
    top: -4px;
    left: 0px;
    color: #ff8903;
    width: 100%;
    text-align: center;
    font-size: 14px;
    vertical-align: text-top;
}

.input-check > label.checked {
    float: left;
    width: 12px;
    height: 12px;
    margin-right:5px;
    margin-top:2.8px;
    cursor: pointer;
    background: url("https://sosopublic.oss-cn-beijing.aliyuncs.com/public/Index/default/images/0511/choose.png") no-repeat;
    background-size: 100% 100%;
}
.input-check > label.check {
    float: left;
    width: 10px;
    height: 10px;
    margin-right:5px;
    margin-top:2.8px;
    cursor: pointer;
    border: 1px solid #ff8903;
}

.every-form > span.fwxy {
    display: block;
    float: left;
}

.every-form > input[type=button] {
    border: none;
    height: 28px;
    width: 86px;
    background: #f60;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    margin: 20px 0 0 0;
}

.hotcity {
    display: inline-block;
    margin-top: 56px;
}
.hotcity > span {
    display: inline-block;
    padding: 0 10px;
    color: #646464;
}
.city-list {
    height: 212px;
    border-right: 1px solid #dcdcdc;
    padding-top: 20px;
}
.city-list > li {
    min-height: 44px;
}
.city-list > li > span {
    display: inline-block;
    padding: 0 9px 5px 9px;
    color: #646464;
}
.more-city {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: #646464;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #f60;
    background-color: #f60;
    color: #fff;
}

/*
    遮罩层
*/
.mark-shade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19891014;
    background-color: #000;
    opacity: 0.3;
    display: none;
}
.mark-cont {
    width: 260px;
    height: 149px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -74.5px;
    margin-left: -130px;
    z-index: 19891015;
    display: none;
}
.mark-cont .layui-layer-title {
    text-align: left;
}
.mark-cont .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
}
.mark-footer {
    background-color: #fff;
}
.tip-content {
    background: url("https://sosopublic.oss-cn-beijing.aliyuncs.com/public/Index/default/images/0511/tip_02.png") no-repeat left center;
    background-size: 15px 15px;
    padding-left: 20px;
}

.sub-button:focus {
    outline: none;
}