@charset "utf-8";
/* reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

address, cite, dfn, em, var {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

/* 清除浮动 */
.clearfix:after, .nav:after, .content:after, .grid:after, .h:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix, .nav, .content, .grid, .h {
    *zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font: 0/0 Arial;
    visibility: hidden;
}

/* 通用 */
body, button, input, select, textarea {
    font: 12px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    color: #333;
}

input {
    autocomplete: "off";
}

.vm, input, label {
    vertical-align: middle;
}

.tc {
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    color: #e59d1f;
    font-weight: bold;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.hide {
    display: none;
}

.nt {
    text-align: left;
    letter-spacing: -3em;
    overflow: hidden;
}

.nt:first-letter {
    margin-left: -20em;
}

/* 链接 */
a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #204dc2;
}

a:active {
    outline: none;
}

/* nav */
.nav li, .nav dt, .nav dd {
    float: left;
    position: relative;
}

.nav a {
    display: inline-block;
}

.nav dt {
    font-weight: bold;
}

/* tab */
.tab {
    display: block;
}

.tab li {
    float: left;
}

.tab li a {
    display: block;
}

/* list */
.h li {
    float: left;
    _display: inline;
    _white-space: nowrap;
}

.list-t, .list-a, .list-p, .list-b-t, .list-p-t, .list-p-t li, .list-r {
    overflow: hidden;
    zoom: 1;
}

.list-t li, .list-a li, .list-p li, .list-b-t li, .list-p-t li, .list-r li {
    position: relative;
    line-height: 1.5;
}

.list-t li a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-t li a:hover {
    text-decoration: underline;
}

.list-t li span.tag {
    margin-right: 5px;
}

.list-t li span.date {
    position: absolute;
    top: 0;
    right: 0;
}

.list-p li {
    text-align: center;
}

.list-a li a {
    display: inline-block;
}

/* 自定义 */
body {
    font-family: microsoft yahei, simhei;
    font-size: 14px;
    background-color: rgba(240, 241, 244, 1);
}

/* 标题 */
.t1 {
    position: relative;
    background-color: white;
    padding-left: 15px;
    font: bold 18px/50px microsoft yahei, smihei;
    color: #204dc2;
    height: 50px !important;
}

.t2 {
    position: relative;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 0 9px;
    font: bold 18px/48px microsoft yahei, smihei;
    background: #f8f8f8;
    color: #204dc2;
    zoom: 1;
}

.t2 b {
    position: relative;
    display: inline-block;
    margin: -1px 0 -1px -10px;
    padding: 1px 15px;
    border-left: 6px solid #204dc2;
}

.t3 {
    position: relative;
    margin: 0 0 9px;
    padding: 12px 0;
    font: bold 16px/16px microsoft yahei, smihei;
}

.t3 b {
    display: inline-block;
    border-left: 6px solid #ddd;
    padding: 0 0 0 10px;
    color: #204dc2;
}

.t4 {
    margin: 0 10px;
    padding: 5px;
    font: bold 15px/20px microsoft yahei, smihei;
    color: #204dc2;
}

/* 版块和布局 */
.grid {

}

.grid + .grid {

}

.col {
    /*浮动导致容器高度无法随列表数据自适应，暂注释*/
    /*float: left;*/
    width: 100%;
    margin-bottom: 10px;
}

.col > div {

}

.col-6 .col {
    width: 16.66%;
}

.col-5 .col {
    width: 20%;
}

.col-4 .col {
    width: 25%;
}

.col-3 .col {
    width: 33.33%;
}

.col-2 .col {
    width: 50%;
}

.pane-ex {
    zoom: 1;
    line-height: 1.5em;
    /*background-image:url('../imgs/newimage/wutousu.png');*/
    /*background-color: #fff;*/
    border-radius: 3px;
}

.pane {
    zoom: 1;
    line-height: 1.5em;
    background-color: #fff;
    border-radius: 3px;
}

