﻿@charset "UTF-8";

body,
.mui-content {
    background: #fff;
    line-height: 1;
}

ul,
li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

a:active {
    color: #015fb7
}

#pullrefresh .mui-scroll {
    position: relative;
}

.mui-pull-caption {
    font-size: 0.8rem !important;
    font-weight: normal;
}

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

.flexbetween {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flexcenter {
    -webkit-align-items: center;
    align-items: center;
}

.flex {
    -webkit-flex: 1;
    flex: 1;
}

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

.two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.com_shadow {
    position: fixed;
    width: 100%;
    max-width: 640px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.mui-bar {
    background: #fff;
    padding: 0 1rem;
}

.line {
    border-top: 0.6rem solid #f7f7f7;
}

.scale_line {
    position: relative;
}

.scale_line::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.8);
    transform: scaleY(.8);
    background-color: #f2f2f2;
}

.news_more {
    display: block;
    width: 50%;
    line-height: 1.8rem;
    border: 1px solid #015fb7;
    font-size: 0.8rem;
    border: 1px solid #015fb7;
    color: #015fb7;
    border-radius: 3px;
    margin: 1rem auto 0;
    text-align: center;
}

.time {
    padding-left: 1.2rem;
    background: url('../images/time_icon.png') no-repeat left center;
    background-size: 1rem;
}

.eye {
    padding-left: 1.2rem;
    background: url('../images/eye_icon.png') no-repeat left center;
    background-size: 1rem;
}

