/* 会员中心
 ============================================================================ */

html {
    height: 100%;
}

body {
    height: 100%;
    background: rgba(241, 241, 241, 1);
    font-family: Microsoft YaHei;
}

header {
    line-height: 70px;
    background-color: #fff;
    margin-bottom: 20px;
}

header img {
    height: 55px;
    width: auto;
    margin: 15px 0 -10px 0;
}

header > div > span {
    color: #666;
    font-size: 14px;
    display: inline-block;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../../static/image/qrm-arrow-down.png") no-repeat calc(100% - 10px) center !important;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 25px !important;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

/*所有的警告提示框都先隐藏*/
.am-container {
    background-color: #fff;
}

footer {
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}

#logoutBtn {
    display: inline-block;
    margin-left: 16px;
    padding-left: 16px;
    line-height: 22px;
    border-left: 1px solid #d7d7d7;
    cursor: pointer;
}

.am-pagination-right {
    text-align: center;
}

.initURL {
	color: #222222;
}

.initURL:hover {
	color: #4A90E2!important;
}

.icon-tubiao {
    display: inline-block;
    margin-bottom: -4px;
    width: 18px;
    /* 新版 */
    /* margin-left: 4px; */
    /* 新版不要 */
}

.icon-shezhi {
    display: inline-block;
    /* margin-bottom: 5px; */
    width: 16px;
    /* 新版 */
    /* margin-left: 10px; */
    /* 新版不要 */
    margin-left: 4px;
    /* margin-right: 3px; */
}

.icon-a {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 8px;
}

.nav-page {
    min-height: 800px;
    background: #fff;
    border-radius: 5px;
}
/*消息中心弹框
 ============================================================================*/
 .message-center-model{
    width: 20%;
    /* height: 40%; */
    background-color: #fff;
    position: absolute;
    right: 10%;
    top: 5%;
    z-index: 9999;
    border-radius: 2%;
    -moz-box-shadow: 2px 2px 10px #909090;/*firefox*/
    -webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/
    box-shadow:2px 2px 10px #909090;/*opera或ie9*/
    display: none;
    line-height: 70px;
	padding-bottom: 10px;
 }
 .model-title{
     padding: 0 20px;

 }
 .model-title img{
    width:16px;
    height: 14px;
    margin: 11px 0 -2px 0;

}
.model-point{
    width: 6px;
    height: 6px;
    background: #FF0000;
    border-radius: 50%;
    margin:28px 0 0 3px;
}
.message-list-model{
    line-height: 35px;
	border-top: 1px solid #eee;
}
.message-list-model h4:hover{
	color: #4A90E2;
	cursor: pointer;
}
.message-list-model div:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.message-list-model span {
	color: #CCCCCC;
}
.message-bottom {
	text-align: center;
	color:#CCCCCC;
	cursor: pointer;
}
.model-line{
    padding: 0 20px 0;
    margin: 20px 0;
    line-height: 1px;
    border-left: 200px solid rgb(105, 103, 103);
    border-right: 200px solid #ddd;
    text-align: center;
}
.model-line span{
    padding:10px;
    word-break:normal;
    width:auto;
    display:block;
    white-space:pre-wrap;
    word-wrap : break-word ;
    overflow: hidden ;
}
/*我的消息列表*/
.am-nav-tabs>li>a{
    display: flex;
}
.am-nav-tabs>li>a>.model-point{
    margin-top:5px
}

/* 右侧内容页 3个tab页
 ============================================================================ */
/* 修改密码 */
#code {
    font-size: 14px
}

/* .title-tabs,
.report-h4 {
  border-bottom: 1px solid #d8d8d8;
} */
.report-h4 {
    padding: 24px 0px 0px 24px;
}

/* .titile-h2, */
.report-h3 {
    color: #333;
    /* font-weight: bold; */
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.title-tabs a {
    color: #666;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    margin: 0 30px;
}

.title-tabs a.curr {
    color: #64a9ff;
    border-bottom: 2px solid #64a9ff;
}

/* 我的消息
 ============================================================================ */
.my-message {
    background: #fff;
    border-radius: 7px;
    padding: 20px 20px 20px 30px;
}
.my-message > h3 {
    color: #666;
    font-size: 14px;
    margin: 30px auto 30px 30px;
}

.my-message .msg-list {
    margin: 40px 40px 0 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.my-message .msg-list h5 {
    color: #64a9ff;
}

.my-message .msg-list h5 span {
    color: #666;
    margin-left: 30px;
}

.my-message .msg-list h5 span b {
    font-weight: normal;
    color: #333;
}

.my-message .msg-list p {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 26px;
}

.my-message .msg-list .h6 {
    padding-top: 10px;
    width: 750px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-weight: bold;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    cursor: pointer;
    display: block;
}

.my-message .msg-list .h6-no-bold {
    padding-top: 10px;
    width: 750px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-weight: normal;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    cursor: pointer;
    display: block;
}

/* 修改信息
 ============================================================================ */
.pass {
    padding: 20px 20px 20px 20px;
    background: #fff;
    border-radius: 7px;
}

.edit-form {
    margin-top: 30px;
}

.edit-form span {
    display: block;
    margin-top: 0.6em;
}

.edit-form div input[type="text"],
.edit-form div input[type="email"] {
    border: none;
}

.edit-form label,
.edit-form div span,
.edit-form div input {
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.edit-submit-box {
    width: 400px;
    margin-left: 200px;
    margin-bottom: 30px;
}

.edit-submit-box button {
    border-radius: 5px;
    width: 100px;
    display: inline-block;
    height: 32px;
}

.edit-submit-box button:first-child {
    color: #fff;
    background: rgba(100, 169, 255, 1);
}

.edit-submit-box button:last-child {
    margin-left: 100px;
    color: #666;
    /* border: 1px solid rgba(100, 169, 255, 1); */
}

.membership {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* 报告列表页
 ============================================================================ */

.report-box1 {
    padding: 44px 0px 30px 0;
    background: #fff;
    border-radius: 7px;
    height: 100%;
}

.report-box {
    /*padding: 44px 0px 30px 42px;*/
    background: #fff;
    border-radius: 7px;
    height: auto;
	min-height: 800px;
}

#reportSelect2 {
    margin: 30px 0px 30px 30px;
    /* font-weight: 700; */
    font-size: 14px;
}

.report-box1 #reportSelect {
    border: 1px solid #7f94ab;
    color: #7f94ab;
    width: 120px;
    height: 36px;
    margin: 30px 30px 30px 0px;
    border-radius: 6px;
    outline: none;
}

#databasereportSelect2 {
    margin: 30px 0px 30px 30px;
    /* font-weight: 700; */
    font-size: 14px;
}

.report-box1 #databasereportSelect {
    border: 1px solid #7f94ab;
    color: #7f94ab;
    width: 120px;
    height: 36px;
    margin: 30px 30px 30px 0px;
    border-radius: 6px;
    outline: none;
}