.pane > p + p {
    margin-top: 1em;
}

.pane-bd {
    /*border: 1px solid #ddd;*/
    padding: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

.pane-bdt {
    border-top: 3px #ddd solid;
}

.pane-bdt-blue {
    border-top: 3px #204dc2 solid;
}

.pane-bdt-blue h2 b, .pane-bdt-blue h3 b {
    color: #204dc2;
}

.pane-bdt-green {
    border-top: 3px #36d2a5 solid;
}

.pane-bdt-green h2 b, .pane-bdt-green h3 b {
    color: #36d2a5;
}

.pane-bdt-orange {
    border-top: 3px #f39c12 solid;
}

.pane-bdt-orange h2 b, .pane-bdt-orange h3 b {
    color: #f39c12;
}

.pane-bdt-red {
    border-top: 3px #f41c20 solid;
}

.pane-bdt-red h2 b, .pane-bdt-red h3 b {
    color: #f41c20;
}

.pane-bdt-purple {
    border-top: 3px #9b59b6 solid;
}

.pane-bdt-purple h2 b, .pane-bdt-purple h3 b {
    color: #9b59b6;
}

.pane > h2, .pane > h3 {
    position: relative;
    line-height: 20px;
    font-size: 15px;
    border-radius: 3px 3px 0 0;
}

.pane > h2 {
    margin: -9px 0 10px;
    padding: 10px 0;
}

.pane > h2 .fr {
    margin-right: 0;
}

.pane > h3 {
    margin: -15px -15px 10px;
    padding: 10px 0;
}

.pane > h3 b {
    padding: 0 10px;
}

.pane > h3 .fr {
    margin-right: 10px;
}

.pane > h3 .btn-normal {
    border: none;
}

.pane-ht-blue {
    background-color: #204dc2;
    color: #fff;
}

.pane-ht-green {
    background-color: #36d2a5;
    color: #fff;
}

.pane-ht-orange {
    background-color: #f39c12;
    color: #fff;
}

.pane-ht-red {
    background-color: #f41c20;
    color: #fff;
}

.pane-ht-purple {
    background-color: #9b59b6;
    color: #fff;
}

.pane-scrollx {
    width: 100%;
    overflow-x: auto;
}

/* 提示 */
.note {
    border: 1px solid #ebecf4;
    line-height: 2em;
    background-color: #f0f6fc;
    color: #204dc2;
    height: 60px;
}

.note p strong {
    color: #e59d1f;
    height: 18px;
}

/* 按钮 */
span.opt {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 30px;
    margin-top: -15px;
}

td.opt {
    text-align: center;
}

.btns {
    padding: 10px;
    text-align: center;
    font: 0/0 microsoft yahei, simhei;
}
.btns1 {
    padding: 10px;
    text-align: center;
    font: 0/0 microsoft yahei, simhei;
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.btn {
    display: inline-block;
    box-sizing: border-box !important;
    min-width: 80px;
    height: 40px;
    border: none;
    outline: none;
    margin: 0 5px;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal;
    font-family: microsoft yahei, simhei;
    font-size: 14px;
    background-color: #204dc2;
    color: #fff;
    border-radius: 2px;
    transition: opacity .2s;
}

.btn:hover {
    opacity: 0.8;
}

a.btn:hover {
    color: #fff;
}

.btn-normal {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333333;
}

a.btn-normal:hover {
    background-color: #f8f8f8;
    color: #828282;
}

.btn-primary, .btn-lakeblue {
    background-color: #4eccdb;
    color: #fff;
}

.btn-alert, .btn-yellow {
    background-color: #f1c40f;
    color: #fff;
}

.btn-warn, .btn-orange {
    background-color: #f39c12;
    color: #fff;
}

.btn-danger, .btn-red {
    background-color: #f41c20;
    color: #fff;
}

.btn-info, .btn-green {
    background-color: #36d2a5;
    color: #fff;
}

.btn-system, .btn-purple {
    background-color: #9b59b6;
    color: #fff;
}

.btn-disabled {
    border: 1px solid #e9e9e9;
    background-color: #fafafa;
    color: #ccc;
    cursor: not-allowed;
}

a.btn-disabled:hover {
    color: #ccc;
}

.btn-big {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 16px;
}

.btn-small {
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}

.btn-mini {
    min-width: inherit;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
}

.btn-radius {
    border-radius: 100px;
}

.btn i {
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
}
.back-btn{
  color: #666;
  background-color: #fff;
  border: 1px solid #dcdfe6;
}
.back-btn:hover{
  color: #204dc2 !important;
  border: 1px solid #204dc2 !important;
}
.btn-big i {
    font-size: 24px;
}

.btn-small i {
    font-size: 16px;
}

.btn-mini i {
    font-size: 14px;
}

.btn-disabled i {
    opacity: 0.5 !important;
}

.backtop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: #4d71ce url(../imgs/uc/backtop.png) center no-repeat;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
    z-index: 9;
    opacity: 0.85;
}

.backtop:hover {
    background-color: #204dc2;
}

/* 通用表单 */
.jr-forms {
    height: 328px;
    padding: 10px;
    border-left: 1px solid #ebecf4;
    border-right: 1px solid #ebecf4;
}

.jr-forms > ul > li {
    padding: 9px 10px 9px 9px;
    line-height: 30px;
}

.jr-forms li img, .jr-forms td img {
    height: 60px;
    vertical-align: middle;
}

.jr-forms .inp, .jr-forms textarea, .jr-forms select {
    display: inline-block;
    box-sizing: border-box;
    border: 1px #ddd solid;
    width: auto;
    height: 30px;
    min-width: 160px;
    padding: 5px;
    line-height: 18px;
    outline: none;
    background: #fff;
    color: black;
    vertical-align: middle;
}

.jr-forms .inp.date {

}

.jr-forms li textarea {
    width: 300px;
    height: 120px;
}

.jr-forms td textarea {
    width: 100%;
    height: 120px;
}

.jr-forms .inp.current, .jr-forms input.inp:focus, .jr-forms textarea:focus, .jr-forms select:focus {
    background: #fff url(../imgs/uc/shadow.png) top repeat-x;
    border: 1px #204dc2 solid;
}

.jr-forms li input[type=text], .jr-forms li input[type=password] {
    width: 360px;
    height: 36px;
}

.jr-forms li input.full {
    width: 50%;
}

.jr-forms td input.full {
    width: 100%;
}

.jr-forms input.small {
    width: 50px;
    min-width: inherit;
}

.jr-forms table {
    width: 100%;
}

.jr-forms th, .jr-forms td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
    line-height: 30px;
}

