

/*banner*/
.WeChat {
	height: 700px;
	background: url("../../img/program/programBg.png") no-repeat center;
}
.banner{
    width:100%;
    /* margin-top: 70px; */
    position:relative;
}
.banner>img{
    height:700px;
    width:100%;
}
.self-container{
    width:100%;
    display: flex;
    justify-content: center;
}
.banner .self-container{
    position:absolute;
    top:0;
    height:100%;
    left:50%;
    transform: translateX(-50%);
}
.banner-content{
    height:100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
	margin-left: -505px;
}
.banner-content img{
    position:relative;
    right:-1000px;
	
}
.bannerRight{
    animation: bannerRight 1s;
    -moz-animation: bannerRight 1s;	/* Firefox */
    -webkit-animation: bannerRight 1s;	/* Safari 和 Chrome */
    -o-animation: bannerRight 1s;	/* Opera */
    animation-fill-mode : forwards;
}
/*体验*/
.experience p{
    font-size:40px;
    color:white;
    letter-spacing: 5px;
}
.index-right1{
    margin-bottom:15px;
    position:relative;
    left:-1000px;
    animation: bannerLeft 1s;
    -moz-animation: bannerLeft 1s;	/* Firefox */
    -webkit-animation: bannerLeft 1s;	/* Safari 和 Chrome */
    -o-animation: bannerLeft 1s;	/* Opera */
    animation-fill-mode : forwards;
}
.exp-submit{
    width:100%;
    margin-top:25px;
    border-radius:30px;
    display: flex;
    align-items: center;
}
.exp-submit a:nth-child(3),.exp-submit a:nth-child(4){
    margin-left:30px;
}
.exper,.phone-exper,.exp-submit .consult{
    padding: 5px 30px;
    margin:5px 0;
    position: relative;
    right: -2px;
    font-size:20px;
    color:white;
       background-color: transparent;
    border:1px solid white;
    border-radius:40px;
    text-align: center;
    cursor:pointer;
    text-decoration: none;
}
.exper:hover,.exp-submit .consult:hover{
    background: white;
    color:#4D33F8;
    text-decoration: none;
}

.phone-exper:hover{
    background: white;
    border:1px solid white;
    color:#4D33F8;
    text-decoration: none;
}

/*用户*/
.phone{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
    margin:90px 0;
}
.phone-class{
    display: flex;
    align-items: center;
    width: 300px;
    height: 200px;
    line-height:30px;
}
.phone-class div{
    padding-left:10px;
    font-size:16px;
}

/*流量用户*/
.opportunity{
    text-align: center;
}
.opportunity h1{
    font-size:30px;
}
.opp-body{
    margin-top:50px;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.opp-body img{
    margin:20px 0;
}
.opp-right,.opp-left{
    height:280px;
    width:270px;
    position:relative;
}
.opp-right{
    margin-left:10px;
}
.opp-left{
    margin-right:10px;
}
.opp-top{
    width:270px;
    position:absolute;
    top:0;
}
.opp-bottom{
    position:absolute;
    bottom:0;
}
.opp-class h3{
    font-size:20px;
	color: #357dcf;
    /* color:#0073ff; */
}
.opp-class p{
    font-size:14px;
    color:#747474;
}

/*友联小程序系统*/
.system{
    margin-top:90px;
    position:relative;
    height: 1000px;
    background: url("../../img/WeChat/systembg.png") no-repeat center;
}
@media  (min-width: 768px)   {
	.system .container{
	    position:absolute;
	    top:0;
	    left:50%;
	    transform: translateX(-50%);
	    color:white;
	}
}

.system .container>h3{
    padding-top: 55px;
    font-size:30px;
    text-align: center;
    font-weight: 100;
}
.system>img{
    width:100%;
}
.sys-body{
    height:calc(100% - 70px);
    margin-top:70px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap:wrap;
}
.clothing li{
    /* margin-top:30px; */
    display: flex;
    align-items: center;
}
.introduce{
    padding-left: 15px;
	margin: 0px;
}
.introduce h3{
    font-size: 18px;
}
.introduce p{
    font-size: 12px;
    color:#666;
}

/*导购小程序*/
.program-ui{
	padding-left: 20px;
	width: 100%;
	margin-top: 20px;
}
.program-ui li {
	/* list-style-type: square; */
	width: 33.3%;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #d8dadf;
}
.program-ui li:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 2px;
    background-color: #ffffff;
    /* border-radius: 50%; */
	position: absolute;
	margin-top: 20px;
	margin-left: -8px;
}
.program-ui li:hover{
	color: #00e4ff;
}

