html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

body {
    /* font-size: 12px !important; line-height: 1.5; */
    font-family: "Microsoft Yahei", "simsun", "arial", "tahoma";
    color: #222;
    background: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
    background: none;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 上面为重置 */


/* 顶部 */

.top-bar {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    background-color: #333;
    color: #fff;
}

.top-bar .top-link {
    font-size: 14px;
    height: 100%;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar .top-link .top-link-l a span {
    color: #fff;
}

.top-bar .top-link .top-link-r {
    display: flex;
    align-items: center;
}

.top-bar .top-link .top-link-r .jubao {
    color: #f60;
    margin-right: 20px;
}

.top-bar .top-link .top-link-r .app-down {
    background-color: #f60;
    border-radius: 20px;
    color: #fff;
    border: none;
    padding: 4px 8px;
}

.top-bar .top-link .top-link-r .city {
    cursor: pointer;
    color: #f60;
    margin-right: 20px;
}


/* banner */

.mid-banner {
    background: url("https://imgbdb4.bendibao.com/jbsbdb/20226/28/2022628095946_11118.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 13vw;
}

.mid-banner>div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.mid-banner .banner-logo img {
    width: 4vw;
    margin-top: 1vw;
}

.mid-banner .banner-title img {
    width: 35vw;
    margin-top: 3vw;
}


/* 主体 */

.container {
    width: 1200px;
    margin: 0 auto;
}

.container .top-tips {
    margin-top: 20px;
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding-left: 20px;
    background-color: #f5f5f5;
    border-radius: 6px;
    color: #333;
    font-size: 16px;
}

.container .host-btn {
    width: 100%;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.container .host-btn a {
    width: 226px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    margin: 0 9px;
    width: inherit;
    border-radius: 6px;
    background: rgba(37, 102, 254, 0.1);
    font-size: 16px;
    color: #3372fdff;
}

.main-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.main-content .content-l {
    width: 770px;
}

.main-content .content-l .content-l-t {
    /* display: flex;
    justify-content: space-between; */
}

.main-content .content-r {
    width: 406px;
}

#main{
    top: 20px !important;
    /* height:360px !important; */
}

.content-l .content_box>.tab_title {
    padding-left: 10px;
    font-size: 20px;
}

.content-l .content_box>.tab_title>span:nth-child(2) {
    margin-left: 30px;
}

.content-l .content_box .tab_active {
    padding-bottom: 8px;
    border-bottom: 4px solid #3372fd;
}

.content-l .content_box .tab_con {
    width: 100%;
    /* height: 392px; */
    margin-top: 30px;
}

.table-con {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f2f2f2;
}

.table-con tr td {
    padding: 22px 0;
    text-align: center;
}

.table-con tr:first-child td {
    font-size: 16px;
    font-weight: 700;
}

.table-con tr {
    border-bottom: 1px solid #f3f3f3;
}

.table-con tr:last-child {
    border-bottom: none;
}

.tab_con .tab_item .head_name {
    display: flex;
    justify-content: flex-start;
    /* margin: 0 0.27rem 0.16rem 0.35rem; */
    margin: 22px 16px;
    font-size: 16px;
    font-weight: 700;
}
.head_name .fir{
    width: 100px;
    text-align: center;
}
.head_name .sec{
    width: 100px;
    text-align: center;
}
.head_name .thi{
    width: 148px;
    text-align: center;
    
}
.tab_con .tab_item .list li .fir{
    width: 100px;
    text-align: center;
}
.tab_con .tab_item .list li .sec{
    width: 100px;
    text-align: center;
    
}
.tab_con .tab_item .list li .thi{
    width: 148px;
    text-align: center;
}

.tab_new .name {
    /* padding: 0.25rem 0 0.25rem 0.37rem; */
    display: flex;
    justify-content: flex-start;
    padding: 22px;
    padding-left: 3px;
    white-space: nowrap;
    /* overflow-x: scroll; */
    font-size: 14px;
    color: #999999;
    /* background-color: #F6F6F6; */
}

.tab_new.name div {
    margin-right: 20px;
}
.tab_new .name div {
    margin-right: 20px;
}

.tab_new .name .name_active {
    color: #3372fd;
}

.tab_con .tab_item .list {
    padding: 0 16px;
}

.tab_con .tab_item .list li {
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 22px 0;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
}

.tab_con .tab_item .list li:last-child {
    border-bottom: none;
}


/* 图表 */

#chart_box {
    position: relative;
    margin: 0 0.24rem 0.27rem;
    padding-top: 1rem;
    padding-right: 0.2rem;
    padding-bottom: 0.15rem;
    /* border-radius: 0.2rem; */
    background-color: #f5f5f5;
}

#chart_box {
    position: relative;
    /* margin: 0 0.24rem 0.27rem;
  padding-top: 1rem;
  padding-right: 0.2rem;
  padding-bottom: 0.15rem; */
    width: 100%;
    margin: 30px 0 30px;
    /* border-radius: 20px; */
    background-color: #f5f5f5;
}

.charts {
    width: 100%;
    height: 340px;
}

.tab_item .list:nth-of-type(n+2) {
    display: none;
}

.chart_x,
.chart_y {
    position: absolute;
    z-index: 99;
    color: #666666;
    font-size: 16px;
}

.chart_x {
    right: 0;
    bottom: 0;
    margin-right: 0.3rem;
    margin-bottom: 0.25rem;
}

.chart_y {
    margin-left: 0.7rem;
    margin-top: 0.7rem;
}

.qiyou_mark {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-right: 0.2rem;
    font-size: 16px;
    color: #666666;
}

.qiyou_mark p {
    display: flex;
    align-items: center;
}

.qiyou_mark p span {
    /* width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.12rem; */
    width: 5px;
    height: 5px;
    margin-right: 6px;
    border-radius: 50%;
}

.qiyou_mark p:nth-child(1) span {
    background-color: #f37171;
}

.qiyou_mark p:nth-child(2) span {
    background-color: #f27733;
}

.qiyou_mark p:nth-child(3) span {
    background-color: #f9b34a;
}

.qiyou_mark p:nth-child(4) span {
    background-color: #5fc074;
}

.qiyou_mark p:nth-child(5) span {
    background-color: #7bd2de;
}

.qiyou_mark p:nth-child(6) span {
    background-color: #677cfd;
}
.qiyou_mark p:nth-child(7) span {
    background-color: #e0b625;
}
.qiyou_mark p:nth-child(8) span {
    background-color: #b924b7;
}
.qiyou_mark p:nth-child(9) span {
    background-color: #0c7501;
}
.qiyou_mark p:nth-child(10) span {
    background-color: #ff00fc;
}

.content-l .content-l-b {
    font-size: 14px;
    color: #999999;
}


/* 油价日历 */

.youjia-cal {
    margin-top: 24px;
}

.youjia-cal .cal-title {
    font-size: 18px;
    font-weight: 700;
    border-left: 4px solid #3372fd;
    padding-left: 10px;
}

.youjia-cal .cal-content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.youjia-cal .cal-content>div {
    width: 240px;
    border: 1px solid #f2f2f2;
}

.youjia-cal .cal-content {
    font-size: 14px;
    color: #333333;
}

.youjia-cal .cal-content li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    border-bottom: 1px solid #f2f2f2;
}