.jr-forms thead th {
    background-color: #f8f8f8;
    white-space: nowrap;
    word-break: keep-all;
    padding: 10px;
    line-height: 20px;
}

/*.jr-forms tbody th, .jr-forms label {*/
/*width: 10em;*/
/*padding-right: 1em;*/
/*text-align: right;*/
/*color: #204dc2;*/
/*font-weight: bold;*/
/*line-height: 42px;*/
/*margin-right: 28px;*/
/*}*/
.jr-forms tbody th, .jr-forms label {
    color: #204dc2;
    font-weight: bold;
    line-height: 32px;
    margin-right: 1px;
    padding-right: 1em;
    text-align: right;
    width: 10em;
}

.jr-forms li label {
    display: inline-block;
    vertical-align: top;
}

.jr-forms li label span {
    color: #F56C59;
    font-weight: bold;
}

.jr-forms th label {
    padding: 0;
}

.jr-forms .set + label {
    width: auto;
    margin: 0 15px 0 5px;
    color: #333333;
}

.jr-forms table.border {
    margin-bottom: -1px;
}

.jr-forms table.border th, table.border td {
    border: 1px solid #ddd;
}

.jr-forms table.border tbody th {
    width: auto;
    vertical-align: top;
}

.jr-forms table.border thead th {
    vertical-align: middle;
}

