        html {
            margin: auto;
            background: #F5F5F5;
            color: #999999;
            -webkit-overflow-scrolling: touch;
            -webkit-tap-highlight-color: none;
        }

        body,
        html,
        div,
        img,
        p {
            padding: 0;
            margin: 0;
        }

        a {
            text-decoration:none;
        }

		a:hover, a:visited, a:link, a:active {
    		text-decoration: none;
    		color: #000;
		}
		
        img {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        ul {
            padding: 0px;
        }

        input {
            border: 0;
            outline: 0;
            box-shadow: 0;
        }
        
        * {
    		padding: 0;
    		margin: 0;
    		list-style: none;
    		font-weight: normal;
		}

        h1{
            font-size: 0.175rem;
        }


        /* 弹性 */
        .flex {
            display: flex;
            display: -webkit-flex;
        }

        .col {
            flex-direction: column;
            -webkit-flex-direction: column;
        }

        .fl-w {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
        }

        .fl-align {
            align-items: center;
            -webkit-align-items: center;
        }

        .fl-jc {
            justify-content: center;
            -webkit-justify-content: center;
        }

        .fl-jsb {
            justify-content: space-between;
            -webkit-justify-content: space-between;
        }

        .fl-jsa {
            justify-content: space-around;
            -webkit-justify-content: space-around;
        }

        .fl-jse {
            justify-content: space-evenly;
            -webkit-justify-content: space-evenly;
        }


        /* 文字大小 */
        .fz-10 {
            font-size: 0.1rem;
        }

        .fz-11 {
            font-size: 0.11rem;
        }

        .fz-12 {
            font-size: 0.12rem;
        }

        .fz-14 {
            font-size: 0.14rem;
        }

        .fz-15 {
            font-size: 0.15rem;
        }

        .fz-17 {
            font-size: 0.17rem;
        }

        .fz-20 {
            font-size: 0.2rem;
        }

        /* 文字颜色 */
        .c-33 {
            color: #333;
        }

        .c-ff {
            color: #fff;
        }

        .c-02 {
            color: #FF0F02;
        }

        .c-9D {
            color: #FF029D;
        }

        .mb-t{
            margin-top: 0.7rem;
        }

        .mb-8{
            margin-top: 0.8rem;
        }

        .mb-9{
            margin-top: 0.9rem;
        }

        /* 文字粗细 */

        /* 背景颜色 */
        .b-ff {
            background: #fff;
        }

        .clearfix:after {
            clear: both;
            display: block;
            height: 0;
            overflow: hidden;
            visibility: hidden;
            width: 0;
        }


        /* 俩行 */
        .clamp2 {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            display: -webkit-box;
        }

        .bg-w{
            background: #fffff;
        }

        .bg-b{
            background-image: linear-gradient(45deg, #5774ce,#6545a8);
        }

        .pd{
            padding: 0.05rem 0.125rem;
        }

        /* 公共 */
        #app {
            position:relative;
            margin: 0 auto;
            width: 100%;
            max-width: 640px;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .top{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            max-width: 640px;
            width: 100%;
            min-height:  0.4rem;
            margin: 0 auto;
            overflow: hidden;
            z-index: 99999;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background: #6545a8;
        }

        .site-name{
            font-size: 0.2rem;
            color: #fff;
            margin-top: 0.1rem;
        }

        .search-bar{
            width: 80%;
            height: 0.4rem;
            margin-top: 0.1rem;
            margin-bottom: 0.1rem;
        }
        
        .search_form{
            width: 100%;
            height: 0.4rem;
        }
 
        .input_text{
            width: 79%;
            height: 0.4rem;
            border: 1px solid green;
            padding: 0;
            text-indent: 0.1rem;
            outline: none;
            float: left;
            font-size: 0.14rem;
        }
 
        .input_sub{
            width: 20%;
            height: 0.4rem;
            background: green;
            border: 0;
            float: left;
            color: white;
            cursor: pointer;
            font-size: 0.14rem;
        }


        /*底部线条*/
        .nav-active {
            position: relative;
            color: #FF0F02;
            font-weight: bold;
        }

        .nav-active::after {
            content: "";
            position: absolute;
            left: calc((100% - 25px) / 2);
            bottom: 0.04rem;
            width: 0.25rem;
            height: 0.02rem;
            border-radius: 1000px;
            background: #FF0F02;
        }

        /* alerts */
        .alerts {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0rem;
            z-index: 200;
        }

        .alert-box {
            margin: auto
        }

        .alert-info {
            font-size: 0.14rem;
            font-weight: bold;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 8px 18px;
            border-radius: 4px;
        }
        .top-img {
            width: 100%;
        }

        .item-info{
            width: 96%;
            font-size: 0.05rem;
            color: #fff;
            margin: 0 auto;
        }

        .list {
            padding: 0;
            margin: 0;
        }
        .list-content {
            width: 100%;
        }

        .list-content {
            margin-top: 0.1rem;
            margin-bottom: 0.1rem;
        }

        .list-content>div:last-child {
            margin-bottom: 0.1rem;
        }

        .list-item {
            width: 3.51rem;
            height: 1.24rem;
            border-radius: 0.05rem;
            margin-bottom: 0.08rem;
            position: relative;
        }

        .list-item .left {
            width: 1.1rem;
            height: 1.1rem;
            border-radius: 0.05rem;
            margin: 0.07rem;
        }

        .list-item .left>img {
            width: 100%;
            height: 100%;
            border-radius: 0.05rem;
        }

        .list-item .right {
            width: 2.2rem;
            height: 1.1rem;
        }

        .title-line {
            position: relative;
            margin-bottom: 0.1rem;
        }

        .d_icon {
            display: block;
            width: 0.13rem;
            height: 0.13rem;
            background: url(/static/sicon.png) no-repeat center;
            background-size: 100%;
            position: absolute;
            top: 0.02rem;
        }

        .c_icon {
            display: block;
            width: 0.13rem;
            height: 0.13rem;
            background: url(/static/c.png) no-repeat center;
            background-size: 100%;
            position: absolute;
            top: 0.02rem;
        }

        .pdd_icon {
            display: block;
            width: 0.13rem;
            height: 0.13rem;
            background: url(/static/pin.png) no-repeat center;
            background-size: 100%;
            position: absolute;
            top: 0.02rem;
        }

        .title-line>span {
            text-indent: 0.15rem;
        }

        .lable-line {
            width: 100%;
            margin-bottom: 0.2rem;
        }


        .quan {
            border: 0.01rem solid #FF0F02;
            border-radius: 0.02rem;
            margin-right: 0.04rem;
        }

        .quan>span:first-child {
            padding: 0.04rem 0.04rem 0.04rem 0.05rem;
            border-right: 0.01rem dashed #FF0F02;
        }

        .quan>span:last-child {
            padding: 0.04rem 0.05rem 0.04rem 0.04rem;
        }

        .hint {
            padding: 0.06rem 0.06rem 0.06rem 0.05rem;
            border: 0.01rem solid #FF029D;
            border-radius: 0.02rem;
            max-width: 1.5rem;
            word-wrap: normal;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            line-height: 1;
        }

        .buy-btn {
            width: 0.95rem;
            height: 0.27rem;
            line-height: 0.27rem;
            text-align: center;
            background: linear-gradient(90deg, #FF0202, #FF5502);
            border-radius: 0.13rem 0rem 0rem 0.13rem;
            position: absolute;
            right: 0;
            bottom: 0.07rem;
        }

        .foot{
            width: 100%;
            height: 0.5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 0.12rem;
            color: #fff;
        }

        .share-Btn {
            width: 2.31rem;
            height: 0.53rem;
            background: url(/static/icon-share.png) no-repeat center;
            background-size: 100%;
            position: fixed;
            bottom: 0.1rem;
        }

        .cover {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            position: fixed;
            top: 0rem;
            z-index: 2000;
        }

        .haibao {
            width: 2.72rem;
            height: 3.65rem;
            border-radius: 0.1rem;
            margin-bottom: 0.23rem;
        }

        .haibao>img {
            width: 100%;
            height: 100%;
        }

        .share-btn {
            width: 2.31rem;
            height: 0.42rem;
            line-height: 0.42rem;
            text-align: center;
            background: linear-gradient(0deg, #FF7500, #FF9943);
            border-radius: 0.21rem;
            margin-bottom: 0.2rem;
        }

        .close-icon {
            width: 0.36rem;
            height: 0.36rem;
            background: url(/static/icon-close.png) no-repeat;
            background-size: cover;
        }

        .page{
        	color: #fff;
        	font-size: 0.2rem;
        }
        
        .page a{
        	color: #fff;
        	margin-right: 0.1rem;
        	display: none;
        }
        
        .page .current{
        	font-weight: bold;
        	margin-right: 0.1rem;
        }

        .activityClass-fixed {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: #fff;
            border-radius: 0;
            z-index: 199;
        }

        .activityClass-fixed .nav-list {
            width: 100%;
        }

        .activityClass-fixed .nav-list .class-nav-list>span {
            padding: 0.07rem 0.08rem;
        }

        .activityClass-fixed .line,
        .activityClass-fixed .icon-btn {
            display: none !important;
        }

        .activitys {
            margin-top: 0.55rem;
        }

        .back {
            position: fixed;
            width: 0.4rem;
            height: 0.4rem;
            top: 0.1rem;
            left: 0.1rem;
            overflow: hidden;
            z-index: 9999999;
        }
        
		.loadnext {
    		width: 4px;
    		height: 6px;
    		background: #fff;
    		float: left;
    		margin: 0 3px;
    		animation: loadnext linear 1s infinite;
    		-webkit-animation: loadnext linear 1s infinite;
		}
		.loadnext:nth-child(1){
    		animation-delay:0s;
		}
		.loadnext:nth-child(2){
    		animation-delay:0.15s;
		}
		.loadnext:nth-child(3){
    		animation-delay:0.3s;
		}
		.loadnext:nth-child(4){
    		animation-delay:0.45s;
		}
		.loadnext:nth-child(5){
    		animation-delay:0.6s;
		}
		@keyframes loadnext 
		{
    		0%,60%,100% {transform: scale(1);}
    		30% {transform: scaleY(3);}
		}
		@-webkit-keyframes loadnext 
		{
    		0%,60%,100% {transform: scale(1);}
    		30% {transform: scaleY(3);}
		}