﻿@charset "UTF-8";
/*html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter:grayscale(100%);}*/
html, body, div, ul, li, a, span {
    padding: 0;
    margin: 0;
}

body {
    color: #333;
    font-size: 12px;
    font-family: "Microsoft YaHei", sans-serif;
}

li {
    list-style: none;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

a:focus, select {
    outline: none;
}

i, em {
    font-style: normal;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #989898;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #989898;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #989898;
}

input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #989898;

}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #989898;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #989898;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #989898;
}

textarea::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #989898;

}

.line_text {
    margin-top: 3.4em;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    display: block;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;

}

/* 最小宽度和最大宽度 并且 居中显示 */
.confine-width {
    margin: 0 auto;
    max-width: 750px;
    min-width: 320px;
}

/*整体背景颜色*/
.bg-f2 {
    /*background-color: #f2f2f2;*/
    background-color: #fcfcfc;
}

/*top-bar 公用样式*/
.Sudoku {
    padding-top: 40px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 16px;
}

.top-bar {
    z-index: 1000;
    position: fixed;
    top: 0;
    height: 40px;
    width: 100%;
    line-height: 40px;
    max-width: 750px;
    min-width: 320px;
    background-color: #169BD5;
}

.top-bar .top-bar-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
}

.top-bar .top-bar-icon-right {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
}

.top-bar .top-bar-title {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.text-make {
    margin: 10px;
    line-height: 30px;
}

/*预约申请title*/
.select-make {
    margin: 12px 0 0 0;
}

.select-item {
    border-bottom: 1px solid #dcdcdc;
}

.select-width {
    background-color: #ffffff;
}

.select-label {
    font-size: 16px !important;
}

.select-color {
    color: #757575;
}

.label-size {
    font-size: 16px;
    color: #333333;
    display: initial;
}

.select-color {
    color: #757575;
}

.downErrow .downErrow_bd:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
    transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}

.hintRed {
    color: red;
}

.calcel {
    background-color: #169BD5;
}

/*预约查询表格*/

