/*隐藏视频下载按钮*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway');

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    /* src: url('https://fonts.googleapis.com/css?family=Open Sans|Raleway" rel="stylesheet'); */
}

html {
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Open Sans", sans-serif;
    font-family: "Raleway", sans-serif;
    min-height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 16px;
    _height: 100%;
    zoom: 1;
}

div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0
}


div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
    zoom: 1
}

/* li {
    list-style-type: none
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

iframe,
frame,
fieldset,
img {
    border: 0 none
}

img {
    vertical-align: top
}

input[type=button],
input[type=submit],
input[type=reset] {
    cursor: pointer
}

button {
    cursor: pointer
}

input,
textarea,
button {
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type=radio] {
    -webkit-border-radius: 100%;
    -webkit-appearance: radio
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    resize: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

th {
    font-weight: normal
}

em,
cite,
address,
i {
    font-style: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
select,
button,
textarea {
    font-size: 16px;
    /* font-family: "Microsoft Yahei", arial, "\5b8b\4f53";/ */
}



a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}




a * {
    cursor: pointer
}



:focus {
    outline: none
}

.edit_con_original {
    line-height: 2;
    padding: 0 0;
    color: #333;
}

.edit_con_original ul {
    margin: inherit;
    padding: inherit;
    padding-left: 2em;
}

.edit_con_original ul li {
    list-style-type: disc;
    margin: auto;
}

.edit_con_original ol {
    margin: inherit;
    padding: inherit
}

.edit_con_original ol li {
    list-style-type: decimal;
    margin: auto;
}

.edit_con_original h1 {
    font-size: 2em;
    font-weight: bold
}

.edit_con_original h2 {
    font-size: 1.5em;
    font-weight: bold
}

.edit_con_original h3 {
    font-size: 1.17em;
    font-weight: bold
}

.edit_con_original h4 {
    font-size: 1em;
    font-weight: bold
}

.edit_con_original h5 {
    font-size: 0.83em;
    font-weight: bold
}

.edit_con_original h6 {
    font-size: 0.67em;
    font-weight: bold
}

.edit_con_original em {
    font-style: italic
}

.edit_con_original cite {
    font-style: italic
}

.edit_con_original address {
    font-style: italic
}

.edit_con_original i {
    font-style: italic
}

.edit_con_original table {
    border-collapse: separate;
    border-spacing: 2px
}

.edit_con_original img {
    max-width: 100%;
    height: auto;
}

.edit_con_original video {
    max-width: 100%;
    display: block;
    margin: auto;
}


/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
    content: '';
    display: table
}

.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
    content: '';
    display: table;
    clear: both
}




.clear,
.cl {
    display: block !important;
    float: none !important;
    clear: both;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    font-size: 0 !important;
    line-height: 0 !important
}


.err_position {
    width: 100%;
    height: auto;
    background: url(/material/images/errors.png) center no-repeat;
}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/*图片经过*/
.tran_scale {
    overflow: hidden;
    display: block;
}

/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

.tran_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}


/*两端对齐*/
.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
}

/*上下居中*/
.v-m-c {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    left: 0;
    top: 50%;
}

/*左右居中*/
.l-m-c {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 0;
}

