@charset "utf-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
    overflow: visible
}

a, legend {
    color: inherit
}

progress, sub, sup {
    vertical-align: baseline
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch
}

details, main {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.m-form-dialog .remove, html {
    -webkit-box-sizing: border-box
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

li, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
    font-weight: 400
}

dd, dl, form, ol, p, ul {
    margin: 0
}

img {
    border: 0;
    vertical-align: bottom
}

html {
    box-sizing: border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    color: #354054;
    font-size: 14px
}

.m-form-dialog .content .form-content, .mt-20, .my-20 {
    margin-top: .2rem
}

.text-red {
    color: #f44
}

.font-bold {
    font-weight: 700
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-col, .m-dynamic .dynamic-item .dynamic-time {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.text-indent-2 {
    text-indent: 2em
}

.p-20 {
    padding: .2rem
}

.px-20 {
    padding-left: .2rem;
    padding-right: .2rem
}

.py-20 {
    padding-top: .2rem;
    padding-bottom: .2rem
}

.m-20 {
    margin: .2rem
}

.mx-20 {
    margin-left: .2rem;
    margin-right: .2rem
}

.my-20 {
    margin-bottom: .2rem
}

.w-full {
    width: 100%
}

.inline-block {
    display: inline-block
}

.g-header-wrap .fixed, .m-title {
    display: -webkit-box;
    -webkit-box-pack: center
}

.text-primary {
    color: #354054
}

.link-primary {
    color: #2f65b5
}

.g-footer-wrap {
    padding: .22rem 0;
    background: #171819;
    color: #dcddde;
    text-align: center;
    font-size: .12rem;
    line-height: .22rem
}

.g-header-wrap .fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 56px;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 200
}

.g-header-wrap .fixed .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center
}

.g-header-wrap .fixed .menu img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 21px
}

.g-header-wrap::after {
    content: '';
    display: block;
    height: 56px
}

.g-header-wrap .menu-wrap .menu-box {
    position: fixed;
    padding-top: 1.18rem;
    width: 2.68rem;
    height: 100%;
    background: #fff;
    z-index: 5000;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.g-header-wrap .menu-wrap .menu-box .close {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px
}

.g-header-wrap .menu-wrap .menu-box a {
    font-size: .15rem;
    color: #354054;
    display: block;
    padding: .18rem 0 .18rem .56rem;
    background: #fff
}

.g-header-wrap .menu-wrap .menu-box a:active, .g-header-wrap .menu-wrap .menu-box a:hover, .g-header-wrap .menu-wrap .menu-box a:link, .g-header-wrap .menu-wrap .menu-box a:visited {
    color: #354054
}

.g-header-wrap .menu-wrap .mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 2000
}

.g-header-wrap .menu-wrap.is-show .mask {
    display: block
}

.g-header-wrap .menu-wrap.is-show .menu-box {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.m-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .18rem;
    color: #354054;
    font-weight: 700
}

.m-title:after, .m-title:before {
    display: inline-block;
    content: '';
    width: .26rem;
    height: .04rem;
    background: #abc1e1;
    border-radius: .04rem
}

.m-title .title-color {
    color: #305bbc
}

.m-title:before {
    margin-right: .1rem
}

.m-title:after {
    margin-left: .1rem
}

.m-dynamic {
    padding: 0 .2rem
}

.m-dynamic .dynamic-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .16rem
}

.m-dynamic .dynamic-item .dynamic-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: .8rem;
    height: .8rem;
    background: #2f65b5;
    color: #fff
}

.m-dynamic .dynamic-item .dynamic-time :first-child {
    font-size: .42rem
}

.m-dynamic .dynamic-item .dynamic-time :last-child {
    margin-top: .05rem;
    font-size: .12rem
}

