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("./resource/images/banner04.png") no-repeat;
    background-size: 100% 100%;
    height: 13vw;
    min-height: 166px;
    width: 100%;
    border-top: 1px solid #333;
    color: #fff;
}

.mid-banner>div {
    width: 1200px;
    margin: 0 auto;
}

.mid-banner>div:nth-child(1) img {
    width: 4vw;
    margin-top: 1vw;
}

.mid-banner>div:nth-child(2) img {
    margin-top: 1vw;
    width: 32vw;
}


/* 主体 */

.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 .top-tips>span {
    margin-left: 20px;
}

.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;
    align-items: flex-start;
    position: relative;
}

.main-content .content-l {
    width: 770px;
}

.main-content .content-r {
    width: 406px;
}

.main-content .content-l .content-l-t {
    /* width: 100%; */
    width: 722px;
    /* height: 166px; */
    border-radius: 16px;
    background: rgba(93, 147, 253, 0.05);
    padding: 24px;
}

.content-l-t>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    padding: 0 110px;
    height: 110px;
}

.content-l-t>div:nth-child(1)>div {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    align-items: center;
    /* justify-content: space-between; */
}

.content-l-t>div:nth-child(1)>div>div:last-child {
    margin-top: 20px;
}

.name-border {
    margin-top: 18px;
}

.name-border>span {
    font-size: 20px;
    font-weight: 700;
}

.fx-info {
    margin-top: 24px;
    padding: 8px 16px;
    color: #333;
    font-size: 16px;
    border-radius: 4px;
}

.content-l-t .jinzhi {
    margin-top: 10px;
    width: 144px;
    height: 30px;
    line-height: 30px;
    border-radius: 22px;
    border: 1px solid #ed5c65;
    font-size: 14px;
    color: #ed5c65;
    text-align: center;
}

.content-l-t p {
    font-size: 18px;
    color: #999;
}

.content-l-t select {
    border: none;
    font-weight: 700;
    margin-top: 20px;
    font-size: 20px;
    color: #333;
    background-color: rgba(93, 147, 253, 0.05);
}

.content-l-t .w-jiantou {
    width: 20px;
    height: 18px;
    margin-top: 50px;
}

.content-l-t>div:nth-child(2) {
    padding: 10px 16px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 16px;
    text-align: left;
}


/* 城市选择框优化 */

.content-l-t .show-more {
    width: 12px;
    margin-left: 10px;
}


/* 主体 */

.mid-content {
    margin-top: 32px;
}

.mid-content .mid-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mid-content .mid-title img {
    width: 8px;
    height: 20px;
}

