.gs_header {
  width: 100%;
  height: 180px;
  background-image: url(/img/img_icon/pic_bg_gsjy.png);
  background-size: 100% 100%;
}
.jy_main {
  padding: 40px 20px;
}
.jy_main .jy_main_item {
  margin-bottom: 20px;
}
.jy_main .jy_main_item .jy_main_item_header i {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 8px;
}
.jy_main .jy_main_item .jy_main_item_header i img {
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}
.jy_main .jy_main_item .jy_main_item_header span {
  display: block;
  float: left;
  font-size: 22px;
}
.jy_main .jy_main_item .jy_main_item_content {
  margin-top: 22px;
}
.jy_main .jy_main_item .jy_main_item_content .jy_main_nav_item {
  float: left;
  width: 360px;
  height: 64px;
  background: #f7f8fa;
  line-height: 64px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-right: 40px;
  margin-bottom: 20px;
  cursor: pointer;
}
.jy_main .jy_main_item .jy_main_item_content .jy_main_nav_item i {
  color: #dcdee0;
  float: right;
  margin-right: 10px;
  font-size: 16px;
}
.jy_main .jy_main_item .jy_main_item_content .jy_main_nav_item:nth-child(3) {
  margin-right: 0;
}
.jy_main .jy_main_item .jy_main_item_content .jy_main_nav_item:nth-child(6) {
  margin-right: 0;
}
.jy_main .jy_main_item .jy_main_item_content .jy_main_nav_item:hover {
  color: #fff;
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
}
.gs_bgs {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  height: 638px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: 99999;
}
.gs_bgs .gs_bgs_close {
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.gs_bgs .tanchu02 {
  width: 690px;
  height: 550px;
  margin: 50px auto;
  overflow-y: auto;
}
.gs_bgs .tanchu02 .dengji01_warp {
  overflow: hidden;
}
.gs_bgs .tanchu02::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.gs_bgs .tanchu02::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.gs_bgs .tanchu02::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.wjtc {
  padding: 40px 80px;
  background: #fff;
}
.wjtc .wjtc_header {
  position: relative;
  height: 42px;
  margin-bottom: 40px;
}
.wjtc .wjtc_header .add_wj {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  color: #cb2428;
  text-align: center;
  line-height: 42px;
}
.wjtc .wjtc_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;
}
.wjtc .wjtc_header .search_wj {
  position: absolute;
  top: 0;
  left: 140px;
  width: 184px;
  height: 42px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdee0;
}
.wjtc .wjtc_header .search_wj input {
  height: 40px;
  outline: none;
  border: none;
  padding-left: 10px;
}
.wjtc .wjtc_header .returns {
  position: absolute;
  right: 00px;
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  color: #cb2428;
  text-align: center;
  line-height: 42px;
}
.wjtc .add_question .add_question_header {
  height: 42px;
}
.wjtc .add_question .add_question_header span {
  float: left;
  line-height: 42px;
}
.wjtc .add_question .add_question_header .add_question_header_btn {
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
  float: left;
  margin-left: 20px;
}
.wjtc .add_question .add_question_main img {
  display: block;
  width: 370px;
  height: 240px;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 87px;
}
.wjtc .add_question .add_question_main .question_contents {
  padding: 40px 0 0px 0;
  box-sizing: border-box;
}
.wjtc .add_question .add_question_main .question_contents .question_contents_item .question_contents_item_header {
  margin-bottom: 20px;
}
.wjtc .add_question .add_question_main .question_contents .question_contents_main .question_contents_main_item {
  margin-bottom: 18px;
  overflow: hidden;
}
.wjtc .add_question .add_question_main .question_contents .question_contents_main .question_contents_main_item input {
  float: left;
  width: 16px;
  height: 16px;
}
.wjtc .add_question .add_question_main .question_contents .question_contents_main .question_contents_main_item span {
  float: left;
  display: block;
  margin-left: 10px;
}
.wjtc .add_question .add_question_main .question_contents .xgsc {
  margin-left: 25px;
}
.wjtc .add_question .add_question_main .question_contents .xgsc span {
  color: #cb2428;
  cursor: pointer;
}
.wjtc .add_question .add_question_footer {
  margin-bottom: 40px;
  margin-top: 100px;
}
.wjtc .add_question .add_question_footer .add_question_footer_btn {
  float: left;
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
}
.wjtc .add_question .add_question_footer .add_question_footer_btn:nth-child(1) {
  margin-left: 390px;
  margin-right: 20px;
}
.yl_question {
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
}
.yl_question .question_contents .question_contents_item .question_contents_item_header {
  margin-bottom: 20px;
}
.yl_question .question_contents .question_contents_main .question_contents_main_item {
  margin-bottom: 18px;
  overflow: hidden;
}
.yl_question .question_contents .question_contents_main .question_contents_main_item input {
  float: left;
  width: 16px;
  height: 16px;
}
.yl_question .question_contents .question_contents_main .question_contents_main_item span {
  float: left;
  display: block;
  margin-left: 10px;
}
.yl_question .question_contents .xgsc {
  margin-left: 25px;
}
.yl_question .question_contents .xgsc span {
  color: #cb2428;
  cursor: pointer;
}
.yl_question .yl_question_footer {
  margin-top: 40px;
  margin-bottom: 20px;
}
.yl_question .yl_question_footer .yl_question_btn {
  float: left;
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
  position: relative;
}
.yl_question .yl_question_footer .yl_question_btn:nth-child(1) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ylfx {
  padding: 40px;
  background: #fff;
}
.ylfx h3 {
  font-size: 24px;
  color: #cb2428;
  text-align: center;
}
.ylfx .ylfx_main {
  border-radius: 2px;
}
.ylfx .ylfx_main .ylfx_main_content {
  width: 800px;
  height: 520px;
  background-image: url(/img/bgzx_swot.png);
  background-size: 100% 100%;
  margin: 0 auto;
}
.ylfx .ylfx_main .ylfx_main_content .ylfx_main_item {
  width: 50%;
  height: 200px;
  float: left;
  position: relative;
  top: 50px;
}
.ylfx .ylfx_main .ylfx_main_content .ylfx_main_item textarea {
  width: 260px;
  height: 80px;
  position: absolute;
  top: 85px;
  left: 50px;
  border: none;
}
.ylfx .ylfx_main .ylfx_main_content .ylfx_main_item:nth-child(3) {
  top: 100px;
}
.ylfx .ylfx_main .ylfx_main_content .ylfx_main_item:nth-child(4) {
  top: 100px;
}
.ylfx .ylfx_main .ylfx_main_content .ylfx_main_item #yl_ys {
  top: 75px;
}
.ylfx .ylfx_main .ylfx_main_content .ylfx_main_item #yl_ls {
  top: 75px;
  left: 125px;
}
.ylfx .ylfx_main .ylfx_main_content .ylfx_main_item #yl_wx {
  top: 75px;
  left: 125px;
}
.ylfx .colesd {
  width: 120px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
  margin: 0 auto;
}
.ylfx .ylfxs_main_item {
  margin-bottom: 20px;
}
textarea {
  outline: none;
  padding: 9px 0 9px 20px;
  box-sizing: border-box;
}
.table tr td {
  text-align: center;
}
.table tr th {
  text-align: center;
}
.cpyf_lcb {
  padding: 40px 80px;
  background-color: #fff;
}
.cpyf_lcb .cpyf_lcb_item {
  width: 420px;
  height: 42px;
  background: rgba(203, 36, 40, 0.1);
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
  margin: 0 auto;
  margin-bottom: 20px;
  cursor: pointer;
}
.cpyf_lcb .cpyf_lcb_item:hover {
  background: linear-gradient(180deg, #e74a51 0%, #cb2428 100%);
  color: #fff;
}
.cpyf_lcb .returns {
  width: 120px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #cb2428;
  border: 1px solid #cb2428;
  margin: 0 auto;
  margin-top: 120px;
}
.add_bm_model .cp_select {
  width: 340px;
}
.cpdys {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 9999;
  padding: 15px;
}
.cpdys .nav_cp {
  height: 40px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdee0;
}
.cpdys .nav_cp li {
  float: left;
  width: 105px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dcdee0;
  text-align: center;
  line-height: 40px;
  border-right: none;
  cursor: pointer;
}
.cpdys .nav_cp li:last-child {
  border-right: 1px solid #dcdee0;
}
.cpdys .nav_cp li.cp_active {
  height: 41px;
  background: #fff;
  color: #cb2428;
  border-bottom: none;
}
.cpdys .add_bm_main {
  padding: 0 50px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.cpdys .add_bm_main .add_bm_main_item {
  margin-bottom: 10px;
}
.cpdys .add_bm_main .add_bm_main_item span {
  display: inline-block;
  width: 114px;
}
.cpdys .add_bm_main .add_bm_main_item input {
  width: 342px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dcdee0;
  padding-left: 15px;
}
.cpdys .add_bm_main .add_bm_main_item .textar {
  width: 342px;
  height: 45px;
  border-radius: 2px;
  border: 1px solid #dcdee0;
}
.cpdys .add_bm_main .add_bm_main_item .textar:focus {
  border: 1px solid #dcdee0;
  outline: none;
}
#cpdj_model .add_bm_main .add_bm_main_item span:nth-child(1) {
  width: 90px;
}
#cpdj_model .add_bm_main .add_bm_main_item span:nth-child(2) {
  margin-left: 0px;
}
#cpdj_model .add_bm_main .add_bm_main_item input {
  width: 238px;
}
.sjzx {
  padding: 40px;
  background: #fff;
}
.sjzx .nav_cp {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdee0;
}
.sjzx .nav_cp li {
  float: left;
  width: 105px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dcdee0;
  text-align: center;
  line-height: 40px;
  border-right: none;
  cursor: pointer;
}
.sjzx .nav_cp li:last-child {
  border-right: 1px solid #dcdee0;
}
.sjzx .nav_cp li.cp_active {
  height: 41px;
  background: #fff;
  color: #cb2428;
  border-bottom: none;
}
#imgPreview {
  float: left;
  width: 120px;
  height: 140px;
  margin: 10px auto 0px auto;
  background-image: url(/img/img_icon/tupsc.png);
  background-size: 100% 100%;
}
#imgPreview #prompt3 {
  width: 100%;
  height: 140px;
  text-align: center;
  position: relative;
}
#imgPreview #prompt3 #imgSpan {
  position: absolute;
  top: 60px;
  left: 40px;
}
#imgPreview #prompt3 .filepath {
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
}
#imgPreview #img3 {
  height: 100%;
  width: 100%;
  display: none;
}
.fxbg_content {
  background-image: url("/img/bgzx_swot.png");
  border: none !important;
  height: 360px !important;
  background-size: 100% 100%;
}
.fxbg_content .fxbg_content_item {
  width: 50%;
  float: left;
  height: 180px;
  position: relative;
}
.fxbg_content .fxbg_content_item textarea {
  position: absolute;
  top: 60px;
  left: 10px;
  width: 180px;
  height: 88px;
  border: none;
  outline: none;
}
.fxbg_content .fxbg_content_item #ls_tea {
  left: 65px;
}
.fxbg_content .fxbg_content_item #wx_int {
  left: 70px;
}
.ylpjs_model {
  width: 560px;
  background: #fff;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px;
  box-sizing: border-box;
  display: none;
  z-index: 99999;
  padding-bottom: 42px;
}
.ylpjs_model .cancel_tc {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.ylpjs_model .ylpj_bt {
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.ylpjs_model .ylpj_content {
  display: block;
  margin-left: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ylpjs_model .ms_wt {
  width: 463px;
  word-break: break-all;
}
.ylpjs_model .pj_text {
  margin-left: 45px;
}
.ylpjs_model .yl_btn {
  margin-top: 50px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.ylpjs_model .yl_btn .yl_btn_item {
  float: left;
  width: 76px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #cb2428;
  text-align: center;
  line-height: 32px;
  color: #cb2428;
}
.ylpjs_model .yl_btn .yl_btn_item:nth-child(1) {
  margin-right: 20px;
}
.table {
  table-layout: fixed;
  word-break: break-all;
}