.report-box1 .list {
    padding: 15px 32px;
    cursor: pointer;
}

.report-box1 .list > img {
    /* width: 180px; */
    height: 117px;
    margin-right: 24px;
    border: 1px solid #979797;
    border-radius: 1px;
}

.report-box1 .list > div > h5 {
    margin-top: 7px;
    font-weight: 700;
    font-size: 20px;
    color: #454545;
    line-height: 28px;
}

.report-box1 .list .browse {
    margin-bottom: 10px;
    font-size: 14px;
}

.report-box1 .list > div > p {
    font-size: 14px;
    color: #868686;
    width: 500px;
    margin: 9px 0 17px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-box1 .list > div > span > b {
    font-size: 14px;
    width: 500px;
    margin: 10px 0;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-box1 .list > div > div {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}

.report-box1 .list > div > div b {
    /* color: #333; */
    font-weight: normal;
    font-size: 14px;
}

.report-box1 .tab-list {
    margin-bottom: 42px;
}

.report-box1 .tab-list li {
    margin-right: 35px;
}

.report-box1 .tab-list li a {
    font-size: 14px;
    color: #b6b6b6;
}

.report-box1 .tab-list li a:hover {
    color: #64a9ff;
}

/* 报告详情页
 ============================================================================ */
.bgc {
    background-color: #fff;
    border-radius: 7px;
    padding: 20px 30px 40px 30px;
    /*background: url('../image/bjtMap.jpg');*/
    background-size: 80% auto;
    height: auto;
}

.bgc > h5 {
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 50px;
}

.bgc > h6 {
    text-align: center;
    color: #999;
    font-size: 14px
}

.bgc > h6 > b {
    font-weight: normal;
    margin-left: 20px;
    margin-right: 10px;
    color: #444;
}

.report-a {
    border-radius: 6px;
    display: inline-block;
    width: 100px;
    height: 25px;
    line-height: 21px;
    cursor: pointer;

    /* text-align: center; */
}

.report-a > a:hover {
    /* color: #0e5300; */
}

.report-a > a {
    color: #64a9ff;
    font-size: 14px;
}

.bgc > p {
    margin: 30px;
}

.bgc .down-btn {
    margin-left: 30px;
    width: 240px;
    height: 80px;
    background: url(../image/button_download_normal@1x.png) no-repeat center !important;
    background-size: 100% !important;
    cursor: pointer;
}

.bgc .down-btn:hover {
    width: 240px;
    height: 80px;
    background: url(../image/button_download__@1x.png) no-repeat center !important;
    background-size: 100% !important;
    cursor: pointer;
}

.bgc .download-box {
	/* width: 60%; */
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(74, 144, 226, 0.2);
	border-radius: 10px;
	cursor: pointer;
	padding: 15px 20px;
	/* position: fixed; */
	/* bottom: calc(15vh); */
	margin-top: 100px;
}

.bgc .download-box .download {
	width: 78px;
	height: 32px;
	border-radius: 4px;
	color: #fff;
	background: #4A90E2;
}

.bgc .download-box .download-name {
	color: #4A90E2;
	line-height: 32px;
	display: flex;
}

.bgc .download-box .download-name img {
	width: 28px;
	margin-right: 10px;
}

.bgc .policy-btn {
    cursor: pointer;
    font-size: 14px;
    color: rgba(100, 169, 255, 1);
    line-height: 60px;
    margin-left: 40px;
}

.bgc .invitation {
    margin-top: 10px;
    padding: 30px;
    background-color: #FAFAFA;
    border-radius: 7px;
    height: 100%;
}

.bgc .invitation:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.bgc .invitation .label {
    width: 100%;
    font-size: small;
}

.bgc .invitation > div {
    float: left;
    /* width: 33.3%; */
    width: 100%;
    line-height: 30px;
}

.change-article {
    margin: 20px 30px;
    width: 100%;
}

.change-article a {
    width: 48%;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.change-article .float-right {
    text-align: right;
    padding-right: 30px;
}

.change-article .float-right span {
    color: #64a9ff;
}

/* 产业链数据库 / ip用户管理表格 / ip登录管理
=========================================================================== */
.cyldataBase {
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    color: #515151;
    margin-bottom: 50px;
}

.idcName {
    width: 235px;
    font-size: 14px;
    color: #515151;
    letter-spacing: 0;
    margin-right: 46px;
    margin-bottom: 33px;
    margin-top: 9px;
    word-wrap: break-word;
}

#databaseList .list-chain {
    /* display: inline-block; */
    float: left;
    transition: all 400ms;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
}

#databaseList .list-chain:hover {
    transform: translate3d(0, -10px, 0);
}

#databaseList .list-chain .imglist {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 41px;
    border-radius: 6px;
}

