.table {
  table-layout: fixed;
  word-break: break-all;
}
.gs_header {
  width: 100%;
  height: 180px;
  background-image: url(/img/img_icon/pic_bg_manage.png);
  background-size: 100% 100%;
}
.gs_header h3 {
  font-size: 56px;
  color: #fff;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 16px;
}
.gs_header .gs_man_message {
  width: 820px;
  height: 42px;
  background: #ffffff;
  border-radius: 21px;
  margin: 0 auto;
  padding: 0 20px 0 62px;
  box-sizing: border-box;
}
.gs_header .gs_man_message .gs_man_message_item {
  float: left;
  line-height: 42px;
  margin-right: 40px;
}
.gs_header .gs_man_message .gs_man_message_item:last-child {
  margin-right: 0;
}
.gs_header .gs_man_message .gs_man_message_item:nth-child(3) {
  margin-right: 0;
}
.gs_header .gs_man_message .gs_man_message_item:nth-child(3) i {
  display: block;
  float: left;
}
.gs_header .gs_man_message .gs_man_message_item:nth-child(3) span {
  display: block;
  float: left;
  width: 240px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gs_header .gs_man_message .gs_man_message_item span {
  color: #ff9500;
}
.brancmb {
  width: 100%;
  height: 42px;
  background: #f7f8fa;
  line-height: 42px;
}
.brancmb a {
  color: #999;
  cursor: pointer;
}
.brancmb a:hover {
  color: #cb2428;
}
.zzjg_content {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.zzjg_content .zzjg_content_header {
  text-align: center;
  font-size: 16px;
  margin-top: 27px;
}
.zzjg_content .zzjg_content_main {
  margin-top: 40px;
}
.zzjg_content .zzjg_content_main .zzjg_content_nav {
  height: 40px;
  border-bottom: 1px solid #dcdee0;
}
.zzjg_content .zzjg_content_main .zzjg_content_nav li {
  float: left;
  width: 156px;
  height: 40px;
  background: #f7f8fa;
  border: 1px solid #dcdee0;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.zzjg_content .zzjg_content_main .zzjg_content_nav li.active_zz {
  background: #fff;
  border-bottom: none;
}
.zzjg_content .zzjg_content_main .zzjg_content_select {
  margin-top: 35px;
}
.zzjg_content .zzjg_content_main .zzjg_content_select .zzjg_content_select_item {
  margin-bottom: 110px;
}
.zzjg_content .zzjg_content_main .zzjg_content_select .zzjg_content_select_item .select_common {
  float: left;
  margin-right: 75px;
}
.zzjg_content .zzjg_content_main .zzjg_content_select .zzjg_content_select_item .select_common input {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #dcdee0;
  margin-left: 60px;
}
.zzjg_content .zzjg_content_main .zzjg_content_select .zzjg_content_select_item .select_img {
  float: left;
}
.zzjg_content .zzjg_content_main .zzjg_content_select .zzjg_content_select_item .select_img img {
  width: 400px;
  height: 99px;
  background-size: 100% 100%;
}
.zzjg_content .zzjg_content_main .zzjg_content_select .btn_save {
  width: 120px;
  height: 42px;
  background: linear-gradient(180deg, #f36268 0%, #cb2428 100%);
  box-shadow: 0px 2px 12px 0px rgba(170, 0, 4, 0.3);
  border-radius: 2px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 50px;
  cursor: pointer;
}
.gs_main {
  height: auto;
}
.gs_main .gs_main_nav {
  margin: 20px 0;
}
.gs_main .gs_main_nav li {
  float: left;
  width: 200px;
  height: 56px;
  background: #ffffff;
  border: 1px solid #dcdee0;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}
.gs_main .gs_main_nav li.active_gs {
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  color: #fff;
}
.gs_main .gsjg_content {
  margin-bottom: 60px;
}
.gs_main .gsjg_content .gsjg_content_item {
  float: left;
  width: 386px;
  height: 200px;
  background: #f7f8fa;
  margin-right: 20px;
  margin-bottom: 26px;
  padding: 25px 20px 0 20px;
  box-sizing: border-box;
}
.gs_main .gsjg_content .gsjg_content_item:nth-child(3n) {
  margin-right: 0;
}
.gs_main .gsjg_content .gsjg_content_item .gsjg_content_item_header i {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.gs_main .gsjg_content .gsjg_content_item .gsjg_content_item_header i img {
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}
.gs_main .gsjg_content .gsjg_content_item .gsjg_content_item_header a {
  float: right;
}
.gs_main .gsjg_content .gsjg_content_item .gsjg_content_container {
  margin-left: 36px;
}
.gs_main .gsjg_content .gsjg_content_item .gsjg_content_container .gsjg_content_container_item {
  margin-top: 20px;
  cursor: pointer;
}
.gs_main .gsjg_content .gsjg_content_item .gsjg_content_container .gsjg_content_container_item:hover {
  color: #cb2428;
}
.manage_iframe {
  width: 100%;
  height: 100vh;
  background: #fff;
  margin-top: 20px;
}
.bmgh {
  padding: 40px 80px;
  box-sizing: border-box;
  height: auto;
  background-color: #fff;
}
.bmgh .bmgu_header {
  position: relative;
  height: 42px;
  margin-bottom: 20px;
}
.bmgh .bmgu_header .add_bm_bt {
  position: absolute;
  right: 140px;
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  color: #cb2428;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.bmgh .bmgu_header .returns {
  position: absolute;
  right: 0;
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  color: #cb2428;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  margin-left: 20px;
}
.bmgh .bmgu_header div:hover {
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  color: #fff;
  border: none;
}
.add_bm_model {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  background: #fff;
  border-radius: 4px;
  z-index: 99999;
  padding-bottom: 30px;
  display: none;
}
.add_bm_model .add_bm_header {
  position: relative;
  height: 40px;
}
.add_bm_model .add_bm_header img {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  cursor: pointer;
}
.add_bm_model .add_bm_main .add_bm_main_item {
  margin-bottom: 10px;
}
.add_bm_model .add_bm_main .add_bm_main_item span {
  margin-left: 50px;
  display: inline-block;
  width: 114px;
}
.add_bm_model .add_bm_main .add_bm_main_item input {
  width: 342px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdee0;
  padding-left: 15px;
}
.add_bm_model .add_bm_main .add_bm_main_item .textar {
  width: 342px;
  height: 45px;
  border-radius: 2px;
  border: 1px solid #dcdee0;
}
.add_bm_model .add_bm_main .add_bm_main_item .textar:focus {
  border: 1px solid #dcdee0;
  outline: none;
}
.add_bm_model .add_bm_main .sure_bm {
  width: 76px;
  height: 32px;
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  margin-left: 168px;
  cursor: pointer;
}
.ygxzs .ygxzs_select {
  padding: 20px;
  background: #f7f8fa;
  margin-bottom: 40px;
}
.ygxzs .ygxzs_select .ygxzs_select_item {
  float: left;
  margin-left: 32px;
  margin-bottom: 20px;
}
.ygxzs .ygxzs_select .ygxzs_select_item:nth-child(1) {
  margin-left: 0;
}
.ygxzs .ygxzs_select .ygxzs_select_item:nth-child(5) {
  margin-left: 0;
}
.ygxzs .ygxzs_select .ygxzs_select_item i {
  width: 56px;
  display: inline-block;
}
.ygxzs .ygxzs_select .ygxzs_select_item input {
  width: 100px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdee0;
}
.ygxzs .ygxzs_select .select_search div {
  float: left;
  width: 100px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 32px;
  color: #cb2428;
  margin-right: 20px;
}
.ygxzs .ygxzs_select .select_search div:hover {
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  color: #fff;
  border: none;
}
.ygxzs .ygxzs_select .select_search .search_btn {
  margin-left: 390px;
  cursor: pointer;
}
.ygxzs tr th {
  text-align: center;
}
.ygxx_container .coomon_tab {
  cursor: pointer;
}
.ygxx_container .coomon_tab:hover {
  color: #cb2428;
}
.ygxx_container .ygxx_container_header {
  line-height: 42px;
}
.ygxx_container .ygxx_container_header .zs_common {
  float: left;
  color: #ff9500;
  font-size: 16px;
}
.ygxx_container .ygxx_container_header .nexts {
  float: right;
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  color: #cb2428;
  text-align: center;
  line-height: 42px;
}
.ygxx_container .ygxx_searchs {
  height: 68px;
  background: #f7f8fa;
  margin-top: 15px;
  margin-bottom: 40px;
}
.ygxx_container .ygxx_searchs span {
  float: left;
  line-height: 68px;
  margin-left: 20px;
  margin-right: 20px;
}
.ygxx_container .ygxx_searchs input {
  float: left;
  width: 308px;
  height: 42px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdee0;
  margin-top: 13px;
}
.ygxx_container .ygxx_searchs .searchs_btn {
  float: left;
  width: 120px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  color: #cb2428;
  text-align: center;
  line-height: 40px;
  margin-top: 13px;
  margin-left: 20px;
}
.checkboxs .checkboxs_item {
  float: left;
  margin-right: 20px;
}
.money_ffrq {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  background: #ffffff;
  border-radius: 4px;
  padding: 0 0px 20px 20px;
  box-sizing: border-box;
  z-index: 9999;
}
.money_ffrq .money_ffrq_header {
  position: relative;
  height: 40px;
}
.money_ffrq .money_ffrq_header img {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  cursor: pointer;
}
.money_ffrq .money_ffrq_main {
  margin-top: 10px;
}
.money_ffrq .money_ffrq_main .money_ffrq_item {
  margin-bottom: 20px;
}
.table-responsive tr td span:hover {
  color: #cb2428;
  cursor: pointer;
}
.ygxzss:hover {
  color: #cb2428 !important;
}
.rzzygh {
  background-color: #fff;
  padding: 40px 80px;
  box-sizing: border-box;
}
.rzzygh .dy .dy-01 {
  float: right;
}
.rzzygh .dy .dy-01 a {
  color: #cb2428;
}
.rzzygh .jlck {
  border: 1px solid #cb2428;
  padding: 20px;
  box-sizing: border-box;
}
.rzzygh .jlck .grxx {
  background: #f7f8fa;
  padding: 20px;
  box-sizing: border-box;
}
.rzzygh .jlck .grxx .grxx-top {
  font-size: 24px;
  height: 50px;
  border-bottom: 1px dashed #ccc;
}
.rzzygh .jlck .grxx .message_gr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.rzzygh .jlck .grxx .grxx-left {
  float: left;
  width: 70%;
}
.rzzygh .jlck .grxx .grxx-left .grxx-left-item {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.rzzygh .jlck .grxx .grxx-left .grxx-left-item:nth-child(5) {
  margin-bottom: 0;
}
.rzzygh .jlck .grxx .grxx-right {
  float: left;
  padding-left: 100px;
  box-sizing: border-box;
}
.rzzygh .jlck .grxx .grxx-right img {
  width: 90px;
  height: 110px;
  margin-left: 12px;
  background-size: 100% 100%;
}
.rzzygh .jlck .grxx .grxx-right span {
  display: block;
}
.rzzygh .jlck .zjgz {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dcdee0;
}
.rzzygh .jlck .zjgz .zjgz-left {
  width: 50%;
  float: left;
}
.rzzygh .jlck .qzyx .qzyx-top {
  height: 60px;
  line-height: 60px;
  color: #cb2428;
  font-weight: 600;
  border-bottom: 1px dashed #dcdee0;
  margin-bottom: 10px;
}
.rzzygh .jlck .qzyx .qzyx-bottom {
  line-height: 40px;
}
.rzzygh .jlck .qzyx .qzyx_bottom {
  border-bottom: 1px dashed #dcdee0;
}
.rzzygh .fan {
  width: 100%;
  margin-top: 24px;
}
.rzzygh .fan .gtest7 {
  display: block;
  width: 120px;
  height: 42px;
  background: linear-gradient(180deg, #f36268 0%, #cb2428 100%);
  box-shadow: 0px 2px 12px 0px rgba(170, 0, 4, 0.3);
  border-radius: 2px;
  outline: none;
  border: none;
  color: #fff;
  margin: 0 auto;
}
.gszpfs {
  background-color: #fff;
  box-sizing: border-box;
}
.gszpfs .pdxz_title {
  font-size: 16px;
  font-weight: 550;
  margin-bottom: 40px;
}
.gszpfs .zdqd_select .zdqd_select_item {
  float: left;
  margin-right: 40px;
}
.gszpfs .zdqd_select .zdqd_select_item:last-child {
  margin-right: 0;
}
.gszpfs .zdqd_select .zdqd_select_item .select_btns {
  height: 30px;
}
.gszpfs .zdqd_select .zdqd_select_item .select_btns input {
  width: 16px;
  height: 16px;
  margin-top: 8px;
  display: block;
  float: left;
  margin-right: 4px;
}
.gszpfs .zdqd_select .zdqd_select_item .select_btns i {
  float: left;
  line-height: 30px;
}
.gszpfs .zdqd_select .zdqd_select_item .zpms_js {
  width: 320px;
  height: 280px;
  background: #f7f8fa;
  margin-top: 15px;
  padding: 20px;
  box-sizing: border-box;
}
.gszpfs .zdqd_select .zdqd_select_item .zpms_js img {
  width: 280px;
  height: 140px;
  background-size: 100% 100%;
}
.gszpfs .zdqd_select .zdqd_select_item .zpms_js .zpms_texts {
  line-height: 20px;
  margin-top: 18px;
}
.gszpfs .next_cancel {
  margin-top: 40px;
  margin-bottom: 40px;
}
.gszpfs .next_cancel .next {
  margin-left: 380px;
}
.gszpfs .next_cancel div {
  float: left;
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
  margin-right: 40px;
}
select {
  outline: none;
}
select option {
  outline: none;
}
.bmcg_main .cgdh_nav {
  height: 40px;
  border-bottom: 1px solid #dcdee0;
}
.bmcg_main .cgdh_nav li {
  float: left;
  width: 120px;
  height: 40px;
  background: #f7f8fa;
  border-radius: 2px 0px 0px 0px;
  border: 1px solid #dcdee0;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-right: none;
}
.bmcg_main .cgdh_nav li:last-child {
  border-right: 1px solid #dcdee0;
}
.bmcg_main .cgdh_nav li.active_cg {
  height: 41px;
  background: #fff;
  color: #cb2428;
  border-bottom: none;
}
.bmcg_main .cg_sb_content {
  margin-top: 20px;
}
.bmcg_main .cg_sb_content .cg_sb_content_item .gmsl_number {
  display: block;
  float: left;
  line-height: 24px;
  margin-right: 10px;
  margin-left: 30px;
}
.bmcg_main .cg_sb_content .cg_sb_content_item input {
  float: left;
  outline: none;
  border: none;
}
.bmcg_main .cg_sb_content .cg_sb_content_item .addBtn {
  float: left;
  width: 24px;
  height: 24px;
  border: 1px solid #dcdee0;
  background-color: #fff;
}
.bmcg_main .cg_sb_content .cg_sb_content_item .join-money {
  width: 42px;
  height: 24px;
  border: 1px solid #dcdee0;
  text-align: center;
}
.bmcg_main .cg_sb_content .cg_sb_content_item .jrgwc {
  float: left;
  width: 88px;
  height: 24px;
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  border-radius: 2px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}
.bmcg_main .cg_sb_content .cg_sb_content_item tr th {
  text-align: center;
}
.bmcg_main .cg_sb_content .cg_sb_content_item tr td {
  text-align: center;
}
.zdycg_content {
  background-color: #fff;
  padding: 50px;
}
.zdycg_content .zdycg_main {
  margin: 0 auto;
  overflow: hidden;
  width: 360px;
}
.zdycg_content .zdycg_main .zdycg_content_item {
  margin-bottom: 20px;
}
.zdycg_content .zdycg_main .zdycg_content_item span {
  display: inline-block;
  margin-right: 10px;
}
.zdycg_content .zdycg_main .zdycg_content_item input {
  outline: none;
  width: 260px;
  height: 32px;
  border: 1px solid #dcdee0;
}
.zdycg_content .zdycg_main .btn_zdy {
  margin-top: 40px;
}
.zdycg_content .zdycg_main .btn_zdy div {
  width: 120px;
  height: 42px;
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  border-radius: 2px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  float: left;
  margin-left: 20px;
  cursor: pointer;
}
.zdycg_content .zdycg_main .btn_zdy .zdy_save {
  margin-left: 80px;
}
.gwclb {
  background: #fff;
  padding: 40px 80px;
}
.gwclb .header_fh .header_fh_btn {
  float: right;
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  line-height: 42px;
  text-align: center;
  color: #cb2428;
  margin-bottom: 20px;
}
.gwclb .gwclb_main h3 {
  font-size: 14px;
  color: #333;
  font-weight: 550;
  margin-bottom: 20px;
}
.gwclb .gwclb_main input {
  width: 16px;
  height: 16px;
}
.gwclb .gwclb_main .table_gwlb {
  border: 1px solid #dcdee0;
}
.gwclb .gwclb_main .table_gwlb tr th {
  background: #f5f6f8;
}
.gwclb .gwclb_main .js_numbers {
  width: 100%;
  height: 42px;
  background: #f5f6f8;
  border: 1px solid #dcdee0;
  position: relative;
}
.gwclb .gwclb_main .js_numbers .js_numbers_js {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 42px;
  background: linear-gradient(180deg, #ffab65 0%, #e38222 100%);
  border-radius: 0px 2px 2px 0px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
}
.gwclb .gwclb_main .js_numbers .js_numbers_sp {
  position: absolute;
  top: 0px;
  right: 130px;
  line-height: 42px;
}
.gwclb .gwclb_main .js_numbers .qx_int {
  position: absolute;
  left: 10px;
}
.gwclb .gwclb_main .js_numbers .qx_int input {
  position: relative;
  top: 3px;
}
.gwclb .gwclb_main .js_numbers .qx_int span {
  line-height: 42px;
}
.nslc {
  background: #fff;
  padding: 40px 80px;
}
.nslc h3 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
}
.nslc .nslc_content .nslc_content_item {
  float: left;
  margin-right: 100px;
}
.nslc .nslc_content .nslc_content_item .radios {
  margin-left: 93px;
}
.nslc .nslc_content .nslc_content_item .radios input {
  float: left;
  width: 16px;
  height: 16px;
}
.nslc .nslc_content .nslc_content_item .radios i {
  display: block;
  float: left;
  margin-top: 2px;
  margin-left: 5px;
}
.nslc .nslc_content .nslc_content_item img {
  width: 220px;
  height: 366px;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.nslc .nslc_content .nslc_content_item:nth-child(1) {
  margin-left: 90px;
}
.nslc .nslc_content .nslc_content_item:nth-child(3) {
  margin-right: 0;
}
.nslc .sures_btns {
  margin-top: 22px;
}
.nslc .sures_btns .sures_btns_item {
  float: left;
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
  margin-right: 40px;
}
.nslc .sures_btns .sures_btns_item:nth-child(1) {
  margin-left: 377px;
}
.nsjs_jn {
  background: #fff;
  padding: 40px 80px;
}
.nsjs_jn .nsjs_jn_header {
  height: 42px;
  margin-bottom: 100px;
}
.nsjs_jn .nsjs_jn_header h3 {
  float: left;
  line-height: 42px;
  font-size: 16px;
  margin: 0;
}
.nsjs_jn .nsjs_jn_header .nsjs_jn_returns {
  float: right;
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
}
.nsjs_jn .nsjs_jn_content .nsjs_jn_content_left {
  width: 500px;
  float: left;
}
.nsjs_jn .nsjs_jn_content .nsjs_jn_content_left .nsjs_jn_content_left_info {
  float: left;
  width: 220px;
  height: 88px;
  background: #ffffff;
  border: 1px solid #efefef;
  font-size: 16px;
  text-align: center;
  line-height: 88px;
  font-weight: 550;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.nsjs_jn .nsjs_jn_content .nsjs_jn_content_left .nsjs_jn_content_left_info:hover {
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #cb2428;
  color: #cb2428;
}
.nsjs_jn .nsjs_jn_content .nsjs_jn_content_right {
  float: left;
  width: 420px;
  height: 329px;
  background-image: url(/img/nsjs.png);
  background-size: 100% 100%;
  margin-top: -60px;
  margin-left: 80px;
}
.nsjs_jn .swjst textarea {
  height: 76px;
  border-radius: 2px;
  border: 1px solid #dcdee0;
  width: 100%;
}
.nsjs_jn .swjst input {
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
  background: #fff;
  margin: 0 auto;
  display: block;
}
.nsjs_jn .rzzygh .qdht-bottom input {
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
  background: #fff;
  margin: 0 auto;
  display: block;
}
.cwzhgl {
  background: #fff;
  padding: 40px 80px;
}
.cwzhgl .cwzhgl_main {
  width: 100%;
  background: #f5f6f8;
  border: 1px solid #dcdee0;
  padding: 20px;
}
.cwzhgl .cwzhgl_main .cwzhgl_main_left {
  width: 500px;
  float: left;
}
.cwzhgl .cwzhgl_main .cwzhgl_main_left .cwzhgl_main_left_item {
  margin-bottom: 20px;
}
.cwzhgl .cwzhgl_main .cwzhgl_main_left .cwzhgl_main_left_item:last-child {
  margin-bottom: 0;
}
.cwzhgl .cwzhgl_main .cwzhgl_main_right {
  float: left;
  width: 432px;
  height: 300px;
  background-image: url(/img/xkzs.jpg);
  background-size: 100% 100%;
  margin-left: 60px;
}
.cwzhgl .cwzhgl_main .zhmx_btn .zhmx_btn_item {
  float: left;
  width: 160px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
  margin-top: 60px;
  margin-bottom: 60px;
}
.cwzhgl .cwzhgl_main .zhmx_btn .zhmx_btn_item:nth-child(1) {
  margin-left: 350px;
  margin-right: 20px;
}
.cwzhgl .gszhmx {
  margin-bottom: 50px;
}
.cwzhgl .gszhmx .gszhmx_header {
  padding: 20px;
  background: #f5f6f8;
  border: 1px solid #dcdee0;
  margin-bottom: 20px;
}
.cwzhgl .gszhmx .gszhmx_header .gszhmx_header_item {
  float: left;
  margin-right: 100px;
  margin-bottom: 20px;
}
.cwzhgl .gszhmx .gszhmx_header .btn_common .btn_common_item {
  float: left;
  width: 76px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 32px;
  color: #cb2428;
}
.cwzhgl .gszhmx .gszhmx_header .btn_common .btn_common_item:nth-child(1) {
  margin-left: 70px;
  margin-right: 20px;
}
.table tr th {
  background: #f5f6f8;
}
.dkgl {
  padding: 40px 80px;
  background: #fff;
}
.dkgl ul li {
  float: left;
  width: 260px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #dcdee0;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.dkgl ul li.dk_active {
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  color: #fff;
  border: 1px solid #cb2428;
}
.dkgl .dkgl_content {
  margin-top: 40px;
}
.dkgl .dkgl_content .dkgl_content_item img {
  width: 100%;
  height: 260px;
  background-size: 100% 100%;
}
.dkgl .dkgl_content .dkgl_content_item h3 {
  font-size: 14px;
  font-weight: 550;
  margin: 0;
  margin-bottom: 20px;
}
.dkgl .dkgl_content .dkgl_content_item .dkgl_content_item_main .dkgl_content_item_main_info {
  width: 200px;
  height: 200px;
  border: 1px solid #efefef;
  margin-bottom: 10px;
}
.dkgl .dkgl_content .dkgl_content_item .dkgl_content_item_main .dkgl_content_item_main_info img {
  width: 133px;
  height: 184px;
  background-size: 100% 100%;
  margin-left: 35px;
  margin-top: 10px;
}
.dkgl .dkgl_content .dkgl_content_item .dkgl_content_item_main .dkgl_content_header {
  padding: 20px;
  background: #f5f6f8;
  border: 1px solid #dcdee0;
  margin-bottom: 20px;
}
.dkgl .dkgl_content .dkgl_content_item .dkgl_content_item_main .dkgl_content_header .dkgl_content_header_item {
  float: left;
  width: 450px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.dkgl .dkgl_content .dkgl_content_item .dkgl_content_item_main .dkgl_content_main .dkgl_content_main_item h3 {
  font-size: 14px;
  font-weight: 550;
}
.dkgl .dkgl_content .dkgl_content_item .dkgl_content_item_main .dkgl_content_main .dkgl_content_main_item .dkcl_int .dkcl_int_item {
  float: left;
  margin-right: 80px;
}
.dkgl .dkgl_content .dkgl_content_item .dkgl_content_item_main .dkgl_content_main .dkgl_content_main_item .dkcl_int .dkcl_int_item:last-child {
  margin-right: 0;
}
.dkgl .dkgl_content .dkgl_content_item .dkgl_content_item_main .dkgl_content_main .dkgl_content_main_item .dkcl_int .dkcl_int_item input {
  width: 182px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdee0;
  margin-right: 5px;
  margin-left: 15px;
}
.dkgl .dkgl_content .dkgl_content_item .dkgl_content_item_main .dkgl_content_main .dkgl_content_main_item .dkcl_int .dkcl_int_item select {
  width: 182px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdee0;
  margin-right: 5px;
  margin-left: 15px;
}
.dkgl .dkgl_content .dkgl_content_item .bzlc_btn {
  margin-top: 40px;
  margin-bottom: 40px;
}
.dkgl .dkgl_content .dkgl_content_item .bzlc_btn div {
  float: left;
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
}
.dkgl .dkgl_content .dkgl_content_item .bzlc_btn div:nth-child(1) {
  margin-left: 380px;
  margin-right: 40px;
}
.dk_message {
  padding: 40px 80px;
  background: #fff;
}
.dk_message .dk_message_item {
  height: auto;
  margin-bottom: 20px;
}
.dk_message .dk_message_item h3 {
  margin: 0;
  font-weight: 550;
  margin-bottom: 20px;
}
.dk_message .dk_message_item .dk_message_item_wj {
  width: 201px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #efefef;
}
.dk_message .dk_message_item .dk_message_item_wj img {
  width: 133px;
  height: 184px;
  margin-left: 35px;
  margin-top: 10px;
}
.dk_message .dk_message_item .table_header {
  background: #f5f6f8;
  height: 42px;
  border: 1px solid #dcdee0;
  line-height: 42px;
  text-align: center;
  font-weight: 550;
}
.dk_message .dk_message_item i {
  display: block;
  margin-left: 56px;
  margin-top: 12px;
}
.dk_message .dk_message_item .dk_info_content {
  background: #f5f6f8;
  border: 1px solid #dcdee0;
  padding: 20px;
}
.dk_message .dk_message_item .dk_info_content .dk_info_content_item {
  float: left;
  width: 460px;
  margin-bottom: 20px;
}
.dk_message .hk_btns {
  margin-bottom: 20px;
  margin-top: 40px;
}
.dk_message .hk_btns .hk_btn_item {
  float: left;
  width: 160px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  color: #cb2428;
  text-align: center;
  line-height: 42px;
}
.dk_message .hk_btns .hk_btn_item:nth-child(1) {
  margin-left: 333px;
  margin-right: 20px;
}
.qht {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  box-sizing: border-box;
  display: none;
}
.qht .qht_header {
  width: 16px;
  height: 16px;
  background-image: url(/img/cancel_tc.png);
  background-size: 100% 100%;
  float: right;
  margin-bottom: 20px;
  cursor: pointer;
}
.qht .rzzygh {
  width: 850px;
  margin: 0 auto;
  height: 600px;
  overflow-x: hidden;
}
.qht .rzzygh .qdht .qdht-tit {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.qht .rzzygh .qdht p {
  line-height: 24px;
  text-indent: 2em;
}
.qht .rzzygh .qdht p .xtest {
  width: 50px;
  border: none;
  border-bottom: 1px solid #000;
  text-align: center;
}
.qht .rzzygh .qdht p .xtest1 {
  padding: 0px;
  margin: 0px;
  width: 100px;
  height: 16px;
  border: none;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 14px;
}
