*{
  box-sizing: border-box;
}
input{
  vertical-align: top;
}
.w{
    width: 1200px;
    margin: 0 auto;
}
.container {
  background: #F4F4F4;
}
.container .accountTitle {
  margin-bottom: 20px;
}
.container .accountTitle .w{
    background: #32B0E0;
}
.container .accountTitle .content {
  height: 102px;
  line-height: 102px;
  background: url(../../img/up3/img_zhgldw.png) no-repeat;
  background-size: 1200px 102px;
  padding: 0 40px;
  color: #fff;
}
.container .accountTitle .content .name {
  font-size: 28px;
  vertical-align: middle;
  font-weight: 700;
  margin-right: 36px;
}
.container .accountTitle .content .days {
  font-size: 18px;
  vertical-align: middle;
}
.container .accountTitle .content .authShow {
  display: none;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  padding: 23px 0;
  color: rgba(255, 255, 255, 0.5);
}
.container .accountTitle .content .authShow p:first-child {
  margin-bottom: 21px;
}
.container .accountTitle .content .authShow .val {
  color: #fff;
}
.container .result {
  margin-bottom: 30px;
}
.container .result .sidebar {
  width: 192px;
  height: 910px;
  background: #fff;
  margin-right: 20px;
  padding-top: 12px;
}
.container .result .sidebar .item {
  width: 100%;
  height: 45px;
}
.container .result .sidebar .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  color: #333;
  padding: 0 28px;
  font-size: 16px;
}
.container .result .sidebar .item a svg {
  margin-right: 10px;
  vertical-align: -3px;
}
.container .result .sidebar .active a {
  position: relative;
  background: #ECF4FF;
  color: #32B0E0;
}
.container .result .sidebar .active a::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #32B0E0;
  left: 0;
}
.container .result .main {
  width: 988px;
  min-height: 910px;
}
.container .result .main table {
  width: 100%;
  /* 设置表格宽度 */
  border-collapse: collapse;
  /* 合并边框 */
  /* table-layout:fixed;  */
  margin-bottom: 20px;
  /* 添加底部外边距 */
  border: 1px solid #ddd;
  /* 设置边框样式 */
  text-align: center;
  color: #333;
}
.container .result .main table th,
.container .result .main table td {
  height: 48px;
  border: 1px solid #ddd;
  /* 设置边框样式 */
  padding: 11.5px 10px;
  /* 设置单元格内边距 */
  text-align: center;
  /* 文字左对齐 */
  vertical-align: middle;
  /* 文字垂直居中 */
  font-size: 14px;
}
.container .result .main table th {
  background: #F3F6F9;
}
.container .result .main .historyBrowseTable .enterpriseName {
  width: 264px;
  max-width: 264px;
}
.container .result .main .historyBrowseTable .searchType {
  width: 96px;
  max-width: 96px;
}
.container .result .main .historyBrowseTable .date {
  width: 159px;
  max-width: 159px;
}
.container .result .main .historyBrowseTable .infoType {
  width: 96px;
  max-width: 96px;
}
.container .result .main .historyBrowseTable .info {
  max-width: 264px;
}
.container .result .main .historyBrowseTable .details {
  color: #016EEE;
}

.main {
  padding: 24px;
  background: #fff;
  height: 100%;
}
.main .title {
  font-size: 18px;
  color: #333;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 20px;
}
.main .title::before {
  position: absolute;
  content: '';
  width: 72px;
  height: 2px;
  background: #016EEE;
  left: 0;
  bottom: -1px;
}
.main .content .messageReminderTable .remindType {
  max-width: 159px;
  width: 159px;
}
.main .content .messageReminderTable .remindDate {
  max-width: 159px;
  width: 159px;
}
.main .content .messageReminderTable .remindContent {
  max-width: 622px;
  width: 622px;
}
.main .content .messageReminderTable .remindContent .expirationDate {
  color: #F64243;
}