.jr-forms table.border .inp {
    min-width: inherit;
}

.jr-forms .tc th, .jr-forms .tc td {
    text-align: center;
}

.jr-forms tbody td.line {
    padding: 0;
    height: 4px;
    background-color: #f8f8f8;
}

.jr-forms .tip {
    display: inline-block;
    padding: 0 10px;
    color: #333333;
    white-space: nowrap;
    word-break: keep-all;
}

.jr-forms .tip i {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../imgs/uc/icons.png) -685px -45px no-repeat;
}

.f00 {
    color: #f00;
}

/* 文档材料表单 */
.jr-doc {
    padding: 10px;
    color: #333;
}

.jr-doc .inp, .jr-doc textarea {
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px #333333 solid;
    height: 30px;
    padding: 5px;
    line-height: 20px;
    font-size: 14px;
    font-family: microsoft yahei, simhei;
    background: none;
}

.jr-doc textarea {
    height: 100px;
}

.jr-doc .inp.current, .jr-doc input.inp:focus, .jr-doc textarea:focus, .jr-doc select:focus {
    outline: none;
    border-bottom: 1px #000 solid;
    background: #fff url(../imgs/uc/shadow.png) bottom repeat-x;
    color: #333333;
}

.red-title {
    padding: 50px;
    font: bold 30px/2em simsun;
    text-align: center;
    color: #d00;
}

.cover {
    width: 420px;
    margin: 0 auto 50px;
}

.cover .inp, .cover textarea {
    width: 300px;
}

.jr-doc > ul > li {
    padding: 5px;
    line-height: 30px;
    font-size: 16px;
}

.jr-doc li b {
    display: inline-block;
    width: 200px;
    text-align: right;
    white-space: nowrap;
    word-break: keep-all;
}

.jr-doc li label {
    display: inline-block;
    width: 100px;
    text-align: right;
    white-space: nowrap;
    word-break: keep-all;
}

.jr-doc .set + label {
    width: auto;
    margin: 0 15px 0 5px;
}

.jr-doc table {
    width: 80%;
    margin: 0 auto;
}

.jr-doc table + table {
    margin-top: -1px;
}

.jr-doc th, .jr-doc td {
    border: 1px solid #333333;
    padding: 10px;
    line-height: 20px;
}

.jr-doc thead th {
    background-color: #e9e9e9;
    font-weight: bold;
    font-size: 16px;
}

.jr-doc tbody th {
    width: 8em;
    font-weight: bold;
}

.jr-doc td .inp, .jr-doc td textarea {
    width: 100%;
}

.jr-doc td p .inp {
    width: auto;
}

.jr-doc td textarea + * {
    margin-top: 10px;
}

/* tab */
.jr-tab {
    height: 40px;
    border-bottom: 1px solid #204dc2;
}

.jr-tab li {
    float: left;
    margin-left: 4px;
}

.jr-tab li a {
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 20px 1px;
    line-height: 38px;
    border: 1px solid #204dc2;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    transition: all .2s;
}

.jr-tab li a:hover {
    background-color: #f0f6fc;
    color: #204dc2;
}

.jr-tab li.current a, .jr-tab li.current a:hover {
    border-color: #204dc2;
    background-color: #204dc2;
    color: #fff;
}

.jr-tab2 {
    height: 50px;
    border-bottom: 1px solid #ddd;
}

.jr-tab2 li {
    float: left;
}

.jr-tab2 li a {
    position: relative;
    display: block;
    padding: 0 38px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #333333;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.jr-tab2 li.current a {
    color: #4d71ce;
    font-weight: bold;
}

.jr-tab2 li + li a::after {
    content: '';
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 1px;
    background-color: #ddd;
}