.youjia-cal .cal-content span {
    display: block;
    /* padding: 0 30px; */
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #333333;
}


/* 中心右侧 */


/* 油价计算器 */

.comp {
    border-radius: 12px;
    border: 1px solid #f2f2f2;
}

.comp .content_title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.comp .tab_title {
    font-size: 18px;
    
    color: #222;
    background-color: #f5f5f5;
    display: flex;
}

.comp .tab_title>span {
    display: block;
    padding: 16px 46px 14px;
    text-align: center;
    width: 50%;
}

.comp .tab_title .tab_active {
    color: #3372fd;
    background-color: #fff;
}

.comp .tab_item {
    padding: 0 22px 16px;
    font-size: 16px;
}

.comp .flex-between {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.comp .flex-between select {
    border: none;
}

.comp .flex-between input {
    border: none;
    text-align: right;
}

.query_btn {
    cursor: pointer;
    margin-top: 16px;
    width: 360px;
    height: 46px;
    line-height: 46px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #3372fd;
}

.query_result {
    display: none;
    position: relative;
    margin-top: 0.56rem;
    padding: 0.17rem 0.24rem 0.3rem;
    border-radius: 0.1rem;
    background-color: #f4f4f4;
}

.query-tip {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    text-align: center;
    color: #999;

}


/* 交通违章 */

.jiaotong {
    margin-top: 30px;
    border: 1px solid #f2f2f2;
}

.jiaotong .jiaotong-title {
    border-left: 4px solid #3372fd;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jiaotong .jiaotong-title>span {
    font-size: 18px;
    font-weight: 700;
    color: #3372fd;
}

.jiaotong .jiaotong-title>a {
    font-size: 14px;
    color: #3372fd;
}

.jiaotong .jiaotong-content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    padding-top: 10px;
    border-top: 1px solid #f2f2f2;
}

