@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
blockquote,
textarea,
p,
th,
td,
table,
em,
b,
span,
button,
samp {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400;
}

img {
    vertical-align: middle;
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

input {
    outline: none;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #323232;
    font-family: "微软雅黑", "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.container {
    position: relative;
    min-height: 7rem;
}


/* 通用样式 */


/* 加载样式 */

.load-container {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 3.75rem;
    height: 100%;
    z-index: 999999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    font-size: 0.1rem;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 50% auto;
    text-indent: -9999em;
    position: relative;
    animation: mymove 1.3s infinite linear;
    -webkit-animation: mymove 1.5s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@keyframes mymove {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em #46A4C9, 2em -2em 0 0em #46A4C9, 3em 0 0 -1em #46A4C9, 2em 2em 0 -1em #46A4C9, 0 3em 0 -1em #46A4C9, -2em 2em 0 -1em #46A4C9, -3em 0 0 -1em #46A4C9, -2em -2em 0 0 #46A4C9;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #46A4C9, 2em -2em 0 0.2em #46A4C9, 3em 0 0 0 #46A4C9, 2em 2em 0 -1em #46A4C9, 0 3em 0 -1em #46A4C9, -2em 2em 0 -1em #46A4C9, -3em 0 0 -1em #46A4C9, -2em -2em 0 -1em #46A4C9;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em #46A4C9, 2em -2em 0 0 #46A4C9, 3em 0 0 0.2em #46A4C9, 2em 2em 0 0 #46A4C9, 0 3em 0 -1em #46A4C9, -2em 2em 0 -1em #46A4C9, -3em 0 0 -1em #46A4C9, -2em -2em 0 -1em #46A4C9;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em #46A4C9, 2em -2em 0 -1em #46A4C9, 3em 0em 0 0 #46A4C9, 2em 2em 0 0.2em #46A4C9, 0 3em 0 0em #46A4C9, -2em 2em 0 -1em #46A4C9, -3em 0em 0 -1em #46A4C9, -2em -2em 0 -1em #46A4C9;
    }
    50% {
        box-shadow: 0 -3em 0 -1em #46A4C9, 2em -2em 0 -1em #46A4C9, 3em 0 0 -1em #46A4C9, 2em 2em 0 0em #46A4C9, 0 3em 0 0.2em #46A4C9, -2em 2em 0 0 #46A4C9, -3em 0em 0 -1em #46A4C9, -2em -2em 0 -1em #46A4C9;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em #46A4C9, 2em -2em 0 -1em #46A4C9, 3em 0 0 -1em #46A4C9, 2em 2em 0 -1em #46A4C9, 0 3em 0 0 #46A4C9, -2em 2em 0 0.2em #46A4C9, -3em 0 0 0 #46A4C9, -2em -2em 0 -1em #46A4C9;
    }
    75% {
        box-shadow: 0em -3em 0 -1em #46A4C9, 2em -2em 0 -1em #46A4C9, 3em 0em 0 -1em #46A4C9, 2em 2em 0 -1em #46A4C9, 0 3em 0 -1em #46A4C9, -2em 2em 0 0 #46A4C9, -3em 0em 0 0.2em #46A4C9, -2em -2em 0 0 #46A4C9;
    }
    87.5% {
        box-shadow: 0em -3em 0 0 #46A4C9, 2em -2em 0 -1em #46A4C9, 3em 0 0 -1em #46A4C9, 2em 2em 0 -1em #46A4C9, 0 3em 0 -1em #46A4C9, -2em 2em 0 0 #46A4C9, -3em 0em 0 0 #46A4C9, -2em -2em 0 0.2em #46A4C9;
    }
}

@-webkit-keyframes mymove
/*Safari and Chrome*/

{
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em #46A4C9, 2em -2em 0 0em #46A4C9, 3em 0 0 -1em #46A4C9, 2em 2em 0 -1em #46A4C9, 0 3em 0 -1em #46A4C9, -2em 2em 0 -1em #46A4C9, -3em 0 0 -1em #46A4C9, -2em -2em 0 0 #46A4C9;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #46A4C9, 2em -2em 0 0.2em #46A4C9, 3em 0 0 0 #46A4C9, 2em 2em 0 -1em #46A4C9, 0 3em 0 -1em #46A4C9, -2em 2em 0 -1em #46A4C9, -3em 0 0 -1em #46A4C9, -2em -2em 0 -1em #46A4C9;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em #46A4C9, 2em -2em 0 0 #46A4C9, 3em 0 0 0.2em #46A4C9, 2em 2em 0 0 #46A4C9, 0 3em 0 -1em #46A4C9, -2em 2em 0 -1em #46A4C9, -3em 0 0 -1em #46A4C9, -2em -2em 0 -1em #46A4C9;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em #46A4C9, 2em -2em 0 -1em #46A4C9, 3em 0em 0 0 #46A4C9, 2em 2em 0 0.2em #46A4C9, 0 3em 0 0em #46A4C9, -2em 2em 0 -1em #46A4C9, -3em 0em 0 -1em #46A4C9, -2em -2em 0 -1em #46A4C9;
    }
    50% {
        box-shadow: 0 -3em 0 -1em #46A4C9, 2em -2em 0 -1em #46A4C9, 3em 0 0 -1em #46A4C9, 2em 2em 0 0em #46A4C9, 0 3em 0 0.2em #46A4C9, -2em 2em 0 0 #46A4C9, -3em 0em 0 -1em #46A4C9, -2em -2em 0 -1em #46A4C9;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em #46A4C9, 2em -2em 0 -1em #46A4C9, 3em 0 0 -1em #46A4C9, 2em 2em 0 -1em #46A4C9, 0 3em 0 0 #46A4C9, -2em 2em 0 0.2em #46A4C9, -3em 0 0 0 #46A4C9, -2em -2em 0 -1em #46A4C9;
    }
    75% {
        box-shadow: 0em -3em 0 -1em #46A4C9, 2em -2em 0 -1em #46A4C9, 3em 0em 0 -1em #46A4C9, 2em 2em 0 -1em #46A4C9, 0 3em 0 -1em #46A4C9, -2em 2em 0 0 #46A4C9, -3em 0em 0 0.2em #46A4C9, -2em -2em 0 0 #46A4C9;
    }
    87.5% {
        box-shadow: 0em -3em 0 0 #46A4C9, 2em -2em 0 -1em #46A4C9, 3em 0 0 -1em #46A4C9, 2em 2em 0 -1em #46A4C9, 0 3em 0 -1em #46A4C9, -2em 2em 0 0 #46A4C9, -3em 0em 0 0 #46A4C9, -2em -2em 0 0.2em #46A4C9;
    }
}


