@font-face {
    font-family: 'PingFang Light';
    src: url("./PingFang Light.ttf");
    font-weight: normal;
    font-style: normal;
}

#app {
    min-width: 1200px;
    height: auto;
}

.parcel-header {
    width: 100%;
    height: 40px;
    background: #fff;
}

.parcel-header-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.parcel-header-container-title {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #888888;
}

.parcel-nav {
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
}

.parcel-nav-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.parcel-free {
    width: 100%;
    height: 107px;
    background: #08f;
}

.parcel-free-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.parcel-footer {
    width: 100%;
    height: 612px;
    background: #373d44;
}

.parcel-footer-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.parcel-nav {
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: 1000;
}

header {
    position: relative;
}

header .header {
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
}

header .header li {
    display: flex;
    justify-content: space-between;
    font: 14px/1 "pingFangSC-Light";
    color: #888888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    align-items: center;
}

header .header-left {
    width: 125px;
    height: 100%;
    position: relative;
}

header .header-left::after {
    content: '';
    width: 2px;
    height: 14px;
    position: absolute;
    right: -2px;
    top: 13px;
    background: #888888;
}

.header-left p a {
    color: #888888;
}

header .header-right {
    width: 175px;
    height: 100%;
}

header .header-right a {
    font-style: normal;
    text-decoration: underline;
    cursor: pointer;
    color: #888888;
}

header .header-mobile {
    width: 19px;
    height: 17px;
    cursor: pointer;
}

header .header-qq {
    width: 16px;
    height: 18px;
    cursor: pointer;
}

header .nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

header .nav-logo {
    display: block;
    width: 130px;
    height: 64px;
    margin: 2px 0 0 7px;
    margin-right: 50px;
}

header .nav-list {
    width: 700px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 45px;
    margin-left: -45px;
    position: relative;
}

header .nav-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 5px;
}

header .nav-list a {
    display: block;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 16px/38px "pingFangSC-Light";
    color: #fff;
}

header .nav-list .active {
    border-bottom: 2px solid white;
}