.jr-tab2 li a::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 10%;
    width: 80%;
    height: 4px;
    background: #4d71ce;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}

.jr-tab2 li.current a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* list */
table.data {
    width: 100%;
}

table.data th, table.data td {
    border-bottom: 1px solid #bde;
    padding: 5px 10px;
    line-height: 20px;
    text-align: center;
}

table.data thead th {
    border-bottom: 2px solid #204dc2;
    background: #fff;
    color: #204dc2;
    font-weight: bold;
    white-space: nowrap;
    word-break: keep-all;
}

table.data tbody tr:nth-child(even) td, table.data tbody tr.even td {
    background: #f0f6fc;
}

table.data tbody td p {
    text-align: left;
}

table.data tbody tr:hover td {
    background-color: #ffe;
}

table.data.border th, table.data.border td {
    border: 1px solid #bde;
}

table.state {
    width: 100%;
    border: 1px solid #ddd;
}

table.state th, table.state td {
    padding: 5px 10px;
    line-height: 20px;
    text-align: center;
}

table.state thead th {
    border: 1px solid #ddd;
    background-color: #e9e9e9;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    word-break: keep-all;
}

table.state tbody th {
    border-bottom: 1px solid #ddd;
    text-align: left;
}

table.state tbody td {
    border-bottom: 1px solid #ddd;
}

table.state tbody td p {
    text-align: left;
}

table.state tbody td.tr {
    text-align: left;
}

table.state tbody tr:hover th, table.state tbody tr:hover td {
    background-color: #f8f8f8;
}

table.state tbody td.date {
    background: url(../imgs/uc/date.png) 12px 50% no-repeat;
    padding-left: 30px;
    text-align: left;
}

table.state.border tbody th, table.state.border tbody td {
    border: 1px solid #ddd;
}

.list-t li {
    height: 34px;
    padding-left: 20px;
    line-height: 34px;
    background: url(../imgs/uc/dot00.png) 10px 50% no-repeat;
}

/* 分页 */
.pages {
    font: 0/0 microsoft yahei;
    padding: 15px 0;
    text-align: center;
}

.pages a {
    display: inline-block;
    line-height: 28px;
    margin: 0 1px;
    padding: 0 10px;
    border: 1px #ddd solid;
    font-size: 14px;
    vertical-align: middle;
}

.pages a:hover {
    border: 1px #3672a5 solid;
}

.pages a.current {
    border: 1px #3672a5 solid;
    background-color: #3672a5;
    color: #fff;
    position: relative;
}

.pages span {
    line-height: 28px;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
}

.pages select {
    border: 1px #d2d2d2 solid;
    padding: 4px;
}

/* 空页面 */
.blank h2 {
    padding: 0.2em 200px;
    font: bold 120px/2em microsoft yahei, simhei;
    background-color: #135a9c;
    color: #fff;
}

.blank h3 {
    padding: 30px 200px;
    font: bold 24px/2em microsoft yahei, simhei;
}

.blank p {
    padding: 0 200px;
    font: normal 16px/2em microsoft yahei, simhei;
}

/* jquery ui */
.ui-draggable-handle {
    cursor: move;
}

/* 位置 */
.where {
    position: relative;
    border-top: 5px solid #4d71ce;
}

.crumbs {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    line-height: 50px;
    white-space: nowrap;
    word-break: keep-all;
    color: #ccc;
}

.crumbs a, .crumbs span {
    display: inline-block;
    margin: 0 10px;
}

.crumbs span{
    color: #666;
}

.crumbs .home {
    padding-left: 25px;
    background: url(../imgs/uc/i_home.png) 0 50% no-repeat;
}

#_ideConac {
    cursor: pointer;
}

#_span_jiucuo {
    cursor: pointer;
}

.btnNew {
    display: inline-block;
    box-sizing: border-box !important;
    min-width: 80px;
    height: 26px;
    outline: none;
    margin: 0 5px;
    padding: 0 10px;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    color: #204dc2;
    border-radius: 3px;
}

