* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
div {
    box-sizing: border-box;
}
body {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    position: relative;
}

input {
    border: none;
    outline: none;
}

img {
    object-fit: cover;
}
.displayr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hiddens {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.clear20 {
    width: 100%;
    height: 20px;
}
.clear10 {
    width: 100%;
    height: 10px;
}
.clear40 {
    width: 100%;
    height: 40px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.banxin {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.imgbox img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: all 1s ease 0s;
}
.imgbox:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: all 1s ease 0s;
    -moz-transform: all 1s ease 0s;
    -o-transform: all 1s ease 0s;
}
.headerTop {
    clear: both;
    width: 100%;
    min-width: 1400px;
    background: #ffffff;
}
.headerTop .bgnavs .htsearch {
    width: 340px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 55px;
    padding: 0 18px;
    margin-top: 19px;
    position: relative;
}
.headerTop .bgnavs .htsearch #searchtext {
    width: 264px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    line-height: 20px;
    padding: 0 20px 0 0px;
}
.headerTop .bgnavs .htsearch .searimg {
    width: 18px;
    height: 18px;
    display: block;
}
#searchResult {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    line-height: normal;
    z-index: 99999;
    background: white;
}
#searchResult ul {
    border: 1px solid #cde1ff;
    max-height: 286px;
    overflow-y: scroll;
}
.headerTop .htbgbox {
    width: 100%;
    min-width: 1400px;
    height: 600px;
}
.headerTop.indbg{
    background: linear-gradient(-45deg, #ff9060, #ff9060);
}
.headerTop .htbgbox.htsybg {
    background-image: url("/static/img/bgimg/sybgimg1.png");
    background-repeat: no-repeat;
    background-size: 100% 452px;
    background-position: bottom center;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.headerTop .htbgbox.tqbgcolor {
    height: 400px;
    background: linear-gradient(-45deg, #ff9060, #ff9060);
    position: relative;
}
.headerTop .htbgbox.tqbgcolor .daysbg{
    width: 100%;
    height: 111px;
    background-image: url(../img/daysbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.headerTop .htbgbox.nobg {
    height: 80px;
    background: #6a75df;
}

.headerTop .bgnavs {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(0,0,0,0.08);
}
.headerTop .bgnavs .newhead{
    width: 1400px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
}
.headerTop .bgnavs .logobox {
    width: 176px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerTop .bgnavs .logobox .logoimg {
    width: 176px;
    height: 38px;
    display: block;
    margin-top: 20px;
}

.headerTop .bgnavs .navs {
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 82px;
}

.headerTop .bgnavs .navs .nav {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 24px 0;
}

.headerTop .bgnavs .navs .nav a.yjnav {
    height: 32px;
    line-height: 29px;
    display: flex;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
}

.headerTop .bgnavs .navs .nav.active a.yjnav {
    border: 1px solid #ffffff;
    border-radius: 15px;
    box-sizing: border-box;
}

.headerTop .bgnavs .navs .nav .arbimg {
    width: 12px;
    height: 7px;
    display: block;
    margin: 13px 0 0 10px;
}

.headerTop .bgnavs .navs .nav .ejnavs {
    width: 196px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(112, 129, 226, 0.79);
    position: absolute;
    top: 60px;
    left: -40px;
    z-index: 10;
    padding-bottom: 20px;
    display: none;
    flex-wrap: wrap;
    align-content: flex-start;
}

.headerTop .bgnavs .navs .nav .ejnavs a {
    display: block;
    width: 48%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 20px;
    margin-top: 20px;
}

.headerTop .bgnavs .navs .nav .ejnavs a:hover {
    color: #5299f0;
}

.headerTop .bgnavs .navs .nav:hover .ejnavs {
    display: flex;
}

.tqDaysbox {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.tqDaysbox .leftDay {
    width: 650px;
    padding-left: 50px;
    overflow: hidden;
    padding-top: 80px;
}

.tqDaysbox .leftDay .datanote {
    width: 100%;
    height: 26px;
    font-size: 18px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 26px;
}

.tqDaysbox .leftDay .dayinfo {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    display: flex;
    align-items: flex-end;
    margin-top: 24px;
}

.tqDaysbox .leftDay .dayinfo .tqimg {
    width: 98px;
    height: auto;
    display: block;
}

.tqDaysbox .leftDay .dayinfo .tem {
    font-size: 100px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    line-height: 100px;
    display: flex;
    align-items: flex-start;
    margin-left: 5px;
}

.tqDaysbox .leftDay .dayinfo .dw {
    font-size: 30px;
    font-weight: 500;
    text-align: LEFT;
    color: #ffffff;
    line-height: 30px;
    margin: 15px 2px 0 0;
}

.tqDaysbox .leftDay .dayinfo p {
    height: 26px;
    font-size: 18px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 26px;
    margin: 0 0 6px 20px;
}

.tqDaysbox .rightDay {
    width: 746px;
    height: 300px;
    position: relative;
    padding: 0 23px;
    margin-top: 50px;
}

.tqDaysbox .rightDay .lists {
    display: none;
    width: 100%;
    height: 300px;
    position: relative;
    background: rgb(255 255 255 / 21%);
    overflow: hidden;
    border-radius: 10px;
}

.rightDay .lists.show {
    display: block;
}

.rightDay .lists::-webkit-scrollbar {
    display: none;
}

.rightDay .lists .temechart {
    display: none;
    width: 640px;
    height: 60px;
    position: absolute;
    bottom: 92px;
    left: 30px;
}

.rightDay .lists.show .temechart {
    display: block;
}

.rightDay .tqlists {
    width: 100%;
    height: 100%;
    font-family: Microsoft Yahei;
    text-align: center;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.rightDay .tqlists .item {
    display: inline-block;
    width: 100px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 20px 0;
    flex-shrink: 0;
    box-sizing: border-box;
}

.rightDay .tqlists .item:hover {
    background: #e5d0c8;
}

.rightDay .tqlists .item .xia,
.rightDay .tqlists .item .shang {
    width: 100%;
    box-sizing: border-box;
}

.rightDay .tqlists .item .shang .data {
    width: 100%;
}

.rightDay .tqlists .item .shang .data div {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 16px;
    margin-top: 6px;
}

.rightDay .tqlists .item .shang .imgbox {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
}

.rightDay .tqlists .item .shang .imgbox img {
    width: 38px;
    height: auto;
    display: block;
}

.rightDay .tqlists .item .xia,
.rightDay .tqlists .item .shang .tqdeg {
    width: 100%;
}

.rightDay .tqlists .item .xia div,
.rightDay .tqlists .item .shang .tqdeg div {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 14px;
}

.rightDay .tqlists .item .xia div:last-child,
.rightDay .tqlists .item .shang .tqdeg div:last-child {
    margin-top: 14px;
}

.rightDay .limgbtn{
    width: 18px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 54%;
    left: 0;
    margin-top: -20px;
    cursor: pointer;
}
.rightDay .rimgbtn{
    width: 18px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 54%;
    right: 0;
    margin-top: -20px;
    cursor: pointer;
}
.rightDay .limgbtn.noshow{
    display: none;
}
.rightDay .limgbtn:hover,
.rightDay .rimgbtn:hover{
    background: rgba(255,255,255,0.30);
}

.rightDay .limgbtn .tqlimg {
    width: 7px;
    height: 12px;
    display: block;
}
.rightDay .rimgbtn .tqrimg {
    width: 7px;
    height: 12px;
    display: block;
}


.main.nopadtop {
    padding-top: 0px;
}

.main.tkbg {
    background-size: 100% 1127px;
    background-repeat: no-repeat;
}


.daohang1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #999999;
    padding-left: 10px;
    background: #ffffff;
}

.daohang1 a {
    color: #333333;
}

.daohang1 a:hover {
    color: #5299f0;
}

.main .mleft {
    float: left;
    width: 870px;
}

.main .mright {
    float: right;
    width: 310px;
}

.lfmukai {
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
}

.lfmukai .lfmk-tit {
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #eef5ff;
}

.lfmukai .lfmk-tit h2 {
    line-height: 52px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #ff7a40;
    padding: 0 18px;
    border-bottom: 2px solid #ff7a40;
    margin:unset;
}
.lfmukai .lfmk-tit a.weilai{
    line-height: 52px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #b6bdff;
    padding: 0 10px;
}
.lfmukai .lfmk-tit a.weilai:hover{
    color: #6a75df;
}
.lfmukai .lfmk-tit a.weilai.active{
    color: #6a75df;
    border-bottom: 2px solid #6681e3;
}

.lfmukai .lfmk-tit h2 .lfmk-time {
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    line-height: 20px;
}

.lfmukai.qiwentu .lfmk-tit {
    height: 60px;
    line-height: 60px;
}

.lfmukai.qiwentu .lfmk-tit h2 {
    line-height: 58px;
}

.lfmukai .lfmk-tit .lf-more {
    height: 54px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #b1bbc8;
    display: flex;
    padding-top: 5px;
    box-sizing: border-box;
}

.lfmukai .lfmk-tit .lf-more img {
    width: 6px;
    height: 11px;
    display: block;
    margin-left: 6px;
    margin-top: 22px;
}

.lfmukai .mk-tq-yubao {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    padding-bottom: 42px;
}

.lfmukai .mk-tq-yubao a {
    display: block;
    margin-left: 6px;
    margin-top: 20px;
}

.lfmukai .mk-tq-yubao .item {
    width: 110px;
    height: 170px;
    background: #ffffff;
    border: 1px solid #eef5ff;
    border-radius: 4px;
    box-sizing: border-box;
}
.lfmukai .mk-tq-yubao .item:hover{
    background: #ffc8b033;
}

.lfmukai .mk-tq-yubao .item .tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #414143;
    background: #ff7a4069;
    padding: 0 10px;
    border-radius: 4px 4px 0px 0px;
}

.lfmukai .mk-tq-yubao .item .tqimg {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lfmukai .mk-tq-yubao .item .tqimg img {
    width: 37px;
    height: auto;
    display: block;
}

.lfmukai .mk-tq-yubao .item .tqimg p {
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #414143;
    line-height: 20px;
}

.lfmukai .mk-tq-yubao .item .temp {
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #414143;
    line-height: 20px;
    margin-bottom: 20px;
}

.lfmukai .mk-tq-zxlist a {
    display: block;
    margin-top: 20px;
    padding-bottom: 21px;
    border-bottom: 1px dashed #f2f2f2;
}

.lfmukai .mk-tq-zxlist .item {
    width: 100%;
    overflow: hidden;
}

.lfmukai .mk-tq-zxlist .itemone {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 1px;
}

.lfmukai .mk-tq-zxlist .itemone .aswiper {
    width: 470px;
    height: 280px;
    overflow: hidden;
    margin-top: 0px;
    border: none;
}

.lfmukai .mk-tq-zxlist .itemone .aswiper a {
    margin-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.lfmukai .mk-tq-zxlist .itemone .listswiper {
    width: 490px;
    height: 280px;
    overflow: hidden;
}

.lfmukai .mk-tq-zxlist .itemone .listswiper .imgboxs {
    width: 100%;
    height: 280px;
    border-radius: 0px;
    overflow: hidden;
}

.lfmukai .mk-tq-zxlist .itemone .listswiper .imgboxs .zximg {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.lfmukai .mk-tq-zxlist .itemone .swiperTits {
    width: 350px;
    height: 280px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}
.lfmukai .mk-tq-zxlist .itemone .swiperTits .stit {
    display: block;
    margin-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.lfmukai .mk-tq-zxlist .itemone .swiperTits h3 {
    width: 100%;
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #4d4d4d;
    line-height: 23px;
    margin-bottom: 13px;
}
.lfmukai .mk-tq-zxlist .itemone .swiperTits .active h3 {
    color: #cb9380;
}

.lfmukai .mk-tq-zxlist .item .imgbox {
    width: 160px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
}

.lfmukai .mk-tq-zxlist .item .zximg {
    width: 160px;
    height: 100px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}

.lfmukai .mk-tq-zxlist .item .tqitem {
    width: 160px;
    height: 100px;
    background-image: url(../img/tqzx_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}

.lfmukai .mk-tq-zxlist .item .tqitem .tqzximg {
    max-width: 50px;
    max-height: 50px;
    overflow: hidden;
    margin-left: 6px;
}

.lfmukai .mk-tq-zxlist .item .tqitem .infos {
    width: 100px;
    overflow: hidden;
}

.lfmukai .mk-tq-zxlist .item .tqitem .infos p {
    font-size: 22px;
    color: #ffffff;
}

.lfmukai .mk-tq-zxlist .item .tqitem .infos span {
    font-size: 16px;
    color: #ffffff;
}


.lfmukai .mk-tq-zxlist .item .info {
    width: 650px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    overflow: hidden;
}

.lfmukai .mk-tq-zxlist .item .info h3 {
    width: 100%;
    height: 26px;
    font-size: 18px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 26px;
}

.lfmukai .mk-tq-zxlist .item .info .deg {
    width: 100%;
    height: 40px;
    line-height: 20px;
    margin: 6px 0;
}

.lfmukai .mk-tq-zxlist .item .info .time {
    width: 100%;
    height: 20px;
    line-height: 20px;
}


.lfmukai.padnoing {
    padding: 0;
}

.lfmukai.padnoing .lfmk-tit {
    width: auto;
    margin: 0 20px;
    box-sizing: border-box;
}




.lfmukai .mk-city-yubao {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 10px 0;
    flex-direction: row;
    justify-content: space-between;
}

.lfmukai .mk-city-yubao a {
    display: block;
    width: 400px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #4d4d4d;
    line-height: 30px;
    background: linear-gradient(90deg, #ff7a4069 1%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 4px;
    padding-left: 20px;
    margin: 0 20px 10px 0;
    box-sizing: border-box;
}

.lfmukai .mk-city-yubao a:nth-child(2n) {
    margin-right: 0px;
}

.lfmukai .mk-city-yubao.tqdays a {
    width: 233px;
    background: linear-gradient(90deg, #ff7a40 1%, rgba(255, 255, 255, 0.00) 100%);
    margin: 0 60px 10px 0;
    box-sizing: border-box;
}

.lfmukai .mk-city-yubao.tqdays a:nth-child(2n) {
    margin-right: 60px;
}

.lfmukai .mk-city-yubao.tqdays a:nth-child(3n) {
    margin-right: 0px;
}

.lfmukai .mk-province-yubao {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 10px 0;
}

.lfmukai .mk-province-yubao a {
    display: block;
    width: 182px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #4d4d4d;
    line-height: 30px;
    background: linear-gradient(90deg, #ff7a40 1%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 4px;
    padding-left: 20px;
    margin: 0 32px 10px 0;
    box-sizing: border-box;
}

.lfmukai .mk-province-yubao a:nth-child(4n) {
    margin-right: 0px;
}



.lfmukai .mk-tqfenlei {
    width: 100%;
    background: linear-gradient(0deg, #eef5ff 20%, rgba(255, 255, 255, 0.00) 80%);
    border-radius: 4px;
}

.lfmukai .mk-tqfenlei .fenleis {
    width: 100%;
    display: flex;
    padding-top: 9px;
}

.lfmukai .mk-tqfenlei .fenleis a {
    display: block;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #6681e3;
    line-height: 30px;
    background: #ffffff;
    padding: 0 19px;
    border: 1px solid #6681e3;
    margin-left: 24px;
    border-radius: 55px;
    cursor: pointer;
}

.lfmukai .mk-tqfenlei .fenleis a:first-child {
    margin-left: 33px;
}

.lfmukai .mk-tqfenlei .fenleis a.active {
    background: #6681e3;
    color: #ffffff;
}

.lfmukai .mk-tqfenlei .tags {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-left: 6px;
}

.lfmukai .mk-tqfenlei .tags.show {
    display: flex;
}

.lfmukai .mk-tqfenlei .tags a {
    width: 80px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #414143;
    line-height: 20px;
    margin: 0 18px 20px 0;
    overflow: hidden;
}

.lfmukai .mk-tqfenlei .tags a:nth-child(9n) {
    margin-right: 0;
}

.daystqnav {
    width: 100%;
    display: flex;
    padding-top: 10px;
    overflow-x: auto;
}

.daystqnav a {
    display: block;
    margin-right: 14px;
}

.daystqnav a .item {
    height: 37px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #414143;
    line-height: 37px;
    background: #ff7a40;
    padding: 0 14px;
    border-radius: 4px;
    position: relative;
    white-space: nowrap;
}

.daystqnav a.active .item {
    color: #ffffff;
    background: #6A75DF;
}

.daystqnav a.active .item::after {
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #6a75df;
    position: absolute;
    right: calc(50% - 4px);
    top: 32px;
    transform: rotate(90deg);
}

.lfmukai .mk-tq-daylists {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-top: 28px;
    flex-direction: row;
}

.lfmukai .mk-tq-daylists a {
    display: block;
    margin: 0 0px 20px 0px;
}

.lfmukai .mk-tq-daylists .item {
    width: 118px;
    height: 203px;
    background: #ffffff;
    border: 1px solid #eef5ff;
    border-radius: 10px;
    padding: 20px 0;
    box-sizing: border-box;
}

.lfmukai .mk-tq-daylists .item .tit {
    width: 100%;
    height: 23px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #414143;
    line-height: 23px;
}

.lfmukai .mk-tq-daylists .item .tqimg {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.lfmukai .mk-tq-daylists .item .tqimg img {
    width: 45px;
    height: auto;
    display: block;
}

.lfmukai .mk-tq-daylists .item .temp {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

.lfmukai .mk-tq-daylists .item .temp span {
    width: 100%;
    text-align: center;
    color: #414143;
    line-height: 23px;
}

.lfmukai .mk-tq-daylists .item .temp span:first-child {
    width: 100%;
    font-weight: 400;
    margin-bottom: 3px;
}

.lfmukai .mk-tq-daylists a:hover .item {
    background: #eef5ff;
}

.lfmukai .mk-tq-newyujing {
    width: 100%;
    padding: 20px 20px 0 20px;
    background: #ffffff;
}

.mk-tq-newyujing a {
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.mk-tq-newyujing a:last-child {
    border: none;
}

.mk-tq-newyujing .yjitem {
    width: 100%;
    height: 64px;
    line-height: 64px;
}

.mk-tq-newyujing .yjitem img {
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    margin-top: 22px;
}

.mk-tq-newyujing .yjitem h4 {
    float: left;
    width: 500px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    margin-left: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mk-tq-newyujing .yjitem .time {
    float: right;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #999999;
}

.mk-tq-zhushus {
    width: 100%;
    padding-bottom: 30px;
}

.mk-tq-zhushus .line {
    width: 100%;
    height: 88px;
    overflow: hidden;
    margin-top: 30px;
}

.mk-tq-zhushus .line .zsimg {
    width: 89px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
}

.mk-tq-zhushus .line .zsimg img {
    width: 64px;
    height: 64px;
    display: block;
}

.mk-tq-zhushus .line .info {
    width: 735px;
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mk-tq-zhushus .line .info .zhishu {
    width: 100%;
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    line-height: 23px;
}

.mk-tq-zhushus .line .info .zhishu span {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    line-height: 20px;
    margin-left: 10px;
}

.mk-tq-zhushus .line .info .zsdeg {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    line-height: 23px;
    margin-top: 10px;
}

.mk-air-zhiliang {
    width: 100%;
    background: #ffffff;
    padding-top: 40px;
}

.mk-air-zhiliang .airHead {
    width: 100%;
}

.mk-air-zhiliang .airHead h1 {
    width: 100%;
    height: 35px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 35px;
}

.mk-air-zhiliang .airHead .time {
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 20px;
    margin-top: 10px;
}

.mk-air-zhiliang .air-lists {
    width: 100%;
    padding: 30px 20px 40px 20px;
}

.mk-air-zhiliang .airlines {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    overflow: hidden;
}

.mk-air-zhiliang .airlines .linetr {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    display: flex;
    background: #ffffff;
    box-sizing: border-box;
}

.mk-air-zhiliang .airlines .lineth {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #414143;
    display: flex;
    background: #ffe7e7;
}

.mk-air-zhiliang .airlines a:nth-child(2n+1) .linetr {
    background: #f6f7ff;
}

.mk-air-zhiliang .airlines .linetr div:nth-child(1) {
    width: 14%;
}

.mk-air-zhiliang .airlines .linetr div:nth-child(2),
.mk-air-zhiliang .airlines .linetr div:nth-child(3) {
    width: 24%;
}

.mk-air-zhiliang .airlines .linetr div:nth-child(4),
.mk-air-zhiliang .airlines .linetr div:nth-child(5) {
    width: 19%;
}

.mk-air-zhiliang .airlines .linetr span.zkbg {
    display: block;
    width: 54px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #32b16c;
    border: 1px solid #32b16c;
    border-radius: 4px;
    margin: 10px auto;
    box-sizing: border-box;
}

.mk-air-zhiliang .air-more {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background-image: url(../img/airbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 10px;
    cursor: pointer;
}
.spanbook a:hover {
	color: #3388ff !important;
}

.rgmukai {
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    position: relative;
}

.rgmukai .rgmk-tit {
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #eef5ff;
}

.rgmukai .rgmk-tit h2 {
    line-height: 52px;
    font-size: 18px;
    font-weight: 400;
    text-align: LEFT;
    color: #ff7a40;
    border-bottom: 2px solid #ff7a40;
    margin:unset;
}

.rgmukai .rgmk-tit .rg-more {
    height: 54px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #b1bbc8;
    display: flex;
    padding-top: 5px;
    box-sizing: border-box;
}
.rgmukai .rgmk-tit .hltime {
    height: 54px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    display: flex;
    box-sizing: border-box;
}

.rgmukai .rgmk-tit .rg-more img {
    width: 6px;
    height: 11px;
    display: block;
    margin-left: 6px;
    margin-top: 22px;
}

.rgmukai .rgmk-zhishu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.rgmukai .rgmk-zhishu a {
    display: flex;
    align-items: center;
    width: 130px;
    height: 59px;
    padding-left: 10px;
    margin: 15px 10px 0 0;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 50px;
    box-sizing: border-box;
}

.rgmukai .rgmk-zhishu a:nth-child(2n) {
    margin-right: 0;
}

.rgmukai .rgmk-zhishu .zsimg {
    width: 32px;
    height: 32px;
    display: block;
}

.rgmukai .rgmk-zhishu .info {
    width: 75px;
    font-size: 12px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    margin-left: 10px;
}

.rgmukai .rgmk-zhishu .info span {
    width: 100%;
    height: 23px;
    line-height: 23px;
}

.rgmukai .rgmk-zhishu .info span:first-child {
    width: 100%;
    height: 22px;
    font-size: 16px;
    color: #999999;
    line-height: 23px;
    margin-bottom: 5px;
}


.rgmukai .rgmk-tqzxs {
    width: 100%;
    padding: 15px 0 30px 0;
    overflow: hidden;
}

.rgmukai .rgmk-tqzxs a {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px;
    box-sizing: border-box;
}

.rgmukai .rgmk-tqzxs a:last-child {
    margin-bottom: 0px;
}

.rgmukai .rgmk-tqzxs .item {
    display: block;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.rgmukai .rgmk-tqzxs .item .mrtit {
    width: 100%;
    display: flex;
}

.rgmukai .rgmk-tqzxs .item .mrtit span {
    width: 6px;
    height: 6px;
    background: #62cce7;
    border-radius: 50%;
    margin: 10px 14px 0 10px;
}

.rgmukai .rgmk-tqzxs .item .msdeg h3,
.rgmukai .rgmk-tqzxs .item .mrtit h3 {
    width: 100%;
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #000000;
    line-height: 24px;
}

.rgmukai .rgmk-tqzxs .item .mousinfo {
    width: 100%;
    height: 80px;
    display: flex;
    box-sizing: border-box;
}

.rgmukai .rgmk-tqzxs .item .mousinfo .imgbox {
    width: 120px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}

.rgmukai .rgmk-tqzxs .item .mousinfo .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
}

.rgmukai .rgmk-tqzxs .item .mousinfo .msdeg {
    width: 140px;
    padding-top: 4px;
}

.rgmukai .rgmk-tqzxs .item .mousinfo .msdeg .deg {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    line-height: 18px;
    margin-top: 7px;
}

.rgmukai .rgmk-tqzxs .active .item .mrtit,
.rgmukai .rgmk-tqzxs .item .mousinfo {
    display: none;
}

.rgmukai .rgmk-tqzxs .active .item .mousinfo {
    display: flex;
}

.rgmukai .rgmk-city-yubao {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 10px 0;
    flex-direction: row;
    justify-content: space-between;
}
.rgmukai .rgmk-city-yubao a {
    display: block;
    width: 120px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #4d4d4d;
    line-height: 30px;
    background: linear-gradient(90deg, #eef5ff 1%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 4px;
    padding-left: 10px;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
}
.rgmukai .rgmk-city-yubao.province a {
    background: linear-gradient(90deg,#fff4ee 1%, rgba(255,255,255,0.00) 100%);
}
.rgmukai .rgmk-city-yubao a:nth-child(2n) {
    margin-right: 0px;
}



.rgmukai.msbg {
    background: linear-gradient(183deg, #fff1e9 0%, #ffffff 87%);
}

.rgmukai.msbg1 {
    background: linear-gradient(180deg, #d1e9ff 0%, #ffffff 56%);
}

.rgmukai.msbg {
    background: linear-gradient(183deg, #fff1e9 0%, #ffffff 87%);
}

.rgmukai.msbg1 .rgmk-tit,
.rgmukai.msbg .rgmk-tit {
    border-bottom: 2px solid #ffffff;
}

.rgmukai.msbg1 .rgmk-tit h2,
.rgmukai.msbg .rgmk-tit h2 {
    color: #333333;
    border-bottom: 2px solid #333333;
}

.rgmukai .rgmk-cityaris {
    width: 100%;
    padding: 20px 0 24px 0;
    overflow: hidden;
}

.rgmukai .rgmk-cityaris .aritype {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.rgmukai .rgmk-cityaris .aritype div {
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 23px;
    white-space: nowrap;
}

.rgmukai .rgmk-cityaris .aritype div:nth-child(1) {
    width: 432pxpx;
}

.rgmukai .rgmk-cityaris .aritype div:nth-child(2) {
    width: 70px;
    margin-left: 10px;
}

.rgmukai .rgmk-cityaris .aritype div:nth-child(3),
.rgmukai .rgmk-cityaris .aritype div:nth-child(4) {
    width: 81px;
}

.rgmukai .rgmk-cityaris .arilists {
    width: 100%;
}

.rgmukai .rgmk-cityaris .arilists a {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 14px;
    box-sizing: border-box;
}

.rgmukai .rgmk-cityaris .arilists a:last-child {
    margin-bottom: 0px;
}

.rgmukai .rgmk-cityaris .arilists .item {
    width: 100%;
    height: 38px;
    line-height: 30px;
    display: flex;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 0px;
    border: 1px solid #eef5ff;
    box-sizing: border-box;
    position: relative;
    padding-left: 62px;
}

.rgmukai .rgmk-cityaris .arilists .item .indbox {
    width: 32px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    background: #eef5ff;
    border: 1px solid #bedaff;
    border-radius: 5px 0px 20px 0px;
    box-sizing: border-box;
    z-index: 4;
    position: absolute;
    top: -1px;
    left: -1px;
}

.rgmukai .rgmk-cityaris .arilists a:nth-child(1) .item .indbox {
    color: #ffffff;
    background: #FF2E2E;
    border: none;
}

.rgmukai .rgmk-cityaris .arilists a:nth-child(2) .item .indbox {
    color: #ffffff;
    background: #FF922E;
    border: none;
}

.rgmukai .rgmk-cityaris .arilists a:nth-child(3) .item .indbox {
    color: #ffffff;
    background: #FFC42E;
    border: none;
}

.rgmukai .rgmk-cityaris .arilists .item .tit {
    min-width: 70px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 30px;
    padding: 0 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rgmukai .rgmk-cityaris .arilists .item .num {
    font-weight: 600;
}

.rgmukai .rgmk-cityaris .arilists .item .num,
.rgmukai .rgmk-cityaris .arilists .item .zhibiao {
    min-width: 67px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 36px;
    padding: 0 0px;
}

.rgmukai .rgmk-cityaris .arilists .item .zhibiao span {
    display: block;
    width: 54px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
    margin: 7px auto;
}

.rgmukai .rgmk-nowhuangli {
    width: 100%;
    padding-bottom: 32px;
    overflow: hidden;
}

.rgmukai .rgmk-nowhuangli .yiji {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.rgmukai .rgmk-nowhuangli .yiji:last-child {
    width: 100%;
    overflow: hidden;
    margin-top: 38px;
}

.rgmukai .rgmk-nowhuangli .yiji .yjimg {
    width: 86px;
    height: 81px;
}

.rgmukai .rgmk-nowhuangli .yiji .yjbox {
    width: 175px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    overflow: hidden;
}

.rgmukai .rgmk-nowhuangli .yiji .yjbox span {
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 28px;
    margin-right: 10px;
}

.tqzxdetail {
    width: 100%;
    padding: 0 20px 8px 20px;
    background: #ffffff;
}

.tqzxdetail .detailTit {
    width: 100%;
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

.tqzxdetail .detailTit h1 {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 35px;
}

.tqzxdetail .detailTit p {
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 20px;
    margin-top: 10px;
}

.tqzxdetail .tqcontent {
    width: 100%;
    height: 280px;
    margin-top: 20px;
    background-image: url(../img/zxdetail.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 24px;
    box-sizing: border-box;
}

.tqzxdetail .tqcontent .tqbox {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-top: 38px;
}

.tqzxdetail .tqcontent .tqbox .tqimg {
    height: auto;
    width: 75px;
    display: block;
    object-fit: contain;
}

.tqzxdetail .tqcontent .tqbox .temp {
    display: flex;
    align-items: flex-start;
    margin-left: 12px;
}

.tqzxdetail .tqcontent .tqbox .temp span {
    font-size: 85px;
    font-weight: 600;
    text-align: LEFT;
    color: #ffffff;
    line-height: 85px;
}

.tqzxdetail .tqcontent .tqbox .temp span:last-child {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
}

.tqzxdetail .tqcontent .tqbox .tq {
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 30px;
}

.tqzxdetail .tqcontent .tqbox .ari {
    height: 30px;
    background: #67ba5a;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    margin-left: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.tqzxdetail .tqcontent .note {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 26px;
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.tqzxdetail .tqcontent .tqline {
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.tqzxdetail .tqcontent .tqline .lfinfo {
    width: 125px;
    min-width: 125px;
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    white-space: nowrap;
    line-height: 24px;
}

.tqzxdetail .tqcontent .tqline .yjs {
    max-width: 635px;
    height: 24px;
    display: flex;
    background: rgba(50, 177, 108, 0.25);
    border-radius: 55px;
    padding-right: 16px;
    margin-left: 5px;
    overflow: hidden;
}

.tqzxdetail .tqcontent .tqline .yjs.yy {
    background: rgba(212, 48, 46, 0.25);
}

.tqzxdetail .tqcontent .tqline .yjs .yjimg {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 5px;
}

.tqzxdetail .tqcontent .tqline .yjs span {
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 24px;
    margin-right: 10px;
    white-space: nowrap;
    box-sizing: border-box;
}

.tqzxdetail .wxtishi {
    width: 812px;
    height: 180px;
    background: #f3f6ff;
    position: relative;
    margin: 20px 0 0 28px;
}

.tqzxdetail .wxtishi .tsimg {
    width: 52px;
    height: 178px;
    display: block;
    position: absolute;
    left: -28px;
    top: 0px;
}

.tqzxdetail .wxtishi .text {
    width: 747px;
    padding-top: 20px;
    margin-left: 44px;
}

.tqzxdetail .wxtishi .text .tit {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #6a75df;
    line-height: 23px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #6a75df;
}

.tqzxdetail .wxtishi .text .deg {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
}

.zixunDetial {
    width: 100%;
    padding: 40px 20px 0 20px;
    overflow: hidden;
    background: #ffffff;
}

.zixunDetial .zxTit {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px dashed #f2f2f2;
}

.zixunDetial .zxTit h1 {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-align: LEFT;
    color: #333333;
    line-height: 35px;
}

.zixunDetial .zxTit .wzinfo {
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
}

.zixunDetial .zxdetail {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 33px;
    margin: 20px 0 0 0;
    padding-bottom: 5px;
}

.zixunDetial .zxdetail p{
    text-indent: 2em !important;
}
.zixunDetial .zxdetail img {
    display: block;
    margin: 10px auto;
    clear: both;
    max-width: 100%;
    min-height: 100%;
}

.zhushuDetail {
    width: 100%;
    padding: 20px 20px 8px 20px;
    background: #ffffff;
}

.zhushuDetail .tqcontent {
    width: 100%;
    height: 280px;
    background-image: url(../img/zxdetail.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 42px;
    box-sizing: border-box;
}

.zhushuDetail .tqcontent .time {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 26px;
    padding-top: 40px;
}

.zhushuDetail .tqcontent .tqbox {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-top: 20px;
}

.zhushuDetail .tqcontent .tqbox .tqimg {
    height: auto;
    width: 75px;
    display: block;
    object-fit: contain;
}

.zhushuDetail .tqcontent .tqbox .temp {
    display: flex;
    align-items: flex-start;
    margin-left: 12px;
}

.zhushuDetail .tqcontent .tqbox .temp span {
    font-size: 70px;
    font-weight: 600;
    text-align: LEFT;
    color: #ffffff;
    line-height: 85px;
}

.zhushuDetail .tqcontent .tqbox .temp span:last-child {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
}

.zhushuDetail .tqcontent .tqbox .tq {
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 30px;
}

.zhushuDetail .tqcontent .tqbox .ari {
    height: 30px;
    background: #67ba5a;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    margin-left: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.zhushuDetail .tqcontent .alists {
    width: 100%;
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
}

.zhushuDetail .tqcontent .alists a {
    display: block;
    height: 31px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 31px;
    padding: 0 20px;
    border: 1px solid #ffffff;
    border-radius: 55px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mk-historytq {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
}

.mk-historytq table.histqs {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

.mk-historytq .histqs tr {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    background: #ffffff;
    border: 1px solid #f6f7ff;
    box-sizing: border-box;
}

.mk-historytq .histqs tr.trTit {
    height: 35px;
    line-height: 35px;
    background: #f6f7ff;
    border: none;
}

.mk-historytq .histqs tr td:nth-child(1) {
    width: 148px;
    background: #f6f7ff;
}

.mk-historytq .histqs tr td:nth-child(5) {
    width: 148px;
}

.mk-historytq .histqs tr td:nth-child(3) span {
    color: #6A75DF;
}

.mk-historytq .histqs tr td:nth-child(3) span:last-child {
    color: #FF792E;
}

.mk-historytq .histqs tr td:nth-child(6) {
    width: 120px;
}

.mk-historytq .histqs tr td:nth-child(6) a {
    display: block;
    width: 76px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #6a75df;
    border: 1px solid #6a75df;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 auto;
}

.mk-historyWed {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 30px 0;
}

.mk-historyWed .item {
    width: 118px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
}

.mk-historyWed .item .type {
    width: 100%;
    height: 35px;
    color: #666666;
    line-height: 35px;
    background: #f6f7ff;
}

.mk-historyWed .item .days {
    width: 100%;
    height: 50px;
    color: #333333;
    line-height: 50px;
}

.mk-tqlist-history {
    width: 100%;
    height: 512px;
    box-sizing: border-box;
    background: #ffffff;
    padding: 20px 20px;
    overflow: hidden;
    position: relative;
}

.mk-tqlist-history .wenduinfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mk-tqlist-history .wenduinfo .item {
    width: 33%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    line-height: 20px;
    display: flex;
    margin-bottom: 20px;
}

.mk-tqlist-history .wenduinfo .item .colval {
    height: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 10px 0 5px;
}

.mk-tqlist-history .wenduinfo .item .shijan {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.mk-tqlist-history table.lstqtable {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    border: 1px solid #f6f7ff;
}

.mk-tqlist-history .lstqtable tr {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    background: #ffffff;
    box-sizing: border-box;
}

.mk-tqlist-history .lstqtable tr.trTit {
    height: 50px;
    line-height: 50px;
    color: #999999;
    border: none;
}

.mk-tqlist-history .lstqtable tr td:nth-child(1) {
    width: 150px;
}

.mk-tqlist-history .lstqtable tr td:nth-child(2) {
    width: 110px;
}

.mk-tqlist-history .lstqtable tr td:nth-child(3) {
    width: 110px;
}

.mk-tqlist-history .lstqtable tr td:nth-child(4) {
    width: 120px;
}

.mk-tqlist-history .lstqtable tr td:nth-child(5) {
    width: 150px;
}

.mk-tqlist-history .lstqtable tr td:nth-child(6) {
    width: 150px;
}

.mk-tqlist-history .lstqtable tr:nth-child(2n-1) {
    background: #f6f7ff;
}

.mk-tqlist-history .lstqtable tr .zkbg {
    display: block;
    width: 58px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #32b16c;
    border: 1px solid #32b16c;
    border-radius: 4px;
    margin: 0 auto;
}

.lstqmore {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
}

.lstqmore .jzimg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.mk-qiwenbox {
    width: 100%;
}

.mk-qiwenbox #historyMonth {
    width: 100%;
    height: 366px;
}

.mk-qiwenbox #historyMons {
    width: 100%;
    height: 366px;
}

.mk-qiwenbox #historyTotal {
    width: 100%;
    height: 366px;
}

.tqzx-tit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: relative;
    background: linear-gradient(270deg, #88b8ef 0%, #4e5adc 100%);
}

.tqzx-tit h2 {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 500;
    text-align: LEFT;
    color: #ffffff;
}

.tqzx-tit .qiehuan {
    width: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    display: flex;
    position: relative;
    cursor: pointer;
}

.tqzx-tit .qiehuan img {
    height: 10px;
    display: block;
    margin: 26px 4px 0 10px;
}

.selectCitys {
    display: none;
    width: 415px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
    position: absolute;
    left: -130px;
    top: 50px;
    z-index: 3;
}

.selectCitys .cityshow {
    width: 100%;
    display: flex;
    padding: 20px 0 10px 20px;
}

.selectCitys .cityshow .selec {
    width: 88px;
    height: 34px;
    display: flex;
    color: #333333;
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-sizing: border-box;
}

.selectCitys .cityshow .surebtn {
    width: 88px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #6a75df;
    border-radius: 4px;
    box-sizing: border-box;
}

.selectCitys .cityshow .selec .select {
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    padding-left: 10px;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

.selectCitys .cityshow .selec .seimg {
    width: 12px;
    height: 7px;
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    margin: 0;
}

.selectCitys .cityshow .selec ul {
    display: none;
    width: 100%;
    height: 220px;
    line-height: 30px;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(57, 57, 57, 0.1);
    box-sizing: border-box;
    transition: max-height .3s ease-out;
    position: absolute;
    top: 40px;
    z-index: 5;
}

.selectCitys .cityshow .selec ul::-webkit-scrollbar {
    width: 4px;
}

.selectCitys .cityshow .selec ul::-webkit-scrollbar-thumb {
    width: 4px;
    height: 60px;
    background: #9ea7ff;
    border-radius: 50px;
}

.selectCitys .cityshow .selec ul::-webkit-scrollbar-track {
    width: 4px;
    background: #d9ddff;
    border-radius: 50px;
}

.selectCitys .cityshow .selec ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    cursor: pointer;
    overflow: hidden;
    text-overflow: inherit;
    white-space: nowrap;
    box-sizing: border-box;
}

.selectCitys .cityshow .selec ul li.active,
.selectCitys .cityshow .selec ul li:hover {
    background: #1e90ff;
    color: #ffffff;
}

.selectCitys .citybox .cttit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #6a75df;
    padding: 0 20px;
    background: #f6f7ff;
}

.selectCitys .citybox .acitys {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    box-sizing: border-box;
}

.selectCitys .citybox .acitys a {
    width: 50px;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #4d4d4d;
    line-height: 17px;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.selectDateBox {
    display: flex;
    height: 32px;
    margin: 14px 20px 13px 0;
}

.selectDateBox .selec {
    height: 32px;
    display: flex;
    color: #333333;
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
}

.selectDateBox .selec.year {
    width: 88px;
}

.selectDateBox .selec.month {
    width: 70px;
    margin-left: 10px;
}

.lfmukai .selectDateBox {
    height: 34px;
    margin: 18px 0 0 0;
}

.lfmukai .selectDateBox .selec {
    height: 34px;
    border: 1px solid #e6e6e6;
}

.selectDateBox .selec .select {
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    padding-left: 10px;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

.selectDateBox .selec .seimg {
    width: 12px;
    height: 7px;
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
}

.selectDateBox .selec ul {
    display: none;
    width: 100%;
    height: 220px;
    line-height: 30px;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(57, 57, 57, 0.1);
    box-sizing: border-box;
    transition: max-height .3s ease-out;
    position: absolute;
    top: 40px;
    z-index: 5;
}

.selectDateBox .selec ul::-webkit-scrollbar {
    width: 2px;
}

.selectDateBox .selec ul::-webkit-scrollbar-thumb {
    width: 2px;
    height: 79px;
    background-color: #666666;
    border-radius: 1px;
}

.selectDateBox .selec ul::-webkit-scrollbar-track {
    border-radius: 0;
    background: #ffffff;
}

.selectDateBox .selec ul li,
.selectDateBox .selec ul li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    cursor: pointer;
    box-sizing: border-box;
}

.selectDateBox .selec ul li.active a,
.selectDateBox .selec ul li:hover a {
    background: #1e90ff;
    color: #ffffff;
}

.rgmukai .rgmk-abouts {
    width: 100%;
    padding: 15px 0 20px 0;
    overflow: hidden;
}

.rgmukai .rgmk-abouts a {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.rgmukai .rgmk-abouts a:last-child {
    margin-bottom: 0px;
}

.rgmukai .rgmk-abouts .item {
    display: block;
    width: 100%;
    height: 80px;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}

.rgmukai .rgmk-abouts .item .msdeg {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}

.rgmukai .rgmk-abouts .item .msdeg h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    line-height: 22px;
}

.rgmukai .rgmk-abouts .item .imgbox {
    width: 120px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}

.rgmukai .rgmk-abouts .item .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
}

.rgmk-search {
    width: 100%;
    height: 77px;
    padding-top: 20px;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
}

.rgmk-search .searbox {
    width: 92%;
    height: 48px;
    border: 1px solid #cccccc;
    border-radius: 111px;
    margin: 0 auto;
    padding: 0 30px 0 33px;
    box-sizing: border-box;
}
.rgmk-search .searbox #tqrsear_yj,
.rgmk-search .searbox #tqrsear {
    float: left;
    width: 85%;
    height: 46px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    line-height: 16px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.rgmk-search .searbox .simg {
    float: left;
    width: 18px;
    height: 17px;
    margin-top: 15px;
    margin-left: 15px;
}
.aqicityChooseBox {
    z-index: 99;
    position: relative;
    overflow-y: scroll;
    background: #ffffff;
    overflow-x: hidden;
}
.aircityChooseBox{
    width: 415px;
    height: 326px;
    z-index: 99;
    position: absolute;
    background: #fff;
    margin-top: 48px;
    margin-left: 62px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.17);
    padding: 10px 10px 10px 0;
}
.aqicity_choose {
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    box-sizing: border-box;
    padding: 0 15px;
    border-top: none;
    padding-top: 15px;
}
.aircityChooseBox .aqicity_choose{
    overflow-y: scroll;
    background: #ffffff;
    overflow-x: hidden;
    border: none;
}
.aircityChooseBox .aqicity_choose::-webkit-scrollbar {
    width: 4px;
}
.aircityChooseBox .aqicity_choose::-webkit-scrollbar-thumb {
    width: 4px;
    height: 60px;
    background: #9ea7ff;
    border-radius: 50px;
}
.aircityChooseBox .aqicity_choose::-webkit-scrollbar-track {
    width: 4px;
    background: #d9ddff;
    border-radius: 50px;
}
.aircityChooseBox .aqicity_choose ul li span.spanbook a{
    margin-right: 10px;
    height: 26px;
    line-height: 26px;
}

.aqicity_choose ul {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.aqicity_choose ul li {
    position: relative;
    width: 100% !important;
    float: left;
    border-bottom: 1px dotted gainsboro;
    padding: 4px 0;
    overflow: hidden;
    zoom: 1;
    line-height: 24px;
    font-size: 12px;
}

.aqicity_choose ul li .str {
    position: absolute;
}

.aqicity_choose ul li span.spanbook {
    display: inline-block;
    padding-left: 16px;
    box-sizing: border-box;
}

.aqicity_choose ul li span.spanbook a {
    float: none !important;
    margin-right: 22px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

.aqicity_choose ul li span.spanbook a:hover {
    color: #3388ff;
}

#selectItem{background:#fafafa;position:absolute;top:0px;left:center;border:1px solid #dedede;overflow:hidden;width: 91%;z-index:1000;top: 68px;left: 15px;padding:0 0 6px 0;}
.selectItemtit{line-height:20px;margin:1px;padding-left:12px;}
.bgc_ccc{float:left;width:100%;padding: 10px 10px 10px 10px;line-height:22px;}
.selectItemcont a{padding-left:8px;float:left;width: 48px;height:24px;line-height:24px;overflow:hidden;color: #333333;text-align: center;}
.selectItemcont a:hover {color: #f33;}
.selectItemleft{float:left;margin:0px;padding:0px;color:#333; font-size:14px; font-weight:400;}
.selectItemright{float:right;cursor:pointer;color:#f00;}
.selectItemhidden{display:none;}

.rgmk-zsnote {
    width: 100%;
    padding: 23px 0 20px 0;
}

.rgmk-zsnote .zstit {
    width: 100%;
    height: 30px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #666666;
    line-height: 30px;
    margin-bottom: 10px;
}

.rgmk-zsnote .zsdeg {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 24px;
}

.rgmk-yjfuhaos {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    padding-bottom: 32px;
}

.rgmk-yjfuhaos .item {
    width: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 8px 0px 0;
}

.rgmk-yjfuhaos .item:nth-child(3n) {
    margin-right: 0px;
}

.rgmk-yjfuhaos .item .yjimg {
    width: 60px;
    height: 60px;
    display: block;
}

.rgmk-yjfuhaos .item p {
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 20px;
    margin-top: 8px;
}

.rgmk-tqshikuang {
    width: 100%;
    padding: 40px 10px 20px 10px;
}

.rgmk-tqshikuang a {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.rgmk-tqshikuang a:last-child {
    margin-bottom: 0;
}

.rgmk-tqshikuang .item {
    display: flex;
    width: 100%;
}

.rgmk-tqshikuang .item span {
    width: 6px;
    height: 6px;
    background: #62cce7;
    border-radius: 50%;
    margin: 8px 14px 0 0;
}

.rgmk-tqshikuang .item .tit {
    width: 100%;
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #000000;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rgmukai .rgmk-provences {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 10px 0;
}

.rgmukai .rgmk-provences a {
    width: 83px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
    text-align: CENTER;
    color: #4d4d4d;
    background: linear-gradient(0deg, #fff4ee 1%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 10px;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.rgmukai .rgmk-provences a:nth-child(3n) {
    margin-right: 0px;
}

.rgmukai .rgmk-citytqs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.rgmukai .rgmk-citytqs a {
    width: 126px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
    text-align: CENTER;
    color: #414143;
    background: linear-gradient(180deg, rgba(238, 245, 255, 0.00), #ff7a40 100%);
    border-radius: 10px;
    display: block;
    margin-right: 18px;
    margin-bottom: 15px;
}

.rgmukai .rgmk-citytqs a:nth-child(2n) {
    margin-right: 0px;
}

.banxin-line1 {
    width: 100%;
}

.banxin-line1 .cityinfo {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    background: #ffffff;
}

.banxin-line1 .cityinfo .cityboxw {
    height: 60px;
    line-height: 60px;
    position: relative;
}

.banxin-line1 .cityinfo .cityboxw .wzing {
    width: 20px;
    height: 20px;
    display: block;
    margin: 20px 5px 0 0;
}

.banxin-line1 .cityinfo .cityboxw .tit {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    background: #ffffff;
}

.banxin-line1 .cityinfo .cityboxw .qiehuan {
    height: 60px;
    font-size: 12px;
    font-weight: 400;
    text-align: LEFT;
    color: #6a75df;
    line-height: 60px;
    display: flex;
    align-items: center;
    padding-top: 8px;
    margin: 0 10px 0 5px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.banxin-line1 .cityinfo .cityboxw .qiehuan .qhimg {
    width: 11px;
    height: 10px;
    display: block;
    margin: 1px 5px 0 0;
}

.banxin-line1 .cityinfo .cityboxw .wzing {
    width: 20px;
    height: 20px;
    display: block;
}

.banxin-line1 .cityinfo .cityboxw span.time {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    line-height: 40px;
    background: #ffffff;
    padding-top: 15px;
}

.banxin-line1 .cityinfo .citytq {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 18px 0;
}

.banxin-line1 .cityinfo .citytq a {
    display: block;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    line-height: 16px;
}

.banxin-line1 .cityinfo .citytq a.airShuMing {
    cursor: pointer;
}

.banxin-line1 .cityinfo .citytq span {
    display: block;
    width: 2px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    line-height: 20px;
    margin: 0 12px;
}

.banxin-line1 .cityAirBox {
    width: 100%;
    background: rgba(255, 255, 255, 0.70);
    padding-bottom: 40px;
}

.banxin-line1 .cityAirBox .airInfo {
    width: 100%;
    height: 420px;
    display: flex;
}

.banxin-line1 .cityAirBox .airInfo .echartsBox {
    width: 750px;
    height: 100%;
    position: relative;
}

.banxin-line1 .cityAirBox .airInfo #ctecharts {
    width: 100%;
    height: 100%;
}

.banxin-line1 .cityAirBox .airInfo .kqzlinfo {
    width: 122px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    position: absolute;
    bottom: 90px;
    left: 263px;
}

.banxin-line1 .cityAirBox .airInfo .kqzlinfo img {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px;
}


.banxin-line1 .cityAirBox .airInfo .tuli {
    width: 100%;
    height: 16px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #000000;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 36px;
}

.banxin-line1 .cityAirBox .airInfo .tuli span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 5px 0 15px;
}

.banxin-line1 .cityAirBox .airInfo .air-wuranwu {
    width: 650px;
    margin-top: 20px;
}

.banxin-line1 .cityAirBox .airInfo .air-wuranwu .zhuyao {
    width: 100%;
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    display: flex;
    line-height: 30px;
}

.banxin-line1 .cityAirBox .airInfo .air-wuranwu .zhuyao span {
    display: block;
    width: 6px;
    height: 21px;
    background: #6a75df;
    margin: 5px 8px 0 0;
}

.banxin-line1 .cityAirBox .airInfo .air-wuranwu .zywurans {
    width: 100%;
}

.banxin-line1 .cityAirBox .airInfo .air-wuranwu .zywurans .writem {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.banxin-line1 .cityAirBox .airInfo .writem .tit {
    width: 70px;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #999999;
    line-height: 20px;
    flex-shrink: 0;
}

.banxin-line1 .cityAirBox .airInfo .writem .linebg {
    width: 420px;
    height: 10px;
    background: #e6e6e6;
    border-radius: 50px;
    display: flex;
    position: relative;
    margin: 0 12px;
}

.banxin-line1 .cityAirBox .airInfo .writem .linebg .bg {
    width: 86%;
    height: 10px;
    border-radius: 50px;
}

.banxin-line1 .cityAirBox .airInfo .writem .linebg .slid {
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    margin-left: -7px;
    margin-top: -2px;
}

.banxin-line1 .cityAirBox .airInfo .writem .linebg .slid span {
    width: 60px;
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 23px;
    position: absolute;
    top: -30px;
    left: -24px;
}

.banxin-line1 .cityAirBox .airInfo .writem .chudutit {
    font-size: 16px;
    font-weight: 700;
    text-align: LEFT;
    color: #77d447;
}

.banxin-line1 .cityAirBox .airInfo .writem:nth-child(2) .linebg .bg,
.banxin-line1 .cityAirBox .airInfo .writem:nth-child(3) .linebg .bg,
.banxin-line1 .cityAirBox .airInfo .writem:nth-child(4) .linebg .bg,
.banxin-line1 .cityAirBox .airInfo .writem:nth-child(5) .linebg .bg,
.banxin-line1 .cityAirBox .airInfo .writem:nth-child(6) .linebg .bg {
    width: 83%;
}

.banxin-line1 .cityAirBox .airInfo .writem:nth-child(2) .chudutit {
    color: #ff7b1d;
}

.banxin-line1 .cityAirBox .airOther {
    width: 100%;
    display: flex;
    padding: 0 30px;
    margin-bottom: 40px;
}

.banxin-line1 .cityAirBox .cityairPM {
    width: 380px;
    background: #ffffff;
    border-radius: 50px;
    padding-left: 20px;
    padding-top: 16px;
    box-sizing: border-box;
}

.banxin-line1 .cityAirBox .cityairPM .pmtit {
    width: 100%;
    height: 23px;
    font-size: 16px;
    font-weight: 500;
    text-align: LEFT;
    color: #333333;
    line-height: 23px;
    display: flex;
    align-items: center;
}

.banxin-line1 .cityAirBox .cityairPM .pmtit img {
    width: 18px;
    height: 17px;
    display: block;
    margin: 0 5px;
}

.banxin-line1 .cityAirBox .cityairPM .aitzlbtn {
    display: block;
    width: 142px;
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #6a75df;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #6a75df;
    border-radius: 50px;
    margin-top: 6px;
}

.banxin-line1 .cityAirBox .airOther .infoFenxi {
    width: 930px;
    background: #ffffff;
    border-radius: 50px;
    margin-left: 30px;
    padding: 20px 0;
    display: flex;
}

.banxin-line1 .cityAirBox .airOther .infoFenxi .fxitem {
    width: 50%;
    padding-left: 30px;
}

.banxin-line1 .cityAirBox .airOther .infoFenxi .fxitem:last-child {
    border-left: 2px solid #f2f2f2;
}

.banxin-line1 .cityAirBox .airOther .infoFenxi .fxitem .fxtit {
    width: 100%;
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #6a75df;
    line-height: 16px;
}

.banxin-line1 .cityAirBox .airOther .infoFenxi .fxitem .deg {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 24px;
    margin-top: 4px;
}

.banxin-line1 .cityAirBox .ait-qushiBox {
    background: #ffffff;
    margin: 0 30px;
    height: 445px;
    padding: 10px 20px 30px 20px;
    overflow: hidden;
}

.banxin-line1 .cityAirBox .ait-qushiBox .qushinav {
    width: 100%;
    display: flex;
}

.qushinav .item {
    height: 37px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 37px;
    background: #cdd2ff;
    padding: 0 20px;
    border-radius: 4px;
    margin-right: 14px;
    position: relative;
    cursor: pointer;
}

.qushinav .item.active {
    color: #ffffff;
    background: #6A75DF;
}

.qushinav .item.active::after {
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #6a75df;
    position: absolute;
    right: calc(50% - 4px);
    top: 32px;
    transform: rotate(90deg);
}

.ait-qushiBox .canvasbox {
    width: 100%;
    margin-top: 40px;
}

.ait-qushiBox .canvasbox .canvas_time {
    width: 100%;
    display: flex;
}

.ait-qushiBox .canvasbox .canvas_time div {
    width: 55px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ait-qushiBox .canvasbox .canvas_time div span:first-child {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
}

.ait-qushiBox .canvasbox .canvas_time div span.cd {
    display: block;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    background: #77d447;
    padding: 0 5px;
    border-radius: 2px;
    margin-top: 20px;
}

.ait-qushiBox .canvasbox .canvas_day {
    width: 100%;
    display: flex;
}

.ait-qushiBox .canvasbox .canvas_day div {
    width: 87px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ait-qushiBox .canvasbox .canvas_day div span:first-child {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
}

.ait-qushiBox .canvasbox .canvas_day div span.cd {
    display: block;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    background: #77d447;
    padding: 0 5px;
    border-radius: 2px;
    margin-top: 20px;
}

.ait-qushiBox .canvasbox #echarts24h {
    width: 100%;
    height: 250px;
    margin-top: 32px;
}

.ait-qushiBox .canvasbox #echarts15D {
    width: 100%;
    height: 250px;
    margin-top: 32px;
}

.banxin-line {
    width: 100%;
    background: #ffffff;
    padding: 0 20px;
}

.bx-tit {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eef5ff;
}

.bx-tit h2 {
    line-height: 53px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #6a75df;
    border-bottom: 2px solid #6681e3;
}

.bx-air-changshi {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 20px;
}

.bx-air-changshi .item {
    width: 100%;
    padding-bottom: 18px;
}

.bx-air-changshi .wenti {
    width: 100%;
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 28px;
    padding-left: 4px solid #8460d1;
    background: linear-gradient(90deg, #a088ff 0%, #88fff8 100%);
}

.bx-air-changshi .wenti span:first-child {
    display: block;
    width: 4px;
    height: 28px;
    line-height: 28px;
    background: #8460d1;
}

.bx-air-changshi .wenti .xuhao {
    height: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-left: 10px;
}

.bx-air-changshi .huida {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 20px;
    margin-top: 18px;
    padding-left: 5px;
}

.bx-air-nationwide {
    width: 100%;
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
}

.bx-air-nationwide #mapEcharts {
    width: 696px;
    height: 664px;
    margin-right: 20px;
}

.bx-air-nationwide .air-paihang {
    display: flex;
    background: #ffffff;
}

.air-paihang .rgmk-cityaris {
    width: 322px;
    background: linear-gradient(180deg, #d1e9ff 0%, #ffffff 56%);
    padding: 0 13px 24px 13px;
    overflow: hidden;
}

.air-paihang .rgmk-cityaris.bad {
    background: linear-gradient(180deg, #ffe7d1 0%, #ffffff 56%);
}

.air-paihang .rgmk-cityaris .airtit {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #0084ff;
    border-bottom: 2px solid #ffffff;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.air-paihang .rgmk-cityaris.bad .airtit {
    color: #ff6c2e;
}

.air-paihang .rgmk-cityaris .aritype {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.air-paihang .rgmk-cityaris .aritype div {
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 23px;
    white-space: nowrap;
}

.air-paihang .rgmk-cityaris .aritype div:nth-child(1) {
    width: 60px;
}

.air-paihang .rgmk-cityaris .aritype div:nth-child(2) {
    width: 175px;
}

.air-paihang .rgmk-cityaris .aritype div:nth-child(3) {
    width: 112px;
    padding-right: 16px;
}

.air-paihang .rgmk-cityaris .arilists {
    width: 100%;
}

.air-paihang .rgmk-cityaris .arilists a {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 14px;
    box-sizing: border-box;
}

.air-paihang .rgmk-cityaris .arilists a:last-child {
    margin-bottom: 0px;
}

.air-paihang .rgmk-cityaris .arilists .item {
    width: 100%;
    height: 38px;
    line-height: 38px;
    display: flex;
    background: #ffffff;
    border-radius: 20px 0px 20px 0px;
    margin-bottom: 0px;
    border: 1px solid #eef5ff;
    box-sizing: border-box;
    position: relative;
    padding-left: 52px;
}

.air-paihang .rgmk-cityaris .arilists .item .indbox {
    width: 52px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    background: #eef5ff;
    border: 1px solid #bedaff;
    border-radius: 20px 0px 20px 0px;
    box-sizing: border-box;
    z-index: 4;
    position: absolute;
    top: -1px;
    left: -1px;
}

.air-paihang .rgmk-cityaris.bad .arilists .item .indbox {
    background: #fffbee;
    border: 1px solid #ffe9be;
}

.air-paihang .rgmk-cityaris .arilists a:nth-child(1) .item .indbox {
    color: #ffffff;
    background: #FF2E2E;
    border: none;
}

.air-paihang .rgmk-cityaris .arilists a:nth-child(2) .item .indbox {
    color: #ffffff;
    background: #FF922E;
    border: none;
}

.air-paihang .rgmk-cityaris .arilists a:nth-child(3) .item .indbox {
    color: #ffffff;
    background: #FFC42E;
    border: none;
}

.air-paihang .rgmk-cityaris .arilists .item .tit {
    min-width: 150px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 36px;
    padding: 0 10px;
}

.air-paihang .rgmk-cityaris .arilists .item .zhibiao {
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 36px;
    padding: 0 10px 0 5px;
}

.air-paihang .rgmk-cityaris .arilists .item .zhibiao span {
    display: block;
    width: 65px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
    margin: 7px auto;
}

.air-paihang .rgmk-cityaris .arilists .item .zhibiao span.chendu1 {
    color: #32b16c;
    border: 1px solid #32b16c;
}

.pageNum {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-top: 4px;
}

.pageNum .pagebox {
    height: 28px;
    min-width: 28px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 27px;
    background: #ffffff;
    border: 1px solid #ff7a40;
    border-radius: 4px;
    margin: 0 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.pageNum .pagebox .anum {
    display: block;
    width: 100%;
    color: #414143;
    box-sizing: border-box;
}

.pageNum .pagebox.active,
.pageNum .pagebox:hover,
.pageNum .pagebox:hover a{
    background: #ff7a40;
    color: #ffffff;
}

.pageNum .pagebox:hover .anum {
    color: #ffffff;
    background: #6a75df;
}

.pageNum .pagebox.per,
.pageNum .pagebox.next {
    width: 50px;
}




.foot-linkdh {
    width: 100%;
    min-width: 1400px;
    height: 200px;
    background-image: url("/static/img/bgimg/footlinkbg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.foot-linkdh .linkdaohang {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    display: flex;
    background: rgba(0, 0, 0, 0.14);
}

.foot-linkdh .linkdaohang .link-dh {
    width: 1000px;
    height: 200px;
    padding-top: 26px;
}

.foot-linkdh .linkdaohang .link-dh .lkdhtit {
    width: 100%;
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.foot-linkdh .linkdaohang .link-dh .lkdhtit span {
    width: 4px;
    height: 20px;
    background: #ffffff;
    display: block;
    margin-right: 6px;
}

.foot-linkdh .linkdaohang .link-dh .links {
    display: flex;
    flex-wrap: wrap;
    margin: 22px 0 10px 0;
}

.foot-linkdh .linkdaohang .link-dh .links a {
    display: block;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 14px;
    margin-bottom: 10px;
}

.foot-linkdh .linkdaohang .link-dh .links span {
    display: block;
    height: 14px;
    border-right: 1px solid #ffffff;
    line-height: 14px;
    margin: 0 12px;
}

.foot-banben {
    color: #6f6f6f !important;
    width: 100%;
    background: #333;
    border-top: 1px solid #444444;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    font-size: 14px;
}

.foot-banben .fwenzi {
    margin: 16px 0 18px 0;
    text-align: center;
}

.foot-banben a {
    color: #6f6f6f !important;
    white-space: nowrap !important;
}

@media screen and (min-width: 900px) and (max-width: 1399px){
    .banxin {
        width: 1100px;
    }
    .headerTop {
        min-width: 1100px;
    }
    .headerTop .htbgbox {
        min-width: 1100px;
    }
    .headerTop .bgnavs .newhead{
        width: 1100px;
    }
    .headerTop .bgnavs .navs {
        margin-left: 30px;
    }
    .headerTop .bgnavs .navs .nav a.yjnav {
        padding: 0 15px;
    }
    .headerTop .bgnavs .htsearch{
        width: 220px;
        padding: 0 10px;
    }
    .headerTop .bgnavs .htsearch #searchtext {
        width: 150px;
    }
    .foot-linkdh {
        min-width: 1100px;
    }
    .lfmukai .mk-tq-zxlist .item .info{
        width: 492px;
    }
    .rgmukai .rgmk-tqzxs .item .mousinfo .msdeg{
      width: 205px;
    }
    .tqDaysbox {
        width: 1100px;
        overflow: visible;
    }
    .tqDaysbox .leftDay {
        width: 460px;
        padding-left: 0px;
    }
    .rightDay .tqlists .item {
        width: 92px;
    }
    .tqDaysbox .rightDay {
        width: 640px;
        padding: 0;
    }
    .rightDay .lists .temechart {
        width: 580px;
    }
    .main .mleft {
        width: 64%;
    }
    .main .mright {
        width: 34.2%;
    }
    .lfmukai .mk-tq-daylists .item {
        width: 112px;
    }
    .lfmukai .mk-province-yubao a {
        width: 140px;
    }
    .lfmukai .mk-city-yubao.tqdays a{
        width: 196px;
        margin: 0 25px 10px 0;
    }
    .lfmukai .mk-city-yubao.tqdays a:nth-child(2n) {
        margin-right: 25px;
    }
    .rgmukai .rgmk-nowhuangli .yiji .yjbox {
        width: 238px;
        padding: 0;
    }
    .rgmukai .rgmk-nowhuangli .yiji .yjbox span {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    .lfmukai .mk-tq-yubao .item {
        width: 102px;
    }
    .daystqnav a {
        display: block;
        margin-right: 10px;
    }
    .daystqnav a .item {
        font-size: 16px;
        padding: 0 10px;
    }
    .lfmukai .mk-tq-zxlist .itemone .aswiper {
        width: 360px;
        height: 200px;
    }
    .lfmukai .mk-tq-zxlist .itemone .listswiper {
        width: 360px;
        height: 200px;
    }
    .lfmukai .mk-tq-zxlist .itemone .swiperTits {
        width: 304px;
        height: 200px;
        padding: 14px 15px 0 15px;
    }
    .lfmukai .mk-tq-zxlist .itemone .swiperTits h3 {
        height: 16px;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .lfmukai .mk-tq-zxlist .itemone .listswiper .imgboxs {
        height: 200px;
    }
    .rgmukai .rgmk-citytqs a {
        width: 156px;
    }
    .rgmukai .rgmk-citytqs a:nth-child(3n) {
        margin-right: 20px;
    }
    .rgmukai .rgmk-citytqs a:nth-child(2n) {
        margin-right: 0px;
    }
    .mk-historyWed .item {
        width: 110px;
    }
    .rgmk-search .searbox .simg {
        margin-left: 7px;
    }
    .banxin-line1 .cityAirBox .airInfo .echartsBox {
        width: 600px;
    }
    .banxin-line1 .cityAirBox .airInfo .air-wuranwu {
        width: 500px;
    }
    .banxin-line1 .cityAirBox .airInfo .writem .linebg {
        width: 340px;
    }
    .banxin-line1 .cityAirBox .airInfo .kqzlinfo {
        left: 40%;
    }
    .banxin-line1 .cityAirBox .cityairPM {
        padding-left: 45px;
        padding-top: 26px;
    }
    .bx-air-nationwide #mapEcharts {
        width: 440px;
        margin-right: 0px;
    }
    .air-paihang .rgmk-cityaris {
        width: 310px;
        padding: 0 5px 24px 5px;
    }
    .mk-tq-newyujing .yjitem h4 {
        width: 450px;
    }
    .rgmk-yjfuhaos .item {
        width: 94px;
        margin: 40px 22px 4px 0;
    }
    .rgmk-yjfuhaos .item:nth-child(4n) {
        margin-right: 22px;
    }
    .rgmk-yjfuhaos .item:nth-child(3n) {
        margin-right: 0px;
    }
    .rgmukai .rgmk-provences a {
        margin-right: 18px;
    }
    .rgmukai .rgmk-provences a:nth-child(4n) {
        margin-right: 18px;
    }
    .rgmukai .rgmk-provences a:nth-child(3n) {
        margin-right: 0px;
    }
    .tqzxdetail .wxtishi {
        width: 96%;
    }
    .tqzxdetail .wxtishi .text {
        width: 574px;
    }
    .lfmukai .lfmk-tit a.weilai {
        font-size: 18px;
        padding: 0 8px;
    }
    .rgmukai .rgmk-city-yubao a {
        width: 162px;
        padding-left: 15px;
        margin: 0 10px 10px 0;
    }

    .rgmukai .rgmk-zhishu a {
        width: 160px;
        padding-left: 10px;
        margin: 20px 10px 0 0;
    }
    .rgmukai .rgmk-zhishu a:nth-child(2n) {
        margin-right: 0;
    }
    .rgmukai .rgmk-zhishu .zsimg {
        width: 50px;
        height: 50px;
    }
    .rgmukai .rgmk-zhishu .info {
        width: 70px;
        font-size: 17px;
    }

    .rgmukai .rgmk-zhishu .info span {
        width: 100%;
        line-height: 23px;
    }
    .rgmukai .rgmk-zhishu .info span:first-child {
        width: 100%;
        height: 22px;
        font-size: 16px;
        color: #999999;
        line-height: 23px;
        margin-bottom: 5px;
    }
    .zhushuDetail .tqcontent .alists a {
        padding: 0 12px;
    }
    .zhushuDetail .tqcontent {
        padding-left: 15px;
    }
    .zhushuDetail .tqcontent .tqbox .tq {
        font-size: 16px;
    }
    .zhushuDetail .tqcontent .tqbox .temp {
        margin-left: 2px;
    }
    .zhushuDetail .tqcontent .tqbox .ari {
        margin-left: 10px;
        padding: 0 8px;
        box-sizing: border-box;
    }
    .mk-tq-zhushus .line .info {
        width: 560px;
    }
    .rightDay .limgbtn{
        left: -20px;
    }
    .rightDay .rimgbtn{
        right: -20px;
    }
    .tqzxdetail .tqcontent{
        padding-left: 20px;
    }
    .tqzxdetail .tqcontent .tqbox .tq {
        font-size: 16px;
    }
    .tqzxdetail .tqcontent .tqbox .ari {
        font-size: 13px;
    }
    .tqzxdetail .tqcontent .tqbox .temp span {
        font-size: 80px;
    }
    .tqzxdetail .tqcontent .note {
        font-size: 16px;
    }
    .tqzxdetail .tqcontent .tqline .yjs {
        max-width: 485px;
    }
}

.weekdaytype{
    height: 45px;
    line-height: 45px;
    display: flex;
    border-top: 1px solid #eef5ff;
    border-left: 1px solid #eef5ff;
    margin-top: 28px;
    box-sizing: border-box;
}
.weekdaytype div{
    width: 118px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background: rgba(51,136,255,0.15);
    text-align: center;
    color: #333333;
    border-right: 1px solid #eef5ff;
    border-bottom: 1px solid #eef5ff;
    box-sizing: border-box;
}
.mk-tq-daylists.newstyle{
    margin-top: 0;
    padding-bottom: 20px;
}
.lfmukai .mk-tq-daylists.newstyle a{
    margin: 0;
}
.lfmukai .mk-tq-daylists.newstyle .item{
    border-radius: 0;
}


.mk-tq-daylists.newstyle.newstyle  a.mkfiter{
    opacity: 0.4;
}
.lfmukai .mk-tq-daylists.newstyle  a.mkfiter:hover .item {
    background: #fff;
}
.lfmukai .mk-tq-daylists.newstyle a:nth-child(7n) .item .tit,
.lfmukai .mk-tq-daylists.newstyle a:nth-child(7n+1) .item .tit{
    color: #f33;
}
@media screen and (max-width: 1399px) and (min-width: 900px){
    .lfmukai .mk-tq-daylists.newstyle .item {
        width: 94.5px;
    }
    .lfmukai .mk-tq-daylists.newstyle .item .tit,
    .lfmukai .mk-tq-daylists.newstyle .item .temp{
        font-size: 14px;
    }
}




.headerTop .htbgbox  .tqinfobox {
    width: 1200px;
    height: 520px;
    padding: 30px 25px 0px 27px;
    background: rgba(255, 255, 255, 0.19);
    border: 4px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    margin: 30px auto 0 auto;
    position: relative;
}

.tqinfobox .tianqi {
    width: 1200px;
    display: flex;
}

.tqinfobox .tianqi .tqleft {
    width: 338px;
    height: 460px;
    background-image: url("../img/bgimg/sybgimg2.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.tqinfobox .tianqi .tqleft .date {
    width: 100%;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 17px;
    margin-top: 30px;
    padding-left: 20px;
}

.tqinfobox .tianqi .tqleft .cityboxw {
    width: 100%;
    margin-top: 10px;
    padding-left: 18px;
}

.tqinfobox .tianqi .tqleft .cityboxw .city {
    height: 32px;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 32px;
}
.tqinfobox .tianqi .tqleft .cityboxw .city span{
    height: 32px;
    line-height: 32px;
}

.tqinfobox .tianqi .tqleft .cityboxw .city .qihuan {
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 12px;
    display: flex;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    margin-top: 16px;
}
.tqinfobox .tianqi .tqleft .cityboxw .city .qihuan .selectCitys{
    top: 22px;
    left: -100px;
    z-index: 20;
}

.tqinfobox .tianqi .tqleft .cityboxw .city .qihuan .qhimg {
    width: 11px;
    height: 10px;
    display: block;
    margin-right: 4px;
}

.tqinfobox .tianqi .tqleft .cityboxw .city .strwendu {
    height: 23px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 23px;
    margin-right: 20px;
    margin-top: 8px;
}

.tqinfobox .tianqi .tqleft .wendu {
    width: 100%;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    display: flex;
    margin-top: 35px;
    padding-left: 63px;
    position: relative;
}

.tqinfobox .tianqi .tqleft .wendu .num {
    height: 100px;
    font-size: 100px;
    line-height: 100px;
    text-shadow: 4px 4px 4px #4f5bdca6;
}

.tqinfobox .tianqi .tqleft .wendu span {
    font-size: 30px;
    line-height: 50px;
    text-shadow: 4px 4px 4px #4f5bdca6;
    margin-left: 12px;
    padding-top: 3px;
}

.tqinfobox .tianqi .tqleft .wendu .wdimg {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    right: 22px;
    top: 13px;
}

.tqinfobox .tianqi .tqleft .wdinfo {
    width: 100%;
    justify-content: space-around;
    margin-top: 70px;
}

.tqinfobox .tianqi .tqleft .wdinfo .item {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tqinfobox .tianqi .tqleft .wdinfo .item .tit {
    color: #414143;
}

.tqinfobox .tianqi .tqleft .wdinfo .item .text {
    color: #ffffff;
    margin-top: 10px;
}

.tqinfobox .tianqi .tqleft .others {
    width: 100%;
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    display: flex;
    padding: 0 10px;
    margin-top: 15px;
    position: relative;
    z-index: 7;
}

.tqinfobox .tianqi .tqleft .others .zhiliang {
    width: 122px;
    font-size: 12px;
    background: #67ba5a;
    border-radius: 35px;
}

.tqinfobox .tianqi .tqleft .others .pm {
    width: 82px;
    height: 40px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 35px;
    margin: 0 8px;
}

.tqinfobox .tianqi .tqleft .others .suns {
    width: 94px;
    height: 40px;
    font-size: 12px;
    line-height: 18px;
    background: #748BF6;
    border-radius: 35px;
    padding: 2px 0;
}

.tqinfobox .tianqi .tqright {
    width: 807px;
    height: 460px;
    background: #ffffff;
    border-radius: 0px 20px 20px 0px;
    border-radius: 10px;
}

.tqinfobox .tianqi .tqright .tqdays {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    box-sizing: border-box;
}

.tqinfobox .tianqi .tqright .tqdays .days {
    display: block;
    width: 144px;
    height: 43px;
    line-height: 41px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #414143;
    border: 1px solid #ff7a40;
    border-radius: 55px;
    margin-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px;
}
.tqinfobox .tianqi .tqright .tqdays .days.active{
    background: #7791e5;
    color: #ffffff;
}
.tqinfobox .tianqi .tqright .swiperbox{
    width: 100%;
    height: 300px;
    padding: 0 43.5px;
    position: relative;
}
.tqinfobox .tianqi .tqright .tqswiper{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.tqinfobox .tianqi .tqright .tqswiper .swiper-wrapper{
    background: #ffffff;
}
.tqinfobox .tianqi .tqright .tqswiper .item{
    width: 100px;
    height: 300px;
    background: #ff7a4030;
    border-radius: 10px;
    padding: 30px 0 30px 0;
    position: relative;
}
.tqinfobox .tianqi .tqright .swiperbox .item .hour{
    width: 100%;
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #414143;
    line-height: 23px;
}
.tqinfobox .tianqi .tqright .swiperbox .item .tqimg{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 33px;
}
.tqinfobox .tianqi .tqright .swiperbox .item .tqimg img{
    width: 60px;
    height: auto;
    display: block;
}
.tqinfobox .tianqi .tqright .swiperbox .item .tqtem{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #414143;
    line-height: 23px;
    margin-top: 18px;
}
.tqinfobox .tianqi .tqright .swiperbox .item .tqtem p:first-child{
    width: 100%;
    height: 23px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 900;
}
.tqinfobox .tianqi .tqright .swiperbox .item .tqtem p:last-child{
    height: 23px;
    margin-top: 4px;
}
.tqinfobox .tianqi .tqright .swiperbox .item .fengji{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
}
.swiperbox .swiper-button-next,
.swiperbox .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 20px;
    height: 46px;
    background: #ff7a4069;
    color: #000000;
    outline: none;
}
.swiperbox .swiper-button-next:hover,
.swiperbox .swiper-button-prev:hover{
    background: #ff7a40;
}
.swiperbox .swiper-button-prev{
    left: 0px;
    right: auto;
    border-radius: 0px 4px 4px 0px;
}
.swiperbox .swiper-button-next{
    right: 0px;
    left: auto;
    border-radius: 4px 0px 0px 4px;
}
.swiperbox .swiper-button-next:after,
.swiperbox .swiper-button-prev:after{
    font-size: 12px;
}
.headerTop .htbgbox .yunbg{
    width: 100%;
    height: 137px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    z-index: 5;
    overflow: hidden;
}
.headerTop .htbgbox .yunbg img{
    width: 100%;
    height: 100%;
    display: block;
}

.symain{
    width: 100%;
    margin: 0 auto;
    background: #f4f7fc;
    overflow: hidden;
    padding-top: 30px;
	padding-bottom: 20px;
}
.symain .syleft{
    float: left;
    width: 870px;
}
.symain .syright{
    float: right;
    width: 310px;
}

@media screen and (min-width: 900px) and (max-width: 1399px){
    .headerTop .htbgbox  .tqinfobox {
        width: 1100px;
        padding: 30px 25px 0px 27px;
    }
    .tqinfobox .tianqi .tqright .swiperbox {
        padding: 0 25px;
    }
    .tqinfobox .tianqi {
        width: 1100px;
    }
    .tqinfobox .tianqi .tqleft {
        width: 338px;
    }
    .tqinfobox .tianqi .tqright {
        width: 714px;
    }
    .tqinfobox .tianqi .tqright .tqdays .days {
        width: 132px;
    }
    .lfmukai .mk-city-yubao a {
        display: block;
        width: 320px;
    }
}

@media screen and (min-width: 900px) and (max-width: 1399px){
    .symain .syleft{
        width: 64%;
    }
    .symain .syright{
        width: 34.2%;
    }
}
.selectDateBox .selec ul.show {
    display: block;
}


.tqDaysbox .leftDay .wdinfo {
    width: 100%;
    justify-content: space-around;
    margin-top: 40px;
}

.tqDaysbox .leftDay .wdinfo .item {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tqDaysbox .leftDay .wdinfo .item .tit {
    color: #414143;
}

.tqDaysbox .leftDay .wdinfo .item .text {
    color: #ffffff;
    margin-top: 10px;
}