.m-dynamic .dynamic-item .dynamic-content {
    margin-left: .1rem;
    width: 2.42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-dynamic .dynamic-item .dynamic-content .dynamic-title {
    color: #354054;
    font-size: .14rem;
    font-weight: 700;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all
}

.m-dynamic .dynamic-item .dynamic-content .dynamic-text {
    font-size: .12rem;
    color: #7b828f;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: .18rem
}

.m-button {
    display: inline-block;
    padding: .09rem .25rem;
    margin: .2rem auto .5rem;
    background: #f8f8f8;
    color: #7b828f;
    font-size: .12rem
}

.m-bg-head {
    height: 1.24rem;
    background: url(/statics/images/mobile/business_head_bg.png) center no-repeat;
    background-size: 3.75rem 1.24rem;
    text-align: center;
    line-height: 1.24rem;
    font-size: .16rem;
    color: #fff;
    font-weight: 700
}

.m-bg-head .title {
    letter-spacing: .08rem
}

.m-tab {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: .4rem;
    font-size: .14rem;
    color: #333;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(237, 237, 237, .4);
    box-shadow: 0 2px 4px 0 rgba(237, 237, 237, .4);
    z-index: 10
}

.m-tab .active {
    color: #305bbc;
    font-weight: 700
}

.m-article {
    font-size: .12rem;
    color: #7b828f;
    line-height: .28rem;
    text-indent: 2em
}

.m-photo-list {
    text-align: center
}

.m-photo-list .photo-item {
    margin-bottom: .3rem
}

.m-photo-list .photo-item img {
    width: 3.16rem;
    height: 2.1rem;
    margin: 0 auto
}

.m-photo-list .photo-item .title {
    margin: 0 auto;
    height: .7rem;
    width: 3.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .2rem;
    text-align: center;
    font-size: .16rem;
    color: #354054;
    border: 1px solid #f0f0f0;
    border-top: none
}

.m-party-title {
    font-size: .18rem;
    font-weight: 700;
    margin: .14rem 0
}

.m-party-time {
    font-size: 12px;
    color: #a0a8b7;
    line-height: 16px
}

.m-party-line {
    height: 1px;
    background: #dcdfe6;
    margin: .18rem 0
}

.m-party-article-detail {
    font-size: .14rem;
    color: #656e7e;
    line-height: .28rem
}

.m-party-article-detail > div, .m-party-article-detail > p {
    text-indent: 2em;
    margin-bottom: .2rem
}

.m-party-article-detail .title {
    text-indent: 0;
    font-weight: 700
}

.m-party-container {
    min-height: calc(100vh - 1.1rem - 56px)
}

.m-swiper-pagination {
    padding: .12rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-swiper-pagination .swiper-pagination-bullet {
    width: .09rem;
    height: .09rem;
    border-radius: .045rem;
    margin-right: .05rem;
    background: #aaa4a4
}

.m-news-head img {
    width: 3.75rem
}

.m-news-tab {
    position: -webkit-sticky;
    position: sticky;
    top: 53px;
    background: #fff;
    z-index: 10
}

.m-news-tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    height: .4rem;
    line-height: .4rem;
    border-bottom: 1px solid #f0f0f0
}

.m-news-tab ul li a {
    display: inline-block;
    height: .4rem
}

.m-news-tab ul .active {
    font-weight: 700;
    border-bottom: 1px solid #2f65b5
}

.m-form-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2300;
    background: rgba(0, 0, 0, .8);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-form-dialog .content .form-item, .m-player-popue {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.m-form-dialog .help-block {
    padding-left: 60px
}

.m-form-dialog.in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.m-form-dialog.animate .content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.m-form-dialog .content {
    position: relative;
    width: 3.5rem;
    padding-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.m-form-dialog .content .title {
    padding-top: .24rem;
    margin-bottom: .1rem;
    font-size: .16rem;
    font-weight: 700;
    text-align: center
}

.m-form-dialog .content .tip {
    font-size: .12rem;
    font-weight: 400;
    color: #e02d28;
    line-height: 12px;
    text-align: center
}

.m-form-dialog .content .form-item {
    padding: 0 .2rem;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.m-form-dialog .content .form-item-box label.error {
    position: absolute;
    top: 101%;
    left: .82rem;
    color: red;
    font-size: 12px
}

.m-form-dialog .content .form-item .tag {
    font-size: 12px;
    margin-right: .04rem;
    width: 55px;
    text-align: right
}

.m-form-dialog .content .form-item input {
    width: 100%;
    height: 36px;
    background: #fff;
    border: 1px solid #ededed;
    outline: 0;
    padding-left: .12rem;
    font-size: .12rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.m-form-dialog .content .form-item input:hover {
    border-color: #ea908e
}

.m-form-dialog .content .form-item input:focus {
    border-color: #e71a16
}

.m-form-dialog .content .form-item input.code {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 5px
}

.m-form-dialog .content .form-item + .form-item {
    margin-top: 18px
}

.m-form-dialog .content footer {
    margin-top: .2rem;
    text-align: center
}

.m-form-dialog .content footer div {
    letter-spacing: 1px;
    color: #e71a16;
    font-size: .12rem
}

.m-form-dialog .content footer b {
    font-size: .15rem
}

.m-form-dialog .content .submit {
    width: 2.5rem;
    height: .3rem;
    line-height: .28rem;
    background: #e71a16;
    border-radius: .15rem;
    outline: 0;
    border: none;
    font-size: .12rem;
    margin: .1rem 0;
    color: #fff
}

.m-form-dialog .content .submit:hover {
    opacity: .8
}

.m-form-dialog .remove {
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    bottom: -.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    line-height: .14rem;
    font-size: .18rem;
    border-radius: 50%;
    outline: 0;
    font-style: normal;
    cursor: pointer;
    font-family: simsun
}

.m-player-popue {
    position: fixed;
    background: rgba(10, 10, 10, .95);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3000;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-player-popue .content {
    position: relative
}

.m-player-popue .content #mse {
    width: 100% !important
}

.m-preview-img {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .95);
    z-index: 4000
}

.m-preview-img .content, .m-preview-img .content img {
    width: 100%
}