/* 日期插件样式 */

#datescroll div {
    float: left;
    margin-top: 15px;
    height: 150px;
}

#datescroll_datetime div {
    float: left;
    margin-left: 10%;
    padding-right: 22px;
}

#yearwrapper {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 60px;
    width: 33.333%;
}

#monthwrapper {
    position: absolute;
    left: 33.333%;
    top: 0;
    bottom: 60px;
    width: 33.33%;
}

#daywrapper {
    position: absolute;
    left: 63%;
    top: 0;
    bottom: 60px;
    width: 33.33%;
}

#Hourwrapper {
    position: absolute;
    left: 0;
    top: 195px;
    bottom: 68px;
    width: 80%;
}

#Minutewrapper {
    position: absolute;
    left: 26%;
    top: 195px;
    bottom: 68px;
    width: 80%;
}

#Secondwrapper {
    position: absolute;
    left: 50%;
    top: 195px;
    bottom: 68px;
    width: 80%;
}

#Hourwrapper ul li {
    color: #898989;
    font-size: 12px;
}

#Minutewrapper ul li {
    color: #898989;
    font-size: 12px;
}

#Secondwrapper ul li {
    color: #898989;
    font-size: 12px;
}

#yearwrapper ul li {
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

#monthwrapper ul li {
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

#monthwrapper ul li.crently,
#yearwrapper ul li.crently,
#daywrapper ul li.crently {
    color: #f80;
}

#daywrapper ul li {
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

#markhour {
    position: relative;
    margin-left: 62px;
    top: -2px;
}

#markminut {
    position: relative;
    margin-left: 58px;
    top: -2px;
}

#marksecond {
    position: relative;
    margin-left: 68px;
    top: -2px;
}

#dateheader {
    width: 100%;
    height: 50px;
    background: #79C12F;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
}

#setcancle ul {
    text-align: center;
    margin: 1px auto;
    font-size: 20px;
}

#setcancle ul li {
    background: #f8f8f8;
    list-style-type: none;
    font-family: 'microsoft yahei';
    font-size: 16px;
    width: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e6e6e6;
    position: relative;
}

#setcancle ul li:last-child:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #e6e6e6;
}

#datePlugin {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 3.75rem;
    height: 100%;
    display: none;
    margin: 0 auto;
}

#datePlugin.show {
    display: block;
}

#datePage {
    font-size: 22px;
    border-radius: 3px;
    width: 80%;
    height: 170px;
    background: #fff;
    z-index: 9999999;
    padding-bottom: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999;
    margin-left: -40%;
    margin-top: -135px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .175);
    box-shadow: 0 0 12px rgba(0, 0, 0, .175)
}

#datetitle {
    width: 100%;
    height: 50px;
    background: #79C12F;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    font-family: 'microsoft yahei';
    display: none;
}

#datetitle h1 {
    font-weight: normal;
}

#datemark {
    font-size: 18px;
    left: 5%;
    width: 90%;
    height: 48px;
    border: 1px solid #eee;
    position: absolute;
    top: 65px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 12px rgba(255, 136, 0, .3);
    box-shadow: 0 0 12px rgba(255, 136, 0, .3)
}

#datemark a {
    position: relative;
    width: 20%;
    margin: 0 6.666%;
    height: 46px;
    float: left;
}

#timemark {
    font-size: 18px;
    left: 5%;
    width: 90%;
    height: 20px;
    position: absolute;
    top: 242px;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    display: none;
}

#datescroll {
    width: 90%;
    padding: 10px 0;
    margin: 0 auto;
    height: 150px;
    text-align: center;
    line-height: 40px;
}

#datescroll_datetime {
    display: none;
    background: #F8F8F8;
    width: 94%;
    margin: 10px 3%;
    margin-top: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    height: 120px;
    text-align: center;
    line-height: 40px;
}

#Hourwrapper ul,
#Minutewrapper ul,
#Secondwrapper ul {
    width: 40%;
}

#dateFooter {
    width: 100%;
    background: #fff;
    height: 50px;
}

.pd10 {
    padding: 0.1rem;
}

.mgb10 {
    margin-bottom: 0.1rem;
}

.pdlr10 {
    padding: 0 0.1rem;
}

.pdb10 {
    padding-bottom: 0.1rem;
}

.pd15 {
    padding: 0.15rem;
}

.pdlr15 {
    padding: 0 0.15rem;
}

.pdt10 {
    padding-top: 0.10rem;
}

.clearboth {
    clear: both;
    overflow: hidden;
}

.line10 {
    clear: both;
    height: 0.1rem;
    /* background-color: #efeef5; */
}

.red {
    color: red;
}

.green {
    color: #009801;
}

.label-gray {
    color: #999;
    background-color: #f7f7f7;
}

.label-red {
    color: #fe5d4e;
    background-color: #fdf3f3;
}

