.points_Bg{
    background: white;
    height: 132px;
    width: 100%;
}
.points_Bg .contain{
    display: flex;
    justify-content: space-between;
}
.title{
    display: flex;
    align-content: center;
    padding-top: 40px;
}
.title .zy_img1 {
    object-fit: contain;
    cursor: pointer;
}
.title div{
    font-size: 32px;
    color: #333333;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 91px;
    margin-top: 16px;
}
.points_block{
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
}
.points_block label{
    color: #4FC2B8;
    font-size: 24px;
}
.myPoints{
    text-align: right;
}
.points_block a{
    font-size: 14px;
    color: #90A3A1;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-decoration-line: underline;
    text-transform: none;
    margin-left: 26px;
    margin-top: 4px;
    font-weight: normal;
}
.points_block .btns{
    margin-top: 15px;
    display: flex;
}
.points_block .btns a{
    width: 100px;
    height: 28px;
    background: #4FC2B8;
    border-radius: 14px 14px 14px 14px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.points_block .btns a:last-child{
    margin-left: 20px;
}
.banner{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.banner .swiper-container{
    margin: 0;
}
.banner .zy_bl {
    width: 810px;
    height: 348px;
    border-radius: 7px;
    float: left;
    position: relative;
}
.banner .zy_bl img {
    width: 100%;
    height: 100%;
}
.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}
.zy_bl .swiper-button-next, .zy_bl .swiper-container-rtl .swiper-button-prev {
    background: url(../imgs/layouts/next-1.png) center center no-repeat;
    right: 0px;
}
.zy_bl .swiper-button-prev, .zy_bl .swiper-container-rtl .swiper-button-next {
    background: url(../imgs/layouts/prev-1.png) center center no-repeat;
    left: 0;
}
.banner_right{
    width: 370px;
}
.qiandao{
    width: 100%;
    height: 188px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}
.qiandao_title{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-weight: bold;
    padding: 20px;
}
.qiandao_title label{
     color: #f79131;
}
.qiandao_blockList{
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}
.qiandao_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.qiandao_block div{
    width: 42px;
    height: 50px;
    background: #F4F6F8;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.qiandao_block div label{
    padding: 5px 0 0;
    color: #B3B3B3;
    font-size: 12px;
    text-align: center;
}
.qiandao_block div img{
    width: 18px;
    height: 16px;
    padding: 6px 0 0;
    display: block;
}
.qiandao_block div.today{
    background: #f79131 !important;
    position: relative;
}
.qiandao_block div.today label{
    color: #FFFFFF;
}
.qiandao_block div.gou{
    width: 11px;
    height: 11px;
    background: #FFFFFF !important;
    position: absolute;
    top: -4px;
    right: -4px;
}
.gou i{
    font-size: 13px;
    color: #f79131;
}
.qiandao_block div.check{
    background: #FFEFDF !important;
    position: relative;
}
.check i{
    font-size: 13px;
    color: #f79131;
}
.qiandao_block > label{
    margin-top: 6px;
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.qiandao_btn{
    margin: 10px 117px;
    width: 136px;
    height: 30px;
    background: #f79131;
    border-radius: 15px 15px 15px 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border: none;
    cursor: pointer;
}
.yiqiandao_btn{
    margin: 10px 117px;
    width: 136px;
    height: 30px;
    background: #999999;
    border-radius: 15px 15px 15px 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border: none;
    cursor: pointer;
}
.banner_img{
    position: relative;
    margin-top: 20px;
}
.banner_img img{
    height: 140px;
    object-fit: contain;
    display: block;
}
.points_content_bottom{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 43px;
}
.list_box{
    width: 810px;
}
.item_list{
    width: 100%;
    background: #FFFFFF;
}
.item_list_control{
    width: 100%;
    height: 61px;
    justify-content: right;
    display: flex;
    align-items: center;
}
.canChange{
    width: 122px;
    height: 33px;
    background: #FAFAFA;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EBEBEB;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 31px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 25px;
    cursor: pointer;
}
.canChange.on{
    background: #4FC2B8;
    color:white;
}
.type{
    margin-right: 30px;
    position: relative;
}
.type_choose{
    font-size: 14px;
    color: #4D4D4D;
    line-height: 11px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.type_choose div{
    min-width: 57px;
    text-align: center;
    line-height: 20px;
}
.type_choose i{
    font-size: 16px;
    color: #108391;
    margin-left: 14px;
}
.type_list{
    min-width: 100px;
    position: absolute;
    background: #FFFFFF;
    right: 0;
    top: 20px;
    display: none;
}
.type_list ul{
    min-width: 100px;
    list-style-position: inside;
    width: max-content;
}
.type_list ul li{
    /*width: 100%;*/
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #4D4D4D;
}
.type_list ul li.on{
    color: white;
    cursor: pointer;
    background: #4FC2B8;
}
.type_list ul li:hover{
    color: white;
    cursor: pointer;
    background: #4FC2B8;
}

.byPoints{
    font-size: 14px;
    color: #4D4D4D;
    line-height: 11px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 28px;
    cursor: pointer;
}
.byPoints i{
    font-size: 16px;
    margin-left: 14px;
    vertical-align: middle;
}
.byPoints.on,.byPoints.on i{
    color: #4FC2B8;
}
.item_list_itemList{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #FFFFFF;
}
.item_list_item{
    padding: 21px 19.5px 20px 20px;
    border-top:1px solid #EBEBEB;
    border-right:1px solid #EBEBEB;
}
.item_list_item:hover{
    box-shadow: 0px 0px 10px rgba(51, 51, 51, .6);
}
.item_list_item:nth-child(4n){
    border-right:none;
}
.item_list_item:nth-last-child(1),
.item_list_item:nth-last-child(2),
.item_list_item:nth-last-child(3),
.item_list_item:nth-last-child(4){
    border-bottom: 1px solid #EBEBEB;
}
.item_list_item img{
    width: 162px;
    height: 162px;
    display: block;
}
.item_list_item_name{
    margin-top: 19px;
    width: 162px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
}
.item_list_item_info{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    align-items: center;
}
.item_list_item_need{
    color: #f79131;
    display: flex;
    align-items: center;
}
.item_list_item_need img{
    width: 18px;
    height: 16px;
    margin-right: 10px;
    display: block;
}
.item_list_item_have{
    font-size: 14px;
    color: #333333;
    line-height: 11px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.item_list_item_btn{
    width: 162px;
    height: 32px;
    background: #4FC2B8;
    border-radius: 16px 16px 16px 16px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border: none;
    margin-top: 17px;
    cursor: pointer;
}
.item_list_item_btn_null{
    width: 162px;
    height: 32px;
    background: #CBCBCB;
    border-radius: 16px 16px 16px 16px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border: none;
    margin-top: 17px;
    cursor: pointer;
}

/*尾部*/
.zy_bot {
    width: 100%;
    padding: 5px 0 47px;
    background-color: #666666;
}
.zy_bot .zy_bot_div {
    width: 240px;
    float: left;
}
.zy_bot .zy_bot_div:nth-child(2) {
    width: 390px;
}
.zy_bot .zy_bot_div:nth-child(3) {
    width: 340px;
}
.zy_bot .zy_bot_div h5 {
    height: 46px;
    line-height: 46px;
}
.zy_bot .zy_bot_div:first-child h5 a {
    padding-right: 18px;
}
.zy_bot .zy_bot_div img {
    width: 100px;
    margin-top: 15px;
    display: block;
}
.zy_bot .zy_bot_div h5 a {
    height: 100%;
    border-bottom: 1px dotted rgb(204, 204, 204);
    color: #ff9933;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.zy_bot .zy_bot_div ul {
    margin-top: 15px;
}
.zy_bot .zy_bot_div li {
    line-height: 25px;
    color: #ffffff;
    font-size: 14px;
}
.index-last-foot .px {
    width: 96%;
    margin: 0 auto 15px;
    color: #777;
    font-size: 12px;
}
.index-last-foot .px .imgx {
    width: 240px;
    position: relative;
    left: 0;
}
.index-last-foot .px .spanx {
    position: relative;
    bottom: 10px;
    left: 5px;
}
.loadingMore{
    width: 230px;
    height: 48px;
    background: #4FC2B8;
    border-radius: 24px 24px 24px 24px;
    border: none;
    margin-top: 38px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-left: 290px;
}
.do_getPoints1{
    width: 330px;
    height: max-content;
    background: #FFFFFF;
    padding: 0 20px;
    margin-top: 20px;
}
.do_getPoints{
    width: 330px;
    height: max-content;
    background: #FFFFFF;
    padding: 0 20px;
}
.do_getPoints_title{
    border-bottom: 1px solid #C6C6C6;
    padding: 20px 0;
    font-size: 18px;
    color: #333333;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.do_getPoints_title img{
    width: 18px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
.do_getPoints_list_item{
    border-bottom: 1px dashed #C6C6C6;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.do_getPoints_list_item:last-child{
    border-bottom:none;
}
.invite_name{
    /*width: 196px;*/
}
.invite_name div:first-child{
    font-size: 16px;
    color: #333333;
    /*line-height: 15px;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.mark_name{
    width: 196px;
}
.mark_name div:first-child{
    font-size: 16px;
    color: #333333;
    /*line-height: 15px;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.mark_name div:last-child{
    margin-top: 15px;
    font-size: 14px;
    color: #808080;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.do_getPoints_list_item button{
    width: 114px;
    height: 32px;
    background: #4FC2B8;
    border-radius: 16px 16px 16px 16px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
    cursor: pointer;
}
.do_getPoints_list_item button.unclaimed{
    background: #f79131;
}
.do_getPoints_list_item button.done{
    background: #CBCBCB;
}
.route{
    margin-top: 38px;
}
.route label,.route a{
    line-height: 13px;
    font-size: 14px;
    color: #666666;
}
.route label:last-child{
    display: none;
}
.route label:nth-child(2n-1):hover{
    cursor: pointer;
    color: #00A4C2;
    text-decoration: underline;
}
.route a:hover{
    cursor: pointer;
    color: #00A4C2;
    text-decoration: underline;
}
.route label:nth-child(2n){
    margin: 0 10px;
}
.points_Detail{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 99px;
}
.points_Detail_left{
    width: 920px;
    height: max-content;
    background: #FFFFFF;
}
.detail_info{
    padding: 30px;
    display: flex;
}
.detail_info > img{
    width: 291px;
    height: 291px;
    background: #6F6F6F;
    border: 1px solid #E6E6E6;
    display: block;
}
.info_right{
    margin-left: 30px;
    height: 291px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.big_title{
    width: 524px;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.small_intro{
    margin-top: 20px;
    width: 524px;
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.info_right .item_list_item_need{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
}
.info_right .item_list_item_need img{
    width: 20px;
    height: 18px;
}
.have_num,.date_end{
    font-size: 16px;
    color: #808080;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.exchange_btn{
    width: 172px;
    height: 36px;
    background: #4FC2B8;
    border-radius: 18px 18px 18px 18px;
    margin-top: 33px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border: none;
    cursor: pointer;
}
.detail_content{
    margin-top: 20px;
    padding: 0 30px;
}
.detail_content_title{
    font-size: 18px;
    color: #333333;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 20px;
    display: flex;
}
.detail_content_title div{
    width: 6px;
    height: 20px;
    background: #4FC2B8;
    margin-right: 10px;
}
.detail_content_text{
    padding:  30px 0;
}
.points_Detail_right{
    width: 220px;
    height: max-content;
    background: #FFFFFF;
    padding: 0 20px;
}
.points_Detail_right_title{
    font-size: 18px;
    color: #333333;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 1px solid #C6C6C6;
    padding: 20px 0;
    display: flex;
}
.points_Detail_right_title div{
    width: 6px;
    height: 20px;
    background: #4FC2B8;
    margin-right: 10px;
}
.points_Detail_right_item{
    padding: 20px 30px;
    border-bottom: 1px dashed #C6C6C6;
}
.points_Detail_right_item:last-of-type{
    border-bottom: none;
}
.points_Detail_right_item a > img{
    width: 163px;
    height: 163px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    display: block;
}
.points_Detail_right_item_name{
    width: 163px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
}
.points_Detail_right_item .item_list_item_need img{
    width: 16px;
    height: 14px;
}
.points_Detail_right_item .item_list_item_need{
   font-size: 16px;
    margin-top: 15px;
}
.points_rule{
    margin-top: 30px;
    margin-bottom: 54px;
}
.click_block{
    display: flex;
}
.click_block div{
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    margin-right: 2px;
    font-size: 16px;
    color: #808080;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.click_block div:first-child{
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px 0px 0px 0px;
}
.click_block div:last-child{
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 0px 10px 0px 0px;
}
.click_block div.on{
    background: #4FC2B8 !important;
    color: #FFFFFF;
}
.click_block div:hover{
    background: #4FC2B8;
    color: #FFFFFF;
    cursor: pointer;
}
.click_content{
    width: 100%;
    margin-top: 2px;
    padding: 45px 85px 85px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.points_award{
    margin-top: 30px;
    margin-bottom: 58px;
    display: flex;
    justify-content: space-between;
}
.award_Bg{
    width: 600px;
    height: 384px;
    background-size: 100% 100%;
    background-image: url(../imgs/pointsMall/award_Bg.png);
    margin-left: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 50px 50px;
    align-items: center;
}
.award_Bg table tr td div:not(.click_award){
    width: 135px;
    height: 116px;
    background: #FFE0A5;
    border-radius: 12px 12px 12px 12px;
}
.award_Bg table tr td  div:not(.click_award) div{
    width: 135px;
    height: 106px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.award_Bg table tr td div.on div{
    background: #FC9A2E;
}
.award_Bg table tr td div.on label{
    color: white;
}
.award_Bg table tr td div img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}
.award_Bg table tr td div label{
    font-size: 16px;
    color: #808080;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}
.award_Bg table{
    width: 100%;
    height:100%;
}
.award_Bg table tr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.award_Bg table tr:last-child{
    margin-bottom: 0;
}
.award_right{
    margin-top: -10px;
}
.award_mine{
    width: 330px;
    /*height: 283px;*/
    background: #FFFFFF;
    padding: 20px;
    position: relative;
}
.receive-btn{
    color: #4FC2B8 !important;
    text-decoration: underline;
    cursor: pointer;
}
.disClick{
    opacity: .8;
    cursor: no-drop !important;
}
.award_mine_title{
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    font-weight: 600;
}
.award_mine_title div{
    width: 6px;
    height: 20px;
    background: #4FC2B8;
    margin-right: 20px;
}
.award_list{
    margin-top: 25px;
}
.award_list_title{
    display: flex;
    justify-content: space-between;
}
.award_list_title div{
    font-size: 16px;
    color: #808080;
    line-height: 17px;
    font-style: normal;
    text-transform: none;
    flex: 1;
}
.award_list_title div:first-child{
    text-align: left;
}
.award_list_title div:nth-child(2){
    text-align: center;
}
.award_list_title div:last-child{
    text-align: right;
}
.award_list_box{
    height: 188px;
    overflow-y: auto;
    margin: 5px -20px;
    padding: 0 20px;
}
#award_list_box::-webkit-scrollbar-track {
    background-color: white;
}
#award_list_box::-webkit-scrollbar {
    width: 4px;
}
#award_list_box::-webkit-scrollbar-thumb {
    background-color: #4FC2B8;
}
.box-item{
    padding: 14px 0;
    border-bottom: 1px dashed #E6E6E6;
    display: flex;
    justify-content: space-between;
}
.box-item:last-of-type{
    border-bottom: none;
}
.box-item div{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
    font-style: normal;
    text-transform: none;
    flex: 1;
}
.box-item a{
    color: #4FC2B8;
    text-decoration: underline;
}
.box-item div:first-child{
    text-align: left;
}
.box-item div:nth-child(2){
    text-align: center;
}
.box-item div:last-child{
    text-align: right;
}
.btn_box{
    height: 150px;
    width: 100%;
    padding-bottom: 15px;
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}
.check_btn{
    width: 125px;
    height: 28px;
    background: #4FC2B8;
    border-radius: 14px 14px 14px 14px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}
.click_award{
    width: 262px;
    height: 82px;
    background-size: 100% 100%;
    background-image: url(../imgs/pointsMall/award_btn.png);
    text-align: center;
    font-size: 18px;
    color: #457D80;
    line-height: 82px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    font-weight: bold;
    cursor: pointer;
}
.award_rule{
    width: 330px;
    height: 110px;
    background: #FFFFFF;
    padding: 20px;
    margin-top: 20px;
}
.award_rule_title{
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    font-weight: 600;
}
.award_rule_title div{
    width: 6px;
    height: 20px;
    background: #4FC2B8;
    margin-right: 20px;
}
.award_rule_text{
    margin-top: 15px;
    font-size: 14px;
    color: #808080;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


/*遮罩层禁止滚动*/
.ovfHiden{
    overflow: hidden;
    padding-right: 20px;
}
/*遮罩层*/
.pointsMall_preordain_cover{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background: black;
    opacity: 0.4;
}
.pointsMall_getConnect{
    position: fixed;
    width: 460px;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -230px;
    z-index: 99999;
    background: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
}
.pointsMall_getConnect i{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #666666;
    cursor: pointer;
}
#pointsMall_form,#post_form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pointsMall_getConnect_title{
    font-size: 18px;
    color: #666666;
    padding-top: 30px;
    text-align: center;
}
.pointsMall_getConnect_item{
    border-radius: 20px;
    border: 1px solid #C6C6C6;
    width: 80%;
    padding: 10px;
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    color: #666666;
    position: relative;
}
.pointsMall_getConnect_item:first-of-type{
    margin-top: 30px;
}
.pointsMall_getConnect_item div{
    color: #C6C6C6;
    font-size: 14px;
    text-align: center;
    width: 100px;
}
.pointsMall_getConnect_item input{
    color: #666666;
    font-size: 14px;
    text-align: left;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}
.pointsMall_getConnect_tips{
    color: #666666;
    font-size: 14px;
    margin-top: 30px;
}
.pointsMall_getConnect_btn{
    width: 162px;
    height: 32px;
    background: #4FC2B8;
    border-radius: 16px 16px 16px 16px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}
/*.red-alarm{*/
/*    border: 1px solid #F79131 !important;*/
/*}*/
/*.red-alarm:after{*/
/*    content: attr(data-content-after);*/
/*    font-size: 12px;*/
/*    color: #F79131;*/
/*    position: absolute;*/
/*    bottom: -20px;*/
/*}*/



.mask{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    backdrop-filter: blur(2px);
}
.red-envelope {
    position: absolute;
    width: 120px;
    height: 120px;
    object-fit: contain;
    background-image: url("../imgs/pointsMall/red-bag/fudai-s.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.time-count{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    padding: 4px 16px;
    border-radius: 40px;
    border: 1px solid #000;
}
.time-count span{
    color: red;
}
.juanzhou{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 728px;
    height: 760px;
    background-image: url("../imgs/pointsMall/red-bag/bg.png");
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 32px;
    box-sizing: border-box;
    z-index: 2;
}
.juanzhou .text{
    width: 250px;
    margin-top: 144px;
}
.juanzhou  .text2{
    width: 220px;
    margin-top: 231px;
}
.juanzhou .btn{
    width: 216px;
    margin-top: 40px;
    cursor: pointer;
    animation: changeSize .4s infinite;
}
.juanzhou .btn2{
    width: 216px;
    margin-top: 110px;
    cursor: pointer;
    animation: changeSize .4s infinite;
}
.share-text{
    text-align: center;
    margin-top: 10px;
    color: #FFE184;
    font-size: 14px;
}
.juanzhou .close{
    position: absolute;
    color: #FFDD7B;
    cursor: pointer;
    font-size: 33px;
    right: 212px;
    transform: rotate(45deg);
    border: 1px solid #FFDD7B;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    top: 25px;
}
.fudai-big{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    object-fit: contain;
    z-index: 3;
    cursor: pointer;
    display: none;
}
@keyframes changeSize {
    0%{
        transform: scale(1.1);
    }
    50%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.1);
    }
}