#databaseList .list-chain:hover > .imglist {
    box-shadow: #666 0px 0px 5px;

}

#databaseList .list-chain .imglist > img {
    /* width: 237px; */
    height: 164px;
    border-radius: 6px;
}

.tab-list > li {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
}

.datatable {
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #eef1f6;
    font-size: 14px;
}

.database {
    margin-bottom: 6px;
    width: 592px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.datatablebody {
    margin-bottom: 30px;
    background-color: #eef1f6;
    font-size: 12px;
}

.ipdatatablebody {
    background-color: #fff;
    border-top: none !important;
}

.biaotou {
    background-color: #eef1f6;
    font-size: 14px;
}

.ipbiaotou {
    background-color: rgb(238, 238, 238);
}

.w {
    /* width: 33%; */
    text-align: center;
    border-bottom: none !important;
}

.ip-th {
    width: 16.7%;
    text-align: center;
    border-bottom: none !important;
}

.ip-th .allow {
    color: #4A90E2;
    cursor: pointer;
}

.ip-th .refuse {
    color: red;
    cursor: pointer;
}

.ip-th .cancelAdopt {
    color: red;
    cursor: pointer;
}

.ip-th .Rejected {
    color: #B7B7B7;
}

.ip-th1 {
    width: 20%;
    text-align: center;
    border-bottom: none !important;
}

.ip-del {
    cursor: pointer;
}

.am-table > tbody > tr > td {
    vertical-align: middle;
}

.report-box1 ul > li.tab-activity {
    border-bottom: 2px solid #64a9ff;
}

.report-box1 ul > li.tab-activity > a {
    color: #64a9ff;
    border-bottom: #64a9ff;
}

.ip-a {
    font-size: 14px;
    color: #B7B7B7;
    margin-right: 31px;
    cursor: pointer;
}

.ip-a:hover {
    color: #4A90E2;
}

.ip-a-tab {
    color: #4A90E2;
}

#ip-idt {
    margin-bottom: 15px;
}

.addname {
    width: 70px;
    height: 32px;
    color: #4A90E2;
    text-align: center;
    line-height: 32px;
    border: 1px solid #4A90E2;
    border-radius: 16px;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 30px;
    font-size: 14px
}

/* 产业链数据库详情
=========================================================================== */
#ip_init,
#doc-confirm-toggle {
    cursor: pointer;
}

/* 滚动条样式 */
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
    background: #c7c7c7;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
    /* border-radius: 10px; */
    /* background: #EDEDED; */
}

/* 滚动条样式结束 */
.sanjiao {
    vertical-align: middle;
    width: 38px;
}

/* .hide {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */
.industrychain {
    padding: 10px;
    text-align: center;
}

.industrychain .chain {
    display: inline-block;
    border-radius: 5px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.industrychain .name {
    margin-left: 20px;
}

.industrychain .industry {
    /* width: 40px; */
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0 4px;
    border-radius: 10px;
    background: #4A90E2;
}

.industrychain .tips {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 10px;
}

/* 地图 */
.distributionMap {
    position: relative;
    width: 110px;
    height: 32px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 23px;
}

.atlas {
    position: absolute;
    left: -1px;
    top: -1px;
    color: #d9d9d9;
    width: 56px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 23px;
    cursor: pointer;
}

.distributionMap .active {
    color: #fff;
    border-color: #A4C7F0;
    background-color: #A4C7F0;
}

/* .atlas:hover{
  border-color: #A4C7F0;
  background-color: #A4C7F0;
} */
.map, .link {
    position: absolute;
    top: -1px;
    color: #d9d9d9;
    width: 56px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 23px;
    cursor: pointer;
}

.map {
    right: -1px;
}

.link {
    right: -1px;
}

/* .map:hover{
  border-color: #A4C7F0;
  background-color: #A4C7F0;
} */
.ul {
    position: relative;
    z-index: 99;
    width: 166px;
    height: 34px;
    top: 60px;
    left: 25px;
    border: 1px solid #d9d9d9;
    border-radius: 23px;
}

.province {
    position: absolute;
    top: -1px;
    left: -1px;
    color: #d9d9d9;
    width: 90px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    border-radius: 23px;
    cursor: pointer;
}

/* .province:hover {
  border-color: #A4C7F0;
  background-color: #A4C7F0;
} */
.inTab {
    color: #fff !important;
    border-color: #A4C7F0;
    background-color: #A4C7F0;
}

.city {
    position: absolute;
    top: -1px;
    right: -1px;
    color: #d9d9d9;
    width: 90px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    border-radius: 23px;
    cursor: pointer;
}


.ul-p {
    position: absolute;
    z-index: 99;
    width: 166px;
    height: 34px;
    /* top: 115px; */
    top: 88px;
    left: 50px;
    border: 1px solid #d9d9d9;
    border-radius: 23px;
}

/* 产业园 */
.ul-industryPark,
.ul-hydrogenationStationMap {
    position: absolute;
    z-index: 99;
    width: 166px;
    height: 34px;
    top: 40px;
    left: 50px;
    border: 1px solid #d9d9d9;
    border-radius: 23px;
}

.province-p {
    position: absolute;
    top: -1px;
    left: -6px;
    color: #d9d9d9;
    width: 90px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    border-radius: 23px;
    cursor: pointer;
}

.inTab-p {
    color: #fff !important;
    border-color: #A4C7F0;
    background-color: #A4C7F0;
}

.city-p {
    position: absolute;
    top: -1px;
    right: -6px;
    color: #d9d9d9;
    width: 90px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    border-radius: 23px;
    cursor: pointer;
}

.toop {
    width: 100px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.tr-center {
    /* text-align: center; */
    width: 16.6%;
    font-size: 14px
}

.td-center {
    /* text-align: center; */
    position: relative;
    width: 13.6%;
    font-size: 12px
}

.tr-center1 {
    /* text-align: center; */
    width: 13.4%;
    font-size: 14px
}

.td-center1 {
    position: relative;
    width: 14.4%;
    font-size: 12px
}

.panel-td {
    /* text-align: center; */
    font-size: 12px;
}

.tbt {
    margin-top: 50px;
}

.panel-th {
    /* text-align: center; */
    font-size: 14px;
}

.hover_div {
    padding: 10px 10px 10px 15px;
    position: absolute;
    width: 360px;
    /* top: -50px; */
    bottom: 50px;
    left: -100px;
    background-color: #fff;
    color: #7b7b7b;
    font-size: 14px;
    border-radius: 7px;
    box-shadow: 0 0 12px 0 rgba(185, 185, 185, 0.5);
    z-index: 99;
}

#park-idt {
    margin-bottom: 15px;
}

#pubDate,
#newsDate {
    position: absolute;
    right: 200px;
    padding-left: 5px;
    /* border: 1px solid rgb(221, 221, 221); */
    /* color: #7f94ab; */
    width: 120px;
    height: 37px;
    /* border-radius: 6px; */
    outline: none;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
    background: #fff;
}