.m-commonarea {
    padding-bottom: 0.15rem;
}

.m-commonarea li {
    box-sizing: border-box;
    border-bottom: thin solid #f0f0f0;
    padding: 0.1rem 0;
    font-size: 0.13rem;
    display: table;
    width: 100%;
}

.m-commonarea li:first-child {
    color: gray;
}

.m-commonarea li span {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
}

.pagebox {
    margin: 0.15rem 0;
}

.pagebox a {
    display: inline-block;
    padding: 0 0.10rem;
    color: #333;
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.12rem;
    border: 1px solid #e2e2e2;
    margin: 0 -1px 5px 0;
}

.pagebox .pagenow-curr {
    background-color: #FF5722;
    color: #fff;
    border: 1px solid #FF5722;
    position: relative;
    margin-right: -1px;
}

.pagebox .pagenow.bt4 {
    background-color: #fff;
    color: #d2d2d2;
    border: 1px solid #e2e2e2;
}

.pagebox .bt {
    padding: 0 0.1rem;
}

.font12 {
    font-size: 0.12rem;
}

.color666 {
    color: #999;
}

.color999 {
    color: #999;
}

.color32 {
    color: 323232;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tonexticon {
    position: relative;
    float: right;
    width: 0.22rem;
    height: 0.44rem;
    background: url(/images/next.png) no-repeat center;
    background-size: 0.22rem;
}

.sub_2line .tonexticon {
    height: 0.51rem;
}

.sub_title_icon {
    position: relative;
    float: right;
    width: 0.3rem;
    height: 0.44rem;
}

.icon-badd {
    background: url(/images/badd.png) no-repeat center;
    background-size: 0.21rem;
}

.icon-bsetting {
    background: url(/images/bsetting.png) no-repeat center;
    background-size: 0.2rem;
}

.add-btn {
    height: 0.28rem;
    line-height: 0.28rem;
    border-radius: 0.05rem;
    font-size: 0.13rem;
    color: #fff;
    background-color: #5691f0;
    text-align: center;
    padding: 0 0.1rem;
}

.setting-btn-icon {
    background: url(/images/wrench.png) no-repeat center;
}

.add-btn-icon {
    background: url(/images/add.png) no-repeat center;
}

.diagnosis-btn-icon {
    background: url(/images/diagnosis.png) no-repeat center;
}

.setting-btn-icon,
.diagnosis-btn-icon,
.add-btn-icon {
    width: 0.22rem;
    height: 0.28rem;
    background-size: 0.22rem;
}

.shrink-l {
    right: 0;
    background: url(/images/shrink-l.png) no-repeat center;
}

.shrink-r {
    background: url(/images/shrink-r.png) no-repeat center;
    left: 0;
}

.shrinkicon {
    position: absolute;
    width: 0.30rem;
    height: 0.42rem;
    background-size: 0.22rem;
}

.icon-check,
.icon-edit,
.icon-del {
    width: 0.27rem;
    height: 0.25rem;
    background: url(/images/check.png) no-repeat center;
    background-size: 0.18rem;
}

.icon-check.checked {
    background: url(/images/checked.png) no-repeat center;
    background-size: 0.19rem;
}

.icon-edit {
    background: url(/images/edit.png) no-repeat center;
    background-size: 0.23rem;
}

.icon-del {
    background: url(/images/del.png) no-repeat center;
    background-size: 0.20rem;
}

.modal,
.slide-left {
    position: fixed;
    top: 0;
    width: 3.75rem;
    height: 100%;
    z-index: 999;
    background: #fff;
    display: none;
}

.modal {
    margin-left: -3.75rem;
}

.slide-left {
    margin-left: 3.75rem;
    z-index: 1100;
}

.modal-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}

.modal .fixed-header,
.slide-left .fixed-header {
    position: fixed;
    width: 3.75rem;
    background: #fff;
    padding-top: 0.15rem;
    z-index: 9999;
}

.modal .fixed-content,
.slide-left .fixed-content {
    position: fixed;
    width: 3.75rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding-top: 0.6rem;
    padding-bottom: 0.15rem;
}


/* .close {
    width: 20px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #ccc;
    text-align: center;
    cursor: pointer;
} */


/*布局*/

.header {
    height: 0.5rem;
    width: 100%;
    background-color: rgb(238, 22, 22);
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.5rem;
    overflow: hidden;
}

.header .Tlicon {
    /* position: absolute;
    left: 0; */
    height: 0.5rem;
    float: left;
}

.header .Tricon {
    /* position: absolute;
    right: 0; */
    height: 0.5rem;
    float: right;
}

.header .logo {
    width: 1.18rem;
    background: url(/images/logo.png) no-repeat 0.1rem center;
    background-size: 1.08rem auto;
}

.header .back {
    width: 0.4rem;
    background: url(/images/back.png) no-repeat 0.1rem center;
    background-size: 0.14rem;
}

.header .login {
    width: 0.42rem;
    background: url(/images/login.png) no-repeat 0 center;
    background-size: 0.32rem;
}

.header .islogin {
    width: 0.4rem;
    background: url(/images/userhead.png) no-repeat 0 center;
    background-size: 0.30rem;
}

.header .hsearch {
    width: 0.45rem;
    background: url(/images/wsearch.png) no-repeat 0.1rem center;
    background-size: 0.25rem;
}

.header .home {
    width: 0.32rem;
    background: url(/images/home.png) no-repeat 0 center;
    background-size: 0.22rem;
}

.footer {
    margin-top: 0.2rem;
    padding: 5px 0;
    overflow: hidden;
    background: #29323b;
    color: #666;
}

.footer a {
    float: left;
    width: 49%;
    text-align: center;
    font-size: 0.14rem;
    padding: 0.06px 0;
    color: rgb(145, 145, 145);
    border-left: 1px #666 solid;
}

