html {
    font-size: 62.5%
}

body, html {
    width: 100%;
    background-color: #f4f4f4
}

.mainWrp {
    max-width: 640px;
    padding-bottom: 60px;
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none
}

.cldrWrp .cldrBody li a, .show {
    display: block
}

.clear::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    visibility: hidden;
    clear: both
}

@font-face {
    font-family: 'iconfont';
    src: url(https://at.alicdn.com/t/font_573208_qldlvll4qr774x6r.eot);
    src: url(https://at.alicdn.com/t/font_573208_qldlvll4qr774x6r.eot?#iefix) format('embedded-opentype'), url(https://at.alicdn.com/t/font_573208_qldlvll4qr774x6r.woff) format('woff'), url(https://at.alicdn.com/t/font_573208_qldlvll4qr774x6r.ttf) format('truetype'), url(https://at.alicdn.com/t/font_573208_qldlvll4qr774x6r.svg#iconfont) format('svg')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.headInfoWrp {
    background-color: #fff;
    padding: 1% 0 3%;
    position: relative
}

.headInfoWrp i {
    color: #333;
    display: block;
    top: 12px;
    right: 12px;
    font-size: 27px
}

.headInfoWrp figure p {
    text-align: center;
    padding: 3.5% 0
}

.headInfoWrp figure div {
    position: relative;
    height: 0;
    width: 0;
    padding: 13%;
    margin: 16% auto 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    border-radius: 50%;
    overflow: hidden
}

.headInfoWrp figure img, .headInfoWrp i {
    position: absolute
}

.headInfoWrp figure figcaption {
    padding: 1%;
    margin-top: 6%;
    text-align: justify;
    font-size: 12px;
    line-height: 1.7
}

ul.listset {
    background-color: #fff;
    margin-top: 1%
}

ul.listset li {
    font-size: 15px;
    line-height: 50px;
    border-bottom: 1px solid #ededed
}

ul.listset .ritArr {
    float: right;
    margin-right: 6px
}

ul.listset li span {
    display: block;
    float: left;
    color: #fff;
    background-color: #ccc;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    margin: 10px
}

ul.listset li:first-child span {
    background-color: #2eb872
}

ul.listset li:nth-child(2) span {
    background-color: #15adf6
}

ul.listset li:nth-child(3) span {
    background-color: #ffbf44
}

ul.listset li:nth-child(4) span {
    background-color: #9013fe
}

ul.listset li:nth-child(5) span {
    background-color: #4a90e2
}

ul.listset li:nth-child(6) span {
    background-color: #7ed321
}

ul.listset li:nth-child(7) span {
    background-color: #ff473d
}

.navWrp {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 3px 0;
    z-index: 9
}

.navWrp a, .orderList li span {
    display: block;
    float: left;
    text-align: center;
    width: 25%
}

.navWrp i {
    font-size: 22px;
    line-height: 1.7
}

.navWrp p {
    font-size: 12px;
    line-height: 17px
}

.orderList li {
    background-color: #fff;
    padding: 10px 0;
    color: #333;
    margin-bottom: 3px
}

.orderList li span {
    color: #fff;
    background-color: #2eb872;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin: 5px 12px
}

.orderList .orderTap {
    font-size: 12px;
    line-height: 15px;
    text-align: center
}

.orderList .listInfo {
    width: 53%;
    margin-left: 3%
}

.orderList .listInfo p {
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    padding-top: 7px;
    line-height: 22px;
    font-size: 14px
}

.orderList .actionWrp {
    text-align: center;
    line-height: 26px;
    padding-right: 2%;
    color: #ff473d
}

.orderList .actionWrp .undo {
    color: #4a90e2
}

.orderList .actionWrp a {
    display: block;
    margin-top: 5px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    padding: 0 26px;
    background-color: #4a90e2
}

.tabsWrpMore {
    margin-bottom: 5px;
    height: 50px;
    line-height: 48px;
    font-size: 15px;
    overflow-x: auto
}

.tabsWrpMore div.clear {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: 150%
}

.tabsWrpMore a {
    padding: 0 12px;
    color: #a1b2ba;
    border-bottom: 2px solid #fff;
    float: left
}

.tabsWrp a.on, .tabsWrpMore a.on {
    color: #434a4e;
    border-bottom: 2px solid #8ce4b8
}

.cldrWrp, .tabsWrp, .tabsWrpMore {
    background-color: #fff
}

.tabsWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    height: 50px;
    font-size: 15px;
    line-height: 48px
}

.cldrWrp #yearList a, .tabsWrp a, .tabsWrpMore a, .timeSetWrp a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tabsWrp a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 0 12px;
    color: #a1b2ba;
    border-bottom: 2px solid #fff
}

.cldrWrp #yearList a, .timeSetWrp a {
    float: left
}

.timeSetWrp a {
    height: 36px;
    border: 1px solid #ededed;
    text-align: center;
    width: 40%;
    margin: 10px 5%;
    line-height: 36px;
    border-radius: 5px
}

.cldrWrp {
    display: none;
    line-height: 35px;
    text-align: center;
    margin: 20px 0 0;
    color: #666;
    position: fixed;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    z-index: 3
}

.cldrWrp #yearWrp {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: 6px 30%;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999
}

.cldrWrp .cldrBody span, .cldrWrp .cldrBody ul li {
    float: left;
    display: block;
    width: 13%;
    margin-right: 1.5%
}