#standardType {
    position: absolute;
    left: 32px;
    padding-left: 5px;
    width: 120px;
    height: 37px;
    outline: none;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
    background: #fff;
}

.inp-policy,
.inp-newslist,
.inp-policylist {
    position: absolute;
    right: 336px;
    padding-left: 10px;
    width: 220px;
    height: 37px;
    outline: none;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
}

/* 上榜列表 */
#pubDatelist {
    position: absolute;
    left: 240px;
    padding-left: 5px;
    width: 120px;
    height: 37px;
    outline: none;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
    background: #fff;
}

.CarEnterprises {
    right: 352px;
    width: 180px;
}

.Supplier {
    right: 164px;
    width: 180px;
}

.bgc-list {
    border-radius: 7px;
    padding: 20px 0px 0px 0px;
}

.busBox-list {
    padding: 30px 30px 20px 42px;
    background: url('../image/bjtMap.jpg');
    background-size: 80% auto;
}

.tr-link {
    width: 828px;
    word-wrap: break-word;

}

.tr-link > td {
    padding: 5px 0 !important;
}

.th-link > th {
    padding: 10px 0 !important;
}

.tr-link:hover .table-td {
    color: #0e90d2;
    cursor: pointer;
}

.tr-link:hover .table-td1 {
    color: #0e90d2;
    cursor: pointer;
}

.table-title {
    width: 130px;
    font-size: 14px;
    text-align: center;
}

.table-titlelg {
    width: 178px;
}

.table-td {
    padding: 0 5px;
    width: 130px;
    font-size: 12px;
    color: #0e90d2;
    text-align: center;
}

.table-tdlg {
    width: 178px;
}

.table-td1 {
    padding: 0 5px;
    width: 130px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
}

.table-td1lg {
    width: 178px;
}

.am-table > thead > .th-link > th {
    border: none;
}

.bjc-iconimg {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../image/icon_return@2x.png) no-repeat center;
}

.busDetailsIcon {
    cursor: pointer;
    font-size: 14px;
}

.table-details {
    width: 100%;
    border: 1px solid #aaa;
}

.table-details th,
.table-details td {
    height: 30px;
    line-height: 30px;
    border: 1px solid #aaa;
    text-align: center;
    padding: 0;
}

.see-yes {
    color: #0e90d2;
    cursor: pointer;
}

.see-no {
    color: #d8d8d8;
}

.numberStatisticsChart {
    height: 500px;
}

.typeStatisticalChart {
    /* height: 800px; */
}

.passengerCarChart1,
.passengerCarChart2,
.passengerCarChart3,
.typeContrastChart1,
.typeContrastChart2,
.typeContrastChart4 {
    border: 1px solid #aaa;
    border-radius: 3px;
}

.tabin2 {
    margin-bottom: 10px;
}

.tabin3 {
    position: absolute;
    z-index: 99;
}

.MIITcatalog-ul .MIITcatalog-li {
    display: block;
    margin-left: 70px;
}

.MIITcatalog-ul .MIITcatalog-li a {
    font-size: 14px;
    color: #b6b6b6;
    cursor: pointer;
}

.MIITcatalog-ul .selection-li a {
    color: #64a9ff;
}

/* 上榜列表结束 */
/* 上榜统计 */
#busYear {
    position: absolute;
    right: 96px;
    padding-left: 5px;
    width: 100px;
    height: 37px;
    outline: none;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
    background: #fff;
    z-index: 999;
    cursor: pointer;
}

/* 上榜统计结束 */
/* 上榜供应关系结束 */
.chartDiv {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.supplierSupplyChainCharts {
    min-height: 500px;
}

/* 上榜供应关系结束结束 */
input::-webkit-input-placeholder {
    color: #606266;;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #606266;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #606266;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #606266;
}

#industryParklist {
    padding-top: 18px;
}

#newslist,
#standardlist {
    padding-top: 57px;
}

.policydetails,
.newsdetails,
.standarddetails {
    font-size: 14px;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #e0e0e0;
}

.pol_left {
    float: left;
    font-size: 18px;
    color: #616161;
    letter-spacing: 0;
}

.pol_right {
    float: right;
    font-size: 14px;
    color: #B7B7B7;
    letter-spacing: 0;
}

.policydetails:hover {
    color: #aaa;
}

/* 产业园结束 */
#inCity {
    margin-top: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    /* background: url('../image/bjtMap.jpg') no-repeat center !important;
    background-size: 100% 100% !important; */
}

#main {
    margin-top: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    /* background: url('../image/bjtMap.jpg') no-repeat center !important;
    background-size: 100% 100% !important; */
}

#industryParkMap {
    /* margin-top: 10px; */
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    /* background: url('../image/bjtMap.jpg') no-repeat center !important; */
    /* background-size: 100% 100% !important; */
}