.footer a:first-child {
    border: 0;
}


/* 登录 */

.loginbox {
    width: 80%;
    margin: 0 auto;
    padding-top: 10%;
}

.loginbox .m-input-item {
    position: relative;
    background-size: 0.18rem;
    background-repeat: no-repeat;
    background-position: 0.1rem center;
}

.loginbox .m-input-item input {
    width: 100%;
    padding: 0.2rem 0 0.15rem 0;
    color: #333;
    text-align: left;
    font-size: 0.15rem;
}

.loginbox .m-input-item.inputlicon input {
    margin-left: 0.4rem;
    width: 82%;
}

.loginbox .m-input-item.name {
    background-image: url(/images/user.png);
}

.loginbox .m-input-item.psw {
    background-image: url(/images/lock.png);
}

.loginbox .m-input-item::after {
    position: absolute;
    bottom: 0;
    content: "";
    background-color: #e2e2e2;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.loginbox .btn {
    display: inline-block;
    width: 100%;
    height: 0.45rem;
    line-height: 0.45rem;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    border-radius: 0.06rem !important;
    border: 0;
    margin-top: 0.2rem;
    background: #f90;
}

.login-bottom {
    margin-top: 0.10rem;
}

.login-bottom>a {
    display: inline-block;
    text-decoration: underline;
    color: #999;
}

.login-error-msg {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 0.05rem;
    color: #fff;
    font-size: 0.14rem;
    padding: 0.13rem 0.1rem;
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    top: 40%;
    z-index: 99999;
}

.loginbox .tips-msg {
    word-break: break-all;
    font-size: 0.13rem;
    line-height: 0.27rem;
}


/* 资讯页 */

.Information {
    margin-top: 0.1rem;
    font-size: 0.18rem;
}

.index_title {
    color: #d85954;
    padding: 0 0.12rem 0.08rem;
    border-bottom: 1px solid #e1e1e1;
}

.index_title:before {
    width: 0.03rem;
    height: 0.14rem;
    background: #d85954;
    content: '';
    float: left;
    margin: 0.06rem 0.06rem 0 0;
    border-radius: 0.05rem;
}

.Information ul {
    padding: 0 0.1rem 0.1rem 0.1rem;
    margin-bottom: 0.1rem;
}

.Information li {
    padding: 0.1rem 0;
    font-size: 0.14rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: solid 1px #edf0f5;
}

.Information li>a {
    color: #000;
}

.toMoreInformation {
    color: rgb(190, 150, 241) !important;
}


/* 文章页面 */

.main {
    margin: 0.15rem 0 0;
    font-size: 0.16rem;
    color: #323232;
    line-height: 0.22rem;
}