/* 分销小程序 */
.clothing{
	height: 100%;
	/* margin-top: 40px; */
}
.clothing li{
	height: 125px;
}
/*营销系统*/
.marketing{
    margin-top:90px;
}
.mark-body{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mark-class{
    margin-top:80px;
    display: flex;
    align-items: center;
    width:350px;
}
.mark-class p{
    font-size:16px;
    padding-left:10px;
    color:#666;
}

/*核心应用场景*/
.core{
    margin-top:110px;
    position:relative;
    overflow: hidden;
}
.core .container{
    position:absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
.core-body{
    float:right;
    width:60%;
}
.core-body>h3{
    margin:90px 0;
    color:white;
}
.core-wrap{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    margin-left:-10px;
}
.core-class{
    width:80px;
    text-align: center;
    margin: 0 60px 40px 0;
    color:white;
    opacity: 0.8;
}
.core-class img{
    margin-bottom:10px;

}

/*两种选择*/
.choice{
    margin:90px 0;
}
.choice .container>h3{
    margin-bottom:70px;
}
.choice-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.choice-class{
    display: flex;
    align-items: center;
    height:580px;
    margin-bottom:30px;
}
.introduce{
    /* margin-left:10px; */
}
.introduce h3{
    font-size: 20px;
}
.introduce p{
    font-size: 13px;
}
.introduce ul li{
    font-size:14px;
    height:40px;
    line-height:40px;
    color:#999;
}
.introduce div,.introduce a{
    margin:40px 0;
    height:40px;
    line-height:38px;
    text-align: center;
    width:120px;
    border-radius: 30px;
    border:1px solid #1b7efd;
    color:#1b7efd;
    cursor:pointer;
    display: block;
}
.introduce div:hover,.introduce a:hover{
    color:white;
    background: #1b7efd;
}

@media (min-width: 768px) and (max-width: 992px) {
    /*banner*/
    .banner img {
        height: 350px;
    }
    .banner-content img {
        display: none;
    }
    .experience {
        text-align: center;
    }
    .experience p {
        font-size: 25px;
        margin-bottom:20px;
    }


    /*流量用户*/
    .opportunity{
        display: none;
    }

    /*小程序系统*/
    .system .container>h3{
        font-size:25px;
		
    }
    .introduce h3{
        font-size:18px;
    }
    .sys-body{
        margin-top:20px;
        justify-content: center;
    }
    .sys-body>img{
        margin-top:20px;
        width:300px;
    }

    /*核心场景*/
    .core-body{
        width:80%;
    }
    .core-wrap{
        justify-content: left;
    }
    .core-class{
        margin: 0 30px 30px 0;
    }
    .core-body>h3{
        text-align: left;
        font-size:25px;
    }

    /*两种选择*/
    .choice-body{
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
	.WeChat{
		height: 200px;
		    background: url(../../img/program/programBg.png) no-repeat;
			background-size:  auto 100%;
	}
	.banner-content{
		margin-left: -70px;
	}
	.exper, .phone-exper, .exp-submit .consult{
		padding: 5px 10px;
		font-size: 12px;
	}
    /*banner*/
    .banner img {
        height: 300px;
    }
    .banner-content img {
        display: none;
    }
    .experience {
        padding:0 15px;
        text-align: center;
    }
    .experience p {
        font-size: 12px;
        margin-bottom:20px;
    }
    .exp-submit{
        justify-content: center;
    }
    .exper, .phone-exper, .exp-submit .consult {
      
        text-decoration: none;
        border-radius: 40px;
    }

    /*流量用户*/
    .phone{
        justify-content: center;
		    margin: 60px 0;
    }
    .phone-class{
        margin:0 40px;
		height: 180px;
    }
    .opportunity{
        display: none;
    }

    /*小程序系统*/
    .system .container>h3{
        padding-top:80px;
        font-size:25px;
    }
    .system .container{
       
        background: #2f2f2f;
		padding-bottom: 30px;
    }
    .system>img{
        display: none;
    }
    .introduce h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .introduce p{
        font-size:12px;
    }
    .sys-body-YD{
     
    }
	.programimg{
		width: 100%;
		    position: inherit;
		     margin-left: 0px;
		     margin-top: 20px; 
	}
	.systembg-view-data{
		width: 100% !important;
	}
    .clothing{
        margin-top: 0px !important;
		padding-bottom: 30px;
    }
    .clothing li{
        margin-top:10px;
		height: 110px;
    }
    .sys-body>img{
        width: 100%;
        
        text-align: center;
    }
    /*营销系统*/
    .mark-body{
        justify-content: center;
    }
    .mark-class{
        margin: 30px 20px 0 20px;
    }
    .f30{
        font-size:25px;
    }
    .mark-class p {
        font-size:14px;
    }
    /*核心场景*/
    .core .container{
        width:90%;
    }
    .core-body{
        width:100%;
    }
    .core-class{
        margin: 0 5px 10px 0;
    }
    .core-body>h3{
        font-weight: 100;
        text-align: center;
        font-size:25px;
        margin:30px 0;
    }
    .core>img{
        height:400px;
    }

    .introduce div,.introduce a{
        margin: 40px 0;
        height: 30px;
        line-height: 28px;
        font-size: 16px;
        width: 120px;
    }
    /*两种选择*/
    .choice-body{
        justify-content: center;
    }
    .choice-class img{
        width: calc(100% - 150px);
    }
    .introduce ul li{
        height:30px;
        line-height:30px;
    }
	.system{
		height: inherit;
	}
	.marketimg{
		width: 100% !important;
		    text-align: center;
	}
	.market-Btn{
		margin-bottom: 20px;
	}
	.DHmarketing{
		height: 1232px !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
    .sys-body>img{
        width:400px;
    }
}