header .nav-login {
    width: 175px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .nav-login li {
    width: 80px;
    height: 28px;
    font: 12px/28px "pingFangSC-Light";
    color: #0054ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    background: white;
    cursor: pointer;
}

header .nav-login-free {
    padding: 3px !important;
    background: #06f !important;
    color: white !important;
}

.free {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 300px;
    align-items: center;
}

.free-text {
    font: 28px/107px "pingFangSC-Light";
    color: #fff;
}

.free-button {
    width: 161px;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font: 20px/45px "pingFangSC-Light";
    color: #fff;
    border: 1px solid white;
    background: #0088ff;
    cursor: pointer;
}

.free-button a {
    color: white;
}

footer .footer-top {
    width: 100%;
    height: 408px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a5a8ab;
    padding-top: 80px;
}

footer .footer-top-list {
    width: 175px;
    height: 325px;
}

footer .footer-top-list .title {
    font: 20px/20px "pingFangSC-Light";
    color: #fff;
}

footer .footer-top-list li {
    width: 100%;
    height: 50px;
    font: 14px/16px "pingFangSC-Light";
    color: #fff;
}

footer .footer-top-list li a {
    color: white;
}

footer .footer-top-code {
    width: 200px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
    padding-right: 15px;
}

footer .footer-top-code-h6 {
    width: 100%;
    height: 74px;
    font: 14px/74px "pingFangSC-Light";
    color: #fff;
    text-align: center;
}

footer .footer-top-code-h3 {
    display: block;
    position: absolute;
    left: -30%;
    top: 250px;
    width: 150%;
    height: 20px;
    font: 20px/20px "pingFangSC-Light";
    color: #fff;
    text-align: center;
}

footer .footer-top-code-h3 a {
    color: white;
}

footer .footer-top .contect {
    width: 210px;
}

footer .footer-bottom {
    width: 100%;
    height: calc(100% - 408px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 7px;
}

footer .footer-bottom a {
    color: white;
}

footer .footer-bottom-list {
    width: 750px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    font: 14px/60px "pingFangSC-Light";
    color: #fff;
    margin: 0 auto;
}

footer .footer-bottom-h6,
footer .footer-bottom-p {
    font: 14px/30px "pingFangSC-Light";
    color: #fff;
    text-align: center;
}

footer .footer-bottom-p {
    margin-top: 30px;
}

.dynamic-content-details .p-title {
    /*height: auto !important;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dynamic-content-details .p-time {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dynamic-content-details .div-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(10, 121, 255);
    transition: all .35s ease-out;
}

.toptop {
    position: fixed;
    top: -80px;
    left: 0;
    background: rgb(10, 121, 255);
    transition: all .35s ease-out;
}

.none {
    display: none;
}

.body-right {
    z-index: 9999;
}

.body-right::before {
    content: '返回顶部';
    position: absolute;
    left: -15px;
    top: 20px;
    display: block;
    width: 50px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}


/*适配低分辨率设备, 谷歌和360有效*/

@media screen and (max-width: 1600px) {
    /* line 11, common.scss */
    body {
        zoom: 0.8;
    }
}


/*清除ie zoom*/

@media screen and (max-width: 1600px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* line 17, common.scss */
    body {
        zoom: 1;
    }
}


/*解决动态栏目文本溢出问题*/

.dynamic-content .dynamic-content-details li .p-title {
    height: 48px !important;
}

.dynamic-content .dynamic-content-details li .div-content {
    height: 40px !important;
}


/* line 81, common.scss */

header .nav-list-station {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    cursor: pointer;
    font-family: "pingFangSC-Light";
}


/* line 90, common.scss */

header .nav-list-station::before {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 73px;
    opacity: 0.5;
    position: absolute;
    left: -1px;
}


/* line 100, common.scss */

header .nav-list-station-arrow {
    margin-top: 3px;
}


/* line 102, common.scss */

header .nav-list-station-arrow.rotate-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* line 106, common.scss */

header .nav-list-station-all {
    display: none;
    position: absolute;
    top: 80px;
    left: 18px;
    width: 396px;
    padding: 10px 13px;
    background-color: #fff;
}


/* line 108, common.scss */

header .nav-list-station-all.station-all-show {
    display: block;
}


/* line 118, common.scss */

header .nav-list-station-all::before {
    position: absolute;
    top: -9px;
    left: 16px;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* line 128, common.scss */

header .nav-list-station-all-top {
    height: 150px;
    overflow: hidden;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* line 131, common.scss */

header .nav-list-station-all-top.show-all {
    height: auto;
}


/* line 138, common.scss */

header .nav-list-station-all-top li.item {
    cursor: pointer;
    padding: 0;
    width: 70px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #707070;
    font-family: PingFang SC;
}


/* line 147, common.scss */

header .nav-list-station-all-top li.item.current-station {
    color: #61b4f3;
}


/* line 150, common.scss */

header .nav-list-station-all-top li.item:hover {
    color: #61b4f3;
}


/* line 155, common.scss */

header .nav-list-station-all-top li.empty {
    height: 0;
    line-height: 0;
    cursor: default;
}


/* line 161, common.scss */

header .nav-list-station-all-bottom {
    color: #cdcdcd;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* line 168, common.scss */

header .nav-list-station-all-bottom .spread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}


/* line 172, common.scss */

header .nav-list-station-all-bottom .spread img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}


/* line 174, common.scss */

header .nav-list-station-all-bottom .spread img.rotate-arrow {
    -webkit-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
}


/* line 182, common.scss */

header .nav-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding: 0 5px;
}


/* line 188, common.scss */

header .nav-list a {
    display: block;
    height: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 16px/38px "pingFangSC-Light";
    color: white;
    color: white;
}


/* line 195, common.scss */

header .nav-list .active {
    border-bottom: 2px solid white;
}


/* line 198, common.scss */

header .nav-list a:hover {
    /*border-bottom: 2px solid white;*/
}


/* line 202, common.scss */

header .nav-login {
    width: 175px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* line 206, common.scss */

header .nav-login li {
    width: 80px;
    height: 27px;
    font: 14px/28px "pingFangSC-Light";
    color: #0054ff;
    border-radius: 4px;
    text-align: center;
    background: white;
    cursor: pointer;
}


/* line 214, common.scss */

header .nav-login-free {
    padding: 3px !important;
    background: #0066ff !important;
    color: white !important;
}

header .nav-list li {}

header .nav-list>li>a:hover {
    border-bottom: 2px solid white;
}

header .nav-list-down {
    display: none;
    position: absolute;
    left: -170px;
    top: 80px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 50px;
    /* text-align: center; */
    background: white;
    z-index: 100;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

header .nav-list-downs {
    display: none;
    position: absolute;
    left: -10%;
    top: 80px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 50px;
    /* text-align: center; */
    background: white;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

header .nav-list-down-text {
    width: 190px;
    /* height: 40px; */
    font: 14px/40px "pingFangSC-Light";
    color: black;
    display: inline-block;
    margin-bottom: 5px;
    box-sizing: border-box;
}

header .nav-list-down-div {
    text-indent: 2em;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    font-size: 14px;
    color: #707070;
    position: relative;
}

header .nav-list-down-div-image {
    position: absolute;
    top: 7px;
    left: -3px;
    width: 26px;
    height: 26px
}

header .nav-list-down-text a {
    font: 16px/40px "pingFangSC-Light";
    color: #333333;
    height: 100%;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .nav-list-down-text a:hover {
    background: rgba(255, 255, 255, 0.3);
}

header .nav-list-down-text:last-child {
    margin-bottom: 0;
}

.banner-a {
    display: block;
    width: 100%;
    height: 100%;
}

.search-btns {
    width: 80px;
    padding: 6px;
    background: white;
    outline: none;
    border-radius: 3px;
    border: 0px;
    font-size: 14px;
    text-align: center;
    padding-left: 25px;
    box-sizing: border-box;
    color: rgb(8, 107, 255);
    cursor: pointer;
}

.search-blue {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 32px;
}

.out-mask {
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: none;
    top: 40px;
}

.out-mask .mask {
    z-index: 333;
    width: 1224px;
    height: 650px;
    background: white;
    margin: 0 auto !important;
    margin-top: 80px !important;
    border-radius: 0px 0px 8px 8px;
}

@media (min-width: 1024px) {
    .out-mask .mask {
        max-width: 1224px !important;
        margin: 0 auto !important;
        margin-top: 80px !important;
    }
}

@media (min-width: 768px) {
    .out-mask .mask {
        max-width: 1224px !important;
        margin: 0 auto !important;
        margin-top: 80px !important;
    }
}

.mask-info {
    z-index: 333;
    width: 100%;
    height: 100%;
    padding: 0px 130px;
    box-sizing: border-box;
    padding-top: 80px;
    position: relative;
}

.mask-title {
    display: flex;
    justify-content: space-between;
}

.search-link {
    width: 94%;
    height: 70px;
    border-radius: 7px;
    border: 1px solid #ccc;
    margin-top: 20px;
    font-size: 18px;
    padding-left: 13px;
    box-sizing: border-box;
}

.search-btn-link {
    position: absolute;
    width: 140px;
    height: 70px;
    background: #037bfe;
    color: white;
    font-size: 21px;
    right: 177px;
    top: 143px;
    outline: none;
    border-radius: 7px;
    outline: none;
    cursor: pointer;
    padding-left: 35px;
    box-sizing: border-box;
    border: 0px;
}

.search-link-img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 260px;
    top: 163px;
    z-index: 1;
}

.close-img {
    width: 25px;
    height: 25px;
    margin-top: 8px;
    cursor: pointer;
}

.hot-search {
    width: 100%;
    height: 50px;
    color: #929292;
    margin-top: 20px;
}

.hot-search li {
    float: left;
    margin: 0px 8px;
}

.hot-search span {
    float: left;
}

.hot-info {
    width: 100%;
    height: 270px;
    display: flex;
    margin-top: 30px;
}

.hot-info dl {
    flex: 1;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.hot-info dl dt {
    width: 100%;
    height: 175px;
}

.hot-info dl dt img {
    width: 100%;
    height: 100%;
}

.hot-info dl dd {
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #929292;
    font-size: 14px;
    padding-left: 15px;
    box-sizing: border-box;
}

.hot-info dl dd>p:nth-child(1) {
    width: 230px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #929292;
    padding-top: 15px;
    box-sizing: border-box;
}

.hot-info dl dd>p:nth-child(2) {
    width: 230px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #929292;
    margin-bottom: 15px;
}