﻿/*展位申请页面样式*/
body {
    background:#FFF;
    padding-bottom: 36px;
    /*padding-top: 92px;*/
}

.layui-fluid {
    padding: 0px;
}

.rF {
    float: left;
    width: 78%;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #ccc;
    background-color: #ccc;
}

.layui-form-checkbox i {
    height: 30px;
}

/*阴影*/
.bx-sdw {
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    padding:20px 30px;
    box-sizing:border-box;
}
/*按钮*/
.btn {
    width: 250px;
    margin: 20px auto 0px;
    height: 46px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    line-height: 46px;
    cursor: pointer;
    border:none;
    font-size:16px;
}
.btn:hover{
    opacity:.8;
}
/* 头部 */
* {
    margin: 0;
    padding: 0;
}
/* 标题*/
.top {
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.top > div {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 80px;
    /*line-height: 80px;*/
    font-size: 22px;
    color:#000;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.top > div> .unique{
    font-size:18px;
}
.top>div>span{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.top > div > a{
    font-size: 16px;
    color: #043984;
    display: flex;
    align-items: center;
}
.top > div > a > img {
    margin-right: 3px;
}
.top > div > a > span {
    width: 25px;
    text-align: center;
}
/*banner*/
.banner {
    width: 1200px;
    margin: 20px auto;
}
.banner img{
    width:1200px;
}
/* 中间内容部分 */
.content {
    width: 1200px;
    margin: 0 auto;
}
.main {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #1e1e1e;
    line-height: 35px;
}
.cen{
    margin:20px 0px;
}
.tit {
    height: 46px;
    background-color: #AB162B;
    border: 0px solid #707070;
    font-size: 18px;
    padding: 9px 0px 9px 40px;
    box-sizing: border-box;
    color: white;
    font-weight: 700;
}
.shuxian {
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #1e1e1e;
}
.inpt {
    width: 380px;
    height: 46px;
    border: 1px solid #AB162B;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    box-sizing: border-box;
    margin: 0px 40px;
    font-size: 20px;
}
.btn a {
    display:inline-block;
    width:100%;
    height:100%;
    color: #fff;
    text-decoration: none;
}
.main .btn2 {
    width: 120px;
}
.info-search span {
    font-weight: 700;
}
/* 底部 */
.cont-bott{
    width: 1200px;
    text-align: center;
    margin: 20px auto ;
    font-size: 18px;
    color: #535353
}
.cont-bott input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.inp::after {
    width: 18px;
    height: 18px;
}
/*表单页面 和lay-ui有关的样式
*/
.pdf20 {
    padding-left: 20px;
}

.hf {
    display: none;
}

.word {
    position: absolute;
    right: 20px;
    bottom: 4px;
    color: #aaa;
    font-size: 12px;
}

.layui-card-body-dis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
}

.layui-form-item {
    width: 100%;
}
.layui-form-label{
    width:150px;
    text-align:right;
}
.layui-input-block {
    margin-left: 160px;
}

.layui-form-select .layui-edge {
    /*top: 75%;*/
}

.panel-head {
    padding: 0px;
}

.panel-body {
    padding: 30px 50px;
}

.layui-card {
    box-shadow: none;
}
.categoryOne{
    width:50%;
}
/*.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    float: left;
}*/
.layui-form-checkbox[lay-skin=primary] {
    padding-left: 24px;
}

.layui-form-checkbox span {
    display: block;
    white-space: normal;
}
.layui-btn {
    width: 250px;
    height: 46px;
    border-radius: 5px;
    line-height:46px;
    font-size:16px;
}
p {
   text-align:justify;
}
img{
    vertical-align:middle;
}
.ios-iframe-body {
    position: relative;
}
.phone-show {
    display: none !important;
}
/*响应式页面*/
@media only screen and (max-width:800px) {
    .layui-form-select .layui-edge {
        top: 75%;
    }
    .layui-form-label{
        width:100%;
        text-align:left;
    }

    .layui-input-block{
        margin-left:0px;
    }
    .pc-show {
        display: none !important;
    }
    .phone-show {
        display: block !important;
    }
    .categoryOne , .banner, .banner img, .main, .cont-bott, .top > div, .content {
        width: 100%;
    }
    .cont-bott {
        padding: 0px 30px;
        box-sizing: border-box;
        text-align:left;
    }
    .fle {
        display: flex;
    }
    .panel, .top, .bx-sdw {
        box-shadow: none;
    }
    .cen:nth-child(1){
        margin-top:0px;
    }
    .btn{
       width:100%;
    }
    .inpt, .banner {
        margin: 0px;
    }
    .inpt{
       width:100%; 
    }
    .xuzhi{
        margin:20px 30px;
    }
    .margin-top{
        margin-top:0px;
    }
    .panel{
        margin-bottom:0px;
    }
    .panel-body{
        padding:0px 30px;
        padding-bottom:30px;
    }
    .form-group-bottom{
        overflow:hidden;
    }
    .layui-btn{
        width:100%;
        margin:10px 0px 0px;
    }
    body .top > div{
        font-size:16px;
        height:45px;
        /*line-height:45px;*/
        padding:0px 10px;
        align-items:center;
    }
    body .top {
        height: 45px;
    }
    .main, .cont-bott {
        font-size: 15px;
    }
    .main{
        line-height:30px;
    }
    .cont-bott input, .inp::after {
        width: 15px;
        height: 15px;
    }
    .cont-bott input {
        margin-top: 1px;
        margin-right:5px;
    }
    .top > div > .unique {
        font-size: 16px;
    }
}


.layui-form-required-Before:before {
    content: "*";
    display: inline-block;
    font-family: SimSun;
    margin-right: 4px;
    font-size: 14px;
    line-height: 1;
    color: #ed4014;
}