input::-webkit-input-placeholder {
    color: grey;
}

input:-ms-input-placeholder {
    color: grey;
}

input:-moz-placeholder {
    color: grey;
}

input::-moz-placeholder {
    color: grey;
}

@media screen and (max-width: 1920px) {
    .complaint-zx {
        background-image: url('../imgs/newimage/wuzixun.png');
        background-repeat: no-repeat;
        z-index: -1; /*使背景图片置底显示*/
        position: absolute; /*将背景图片设置成 absolute（绝对定位），使其显示于文档流之下，不占有文档流空间*/
        width: 100%;
        height: 100%;
        margin-left: 38%;
    }

    .complaint-bf {
        background-image: url('../imgs/newimage/wutousu.png');
        background-repeat: no-repeat;
        z-index: -1; /*使背景图片置底显示*/
        position: absolute; /*将背景图片设置成 absolute（绝对定位），使其显示于文档流之下，不占有文档流空间*/
        width: 100%;
        height: 100%;
        margin-left: 38%;
    }

    .frinedtext {
        color: black;
        margin-left: 41%;
        position: fixed;
        text-align: center;
        top: 60%;
        width: 276px;
    }

    .frinedtext-a {
        text-align: center;
        color: #F56C59;
    }

    .friendtext-we {
        text-align: center;
    }
}

@media screen and (max-width: 1600px) {
    .complaint-zx {
        background-image: url('../imgs/newimage/wuzixun.png');
        background-repeat: no-repeat;
        z-index: -1; /*使背景图片置底显示*/
        position: absolute; /*将背景图片设置成 absolute（绝对定位），使其显示于文档流之下，不占有文档流空间*/
        width: 100%;
        height: 100%;
        margin-left: 38%;
    }

    .complaint-bf {
        background-image: url('../imgs/newimage/wutousu.png');
        background-repeat: no-repeat;
        z-index: -1; /*使背景图片置底显示*/
        position: absolute; /*将背景图片设置成 absolute（绝对定位），使其显示于文档流之下，不占有文档流空间*/
        width: 100%;
        height: 100%;
        margin-left: 38%;
    }

    .frinedtext {
        color: black;
        margin-left: 38%;
        position: fixed;
        text-align: center;
        top: 60%;
        width: 276px;
    }

    .frinedtext-a {
        text-align: center;
        color: #F56C59
    }

    .friendtext-we {
        text-align: center;
    }
}

