.container {
    overflow: hidden;
}
/* 导航 */
.company-nav {
    margin-top: 15px;
    margin-bottom: 18px;
}
.company-nav li {
    width: 295px;
    height: 52px;
    line-height: 52px;
    background: #0044ca;
    margin-right: 6px;
}
.company-nav li a {
    display: block;
    width: 100%;
    height: 100%;
}
.company-nav li:last-child {
    margin-right: 0;
}
.company-nav li img {
    width: 30px;
    margin-left: 50px;
    margin-right: 20px;
    margin-top: 10px;
}
.company-nav li span {
    color: #fff;
    letter-spacing:8px;
}
/* 银行最新动态 */
.article-waper {
    margin-bottom: 52px;
}
.dynamic {
    width: 780px;
}
.dynamic-wraper {
    height: 360px;
}
.dynamic-wraper .head-img{
    width: 295px;
    height: 100%;
}
.dynamic-wraper .head-img img {
    width: 100%;
    height: 100%;
}
.dynamic-list {
    width: 465px;
}
.dynamic-list ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.dynamic-list ul li p {
    width: 360px;
}
.dynamic-list ul li i,
.questions-list .item i {
    color: #ccc;
    margin-right: 3px;
}
.dynamic-list ul li span {
    color: #ccc;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
/* 常见问题 */
.questions {
    width: 400px;
    height: 415px;
    padding: 0 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px #ccc;
    position: relative;
}
.questions-list .item h3 {
    font-weight: 400;
}
.questions-list .item.active h3 {
    color: red;
    font-weight: 700;
}
.questions-list .item .content {
    display: none;
}
.questions-list .item.active .content {
    display: block;
}
.questions-list .item h3 {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.questions-list .item div {
    background: #f2f2f2;
    padding: 5px 8px;
}
.questions-list .item .more-btn {
    color: red;
}
.questions .tag {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0044ca;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 2px #284a89;
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 5;
}
/* 银行开户对比 */
.contrast {
    margin-bottom: 25px;
}
.contrast .title {
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #0044ca;
}
.contrast .title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.contrast .classif-nav {
    width: 182px;
    padding-top: 55px;
    background: #212322;
    position: relative;
}
.contrast .classif-nav::before {
    content: '银行分类';
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 1;
}
.contrast .classif-nav::after {
    content: '';
    width: 192px;
    height: 65px;
    background: url(../../img/bankAccount-contrast.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.contrast .classif-nav .nav-item {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    padding-left: 30px;
    color: #fff;
    position: relative;
}
.contrast .classif-nav .nav-item.active {
    background: #fff;
    color: #0044ca;
}
.contrast .classif-nav .nav-item::after {
    content: '>';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}
.contrast .classif-content {
    width: 1018px;
    height: 595px;
    background: #f0f0f0;
    box-sizing: border-box;
    position: relative;
}
.contrast .classif-content ul {
    display: none;
}
.contrast .classif-content ul.active {
    display: block;
}
.contrast .classif-content ul > li {
    padding-left: 13px;
}
.contrast .classif-content ul > li:nth-child(1n){
    background: #fff;
}
.contrast .classif-content ul > li:nth-child(2n){
    background: #f0f0f0;
}
.contrast .classif-content .bank-head{
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    position: relative;
}
.contrast .classif-content .bank-head::before,
.contrast .classif-content .bank-head::after {
    content: '';
    width: 430px;
    height: 1px;
    border-top: 1px solid #ccc;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
}
.contrast .classif-content .bank-head::before {
    left: 0;
}
.contrast .classif-content .bank-head::after {
    right: 0;
}
.contrast .classif-content .bank-wraper .item {
    width: 148px;
    height: 45px;
    border: 1px solid #999;
    margin-right: 19px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.contrast .classif-content .bank-wraper .item:nth-child(6n) {
    margin-right: 10px;
}
.contrast .classif-content .bank-wraper .item img {
    width: 100%;
    height: 100%;
}
.contrast .classif-content .bank-wraper .item .add-cart .mask {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
    display: none;
}
.contrast .classif-content .bank-wraper .item .add-cart span {
    color: #fff;
    width: 95px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-80%);
    opacity: 0;
    transition: all .3s;
}
.contrast .classif-content .bank-wraper .item:hover .mask {
    opacity: 1;
    display: block;
}
.contrast .classif-content .bank-wraper .item.active .mask {
    display: block;
    opacity: 1;
}
.contrast .classif-content .bank-wraper .item.active .add-cart span:nth-child(3) {
    display: block;
    opacity: 1;
    transform: translate(-50%,-50%);
}
.contrast .classif-content .bank-wraper .item.active .add-cart span:nth-child(2) {
    display: none;
}
.contrast .classif-content .bank-wraper .item:hover span {
    opacity: 1;
    transform: translate(-50%,-50%);
}
.contrast .classif-content .bank-wraper .item .add-cart span:nth-child(3) {
    display: none;
}
.contrast .classif-content .contrast-btn {
    width: 95px;
    height: 27px;
    line-height: 27px;
    border-radius: 5px;
    border: 1px solid #0044ca;
    color: #0044ca;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    cursor: pointer;
}

/* table表格 */
.gridtable {
    width: 100%;
    color:#333;
    border-width: 1px;
    border-color: #ccc;
    border-collapse: collapse;
}
.gridtable th {
    border-width: 1px;
    padding: 8px;
    font-size: 15px;
    color: #fff;
    border-style: solid;
    border-color: #ccc;
    background-color: #0044ca;
}
.gridtable td {
    font-size: 13px;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #ccc;
}
.gridtable tr td:nth-child(1) {
    width: 80px;
    background: #e0edfe;
    text-align: center;
}
.gridtable tr td:nth-child(2){
    width: 78px;
    text-align: center;
}
.gridtable tr td:nth-child(3){
    width: 123px;
}
.gridtable tr td:nth-child(4){
    width: 205px;
}
.gridtable tr td:nth-child(5){
    width: 195px;
}
.gridtable tr td:nth-child(6){
    width: 297px;
}
.gridtable tr td:nth-child(7){
    width: 215px;
}
.gridtable tr td h4 {
    text-align: center;
    color: #1D65D4;
    text-decoration: underline
}
.gridtable tr.hide {
    display: none;
}
/* 仅供参考提示 */
.tips {
    color: red;
    font-size: 16px;
    text-indent: 40px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 5px;
}
.tips::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 23px solid red;
    position: absolute;
    left: 0;
}