.mid-content .mid-title p {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.mid-content .mid-title>div:nth-child(1) {
    display: flex;
    align-items: center;
}

.mid-content .mid-title>div:nth-child(2) {
    color: #3372fd;
    cursor: pointer;
}

.mid-container {
    margin-top: 20px;
}

.mid-container .content-title {
    display: flex;
    align-items: center;
}

.border-content,
.rujing_chufa,
.rujing_mudi {
    padding-left: 20px;
}

.content-title img {
    width: 38px;
    height: 38px;
}

.content-title p {
    margin-left: 6px;
    margin-top: -4px;
    font-size: 18px;
    color: #3372fd;
    font-weight: 700;
}

.out-card {
    padding-top: 1px;
    padding-bottom: 30px;
    margin-left: 18px;
    border-left: 1px solid #3372fd;
}

.out-card .card-btn {
    margin-top: 22px;
    margin-left: 20px;
    display: flex;
}

.out-card .in-card {
    margin-top: 24px;
    /* background-color: #dbeafb; */
    border-radius: 16px;
    padding: 24px;
    margin-left: 20px;
}

.out-card .in-card>span {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}

.in-card>div {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
}

.in-card .tips {
    margin-bottom: 24px;
}

.in-card .tips>span:nth-child(1) {
    /* background-color: #3372fd; */
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.in-card .tips>span:nth-child(2) {
    margin-left: 10px;
    color: #222222;
}

.in-card .content-text {
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
}

.in-card .content-text>p {
    color: #222;
    font-size: 16px;
}

.city-content {
    margin-top: 24px;
    background-color: #dbeafb;
    border-radius: 16px;
    padding: 24px;
    margin-left: 20px;
}

.city-content .title-type {
    color: #3372fd;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}

.city-content .article {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
}

.city-content .find-more {
    padding: 8px 16px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
}

.city-content .find-more a {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #3372fd;
    background-color: #dbeafb;
    border-radius: 18px;
}

.card-bottom-btn {
    margin-left: 20px;
    text-align: center;
    margin-top: 20px;
}

.card-bottom-btn>.pass {
    background-color: #ecf8ec;
}


/* 第二板块 */

.second-card {
    padding-bottom: 32px;
}

.second-card .toggle-btn {
    display: flex;
}

.second-card .question {
    margin-top: 30px;
}

.second-card .question span:nth-child(1) {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient( -45.9deg, rgba(16, 179, 183, 1) 0%, rgba(64, 222, 178, 1) 100%);
}

.second-card .question span:nth-child(2) {
    font-size: 18px;
    margin-left: 14px;
}

.second-card .answer {
    background-color: #f9fbfc;
    padding: 24px;
    font-size: 16px;
}

.second-card .answer>p {
    color: #333333;
}

.second-card .answer>a {
    display: block;
    margin-top: 14px;
    color: #3372fd;
}


/* 第三个卡片 */

.three-card {
    padding-left: 16px;
    color: #333333;
    font-size: 16px;
}

.three-card>a {
    color: #333333;
    font-size: 16px;
}

.three-card>div:nth-child(1) {
    font-weight: 700;
}

.three-card>p {
    margin-top: 10px;
}


/* 按钮 */

.mid-container button {
    margin-right: 20px;
    padding: 8px 16px;
    border-radius: 18px;
    border: none;
    font-size: 16px;
}


/* 可进城、可出城 */

.pass,
.no-pass,
.part-no-pass,
.when-need-pass {
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 14px;
    background-color: #fff;
}

.pass {
    color: #55a657;
    border: 0.01rem solid #55a657;
}


/* 禁止进城、禁止出城 */

.no-pass {
    color: #dc5f5f;
    border: 0.01rem solid #dc5f5f;
}


/* 部分地区禁止进城、部分地区禁止出城 */

.part-no-pass {
    color: #f17013;
    border: 0.01rem solid #f17013;
}


/* 非必要不进城、非不要不出城 */

.when-need-pass {
    color: #3588da;
    border: 0.01rem solid #3588da;
}

.active-bg {
    background-color: #dbeafb;
}

.low-bg {
    background-color: #ecf8ec;
}

.mid-bg {
    background-color: #fff6df;
}

.high-bg {
    background-color: #fee9e9;
}

.active-color {
    color: #3372fd;
}

.low-color {
    color: #55a657;
}

.mid-color {
    color: #ffc123;
}

.high-color {
    color: #dc5f5f;
}

.order-low {
    background-color: #55a657;
}

.order-mid {
    background-color: #ffc123;
}

.order-high {
    background-color: #dc5f5f;
}

.low {
    background: rgba(60, 163, 101, 0.1) !important;
    padding-top: 20px;
}

.low>span {
    color: #3ca365;
    font-size: 18px;
    font-weight: 700;
}

.low>div {
    margin-top: 22px;
}


/* 按钮色 */

.pass-btn {
    background-color: #ecf8ec;
    color: #3ca365;
}

.pass-btn>a {
    color: #3ca365;
}

.ele {
    background-color: #ecf2ff;
    color: #3372fd;
}

.ele>a {
    color: #3372fd;
}

.active {
    background-color: #ecf2ff;
    color: #3372fd;
}

.danger {
    background-color: #fef5f6;
    color: #ed5c65;
}


/* 下方内容*/

.content-l .content-l-b {
    margin: 32px 0;
    font-size: 16px;
    color: #999999;
}

.content-l .daofen {
    margin-top: 32px;
    padding: 20px 24px 50px;
    border-top: 1px solid #f2f2f2;
}

.not-allow {
    display: none;
}

.height {
    background-color: #fee9e9;
}

.height a {
    color: #ed5c65;
}

.low {
    background-color: #ecf8ec;
}

.low a {
    color: #55a657;
}


/* 右侧 */

.content-r>div {
    margin-top: 30px;
    border: 1px solid #f2f2f2;
}

.content-r>div:first-child {
    margin-top: 0;
}

.right-title {
    border-left: 4px solid #3372fd;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    background-color: #f2f2f2;
}

.right-title>span {
    font-size: 18px;
    font-weight: 700;
    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: calc(100% / 3);
    padding: 10px 0;
}


/* 最新资讯 */

.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;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
}

.content-r>.tools-box {
    margin-top: 0;
    border-radius: 12px;
    border: 1px solid #f2f2f2;
}

.tools-title {
    padding-top: 20px;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    font-weight: 700;
    font-size: 18px;
}

.tools-box .tools-content {
    padding: 18px 20px;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tools-box .tools-content>a {
    display: block;
    height: 84px;
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
}

.tools-box .tools-content>a>img {
    width: 64px;
}

.tools-box .tools-content>a>p {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.tools-box .tools-content .hot {
    position: absolute;
    width: 20px;
    top: 0;
    right: 20%;
}


/* 轮播图 */

.content-r .lunbo {
    width: 100%;
    height: 218px;
}

.content-r .lunbo>div {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.content-r .lunbo img {
    height: 100%;
    width: 100%;
}

.content-r .lunbo .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.5;
}

.content-r .lunbo .swiper-pagination-bullet-active {
    background-color: #1250a5;
    width: 12px;
}


/* 下方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;
    padding: 12px 0px 12px 0px;
    text-align: center;
}

.wenzi>a {
    color: #999;
}

.bot-about .notice {
    text-align: center;
    color: #999;
}

.bot-about .notice>a {
    color: #999;
}

.phone-img {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 5px;
    width: 16px;
    height: 18px;
}