body{
    background:url(../images/banner3.png) center top no-repeat;
    background-size:100% auto;
    background-color: #ff563f;
    padding-top: 55%;
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
.top-rule{
    position: absolute;
    /* position: fixed; */
    right: 0.3rem;
    top: 0;
    background-color: #fff6e5;
    border-bottom-right-radius: 45%;
    border-bottom-left-radius: 45%;
    color: #ff563f;
    padding: 0.1rem 0.1rem;
    line-height: 0.35rem;
    font-size: 0.24rem;
    cursor: pointer;
    text-align: center;
    z-index: 999;
}
.main{
    margin:0  5% 1rem;
    padding: 0.5rem 0;
    border-radius: 0.2rem;
    background-color: #fff6e5;
    position: relative;
}
.task-box .title{
    text-align: center;
    font-size: 0.26rem;
    color: #d86c5d;
}
.task-box .title:before, .task-box .title:after {
    content: '';
    width: 30px;
    border-top: 1px #d86c5d solid;
    display: inline-block;
    vertical-align: middle;
}
.task-box .title:before {
    margin-right: 10px;
}
.task-box .title:after {
    margin-left: 10px;
}
.nav-menu{
    display: flex;
    padding: 0.3rem;
}
.nav-menu li{
    flex:1;
}
.nav-menu li a{
    display: flex;flex-direction: column;color: #999;text-align: center;
    font-size: 0.2rem;
}
.icon-qiandao,.icon-shipin,.icon-fenxiang,.icon-huiyuan{
    background:url(../images/icon_qiandao.png) no-repeat;
    background-size:contain;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    margin: auto auto 0.3rem;
}
.icon-shipin{
    background:url(../images/icon_shipin.png) no-repeat;
    background-size:contain;
}
.icon-fenxiang{
    background:url(../images/icon_fenxiang.png) no-repeat;
    background-size:contain;
}
.icon-huiyuan{
    background:url(../images/icon_huiyuan.png) no-repeat;
    background-size:contain;
}

.get-box{
    width:90%;
    margin: auto auto 0.3rem;
    position: relative;
}
.get-box .text{
    position: absolute;
    left:0;
    right:0;
    top: 50%;
    color: #b17f50;
    font-size: 0.24rem;

    text-align: center;
    transform: translateY(-50%);
}
.get-box .text .num{
    font-size: 0.38rem;
    font-weight: bold;
}
.get-box .text span{
    color: #ee5f52;
    font-size: 0.42rem;
    margin:0 0.1rem;
}
.line-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.line-box .icon-circle {
    width: 0.15rem;
    height: 0.3rem;
    background-color: #ff563f;
}
.line-box .icon-c-l{
    border-radius: 0 0.15rem 0.15rem 0;
}
.line-box .icon-c-r{
    border-radius: 0.15rem 0 0 0.15rem;
}
.line-box .line {
    height: 0;
    line-height: 0;
    flex: 1;
    border:0.01rem dashed #f7ab9c;
    margin: 0 0.4rem;
}
.list-box{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0.3rem;
}
.list-box .icon{
    width:20%;
}
.list-box .text{
    flex:1;
    margin-left: 0.2rem;
    color: #8e5b2b;
    text-align: justify;
}
.list-box .text h3{
    font-size:0.3rem;

}
.list-box .text .tag{
    font-size:0.24rem;
    line-height: 0.4rem;
    color: #b17f50;
}
.list-box .text p{
    font-size:0.2rem;
    line-height: 0.4rem;
    color: #999;
}
.list-box .btn-share,.list-box .btn-download {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.6rem;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    border-radius: 1rem;
    color: #fff;
    background-color: #ff4533;
    box-shadow: 0 0 0.4rem 0.4rem #f03b2b inset;
}
.list-box .btn-download {
    background-color: #ff8f00;
    box-shadow: 0 0 0.4rem 0.4rem #f07c00 inset;
}
.btn-box{
    text-align: center;
    position: absolute;
    width: 100%;
}
.btn-box button {
    /* background: -webkit-linear-gradient(top,#ffd566, #ff9139,#ff9e50);
    background: -moz-linear-gradient(top,#ffd566, #ff9139,#ff9e50);
    background: -o-linear-gradient(top,#ffd566, #ff9139,#ff9e50);
    background: linear-gradient(to bottom, #ffd566, #ff9139,#ff9e50); */
    background-color: #ffc731;
    display: inline-block;
    font-size: 0.38rem;
    padding:0 0.5rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 2rem;
    /* box-shadow:0 0.2rem #ff942b,0 0.3rem 0.2rem #333; */
    box-shadow: 0 0 0.15rem 0.08rem #f9bd2b inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    height: 0.9rem;
    width:70%;
    z-index: 1;
    position: relative;
}
.btn-box button.down{
    background-color: #ff8f00;
    box-shadow: 0 0 0.15rem 0.08rem #f07b00 inset;
}
.payment-box{
    margin: 0 5% 0.5rem;
    padding: 0.4rem 0.6rem ;
    background: url(../images/packet_bg.png) no-repeat top center/contain;
}
.payment-box .text{
    color: #b17f50;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.4rem;
}
.payment-box .text .num{
    font-size: 0.38rem;
    font-weight: bold;
    line-height: 0.6rem;
}
.payment-box .text span{
    color: #ee5f52;
    font-size: 0.42rem;
    margin:0 0.1rem;
}
.payment-box .text .gray {
    color: #999;
}
.payment-box .btn{
    text-align: center;
}
.payment-box .btn-payment {
    display: inline-block;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.44rem;
    text-align: center;
    border: none;
    border-radius: 2rem;
    /* color: #ff563f; 
    color: transparent;
    -webkit-text-fill-color: #ff563f;
    -webkit-text-stroke: 0.01rem #fff;*/
    color: #ff563f;
    text-shadow: 1px 1px 0 #fff;
    background-color: #ffdf9b;
    box-shadow: 0 0 0.02rem 0.06rem #efcd81 inset;
    /* border:1px transparent solid;
    border-image:linear-gradient(to bottom,#fff1be,#efcc81); */
    width: 85%;
}
.payment-box .info {
    margin: 0.4rem 0 1.2rem;
}
.payment-box .info li {
    flex: 1;
    display: flex;
    background-color: #fff;
    margin-bottom: 0.2rem;
}
.payment-box .info li .text {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #757575;
    border: none;
    flex: 1;
    font-size: 0.28rem;
    background-color: #fff;
    text-align: left;
    padding-left: 0.3rem;
}
.payment-box .info li span{
    display: block;
    float: right;
    width: 35%;
    background-color: #e1e1e1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 0.6rem;
    line-height: 0.6rem;
}
.payment-box .info li a {
    display: block;
    float: right;
    width: 35%;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #eb544d;
}
.payment-box .info .btn-veri{
    background-color: #fff;
    font-size: 0.28rem;
    padding:0 0.3rem;
    color: #ff5366;
    border: none;
    line-height: 0.6rem;
    background: #fff;
}
.payment-box .tip{
    color: #fff;
    margin-top: 0.25rem;
    text-align: center;
}
.video-box .title {
    text-align: center;
    font-size: 0.36rem;
    color: #fffbe3;
    margin-bottom: 0.3rem;
}
.video-box .title:before, .video-box .title:after {
    content: '';
    width: 0.59rem;
    height: 0.38rem;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon_video_box_title.png) no-repeat center/contain;
}
.video-box .title:before {
    margin-right: 0.1rem;
}
.video-box .title:after {
    margin-left: 0.1rem;
}
.video-box .swiper-box {
    border-radius: 0.1rem;
    margin: 0 3% 5%;
}
.video-box .video {
    position: relative;
    margin: 0 0.1rem;
}
.video-box .cover {
    padding-top: 52.19%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.video-box .video .icon-tr {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 0.6rem;
}
.video-box .video .icon-br {
    position: absolute;
    bottom: 0.1rem;
    right: 0.1rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0.1rem;
    color: #fff;
    padding: 0.05rem 0.1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.video-box .text {
    position: relative;
}
.video-box .text h3 {
    line-height: 0.38rem;
    color: #fff;
    font-size: 0.24rem;
    margin:0.1rem auto;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video-box .text .sub-des {
    color: #85979d;
    line-height: 0.36rem;
    font-size: 0.24rem;
}
.video-box .text .sub-des span{
    color: #000;
}
.video-box .text .join a {
    color: #333;
    font-size: 0.28rem;
    font-weight: bold;
}
.video-box .text .text-cl {
    position: absolute;
    left: 0;
    bottom: 0.44rem;
}
.video-box .text .text-bl {
    position: absolute;
    left: 0;
    bottom: 0;
}
.video-box .text .text-br {
    position: absolute;
    right: 0;
    bottom: 0;
}
.video-box .btn {
    justify-content: center;
    display: flex;
}
.video-box .btn button {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.4rem;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #00ccff;
    border: 0.02rem solid #00ccff;
    border-radius: 0.3rem;
    padding: 0.05rem 0.4rem;
}
.video-box .btn button.active {
    color: #00ccff;
    background-color: #fff;
}
.video-box .video{
    margin:0 0.1rem;
}
.video-box .cover {
    padding-top: 130%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}  
/* 弹窗 */
.model {
    padding: 0.3rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.5rem;
    position: relative;
    border-radius: 0.2rem;
    background-color: #f2484e;
    box-shadow: 0 0 0.1rem 0.1rem #db241e inset;
    text-align: justify;
}
.model .model-head {
    text-align: center;
}
.model .model-head h3 {
    font-size: 0.45rem;
    line-height: 0.6rem;
    height: 0.6rem;
    color: #ffdf9b;
    text-align: center;
}
.model .close {
    position: absolute;
    top: -0.6rem;
    right: 0;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 40px !important;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
    line-height: 1;
    color: #000000;
    background: url(../images/icon_close.png) no-repeat;
    background-size: contain;
    width: 0.4rem;
    height: 0.4rem;
    display:inline-block;
}
.model .model-content {
    min-height: 50px;
    min-width: 200px;
    max-height: 400px;
    padding:0.2rem 0;
    overflow: auto;
    align-items: center;
}
.model .model-btns {
    justify-content: center;
    display: flex;
    position: relative;
}
.model .btn-confirm {
    display: inline-block;
    font-size: 0.36rem;
    line-height: 0.8rem;
    height: 0.8rem;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ff563f;
    background-color: #ffdf9b;
    border-radius: 0.5rem;
    width: 75%;
    text-shadow:2px 2px #fff;
    box-shadow: 0 0 0.1rem 0.1rem #e23e43;
    /* border:none; */
    border: 0.1rem solid #f0ce84;
}

.starWord{
    padding:0.2rem 0;
    margin: 0.4rem;
    color: #fff;
    text-align: justify;
    line-height: 0.5rem;
    font-size: 0.24rem;
}

.info h3{
    text-align: center;
    color: #ee5f52;
    font-size: 0.4rem;
    font-family: serif;
}

.info p{
    text-align: center;
    font-size: 0.4rem;
    margin-bottom: 0.45rem;
}

.info span{
    color: #b17f50;
    text-decoration: underline;
    margin-left: 2rem;
}