.mtop {
    margin-top: 40px;
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table th, table td {
    padding: 10px;
    text-align: center;
}

table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

@media screen and (max-width: 600px) {

    table {
        border: 0;
    }

    table thead {
        display: none;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table td {
        display: block;
        text-align: right;
        font-size: 14px;
        border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}

/*我的缴费*/
.total {
    height: 40px;
    width: 100%;
    line-height: 40px;
}

.total {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 15px;
}

.payment {
    width: 49%;
    display: inline-block;
    text-align: center;
    float: right;
    margin-top: 6px;
}

.merge {
    font-weight: bold;
}

/*自定义输入框*/
.make-inputs {
    margin-top: 1.17647059em;
    background-color: #FFFFFF;
    /*line-height: 1.47058824;*/
    font-size: 17px;
    overflow: hidden;
    position: relative;
}

.make-inputs:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    /*border-top: 1px solid #e5e5e5;*/
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}

.make-input:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    margin: 0 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}

.make-input {
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.make-input__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.make-input-the {
    width: 100%;
    border: 0;
    outline: 0;
    /*text-align: center;*/
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    height: 1.47058824em;
    line-height: 1.47058824;
}

.make-search {
    margin-top: 110px;
}

.text_color {
    background-color: #fff;
}

/*实名认证*/
.text_p_txt {
    border: 1px solid #757575;
    height: 300px;
    line-height: 300px;
    text-align: center;
    font-size: 20px;
    color: red;
}

.text_p_explain {
    border: 1px solid #999999;
    color: #333333;
    font-size: 15px;
    padding: 0 10px;
}

.verCodeG {
    position: relative;
}

.verCode {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*步骤*/
.steps {
    position: relative;
    counter-reset: step; /*创建步骤数字计数器*/
}

.steps-top {
    padding-top: 66px;
}

/*步骤描述*/
.steps li {
    list-style-type: none;
    font-size: 12px;
    text-align: center;
    width: 25%;
    position: relative;
    float: left;
}

/*步骤数字*/
.steps li:before {
    display: block;
    content: counter(step); /*设定计数器内容*/
    counter-increment: step; /*计数器值递增*/
    width: 32px;
    height: 32px;
    /*background-color: #169BD5;*/
    background-color: #27AE60;
    line-height: 32px;
    border-radius: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 8px auto;
}

/*连接线*/
.steps li ~ li:after {
    content: '';
    width: 100%;
    height: 2px;
    /*background-color: #169BD5;*/
    background-color: #27AE60;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: -1; /*放置在数字后面*/
}

/*将当前/完成步骤之前的数字及连接线变绿*/
.steps li.active:before, .steps li.active:after {
    background-color: #169BD5;
}

/*将当前/完成步骤之后的数字及连接线变灰*/
.steps li.active ~ li:before, .steps li.active ~ li:after {
    background-color: #777;
}

.make-inputs2 {
    margin-top: 1.17647059em;
    /* background-color: #FFFFFF; */
    /* line-height: 1.47058824; */
    font-size: 17px;
    /* overflow: hidden; */
    position: relative;
}

.Sudoku2 {
    padding-top: 100px;
}

/*上传按钮*/
.report-file {
    display: block;
    position: absolute;
    width: 120px;
    height: 28px;
    right: -6px;
    bottom: -1px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #00af34;
    background: none repeat scroll 0 0 #00af34;
    color: #fff;
    cursor: pointer;
    text-align: center;
    float: left;
    margin-right: 5px;
}

.report-file span {
    cursor: pointer;
    display: block;
    line-height: 28px;
}

.file-prew {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 30px;
    font-size: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.text_px_txt {
    border: 1px solid #757575;
    height: 300px;
    line-height: 300px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}

.top-texts {
    padding-top: 75px;
}

.idfile {
    font-size: 12px;
}

.mini-btn {
    text-align: center;
}

.global-btn {
    padding: 15px;
}

.global-msg {
    margin-bottom: 45px;
    padding: 23px 20px 0px 20px;
}

.upload-title-bar {
    margin-top: 40px;
    background-color: #fff;
    text-align: center;
}

.upload-title-bar p {
    padding: 8px;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
}

.upload-title {
    background-color: #FFFFFF;
    text-align: center;
}

.upload-title p {
    padding: 8px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #f2f2f2;
}
.upload-title-sq{
    background-color: #fff;
    position: relative;
}
.upload-title-sq p{
    padding: 8px;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
}
.upload-title-sq a{
    position: absolute;
    top: 6px;
    right: 10px;
}
.upload-title-add{
    text-align: center;
    background-color: #fff;
}
.upload-title-add p{
    padding: 8px;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
}
.weui-cell__bd p {
    font-size: 14px;
}

.addMaterial {
    padding: 0 10px;
}

.addMaterial li {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
}

.upload-add {
    padding: 15px;
    text-align: right;
}

.jiantou {
    display: block;
    width: 29px;
    height: 30px;
    line-height: 30px;
    float: right;

}

.authCode {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.input-tip {
    width: 85%;
}

.tip-icon {
    color: #757575;
}

.tip-text {
    display: none;
}

.sendCode {
    background-color: grey;
    color: white;
}

.admin-longs {
    padding-right: 15px;
    border-right: 1px solid #dddddd;
}

.textarea-center {
    text-align: center;
    background-color: #FFFFFF;
}

.classify {
    margin-top: 40px;
    height: 30px;
    line-height: 30px;
    background-color: #F3F3F3;
}

.classify p {
    margin: 10px;
    font-size: 12px;
    color: black;
}

/*修改之后的手风琴*/
.list_dt {
    background: #FFFFFF;
    color: #333333;
    font-size: 16px;
    width: 100%;
    /*padding: 0 40px 0 20px;*/
    text-align: center;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #E6E6EA;
}

.list_dt:hover {
    background: #FFFFFF;
}

.list_dt:hover ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*background: #4285F4;*/
}

#open {
    background: #FFFFFF;
}

#open ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*background: #4285F4;*/
}

.list_dd {
    display: none;
}

.list_li {
    background: #e3e3e3;
    list-style-type: none;
    color: black;
    /*width: 100%;*/
    padding: 0 30px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    border-bottom: 1px solid #D1D1D1;
}

.list_li a {
    color: #333333;
    font-size: 13px;
}

.list_li:hover {
    /*background: #4285F4;*/
    background: #AEEEEE;
}

/*登录注册*/
.login-container {
    /*width: 235px;*/
    /*height: 120px;*/
    width: 275px;
    height: 147px;
    text-align: center;
    margin: 60px auto 20px auto;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 11px #dcdcdc;
    -webkit-box-shadow: 0px 0px 11px #dcdcdc;
    box-shadow: 0px 0px 11px #dcdcdc;
}

.logo-p {
    position: relative;
    top: -72px;
    left: 2px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 5px;
}

.logo-p p {
    text-shadow: 0.2em 0.05em 0.05em #dcdcdc;
}

.login-container img {
    /*width: 100%;*/
    height: 100%;
}

.lo-input {
    padding-left: 15px;
}

.icon-width {
    margin: 0px 4px;
    font-size: 18px !important;
}

.register-state {
    border: 1px solid #CCCCCC;
    margin: 15px;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 11px #dcdcdc;
    -webkit-box-shadow: 0px 0px 11px #dcdcdc;
    box-shadow: 0px 0px 11px #dcdcdc;
}

.register-state p {
    color: red;
}

.beg-login-bottom {
    padding: 0px 15px 15px 15px;
    height: 40px;
    line-height: 40px;
}

.userRegistration {
    width: 50%;
    float: left;
    text-align: center;
}

.forgetThePassword {
    width: 50%;
    float: right;
    text-align: center;
}

.beg-login-bottom a {
    text-decoration: underline;
}

.other-font-size {
    font-size: 14px;
}

.model-title {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #D5D5D5;
}

.model-cell {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.model-cell_bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.model-label {
    display: block;
    width: 90px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
}

.model-p {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: 16px;
    color: #666666;
    height: 1.47058824em;
    line-height: 1.47058824;
}

.silent {
    margin-top: 3.4em;
}

.textarea_p_text {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0;
    height: 60px;
    width: 89%;
    resize: none;
    color: #747474;
    line-height: 21px;

}

/*字数统计*/
.wordCount {
    position: relative;
    width: 600px;
}

.wordCount textarea {
    width: 100%;
    height: 100px;
}

.wordCount .wordwrap {
    position: absolute;
    right: 6px;
    bottom: -11px;
}

.wordCount .word {
    color: red;
    padding: 0 4px;;
}

/*按钮统一*/
.operation {
    z-index: 100;
    position: fixed;
    bottom: 0;
    height: 62px;
    width: 100%;
    text-align: center;
    line-height: 62px;
    max-width: 750px;
    min-width: 320px;
    background-color: #f8f8ff;
}

.submit-after {
    font-size: 16px;
    margin: 11px 15px;
    color: #ffffff;
}

.sub_cancel {
    background-color: #169BD5;
}

.next_cancel {
    color: #169BD5;
    border: 1px solid #169BD5;
}

.next_cancel:active {
    color: #169BD5;
    border-color: #169BD5;
    /*color: #ff6161;*/
    /*border-color: #ff6161;*/
}

.weui-next {
    padding-bottom: 20px;
}

.select-make__bottom {
    margin-bottom: 74px;
}

.cur {
    display: none;
}

.re-text {
    margin: 10px;
    line-height: 18px;
}

.img-file {
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 79px;
    height: 79px;
    background: no-repeat center center;
    background-size: cover;
}

.panel-title {
    float: right;
}

.nodata {
    text-align: center;
}

.source {
    height: 70px;
    line-height: 70px;

}

.sourcetxt {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f3f4f7;
    margin: 5px 0px;
}

.width-img {
}

.width-img img {
    width: 100%;
}

.htmlTXT {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px;
}

.htmlTxT p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.wjTxT {
    margin-top: 50px;
    /*font-size: 16px;*/
}

.listp {
    font-size: 14px;
    color: #302f2f;
}

.listContent {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    margin-bottom: 45px;
    padding: 0px;
    overflow: hidden;
}

.timecolor {
    color: #9f9f9f;
}

.lsText {
    font-size: 15px;
}

.lsColor {
    color: #CECECE;
}

.ZXList {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    display: block;
}

.sao-icon {
    position: absolute;
    top: 13px;
    right: 15px;
    color: black;
}

#download {
    margin: 10px 0;
    display: block;
    /*border: 1px dashed #dcdcdc;*/
    height: 100px;
    width: 100%;
    text-align: center;
}

#download div {
    padding: 40px 10px;
    color: black;
    text-decoration: underline;
}

#weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    z-index: 100;
}