.jiaotong .jiaotong-content>a {
    font-size: 14px;
    color: #222;
    display: block;
    /* width: 72px; */
    /* width: calc(calc(100% / 2) - 20px); */
    width: calc(100% / 3);
    padding: 10px 0;
}


/* 最新资讯 */

.zixun {
    margin-top: 30px;
    border: 1px solid #f2f2f2;
}

.zixun .zixun-title {
    border-left: 4px solid #3372fd;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zixun .zixun-title>span {
    font-size: 18px;
    font-weight: 700;
    color: #3372fd;
}

.zixun .zixun-title>a {
    font-size: 14px;
    color: #3372fd;
}

.zixun .zixun-content {
    height: 370px;
    overflow: hidden;
    padding: 20px;
    padding-top: 10px;
    border-top: 1px solid #f2f2f2;
}

.zixun .zixun-content>li {
    list-style: none;
}

.zixun .zixun-content a {
    display: block;
    font-size: 14px;
    color: #222;
    padding: 10px 0;
}


/* 下方link */

.bot-link {
    margin-top: 60px;
    padding: 10px 50px;
    text-align: center;
    color: #666;
    /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
}


/* .bot-link>a{
  padding: 10px 20px;
} */


/* 底部 */

.bot-about {
    background-color: #666666;
}

.bot-about>div {
    color: #999;
}

.bot-about>div>a {
    color: #999;
}

.wenzi {
    color: #999;
    text-align: center;
    padding: 12px 0px 12px 0px;
}

.wenzi>a {
    color: #999;
}

.bot-about .notice {
    text-align: center;
    color: #999;
}

.bot-about .notice>a {
    color: #999;
}

.new-item {
    margin-top: 0 !important;
}

.first-flex-between {
    margin-bottom: 11px !important;
}

.new-tab-item .onepx {
    height: 1px;
    width: 100%;
    background-color: rgba(242, 242, 242, 1);
}

.new-input::placeholder {
    opacity: 1;
    color: rgba(51, 114, 253, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    text-align: right;
}

.new-tab-item {
    padding: 0 !important;
}

.new-tab-item .flex-between {
    margin-left: 22px;
    margin-right: 16px;
    margin-top: 15px !important;
    margin-bottom: 18px !important;
}

.new-tab-item>ul {
    margin-left: 22px;
    margin-right: 16px;

}

.new-tab-item .query_btn {
    margin-left: 22px;
    margin-right: 16px;
}

.query_result{
    padding: 10px;
}
.query_result li{
    margin-top:8px !important;
}
.query_result p{
    font-size: 18px;
}
.tab_con_new{
    width: 380px;
}

.all_item{
    display: flex;
    justify-content: space-between;
}