ul,
li,
header {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-family: "微软雅黑";
    color: #666;
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    cursor: default;
    word-break: break-all;
    white-space: normal;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-size: 0.7rem;
    background-color: #f5f5f5;
}
ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
}
/*iphone上的Safari解析input[typw="submit"]和input[type="submit"]按钮会以苹果浏览器默认的UI进行渲染，解决发放如下*/
input,
input[type="button"],
input[type="submit"]，input[type="reset"] {
    -webkit-appearance: none;
}
/*header*/
.favor-header-bar {
    background-color: #4781fe;
    padding: 0 1.1rem;
    overflow: hidden;
    height: 3.46rem;
    line-height: 3.46rem;
    border-bottom: 1px solid #e1e1e1;
}
.favor-header-bar p {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 3.46rem;
    height: 3.46rem;
    margin: 0;
}
.tabClick {
    background: #f3f3f3;
    overflow: hidden;
}
.tabClick li {
    height: 3rem;
    line-height: 3rem;
    width: 33.33%;
    float: left;
    text-align: center;
    color: #999;
}
.tabClick li.active {
    color: #4781fe;
    transition: 0.1s;
    font-weight: bold;
}
.tabCon {
    overflow: hidden;
}
.tabBox {
    position: relative;
}
.tabList {
    word-break: break-all;
    width: 100%;
    float: left;
    /* line-height:100px;  */
}
.lineBorder {
    height: 2px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background: #f3f3f3;
}
.lineDiv {
    background: #4781fe;
    height: 2px;
    width: 33.33%;
}
.statistics {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    color: #666;
    margin-top: 2rem;
}
.statistics li {
    width: 50%;
    text-align: center;
}
.statistics .statmoney {
    width: 33.333%;
}
.statistics .model {
    height: 1.2rem;
    line-height: 1.2rem;
    color: #000;
    font-size: 1.2rem;
}

.statistics .model1 {
    height: 1.2rem;
    line-height: 1.2rem;
    color: #000;
    font-size: 1.1rem;
}

.statistics .model2 {
    height: 1.2rem;
    line-height: 1.2rem;
    color: #000;
    font-size: 1.1rem;
}

#chart2 {
    margin-top: 0.8rem;
}
.timeyear {
    width: 3rem;
    text-align: center;
    border-radius: 1rem;
    padding: 0.1rem 0.8rem;
    font-size: 0.88rem;
    color: #4781fe;
    border: 1px solid #4781fe;
    float: right;
}

.shijian {
    position: relative;
}
.MMVPS {
    position: absolute;
    top: 5px;
    left: 12px;
    /* background-color: red; */
    font-size: 13px;
    /* font-style: italic; */
    padding-top: 5px;
    border-top: 2px dashed rgba(0, 0, 0, 0.2);
}
.GZVPS {
    position: absolute;
    top: 30px;
    left: 12px;
    /* background-color: red; */
    font-size: 13px;
    /* font-style: italic; */
    padding-bottom: 5px;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
}

.state {
    display: block;
    width: 6px;
    height: 6px;
    background-color: orange;
    border-radius: 3px;
    position: absolute;
    right: -18px;
    bottom: 7.6px;
}

.off {
    display: inline;
    position: absolute;
}

.MMVPS i {
    bottom: 6px;
    display: none;
}

.GZVPS i {
    bottom: 9px;
    display: none;
}

.MMVPS .off {
    left: 38px;
    bottom: 2.2px;
}

.GZVPS .off {
    left: 38px;
    bottom: 5.5px;
}

.howlong {
    position: absolute;
    top: 10px;
    right: 132px;
    /* background-color: red; */
    font-size: 16px;
    font-style: italic;
}

.tabList .shijian {
    padding: 0.6rem 1rem 0 1rem;
    height: 2rem;
    margin-bottom: 30px;
}
.tabList .shijian .biaoti {
    display: block;
    height: 2rem;
    line-height: 2rem;
    color: #000;
    float: left;
}

.thisM {
    font-weight: bold;
}

.today {
    font-weight: bold;
    /* color: rgb(39, 147, 236); */
    /* color: #ffa500; */
}

.percent {
    width: 68px;
    height: 60px;
    /* background-color: blue; */
    border-radius: 50%;
    font-size: 18px;
    color: #ffa500;
    text-align: center;
    line-height: 60px;
    position: absolute;
    /* right: 71.5%;
    top: 17%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 20%;
    z-index: 1;
    font-weight: bold;
    display: none;
}
