.box {
    width: 430px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 16px;
    font-family: Arial, Helvetica, "微软雅黑", "Microsoft YaHei";
}

.box h3 {
    text-align: center;
    color: #000000;
    font-size: 20px;
}

.box h3:first-child {
    margin-bottom: 20px;
}

.chose {
    margin-top: 60px;
}

.group {
    height: 40px;
    line-height: 40px;
    background: #f7f6f9;
    border-radius: 4px;
    margin-bottom: 30px;
}

.group input {
    width: 100%;
    display: block;
}

.group .form-control {
    width: 430px !important;
    height: 40px;
    line-height: 40px;
    background: none;
    outline: none;
    border: 0;
    text-indent: 20px;
}

.btn{
    text-align: center;
}
.btn span{
    display: inline-block;
    cursor: pointer;
    color: #0d86f0;
    width: 98px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid#0d86f0;
}
.btn span a{
    color: #0d86f0;
}
.btn span.enquiries{
    margin-right: 10px;
    color: #fff;
    background-color: #0d86f0;
}
.information{
    margin-top: 80px;
}
.information p{
    color: #000000;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 26px;
}
/* 查询无数据 */
.nonelist{
    width: 100%;
    box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
    display: none;
}
.none-tlt{
    height: 60px;
    line-height: 60px;
    text-indent: 30px;
    border-bottom: 1px solid #ebedf2;
    color: #000000;
    margin-top: 50px;
}
.none-text{
    margin-top: 30px;
    padding-bottom: 20px;
}
.none-text p{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    text-indent: 30px;
}
/* 查询数据 */
.haslist{
    width: 100%;
    box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
    display: none;
}
.has-tlt{
    height: 60px;
    line-height: 60px;
    text-indent: 25px;
    border-bottom: 1px solid #ebedf2;
    color: #000000;
    margin-top: 50px;
}
.has-text{
    width: 370px;
    margin: 30px auto;
    padding-bottom: 30px;
}
.has-chose{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px dashed #ebedf2;
}
.has-chose:last-child{
    border-bottom: 0 dashed #ebedf2;
}
.has-chose span{
    display: inline-block;
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    border-radius: 3px;
}
.has-chose span.has-xuanze,.has-chose span.has-shenhe{
    cursor: pointer;
    border: 1px solid #999;
    width: 70px;
    text-align: center;
}
.has-chose span.has-shenhe{
    background: rgb(134, 144, 156);
    color: #fff;
    border: 0;
}
.has-texts{
    padding: 20px 0px;
}
.has-texts p{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    text-indent: 30px;
}
.city{
    display: flex;
    justify-content: space-between;
}
.city .group,.city .group .form-control{
    width: 200px!important;
}
#s_county{
    display: none;
}
.yzm{
    display: flex;
    justify-content: space-between;
}
.yzm .group{
    width: 250px!important;
}
.yzm .code{
    width: 150px!important;
    background-color: rgb(13, 134, 240);
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

/*注册申报单位*/
.has-tlt .unit{
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #0d86f0;
    float: right;
    margin-right: 10px;
    font-size: 16px;
    text-indent: 0px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 4px;
}

.modal-login{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}
.modal-pannel{
    width: 710px;
    height: 200px;
    box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.1);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.modal-login .modal-headers {
    padding: 35px 0;
    text-align: center;
    position: relative;
}
.modal-login .modal-headers .panel-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    background: url(../images/close.png);
    background-size: 100% 100%;
}
.modal-content{
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 25px;
    position: relative;
}
.modal-content:before{
    content: "!";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff7d00;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: 3px;
    left: 75px;
}


.select2-container--default .select2-selection--single {
    background-color: #ffffff00!important;
    border: 0px solid #aaa!important;
    border-radius: 4px;
}
.select2-container .select2-selection--single {
    height: 40px !important
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
    font-size: 14px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 0px;
    right: 6px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ca07120d;
    color: #333
}

.select2-dropdown {
    border: 1px solid #ddd
}
.select2-results__option{
    padding-left: 20px;
}

#commonpop{position:fixed;left:0;top:0;right:0;bottom:0;margin:auto;width:300px;height:48px;background-color:rgba(0,0,0,.6);text-align:center;display:none;border-radius:5px;z-index:100000}
#commonpop p{margin:0!important;padding:0!important;color:#fff;font-size:16px;text-align:center;display:flex;justify-content:center;align-items:center;width:100%;height:100%;flex-direction:column}
#commonpop p span{line-height:22px;display:block}
.pages{text-align:center;padding:30px 0 56px;height:30px}
