@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

html {
    font-size: 125%
}

body {
    color: #444;
    background: #f0f0f0;
    font-family: "Microsoft Yahei"
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden
}

a,
a:hover {
    color: #444;
    text-decoration: none
}

li {
    list-style-type: none
}

#taskSort {
    border: 1px solid #ff8b03;
    margin: .5rem 1rem;
    border-radius: 8px;
    overflow: hidden;
    height: 3.3rem;
    line-height: 3.3rem
}

#taskSort li {
    float: left;
    color: #ff8b03;
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    background-color: #fff;
    cursor: pointer
}

#taskSort li span {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background-color: #fa663e;
    color: #fff;
    font-size: .8rem;
    line-height: 1.5rem
}

#taskSort li.on {
    background: #ff8b03;
    color: #fff
}

#taskSort li.on span {
    display: none
}

#taskList dl {
    margin: 1rem;
    padding: .5rem 0 .5rem 1rem;
    background: #fff;
    border-radius: 10px;
    font-size: 1.2rem;
    position: relative
}

#taskList dt {
    height: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: .2rem
}

#taskList dd {
    color: #ff8b03;
    float: none;
    overflow: hidden;
    zoom: 1
}

#taskList dd span {
    float: left;
    display: block;
    width: 4.8rem;
    height: 2.4rem;
    line-height: 2.4rem
}

#taskList dd a {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    display: block;
    width: 5rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    padding: 0 .5rem;
    border-radius: 6px;
    border: 1px solid #ddd
}

.taskbonus {
    float: left;
    display: block;
    width: 2.4rem;
    height: 2.4rem
}

.taskbonus1 {
    background: url(../img/ubi.png) no-repeat center center
}

.taskbonus2 {
    margin-top: .2rem;
    margin-right: .2rem;
    width: 2rem;
    height: 2rem;
    color: #fff;
    font-style: normal;
    text-align: center;
    line-height: 2rem;
    background-color: #ff8b03;
    border-radius: .5rem
}

.taskbonus3 {
    background: url(../img/money.jpg) no-repeat center center
}

#taskList dd a.rewarded {
    background: #ff8b03;
    color: #fff;
    border: 1px solid #ff8b03
}

#taskList dd a.rewarded:visited,
#taskList dd a.rewarded:hover,
#taskList dd a.rewarded:active {
    color: #fff
}

#taskList dd a.getreward {
    color: #ff8b03;
    border: 1px solid #ff8b03
}

#taskList dd a.getreward:visited,
#taskList dd a.getreward:hover,
#taskList dd a.getreward:active {
    background: #ff8b03;
    color: #fff;
    border-color: #ff8b03
}

#taskList dd a.haswarded {
    color: #666;
    border: 1px solid #f0f0f0
}

#taskList dd a.haswarded:visited,
#taskList dd a.haswarded:hover,
#taskList dd a.haswarded:active {
    color: #666
}

#fixed {
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

#fixedBg {
    display: none;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

#taskDialog {
    display: none;
    width: 80%;
    padding: 1.2rem 0;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 20
}

#taskDialog .close {
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: -.6em;
    right: -.6em
}

#taskDialog h5 {
    text-align: center;
    font-size: 1.5em;
    color: #666
}

#taskDialog .con {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.2rem
}

#taskDialog .con span {
    padding: 0 .1rem;
    color: #ff8b03;
    font-weight: bold
}

#taskDialog a.btn {
    display: block;
    width: 4em;
    margin: 0 auto;
    text-align: center;
    border-radius: .5em;
    background: #ff8b03;
    color: #fff;
    padding: .5em 0;
    font-size: 1.2rem
}

.ageTask li:last-child {
    height: 4em
}

.efficiency li:last-child {
    height: 4em
}

.tip {
    font-size: .75em;
    margin-top: -.8em;
    color: #999
}

li.tip {
    color: #ff8b03;
    font-size: 1.2rem;
    height: 3.6rem;
    line-height: 3.6rem
}

@media screen and (min-width:300px) and (max-width:420px) {
    html {
        font-size: 12px
    }
}

.loading {
    display: none;
    position: absolute;
    top: 40%;
    left: 40%;
    width: 20%;
    height: 20%;
    z-index: 1001;
    text-align: center
}

.loadingbg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    opacity: .5;
    z-index: 1000;
}