html {
    position: relative;
}
html,body{
    width:100%;
    min-height: 100%;
    background-color: #f73a2d;
    box-sizing: border-box;
}
.container {
    width: 100vw;
    height: auto;
    background-image: url("//img10.360buyimg.com/imgzone/jfs/t1/133893/5/1843/22277/5edf2eeeE6a5d10b8/cf96385bd6b53e14.jpg");
    background-size: 100% 63.8vw;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 7.6vw;
}


.rule-btn {
    height: auto;
    padding: 1vw 2vw;
    position: absolute;
    background-image: linear-gradient(#FC6218,#F73C2D);
    border-radius: 5vw 0 0 5vw;
    right: 0;
    top: 11vw;
}

.header-div {
    margin: auto;
    margin-top: 26.6vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.header-div .logo {
    width: 28vw;
    height: 8.667vw;
    border-radius: 1.5vw;
    overflow: hidden;
}
.header-div .logo img{
    width: 100%;
    height: 100%;
}
.header-div .title {
    width: 96vw;
    text-align: center;
    font-size: 3.3vw;
    margin-top: 3.6vw;
}


.title-div {
    width: 100%;
    min-height: 100%;
    text-align: center;
}

.title-div .banner-text {
    font-size: 26px;
    line-height: 1.331;
    text-align: center;
    text-shadow: 2px -2px 1px #f73a2d;
    margin-top: 6vw;
    font-weight: bold;
}
.title-div .banner-text .mark {
    color: #fff650;
}
/* 倒计时 */
.countdown {
    margin-top: 3.75vw;
}
.countdown .time {
    display: inline-block;
    min-width: 22px;
    text-align: center;
    background: #fff;
    color: #f73a2d;
    line-height: 22px;
    border-radius: 5px;
    padding: 0 3px;
    box-sizing: border-box;
}
.countdown .split {
    margin-left: 0.625vw;
    margin-right: 0.625vw;
}
/* 提示 */
.act-prompt {
    display: inline-block;
    margin: 3.75vw auto;
    padding: 1.875vw 2.5vw;
    line-height: 1.32;
    border-top: 1px solid #ffdf70;
    border-bottom: 1px solid #ffdf70;
    font-size: 16px;
}
.act-prompt .mark {
    color: #ffdf70;
}
.task-div {
    width: 100%;
    background: #fff;
    margin: 0 5vw;
    border-radius: 5px;
    overflow: hidden;
}
.task-div .friends-wrapper {
    padding: 5.625vw 7.5vw;
}
.task-div .friends-list-title {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.task-div .friends-num {
    color: #f73a2d;
    margin: 1.25vw;
}
.task-div .friends-list {
    margin: 5.625vw 0;
}
.task-div .friends-list .friend {
    display: inline-block;
    width: 12vw;
    height: 12vw;
    border: 1px dashed #ababab;
    border-radius: 50%;
    margin: 0vw 0.625vw;
    color:red;
    line-height:12vw;
    text-align: center;
    font-size: 5vw;
}
.task-div .friends-list .more {
    color: #ababab;
}
.task-div .btn-help {
    height: 10vw;
    line-height: 10vw;
    border-radius: 10vw;
    background-image: -moz-linear-gradient(0deg, #e72d23 0%, #feaf30 100%);
    background-image: -webkit-linear-gradient(0deg, #e72d23 0%, #feaf30 100%);
    background-image: -ms-linear-gradient(0deg, #e72d23 0%, #feaf30 100%);
    font-size: 18px;
    text-align: center;
    cursor:pointer;
}

/* prize */
.prize-list {
    background: #f2f2f2;
    padding: 0 4vw 0.1vw;
}
.prize-item-top {
    border-top: 1px dashed #cccccc;
}
.prize-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin: 3.5625vw 0;
    border-radius: 14px;
    box-shadow: 0px 0px 7px 0px rgba(43, 27, 199, 0.05);
    height: 15.46875vw;
    padding: 1.875vw 5vw;
}
.prize-item .prize-content {
    color: #f73a2d;
    font-size: 16px;
    margin-left: 3vw;
    width: 31vw;
}
.prize-item .prize-btn {
    width: 35vw;
    height: 9vw;
    line-height: 9vw;
    text-align: center;
    font-size: 15px;
    border-radius: 32px;
}
.btn-received {
    background-image: -moz-linear-gradient(-180deg, #ffc72c 0%, #f9b700 98%);
    background-image: -webkit-linear-gradient(-180deg, #ffc72c 0%, #f9b700 98%);
    background-image: -ms-linear-gradient(-180deg, #ffc72c 0%, #f9b700 98%);
}

.btn-get {
    background-image: -moz-linear-gradient(0deg, #f73a2d 0%, #f94e27 100%);
    background-image: -webkit-linear-gradient(0deg, #f73a2d 0%, #f94e27 100%);
    background-image: -ms-linear-gradient(0deg, #f73a2d 0%, #f94e27 100%);
    cursor:pointer;
}

.btn-not-complete {
    background-image: -moz-linear-gradient(180deg, #7f10e5 0%, #680fdc 97%);
    background-image: -webkit-linear-gradient(180deg, #7f10e5 0%, #680fdc 97%);
    background-image: -ms-linear-gradient(180deg, #7f10e5 0%, #680fdc 97%);
}

.btn-zero {
    background-image: -moz-linear-gradient(180deg, #ccc 0%, #ccc 97%);
    background-image: -webkit-linear-gradient(180deg, #ccc 0%, #ccc 97%);
    background-image: -ms-linear-gradient(180deg, #ccc 0%, #ccc 97%);
}
/* 任务商品列表 */
.list-header {
    font-size: 16px;
    margin: 3.75vw 0 1.75vw;
    text-align: center;
}
.list-header .ellipse {
    display: inline-block;
    vertical-align: middle;
    background-image: -moz-linear-gradient(135deg, #f6cb4b 0%, #ed7538 100%);
    background-image: -webkit-linear-gradient(135deg, #f6cb4b 0%, #ed7538 100%);
    background-image: -ms-linear-gradient(135deg, #f6cb4b 0%, #ed7538 100%);
    width: 10px;
    height: 8px;
    border-radius: 50%/50%;
    transform: rotate(45deg);
    transform-origin: center;
    margin: 0 3.125vw;
}
.content-div {
    width: 100%;
    min-height: 56.16vw;
}
.content-div > .content {
    width: 100%;
    height: auto;
    min-height: 10vw;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.content-div > .content > .item-div {
    width: 48vw;
    height: 58.666vw;
    background-color: #fff;
    margin-top: 2.7vw;
    margin-left: 1.333vw;
    border-radius: 10px;
    overflow: hidden;
}
.content-div > .content > .item-div:last-child {
    margin-bottom: 2.7vw;
}
.item-div > a > .item-img {
    width: 100%;
    height: 48vw;
}
.item-div > a > .item-img img {
    width: 100%;
    height: 100%;
}
.item-div > .item-title {
    width: 100%;
    height: 10.66vw;
    color: #000;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.item-div > .item-title div{
    width: 21.33vw;
    height: 6.67vw;
    border-radius: 21.33vw;
    text-align: center;
    line-height: 6.67vw;
    font-weight: bold;
}
.item-div > .item-title div:first-child{
    color: #FFFFFF;
    background-image: linear-gradient(#ea352e,#ed5a26);
}
.item-div > .item-title div:last-child{
    background-image: linear-gradient(#ffae00,#f67f1f);
    color: #FFFFFF;
}

/*规则*/
.dialog-rule-content{
    margin: auto;
}
.dialog-rule-content .rule-text{
    width: 68.667vw;
    height: 66vw;
    background-color: #fff;
    border-radius: 4px;
    margin: 4vw auto;
    align-items: center;
    padding: 3vw 4vw;
    overflow-y: auto;
}
.rule-text div{
    color: #000000;
}
.rule-text > div{
    margin-bottom: 5vw;
}
.rule-text .rule-title{
    color: #CE0B1F;
    font-size: 4vw;
    display: flex;
    align-items: center;
}
.rule-text .rule-title >span{
    width: 1.8vw;
    height: 1.9vw;
    border-radius: 50%;
    background: #E62F20;
    margin-right: 0.35rem;
    display: block;
}
.rule-text .rule-content{
    margin-left: 2.8vw;
}

/*弹窗样式*/
.dialog-title {
    width: 100%;
    height: 13.333vw;
    font-size: 4.8vw;
    color: #fff;
    font-family: "Alibaba PuHuiTi M";
    /*-webkit-text-stroke: 0.25vw #2286ee;*/
    /*text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;*/
    text-align: center;
    line-height: 13.333vw;
    position: absolute;
    top: 5vw;
}

.dialog-content {
    width: 100%;
    height: 66.6667vw;
    display: flex;
    flex-wrap: wrap;
    margin-top: 13vw;
}

.dialog-prize-icon {
    width: 73.86667vw;
    height: 47.00007vw;
    background-size: 100% 100%;
    margin: 9vw auto 0 auto;
}

.dialog-member-icon {
    background-image: url('//img10.360buyimg.com/imgzone/jfs/t1/104412/27/18572/31836/5e96f428Ec5b5851e/5020a1df0e67e5f4.png');
    background-size: 100% 100%;
    margin: auto;
    margin-top: 16vw;
    width: 65vw;
    height: 40vw;
}
.dialog-bean-icon {
    background-image: url("//img10.360buyimg.com/imgzone/jfs/t1/101542/23/18447/27404/5e96f428E4e71dd61/969a68d10e36a532.png");
}
.dialog-integral-icon {
    background-image: url("//img10.360buyimg.com/imgzone/jfs/t1/106840/7/18819/26250/5e96f428E49638cb9/01d60b2b1178da18.png");
}
.dialog-flow-icon {
    background-image: url("//img10.360buyimg.com/imgzone/jfs/t1/101560/35/18538/26012/5e96f428E2fc4f9e6/bfddfa76a02e57c1.png");
}
.dialog-coupon-icon {
    position: relative;
    text-align: center;
    color: #d77d00;
    background-image: url("//img10.360buyimg.com/imgzone/jfs/t1/84769/11/18801/25479/5e96f428E33cf54d8/bf7af9ea8e735595.png");
}
.dialog-coupon-icon > .price {
    font-size: 10.2vw;
    position: relative;
    top: 5vw;
}
.dialog-coupon-icon > .price > span {
    font-size: 4vw;
}
.dialog-coupon-icon > .condition {
    position: relative;
    top: 4vw;
    font-size: 2.6vw;
}
.dialog-aqiyi-icon {
    background-image: url("//img10.360buyimg.com/imgzone/jfs/t1/106547/21/18557/23950/5e96f428E54248514/7f0d1cde090ead8d.png");
}
.dialog-aqiyi-icon div {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 4.6vw;
    position: relative;
    top: 11vw;
    left: 8vw;
}
.dialog-plus-icon {
    background-image: url("//img10.360buyimg.com/imgzone/jfs/t1/109825/35/12541/31425/5e983b4bE79fb7711/650cefe7350b676c.png");
}
.dialog-plus-icon div {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 3.2vw;
    position: relative;
    top: 14vw;
    color: #d0c173;
}
.dialog-ecard-icon {
    background-image: url("//img10.360buyimg.com/imgzone/jfs/t1/99287/40/18677/29799/5e96f428Ec64210ce/c487e7040792dd6b.png");
}
.dialog-ecard-icon div {
    font-size: 5.6vw;
    color: #fff;
    text-align: center;
    position: relative;
    top: 10vw;
    left: 12vw;
}
.dialog-goods-icon {
    background-image: url('//img10.360buyimg.com/imgzone/jfs/t1/90931/12/18572/49382/5e96f428E072a2d02/cdca0a05959756e6.png');
    width: 77.86667vw;
    height: 69.00007vw;
    margin: -13vw 0 0 11vw;
}
.dialog-goods-icon div {
    width: 23.333vw;
    height: 23.333vw;
    margin: auto;
}
.dialog-goods-icon div img {
    width: 100%;
    height: 100%;
}

.dialog-header-div{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.dialog-header-div .logo {
    width: 28vw;
    height: 8.667vw;
    border-radius: 1.5vw;
    overflow: hidden;
}
.dialog-header-div .logo img{
    width: 100%;
    height: 100%;
}
.dialog-header-div .title {
    width: 96vw;
    text-align: center;
    font-size: 3.3vw;
    margin-top: -2.4vw;
}
.dialog-attend-icon {
    background-image: url("//img10.360buyimg.com/imgzone/jfs/t1/129256/14/4519/52401/5edf2eeeE716cf3cf/bbd4317c56b3b837.png");
    width: 68.86667vw;
    height: 52.00007vw;
}
.attend-help {
    margin-top: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
}


.dialog-null-icon {
    background-image: url("//img10.360buyimg.com/imgzone/jfs/t1/113830/25/1377/23865/5e96f443E3b346d26/f861eecaae744108.png");
}

.dialog-success-icon {
    width: 60vw;
    height: 42vw;
    background-image: url("//img10.360buyimg.com/imgzone/jfs/t1/96729/35/18605/6562/5e983b84E924a0722/6cd0289c4956c1a8.png");
}
.dialog-task-success-icon{
    background-image: url("//img10.360buyimg.com/imgzone/jfs/t1/96729/35/18605/6562/5e983b84E924a0722/6cd0289c4956c1a8.png");
    width: 68.86667vw;
    height: 48.00007vw;
    margin: 2vw auto 0 auto;
}

.dialog-content-text {
    width: 100%;
    text-align: center;
    font-size: 5.6vw;
}

.dialog-address-content {
    margin: auto;
}
.dialog-address-content div{
    width: 66.667vw;
    height: 9.333vw;
    background-color: #fff;
    border-radius: 4px;
    margin: 4vw 0;
    display: flex;
    align-items: center;
}
.dialog-address-content div i {
    color: #ec6910;
    padding: 0 2vw;
    font-size: 5.2vw;
}
.dialog-address-content div input {
    width: 60vw;
    height: 100%;
    font-size: 3.2vw;
}
.address-tips {
    width: 66.667vw;
    font-size: 2.6vw;
    text-align: left;
    margin: auto;
    margin-top: -5vw;
    color: #ffde00;
}

.dialog-btn-div {
    width: 72.6667vw;
    height: 12.6667vw;
    margin: auto;
    display: flex;
}
.dialog-btn-ones {
    justify-content: center;
}
.dialog-btn-ones div {
    width: 56vw;
    height: 100%;
    border-radius: 56vw;
    background:linear-gradient(to bottom,#fff9d7,#feb10d);
    border-bottom:0.5vw solid #fed15c;
    box-shadow:0 1vw #ec5c28;
    color:#771b03;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.6vw;
}
.dialog-btn-two {
    justify-content: space-between;
    font-size: 6vw;
}
.dialog-btn-two .left {
    width: 34.6667vw;
    height: 100%;
    border-radius: 34.6667vw;
    border: 1px solid #ffe66b;
    color: #ffe66b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dialog-btn-two .right {
    width: 34.799vw;
    height: 100%;
    border-radius: 34.6667vw;
    background:linear-gradient(to bottom,#fff9d7,#feb10d);
    border-bottom:0.5vw solid #fed15c;
    box-shadow:0 1vw #ec5c28;
    color:#771b03;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog-tips {
    width: 100%;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 2.6vw;
    flex-wrap: wrap;
}
.dialog-tips span {
    display: inline-block;
    width: 100%;
    height: 4vw;
    text-align: center;
}

.dialog-close-btn {
    width: 15vw;
    height: 15vw;
    position: absolute;
    bottom: 0.5vw;
    left: 42.5vw;
}


    /*活动结束*/
.error-div {
    width: 100%;
    height: 160.8vw;
    position: relative;
}
.error-icon {
    width: 40.1333vw;
    height:29.6vw;
    background-size: 100% 100%;
    position: relative;
    margin: auto;
    top: 74.2vw;
}
.error-end-icon {
    background-image: url('//img10.360buyimg.com/imgzone/jfs/t1/116593/30/1311/16067/5e96e102E1a252007/5e950797e5734423.png');
}
.error-start-icon {
    background-image: url('//img10.360buyimg.com/imgzone/jfs/t1/116374/2/1304/18524/5e96e102E2fcfb243/4f14644cefc15557.png');
}
.error-text {
    width: 100%;
    text-align: center;
    font-size: 3.7vw;
    position: relative;
    top: 77.2vw;
}
.error-btn {
    width: 56vw;
    height: 12.6667vw;
    background-image: linear-gradient(#FDF0B6, #FAA712);
    color: rgb(119,25,2);
    font-size: 6.4vw;
    border-radius: 56vw;
    text-align: center;
    line-height: 12.6667vw;
    position: relative;
    margin: auto;
    top: 93vw;
    cursor: pointer;
}

.footer-div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.6vw;
    font-size: 1.86667vw;
    text-align: center;
    color: #fff;
}