/**全局页面**/
.page {
    width: 100%;
    height:100%;
    min-height: 100%;
}

/**默认移动端屏幕像素，默认750px**/
.wrap {
    width: 100%;
    height:100%;
    min-height: 100%;
    max-width: 750px;
    margin: 0 auto;
}

/*** survey ***/
.survey-list {
    padding: 15px 15px;
}

.survey-list .survey-item {
    margin-bottom: 15px;
}

.survey-list .survey-item img {
    width: 100%;
    border-radius: 5px;
}

/*** quest ***/
.health-title{
    width:85%;
    margin:0 auto;
    padding: 15px 0 35px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000033;
}
.quest-wrap{
    padding-top:30px;
}
.page-quest {
    width: 100%;
    height:100%;
    min-height: 100%;
    margin: 0 auto;
    background: url(04.png) center no-repeat;
    background-color: #9adeee;
    background-size: contain;
}
.quest-title{
    width:86%;
    margin:0 auto;
    position: relative;
    background-color: #FFF100;
    border-radius: 5px;
    padding: 1px;
    transform: rotate(2deg);
    -ms-transform:rotate(2deg); 	/* IE 9 */
    -moz-transform:rotate(2deg); 	/* Firefox */
    -webkit-transform:rotate(2deg); /* Safari 和 Chrome */
    -o-transform:rotate(2deg); 	/* Opera */
    border:1px solid #000033;
}
.quest-title .quest-nums{
    position: absolute;
    background-color: #fff;
    z-index: 100;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 15px 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    left: 50%;
    margin-left: -40px;
    top: -44px;
    box-shadow: 0 5px 0 #9AC9DD;
    color: #000033;
}
.quest-title-content{
    position: relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #fff;
    border-radius: 5px;
    transform: rotate(-2deg);
    -ms-transform:rotate(-2deg); 	/* IE 9 */
    -moz-transform:rotate(-2deg); 	/* Firefox */
    -webkit-transform:rotate(-2deg); /* Safari 和 Chrome */
    -o-transform:rotate(-2deg); 	/* Opera */
    border:1px solid #000033;
    padding: 30px 20px;
    color: #000033;
}
.feiji{
    position: absolute;
    width: 30px;
    height: 30px;
    left: -16px;
    bottom: -10px;
    background: url(03.png) center no-repeat;
    background-size: contain;
    z-index: 100;
}
.jiangluosan{
    position: absolute;
    width: 60px;
    height: 60px;
    right: -20px;
    top: -45px;
    background: url(05.png) center no-repeat;
    background-size: contain;
    z-index: 100;
}
.quest-items{
    width:86%;
    margin:0 auto;
    padding-top:40px;
}
.quest-items .quest-item{
    margin-bottom: 15px;
    border: 1px solid #000033;
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 10px 10px 15px;
    border-bottom: 0;
    position: relative;
    color: #000033;
}
.quest-items .quest-item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    background: url(01.png) bottom center no-repeat;
    background-size: cover;
}
.quest-items .quest-item.selected{
    color: #fff;
    background-color: #088F04;
}
.quest-items .quest-item.selected:after{
    background: url(02.png) bottom center no-repeat;
    background-size: cover;
}
/*** share ***/
.share-box,
.share-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 990;
}
.share-bg {
    background-color: #000;
    opacity: .6;
}
.share-content{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    z-index:999;
    width:85%;
    min-height:100px;
    background-color: #fff;
    border-radius: 5px;
    padding:100px 20px  20px 20px;
}
.share-content .content{
    border: 2px solid #000033;
    position: relative;
    padding:10px;
    border-radius: 5px;
}
.share-content .score{
    width: 77px;
    height: 30px;
    background: url(06.png) bottom center no-repeat;
    background-size: contain;
    font-size: 20px;
    color: #CD0D0D;
    text-align: center;
    padding-bottom: 40px;
    margin: 0 auto;
}
.share-content .desc{
    min-height: 50px;
    color: #000033;
    text-align: justify;
    line-height: 1.6em;
    padding-top:1em;
    max-height: 120px;
    overflow-y: scroll;
}
.share-content .btns{
    padding-top:20px;
}
.btn-share{
    background-color: #CD0D0D;
    padding:6px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 12px;
    font-size:16px;
}
.btn-continue{
    color: #CD0D0D;
    text-align: center;
    padding:6px 0;
}
.man{
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(07.png) bottom center no-repeat;
    z-index: 999;
    background-size: contain;
    left: 50%;
    margin-left: -50px;
    top: -92px;
}
.share-info{
    position: fixed;
    right: 14px;
    top: 12px;
    background: url(fx.png) right top no-repeat;
    background-size: contain;
    color: black;
    z-index: 999;
    width: 200px;
    height: 100px;
}