#weixin-tip p {
    text-align: center;
    margin-top: 10%;
    padding: 0 5%;
    position: relative;
}

#weixin-tip .close {
    color: #fff;
    padding: 5px;
    font: bold 20px/20px simsun;
    text-shadow: 0 1px 0 #ddd;
    position: absolute;
    top: 0;
    left: 5%;
}

.menu-item {
    display: none;
}

.case {
    display: inline-block;
    float: left;
}

.caseSum {
    display: inline-block;
    float: right;
}

.articleList {
    /*margin-top: 100px;*/
    margin-top: 50px;
}
 .ql-align-right{
    text-align: right !important;
}
.searchTop{
    padding-top: 48px;
}
.viewTableData{
    padding-bottom: 20px
}
.zw-wj{
    height: 30px;
    line-height: 30px;
}
.zw-wj a{
    color: #3F93F7;
}.zwxgItems{
    text-decoration: none;
    color: #333333 !important;
    line-height: 2em;
    font-size: 18px;
}
.zwxg{
    display: block;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin: 10px 0;
    color: #333;
    font-size: 16px;
}
.zzItems{
    margin: 20px;
    height: 120px;
    border-radius: 10px;
    background-color: #f8f8f4;
    box-shadow: 0 0 5px 2px #dcdcdc;
}
.zzItems-cont{
    padding: 10px 20px;
}
.cont-jg-name{
    height: 20px;
    line-height: 20px;
    color: #CCCCCC;
}
.cont-zs-name{
    color: #333;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 800;
}
.cont-bottom{
    margin: 10px 0;
    border-bottom: 1px solid rgb(231, 231, 231);
}
.cont-zh-num{
    color: #959595;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.zzItemsSq{
    margin: 20px;
    height: 210px;
    border-radius: 3px;
    background-color: #f8f8f8;
    box-shadow: 1px 0 5px 2px #dcdcdc;
}
.cont-jg-rq{
    height: 73px;
}
.cont-fzjg{
    height: 36px;
    line-height: 36px;
}
.cont-fzrq{
    height: 36px;
    line-height: 36px;
}
.cont-fzjg p{
    display: inline-block;
}
.cont-fzrq p{
    display: inline-block;
}
.cont-msg-title{
    color: #959595;
    font-size: 14px;
    width: 30%;
    float: left;
}
.cont-msg-msg{
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}