html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    color: #333;
}

* {
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    height: inherit;
}

/*所有的警告提示框都先隐藏*/

.am-alert {
    display: none;
}

.rich-text img,
.rich-text video {
    max-width: 100%;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.am-container {
    width: 100% !important;
    max-width: none;
    margin: 0 auto;
    padding: 0 40px;
}

.content-container {
    margin: 20px 40px;

    /* width: 1200px !important;
    max-width: none;

     */
}

.am-nav-menu {
    margin: auto;
}

.am-nav-menu a {
    font-size: 16px;
    color: #666;
    padding: 0 20px;
    font-weight: bold;
}

.am-nav-menu a:hover {
    text-decoration: none;
}

.nav-active {
    color: #4A90E2 !important;
}

.am-nav-alarm {
    height: 20px;
    margin: 5px 5px -5px 0;
}

.am-nav-alarm img {
    height: 20px;
    margin: 5px 0px -5px 0;
}

.am-nav-alarm span {
	position: absolute;
	top: 25px;
	margin-left: -5px;
	/* font-weight: 700; */
	/* font-size: 12px; */
	width: 3px;
	height: 3px;
	/* line-height: 15px; */
	display: inline-block;
	/* color: #FF5454; */
	border-radius: 20px;
	/* text-align: center; */
	background-color: #FF5454;
}

.link {
    cursor: pointer;
    color: inherit;
}

.tab {
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 50px;
    margin-bottom: 30px;
}

.tab .tab-active {
    display: inline-block;
    line-height: 45px;
    color: #0082d0;
    border-bottom: 5px solid #0082d0;
}

/* 左侧tab页
 ============================================================================ */
.body {
    /* display: flex; */
    min-height: 100vh;
    flex-direction: column;
}

.min-h {
    /* height: calc(100% - 220px); */
    min-height: calc(100% - 234px);
    /* flex: 1; */

}

.vip-tabs,
.vip-tabs > .side-right {
    height: 100%;
}

.vip-tabs > .side-left,
.vip-tabs > .side-right {
    display: inline-block;
    vertical-align: top;
}

.vip-tabs > .side-left > li > a,
.vip-tabs > .side-left > li > span,
.am-nav-tabs,
.vip-tabs > .side-right {
    border: none;
}

.vip-tabs > .side-left {
    width: 12%;
	min-height: 800px;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 7px;
    padding: 0 20px;
    padding-bottom: 60px;
}

.vip-tabs > .side-right {
    width: 100%;
}

.vip-tabs > .side-blank {
    width: 86%;
    min-height: 800px;
}

.vip-tabs > .side-right,
.vip-tabs > .side-blank {
    position: relative;
    background: #fff;
    border-radius: 5px;
}

.vip-tabs .line-top {
    margin-top: 20px;
    border-top: 1px solid #d8d8d8;
}

.vip-tabs > .side-left > li {
    line-height: 40px;
    width: 100%;
}

.vip-tabs > .side-left .left-active a {
    color: #64a9ff;
}

.vip-tabs > .side-left > li > span {
    display: block;
    /* 新版 */
    /* padding-left: 20px; */
    /* 新版不要 */
    line-height: 60px;
    font-weight: 700;
    cursor: pointer;
}

.vip-tabs > .side-left > li > a {
    /* padding-left: 50px; */
    /* 新版 */
    padding-left: 24px;
    /* 新版改版 */
    font-size: 14px;
    color: #666;
    line-height: 30px;
    font-weight: 700;
}

.vip-tabs ul > li.left-active > a {
    border: none;
    color: #4A90E2;
    font-weight: 700;
}

.vip-tabs > .side-left > li > span > i {
    margin-right: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

hr {
    margin: 0;
}

.bg-ff {
    background-color: #fff;
}

.bg-f0f2f5 {
    background-color: #f0f2f5;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear-both {
    overflow: hidden;
}

.float-right {
    float: right;
	position: absolute;
	right: 40px;
}

.float-left {
    float: left;
}

button {
    border: none;
}

input,
textarea,
button {
    outline: none;
}

.am-slider {
    cursor: pointer;
}

.am-pagination > li > a {
    cursor: pointer;
}

/* 改写占位字符颜色  --好像没用
============================================================================ */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c9c9c9 !important;
}

/* ==========================================================================
  面包屑导航
 ============================================================================ */
#breadNav {
    background-color: rgba(0, 0, 0, .1);
}

#breadNav a {
    color: rgba(102, 102, 102, 1);
}

#breadNav a:hover {
    color: #64A9FF;
}

/* ==========================================================================
   页头  右上角登录
 ============================================================================ */

.header {
    position: absolute;
    text-align: right;
    height: 33px;
    line-height: 33px;
}

.header .login {
    display: inline-block;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    line-height: 33px;
}

/* ==========================================================================
   页脚
 ============================================================================ */

