@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1;
    font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    /* 解决安卓手机按钮点击出现蓝色背景*/
    /* 适配齐刘海*/
    padding-top: constant(safe-area-inset-top);
    /* 适配底部黑条*/
    padding-bottom: constant(safe-area-inset-bottom);
}

body,
html {
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    display: none;
    /* 隐藏微信浏览器滚动条 */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

fieldset,
img {
    border: 0;
}

ul,
ol,
li {
    list-style: none;
    font-family: 'Microsoft YaHei';
}

/* remember to define focus styles! */
input:focus,
textarea:focus {
    outline: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: normal;
    /*font-weight: normal;*/
}

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

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    background-color: #fff;
    border: none;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}

a {
    text-decoration: none;
    color: unset;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea {
    *font-size: 100%;
    background: #ffffff;
    border-radius: .04rem;
}

ol,
ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table,
tr,
td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

iframe {
    border: 0;
}

.lineText,
.lineText1 {
    flex-direction: row;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lineText2 {
    flex-direction: row;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lineText3 {
    flex-direction: row;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.lineText4 {
    flex-direction: row;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.commonInput {
    border: .01rem solid #dddddd;
}

.commonInput:focus {
    border: .01rem solid #EE4646;
}

.w1200 {
    width: 12.00rem;
    margin: 0 auto;
}

/* 顶部导航栏 */
.pageTopNavBar {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 .24rem;
    align-items: center;
    height: .9rem;
    background: #002CAA;
    width: 100%;
}

.pageTopNavBar .navBarLog {
    width: 2.3rem;
    height: .56rem;
    display: flex;
}

.pageTopNavBar .navBarLog > img {
    width: 100%;
    height: 100%;
}

.pageTopNavBar .navMorePic {
    width: .72rem;
    height: .74rem;
}

.pageNavMeun {
    position: fixed;
    top: .9rem;
    display: none;
    width: 100%;
    background: #01268E;
    /* opacity: 0; */
    box-shadow: 0px 4px 10px 0px rgba(0, 35, 134, 0.4);
    left: 0;
    z-index: 100;
}

.pageNavMeun .pageMenuItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pageMenuItemInner {

    height: .82rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pageMenuItem .pageMenuItemTitle {
    font-size: .28rem;
    padding: 0 .24rem;
    color: #FFFFFF;
}

.pageMenuItem .pageMenuArrow {
    width: .56rem;
    margin-right: .24rem;
    height: .56rem;
}

.pageNavMeun .pageMenuItemAct {
    background: #00207A !important;
}

.pageNavMeun .pageSubMenuBox {
    display: flex;
    flex-direction: column;
}

.pageSubMenuBox .pageSubMenuItem {
    width: 100%;
    color: white;
    height: .82rem;
    display: flex;
    padding: 0 .24rem 0 .48rem;
    font-size: .28rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* 脚布局 */
.footBox {
    display: flex;
    flex-direction: column;
}

.footBox .footLinkBox {
    width: 100%;
    background: #2A314F;
    padding: .4rem .24rem;
    display: flex;
    flex-direction: column;
}

.footLinkBox .footTop {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.footTop .footTopItemBox {
    width: 1.68rem;
    padding: 0 .1rem;
    display: flex;
    flex-direction: column;
}

.footTopItemBox .footTopItemTitle {
    font-size: .2rem;
    color: #FFFFFF;
}

.footTopItemBox .footTopItem {
    font-size: .16rem;
    line-height: .16rem;
    color: #FFFFFF;
    margin-top: .1rem;
}

.footLinkBox .footBottom {
    display: flex;
    flex-direction: column;
    margin-top: .1rem;
}

.footBottom .footLogo {
    width: 2.3rem;
    height: 0.56em;
    object-fit: cover;
}

.footBottom .footBottomContent {
    display: flex;
    flex-direction: row;
    padding-top: .3rem;

}

.footBottomContent .qrCodeBox {
    width: 1.02rem;
    height: 1.02rem;
}

.qrCodeBox .footCode {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footBottomContent .footTopItem {
    width: 5.5rem;
}

.footBox .fontcopyBox {
    width: 100%;
    display: flex;
    margin-top: .32rem;
    justify-content: center;
    font-size: .16rem;
    color: #777777;
}

.fontcopyBox > a {
    margin-left: .2rem;
    margin-right: .1rem;
}

.marginT4 {
    margin-top: .4rem;
}

.pageMenuItem .disNone, .contentContainer .disNone, .contentContainer .aboutUsContent .disNone {
    display: none;
}

.innerContent {
    display: flex;
    padding-top: .9rem;
    flex-direction: column;
}

.pageContent {
    width: 100%;
}

.pageHeadBg {
    width: 100%;
    height: 2.36rem;
}

.pageHeadBg > img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
}

.pageLoadTipsBox {
    width: 100%;
    margin-top: .20rem;
    color: #999999 !important;
    font-size: .14rem;
    text-align: center;
}

.pageTitleWrapper {
    width: 100%;
    height: 1.54rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBFBFB;
}

.titleBox {
    display: flex;
    flex-direction: column;
    margin-top: .56rem;
    align-items: center;
}

.pageTitle {
    font-weight: bold;
    font-size: .32rem;
    color: #2A314F;
}

.subPageTitleTips {
    font-weight: bold;
    font-size: .16rem;
    margin-bottom: .38rem;
    color: #2A314F;
    margin-top: .08rem;
}

.richContent {
    margin: .24rem .22rem 0;

    min-height: 2rem;
}

.contentContainer {
    padding-bottom: .42rem;
}


.topBarBox {
    overflow: hidden;
    height: .64rem;
    position: relative;
}

.topBarBox .arrowIcon{
    position: absolute;
    z-index: 2;
    width: .48rem;
    height: .48rem;
    top: 50%;
    transform: translateY(-50%);
}
.topBarBox .topBarNerPre{
    left: .24rem;
}

.topBarBox .topBarNerNext{
    right: .24rem;
}

.topbarInner {
    height: 100%;
}
.topbarInner .topBarInnerBox{

    display: flex;
    background: white;
    height: .64rem;
    flex-direction: row;
    overflow-x: auto;
}

/*.topBarBox {*/

/*}*/

/*.topbarInner {*/
/*    display: flex;*/
/*    background: white;*/
/*    height: .64rem;*/
/*    flex-direction: row;*/
/*    overflow-x: auto;*/
/*}*/

.topbarInner .topBarItem {
    width: 3.75rem;
    font-size: .24rem;
    color: #2A314F;
    flex-shrink: 0;
    display: flex;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.topBarBox .topBarItemAct {
    position: relative;
    font-weight: bold;
}

.detailContent {
    background: white;
    overflow: hidden;
    line-height: .46rem;
    min-height: 2rem;
    padding: .48rem;
    font-size: .28rem;
}


.common_swiper-button-pre,
.common_swiper-button-next {
    top: 50%;
    position: absolute;
    z-index: 2;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
}

.common_swiper-button-pre {
    left: .3rem;
}

.common_swiper-button-next {
    right: .25rem;
}

.richFont {
    font-size: .24rem;
    line-height: .36rem;
}

.richImg img {
    width: 100%;
}

.contentContainer {
    min-height: calc(100vh - 5.4rem);
}

.footTopItemBox .footTopItem:first-child {
    margin-top: .1rem;
}