@media screen and (max-width: 1366px) {
    .complaint-zx {
        background-image: url('../imgs/newimage/wuzixun.png');
        background-repeat: no-repeat;
        z-index: -1; /*使背景图片置底显示*/
        position: absolute; /*将背景图片设置成 absolute（绝对定位），使其显示于文档流之下，不占有文档流空间*/
        width: 100%;
        height: 100%;
        margin-left: 36%;
    }

    .complaint-bf {
        background-image: url('../imgs/newimage/wutousu.png');
        background-repeat: no-repeat;
        z-index: -1; /*使背景图片置底显示*/
        position: absolute; /*将背景图片设置成 absolute（绝对定位），使其显示于文档流之下，不占有文档流空间*/
        width: 100%;
        height: 100%;
        margin-left: 36%;
    }

    .frinedtext {
        color: black;
        margin-left: 36%;
        position: fixed;
        text-align: center;
        top: 60%;
        width: 276px;
    }

    .frinedtext-a {
        text-align: center;
        color: #F56C59
    }

    .friendtext-we {
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .complaint-zx {
        background-image: url('../imgs/newimage/wuzixun.png');
        background-repeat: no-repeat;
        z-index: -1; /*使背景图片置底显示*/
        position: absolute; /*将背景图片设置成 absolute（绝对定位），使其显示于文档流之下，不占有文档流空间*/
        width: 100%;
        height: 100%;
        margin-left: 32%;
    }

    .complaint-bf {
        background-image: url('../imgs/newimage/wutousu.png');
        background-repeat: no-repeat;
        z-index: -1; /*使背景图片置底显示*/
        position: absolute; /*将背景图片设置成 absolute（绝对定位），使其显示于文档流之下，不占有文档流空间*/
        width: 100%;
        height: 100%;
        margin-left: 32%;
    }

    .frinedtext {
        color: black;
        margin-left: 32%;
        position: fixed;
        text-align: center;
        top: 60%;
        width: 276px;
    }

    .frinedtext-a {
        text-align: center;
        color: #F56C59
    }

    .friendtext-we {
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    .complaint-zx {
        background-image: url('../imgs/newimage/wuzixun.png');
        background-repeat: no-repeat;
        z-index: -1; /*使背景图片置底显示*/
        position: absolute; /*将背景图片设置成 absolute（绝对定位），使其显示于文档流之下，不占有文档流空间*/
        width: 100%;
        height: 100%;
        margin-left: 32%;
    }

    .complaint-bf {
        background-image: url('../imgs/newimage/wutousu.png');
        background-repeat: no-repeat;
        z-index: -1; /*使背景图片置底显示*/
        position: absolute; /*将背景图片设置成 absolute（绝对定位），使其显示于文档流之下，不占有文档流空间*/
        width: 100%;
        height: 100%;
        margin-left: 32%;
    }

    .frinedtext {
        color: black;
        margin-left: 32%;
        position: fixed;
        text-align: center;
        top: 60%;
        width: 276px;
    }

    .frinedtext-a {
        text-align: center;
        color: #F56C59
    }

    .friendtext-we {
        text-align: center;
    }
}

.caption {
    padding-right: 20px;
}

.btnN {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #388BFF;
    width: 120px;
    height: 26px;
    border-radius: 6px;
    color: #204dc2;
    font-size: 12px;
    font-weight: unset;
    text-align: center;
}

/* 滚动条样式开始 */
.scroll {
    overflow-x: auto;
    overflow-y: auto;
}

.scroll::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

.scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

.scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: white;
}

.scroll::-webkit-scrollbar-track:hover {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4);
    background-color: rgba(0, 0, 0, .01);
}

.scroll {
    scrollbar-arrow-color: #efefef; /**//*三角箭头的颜色*/
    scrollbar-face-color: #e5e5e5; /**//*立体滚动条的颜色*/
    scrollbar-3dlight-color: #fff; /**//*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #fff; /**//*滚动条空白部分的颜色*/
    scrollbar-shadow-color: #fff; /**//*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #fff; /**//*立体滚动条强阴影的颜色*/
    scrollbar-track-color: #fff; /**//*立体滚动条背景颜色*/
    scrollbar-base-color: #fff; /**//*滚动条的基本颜色*/
}

/* 滚动条样式结束*/
/* 单选按钮样式开始 */
.radio input {
    display: none;
}

.radio label {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: -3px;
    line-height: 50px;
    color: #fff;
}

.radio label:active {
    background: #fff;
}

.radio label:after {
    content: ""; /*必须设置*/
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid grey;
    border-radius: 4px;
    position: absolute;
    top: 15px;
    left: 15px;
    /*border-radius: 20px;*/
}

.radio input:checked + label:after {
    background: url('../imgs/radioCheck.png') no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-color: #8bc34a;
}

/* 单选按钮样式结束 */



.erCode-content{
    position: relative;
    display: table;
    margin: auto;
}
.erCode-lose{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 50px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #0006;
    color: #fff;
}
.erCode-lose p{
    margin-bottom: 10px;
}
.erCode-lose .refresh-button{
    text-align: center;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
}
.erCode-lose .refresh-button a{
    border-color: #4898d5;
    background-color: #204dc2;
    color: #fff;
    height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}
.layui-laypage a:hover{
  color: #204dc2 !important;
}