.md_btn {
    position: absolute;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vd_btn {
    background: url('../images/vd_btn.png') no-repeat center;
    background-size: 100%;
}

.ad_btn {
    background: url('../images/ad_btn.png') no-repeat center;
    background-size: 100%;
}

.icon_color {
    color: #2b2b2b
}

.header_title {
    font-size: 1rem;
    color: #2b2b2b;
}

.mui-bar-nav {
    -webkit-box-shadow: 0 1px 0px #f7f7f7;
    box-shadow: 0 1px 0px #f7f7f7;
}

.mui-toast-container {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* 公共部分 */
.c_title {}

.c_title h5 {
    font-size: 1.1rem;
    color: #2b2b2b;
}

.c_title a {
    font-size: 0.7rem;
    color: #919191;
}

.c_title .mui-segmented-control .mui-control-item {
    font-size: 0.8rem;
    color: #5e5e5e;
    margin-left: 1.5rem;
    display: inline-block;
    width: auto;
}

.c_title .mui-segmented-control.mui-segmented-control-inverted {
    width: auto;
}

.c_title .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    border-bottom: 0;
    color: #015fb7;
}

.m_title {
    text-align: center;
    font-size: 1.1rem;
    color: #2b2b2b;
}

.ct_title {
    text-align: center;
}

.ct_title span {
    display: inline-block;
    position: relative;
    font-size: 1rem;
    color: #2b2b2b;
}

.ct_title span::before {
    content: '';
    position: absolute;
    width: 3rem;
    border-top: 1px solid #f2f2f2;
    left: -4rem;
    top: 50%;
    transform: translateY(-50%) scaleY(0.8);
}

.ct_title span::after {
    content: '';
    position: absolute;
    width: 3rem;
    border-top: 1px solid #f2f2f2;
    right: -4rem;
    top: 50%;
    transform: translateY(-50%) scaleY(0.8);
}


/* 头部 */
.header_logo img {
    width: 5rem;
    display: block;
}

.header_right {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_right a {
    margin-left: 0.5rem;
}

.header_right img {
    width: 1.5rem;
}

.nav_head {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 100%;
    max-width: 640px;
    background: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.8rem;
    box-sizing: border-box;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}

.nav_head.on {
    top: 0;
}

.nav_head img {
    width: 4.3rem;
}

.close_menu {
    display: none;
}

.nav_head .close_nav {
    width: 1.2rem;
    height: 1.2rem;
    background: url('../images/close.png') no-repeat center;
    background-size: 70%;
}

.sedNav {
    position: fixed;
    width: 100%;
    top: -100%;
    left: 50%;
    max-width: 640px;
    transform: translateX(-50%);
    height: 100%;
    z-index: 11;
    background: #fff;
    box-sizing: border-box;
    padding-top: 10px;
    transition: all 0.5s;
}

.sedNav ul {
    overflow: hidden;
}

.sedNav li {
    float: left;
    width: 25%;
    margin: 3% 0;
}

.sedNav li img {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    margin: 0 auto;
}

.sedNav li span {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    color: #4c4c4c;
    margin-top: 0.5rem;
}

.sedNav p {
    text-align: center;
    margin-top: 3rem;
}

.sedNav p a {
    font-size: 0.8rem;
    color: #b2b2b2;
    padding-left: 1.5rem;
    background: url('../images/phone_icon.png') no-repeat left center;
    background-size: 0.8rem;
    line-height: 1.2rem;
}

.sedNav.on {
    top: 44px;
}

.header.on,
header.mui-bar.mui-bar-nav.on {
    box-shadow: none;
}

.header.on .close_menu,
header.mui-bar.mui-bar-nav.on .close_menu {
    display: block;
}

.header.on .search_icon,
header.mui-bar.mui-bar-nav.on .search_icon {
    display: none;
}

.header.on .menu_icon,
header.mui-bar.mui-bar-nav.on .menu_icon {
    display: none;
}


/* 公共导航 */
.nav_item {
    width: 25%;
}

.nav_item img {
    display: block;
    margin: 0 auto;
    width: 2.6rem;
}

.nav_item span {
    font-size: 0.8rem;
    color: #2b2b2b;
    display: block;
    text-align: center;
    margin-top: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 搜索 */
.popup-search {
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    height: 100%;
    max-width: 640px;
    background: #fff;
    transition: top 0.3s;
}

.popup-search.on {
    top: 0;
}

.type_search {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
}

.type_search .search-input {
    flex: 1;
    margin-right: 1rem;
    position: relative;
}

.type_search .search-input input {
    border: 0;
    border-radius: 30px;
    background: #f7f7f7;
    margin-bottom: 0;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    height: 2rem;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    color: #3d4145;
    font-size: .7rem;
    font-weight: 400;
    padding: 0 1rem;
    padding-left: 2.4rem;
}

.type_search .icon-search {
    position: absolute;
    font-size: 1.4rem;
    color: #b4b4b4;
    top: 50%;
    left: .8rem;
    transform: translateY(-50%);
}

.type_search a {
    font-size: .8rem;
    color: #2b2b2b;
}

.hotSearch {
    height: 100%;
    background: #fff;
    padding: 0.8rem;
}

.hotSearch p {
    font-size: 1rem;
    color: #5e5e5e;
}

.hotSearch .key_word a {
    display: inline-block;
    padding: 0 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 1px solid #dedede;
    border-radius: 30px;
    font-size: 0.6rem;
    color: #ababab;
    text-align: center;
    margin-top: 1rem;
    margin-right: 0.5rem;
}

.search-input input::-webkit-input-placeholder {
    color: #dedede;
}

.search-input input::-moz-placeholder {
    color: #dedede;
}

.search-input input::-moz-placeholder {
    color: #dedede;
}

.search-input input:-ms-input-placeholder {
    color: #dedede;
}


/* 公共新闻列表 */
.news_hot li a {
    padding: 0.8rem 0;
}

.news_hot li .ids_img {
    width: 6rem;
    height: 4.5rem;
    border-radius: 3px;
}

.news_hot li .ids_info {
    margin-right: 0.9rem;
    height: 4.5rem;
    position: relative;
}

.news_hot li .ids_info span {
    font-size: 0.8rem;
    color: #2b2b2b;
    line-height: 1.4rem;
}

.news_hot li .ids_info p {
    font-size: 0.7rem;
    color: #919191;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

/* 公共移民问答 */
.qa_hot li a {
    display: block;
    position: relative;
    padding: 0.5rem;
    padding-right: 1.5rem;
}

.qa_hot li i {
    position: absolute;
    font-size: 1.2rem;
    color: #919191;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.qa_hot li span {
    display: block;
    padding-left: 1.5rem;
    font-size: 0.95rem;
    color: #2b2b2b;
    line-height: 1rem;
    background: url('../images/qa_bg.png') no-repeat left center;
    background-size: 1rem;
}

.qa_hot li p {
    font-size: 0.7rem;
    color: #919191;
    line-height: 1.4rem;
    margin-top: 0.5rem;
}

/* 公共移民课堂 */
.media_hot {
    flex-wrap: wrap;
}

.media_hot li {
    width: 48%;
    margin-top: 0.8rem;
}

.media_hot li img {
    display: block;
    width: 100%;
    /*border-radius: 3px;*/
    height: 5.5rem;
}

.media_hot li p {
    font-size: 0.8rem;
    color: #2b2b2b;
    margin-top: 0.5rem;
    line-height: 1rem;
}

.md_info {
    position: relative;
}

.md_info::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}


/* 底部 */
.footer {
    box-shadow: none;
    position: fixed;
}

.footer::after {
    top: 0;
    bottom: auto;
}

.footer .ft_icon {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
}

.footer .ft_text {
    text-align: center;
    display: block;
    font-size: 0.8rem;
    margin-top: 0.2rem;
    color: #919191
}

.footer .ft_icon1 {
    background: url('../images/ft_icona1.png?v=0.1') no-repeat center;
    background-size: 1.5rem;
}

.footer .ft_icon2 {
    background: url('../images/ft_icona2.png?v=0.1') no-repeat center;
    background-size: 1.5rem;
}

.footer .ft_icon3 {
    background: url('../images/ft_icona3.png?v=0.1') no-repeat center;
    background-size: 1.5rem;
}

.footer .ft_icon4 {
    background: url('../images/ft_icona4.png?v=0.1') no-repeat center;
    background-size: 1.5rem;
}

.footer .ft_icon5 {
    background: url('../images/ft_icona5.png?v=0.1') no-repeat center;
    background-size: 1.5rem;
}

.footer .active .ft_text {
    color: #015fb7
}

.footer .active .ft_icon1 {
    background: url('../images/ft_iconb1.png?v=0.1') no-repeat center;
    background-size: 1.5rem;
}

.footer .active .ft_icon2 {
    background: url('../images/ft_iconb2.png?v=0.1') no-repeat center;
    background-size: 1.5rem;
}

.footer .active .ft_icon3 {
    background: url('../images/ft_iconb3.png?v=0.1') no-repeat center;
    background-size: 1.5rem;
}

.footer .active .ft_icon4 {
    background: url('../images/ft_iconb4.png?v=0.1') no-repeat center;
    background-size: 1.5rem;
}

.footer .active .ft_icon5 {
    background: url('../images/ft_iconb5.png?v=0.1') no-repeat center;
    background-size: 1.5rem;
}




/*新增隐藏验证码*/
.caltLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: 19;
    display: block;
    max-width: 640px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.caltLayer .opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.caltLayer .caltBox {
    background: #fff;
    z-index: 3;
    position: absolute;
    width: 80%;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 2px 2px rgba(127, 127, 127, 0.6);
    border-radius: 2px;
    padding: 1rem;
}

.caltLayer .caltBox h5 {
    font-size: 1.4rem;
    color: #444;
    padding-top: 5%;
}

.caltLayer .caltBox .phonetips {
    font-size: 1.2rem;
    color: #808080;
    margin-top: 0.5rem;
}

.caltLayer .caltBox .inputBox {
    margin-top: 1rem;
}

.caltLayer .caltBox .inputBox input {
    width: 100%;
    display: block;
    padding: 6px 12px;
    font-size: .7rem;
    color: #444;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.caltLayer .caltBox .spam_title {
    text-align: center;
    font-size: 1rem;
    color: #2b2b2b;
    display: block;
    margin-bottom: 1rem;
}

.caltLayer .caltBox .spam_info {
    height: 35px;
    line-height: 35px;
    margin: 1rem 0;
    overflow: hidden;
    text-align: center;
    font-size: 1.4rem;
    color: red;
}

.caltLayer .caltBox .validate {}

.caltLayer .caltBox .flexbox {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.caltLayer .caltBox .flexbox input {
    width: 50%;
}

.caltLayer .caltBox .flexbox .code_btn {
    height: 35px;
    text-align: center;
    font-size: .6rem;
    color: #fff;
    background: #015fb7;
    border-radius: 3px;
    outline: none;
    border: 0;
}

.caltLayer .caltBox .spam_submit {
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: .8rem;
    color: #fff;
    background: #015fb7;
    margin-top: 1rem;
    border: 0;
    border-radius: 3px;
}

.caltLayer .caltBox .spam_submit:active {
    opacity: 0.7;
}

.form_tip {
    text-align: center;
    font-size: 0.7rem;
    color: #919191;
    margin-top: 0.5rem;
}



.media_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
}

.md_shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .55);
}

.media_box {
    position: absolute;
    width: 90%;
    border-radius: 3px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ad_bg {
    display: block;
    width: 100%;
}

.audio_center {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    height: 35px;
    z-index: 3;
}

.audio_center .audioBgc {
    position: relative;
    width: 17rem;
    height: 35px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
}

.audio_center .audioBgc .isplay {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 17px;
}

.audio_center .audioBgc .isplay .audioPlay,
.audioStop {
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 17px;
    display: none;
}

.audio_center .audioBgc .isplay .audioPlay.active,
.audioStop.active {
    display: block;
}

.audio_center .audioBgc .isplay img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.audio_center .audioBgc .audioPlaying {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 8.5rem;
    height: 3px;
}

.audio_center .audioBgc .audioPlaying .progressTotal {
    width: 8.5rem;
    height: 3px;
    background-color: #ccc;
}

.audio_center .audioBgc .audioPlaying .progressing {
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 3px;
    background-color: #0087d8;
}

.audio_center .audioBgc .audioPlaying .progressCircle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0086d7;
}

.audio_center .audioBgc .audioPlaying .audioClick {
    position: absolute;
    left: 0;
    top: 0;
    width: 8.5rem;
    height: 9px;
    margin-top: -3px;
}

.audio_center .audioBgc .audioPlayTime {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem;
    height: 16px;
    line-height: 16px;
    color: #333;
    font-size: 0.6rem;
}

.audio_center .audioBgc .audioPlayTime .timeing {
    padding-right: 5px;
}


/* 服务优势 */
.swiper-server {
    margin-top: 1rem;
}

.swiper-server img {
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}

.swiper-server p {
    text-align: center;
    font-size: 0.8rem;
    color: #2b2b2b;
    margin-top: 0.8rem;
}

/* 方舟荣誉 */
.swiper-horner {
    margin-top: 1.5rem;
}

.swiper-horner img {
    display: block;
    width: 100%;
    border-radius: 3px;
}

.cc_box {
    margin-top: 1rem;
}

.cc_box img {
    width: 48%;
}

/* 方舟全球 */
.index_world {
    padding: 1.5rem 0;
}

.swiper-world {
    padding: 0 20%;
    margin-top: 1.5rem;
}

.world_box {
    position: relative;
    padding-bottom: 1.5rem;
}

.world_box img {
    width: 100%;
}

.world_box p {
    font-size: 1rem;
    color: #2b2b2b;
    text-align: center;
    bottom: 0.8rem;
    left: 0.8rem;
    right: 0.8rem;
    line-height: 2rem;
}

/* 方舟团队 */
.index_team {
    padding: 1.5rem 0 1rem 1rem;
}

.team_box {
    margin-top: 0.8rem;
}

.team_cont {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #fff;
    margin-right: 1.5rem;
}

.swiper-team {
    padding-right: 10%;
}

.team_img {
    width: 9rem;
    height: 10rem;
    position: relative;
}

.team_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.team_img span {
    font-size: 0.8rem;
    color: #fff;
    width: 100%;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}

.team_info {
    -webkit-flex: 1;
    flex: 1;
    padding: 0.8rem;
}

.team_info span {
    font-size: 1rem;
    color: #2b2b2b;
}

.team_info p {
    font-size: 0.7rem;
    color: #919191;
    line-height: 1.2rem;
    height: 3.6rem;
    margin-top: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.team_info em {
    display: inline-block;
    border: 1px solid #015fb7;
    font-size: 0.8rem;
    color: #015fb7;
    padding: 0.4rem 1.2rem;
    border-radius: 3px;
    margin-top: 0.8rem;
}



/* 404 */
.false_box {
    margin-top: 5rem;
}

.false_box img {
    display: block;
    margin: 0 auto;
    width: 15rem;
}

.false_box p {
    text-align: center;
    color: #919191;
    font-size: 0.8rem;
    line-height: 2;
    margin-top: 1rem;
}

.false_box p a {
    color: #015fb7;
}


/* 合同 */
.contract_box {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: -100%;
    left: 0;
    z-index: 12;
}

.contract_box.on {
    top: 0;
}

.orderinfod {
    background: #fff;
    padding: 1rem 1rem;
    position: absolute;
    top: 44px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.orderinfod .info_title {
    text-align: center;
}

.orderinfod .info_title h5 {
    font-size: 1rem;
    text-align: center;
    color: #454545;
}

.orderinfod .info_title p {
    font-size: 0.6rem;
    text-align: center;
    margin: 0.5rem 0 0 0;
}

.info_cont {
    margin-top: 1.5rem;
}

.shpuxx>p {
    font-size: 0.6rem;
    line-height: 1.2rem;
    margin: 0;
    margin-bottom: 0.5rem;
}

.orderinfod h4 {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
}

.orderinfod .info_cont>p {
    font-size: 0.6rem;
    line-height: 1.5;
}

.weixxhtl {
    width: 100%;
}

.weixxhtl>p {
    text-align: left;
    text-indent: 0;
    margin: 0;
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 1.8rem;
}

.weixxht {
    position: relative;
}

.weixxhtr {
    width: 100%;
    clear: both;
    margin-top: 2rem;
}

.weixxhtr img {
    max-width: 100%;
    display: inline-block;
    width: 30%;
    position: absolute;
}

.weixxhtr p {
    text-align: left;
    position: relative;
    z-index: 2;
    margin: 0;
    text-indent: 0;
    line-height: 2.5rem;
    margin: 0;
    font-size: 0.65rem;
}

.shengming {
    clear: both;
    position: relative;
    line-height: 1.5;
    font-size: 0.6rem;
    margin: 2rem 0 0 0;
}

.yingcanx {
    background: #fff;
    margin-top: 0.8rem;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.3rem;
    border-top: 1px solid #e5e5e5;
}

.yingcanx p {
    color: #444;
    margin: 0.3rem 0;
    font-size: 0.7rem;
}

.yingcanx p.whelp {
    margin-top: 0.5rem;
    color: #ff3232;
}

.yingcanx.flexbox {
    display: block;
}

.images_box {
    display: none;
}

.zanwuall {
    margin-top: 5rem;
    text-align: center;
}

.zanwuall img {
    width: 2.7rem !important;
}

.zanwuall p {
    margin-top: 0.7rem;
}

.userheadewen {
    background: #dedede;
    z-index: 9;
    text-align: center;
    display: flex;
    height: 45px;
}

.userheadewen a {
    font-size: 1rem;
    flex: 1;
    display: block;
    text-align: center;
    line-height: 45px;
}

.userheadewen a.wenljqx {
    color: #5e5e5e;
}

.userheadewen a.wenljpay {
    color: white;
    background: #015fb7;
}