.footer {
    width: 510px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer > hr {
    height: 2px;
    margin-bottom: 30px;
}

.footer-bottom {
    background: rgba(11, 41, 63, 1);
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-top: 50px;
}

.footer-bottom > a {
    font-size: 28px;
}

.footer-bottom > h5 {
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.footer-bottom > h6 {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}

.footer-logo {
    width: 248px;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.logo-list {
}

.logo-list h5 {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
}

.logo-list a {
    display: block;
    color: #666;
    line-height: 24px;
    font-size: 14px;
}

.logo-list a:hover {
    color: #2772b6;
}

.footer-qrcode {
    width: 150px;
    text-align: center;
    color: #666;
}

.footer-qrcode > img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto;
}

.footer-qrcode h4 {
    font-size: 16px;
    line-height: 36px;
}

.footer-qrcode h5 {
    font-size: 14px;
}

/* ==========================================================================
   页头 搜索
 ============================================================================ */

.search-box {
    padding: 10px 0;
}

.search-box .logo {
    width: 230px;
}

.search-content {
    margin-top: 10px;
}

.search-content > .search-input {
    height: 44px;
    padding-left: 20px;
    border: 1px solid #c9c9c9;
    border-right: none;
}

.search-content > .search-btn {
    display: inline-block;
    border: 1px solid #c9c9c9;
    height: 44px;
    width: 44px;
    background-color: transparent;
}

/* 导航部分样式
 ============================================================================ */

.nav {
    line-height: 60px;
    background: rgba(17, 53, 80, 1);
    color: #c3c3c3;
    font-size: 18px;
    padding-left: -25px;
}

.nav .viplog {
    height: 40px;
    width: 100px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #8e6d38;
}

.am-container {
    position: relative;
	display: flex;
}

.nav .nav-list a {
    padding: 0 25px;
    display: block;
}

.nav .nav-list a:hover {
    color: #fff;
    background-color: #8e6d38;
}

.nav .nav-list .current {
    color: #fff;
    background-color: #8e6d38;
}

.nav .nav-list li {
    position: relative;
}

.nav .icon-xiangxiasanjiao {
    font-size: 14px;
}

.nav .isshow-trade-list {
    cursor: pointer;
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 60px;
    background: rgba(17, 53, 80, 1);
    z-index: 99;
}

.nav .trade-a {
    display: none;
    padding: 0 !important;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

.nav .nav-list .trade-a:hover {
    background-color: #F5A623;
}

/* 焦点新闻
 ============================================================================ */

.top-news {
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    /* background-color:#c3c3c3; */
}

.top-news .news-title {
    margin-right: 20px;
    color: rgba(245, 166, 35, 1);
    font-size: 16px;
    font-weight: bold;
}

.top-news #topNewsBox {
    display: inline-block;
    vertical-align: top;
}

.top-news ul > li {
    display: block;
    color: #666;
    font-size: 14px;
}

/* 面包屑 导航
 ============================================================================ */

.crumbs {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 42px;
    /* background-color:#aaa; */
}

.crumbs .icon-xiangxiasanjiao {
    display: none;
}

/* 右侧 中间 活动 tab页切换
 ============================================================================ */

.activity-box .am-tabs-bd,
.activity-box .am-nav-tabs {
    border: none;
}

.activity-box .am-nav-tabs > li > a {
    border: #D8D8D8 solid 1px;
    color: #999;
}

.activity-box .am-nav-tabs > li > a.list2a {
    border-left: none;
    border-right: none;
}

.activity-box .am-nav-tabs > li.am-active > a {
    border-bottom-color: #D8D8D8;
    color: #333;
}

.activity-box h4 {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    margin: 10px 0;
}

.activity-box h5 {
    color: rgba(245, 166, 35, 1);
    line-height: 32px;
    font-size: 16px;
}

.activity-box .am-tabs-bd .am-tab-panel img {
    display: block;
    width: 100%;
    height: auto;
}

/* 右侧 下方 专家专栏
 ============================================================================ */

.side-right > h4 {
    font-size: 24px;
    color: rgba(17, 53, 80, 1);
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.side-right > h4 > span {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
}

.side-right .expert-list li {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.side-right .expert-list li img {
    width: 100px;
    height: auto;
    cursor: pointer;
}

.side-right .expert-list li .float-right {
    width: calc(100% - 120px);
}

.side-right .expert-list li .float-right h5 {
    cursor: pointer;
}

.side-right .expert-list li .float-right h5,
.side-right .expert-list li .float-right h6 {
    color: #333;
    font-size: 14px;
}

.side-right .expert-list li .float-right p {
    line-height: 20px;
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-height {
    height: 90px !important;
}

.index-height img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-90 {
    height: 96px !important;
    object-fit: cover;
}

.am-slider {
    height: 394px;
    margin-bottom: 0;
}

.am-slider > div,
.am-slider ul,
.am-slider li {
    height: 100%;
}

.am-slider img {
    height: 100%;
    object-fit: cover;
}

.am-control-paging {
    bottom: 18px !important;
}

/* .am-slider .am-slides>li{
    height: 100%;
}
.am-slides img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
} */

.content2 .am-tab-panel img {
    height: 169px;
    object-fit: cover;
}

.content2 .am-tabs-bd {
    cursor: pointer;
    border: none;
}

.cop-img {
    height: 65px !important;
    object-fit: cover;
    margin-bottom: 20px;
}

.new-ac-c {
    vertical-align: top;
}

input:-webkit-autofill {
    background: white !important;
    background-image: none !important;
    -webkit-box-shadow: 0 0 0 1000px white inset
}

input:-webkit-autofill {
    -webkit-text-fill-color: #463f3f !important;
    transition: background-color 5000s ease-in-out 0s;
}

.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 {
    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 {
    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 {
    background: transparent;
    padding-left: 10px;
    height: 42px;
}

.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;
}

.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;
    padding: 30px;
    background: #FFFFFF;
    height: auto;
}

.am-modal-bd {
    border-bottom: 0px;
}

.am-btn {
    height: 32px;
    border-radius: 4px;
}

.am-btn-primary {
    background: #4A90E2;
}

.am-btn-default {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.am-btn, .am-btn:focus, .am-btn:hover {
    outline: none !important;
}

.am-modal-btn {
    display: initial !important;
    padding: 0;
    height: auto !important;
}

.am-form-label {
    text-align: left !important;
    white-space: nowrap;
    padding-left: 30px;
    width: 66px;
    font-size: 14px;
    font-weight: normal;
    color: #222222;
}

.am-form-group {
    margin-bottom: 20px;
}

.am-modal-dialog input {
    background: #FFFFFF;
    border: 1px solid #DDDDDD !important;
    border-radius: 4px !important;
    height: 32px;
}

.am-modal-dialog .am-modal-bd, .am-modal-dialog .am-modal-hd {
    margin: 0px;
    padding: 0px;
}

.tb-tag {
    min-width: 56px;
    height: 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.tb-tag-active {
    background-color: #f0f9e0;
	border-color: #e1f3d8;
	color: #67c23a;
}

.tb-tag-not-active {
	background-color: #fef0f0;
	border-color: #fde2e2;
    color: #f56c6c;
}

.tb-table-btn {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tb-table-btn .tb-table-btn-line {
    width: 1px;
    height: 12px;
    background: #EEEEEE;
    margin: 0px 9px;
}

.tb-table-btn a:hover {
    text-decoration: none !important;
}

.tb-table-btn .tb-table-btn-remove {
    color: #FF0000;
}

.tb-table-btn .tb-table-btn-edit {
    color: #4A90E2;
}

.tb-tips-primary {
    height: 40px;
    background: rgba(74, 144, 226, 0.1);
    border: 1px solid #4A90E2;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #4A90E2;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 45px;
}

.tb-tips-primary:before {
    content: "";
    background: url(../image/icons/horn.svg) no-repeat;
    background-size: 14px 12px;
    position: absolute;
    left: 21px;
    width: 14px;
    height: 12px;
}

.tb-tips-danger {
    height: 40px;
    background-color: #fef0f0;
    border: 1px solid #f56c6c;
    color: #f56c6c;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
}

.tb-container {
    padding: 30px;
    background: #fff;
    border-radius: 7px;
    height: auto;
}

.tb-tools {
    font-size: 16px;
    color: #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tb-dialog-title {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    display: flex;
    align-items: center;
    /* padding-left: 20px !important; */
}

.tb-dialog-add-title {
    position: relative;
    padding-left: 30px;
}

.tb-dialog-add-title:before {
    content: "";
    background: url(../image/icons/add.svg) no-repeat;
    background-size: 20px 20px;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
}

.tb-dialog-edit-title {
    position: relative;
    padding-left: 30px;
}

.tb-dialog-edit-title:before {
    content: "";
    background: url(../image/icons/edit.svg) no-repeat;
    background-size: 20px 20px;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
}

.tb-dialog-ok {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center
}

.tb-dialog-success-title {
    position: relative;
    padding-left: 30px;
}

.tb-dialog-success-title:before {
    content: "";
    background: url(../image/icons/success.svg) no-repeat;
    background-size: 20px 20px;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
}

.tb-dialog-play-title {
    position: relative;
    padding-left: 30px;
}

.tb-dialog-play-title:before {
    content: "";
    background: url(../image/icons/play.svg) no-repeat;
    background-size: 16px 16px;
    position: absolute;
    left: 0px;
    width: 16px;
    height: 16px;
}
.tb-dialog-act-title {
    position: relative;
    padding-left: 30px;
}

.tb-dialog-act-title:before {
    content: "";
    background: url(../image/icons/active.svg) no-repeat;
    background-size: 20px 20px;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
}

.tb-dialog-pay-title img {
	width: 18px;
}

.tb-dialog-pay-title img {
	vertical-align: middle;
	margin-right: 10px;
}

#logoutBtn, #message-center, #doRead {
	cursor: pointer;
}