.collectCenter .mtabs{
  font-size: 18px;
  color: #333;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 20px;
}
.collectCenter .mtabs span{
  margin-right: 60px;
  position: relative;
  cursor: pointer;
}
.collectCenter .mtabs .on{
  font-weight: bold;
}
.collectCenter .mtabs .on::before{
  background: #32B0E0;
  bottom: -17px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.collectCenterTable tr th:nth-child(1){
  width: 54px;
}
.collectCenterTable tr th:nth-child(2){
  width: 484px;
}
.collectCenterTable tr th:nth-child(3){
  width: 240px;
}
.collectCenterTable tr a{
  color: #32B0E0;
}
.collectCenterTable tr .tdjump{
  color: #333;
}
.collectCenterTable tr .tdjump:hover{
  color: #32B0E0;
}


.surveyCenter .mtabs{
  font-size: 18px;
  color: #333;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 20px;
}
.surveyCenter .mtabs span{
  margin-right: 60px;
  position: relative;
  cursor: pointer;
}
.surveyCenter .mtabs .on{
  font-weight: bold;
}
.surveyCenter .mtabs .on::before{
  background: #32B0E0;
  bottom: -17px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.surveyCenter .line2 tr th:nth-child(1){
  width: 54px;
}
.surveyCenter .line3 tr th:nth-child(1){
  width: 54px;
}
.surveyCenter .line3 tr th:nth-child(2){
  width: 722px;
}
.surveyCenter .line6 tr th:nth-child(1){
  width: 54px;
}
.surveyCenter .line6 tr th:nth-child(2){
  width: 158px;
}
.surveyCenter .line6 tr th:nth-child(3){
  width: 138px;
}
.surveyCenter .line6 tr th:nth-child(4){
  width: 248px;
}
.surveyCenter .line6 tr th:nth-child(5){
  width: 248px;
}
.surveyCenter tr a{
  color: #32B0E0;
}
.surveyCenter tr .blacktxt{
  color: #333;
}

.historyDownloadTable tr th:nth-child(1){
  width: 262px !important;
}
.historyDownloadTable tr th:nth-child(2){
  width: 90px !important;
}
.historyDownloadTable tr th:nth-child(3){
  width: 144px !important;
}
.historyDownloadTable tr th:nth-child(4){
  width: 90px !important;
}
.historyDownloadTable tr th:nth-child(5){
  width: 254px !important;
}
.historyDownloadTable .downloadIllustrate .info {
    width: 204px
}
.historyDownloadTable tr .sl{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.historyViews .main {
  padding: 24px;
  background: #fff;
  height: 100%;
}
.historyViews .main .title {
  font-size: 18px;
  color: #333;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 20px;
}
.historyViews .main .title::before {
  position: absolute;
  content: '';
  width: 72px;
  height: 2px;
  background: #016EEE;
  left: 0;
  bottom: -1px;
}
.historyViews .main .content .form {
  margin-bottom: 16px;
}
.historyViews .main .content .form .customstart,
.historyViews .main .content .form .customend {
  width: 132px;
  height: 38px;
  background: url(../../img/up3/icon_rq.png) no-repeat 107px 8px;
  background-size: 22px 21px;
}
.historyViews .main .content .form .customstart input,
.historyViews .main .content .form .customend input {
  width: 100%;
  height: 100%;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DCDEE2;
  padding: 0 10px;
  font-size: 13px;
  background: none;
}
.historyViews .main .content .form .customstart input::placeholder,
.historyViews .main .content .form .customend input::placeholder {
  font-size: 13px;
  color: #CCCCCC;
}
.historyViews .main .content .form .customstart {
  margin-right: 14px;
}
.historyViews .main .content .form .customend {
  margin-right: 28px;
}
.historyViews .main .content .form .submit input {
  width: 202px;
  height: 38px;
  background: #32B0E0;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.historyDownloadTable .downloadIllustrate .details,.historyDownloadTable .operate{
  color: #32B0E0;
}
.historyViews .main .content .form .tip {
    color: #999;
    font-size: 14px;
    height: 38px;
    line-height: 38px
}
.historyViews .main .content .form .tip img {
    padding-bottom: 2px
}

/* 搜索为空状态 */
#empty {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
#empty .wrap {
  margin: 0 auto;
  margin-top: 400px;
  width: 306px;
  min-height: 62px;

}
#empty .wrap .content {
  padding: 20px 24px;
  border: 1px solid #333333;
  border-radius: 10px 10px 10px 10px;
  background: #333333;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.8;
  color: #fff;
}
#empty .wrap .success{
  /* display: none; */
  background: rgba(203,246,199,0.8);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  color: rgba(29, 197, 13, 1);
  border: none;
}
#empty .wrap .content .tips {
  width: 220px;
  font-size: 14px;
  margin-left: 12px;
  line-height: 22px;
}
#empty .icon{
  width: 22px;
}