/*绝对居中*/
.a-m-c {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.animate {
    transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slowx {
    transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_fast {
    transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slow {
    transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_normal {
    transition: 0.5s all linear;
}

/*font-size*/
.fnt_16 {
    font-size: 16px;
}

.fnt_18 {
    font-size: 18px;
}

.fnt_20 {
    font-size: 20px;
}

.fnt_22 {
    font-size: 22px;
}

.fnt_24 {
    font-size: 24px;
}

.fnt_28 {
    font-size: 28px;
}

.fnt_30 {
    font-size: 30px;
    font-family: Raleway-SemiBold, Raleway;
    font-weight: 600;
    color: #333333;
}

.fnt_32 {
    font-size: 32px;
    line-height: 34px;
}

.fnt_36 {
    font-size: 36px;
}

.fnt_48 {
    font-size: 48px;
}

.fnt_66 {
    font-size: 66px;
}

.fnt_120 {
    font-size: 120px;
}

.wrap {}



.determine {
    height: 26px;
    color: #fff;
    background: #d6000e;
    box-sizing: border-box;
    padding: 0px 10px;
    cursor: pointer;
}

.Select {
    background: #d6000e !important;
    border: 1px solid #d6000e !important;
    color: #fff;
}

/* 全局盒子 */
.main {
    width: 1400px;
    margin: 0 auto;
    font-family: "微软雅黑";
}

.hraeder {
    width: 100%;
}

.hraederTop {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    /* width: 100%; */
}

.hraederTopRight {
    display: flex;
    flex: 1;
    justify-content: right;
    font-size: 16px;
    align-items: center;
    display: none;
}

.hraederTopLeft {
    display: flex;
    align-items: center;
}

.hraederTopInput input {
    height: 35px;
    width: 381px;
    border: 1px rgba(205, 215, 232, .5) solid;
    border-radius: 20px;
    background-color: rgba(236, 241, 249, .8);
    text-indent: 15px;
}

.WeatherRightLoopImg {
    height: 40px;
}

.hraederTopmoid {
    margin-left: 70px;
    position: relative;
}

.hraederTopLogo {
    width: 226px;
    height: 57px;
}

.hraederTopLogo img {
    width: 100%;
    height: 100%;
}

.hraederWeatherLeft {
    margin-top: -10px;
}

.hraederTopA {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999999;
    margin-left: 60px;
    vertical-align: middle;
}

input::placeholder {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999999;

}

.hraederTopA a {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999999;
}

.hraederTopA {
    position: absolute;
    top: 8px;
    left: 15px;
}



.gang {
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #e2e2e2;
    margin-left: 5px;
    margin-right: 5px;
}

.searchImg {
    position: absolute;
    right: 4px;
    top: 4px;
    background: #003FA3;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
}

.searchImg img {
    margin-top: 3px;
}


.shop a span {
    vertical-align: top;
    color: #ffffff !important;
    font-size: 16px;
}

.shop {
    background: #003FA3;
    border-radius: 15px;
    width: 98px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
}

.shop img {
    height: 19px;
    width: 21px;
    margin-top: 6px;
    margin-right: 5px;
}


.rightGang {
    color: rgba(237, 237, 237, 1);
    margin-left: 10px;
    margin-right: 10px;
}

.rightText a {
    color: #333333;
    font-size: 16px;
}

.rightUser img {
    margin-top: 4px;
    margin-right: 5px;
}

.hraederWeather {
    width: 100%;
    position: relative;
}

.hraederWeatherBg {
    width: 100%;
}

.hraederWeatherBg img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.headerYubao {
    display: flex;
    justify-content: space-between;

}

.hraederWeatherCon {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%);
}

.hraederWeatherLeftOne {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.WeatherLeftTwo {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}

.WeatherLeftTwo div {
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
}

.WeatherLeftThree {
    display: flex;
    align-items: center;
}

.hraederWeatherRight {
    display: flex;
}

.headerNav {
    display: flex;
    width: 100%;
    background: #ffffff;
    margin-top: 10px;
    position: relative;
}
.headerNavUl{
    position: absolute;
    width: 100% !important;
    top: 60px;
    left: 0px;
    background: #ffffff;
    display: none;
}
.headerNavUl>div:hover{
    background: #003FA3!important;
}
.headerNavUl>div:hover a{
    color: #ffffff !important;
}
.headerNavUlEr{
    position: absolute;
    width: 100% !important;
    top: 67px;
    left: 0px;
    background: #ffffff;
    display: none;
    z-index: 22;
}
.headerNavUlEr a{
    color: #333333 !important;
}
.headerNavUlEr>div:hover{
    background: #003FA3!important;
}
.headerNavUlEr>div:hover a{
    color: #ffffff !important;
}
.WeatherLeftOneFst {
    color: #ffffff;
    font-weight: Bold;
    font-size: 24px;
    margin-right: 15px;
}

.WeatherLeftOneTab {
    color: #315ea0;
    font-size: 14px;
    background-color: #ffffff;
    width: 50px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}
.WeatherLeftOneTabActive{
    border-radius: 10px 10px 0px 0px;
}
.cityTabCon{
    display: none;
    position: absolute;
    z-index: 100  !important;
}
.cityTab{
    position: absolute;
    width: max-content;
    overflow: hidden;
    height: 320px;
    background: #ffff;
    z-index: 100  !important;
    border-radius: 0px 10px 10px 10px; 
    display: flex;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 添加柔和的阴影效果 */
    border: 1px solid rgba(0, 0, 0, 0.05); /* 添加一个非常淡的边框 */

}
.cityTabLeft{
    min-width: 100px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    border-right: 1px solid rgba(177, 184, 208, .15);
}
.cityTabRight{
    min-width: 150px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
}
.cityTabLeftUl{
    list-style: none;
    width: 100%;
}
.cityTabRightUl{
    list-style: none;
    width: 100%;
    display: none;
}
.cityTabRightUlActive{
    display: block;
}
.cityTabRightUl a{
    display: inline-block;
    width: 100%;
}
.cityTabRightUl li{
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #333333;
    font-size: 18px;
    padding: 0px 20px;
}
.cityActive{
    background-color: rgba(236, 241, 249, .8);
}
.cityTabConActive{
    display: block;
}
.cityTabLeftUl li{
    height: 45px;
    line-height: 45px;
    color: #333333;
    font-size: 18px;
    padding: 0px 20px;
}
.cityTabLeftUl li:hover{
    background-color: rgba(236, 241, 249, .8);
}
.cityTabRightUl li:hover{
    background-color: rgba(236, 241, 249, .8);
}



.WeatherLeftOneTime {
    font-size: 16px;
    color: #ffffff;
    margin-right: 15px;
}

.WeatherLeftOneShuang {
    font-size: 16px;
    color: #ffffff;
    margin-right: 15px;
}

.WeatherLeftOneDu {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.WeatherLeftOnetext {
    font-size: 16px;
    color: #ffffff;
    margin-left: 15px;
}

.shu {
    color: rgba(237, 255, 255, 0.4);
}

.WeatherRightDuText {
    background: rgba(237, 255, 255, 0.16);
    border-radius: 16px;
    width: 140px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
    color: #ffffff;

}

.WeatherRightDuImg {
    text-align: right;
    margin-bottom: 15px;
}

.WeatherRightDuText>span:first-child {
    margin-right: 10px;
}

.WeatherRightDuText span {
    font-weight: bold;
    color: #ffffff;
}

.WeatherRightLoopRi {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

.WeatherRightLoopWEndu {
    font-size: 16px;
    color: #ffffff;
}

.WeatherRightLoopTian div {
    font-size: 16px;
    color: #ffffff;
}

.WeatherRightLoopWen {
    display: flex;
   /* align-items: end; */
	align-items: flex-end;
    margin-top: -17px;
}

.Divider {
    width: 2px;
    height: 100px;
    background-color: rgba(237, 255, 255, 0.1);
    margin-left: 40px;
    margin-right: 40px;
}

.headerNav>div {
    width: 12.5%;
    text-align: center;
    font-size: 22px;
}

.headerNavCon {
    display: flex;
    height: 70px;
    box-shadow: 0 2px 5px -2px rgba(46, 118, 222, .2);
    margin-top: 15px;
}

.headerNav a {
    color: #333333;
    font-size: 22px;
    display: inline-block;
    width: max-content;
    padding: 15px 0px;
    margin: 0 auto;
}

.headerNavActive a {
    color: #003FA3 !important;
    border-bottom: 4px solid #003FA3 !important;
    font-weight: bold !important;
}

.footer {
    padding: 50px 0px;
    width: 100%;
    background: #003FA3;
}

.footerTextBox {
    display: flex;
}

.footer>div>div {
    display: flex;
}

.footerText {
    width: max-content;
    margin: 0 auto;
}

.footerText div {
    font-size: 18px;
    color: #ffffff;
}

.footerText a {
    font-size: 18px;
    color: #ffffff;
}

.footerCon>div {
    margin-bottom: 20px;
}

.footerCon>div:last-child {
    margin-bottom: 0px;
}

.shuGang {
    display: inline-block;
    width: 2px;
    height: 18px;
    background: rgba(237, 255, 255, 0.3);
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: middle;
}

.footerText img {
    margin-left: 20px;
    margin-right: 5px;
    vertical-align: sub;
}

.floatingWindow {
    position: fixed;
    z-index: 2;
    right: 50px;
    top: 50%;
    display: none;
}

.floatingWindow img {
    width: 91px;
}

.floatingWindow>div:first-child {
    margin-bottom: 15px;
}

/* 二级页面头部 */
.headerLeve {
    width: 100%;
    background: #003FA3;
}

.nav {
    width: 100%;
    /* background: #003FA3; */
}

.navTable {
    display: flex;
}

.navClick {
    width: 12.5%;
    text-align: center;
    font-size: 22px;
    position: relative;
}

.navClick a {
    color: #ffffff;
    font-size: 22px;
    display: inline-block;
    width: max-content;
    padding: 15px 0px;
}

.navClickActive>a {
    border-bottom: 4px solid #FFC13B;
    font-weight: bold;
}

.title {
    width: max-content;
    /* 让容器宽度适应内容 */
}

.name {
    font-size: 22px;
    font-weight: bold;
    color: #003fa3;
    width: max-content;
}

.name a {
    font-size: 22px;
    font-weight: bold;
    color: #003fa3;
    width: max-content;
}

.text {
    width: 100%;
    border-radius: 10px;
    height: 5px;
    background: rgba(0, 63, 163, .3);
    margin-top: -7px;
}

.crumbs {
    width: 100%;
    background: linear-gradient(-90deg, #fdfeff 0%, #e1e7f4 100%), #f0f4fa;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 40px;
}

.crumbsText a {
    font-size: 16px;
}

.crumbsTextActive a {
    font-weight: bold;
}

.crumbs>span {
    vertical-align: middle;
}

.crumbsGang {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #92aedb;
    border-radius: 2px;

}

.crumbs {
    margin-top: 30px;
}

.crumbsArrow {
    color: #999999;
    font-size: 18px;
}

.page {
    display: flex;
    width: max-content;
    margin: 0 auto;
    /* margin-top: 80px; */
    margin-bottom: 70px;
}

.page a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #f1f2f3;
}

.pageBtnUp a {
    width: 90px;
}

.page>div {
    margin-right: 10px;
}

.pageBtnInput input {
    width: 50px;
    height: 50px;
    border: 1px solid #dadada;
    text-align: center;
}

.pageBtnActive a {
    background: #003FA3;
    color: #ffffff;
    font-weight: bold;
}

.pageBtnGo a {
    width: 70px;
    background: #003FA3;
    color: #ffffff;
}

/* 自定义视频控件样式 */
video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, transparent) !important;
}

video::-webkit-media-controls-timeline {
    background-color: rgba(255, 255, 255, 0.1);
}

video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-play-button {
    color: #ffffff;
}

#footerFrame {
    width: 100%;
    height: 268px;
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    /* 添加这行 */
    margin-bottom: -4px;
    /* 添加这行，消除底部间隙 */
}

#hearderFrame {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    height: 144px;
}

#weatherWarning {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    height: 240px;
    position: relative;
}

.swiper-containerDu {
    width: 140px;
    height: 100px;
    cursor: default !important;
}

.swiper-scrollbarDu {
    opacity: 1 !important;
    background: rgba(225, 225, 225, .16) !important;
}

.swiper-scrollbar-drag {
    background: #F7CF77 !important;
}

.headerNav a:hover {
    color: #003FA3 !important;
    font-weight: bold !important;

}

.navClick a:hover {
    font-weight: bold !important;
}

.nav {
    display: none;
}

.hraederWeatherPho {
    display: none;
}

.headerNav img{
    width: 13px;
    height: 7px;
    }












@media (max-width:1680px) {
    .floatingWindow {
        right: 0px;
    }
}

@media (max-width:1500px) {
    .floatingWindow img {
        width: 60px;
    }
}

@media (max-width:1399px) {
    .main {
        width: 90%;
    }
}

@media (max-width:1320px) {
    .hraederTopInput input {
        width: 330px;
    }

    .hraederTopA a {
        font-size: 12px;
    }

   
}

@media (max-width:1240px) {
    .hraederTopmoid {
        margin-left: 20px;
    }

    .hraederTopLogo {
        width: 170px;
        height: 44px;
    }

    .Divider {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width:1150px) {
    .nav {
        display: block;
    }

    .hraederTopPhone {
        background-image: url(/material/images/peone.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 20px 0px;
    }

    .hraederTopLogo {
        margin-top: 25px;
        width: 220px;
        height: auto;
    }

    .hraederTop {
        display: none;
    }

    .hraederTopLeft {
        display: block;
    }

    .hraederTopmoid {
        width: max-content;
        margin-left: 0px;
    }

    .mobileTop {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobileOpen{
        display: flex;
        display: none;
    }

    .mobileOpen img {
        width: 30px;
        cursor: pointer;
        display: none;
    }

    .hraederTopRight {
        justify-content: left
    }

    .hraeder {
        position: relative;
    }

    .mobileYing {
        padding: 30px 5%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
        margin: 0;
        top: 0px;
        position: fixed;
        right: 0;
        left: auto;
        float: none;
        width: 100%;
        background: -webkit-linear-gradient(90.00deg, #ffffff 0%, #ffffff 100%);
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
    }

    .mobileGuanbi {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .mobileGuanbi img {
        width: 30px;
        height: 30px;
    }

    .mobileYingActive {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    .xieGang{
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width:1050px) {
    .hraederWeather {
        display: none
    }

    .hraederWeatherPho {
        display: block;
    }

    .mobileOpen div {
        color: #4a76a6;
        font-weight: 500;
        margin-top: -4px;
    }

    .mobileOpen {
        /* display: flex; */
        display: none;
    }

    .mobileOpen div a {
        color: #4a76a6;
        font-weight: 500;
    }
    .weatherImageContainer {
        position: relative;
    }

    .headerNavCon {
        margin-top: 0px;
    }

    .main {
        width: 94%
    }

    .hraederWeather {
        display: none
    }

    .hraederWeatherPho {
        display: block;
    }

    .weatherImageContainer {
        position: relative;
    }

    .headerNavCon {
        margin-top: 0px;
    }

    .hraederWeatherBg img {
        height: 180px;
    }

}

@media (max-width:900px) {
    .name a {
        font-size: 18px;
    }
    .cityTabLeftUl li{
        font-size: 16px;
    }
    #hearderFrame {
        position: relative;
        height: 375px;
        overflow-y: auto;
        z-index: 200;
    }

    #footerFrame {
        height: 308px;
    }

    .rightGang {
        display: none;
    }

    .mobileYing {
        display: block;
    }

    .mobileOpen {
        height: 15.55px;
    }

    .mobileOpen img {
        width: 20px;
        cursor: pointer;
    }

    .hraederTopRight {
        display: block;
    }

    .rightText {
        border-bottom: 1px rgba(205, 215, 232, .5) solid;
        padding: 15px;
    }

    .rightUser {
        display: none;
    }

    .shop {
        background: none;
        width: 100%;
        text-align: left;
        border-bottom: 1px rgba(205, 215, 232, .5) solid;
        padding: 15px;
        line-height: inherit;
        margin-left: 0px;
        height: auto;
        border-radius: 0px
    }

    .shop a {
        color: #333333;
    }

    .shop a span {
        color: #333333 !important;
    }

    .shop img {
        display: none
    }

    .mobileYing {
        padding: 30px 5% 30px 5%
    }

    .mobileGuanbi {
        width: 100%;
        height: 20px;
        text-align: right;
    }

    .mobileGuanbi img {
        width: 20px;
        height: 20px;
    }

    .navClick {
        width: auto;
    }

    .navClick a {
        font-size: 18px;
        padding: 10px 0px;
    }

    .headerNav a {
        font-size: 18px;
    }

    .headerNavCon {
        width: 100%;
        padding: 0px 10px;
        height: 55px;
        margin: 0 auto;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .headerNavCon::-webkit-scrollbar {
        display: none;
    }

    .headerNav {
        margin-right: 20px;
        margin-top: 0px;
    }

    .WeatherLeftOneFst {
        font-size: 20px;
        margin-right: 5px;
    }

    .WeatherLeftOneTab {
        font-size: 16px;
        width: 55px;
        height: 25px;
        line-height: 25px;
    }

    .WeatherLeftOneTime {
        font-size: 16px;
    }

    .WeatherLeftOneShuang {
        font-size: 16px;
        margin-right: 5px;
    }

    .WeatherLeftTwo div {
        font-size: 16px;
    }

    .WeatherLeftOneDu {
        font-size: 18px;
    }

    .WeatherLeftOnetext {
        font-size: 14px;
        margin-left: 10px;
    }

    .WeatherRightDuText {
        font-size: 14px;
        width: 100px;
        height: 23px;
        line-height: 23px;
    }

    .swiper-containerDu {
        width: 100px;
    }

    .hraederWeatherLeft {
        margin-top: 2px;
    }

    .hraederWeatherCon {
        top: 28px;
    }

    .hraederWeatherBg img {
        height: 140px;
    }

    .WeatherRightDuImg {
        margin-bottom: 10px;
    }

    .swiper-containerDu {
        height: 90px;
    }

    .footerText a {
        font-size: 14px;
        color: #FFFFFE;
    }

    .footerText div {
        font-size: 14px;
    }

    .footer>div>div {
        width: 100%;
        flex-wrap: wrap;

    }

    .footer>div>div>div:first-child {
        width: 100%;
        text-align: center;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .shuGang {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer {
        padding: 30px 0px;
    }

    .footer>div>div:last-child>div:first-child {
        width: 100%;
        text-align: center;
        font-weight: 400;
    }

    .navClick {
        margin-right: 25px;
    }

    .headerLeve {
        width: 100%;
        overflow-x: auto;
    }

    .navTable {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .navTable::-webkit-scrollbar {
        display: none;
    }

    .footerTextBox {
        display: flex;
        width: max-content;
        margin: 0 auto;
    }

    a {
        font-size: 15px;
    }

    .page a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .pageBtnUp a {
        width: 60px;
    }

    .page {
        width: 90%;
        margin: 0 auto;
        overflow-x: auto;
        margin-bottom: 50px;
        scrollbar-width: none;
    }

    .page::-webkit-scrollbar {
        display: none;
    }

    .pageBtnInput input {
        width: 40px;
        height: 40px;
    }

    .crumbs {
        padding: 5px 10px;
        margin-bottom: 30px;
    }

    .crumbsText a {
        font-size: 12px;
    }

    .hraederTopInput input {
        width: 210px;
    }

    .mobileOpen div {
        color: #4a76a6;
        font-weight: 500;
        margin-top: -4px;
    }

    .mobileOpen {
        /* display: flex; */
        display: none;
    }

    .mobileOpen div a {
        color: #4a76a6;
        font-weight: 500;
    }
    .mobileOpenImg{
        margin-left: 10px;
    }
    .xieGang{
        margin-left: 5px;
        margin-right: 5px;
    }
    .navTable>div:last-child{
        margin-right: 0px;
    }
    .cityTab{
        height: 190px;
    }
}
@media (max-width:767px) {
    .WeatherLeftOneFst {
        font-size: 16px;
        margin-right: 5px;
    }

    .WeatherLeftOneTab {
        font-size: 12px;
        width: 35px;
        height: 18px;
        line-height: 18px;
    }

    .WeatherLeftOneTime {
        font-size: 12px;
    }

    .WeatherLeftOneShuang {
        font-size: 12px;
        margin-right: 5px;
    }

    .WeatherLeftTwo div {
        font-size: 14px;
    }

    .WeatherLeftOneDu {
        font-size: 18px;
    }

    .WeatherLeftOnetext {
        font-size: 14px;
        margin-left: 10px;
    }
    .cityTabLeftUl li{
        font-size: 15px;
    }
    .WeatherRightDuText {
        font-size: 12px;
        width: 100px;
        height: 23px;
        line-height: 23px;
    }
    .headerNavCon{
        background: linear-gradient(to right, transparent, transparent 90%, #ffffff);
        -webkit-mask-image: linear-gradient(to right, black 0%, black 85%, transparent 100%);
        mask-image: linear-gradient(to right, black 0%, black 85%, transparent 100%);
    }
    .headerLeve {
        background: linear-gradient(to right, #003FA3 60%, rgba(0, 63, 163, 0.7) 80%, rgba(0, 63, 163, 0.3) 100%);
    }
   
}