#industryParkCity {
    margin-top: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    /* background: url('../image/bjtMap.jpg') no-repeat center !important;
    background-size: 100% 100% !important; */
}

.report-box1 .park-tab {
    margin-bottom: 10px;
}

.park-tab > li {
    cursor: pointer;
}

.park-a {
    font-size: 14px;
    color: #B7B7B7;
    margin-right: 31px;
    cursor: pointer;
}

.park-a:hover {
    color: #4A90E2;
}

.park-a-tab {
    color: #4A90E2;
}

.park-table {
    margin-top: 20px;
}

.bbt {
    margin-bottom: 0;
}

.btm {
    margin: 20px 0;
}

/* 加氢站 */
.selectJQZBOX {
    width: 120px;
    padding: 5px 10px;
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1001;
    box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.15);
}

.selectUL {
    font-size: 14px;
}

.selectLI {
    display: block;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px;
}

.JQZ {
    margin-right: 0;
}

.select-icon {
    margin-left: 4px;
    width: 18px;
}

.select-icon img {
    width: 18px;
}

.bjimg {
    background: rgba(255, 255, 255, 0);
}

#selectOp {
    position: absolute;
    left: 340px;
    /* top: 80px; */
    width: 156px;
    height: 37px;
    z-index: 999;
    border-radius: 5px;
    outline: none;
    padding-left: 6px;
    border: 1px solid rgb(221, 221, 221);
    cursor: pointer;
}

.boxzhexiantu {
    position: absolute;
    z-index: 999;
    top: 55px;
    right: 100px;
}

.page_s1 {
    text-align: center;
}

.jqz-total {
    position: absolute;
    bottom: 106px;
    right: 40px;
    font-size: 13px;
}

/* 加氢站结束 */
/* 地图结束 */
.chartin {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 840px;
    overflow: auto;
    padding: 30px 0px 0px 0px;
}

.chartin .li {
    width: 33.3333333333333%;
    margin-bottom: 60px;
    position: relative;
    box-sizing: border-box;
}

.chartin .div {
    display: inline-block;
    width: 74%;
    max-height: 300px;
    /* line-height: 40px; */
    height: 300px;
    text-align: center;
    box-shadow: 0 0 12px 0 rgba(185, 185, 185, 0.5);
    /* 标准的语法 */
    border-radius: 7px;
    color: #fff;
}