.main .accountSettings {
  height: 100%;
}
.main .accountSettings .title {
  font-size: 18px;
  color: #333;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 20px;
}
.main .accountSettings .title::before {
  position: absolute;
  content: '';
  width: 72px;
  height: 2px;
  background: #32B0E0;
  left: 0;
  bottom: -1px;
}
.main .accountSettings .setting {
  border-bottom: 1px solid #F3F3F3;
}
.main .accountSettings .setting .setTitle {
  font-size: 15px;
  color: #333;
  margin-bottom: 24px;
}
.main .accountSettings .setting form .formItem {
  margin-bottom: 16px;
}
.main .accountSettings .setting form .formItem input {
  width: 370px;
  height: 38px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #DEDEDE;
  margin-right: 20px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
}
.main .accountSettings .setting form .formItem .verification {
  border: 1px solid #F64243;
}
.main .accountSettings .setting form .formItem .disabled {
  background: #F6F6F6;
  color: #999;
}
.main .accountSettings .setting form .formItem label {
  display: inline-block;
  width: 77px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #666;
  margin-right: 32px;
}
.main .accountSettings .setting form .formItem #submit {
  height: 41px;
  background: #32B0E0;
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
}
.main .accountSettings .setting form .formItem .changeStatus {
  font-size: 14px;
}
.main .accountSettings .setting form .formItem .changeStatus span {
  cursor: pointer;
}
.main .accountSettings .setting form .formItem .changeStatus .change {
  color: #32B0E0;
}
.main .accountSettings .setting form .formItem .changeStatus .close {
  color: #999999;
  margin-right: 20px;
}
.main .accountSettings .setting form .formItem .changeStatus .enter {
  color: #016EEE;
}
.main .accountSettings .setting form .formItem .changed {
  display: none;
}
.main .accountSettings .setting form .tips {
  display: none;
  color: #F64243;
  font-size: 14px;
  padding-left: 114px;
}
.main .accountSettings .baseSetting {
  margin-bottom: 24px;
}
.main .accountSettings .securitySettings {
  margin-bottom: 24px;
}
.main .accountSettings .securitySettings label {
  padding-left: 5px;
}