.main .bt {
    font-size: 0.24rem;
    color: #323232;
    line-height: 0.31rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.main .sj {
    font-size: 0.12rem;
    color: #A6A6A6;
    margin-top: 0.075rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.main .wz {
    margin: 0 0.1rem 0.28rem;
    word-break: break-word;
}

.main .wz p {
    margin-top: 0.125rem;
    text-indent: 2em;
    text-align: justify;
}

.main .wz p>img {
    clear: both;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.others h3 {
    font-weight: normal;
    padding-left: 0.1rem;
    color: #ff3333;
}

.others ul {
    margin-bottom: 0.26rem;
    padding: 0.1rem;
}

.others ul li {
    margin-bottom: 0.1rem;
}

.others ul li a {
    text-align: left;
    font-size: 0.15rem;
    color: #444;
    border-width: 0 0 1px 0;
    display: inline;
}

.others ul li span {
    margin-left: 0.05rem;
    color: #888;
    font-size: 0.12rem;
}


/*使图片在浏览器中居中显示*/

.bigImg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.75rem;
    height: auto;
    margin: auto 0;
}


/*遮罩层*/

.opacityBottom {
    width: 3.75rem;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/* 基金详情页 */

.fund-jjxq-head {
    position: static;
    color: #666;
    font-size: 0.12rem;
    padding: 0.05rem 0.15rem;
}

.fund-name {
    font-size: 0.14rem;
    text-align: center;
}

.fund-name b {
    font-size: 0.16rem;
    line-height: 0.27rem;
}

.fund-detail-data {
    padding: 0.15rem;
}

.fd-data {
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.fd-data dl {
    width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.fd-data dl:first-of-type {
    border-right: 1px solid #eee;
}

.fd-data dl dt {
    font-size: 0.13rem;
    color: #666;
    margin-bottom: 0.08rem;
}

.fd-data dl dd {
    font-size: 0.3rem;
    font-family: Arial;
}

.fd-data-box .fd-type {
    margin-bottom: 0.1rem;
    text-align: center;
}

.fd-data-box .fd-type em {
    margin-right: 0.05rem;
    padding: 0 0.1rem;
    font-size: 0.12rem;
    display: inline-block;
    line-height: 0.22rem;
}

.fd-pzgz {
    margin-bottom: 0.1rem;
    font-size: 0.12rem;
}

.fd-pzgz span {
    margin-right: 0.05rem;
}

.fd-info-d {
    overflow: hidden;
    margin: 0.15rem 0;
}

.fd-info-d li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    font-size: 0.12rem;
    line-height: 0.19rem;
}

.fd-info-d li:nth-child(3n) .value {
    border-right: none;
    padding-right: 0;
}

.fd-info-d li:nth-child(3n+1) .title {
    padding-left: 0;
}

.fd-info-d li span {
    display: inline-block;
    box-sizing: border-box;
}

.fd-info-d li .title {
    width: 47%;
    color: #999;
    padding-left: 0.06rem;
}

.fd-info-d li .value {
    width: 53%;
    text-align: right;
    border-right: 1px solid #eee;
    padding-right: 0.06rem;
}

.fund-tab-list {
    overflow: hidden;
    height: 0.45rem;
    line-height: 0.45rem;
    border-bottom: thin solid #e6eaed;
}

.fund-tab-list a {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 0.15rem;
    color: #666;
    text-align: center;
    position: relative;
}

.fund-tab-list a:nth-child(1)::before {
    position: absolute;
    bottom: 0;
    right: 0rem;
    top: 0.1rem;
    content: ' ';
    width: 1px;
    height: auto;
    border-right: 1px solid #cccfd3;
    transform: scaleX(0.5);
}

.fund-tab-list.tab3 a {
    width: 33.33%;
}

.fund-tab-list.tab3 a::before {
    border-right: none
}

.fund-tab-list a.active {
    color: #157fd0;
    border-bottom: 1px solid #157fd0;
}

.fund-tab-list a.active::after {
    width: 100%;
    overflow: hidden;
    content: '';
    display: block;
    height: 0.01rem;
    clear: both;
    background: #157fd0;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-bottom: none;
    transform: scaleY(1);
}

.fund-tab-content>.fund-tab-content-item {
    /* padding: 0.1rem; */
}

.tab-time ul {
    overflow: hidden;
    margin: 0.15rem 0 0.2rem 0;
}

.tab-time ul li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    border: 1px #e1e1e1 solid;
    border-right: 0;
    cursor: pointer;
}

.tab-time ul li:first-child {
    border-radius: 0.05rem 0 0 0.05rem;
}

.tab-time ul li:last-child {
    border-radius: 0 0.05rem 0.05rem 0;
    border-right: 1px #e1e1e1 solid;
}

.tab-time ul li.active {
    border: solid 1px #f90;
    color: #f90;
}

.Chart-message {
    color: #666;
    width: 100%;
    text-align: center;
    font-size: 0.11rem;
    margin: 0.15rem 0;
}

.Chart-message span {
    text-align: left;
    margin-right: 0.075rem;
    display: inline-block;
}

.Chart-message span:first-child {
    margin-right: 0.025rem;
}

.Chart-message span:nth-child(2) {
    width: 0.35rem;
}

.Chart-message span:nth-child(3) {
    width: 0.48rem;
}

.Chart-message span:last-child {
    margin-right: 0;
    width: 0.5rem;
}

.Chart-message span.date {
    width: 0.8rem;
    margin-right: 0.28rem;
}

.Chart-message span.numvalue {
    min-width: 80px;
}

.m-common-title {
    font-size: 0.15rem;
    height: 0.44rem;
    line-height: 0.44rem;
    color: #333;
    border-bottom: thin solid #e2e2e2;
}

.sub_2line:before {
    content: " ";
    border-left: 0.03rem solid #f40;
    position: relative;
    padding-right: 0.1rem;
    top: 0;
}

.m-common-title a {
    display: inline-block;
    width: 100%;
}

.m-common-title .sub_title {
    color: #999;
    float: right;
    font-size: 0.13rem;
}

.m-common-title .sub_title .add-btn {
    margin-top: 0.08rem;
}


/* 基金概况*/

.m-page-title {
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 0.15rem;
    color: #333;
    font-size: 0.17rem;
    text-align: left;
    border-bottom: thin solid #e2e2e2;
}

.m-page-title .lab_le {
    font-size: 12px;
    color: #777;
}

.gk-main {
    overflow: hidden;
}

.gk-main li {
    min-height: 0.48rem;
    line-height: 0.48rem;
    border-bottom: thin solid #e2e2e2;
}

.gk-main li span {
    display: inline-block;
    vertical-align: middle;
    line-height: 0.14rem;
    padding: 0.13rem 0;
}

.gk-main li span:first-child {
    width: 36%;
    color: #666;
}

.gk-main li span:last-child {
    width: 64%;
    text-align: right;
}

.m-part {
    position: relative;
}

.m-part p {
    padding: 0.18rem 0 0.25rem 0;
}


/* 基金经理 */

.m-manager {
    margin-top: 0.1rem;
    clear: both;
}

.m-manager-head {
    width: 0.65rem;
    overflow: hidden;
    float: left;
    background: #A6A6A6;
    margin-right: 0.15rem;
}

.m-manager-head img {
    width: 100%;
    height: auto;
}

.m-manager-info {
    float: left;
}

.m-manager-info span {
    font-size: 0.125rem;
    line-height: 0.21rem;
}

.m-manager-info .name {
    font-size: 0.18rem;
}

.m-manager_detail {
    clear: both;
    text-align: justify;
}

.open {
    color: #11a6fc;
    display: inline-block;
    word-break: keep-all;
}

.m-manager-lishi li span:first-child {
    width: 25%;
}

.m-manager-lishi li span:nth-child(2) {
    width: 25%;
}

.m-manager-lishi li span:nth-child(3) {
    width: 30%;
    text-align: center;
}

.m-manager-lishi li span:nth-child(4) {
    width: 20%;
    text-align: right;
}

.jjgg_content li {
    padding: 0.15rem 0;
    border-bottom: thin solid #e2e2e2;
}

.jjgg_content li.no-data {
    text-align: center;
    line-height: 0.32rem;
    color: #777;
    border-bottom: none;
}

.jjgg_content .title {
    font-size: 0.15rem;
    line-height: 0.22rem;
}

.jjgg_content .date {
    color: #999;
    font-size: 0.12rem;
}


/* 持仓明细 */

.com_uptime {
    color: #999;
    margin-top: 0.1rem;
    font-size: 0.13rem;
    /* float: right; */
}

.gpccul li span:first-child {
    width: 30%;
}

.gpccul li span:nth-child(2) {
    width: 20%;
    text-align: center;
}

.gpccul li span:nth-child(3) {
    width: 25%;
    text-align: center;
}

.gpccul li span:last-child {
    width: 25%;
    text-align: right;
}


/* 基金公司 */

.F-companyGPUl li {
    padding: 0.1rem;
}

.F-companyGPUl li:first-child {
    background: #f7f7fd;
}

.F-companyGPUl li span:first-child {
    width: 40%;
}

.F-companyGPUl li span:nth-child(2) {
    width: 25%;
    text-align: center;
}

.F-companyGPUl li span:nth-child(3) {
    width: 25%;
    text-align: right;
}

.F-companyUl li span:first-child {
    width: 40%;
}

.F-companyUl li span:nth-child(2) {
    width: 30%;
    text-align: center;
}

.F-companyUl li span:nth-child(3) {
    width: 30%;
    text-align: right;
}

.F-qsjhlcjzUl li span:first-child {
    width: 35%;
}

.F-qsjhlcjzUl li span:nth-child(2) {
    width: 22%;
    text-align: center;
}

.F-qsjhlcjzUl li span:nth-child(3) {
    width: 22%;
    text-align: center;
}

.F-qsjhlcjzUl li span:last-child {
    width: 20%;
    text-align: right;
}

.m_lsjz_ul li span:first-child {
    width: 25%;
}

.m_lsjz_ul li span:nth-child(2) {
    width: 25%;
    text-align: center;
}

.m_lsjz_ul li span:nth-child(3) {
    width: 25%;
    text-align: center;
}

.m_lsjz_ul li span:last-child {
    width: 20%;
    text-align: right;
}

.m_gpccmx_ul li span:first-child {
    width: 25%;
}

.m_gpccmx_ul li span:nth-child(2) {
    width: 25%;
    text-align: center;
}

.m_gpccmx_ul li span:nth-child(3) {
    width: 25%;
    text-align: center;
}

.m_gpccmx_ul li span:last-child {
    width: 20%;
    text-align: right;
}

.jjjdzf_ul li span:first-child {
    width: 22%;
}

.jjjdzf_ul li span:nth-child(2) {
    width: 25%;
    text-align: center;
}

.jjjdzf_ul li span:nth-child(3) {
    width: 25%;
    text-align: center;
}

.jjjdzf_ul li span:last-child {
    width: 23%;
    text-align: right;
}

.fd_fh li span:first-child {
    width: 15%;
}

.fd_fh li span:nth-child(2) {
    width: 30%;
    text-align: center;
}

.fd_fh li span:last-child {
    width: 30%;
    text-align: right;
}

.fd_cf li span:first-child {
    width: 25%;
}

.fd_cf li span:nth-child(2) {
    width: 24%;
    text-align: center;
}

.fd_cf li span:nth-child(3) {
    width: 24%;
    text-align: center;
}

.fd_cf li span:last-child {
    width: 18%;
    text-align: right;
}


/* 基金净值 */

.screening-box {
    padding: 0 0.15rem 0.1rem;
}

.sliding-1 {
    height: 0.32rem;
    line-height: 0.32rem;
    border-bottom: 1px solid #dfdede;
}

.sliding-1 a {
    display: inline-block;
    position: relative;
}

.sliding-1 a.on::after {
    width: 100%;
    overflow: hidden;
    content: '';
    display: block;
    height: 0.01rem;
    clear: both;
    background: #e93030;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-bottom: none;
    transform: scaleY(1);
}

.sliding-2 {
    font-size: 0.11rem;
    padding: 0.05rem 0;
}

.sliding-2 .swiper-slide {
    text-align: center;
    display: inline-block;
    width: auto;
    margin-right: 0.25rem;
}

.sliding-2 a {
    display: inline-block;
    line-height: 0.20rem;
    border-radius: 2px;
    padding: 0 0.05rem;
}

.sliding-2 a.on {
    color: #fe5d4e;
    background-color: #fdf3f3;
}

.fund_ccmx_years_sw,
.pie_years_sw {
    font-size: 0.13rem;
    margin: 0.1rem 0;
}

.fund_ccmx_years_sw a.on,
.pie_years_sw a.on {
    color: #fe5d4e;
}

.pie_public_title {
    font-size: 0.15rem;
    text-align: center;
    margin-top: 0.1rem;
}


/* 个人中心 */

.loginoutbox {
    text-align: center;
    font-size: 0.13rem;
    color: tomato;
    line-height: 0.38rem;
}

.check-list-ul li {
    box-sizing: border-box;
    border-bottom: thin solid #dfdfdf;
    padding: 0.1rem 0;
    font-size: 0.13rem;
    line-height: 0.25rem;
    overflow: hidden;
}

.check-list-ul li span:nth-child(2) {
    width: 60%;
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
}

.platem .addzxbk {
    width: 1rem;
    margin: 0.15rem auto;
}

.editplatebox .edplatetitle {
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    height: 0.4rem;
}

.editplatebox .btn {
    display: inline-block;
    width: 100%;
    height: 0.45rem;
    line-height: 0.45rem;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    border-radius: 0.06rem !important;
    border: 0;
    margin-top: 0.2rem;
    background: #f90;
}

.zxjjlist li span:first-child {
    width: 35%;
}

.zxjjlist li span:nth-child(2) {
    width: 27%;
    text-align: center;
}

.zxjjlist li span:nth-child(3) {
    width: 27%;
    text-align: center;
}

.zxjjlist li span:nth-child(4) {
    width: 11%;
    text-align: right;
}

.cell-icon-delete {
    height: 0.25rem;
    width: 0.22rem;
    background: url(/images/delete.png) no-repeat center;
    background-size: 0.19rem;
}

.cell-icon-star {
    height: 0.22rem;
    width: 0.22rem;
    background: url(/images/star.png) no-repeat center;
    background-size: 0.21rem;
}

.cell-icon-mstar {
    height: 0.22rem;
    width: 0.22rem;
    background: url(/images/mstar.png) no-repeat center;
    background-size: 0.21rem;
}

.table-nodata {
    text-align: center;
}


/* 搜索 */

.search-warp {
    border: 1px #eaeaea solid;
    border-radius: 0.03rem;
    overflow: hidden;
}

.search-warp input {
    font-size: 0.14rem;
    color: #000;
    padding: 0.09rem 0 0.08rem 0.1rem;
    width: 85%;
    float: left;
    box-sizing: border-box;
}

.search-warp button {
    height: 0.35rem;
    line-height: 0.35rem;
    border: 0;
    width: 15%;
    border-left: 1px #eaeaea solid;
    cursor: pointer;
    float: right;
    background: url(/images/search.png) no-repeat center center #f2f2f2;
    background-size: 0.19rem;
}

.search-result {
    margin-top: 0.15rem;
}

.fundlist li span:first-child {
    width: 20%;
}

.fundlist li span:nth-child(2) {
    width: 35%;
    text-align: left;
}

.fundlist li span:nth-child(3) {
    width: 11%;
    text-align: right;
}


/*  */

.accountul li:first-child {
    color: #323232;
}

.addaccount {
    width: 0.74rem;
    margin: 0.15rem auto;
}

.accountgjykul li span:first-child {
    width: 32%;
}

.accountgjykul li span:nth-child(2) {
    width: 25%;
    text-align: center;
}

.accountgjykul li span:nth-child(3) {
    width: 21%;
    text-align: center;
}

.accountgjykul li span:last-child {
    width: 22%;
    text-align: right;
}

.include-account {
    text-align: center;
}

.include-account .accountname {
    display: inline-block;
    border: 1px solid #eaeaea;
    width: 2rem;
    height: 0.28rem;
    line-height: 0.28rem;
    padding-left: 0.15rem;
    border-radius: 0.8rem;
    font-size: 0.12rem;
    text-align: left;
}

.include-account .accountname.icon-drop-down {
    height: 0.28rem;
    background: url(/images/drop-down.png) no-repeat 1.85rem center;
    background-size: 0.16rem;
}

.tablebox {
    width: 100%;
    overflow: scroll;
}

.Table {
    width: 600px;
    table-layout: fixed;
    word-break: break-all;
}

.dealflowul li:first-child {
    color: #323232;
}

.dealflowul li span:first-child {
    width: 35%;
}

.dealflowul .hlbtn {
    font-style: normal;
    border: 1px solid #11a6fc;
    color: #29affc;
    line-height: 0.20rem;
    font-size: 0.12rem;
    padding: 0 0.08rem;
    border-radius: 0.5rem;
}

.form-group {
    border-bottom: thin solid #e9e9e9;
    width: 100%;
    margin-bottom: 0.15rem;
    position: relative;
    clear: both;
}

.form-group label {
    color: #999;
}

.form-group input {
    display: block;
    width: 100%;
    height: 0.26rem;
    font: inherit;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    outline: none !important;
}

.pk-arrow.-clean {
    background: #fff !important;
}

.form-group.hasinputicon::after {
    position: absolute;
    right: 0.15rem;
    bottom: 0.03rem;
}

.input-suffix-icon-bfb::after {
    content: '%';
}

.input-suffix-icon-yuan::after {
    content: '元';
}

.input-suffix-icon-fen::after {
    content: '份';
}

.mwlsul li span:first-child {
    width: 30%;
}

.mwlsul li span:nth-child(2) {
    width: 20%;
    text-align: center;
}

.mwlsul li span:nth-child(3) {
    width: 25%;
    text-align: center;
}

.mwlsul li span:last-child {
    width: 25%;
    text-align: right;
}

.swdivider {
    line-height: 0.22rem;
    color: #157fd0;
}

.swdivider::before {
    content: '';
    float: left;
    width: 20%;
    margin-right: 0.05rem;
    margin-top: 0.11rem;
    height: 1px;
    border-bottom: 1px solid #157fd0;
    transform: scaleY(0.6);
}

.swdivider::after {
    content: '';
    float: right;
    width: 61%;
    margin-top: 0.11rem;
    height: 1px;
    border-bottom: 1px solid #157fd0;
    transform: scaleY(0.6);
}

.zenduanbox {
    margin: 0 auto 0.15rem;
    width: 1rem;
}

#redemption .right-table tr th:last-child,
#redemption .right-table tr td:last-child {
    text-align: right;
}

.tips-a-box {
    background: rgb(242, 246, 253);
    padding: 0.15rem;
    margin: 0.15rem;
    border-radius: 0.05rem;
    letter-spacing: 0.01rem;
}

.index_swiper_banner {
    width: 3.45rem;
    position: relative;
    height: 1.25rem;
    margin: 0 auto;
}

.index_swiper_banner .pic_swiper img,
.index_swiper_banner .pic_swiper {
    width: 100%;
    height: 100%;
    border-radius: 0.04rem;
}

.pic_swiper .swiper-pagination-bullet {
    background: rgb(255, 255, 255);
    opacity: .5;
}

.pic_swiper .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.index_myaccount {
    display: none;
}

.index_myaccount ul {
    overflow: hidden;
}

.index_myaccount ul li {
    float: left;
    width: 48%;
    height: 0.6rem;
    border-bottom: none;
    background: #fdf6ec;
    border-radius: 0.08rem;
}

.index_myaccount ul li:last-child {
    float: right;
}

.index_myaccount ul li span {
    display: block;
    width: 100% !important;
    text-align: center !important;
    padding: 0;
}

.index_myaccount ul li span:first-child {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    color: #3c3a38;
}

.index_myaccount ul li span:last-child {
    color: #847f7a;
    margin-top: 0.12rem;
}

.other_myzx {
    display: none;
}

.other_myzx ul li span:first-child {
    width: 50%;
}

.other_myzx ul li span:nth-child(2) {
    width: 25%;
}

.other_myzx ul li span:nth-child(3) {
    width: 25%;
    text-align: right;
}

.other_myzx ul li span:last-child {
    display: none;
}

.category-item-wrap {
    margin-bottom: .1rem;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    clear: both;
}

.category-item-wrap:after,
.category-item-wrap:before {
    content: "";
    display: table;
    line-height: 0;
    visibility: hidden;
}

.category-item-wrap:after {
    clear: both;
}

.category-item {
    float: left;
    width: 25%;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    line-height: 0.13rem;
    height: 0.4rem;
    position: relative;
    bottom: -1px;
    font-size: 0.13rem;
}

.category-item .item-link {
    color: #5e5e5e;
    display: block;
    border-right: 1px solid #dfdfdf;
    height: 0.13rem;
    margin-top: 0.13rem;
}

.scroll-table-content {
    overflow: hidden;
}

.category-item .item-link.on {
    color: rgb(238, 22, 22);
}

.darkmask {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    zoom: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999999;
}

.dkm_header {
    height: 0.6rem;
    line-height: 0.75rem;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    color: #eca12b;
}

.dkm_warp {
    width: 70%;
    height: 2rem;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.darkmask button {
    height: 0.4rem;
    width: 1.9rem;
    border: none;
    color: #fff;
    border-radius: 5px;
    margin: 0.1rem auto;
    display: block;
}

.darkmask button.b1 {
    background: #ff8500;
}

.darkmask button.b2 {
    background: #949599;
}

.GJ_ad_zx_btn {
    color: #c01639;
    font-size: 0.13rem;
    border: 1px solid #c01639;
    padding: 0.03rem 0.1rem;
    text-decoration: none !important;
    border-radius: 3px;
}

.fund-jjxq-head .GJ_ad_zx_btn {
    display: inline-block;
    margin: 0.04rem auto;
}

.GJ_ad_zx_btn.on {
    color: #999;
    border: 1px solid rgb(197, 197, 197);
}

.publictab nav {
    height: 0.3rem;
    display: inline-block;
    margin: 0.1rem auto;
}

.publictab nav a {
    display: block;
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 15px;
    text-align: center;
    float: left;
    background-color: #f5f5f5;
    border: 1px #e1e1e1 solid;
    cursor: pointer;
    box-sizing: border-box;
}

.publictab nav a:first-child {
    border-radius: 0.05rem 0 0 0.05rem;
}

.publictab nav a:last-child {
    border-radius: 0 0.05rem 0.05rem 0;
}

.publictab nav a.on {
    border: solid 1px #f90;
    color: #f90;
}

.contentBox {
    display: block;
}

.contentBox .box {
    /* text-align: center; */
    font-size: 24px;
    display: none;
}

.contentBox .box.active {
    display: block;
}

.contentBox .button-wrapper {
    font-size: 0.13rem;
    color: #008aff;
    text-align: center;
}


/* pc展示app页面 */

@media(min-width:1080px) {
    html {
        font-size: 100px !important;
    }
    body,
    .app {
        width: 375px;
        margin: 15px 0;
        position: relative;
        margin: 0 auto;
    }
}

.no-result {
    text-align: center;
    color: #A6A6A6;
    border-bottom: none;
    line-height: 32px;
}

.index_page_jdpx .ui_tab {
    height: 44px;
    line-height: 44px;
}

.index_page_jdpx .ui_tab .flexItem {
    text-align: center;
}

.index_page_jdpx .ui_tab .flexItem.active {
    color: #f40;
    border-bottom: 2px solid #f40;
}

.index_page_jdpx #tab_content .tabContentItem {
    display: none;
}

.index_page_jdpx #tab_content .tabContentItem.active {
    display: block;
}

.tags_u li {
    display: inline-block;
    width: 29%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 5px 5px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background-color: #fff;
}

.tags_u li.active {
    border-color: #f40;
    color: #f40;
}

.check_u li {
    width: 29%;
    height: 30px;
    line-height: 30px;
    margin: 5px 5px;
}

.check_u .ui_checkbox input[type="checkbox"]:checked {
    background-color: #f40;
    border-color: #f40;
}

.rank_table {
    min-width: 1000px;
}

.ui_table {
    overflow: auto;
}

thead th {
    border-right: 1px solid #e5e5e5;
}


/* 固定首列 */

td:first-child,
thead tr:first-child th:first-child {
    position: sticky;
    left: 0;
    z-index: 22;
    padding-left: 5px;
    background-color: rgb(250, 249, 249);
    box-shadow: 1px 1px 10px #ddd;
}


/* // 固定表头 */

.sticky_table_head {
    position: fixed;
    top: 0;
    overflow: auto;
    z-index: 55;
    display: none;
}

table th,
table td {
    padding: 0 10px;
    box-sizing: border-box;
}

table tbody .code {
    text-align: left;
}

.tools {
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    margin-bottom: 10px;
}

.tools .ui_select {
    padding: 0px 20px 0px 5px;
    /* background-color: pink; */
    width: 30%;
    border-bottom: 2px solid #fcb06a;
}

.tools .ui_select#type_select {
    margin: 0 5px;
}

.nav_banner {
    padding: 0 0.15rem;
    margin-bottom: 0.15rem;
    overflow: hidden;
}

.css-palace-grid {
    float: left;
    box-sizing: border-box;
    width: 25%;
}

.css-palace-grid-text {
    display: block;
    text-align: center;
    color: rgb(99, 99, 99);
    font-size: 0.14rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.css-palace-grid-text span {
    background: rgb(243, 243, 243);
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 4px;
}