body {
    background: #FF4765;
}
.d11-2018 {
    width: 100%;
}
.d11-2018__pre {
    width: 100%;
    padding: 2.71rem 0 1.38rem 0;
    background: url("http://qnoss3.lanlanlife.com/806fc0937f9780591dac2eca48f5ebca_1570x750.png") no-repeat;
    background-size: 100% 100%;
}
.d11-2018__pre__p {
    margin-bottom: 0.07rem;
    line-height: 0.2rem;
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.d11-2018__pre__time {
    margin-bottom: 2.76rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.17rem;
    color: white;
    text-align: center;
}
.d11-2018__pre__time span {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0.06rem;
    background: #000;
    font-size: 0.22rem;
}
.d11-2018__pre__btn {
    display: flex;
    margin: 0 auto;
    width: 1.69rem;
    height: 0.38rem;
    border: 1px solid #F8D68B;
    border-radius: 0.3rem;
    font-size: 0.17rem;
    color: #F8D68B;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.1) inset;
}
.d11-2018__pre__btn img {
    width: 0.08rem;
    height: 0.13rem;
    margin-left: 0.08rem;
}
.d11-2018__bottom {
    position: fixed;
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.5rem;
    background: url("http://qnoss.lanlanlife.com/64b3e56e45a3f1f5f608af817268f594_100x750.png") no-repeat;
    background-size: 100% 100%;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}
.d11-2018__bottom__ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.81rem;
    margin-left: .78rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #EA3425;
}
.d11-2018__bottom__ul.animate {
    transition: top ease-in-out .3s;
}
.d11-2018__bottom__ul li {
    height: 0.4rem;
    overflow: hidden;
    margin: 0.05rem 0;
    font-weight: bold;
}
.d11-2018__bottom__btn {
    display: inline-block;
    width: 0.96rem;
    height: 0.34rem;
    margin-right: 0.18rem;
    background: url("http://qnoss2.lanlanlife.com/63d4a15a0d91e5193154c9fcac407d0f_68x192.png") no-repeat;
    background-size: 100% 100%;
}
.d11-2018__detail {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.d11-2018__detail__mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
}
.d11-2018__detail__box {
    padding: 0.3rem 0.23rem;
    width: 3.47rem;
    height: 4.88rem;
    border-radius: 0.1rem;
    background: white;
    box-sizing: border-box;
    z-index: 1;
}
.d11-2018__detail__box h3 {
    line-height: 0.22rem;
    font-size: 0.16rem;
    color: #FF4359;
    font-weight: bold;
}
.d11-2018__detail__box h3 span {
    display: inline-block;
    width: 0.17rem;
    height: 0.17rem;
    margin-right: 0.07rem;
    line-height: 0.17rem;
    font-size: 0.14rem;
    background: #F81C31;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    vertical-align: text-bottom;
}
.d11-2018__detail__box p {
    margin-bottom: 0.3rem;
    line-height: 0.2rem;
    font-size: 0.14rem;
    color: #5B5B5B;
}
.d11-2018__detail__btn {
    display: flex;
    width: 1.68rem;
    height: 0.43rem;
    margin: 0 auto;
    border-radius: 0.25rem;
    background: linear-gradient(to right, #FF4B44, #EB393D);
    color: #fff;
    font-size: 0.17rem;
    align-items: center;
    justify-content: center;
}
.d11-2018__detail__btn img {
    width: 0.08rem;
    height: 0.13rem;
    margin-left: 0.09rem;
}
.d11-2018__detail__close {
    width: 0.34rem;
    height: 0.34rem;
    margin-top: 0.3rem;
    background: url("http://qnoss3.lanlanlife.com/f07ecc333e800faea4fe6dc67b508e71_82x82.png") no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.d11-2018__detail.show {
    display: flex;
}
/*分享图alert*/
.text_alert{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1;
    display: none;
}
.text_alert.show{
    display: block;
}
.pd15{
    padding: 0 15px;
}
.text_alert .alert{
    margin-top: 15%;
    width: 100%;
    background-color: #FFF;
}
.text_alert .alert h2{
    position: relative;
    height: 47px;
    line-height: 47px;
    color: #FFF;
    text-align: center;
    background: #FF8154;
    background: -webkit-gradient(linear,left top, right top,from(#FF8154),to(#Fc3E58));
    background: -webkit-linear-gradient(left,#FF8154,#Fc3E58);
    background: -o-linear-gradient(left,#FF8154,#Fc3E58);
    background: linear-gradient(90deg,#FF8154,#Fc3E58);
    font-size: 0.17rem;
}
.text_alert .alert h2 .close{
    position: absolute;
    right: 15px;
    top: 15px;
}
.text_alert .alert .manual{
    display: inline-block;
    margin-top: 20px;
    padding: 4px 8px;
    color: #FFF;
    background: #FF8154;
    background: -webkit-gradient(linear,left top, right top,from(#FF8154),to(#Fc3E58));
    background: -webkit-linear-gradient(left,#FF8154,#Fc3E58);
    background: -o-linear-gradient(left,#FF8154,#Fc3E58);
    background: linear-gradient(90deg,#FF8154,#Fc3E58);
}
.text_alert .alert .wrapper{
    padding: 20px 30px;
    text-align: center;
}

.text_alert .alert .btn{
    display: inline-block;
    width: 1.8rem;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFF;
    border-radius: 25px;
    border: none;
}

.text_alert .alert .bar{
    padding-top: 15px;
}

.text_alert .alert .btn.tpwd{
    background-color: #F94B7A;
}
.text_alert .alert .btn.text{
    background: #FF8154;
    background: -webkit-gradient(linear,left top, right top,from(#FF8154),to(#Fc3E58));
    background: -webkit-linear-gradient(left,#FF8154,#Fc3E58);
    background: -o-linear-gradient(left,#FF8154,#Fc3E58);
    background: linear-gradient(90deg,#FF8154,#Fc3E58);
}
.text_alert .alert .btn.green{
    background-color: #70CC67;
}


.text_alert .alert p.tip{
    padding: 10px;
    margin: 0;
    color: #828888;
    text-align: center;
    font-size: 12px;
    background-color: #F6F7F6;
}

.text_alert .alert textarea{
    width: 100%;
    height: 220px;
    line-height: 1.5;
    font-size: 12px;
    text-align: left;
    border: 1px dashed #FE4B68;
    background-color: #FFF6F2;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}
.d11-2018__official {
    width: 100%;
    padding: 3.04rem 0 2.59rem 0;
    background: url("http://qnoss3.lanlanlife.com/fb2f7fa3d74ac141727b58b3bf7438f1_1570x750.png") no-repeat;
    background-size: 100% 100%;
}
.d11-2018__official__qiang {
    display: block;
    width: 1.01rem;
    height: 1.01rem;
    margin: 0 auto 0.19rem;
    background: url("http://qnoss3.lanlanlife.com/ac738850039e3a676bb334ec0ed466d3_206x206.png") no-repeat;
    background-size: 100% 100%;
}
.d11-2018__official__btn {
    display: block;
    width: 1.79rem;
    height: 0.49rem;
    line-height: 0.47rem;
    margin: 0 auto;
    font-size: 0.17rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 0.17rem;
}
.d11-2018__official__btn.ghost {
    margin-bottom: 0.15rem;
    text-indent: 0.28rem;
    color: #EA353C;
    background-image: url("http://qnoss2.lanlanlife.com/7b5ca843a2c48e1bd17b6f4f6eadb10a_98x358.png");
}
.d11-2018__official__btn.primary {
    text-indent: 0.36rem;
    color: #F8D68B;
    background-image: url("http://qnoss3.lanlanlife.com/ab66e0d5858fa0157bb0bd1ab4004eb7_98x358.png");
}
.d11-2018__official__btn img {
    width: 0.08rem;
    height: 0.13rem;
    margin-left: 0.08rem;
}
.d11-2018__official__tkl {
    font-size: 0;
    color: white;
    text-align: center;
}
.d11-2018__official__tkl span, .d11-2018__official__tkl a {
    display: inline-block;
    line-height: 0.24rem;
    font-size: 0.15rem;
    color: white;
}
.d11-2018__official__tkl a {
    margin-left: 0.13rem;
    text-decoration: underline;
}
/*toast*/
.toast{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .3s;
}
.toast span{
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.15rem 0.2rem;
    background: rgba(0,0,0,.75);
    color: white;
    text-align: center;
    border-radius: 0.07rem;
    font-size: 0.13rem;
}
/*红包口令弹窗*/
.red-word {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    flex-direction: column;
}
.red-word.show {
    display: flex;
}
.red-word__mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
}
.red-word__box {
    margin-top: 0.83rem;
    padding: 0.25rem 0.16rem;
    width: 3.47rem;
    border-radius: 0.1rem;
    background: white;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
}
.red-word__box__title {
    display: flex;
    height: 0.28rem;
    margin-bottom: 0.05rem;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    color: #56B34D;
}
.red-word__box__title img {
    width: 0.21rem;
    height: 0.21rem;
    margin-right: 0.05rem;
}
.red-word__box__tip {
    line-height: 0.17rem;
    font-size: 0.12rem;
    color: #6C6C6C;
}
.red-word__box__word {
    margin: 0.18rem 0 0.27rem;
    padding: 0.24rem 0.13rem;
    line-height: 0.2rem;
    background: rgba(216, 216, 216, 0.3);
    color: black;
    font-size: 0.14rem;
}
.red-word__box__close {
    display: block;
    width: 1.76rem;
    height: 0.51rem;
    line-height: 0.48rem;
    margin: 0 auto;
    background: url("http://qnoss1.lanlanlife.com/bbbb71792224c2fa6d4be883e32f5dc9_102x352.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: 0.17rem;
}
.red-word__box__copy, .red-word__box__copy:hover, .red-word__box__copy:active {
    display: block;
    margin: 0.15rem 0;
    font-size: 0.14rem;
    color: #EE3C3E;
    text-decoration: underline;
}