.warpm {
    width: 100%;
    height: 40px;
    background: #000;
}
.centerm {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}
.leftm {
    width: 9%;
    height: 40px;
    float: left;
}
.leftm .toto {
    float: left;
    line-height: 40px;
    position: relative;
    color: #fff;
    padding-left: 19px;
}
.leftm .toto img{
  position: absolute;
  left: 0;
  top: 13px;
  width: 14px;
  height: 14px;
}
.leftm .tete {
    float: left;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
}
.hotlinem {
    line-height: 40px;
    float: left;
    color: #ffa10e;
    margin-right: 100px;
    font-weight: bold;
}
.shoucangm {
    float: right;
    margin-top: 12px;
    margin-right: 24px;
}
.xiazaim {
    float: right;
    margin-top: 12px;
    margin-right: 20px;
}
.rightm {
    width: 56% !important;
    height: 40px;
    float: right;
    margin-right: 11px;
}
.rightm li {
    width: 82px;
    line-height: 40px;
    float: left;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
    cursor: pointer;
}
.rightm li.wum {
    margin-left: 7px;
}
.qiehuanm {
    width: 82px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qiehuanmas {
    height: 40px;
}
.rightm li.qiehuanmas {
    position: relative;
}
.rightm li.qiehuanmm {
    position: relative;
}
.canm {
    width: 80px;
    margin-top: 1px;
    position: absolute;
    display: none;
    background: #fff;
    z-index: 10;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.canm li {
    width: 78px;
    float: left;
    line-height: 40px;
    text-align: center;
    padding: 0px;
    color: #000;
    border: none;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}
.canm li:hover {
    background: #f2f2f2;
}
.denglum {
    width: 68px;
    height: 50px;
    color: #fff;
    background: #f33939;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: -4px;
    right: 122px;
}
.fabu {
    width: 68px;
    height: 44px;
    color: #fff;
    background: #FF9900;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: -4px;
    right: 0px;
    cursor: pointer;
}
.fabur {
    width: 68px;
    height: 50px;
    color: #fff;
    background: #f33939;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: -4px;
    right: 170px;
}
.zhucem {
    width: 111px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    float: right;
    position: absolute;
    top: 0px;
    right: 150px;
}
.uiui {
    width: 70px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    float: right;
}
.opop {
    width: 70px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-right: 40px;
    cursor: pointer;
}
.nicheng {
    width: 50px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-right: 100px;
}
.right_rm {
    width: 55px;
    height: 40px;
    float: right;
}
.right_rm h1 {
    line-height: 40px;
    text-align: center;
    width: 50px;
    float: left;
    color: #fff;
}
.right_rm .lei {
    width: 18px;
    height: 16px;
    float: left;
    margin-left: 24px;
    margin-top: 12px;
}
.moren {
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0px;
    left: -70px;
    color: #fff;
}
.toto {
    position: relative;
}
.leftm_x {
    width: 100px;
    background: #000;
    position: absolute;
    top: 40px;
    left: -25px;
    z-index: 10;
    display: none;
}
.leftm_x1 {
    width: 82px;
    background: #000;
    position: absolute;
    top: 40px;
    left: -1px;
    display: none;
    z-index: 13;
    border-right: 1px solid #000;
}
.leftm_x1 li {
    width: 82px;
    border-right: 1px solid #000;
}
#leftm_x2 {
    width: 82px;
    height: 120px;
    background: #000;
    position: absolute;
    top: 40px;
    left: 0px;
    display: none;
    z-index: 13;
}
#leftm_x2 li {
    border-right: none;
}
.leftm_x li {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    color: #fff;
    cursor: pointer;
    border-right: none;
}
.leftm_x li:hover {
    background: #999;
}
.leftm_x1 li:hover {
    background: #999;
}
#leftm_x2 li:hover {
    background: #999;
}
.toto:hover .leftm_x {
    display: block;
}
.qiehuanmas:hover .leftm_x1 {
    display: block;
}
.qiehuanmm:hover #leftm_x2 {
    display: block;
}
.kuan {
    width: 150px;
    height: 40px;
    float: right;
}
.resettj{
    float: right;
    margin-right: 350px;
    margin-top: -20px;
    cursor: pointer;
}
.con{
	width: 100%;
	height: 108px;
}
.cont{
	width: 1200px;
	height: 108px;
	margin: 0 auto;
}
.logo{
	float: left;
	margin-top: 22px;
}
.cont_input{
	width: 500px;
	height: 90px;
	background: #fff;
	margin: 0  auto;
	margin-top: 16px;
	position: relative;
}
.c_input_up{
	width: 300px;
	height: 26px;
	background: #fff;
}
.c_input_up li{
	float: left;
	line-height: 26px;
	width: 56px;
	text-align: center;
	cursor: pointer;
	margin-right: 10px;
}
.c_input_up li:hover{
	color: #32B0E0;
}
.c_input_up li.navlist{
	background: #32B0E0;
	border-radius: 2px 2px 2px 2px;
	color: #fff;
}
.c_input{
	width: 626px;
	height: 36px;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #32B0E0;
  position: relative;
}
.sousuo_input{
	width: 532px;
	height: 34px;
	border: none;
	float: left;
	font-size: 14px;
	text-indent: 15px;
}
.c_sousuo{
  min-width: 100px;
	min-height: 34px;
	width: 94px;
	height: 34px;
	background: #32B0E0;
	float: left;
	line-height: 34px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer	;
  position: absolute !important;
  top: 0;
  right: 0;
}
.c_sousuo > img {
	position: relative;
	top: -1px;
}
.lansefangdajing{
	margin-left: 22px;
	margin-top: 7px;
}
.mike{
	width: 200px;
	height: 24px;
}
.mike li{
	line-height: 24px;
	float: left;
	padding: 0 10px;
	cursor: pointer;
}
.mike li:hover{
	color: #2f77ff;
}
a:hover{
	color: #2f77ff;
}
.last{
	width: 100%;
	height: 118px;
	background: #c0c0c0;
}
.juzhong{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	padding-top: 20px;
}
.juzhong p{
	text-align: center;
	line-height: 24px;
	color: #808080;
}
.gxw_hotwords {
	width: 626px;
	margin-top: 5px;
	overflow: hidden;
}
.gxw_hotwords .gxw_hotwords_list {
	float: left;
	overflow: hidden;
}
.gxw_hotwords .gxw_toggle {
	display: none;
	float: right;
	cursor: pointer;
}
.gxw_hotwords .gxw_toggle > span {
	color: #32B0E0;
}
.gxw_hotwords .gxw_toggle > img {
	position:relative; 
	top: -1px;
}
.gxw_hotwords_list .gxw_hotwords_tip,
.gxw_hotwords_list .gxw_hotwords_detail {
	float: left;
}
.gxw_hotwords_list .gxw_hotwords_tip {
	margin-right: 15px;
	color: #999999;
}
.gxw_hotwords_list .gxw_hotwords_detail {
	width: 520px;
	height: 25px;
	color: #666666;	
}
.gxw_hotwords_list .gxw_hotwords_detail .gxw_hotwords_item {
	cursor: pointer;
    display: inline-block;
	color: #666666;
    margin-right: 10px;
    max-width: 110px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bigPage .current{
  background: #32B0E0;
}
.footers{
  margin-top: 0;
}
.bigleftm_x1,.bigleftm_x1 li{
  width: 120px;
}

    
