@charset "utf-8";


/*css reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:link, a:visited, a:hover, a:focus, a:active {
    color: #000;
}

input {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: block;
}

strong {
    font-weight: bold;
}

/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 1;
}

/*--custom--*/

/*public css*/
body {
    font-family: Microsoft YaHei, tahoma, arial, SimSun, '\5b8b\4f53', sans-serif;
    line-height: 1;
    background: #def9fc;
}

* {
    font-family: Microsoft YaHei, tahoma, arial, SimSun, '\5b8b\4f53', sans-serif;
    margin: 0;
    padding: 0;
}

textarea {
    display: block;
}

textarea:focus, input:focus {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.disflex {
    display: -webkit-flex;
    display: flex;
}

.formGroup {
    position: relative;
    align-items: center;
}

.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mt01 {
    margin-top: 0.1rem;
}

.mt02 {
    margin-top: 0.2rem;
}

.mt03 {
    margin-top: 0.3rem;
}

.ml01 {
    margin-left: 0.1rem;
}

.ml02 {
    margin-left: 0.2rem;
}

.ml03 {
    margin-left: 0.3rem;
}

.mb01 {
    margin-bottom: 0.1rem;
}

.mb02 {
    margin-bottom: 0.2rem;
}

.mb03 {
    margin-bottom: 0.3rem;
}

.mr01 {
    margin-right: 0.1rem;
}

.mr02 {
    margin-right: 0.2rem;
}

.mr03 {
    margin-right: 0.3rem;
}

.poster {
    width: 100%;
    overflow: hidden;
    background: #def9fc;
}

.poster .banner {
    width: 100%;
    overflow: hidden;
    height: 5.4rem;
    box-sizing: border-box;
}

.poster .modules {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.poster .modules .titles {
    width: 100%;
    height: 0.9rem;
    background: url(../images/home/tilBg.png) no-repeat left center;
    background-size: 100%;
    font-size: 0.36rem;
    color: #087c1b;
    text-align: center;
    line-height: 0.9rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
}

.poster .modules .tips {
    width: 100%;
    padding: 0.2rem 1rem 0 1rem;
    box-sizing: border-box;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #FFFFFF;
    overflow: hidden;
    text-align: justify;
}

.poster .modules .boxs {
    margin-top: 0.3rem;
    width: 100%;
    overflow: hidden;
    padding: 0rem;
    box-sizing: border-box;
}

.poster .modules .boxs .box {
    width: 100%;
    height: 6rem;
    margin-top: 0.3rem;
    padding: 1.7rem 0.77rem 0 0.77rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.poster .modules .boxs .box .task_text {
    position: absolute;
    top: 1rem;
    font-size: 0.25rem;
    line-height: 0.35rem;
    color: #087c1b;
    text-align: center;
    width: 5rem;
}

.poster .modules .boxs .box .phone {
    width: 100%;
    height: 3.3rem;
    background: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    padding: 0.06rem;
    box-sizing: border-box;
}

.poster .modules .boxs .box .phone .img {
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
    border-radius: 0.1rem;
    box-sizing: border-box;
}

.poster .modules .boxs .box:nth-child(1) {
    background: url(../images/yunyou/first.png) no-repeat left center;
    background-size: 100%;
}

.poster .modules .boxs .box.select:nth-child(1) {
    background: url(../images/yunyou/first.png) no-repeat left center;
    background-size: 100%;
}

.poster .modules .boxs .box:nth-child(2) {
    background: url(../images/yunyou/second.png) no-repeat left center;
    background-size: 100%;
}

.poster .modules .boxs .box.select:nth-child(2) {
    background: url(../images/yunyou/second.png) no-repeat left center;
    background-size: 100%;
}

.poster .modules .boxs .box:nth-child(3) {
    background: url(../images/yunyou/third.png) no-repeat left center;
    background-size: 100%;
}

.poster .modules .boxs .box.select:nth-child(3) {
    background: url(../images/yunyou/third.png) no-repeat left center;
    background-size: 100%;
}

.poster .modules .boxs .box:nth-child(1) .phone .img {
    background: url(../images/home/phone.png) no-repeat left center;
    background-size: 100%;
}

.poster .modules .boxs .box.select:nth-child(1) .phone .img {
    background: url(../images/home/phone_select.png) no-repeat left center;
    background-size: 100%;
}

.poster .modules .boxs .box:nth-child(2) .phone .img {
    background: url(../images/home/phone.png) no-repeat left center;
    background-size: 100%;
}

.poster .modules .boxs .box.select:nth-child(2) .phone .img {
    background: url(../images/home/phone_select.png) no-repeat left center;
    background-size: 100%;
}

.poster .modules .boxs .box:nth-child(3) .phone .img {
    background: url(../images/home/phone.png) no-repeat left center;
    background-size: 100%;
}

.poster .modules .boxs .box.select:nth-child(3) .phone .img {
    background: url(../images/home/phone_select.png) no-repeat left center;
    background-size: 100%;
}

.poster .modules .boxs .box .btn {
    width: 3rem;
    height: 0.7rem;
    border-radius: 0.1rem;
    background: #636363;
    font-size: 0.3rem;
    line-height: 0.7rem;
    color: #C3C3C3;
    text-align: center;
    margin: 0.1rem auto 0;

    background: #636363;
    color: #FFF;
}

.poster .modules .boxs .box.select .btn {
    background: #087c1b;
    color: #FFF;
}

.poster .modules .moduleBtn {
    width: 40%;
    height: 0.7rem;
    line-height: 0.7rem;
    background: #087c1b;
    border-radius: 0.1rem;
    margin: 0.4rem auto 0.6rem;
    overflow: hidden;
    text-align: center;
    font-size: 0.4rem;
    color: #f6f0ce;
}

.poster .modules .moduleBtn span {
    font-size: 0.4rem
}

.poster .modules .moduleTip {
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    line-height: 0.5rem;
    color: #087c1b;
    margin-bottom: 0.7rem;
}

.poster .modules .lines {
    width: 100%;
    overflow: hidden;
}

.poster .modules .lines .line {
    width: 100%;
    overflow: hidden;
    padding: 0.2rem 0.4rem 0;
    box-sizing: border-box;
}

.poster .modules .lines .line .title {
    width: 100%;
    overflow: hidden;
    font-size: 0.3rem;
    color: #087c1b;
    font-weight: 700;
    line-height: 0.38rem;
    padding-bottom: 0.1rem;
    box-sizing: border-box;
}

.poster .modules .lines .line .conts {
    width: 100%;
    overflow: hidden;
}

.poster .modules .lines .line .conts .cont {
    width: 100%;
    overflow: hidden;
    text-align: justify;
    font-size: 0.26rem;
    line-height: 0.56rem;
    color: #087c1b;
    box-sizing: border-box;
}

.poster .modules .shares {
    width: 100%;
    overflow: hidden;
    padding: 0rem 0.5rem 0;
    box-sizing: border-box;
}

.poster .modules .shares .title {
    width: 100%;
    overflow: hidden;
    font-size: 0.24rem;
    color: #087c1b;
    line-height: 0.44rem;
    padding: 0.1rem 0;
    box-sizing: border-box;
    text-align: justify;
}

/*.poster .modules .shares .share{*/
/*	width: 100%;*/
/*	overflow: hidden;*/
/*	border: 5px solid #FBC26A;*/
/*	box-sizing: border-box;*/
/*	padding: 0.14rem 0;*/
/*}*/
/*.poster .modules .shares .share .left{*/
/*	width: 34%;*/
/*	float: left;*/
/*	overflow: hidden;*/
/*	padding-left: 0.2rem;*/
/*	box-sizing: border-box;*/
/*	text-align: center;*/
/*	font-size: 0.24rem;*/
/*	line-height: 0.4rem;*/
/*	color: #087c1b;*/
/*}*/
/*.poster .modules .shares .share .right{*/
/*	width: auto;*/
/*	overflow: hidden;*/
/*}*/
/*.poster .modules .shares .share .right .line{*/
/*	width: 33.33%;*/
/*	float: left;*/
/*	overflow: hidden;*/
/*}*/
/*.poster .modules .shares .share .right .line img{*/
/*	width: 0.74rem;*/
/*	height: 0.74rem;*/
/*	display: block;*/
/*	margin: 0 auto;*/
/*}*/
.poster .mainTips {
    width: 100%;
    padding: 0.4rem 0.86rem 0.6rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #087c1b;
    text-align: justify;
}

.popShow {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    overflow: hidden;
}

.popShow .popShowBefore {
    width: 100%;
    height: 7.6rem;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 2rem;
    transform: scale(1.0, 1.0);
    -ms-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -o-transform: scale(1.0, 1.0);
    -webkit-transition: transform 2s ease;
    transition: transform 2s ease;
}

/*.popShow .popShowBefore.select {*/
/*    transform: scale(0, 0);*/
/*    -ms-transform: scale(0, 0);*/
/*    -webkit-transform: scale(0, 0);*/
/*    -o-transform: scale(0, 0);*/
/*    -webkit-transition: transform 2s ease;*/
/*    transition: transform 2s ease;*/
/*}*/

.popShow .popShowMain {
    width: 80%;
    overflow: hidden;
    position: absolute;
    top: 3rem;
    left: 10%;
    background: #AD1515;
    border-radius: 0.3rem;
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    /*-webkit-transition: transform 1s ease;*/
    /*transition: transform 1s ease;*/
}

.popShow .popShowMain.selects {
    transform: scale(1.0, 1.0);
    -ms-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -o-transform: scale(1.0, 1.0);
    -webkit-transition: transform 1s ease;
    transition: transform 1s ease;
}

.popShow .popShowMain .title {
    width: 100%;
    overflow: hidden;
    font-size: 0.52rem;
    color: #FADCAB;
    line-height: 1.12rem;
    text-align: center;
}

.popShow .popShowMain .title span {
    display: inline-block;
    position: relative;
    padding: 0 0.44rem;
    box-sizing: border-box;
}

.popShow .popShowMain .title span:before {
    content: '';
    width: 0.34rem;
    height: 0.34rem;
    background: url(../images/home/star.png) no-repeat left center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.popShow .popShowMain .title span:after {
    content: '';
    width: 0.34rem;
    height: 0.34rem;
    background: url(../images/home/star.png) no-repeat left center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.popShow .popShowMain .cont {
    width: 100%;
    text-align: center;
    font-size: 0.6rem;
    color: #FADCAB;
    font-weight: 700;
    line-height: 0.8rem;
    padding: 0.5rem 0 0.85rem 0;
    box-sizing: border-box;
    letter-spacing: 3px;
}

.popShow .popShowMain .btns {
    width: 100%;
    overflow: hidden;
    padding: 0 0.7rem 0.97rem;
    box-sizing: border-box;
    clear: both;
}

.popShow .popShowMain .btns .btn {
    width: 40%;
    height: 0.42rem;
    border-radius: 0.05rem;
    background: #FBC26A;
    text-align: center;
    line-height: 0.42rem;
    font-size: 0.3rem;
    color: #AD1515;
    font-weight: 700;
}

/*礼物遮罩*/
.popShowMask {
    position: fixed;top: 0;left: 0;bottom: 0;right: 0;
    overflow: hidden;
    z-index: 99;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}

.popShowMask.begin {
    transform: scale(0,0);
    -ms-transform:scale(0,0);
    -webkit-transform:scale(0,0);
    -o-transform:scale(0,0);
}

.popShowMask.begin.play {
    transform: scale(1.0,1.0);
    -ms-transform:scale(1.0,1.0);
    -moz-transform:scale(1.0,1.0);
    -webkit-transform:scale(1.0,1.0);
    -o-transform:scale(1.0,1.0);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.giftDiv {
    position: fixed;top: 0;left: 0;bottom: 0;right: 0;
    background: rgba(255,255,255,0.6);
    background-size: cover;
    overflow: hidden;
    z-index: 88;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}
.giftImg{
    background: url("../images/home/popF.png") no-repeat;background-size: 100% 100%;margin:45% 20% 0.01rem 20%;width:60%;height: 4.8rem;
}

.giftImg.noGift{
    background: url("../images/home/popF.png") no-repeat;background-size: 100% 100%;margin:45% 20% 0.01rem 20%;width:60%;height: 4.8rem;
}
.giftImg.showGift{
    background: url("../images/home/popS.png") no-repeat;background-size: 100% 100%;margin:45% 20% 0.01rem 20%;width:60%;height: 4.8rem;
}

.giftName{
    width: 100%;
    padding-top: 1.8rem;
    color: #ffff00;font-size: 0.39rem;font-weight: bold;
}
.giftClose{
     width: 20%;height:0.6rem;
     border-radius: 9px;border:none;
     font-size: 0.31rem;color: #930202;
     background: linear-gradient(#eccf0f, #f6e29a);
}

/*拼图*/
.puzzle {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0 2.7rem;
    box-sizing: border-box;
}

.puzzle .banner {
    width: 100%;
    height: 5.4rem;
    overflow: hidden;
}

.puzzle .footer {
    width: 100%;
    height: 2.7rem;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.puzzle .conts {
    width: 90%;
    background: #FFF;
    overflow: hidden;
    padding: 0.32rem;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    display: none;


    border-radius: 0.2rem;
    border: #7dd3a4 0.02rem solid;
}

.puzzle .conts .cont {
    width: 100%;
    overflow: hidden;
    font-size: 0.22rem;
    color: #087c1b;
    line-height: 0.4rem;
    box-sizing: border-box;
    text-align: justify;
}

.puzzle .conts .btn {
    width: 1.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #087c1b;
    text-align: center;
    font-size: 0.2rem;
    color: #FFF;
    margin-top: 0.1rem;
    transform: translateX(-50%);
}

.puzzle .conts .logo {
    width: 1.4rem;
    height: 1.4rem;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}

.puzzle .puzzleMain {
    width: calc(100% - 0.721rem);
    overflow: hidden;
    margin: 0 0.36rem;
    box-sizing: border-box;
}

.puzzle .puzzleMain .puzzleAfter {
    width: 100%;
    height: 3.56rem;
    overflow: hidden;
}

.puzzle .puzzleMain .puzzleBefore {
    width: 100%;
    height: 3.48rem;
    /*overflow: hidden;*/
    margin-top: 0.2rem;
}


/*other*/
.snappuzzle-wrap {
    position: relative;
    display: block;
}

.snappuzzle-pile {
    position: relative;
}

.snappuzzle-piece {
    cursor: move;
}

.snappuzzle-slot {
    position: absolute;
    background: #fff;
    opacity: .8;
}

.snappuzzle-slot-hover {
    background: #eee;
}

.puzzle-containment {
    width: 100%;
}

.grayscale {
    -webkit-filter: grayscale(100%); /* webkit */
    -moz-filter: grayscale(100%); /*firefox*/
    -o-filter: grayscale(100%); /*opera*/
    filter: grayscale(100%);
}

.buttomFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

/*sharebox*/
.sharebox {
    width: 100%;
    overflow: hidden;
}

.sharebox .shares {
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
}

.sharebox .shares .box {
    width: 100%;

    overflow: hidden;
    box-sizing: border-box;
    padding: 0.12rem 0.2rem 0.2rem 0.2rem;


}

.sharebox .shares .box .left {
    width: 32%;
    float: left;
    overflow: hidden;
}

.sharebox .shares .box .left .name {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    overflow: hidden;
}

.sharebox .shares .box .left .num {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 0.26rem;
    line-height: 0.4rem;
    overflow: hidden;
}

.sharebox .shares .box .icon {
    width: auto;
    overflow: hidden;
    padding-top: 0.1rem;
}

.sharebox .shares .box .icon .img {
    width: 27%;
    height: 27%;
    overflow: hidden;
    float: left;
    margin-left: 0.16rem;
}

.sharebox .shares .box .icon .img img {
    width: 100%;
    height: 100%;
    display: block;
}

/*分享*/
.wxShareMack {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../../../images/elongyan/proxy/wxShareTip.png") no-repeat center 30px rgba(0, 0, 0, 0.70);
    background-size: 255px 52px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden;
    z-index: 99;
}

#puzzleimg1 {
    background: url(../images/home/puzzleimg1.jpg) no-repeat left center;
    background-size: 100%;
}

#puzzleimg2 {
    background: url(../images/home/puzzleimg2.jpg) no-repeat left center;
    background-size: 100%;
}

#puzzleimg3 {
    background: url(../images/home/puzzleimg3.jpg) no-repeat left center;
    background-size: 100%;
}


.hdsm-border {
    position: relative;
    margin: 0 0.2rem;
    background: #FFF;
    border-radius: 0.2rem;
    border: #7dd3a4 0.02rem solid;
    margin-top: 0.5rem;
    padding-top: 0.3rem;
}

.hdsm-border .hdsm_title {
    background: #4ec383;
    position: absolute;
    top: -0.4rem;
    height: 0.7rem;
    width: 3rem;
    margin: 0 1.5rem;
    font-size: 0.4rem;
    line-height: 0.7rem;
    text-align: center;
    border-radius: 0.25rem;
    font-weight: bold;
    color: #FFF;
}


.shares_border {
    width: 5.4rem;
    height: 1.638rem;
    margin: 0 auto;
    position: relative;
}

.shares_background_a1 {
    position: absolute;
    width: calc(100% - 0.3rem);
    height: 100%;
    background: #4ec383;
    border-radius: 0.15rem;
    margin: 0 0.15rem;
    z-index: 1;
}

.shares_background_a2 {
    position: absolute;
    height: calc(100% - 0.3rem);
    width: 100%;
    background: #4ec383;
    border-radius: 0.15rem;
    margin: 0.15rem 0;
    z-index: 1;
}

.shares_content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.animatePlayer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    z-index: 88;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}

.prizeBoxImg {
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 0px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    background: url("../images/home/gift.png") no-repeat center top;
    background-size: cover;
}

.prizeBoxImg.openBox{
    background: url("../images/home/open.png") no-repeat center top;
    background-size: cover;
}

.task_finish{
    color: red;
}
