@charset "utf-8";
/*
 * @author: nannan
 * @date:July 3, 2019
 */
html,
body {
  width: 100%;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol,
dl {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
body {
  font-size: 14px;
  font-family: '思源黑体';
  color: #323232;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
}
strong,
b {
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #000;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
img {
  vertical-align: top;
}
input,
img,
a,
fieldset {
  border: none;
}
input,
textarea {
  outline: none;
}
button,
input,
select,
label {
  vertical-align: middle;
}
th,
td {
  padding: 0;
  margin: 0;
}
table {
  /*border-collapse:collapse;*/
  border-spacing: 0;
  width: 100%;
}
/*取消input[type=number]的默认加减*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/*input禁止输入时的背景色*/
input:disabled {
  background-color: #f9f9f9;
}
/*取消select的默认下箭头*/
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  float: left;
  height: 36px;
  width: 30px;
}
select::-ms-expand {
  display: none;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.cursor {
  cursor: pointer;
}
.fff {
  background-color: #fff !important;
}
.bg_f4 {
  background: #f4f6f8;
}
.f0f0 {
  background-color: #f5f5f5;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.w1 {
  width: 1000px !important;
}
.w4 {
  width: 960px !important;
}
.none {
  background: none !important;
}
.bolder {
  font-weight: bolder;
}
.fz12 {
  font-size: 12px !important;
}

.fz24 {
  font-size: 24px !important;
  font-weight: bolder;
}
.marauto {
  margin: 0 auto;
}
.text_ud {
  text-decoration: underline;
} /* 去除a的下划线 */
.text_right {
  text-align: right !important;
} /* 文本右对齐 */
.text_left {
  text-align: left !important;
} /* 文本左对齐 */

/* 上下左右间距 */
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.pd0 {
  padding: 0px !important;
}
.pd20 {
  padding-bottom: 20px;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.top10 {
  top: 10px !important;
}
/* 蓝色背景 */
.blue_bg {
  background: #1890ff;
  color: #fff;
}
/* 白色字体 */
.white {
  color: #fff !important;
}
/* 登录 */
.gys_login_bg {
  width: 100%;
  height: 100%;
  background: url(../image/vender.png) no-repeat center center;
  background-size: cover;
}
.gys_login {
  width: 1200px;
  height: 420px;
  margin: 0 auto 0 500px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gys_login h1 {
  font-size: 30px;
  color: rgba(24, 144, 255, 1);
}
.login_box {
  width: 489px;
  height: 340px;
  background: #fff;
  border-radius: 10px;
  margin: 45px auto 0;
}
.login_info {
  padding-top: 50px;
}
.login_info span {
  width: 390px;
  height: 48px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.login_info input {
  float: left;
  width: 300px;
  height: 48px;
  outline: none;
  margin-left: 70px;
  font-size: 18px;
}
.login_info span.user {
  background: url(../image/Thelogin_tun.png) no-repeat 20px center;
}
.login_info span.pasd {
  background: url(../image/Thelogin_password.png) no-repeat 20px center;
}
.login_info p {
  height: 40px;
  width: 390px;
  margin: 0 auto;
}
.login_info p a {
  color: #cbcbcb;
}
.button_b {
  display: block;
  width: 389px;
  height: 60px;
  background: rgba(24, 144, 255, 1);
  border-radius: 4px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
}
/* 公用样式 */
.warp_content {
  width: 100%;
}
.now_position {
  width: 100%;
  padding: 25px 0;
  position: relative;
  background: #fff;
}
.now_position .now_state {
  width: 100%;
}
.now_position .now_state a {
  padding-left: 30px;
  color: #666666;
  line-height: 14px;
  font-size: 14px;
}
.now_position .status_rate {
  font-size: 18px;
  line-height: 16px;
  color: #333333;
  padding-left: 30px;
  padding-top: 16px;
}

/* 主内容 */
.wwrp_center_contair {
  width: 100%;
  min-height: 500px;
  padding-bottom: 20px;
}

.warp_right {
  position: absolute;
  right: 5%;
  display: flex;
  bottom: 18px;
  cursor: pointer;
}
.warp_right p {
  width: 101px;
  height: 32px;
  background: rgba(24, 144, 255, 1);
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  margin-left: 20px;
  font-size: 14px;
  font-family: SourceHanSansCN-Light;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
}

/* 公用弹框 */
.common_pop {
  display: none;
  width: 520px;
  height: 221px;
  background: #fff;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
}
.common_pop i {
  width: 24px;
  height: 24px;
  border: 2px solid #faac10;
  color: #faac10;
  text-align: center;
  line-height: 27px;
  display: block;
  font-size: 20px;
  border-radius: 100%;
  position: absolute;
  top: 45px;
  left: 33px;
}
.common_pop .con_hezi {
  padding-left: 80px;
  padding-top: 45px;
}
.common_pop h4 {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}
.common_pop p {
  color: #999999;
  font-size: 16px;
  padding-top: 16px;
}
.common_pop a {
  float: left;
  width: 80px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  text-align: center;
  line-height: 40px;
  color: #999999;
  font-size: 16px;
}
.common_pop .com_btn {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
.common_pop .border-b {
  border-color: #1890ff;
  margin-left: 20px;
}
.n_back_per {
  width: 127px !important;
  height: 37px;
  background: rgba(0, 132, 245, 1);
  border-radius: 2px;
  color: #fff !important;
  margin: 30px 195px;
}
/* 下拉框和输入框下拉 */
.slide_common_pop {
  float: left;
  width: 310px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.slide_common_pop p {
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 113px;
  padding-left: 5px;
}

.slide_common_pop .category {
  z-index: 9;
  width: 310px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ececec;
  position: absolute;
  left: -1px;
  top: 30px;
  max-height: 120px;
  overflow-y: auto;
}

.slide_common_pop .category dd {
  width: 300px;
  overflow: hidden;
  color: #989898;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}

.slide_common_pop .category dd:hover {
  color: #e94729;
  cursor: pointer;
}

.slide_common_pop .time_button {
  background: url(../image/data_button_Thearrow.png) no-repeat center center;
  height: 30px;
  width: 28px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.slide_common_pop .bankinput {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  border: none;
}
/* 遮罩层 */
.mod {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000;
  opacity: 0.1;
  filter: alpha(opacity=40);
  display: none;
}

/*模板预览弹窗*/
.pop_view {
  position: fixed;
  left: 50%;
  top: 20%;
  width: 800px;
  height: 550px;
  margin-left: -400px;
  background: #fff;
  z-index: 11111;
  padding-top: 50px;
  display: none;
}
.pop_view img {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  max-height: 500px;
}
.pop_view_x {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 31px;
  height: 31px;
  background: url(../image/close.png) no-repeat;
  cursor: pointer;
}
.pop_view_x:active {
  top: 11px;
}

/* 省市选择1 */
.gf-select {
  float: left;
  width: 115px;
  margin-right: 10px;
  position: relative;
  color: #a9a9a9;
}
.gf-select span {
  width: 103px;
  padding: 0 0 0 10px;
  display: block;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: url(../image/data_button_Thearrow.png) 92px center no-repeat;
}
.gf-select .lv_jt {
  width: 103px;
  padding: 0 0 0 10px;
  display: block;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: url(../image/arrow6.png) 96px center no-repeat;
}
.gf-select span em {
  font-style: normal;
}
.gf-select ul {
  z-index: 99;
  border: 1px solid #ddd;
  position: absolute;
  width: 100%;
  max-height: 165px;
  top: 31px;
  overflow-y: auto;
  display: none;
  background: #fff;
}
.gf-select ul li {
  border-bottom: 1px solid #ddd;
  line-height: 30px;
  padding-left: 10px;
  cursor: pointer;
}
.gf-select ul li:hover {
  color: #e94729;
}
.gf-select ul li:last-child {
  border-bottom: none;
}

/*------------工作台-----------------*/
.index_list {
  width: 100%;
}
.index_list li {
  float: left;
  width: 400px;
  height: 170px;
  background: #fff;
  margin-left: 10px;
  margin-bottom: 10px;
}
.index_list li h5 {
  color: #999999;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.index_list li .number_box {
  width: 400px;
}
.index_list li .number_box p {
  font-size: 50px;
  color: #333333;
  line-height: 50px;
  padding-top: 24px;
  padding-left: 30px;
  float: left;
}
.index_list li .number_box a {
  width: 100px;
  height: 32px;
  background: rgba(24, 144, 255, 1);
  border-radius: 4px;
  float: right;
  margin-top: 35px;
  margin-right: 30px;
  text-align: center;
  line-height: 32px;
  color: #fff;
}
.index_list li .number_box a:hover {
  opacity: 0.8;
}
.n_new_auth_pop {
  width: 560px;
  background: #fff;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  z-index: 9999;
  font-weight: normal;
  border: 2px solid #a8a8a8;
  border-radius: 4px;
  padding-bottom: 22px;
}
.n_new_auth_pop .n_new_auth_close,
.n_newauth_renzheng .n_new_auth_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url(../image/x1.png) no-repeat center center;
}
.n_new_auth_pop h2,
.n_newauth_renzheng h2 {
  height: 32px;
  line-height: 32px;
  width: 560px;
  font-size: 14px;
  color: #323232;
  text-indent: 14px;
  background: #f3f3f3;
  border-bottom: 1px solid #a8a8a8;
  border-radius: 4px 4px 0 0;
}
.n_new_auth_againauth img {
  width: 48px;
  height: 48px;
  float: left;
  padding-right: 20px;
  padding-left: 134px;
}
.n_new_auth_pop .n_new_auth_againauth,
.n_newauth_renzheng .n_new_auth_againauth {
  padding: 70px 0 50px;
  overflow: hidden;
}
.a_button3 {
  width: 100px !important;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  color: #e94729;
  display: block;
  border: 1px solid #e94729;
}
.licenseLicense p {
  width: 120px;
  height: 144px;
  float: left;
  border: 1px dashed #ddd;
  text-align: center;
  line-height: 146px;
  font-size: 40px;
  background: #f5f5f5;
}
.licenseLicense input {
  width: 120px;
  height: 144px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  float: left;
  z-index: 1;
}
.licenseLicense div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  text-align: center;
  color: #999999;
  cursor: pointer;
}
.licenseLicense {
  float: left;
  height: 144px;
  position: relative;
  width: 220px;
  color: #8a8a8a;
  margin: 0 10px 0 10px;
}
.licenseLicense_fr input {
  height: 130px;
  width: 232px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  float: left;
  z-index: 1;
}
.licenseLicense_fr p {
  height: 130px;
  width: 232px;
  float: left;
  border: 1px dashed #ddd;
  text-align: center;
  line-height: 130px;
  font-size: 40px;
  background: #f5f5f5;
}
.del_sub {
  float: left;
  display: block;
  margin: 40px 290px;
  width: 300px;
  height: 44px;
  background: rgba(24, 144, 255, 1);
  border-radius: 4px;
  text-align: center;
  color: #fff;
  line-height: 44px;
  font-size: 18px;
}
.nn_ml {
  margin-left: 100px;
  margin-top: 50px;
}
.licenseLicense_fr div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  text-align: center;
  color: #999999;
  cursor: pointer;
}
.n_type {
  font-size: 14px;
  color: #323232;
  margin-top: 20px;
}
.licenseLicense_fr span {
  margin-left: 6px;
  float: left;
  display: inline-block;
  color: #8a8a8a;
  font-size: 14px;
}
.dls_qy_contant .dls_ul_list dd strong {
  float: left;
  font-size: 14px;
  color: #323232;
  text-align: right;
  width: 120px;
}
.orange_Z {
  color: #e94729 !important;
}
