   .wait ul{
            overflow: hidden;
            margin: 0 auto;
            width: 140px;
            padding: 0;
            margin-top: 400px;
        }
        .wait ul li{
            float: left;
            width: 20px;
            height: 20px;
            background:#ddd;
            border-radius: 20px;
            margin-right: 10px;
            list-style: none;
        }

        /*头线条*/
        .header{
            width: 100%;
            box-sizing: border-box;
        }
        .styles {
            width: 100%;
            height: 100%;
            background: #fff;
            margin: 0;
        }
        .header_main{
            background:#fff;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            margin-top: 0px;
        }
        /*字体更改*/
        .header_main p{
            font-size: 18px;
            padding: 20px 15px 0 15px;
            letter-spacing:1px;
            /* font-family: myFont; */
            /*font-weight: 800;*/
            color: #000;
        }
        /*按钮*/
        #btn button{
            width:60%;
            margin-left: 20%;
            color: #fff;
            letter-spacing:5px;
            border: 0;
            background: #09ba07;
            border-radius: 5px;
            height: 40px;
            margin-top: 60px;
            margin-bottom: 40px;
            outline: none;
        }
        .banner img{
            height: 100%;
            margin-top: 1px !important;
        }
        .header_main p:nth-child(2){
            /*text-indent:2em;*/
        }

        body{
            position: relative;
            padding: 0px;
            margin:0px auto;
            background: white;
            /*
                        background: #f1f1f1 !important;
            */
        }

        .confirm_donated button{
            background: #fc595a;
            border-radius: 6px;
            color: #fff;
            width: 80%;
            height: 40px;
            margin-left:10%;
            border:0;
            outline:none;
            position: fixed;
            bottom: 1px;
        }

        /*头线条*/
        /* .header{
            width: 100%;
            border-bottom: 2px solid #ddd;
            background: white;
        } */
        /*弹出框线条及字体大小*/
        .maskmain ul li{
            border-bottom:0;
        }

        .maskmain ul li input{
            height: 38px;
            font-size: .9em;
            border-bottom: 1px solid #ccc;
        }

        ::-webkit-input-placeholder { /* WebKit browsers */
            color: #000;
        }
        :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #000;
        }
        ::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #000;
        }
        :-ms-input-placeholder { /* Internet Explorer 10+ */
            color: #000;
        }
        #content{
            padding:  0 15px;
        }
        #content>.header>.header-main{
            text-indent:2em
        }
        #content>.header{
            width: 100%;
            font-size:1em;
            min-height: 9.525em;
            margin-bottom: 15px;
        }

        #content>.header>.header-main{
            letter-spacing: 2px;
            font-family: myFont;
            font-weight: 800;
            color: #000;
        }
        .exchange_list{
            width: 100%;
            /* padding: 0 5%; */
            overflow: auto;
            /* background: #fff; */
            min-height:100%;
            margin-top: 12px;
        }

        .exchange_list ul{
            overflow: auto;
        }
        .donate input{
            margin-top: 40px;
        }

        .donate .again_confirm{
            margin-top: 100px !important;
        }
        .p5 {
            padding: 12px 15px;
        }
        .b5 {
            border-left: 5px solid #f8f8f8;
            border-right: 5px solid #f8f8f8;
            background: #fff;
            padding: 5px;
        }
        #div1{display:black;height:30px;line-height:30px;white-space:nowrap;overflow:hidden;background-color:rgba(255,255,255,0.5);padding:5px 15px;font-size: 12px;color: red}

        .whether span{
            padding-right: 0px;
        }
		 *{margin: 0;padding: 0;}

        .whether{
            display: none;
            position: fixed;
            width: 305px;
            height: 372px;
            top: 50%;
            left: 50%;
            margin-top: -186px;
            margin-left: -152px;
            background: #fff;
            border: 1px solid #999;
            border-radius: 20px;
        }
        .whether_img{
            margin: 0 15px;
            height: 150px;
            border-bottom: 2px solid #999;
        }
        .picture{
            margin: 0 auto;
            margin-top: 20px;
            display: block;
            width: 116px;
            height: 116px;
            border-radius: 50%;
        }
        .whether_text{
            text-align: center;
            font-size: 13px;
            color: #333;
            padding-top: 40px;
            line-height: 1.8;
        }
        .whether_text span{
            font-size: 19px;
            color: #3399ff;
        }

        .whether_text li{
            padding:0 2%;
            text-align: left;
        }

        .whether_btn{
            display: flex;
            justify-content: space-between;
            position: absolute;
            bottom: 0;
            /* flex: 1; */
            width: 100%;
        }
        .whether_btn button{
            width: 50%;
            height:55px;
            outline:none;
            border: 0px;
            color: #fff;
        }
        .btn_success{
            background: #3399ff;
            border-radius: 0 0 0 20px;
        }

        .btn_cancel{
            background: #99CCFF;
            border-radius: 0 0 20px 0;
        }
        .number_click{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .numbtn{
            width: 20px;
            height: 20px;
            color: black;
            font-size: 16px;
            padding: 0;
            line-height: 20px;
            text-align: center;
        }
        .text_box{
            border: 0px;
            width: 23px;
            height: 20px;
            text-align: center;
        }
        /* 弹出kuang */
        #pop_goods{
            position:absolute;
            display: none;
            box-shadow: 0 -2px 20px -1px grey;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            width: 100%;
            height: 100%;
            top: 30px;
            left: 0;
            border: rgb(248, 247, 247);
            background: #fff;
            z-index: 999;
            overflow-y: scroll;
            overflow-x: hidden;
            -webkit-overflow-scrolling : touch;
            padding-bottom: 100px;
        }
        .close_img{
            display: block;
            position: absolute;
            top: 20px;
            right: 30px;
            width: 20px;
            height: 20px;
            display: block;
            z-index: 9999999;
        }
        .close_img img{
            width: 100%;
            height:100%;
            z-index: 9999999;
        }
        .pop_top{
            /* box-shadow: 0 -2px 50px -1px grey; */
            width: 100%;
            border: 1px solid #ccc;
            border-top-left-radius:20px;
            border-top-right-radius: 20px;
            padding: 30px;
            background: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: fixed;
            z-index: 9;
        }
        .pop_top_imgs{
            width: 90px;
            height: 90px;
        }
        .text_box{
            display: none;
        }
        .mask{
            background-color: rgba(0,0,0,0.3);
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            display: none;
            overflow: hidden;
            width: 100%;
            height: 100%;
        }
        .baozhang{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .listbanner{
            margin-top: 120px;
        }
        @-webkit-keyframes slideInUp {
            0% {
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
                visibility: visible;
            }

            100% {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
        }

        @keyframes slideInUp {
            0% {
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
                visibility: visible;
            }

            100% {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
        }

        .slideInUp {
            -webkit-animation-name: slideInUp;
            animation-name: slideInUp;
        }
        body{
            background: #f2f2f2;
        }
        /* tabbar底部导航 */
        .tabbar{
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            height: 60px;
            position: fixed;
            bottom: 0;
            z-index: 999;
            background: #fff;
        }
        .tabar_item{
            width: 25%;
            text-align: center;
            height: 50px;
            font-weight: 600;
            padding-top: 5px;
        }
        .tabar_item p{
            margin-top: 5px;
            color: #999;
            font-size: 10px;
        }
        .tabbar_icon{
            display: inline-block;
            width: 27px;
            height: 27px;
        }
        .tabbar_icon img{
            width: 100%;
            height: 100%;
        }
        /* 商品列表 */
        .goods_list{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        .good_list_item{
            width: 49%;
            border-radius: 4px;
            margin-bottom: 8px;

        }
        .goods_img{
            width: 100%;
        }
        .goods_img img{
            width: 100%;
            height: auto;

        }
        .shop_intro{
            background: #fff;
            width: 100%;
            padding: 0 8px;
            height: auto;
        }
        .item_info{
            width: 100%;
            padding: 0 8px;
        }
        .goodsName{
            display: block;
            padding-top: 8px;
            color: #000;
            font-size: 14px;
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
            /* white-space: nowrap; */
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            word-break: break-all;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            min-height: 48px;
        }
        .people_N{
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            height: 22px;
            padding-bottom:6px;
        }
        .people_p{
            background: url(../addons/around_package/statics/images/detail/p.png) no-repeat left 50%; background-size: 13px 14px;line-height:30px;font-size: 12px;
            text-indent:22px;
        }
        .people_N p{
            width: 80%;
            color: #999;
            font-size: 12px;
        }
        .add_img{
            display: inline-block;
            width: 24px;
            height: 24px;
            /* border: 1px solid #ccc; */
        }
        .home_page p {
            color: #000 !important;
        }
        .top_tittle{
            height: 60px;
            line-height: 58px;
            font-size: 16px;
            color: #fff;
            text-indent: 95px;
            background: url(top_back.png) no-repeat; background-size:100% 100%;
        }
        .exchange_num{
            font-size: 18px;
        }
        .s_video{
           width: 100%;
           height: 100%;
       }
       .swiper-container{
            margin-top: 10px;
            width: 100%;
            height: 194px;
            background: #f8f8f8;
            border: 0;
            /* background: rgb(24, 17, 17); */
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;        
        }
        .shipin video{
            width: 100%;
            height:100%;
            object-fit: cover;
        }
        .recommended{
            width: 100%;
            padding: 25px 0;
            box-sizing: border-box;
        }
        .more_btn{
            text-align: center;
            margin-top: 20px;
            margin-bottom: 25px;
        }
        .toviewmore ,.toviewmores{
            width: 130px;
            height: 40px;
            position: relative;
            background: #999;
            outline: none;
            border:0px;
            border-radius: 20px;
            text-align: center;
            line-height: 40px;
            color:#fff;
            font-size: 12px;
            letter-spacing: 2px;
        }
        .toviewmores{
            margin-top: 20px;
        }
        .toviewmore::before, .toviewmores::before{
            content: "";
            width: 8px;
            height: 8px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            position: absolute;
            top: 17px;
            left: 96px;
            transform: rotate(-45deg);
        }

        .region{
            position: relative;
            font-size: 16px;
            color: #333;
            background: url(../addons/around_package/statics/images/detail/location.png) no-repeat; background-size: 15px 18px;
            text-indent: 22px;
            margin-bottom: 12px;
            width: auto;
            display: inline-block;
        }
        .region::before{
            content: "";
            width: 10px;
            height: 10px;
            border-right: 1px solid #333;
            border-bottom: 1px solid #333;
            position: absolute;
            top: 5px;
            right: -12px;
            transform: rotate(-45deg);
        }
        .allgoods{
            font-size: 15px;
            color: #333;
            font-weight: 600;
            background: url(gift_small2.png) no-repeat; background-size:20px 20px;
            text-indent: 24px;
            height: 20px;
            line-height: 22px;
        }
        .region_goodslist{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
            min-height: 220px;
            overflow: hidden;
        }
        .s_imgs{
            width: 100%;
            height: 100%;
        }
        .exchange_more_goods{
            position: relative;
            width: 124px;
            height: 34px;
            /* background: #ea2000; */
            color: #999;
            display: block;
            margin: 0 auto;
            line-height: 32px;
            border-radius: 26px;
            border: 1px solid #999;
            text-indent: -12px;
        }
        .exchange_more_goods::after{
            content: "";
            width: 8px;
            height: 8px;
            border-right: 1px solid #999;
            border-bottom: 1px solid #999;
            position: absolute;
            top: 12px;
            right: 22px;
            transform: rotate(-45deg);
        }