.chartin .span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: -webkit-linear-gradient(to top right, #7a9dff, #44abff);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to top right, #7a9dff, #44abff);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to top right, #7a9dff, #44abff);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top right, #7a9dff, #44abff);
    /* 标准的语法 */
    border-radius: 7px 7px 0px 0px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.towUl {
    height: 260px;
    display: block;
    width: 100%;
    overflow: auto;
}

.thirdLi {
    color: #000;
    width: 150px;
    margin-top: 18px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 12px 0 rgba(185, 185, 185, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thirdUl2 {
    margin: 0 auto;
    width: 100%;
    overflow: auto;
    height: 220px;
}

.thirdLi2 {
    color: #fff;
    display: block;
    width: 90%;
    height: 200px;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 12px 0 rgba(185, 185, 185, 0.5);
    margin: 8px auto;
}

.thirdLi2 > span {
    display: block;
    color: #fff;
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-radius: 7px 7px 0px 0px;
    box-shadow: 0 0 12px 0 rgba(185, 185, 185, 0.5);
    background: #aecfff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thirdLi2 > ul > li {
    color: #000;
    font-size: 12px;
    width: 90%;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.enId {
    cursor: pointer;
}

.spanList {
    cursor: pointer;
}

.thirdUl {
    margin: 0;
}

.thirdUl3 {
    margin: 0;
    height: 100%;
}

.thirdUl3 > li {
    height: 18px;
    width: 90%;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 12px 0 rgba(185, 185, 185, 0.5);
    margin-top: 12px;
}

.lisLi {
    padding-left: 7px;
    padding-right: 7px;
    color: #000;
    width: 150px;
    margin-top: 10px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 12px 0 rgba(185, 185, 185, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.lisLiNum {
    padding-left: 7px;
    padding-right: 7px;
    color: #000;
    width: 50px;
    margin-top: 10px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 12px 0 rgba(185, 185, 185, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.towLi {
    display: block;
    text-align: center;
    width: 90%;
    height: 250px;
    margin: 0 auto;
    border-radius: 7px 7px 7px 7px;
    margin-top: 10px;
    box-shadow: 0 0 12px 0 rgba(185, 185, 185, 0.5);
}

.towLispan {
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: #95b8ff;
    border-radius: 7px 7px 0px 0px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chartin .imgbox {
    display: inline-block;
    width: 12%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.chartin .img {
    display: inline-block;
    width: 25px;
}

.right {
    position: relative;
    left: 20px;
}

.left {
    position: relative;
    left: -20px;
}

.jdQiyeLb {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

#status {
    position: absolute;
    right: 30px;
    width: 80px;
    z-index: 999;
    border-radius: 0 5px 0 5px;
    outline: none;
    padding-left: 6px;
}

/* 企业相关新闻===============================
=============================================================================== */
.am-pagination {
    margin: 0;
}

.am-popover-caret {
    border-bottom: 8px solid rgba(185, 185, 185, 0.5);;
}

.am-popover {
    background: #fff;
    border: none;
}

.am-popover-inner {
    width: 360px !important;
    background-color: #fff;
    color: #7b7b7b;
    font-size: 14px;
    border-radius: 7px;
    box-shadow: 0 0 12px 0 rgba(185, 185, 185, 0.5);
}

.enterpriseNewsBox {
    background: #fff;
    border-radius: 7px;
    min-height: 166px;
    margin-bottom: 17px;
    /*定义body的元素垂直居中*/
    /* display: flex;
    align-items: center;  */
}

.enterpriseNewsTab {
    /* padding: 30px 0px 20px 42px; */
    padding-top: 30px;
    background: #fff;
    border-radius: 0px 7px 7px 7px;
    min-height: 300px;
    margin-bottom: 17px;
}

.new-imgBox {
    margin: 32px 24px 32px 32px;
    width: 150px;
    height: 102px;
    border: 1px solid #c3c3c3
}

.new-companyProfile {
    margin: 32px 0 32px;
}

.introduction {
    font-size: 14px;
    color: #949494;
    margin-bottom: 4px;
    width: 650px;
    /* height: 20px; */
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.dialog {
    cursor: pointer;
}

.dialog:hover {
    cursor: pointer;
    color: #c7c7c7;
}

.dialogBox {
    border-radius: 5px !important;
}

.vip > .dialogBox {
    border-radius: 5px;
    width: 370px;
}

.am-modal-footer > .am-modal-btn {
    width: 50%;
    font-size: 16px
}

.dialogBox > .am-modal-hd {
    color: #515151;
    font-weight: 700;
    font-size: 20px;
}

.dialogBox > .am-modal-bd {
    color: #515151;
    font-size: 14px;
}

.introduction-list {
    font-size: 14px;
    color: #949494;
    width: 650px;
    /* height: 40px; */
    line-height: 18px;;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.introduction-listTime {
    font-size: 14px;
    color: #949494;
    width: 650px;
}

.introduction-listTime > span {
    margin-right: 15px;
}

.introduction > b {
    font-weight: normal;
    margin-right: 22px;
}

.companyName {
    width: 640px;
    display: block;
    word-wrap: break-word;
    font-size: 20px;
    color: #515151;
    margin-right: 10px;
}

.companyName1 {
    font-size: 20px;
    color: #515151;
    margin-right: 10px;
}

.companyName-box {
    margin-bottom: 15px;
}

.companyName-label {
    display: inline-block;
    text-align: center;
    height: 19px;
    line-height: 19px;
    background: #4a90e2;
    border-radius: 10px;
    font-size: 12px;
    color: #ffffff;
	padding: 1px 8px;
}

.tab-ul {
	padding: 0 32px;
}

.tab-ul > li {
    width: 90px;
    height: 29px;
    line-height: 29px;
    background: #e8e8e8;
    border-radius: 4px 4px 0px 0px;
    font-size: 14px;
    color: #9b9b9b;
    text-align: center;
    cursor: pointer;
    margin-right: 8px;
}

.tab-ul .tab-ul-active {
    background: #ffffff;
    color: #515151;
}

.enterpriseNewsTab .div-tab {
    display: none;
}

.enterpriseNewsTab .selected {
    display: block;
}

/* .new-imgBox-list>:first-child {
  margin-top: 39;
} */
.new-imgBox-list {
    /* margin: 39px 32px 0px 37px; */
    margin: 0px 32px 0px 37px;
    width: 150px;
    height: 102px;
}

.new-companyProfile-list {
    /* margin: 39px 0px 27px; */
    /* margin: 0px 0px 27px; */
}

.new-list:first-child {
    padding-top: 39px;
}

.new-list {
    cursor: pointer;
    min-height: 140px;
    display: flex;
    align-items: center;
    /*定义body的元素垂直居中*/
    padding-top: 27px;
    padding-bottom: 27px;
}

.companyName-box-list {
    height: 100%;
    margin-bottom: 4px;
}

.presentation-list {
    margin-left: 40px;
    font-size: 14px;
    color: #B6B6B6;
    cursor: pointer;
}

.vip-tab-active {
    color: #4A90E2;
    border-bottom: 2px solid #4A90E2;
}

.presentation-ul {
    padding-top: 18px;
}

.presentation-ul-activity {
    padding-top: 18px;
}

.new-activity-list {
    transition: all 400ms;
    cursor: pointer;
    /* border-radius: 6px; */
    width: 388px;
    /* height: 186px; */
    margin: 31px 0px 24px 41px;
}

.new-activity-list:hover {
    transform: translate3d(0, -10px, 0);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.new-activity-list .activity-img > img {
    width: 388px;
    height: 186px;
}

.activity-img-name {
    font-size: 14px;
    color: #515151;
    text-align: left;
    margin-top: 13px;
    margin-bottom: 8px;
    margin-left: 5px;
}

.activity-img-city {
    font-size: 14px;
    color: #9B9B9B;
    margin-left: 5px;
}

.activity-img-cityl {
    float: right;
}

/* 企业相关新闻结束===============================
=============================================================================== */
/* 全屏弹出框
 ============================================================================ */

.popup-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.popup-box > .popup-content {
    width: 520px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 0 0 10px #ddd;
}

.popup-box > .popup-content h6 {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: rgba(100, 169, 255, 1);
}

.popup-box > .popup-content p {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.popup-box > .popup-content p span,
.popup-box > .popup-content p a {
    color: rgba(100, 169, 255, 1);
}

/* 政策详情 */
.article > h5 {
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 50px;
}

.article > h6 {
    margin-bottom: 10px;
}

.article .cont {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 34px;
}

.article p {
    text-indent: 2em;
    margin-bottom: 25px;
    line-height: 30px;
}

.article .cont p:last-child {
    margin-bottom: 0;
}

/* 政策详情结束 */
/* 新版数据库样式 */
.level {
    font-weight: 700;
}

.mt {
    margin-top: 10px;
}

.projectTitle {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}

/* 项目库详情 */
.policybox {
    margin: 46px 30px 20px 64px;
}

.policybox .policy-name {
    display: inline-block;
    font-weight: 700;
    width: 180px;
    margin-bottom: 30px;
}

.policybox .policy-concent {
    display: inline-block;
    width: 560px;
    word-break: break-all;
    margin-bottom: 30px;
}

/* 标准 */
.standardList-ul,
.policylist-ul {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.standardList-ul .standardList-activity,
.standardList-li {
    margin-right: 20px;
}

.standardList-ul .standardList-activity a {
    text-decoration: none;
    cursor: pointer;
}

.standardList-ul .standardList-li a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.standardList-ul .standardList-li a:hover {
    color: rgba(100, 169, 255, 1);
}

.policylist-ul .standardList-activity,
.standardList-li {
    margin-right: 20px;
}

.policylist-ul .standardList-activity a {
    text-decoration: none;
    cursor: pointer;
}

.policylist-ul .standardList-li a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.policylist-ul .standardList-li a:hover {
    color: rgba(100, 169, 255, 1);
}

.standardRegion {
    position: absolute;
    left: 160px;
}

.standardName {
    right: 261px;
    width: 174px;
}

#standardDate {
    position: absolute;
    right: 134px;
    padding-left: 5px;
    width: 120px;
    height: 37px;
    outline: none;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
    background: #fff;
}

/* 研究报告 */
.standardTitle {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.noData {
    text-align: center;
    /* margin-bottom: 140px; */
}

.noData img {
    max-width: 50%;
    margin-top: 102px;
}

.standardReport {
    padding: 30px;
}

.standard-down {
    cursor: pointer;
    font-size: 14px;
    color: rgba(100, 169, 255, 1);
    line-height: 60px;
    margin-left: 40px;
}

.theme-down {
    cursor: pointer;
    font-size: 14px;
    color: rgba(100, 169, 255, 1);
    line-height: 60px;
    margin-left: 40px;
}

.policyStandards-btn {
    width: 240px;
    background-image: url(../image/button_download_normal@2x.png) no-repeat center !important;
    background-size: 110px !important;
    cursor: pointer;
    font-size: 14px;
    color: rgba(100, 169, 255, 1);
    line-height: 60px;
    margin-left: 40px;
}

.policyStandards-btn:hover {
    width: 240px;
    background-image: url(../image/button_download__@2x.png) no-repeat center !important;
    background-size: 110px !important;
    cursor: pointer;
    font-size: 14px;
    color: rgba(100, 169, 255, 1);
    line-height: 60px;
    margin-left: 40px;
}

/* 主题报告 */
#themeReportList .list-chain {
    float: left;
    transition: all 400ms;
    cursor: pointer;
    /* border-radius: 6px; */
    text-align: center;
}

#themeReportList .list-chain:hover {
    transform: translate3d(0, -10px, 0);
}

#themeReportList .list-chain .imglist {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 41px;
    /* border-radius: 6px; */
}

#themeReportList .list-chain:hover > .imglist {
    box-shadow: #666 0px 0px 5px;

}

#themeReportList .list-chain .imglist > img {
    width: 235px;
    /* border-radius: 6px; */
}

/* 面板 */
.panelMap-ul {
    top: 20px;
}

/* 专题研究报告 */
.search {
    height: 37px;
    margin-bottom: 20px;
}

/* 左右滚动 */
div.lroverflow {
    /* width:600px; */
    width: 100%;
    overflow: auto;
}

.input_database_search {
    /* position: absolute; */
    right: 336px;
    padding-left: 10px;
    width: 220px;
    height: 37px;
    outline: none;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
}

.free-down {
    font-size: 14px;
    text-align: center;
    width: 140px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    /* position: absolute; */
    top: 50px;
    left: 30px;
    cursor: pointer;
    background-color: #64A9ff;
}

.free-down img {
    width: 16px;
    margin-right: 10px;
}

.free-down:hover {
    background-color: #4b9bff;
}

/* 产业链图谱弹框 */
.link-modal {
    width: 1300px;
    height: 800px;
}

.link-modal-bd {
    text-align: right;
    padding: 15px 24px 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.link-modal-bd img {
    width: 20px;
}

.am-modal-btn {
    display: initial !important;
    padding: 0;
    height: auto !important;
}

.am-table {
    border-collapse: collapse;
}

.am-table > caption + thead > tr:first-child > td, .am-table > caption + thead > tr:first-child > th, .am-table > colgroup + thead > tr:first-child > td, .am-table > colgroup + thead > tr:first-child > th, .am-table > thead:first-child > tr:first-child > td, .am-table > thead:first-child > tr:first-child > th {
		max-width: 400px;
    min-height: 42px;
    background: rgba(74, 144, 226, 0.1);
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    padding-left: 10px;
    border-bottom: 0px;
}

.am-table > tbody > tr > td {
		max-width: 400px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.am-table-striped > tbody > tr:nth-child(odd) > td, .am-table-striped > tbody > tr:nth-child(odd) > th {
		max-width: 400px;
    background: transparent;
    padding-left: 10px;
    height: 42px;
		white-space: normal;
}

.am-table-striped > tbody > tr:nth-child(even) > td, .am-table-striped > tbody > tr:nth-child(even) > th {
    background: #F8F8F8;
    padding-left: 10px;
    height: 42px;
		vertical-align: middle;
}

.am-table-hover > tbody > tr:hover > td, .am-table-hover > tbody > tr:hover > th {
    background: rgba(74, 144, 226, 0.05) !important;
}

.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
    border-top: 0px;
}

.am-modal-dialog {
    border-radius: 10px !important;
}

.am-modal-bd {
    border-bottom: 0px;
}

/* 列表tab页 */
.am-tabs {
	margin-bottom: 24px;
}

.am-nav-tabs {
	/* border-bottom: 1px solid #EEEEEE; */
}

.am-tabs-bd,
.am-nav-tabs>li.am-active>a, .am-nav-tabs>li.am-active>a:focus, .am-nav-tabs>li.am-active>a:hover,
.am-nav-tabs>li>a {
	border: none;
}

.am-nav>li>a {
	padding: .4em 0;
}

.am-nav>li>a:focus, .am-nav>li>a:hover {
	background: transparent;
}

.am-nav-tabs>li>a {
	color: #333;
	margin-right: 32px;
}

.am-nav-tabs>li>a:hover,
.am-nav-tabs>li.am-active>a,.am-nav-tabs>li.am-active>a:focus, .am-nav-tabs>li.am-active>a:hover {
	color: rgba(100, 169, 255, 1);
}

.am-nav-tabs>li.am-active>a,.am-nav-tabs>li.am-active>a:focus, .am-nav-tabs>li.am-active>a:hover {
	border-bottom: 2px solid;
}

/* 列表查询样式 */
.list-search-input {
	height: 32px;
	width: 240px;
	border: 1px solid #ddd;
	margin-right: 24px;
	border-radius: 4px;
	padding: 0 10px;
}

.list-search-input::placeholder {
	color: #AAAAAA;
}

.list-search-btn {
	border-radius: 4px;
}

.search-list {
	margin-bottom: 24px;
}

.search-list .downloadCount {
	color: #FF0000;
	font-size: 20px;
}
.search-list p {
	color: #FFB11A;
	margin-top: 10px;
	background: #FEF1D9;
	padding: 4px 8px;
	border-radius: 2px;
}

.am-help-img {
	width: 14px;
	height: 14px;
	cursor: pointer;
}

/* 我的消息 */
.bold {
	font-weight: bold;
}

/* 付款弹框 */
.am-td-header p:nth-child(2) {
	font-size: 13px;
}
.am-form-group-nr {
	text-align: left;
	padding: 30px 0 0;
}
.am-order-label .am-order-paynum, .am-order-x, .am-order-x:hover {
	color: #FF5454;
}
.am-order-label {
	padding: 5px 0;
}
.am-order-qr div {
	word-break: keep-all;
	margin-top: 24px;
	border-top: 2px dashed #ddd;
	padding-top: 20px;
}
.am-order-qr span {
	display: block;
}
.am-order-qr {
	width: 250px;
	/* height: 250px; */
	margin: auto;
	border: 1px solid #4A90E2;
	box-shadow: 0px 0px 10px 0px rgba(74, 144, 226, 0.2);
	border-radius: 10px;
	padding: 20px;
}
.am-order-success {
	text-align: center;
	margin-top: 48px;
}
.am-order-success p {
	margin: 20px 0;
}
.am-order-name {
	text-align: center;
	margin-top: 48px;
}
.am-order-name input {
	width: 250px;
}
.am-order-type {
	display: flex;
	/* justify-content: space-evenly; */
	margin-bottom: 36px;
}
.am-pay-selected {
	color: #4A90E2;
	border: 1px solid #4A90E2!important;
}
.am-order-type #payMethod {
	width: 120px;
	height: 40px;
	border: 1px solid #aaa;
	padding: 4px 0 0 4px;
	cursor: pointer;
	border-radius: 4px;
	margin-right: 10px;
}
.am-order-type .ic-zf {
	width: 25px;
}
.am-order-type .hide-img {
	display: none;
}
.am-order-type .checked-img {
	width: 20px;
	height: 20px;
	float: right;
	margin-top: -17px;
}
.am-order-img {
	width: 14px;
	height: 16px;
	vertical-align: middle;
}
.am-order-type div {
	margin-top: 3px;
	margin-left: 5px;
}
.am-order-type span {
	vertical-align: super;
	margin-left: 5px;
}
.am-name-hide, .am-success-hide {
	display: none;
}

/* 开户行 */
.am-khh {
	background: #eee;
	border-radius: 4px;
	width: 400px;
	text-align: left;
	margin: 24px auto;
	padding: 10px;
}

.am-khh p {
	margin-bottom: 15px;
}
.am-khh div {
	line-height: 20px;
}

/* 列表--收藏 */
.am-report-title {
	width: 100%;
}
.am-report-title p {
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 180px;
}
.am-report-title .flex {
	display: flex;
	justify-content: space-between;
}
.am-report-title .flex img {
	cursor: pointer;
	margin-top: -15px;
}
.am-report-title p:nth-child(2) {
	color: #AAAAAA;
	font-size: 13px;
}

/* 列表-试用版标记 */
.am-report-header, .am-thumbnail,
.am-nodata img, .am-nodata div {
	width: 237px;
}
.thumbnail-box{
	width: 237px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.am-thumbnail {
	/* height: 165px!important; */
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	border: none;
}
.am-report-header {
	display: flex;
	justify-content: space-between;
}
.am-nodata div {
	text-align: center;
}
.am-report-badge p {
	background: #F9B741;
	color: #fff;
	border-radius: 2px;
	padding: 1px 2px;
	word-break: keep-all;
	line-height: 17px;
	text-align: center;
	width: 50px;
	min-width: 50px;
	height: 18px;
	font-size: 12px;
}
.am-report-tab {
	padding: 10px 20px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}
.am-tab-active {
	line-height: 48px;
}
.am-report-industry label,
.am-report-year label,
.am-report-sort label,
.am-report-status label {
	display: inline-block;
	margin-right: 24px;
}
.am-ucheck-icons {
		font-size: 14px;
}
.am-tab-active:not(:last-child) {
	border-bottom: 1px dashed #DDDDDD;
}
.am-report-radio {
	padding: 10px 20px;
	display: inline-flex;
}
.am-label span {
	font-weight: 400;
}
.trial-img{
	position: absolute;
	height: 45px;
	cursor: pointer;
	display: none;
	background-color: #00000080;
}
.thumbnail-box:hover .trial-img{
	display: block;
}
.trial-tag {
	background: rgba(74,144,226,0.8);
	color: #fff;
	border-radius: 2px;
	padding: 1px 2px;
	word-break: keep-all;
	position: absolute;
	font-size: 12px;
	right: 2px;   
	top: 2px;
	width: 50px;
	min-width: 50px;
	text-align: center;
}