.cldrWrp .cldrBody li, .cldrWrp .cldrBody li.innow {
    font-size: 14px
}

.cldrWrp .cldrBody li.innow a {
    color: #fff
}

.cldrWrp #yearList a {
    font-size: 17px;
    width: 32%;
    border-radius: 4px;
    margin: 7px 2% 7px 0;
    line-height: 50px;
    color: #333;
    background-color: #fafafa
}

.cldrWrp #yearList a:nth-child(3n) {
    margin-right: 0
}

.cldrWrp #yearList {
    position: fixed;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc;
    top: 1%;
    left: 2%;
    bottom: 1%;
    right: 2%;
    z-index: 9;
    background-color: rgba(255, 255, 255, .95);
    overflow: scroll;
    display: none
}

.cldrWrp .cldrBody ul {
    margin: 12px 0
}

.cldrWrp .cldrBody span:last-child, .cldrWrp .cldrBody ul li:nth-child(7n) {
    margin-right: 0
}

.cldrWrp .cldrBody ul li {
    margin-bottom: 1.5%;
    height: 45px;
    line-height: 45px;
    background-color: #fafafa;
    color: #333;
    border-radius: 3px
}

.cldrWrp .cldrBody ul li.preMounth {
    font-size: 12px;
    color: #999
}

.cldrWrp .cldrBody ul li.passed {
    color: #999
}

.cldrWrp .cldrBody ul li.innow {
    color: #fff;
    background-color: #87ceeb
}

.cldrWrp .arrs {
    display: block;
    position: relative;
    float: left;
    width: 30%;
    height: 70px
}

.cldrWrp .arrs::before {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg);
    border: 1px solid #708090
}

.cldrWrp #ltArr.arrs::before {
    border-top: 0;
    border-right: 0
}

.cldrWrp #rtArr.arrs::before {
    border-bottom: 0;
    border-left: 0
}

.cldrWrp .lunaName {
    float: left;
    width: 40%
}

.headWrp {
    line-height: 36px
}

.headWrp h3 {
    font-size: 22px;
    font-weight: 400
}

.headWrp span {
    font-size: 16px
}

.headWrp span strong {
    color: #ff473d
}

.formShow, .headWrp {
    padding: 6px 12px
}

.feedStars li, .formShow .fmgrup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.formShow .fmgrup {
    position: relative;
    padding: 12px 0 8px 95px;
    font-size: 15px;
    border-bottom: 1px solid #ede9e5
}

.formShow .fmgrup label {
    display: block;
    position: absolute;
    left: 0;
    color: #aaa6a2;
    line-height: 40px
}

.formShow .fmgrup input, .formShow .fmgrup select {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    display: block;
    color: #333;
    width: 100%
}

.formShow a.btns, .twoBtnsWrp a {
    font-size: 16px;
    border-radius: 4px;
    color: #fff
}

.formShow a.btns {
    background-color: #ffbf44;
    text-align: center;
    display: block;
    height: 47px;
    line-height: 47px;
    width: 99%;
    margin: 5% 0 3% .5%
}

.passIcon {
    color: #ffeac2;
    font-size: 260px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    opacity: .7;
    -webkit-transform: translate(-50%, -50%) rotateZ(36deg);
    transform: translate(-50%, -50%) rotateZ(36deg)
}

.feedStars li {
    height: 100%;
    line-height: 36px;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #ededed
}

.feedStars .stars {
    float: right
}

.feedStars .stars i {
    color: #ccc;
    font-size: 22px;
    letter-spacing: 2px
}

.feedStars .stars i.on {
    color: #ffbf44
}

#upImgWrp em {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    margin: 0 3px;
    -webkit-box-shadow: 0 0 1px #ccc;
    box-shadow: 0 0 1px #ccc
}

.twoBtnsWrp {
    padding: 22px 0;
    text-align: center
}

.twoBtnsWrp a {
    display: inline-block;
    width: 30%;
    margin: 0 5%;
    height: 40px;
    line-height: 40px
}

.twoBtnsWrp a:first-child {
    background-color: #ff473d
}

.twoBtnsWrp a:last-child {
    background-color: #4a90e2
}

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, select, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0
}

dl, li, menu, ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

button, input, select, textarea {
    vertical-align: middle
}

input, select, textarea {
    border: 0;
    outline: 0
}

a, button {
    color: #666
}

body, button, input, select, td, textarea, th {
    font-size: 12px;
    line-height: 1;
    font-family: "Microsoft Yahei", "SimHei", "SimSun"
}

button {
    border: 0;
    background-color: transparent;
    cursor: pointer
}

body, input, select, td, textarea, th {
    color: #666
}

a {
    outline: 0
}

a, a:active, a:hover {
    text-decoration: none
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: 400
}

caption {
    display: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
}

img {
    vertical-align: top
}

a:active {
    star: expression(this.onFocus=this.blur())
}

::selection {
    color: #fff;
    background-color: #4c6e78
}

::-moz-selection {
    color: #fff;
    background-color: #4c6e78
}

button.btns {
    background-color: #ffbf44;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    height: 47px;
    line-height: 47px;
    width: 99%;
    margin: 5% 0 3% .5%;
}

#upImgWrp em{
    margin-right: 15px;
}

#upImgWrp em i {
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: red;
    font-size: 15px;

}

#upImgWrp em i:after {
    content: '';
    background-color: white;
    position: absolute;
    top: 13px;
    left: 7px;
    display: block;
    height: 3px;
    width: 16px;
}
