
@font-face {
    font-family: "HarmonyOS_Sans_SC_Regular";
    /*src: url("../font/HarmonyOS_Sans_SC_Regular.ttf")*/
      format("truetype");
    font-display: swap;
  }
/* CSS Document */
*{
	margin:0;
	padding:0;
}
img {
	border:none;
}
ul,li {place-items: center;
	list-style-type:none;
} 
dd {
	margin:0;
	padding:0;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#634BFF;
}
a:focus {
	outline:none;
}
html,body{
	font-size:14px;
	font-family:'HarmonyOS_Sans_SC_Regular', '微软雅黑';
	font-weight: 400;
	background:#fff;
	color:#333;
}
table.noborder td {
	border:none;
	padding:0 3px;
}
input,textarea,select,button {
	outline:none;
	font-family:'Microsoft yahei', '微软雅黑';
}
input[type=button],input[type=submit] {
	cursor:pointer;
}

.btn-style{
    width: 108px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #634BFF;
    display: block;
    color: #634BFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}
.btn-style:hover{
	background: #634BFF;
	color: #fff;
}

.index-main{
	max-width:4000px;
}

/*公共样式*/
.shopyy-btn{
	display:inline-block;
	height: 42px;
	line-height:42px;
	background: #634BFF;
	border-radius: 4px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
	transition:all 0.3s;
}
.shopyy-btn:hover{
	background:#8472ff;
	color:#fff;
}
.shopyy-main-title{
	font-size:45px;
	color:#333;
	font-weight:bold;
}
.shopyy-title{
	font-size:38px;
	color:#333;
	font-weight:bold;
}
.shopyy-detail{
	font-size:18px;
	color:#666;
}
.shopyy-wrapper{
	max-width:1380px;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
.shopyy-bg{
	background: #F3F3F5;
}






/*header*/
#header{
	height:84px;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	position:relative;
	z-index:99999;
}


#header .header-wrapper{
	width: 100%;
	padding:0 0 0 120px;
	height:84px;
	position: relative;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content: space-between;
}
#header .header-left{
	display:flex;
	align-items:center;
}
#header .logo{
	height:84px;
	position:relative;
}
#header .logo a{
	display:flex;
	align-items:center;
	justify-content:center;
	height:84px;
}
#header .logo svg{
	height:50px;
	fill: #fff;
}
#header .logo svg.color-icon{
	display:none;
}
#header .nav{
	margin-left:20px;
}
#header .nav > ul{
	display:flex;
	align-items:center;
}
#header .nav > ul .hover_nav{
	height:2px;
	background:rgba(255,255,255,1);
	position:absolute;
	left:0;
	bottom:0;
	transition:all 0.5s ease;
}
#header .nav > ul > li{
	
}
#header .nav > ul > li.icon{
	display: none;
}
#header .nav > ul > li > a{
	display:flex;
	align-items:center;
	height:84px;
	padding:0 20px;
	color:#fff;
	opacity:0.8;
	font-size:16px;
	white-space:nowrap;
	transition:all 0.3s ease;
}
#header .nav > ul > li > a svg{
	margin-left: 5px;
}
#header .nav > ul > li > a svg.icon2{
	display: none;
}




#header .header-right{
	display: flex;
    align-items: center;
	height:84px;
}
#header .header-right a.nav-login{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    height: 84px;
    padding: 0 36px;
    display: flex;
    align-items: center;
    transition:all 0.3s ease;
	position:relative;
}
#header .header-right a.nav-login:hover{
	background: rgba(255,255,255,.1);
}
#header .header-right a.nav-login .pop-tip{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(0,0,0,.5);
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 20px;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
	opacity:0;
	visibility:hidden;
    z-index: 999;
}
#header .header-right a.nav-login .pop-tip:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.5);
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -4px;
}
#header .header-right a.nav-login:hover .pop-tip{
	opacity:1;
	visibility:visible;
}


#header .header-right a.nav-register{
    display: flex;
    align-items: center;
    height: 84px;
    background: #634BFF;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
	transition:all 0.3s ease;
}
#header .header-right a.nav-register:hover{
	background: #8472ff;
}
#header .header-left .mobile-login,
#header .header-left .mobile-menu-icon{
	display:none;
}

#header.index-header{
	position:fixed;
}
#header.posFixed{
	
}
#header.posFixed .header-wrapper{
	background:#fff;
	box-shadow: 0 0 #0000,0 0 #0000,0px 12px 20px rgba(64, 92, 121, 0.12);
	position:fixed;
}
#header.page-header{
	background:#1D2345;
	height:84px;
	border:none;
}
#header.page-header .header-right .nav-login-reg{
	display: flex;
    align-items: center;
}
#header.page-header .header-right .nav-login-reg > dl > dd a.nav-register{
	height:42px;
	border-radius:4px;
}

#header.header-hover{
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0 0 #0000,0 0 #0000,0px 12px 20px rgba(64, 92, 121, 0.12);
}
#header.posFixed .logo svg,
#header.header-hover .logo svg{
	fill: #222;
}
#header.posFixed .logo svg .color-icon,
#header.header-hover .logo svg .color-icon{
	fill: #634BFF;
}


#header.posFixed .nav > ul > li > a,
#header.header-hover .nav > ul > li > a{
	color: #222;
}
#header.posFixed .header-right a.nav-login,
#header.header-hover .header-right a.nav-login{
	color: #222;
}
#header.posFixed .header-right a.nav-login:hover,
#header.header-hover .header-right a.nav-login:hover{
	color: #634BFF;
}



#header .nav > ul > li.on > a, 
#header .nav > ul > li:hover > a{
	color: #634BFF;
}
#header .nav > ul > li.on > a svg.icon1, 
#header .nav > ul > li:hover > a svg.icon1{
	display: none;
}
#header .nav > ul > li.on > a svg.icon2, 
#header .nav > ul > li:hover > a svg.icon2{
	fill: #634BFF;
	display: block;
}

#header .nav > ul > li .nav-level-2{
    position: absolute;
    left: 0;
    top: 84px;
    width: 100%;
    background: #fff;
    padding: 0 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 12px 20px rgb(64 92 121 / 12%);
    box-sizing: border-box;
}
#header .nav > ul > li .nav-level-2 dl{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 48px;
    grid-row-gap: 26px;
    text-align: left;
}
#header .nav > ul > li .nav-level-2 dd a{
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
    display: block;
}
#header .nav > ul > li .nav-level-2 dd{
    padding: 19px 22px;
    background: #F5F5FA;
}
#header .nav > ul > li .nav-level-2 dd p{
	color: #999;
}

#header .nav > ul > li.on .nav-level-2,
#header .nav > ul > li.on .nav-level-2{
	height: auto;
	opacity: 1;
	visibility: visible;
}



#header .nav > ul > li .nav-level-2 .nav-wrapper{
	padding: 26px 0;
}
#header .nav > ul > li .nav-level-2 .nav-level-3 {
    display: flex;
}
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav {
    width: 250px;
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
}
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav:before {
    content: '';
    position: absolute;
    right: 0;
    top: -50px;
    height: calc(100% + 100px);
    width: 1px;
    background: #eee;
}
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 20px;
}
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav a .down-icon{
	margin-left: 5px;
}
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav a svg.icon2{
	display: none;
	fill: #634BFF;
}
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav a:hover,
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav a.on{
	color: #634BFF;
}
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav a:hover svg.icon2,
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav a.on svg.icon2{
	display: block;
}
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav a:hover svg.icon1,
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav a.on svg.icon1{
	display: none;
}

#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav-content {
    width: calc(100% - 200px);
    padding: 0 40px;
}
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav-content dl {
    grid-template-columns: repeat(3,1fr);
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.3s;
}
#header .nav > ul > li .nav-level-2 .nav-level-3 .level2-nav-content dl.on{
	height: auto;
	opacity: 1;
	visibility: visible;
}


















.index-content{}
.index-content .section-1{
	position:relative;
	overflow:hidden;
}
.index-content .section-1:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(270deg, rgba(29, 35, 69, 0) 0%, #1D2345 100%);
	z-index:1;
}
.index-content .section-1 .section-1-img{
	position:relative;
	height:100vh;
}
.index-content .section-1 .section-1-img img{
	max-width:100%;
	width:100%;
	display:block;
	height:100%;
	object-fit: cover;
}
.index-content .section-1 .section-1-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 84px 120px 250px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.index-content .section-1 .section-1-content h3{
	color: #FFFFFF;
	margin-bottom:25px;
	
}
.index-content .section-1 .section-1-content .shopyy-detail{
	color: #FFFFFF;
	max-width:540px;

}
.index-content .section-1 .section-1-content .btn-style{
	margin-top:50px;
	border-color:#fff;
	color:#fff;
}
.index-content .section-1 .section-1-content .btn-style:hover{
	border-color:#634BFF;
}
.index-content .section-1 .section-1-content .ban_form{
	width:540px;
	height:70px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px #1D2345;
	border-radius: 6px;
	padding:8px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
}
.index-content .section-1 .section-1-content .phone-txt{
	width: calc(100% - 150px);
    height: 54px;
    border: none;
    text-indent: 12px;
    font-size: 20px;
}
.index-content .section-1 .section-1-content .phone-btn{
	width: 150px;
    height: 54px;
    background: #634BFF;
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
	cursor:pointer;
	transition:all 0.3s ease;
}
.index-content .section-1 .section-1-content .phone-btn:hover{
	background:#8472ff;
}
.index-content .section-1 .section-1-list{
    position: absolute;
    left: 0;
    bottom: 0;
	width: 100%;
	
    z-index: 3;
}
.index-content .section-1 .section-1-list:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	transform:translate(0,100%);
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.13) 100%);
	transition:all 0.3s ease;
}

.index-content .section-1 .section-1-list ul{
    width: 100%;
    height: 150px;
}
.index-content .section-1 .section-1-list ul li{}

.index-content .section-1 .section-1-list ul li .li-wrapper{
    padding: 0 80px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	/*background:url(../image/section1-bg-1.png) no-repeat scroll left bottom;*/
	background-size:25%;
}
.index-content .section-1 .section-1-list ul li:nth-child(2) .li-wrapper{
	/*background:url(../image/section1-bg-2.png) no-repeat scroll left bottom;*/
	background-size:25%;
}
.index-content .section-1 .section-1-list ul li:nth-child(3) .li-wrapper{
	/*background:url(../image/section1-bg-3.png) no-repeat scroll left bottom;*/
	background-size:25%;
}
.index-content .section-1 .section-1-list ul li:nth-child(4) .li-wrapper{
	/*background:url(../image/section1-bg-4.png) no-repeat scroll left bottom;*/
	background-size:25%;
}

.index-content .section-1 .section-1-list ul li .list-svg{
	display:none;
}
.index-content .section-1 .section-1-list ul li .list-svg svg{}
.index-content .section-1 .section-1-list ul li .list-title{
	font-size:20px;
	color:#fff;
	margin-top:15px;
	font-weight:bold;
	line-height:1;
}
.index-content .section-1 .section-1-list ul li .list-detail{
	font-size:14px;
	color:#fff;
	opacity:.8;
	margin-top:15px;
	
}


.index-content .section-1 .section-1-list.on:before{
	transform:none;
}
.index-content .section-1 .section-1-list ul li .li-wrapper{
	transform:translate(0,100%);
	transition:all 2s ease;
	
}

.index-content .section-1 .section-1-list.on ul li .li-wrapper{
	transform:none;
}


















.index-content .section-2{
	position:relative;
	padding:80px 120px;
	/*background:url(../image/index-bg1.png) no-repeat scroll left top;*/
	background-size:contain;
	overflow:hidden;
}
.index-content .section-2 .section2-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-content .section-2 .section2-left{
    width: 350px;
}
.index-content .section-2 .section2-left .content-items{
	height:0;
	opacity:0;
	visibility:hidden;
}
.index-content .section-2 .section2-left .content-items.on{
	height:auto;
	opacity:1;
	visibility:visible;
}

.index-content .section-2 .section2-left .content-items .tag{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 15px;
	height:24px;
	line-height:24px;
	transition:all 0.5s;
}
.index-content .section-2 h3{
	position:relative;
	height:50px;
	line-height:50px;
	transition:all 0.5s;
}
.index-content .section-2 .shopyy-detail{
	margin-top:40px;
	height:72px;
	transition:all 0.5s;
}
.index-content .section-2 .section2-left .content-items a{
	display:block;
	margin-top: 40px;
    color: #634BFF;
    font-size: 24px;
    font-weight: bold;
	height:31px;
}
.index-content .section-2 .section2-left .content-items a span{
	display: flex;
    align-items: center;
}
.index-content .section-2 .section2-left .content-items a svg{
    transition:all 0.3s ease;
	margin-left:10px;
}
.index-content .section-2 .section2-left .content-items a:hover svg{
    margin-left:20px;
}
.index-content .section-2 .section2-left .content-bar{
    margin: 80px 0 0;
    border-top: 1px solid #ccc;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 8px;
    grid-column-gap: 8px;
	padding:8px 0 0;
}
.index-content .section-2 .section2-left .content-bar a{
	display:block;
	height:40px;
	line-height:40px;
	font-size:16px;
	transition:all 0.5s;
}
.index-content .section-2 .section2-left .content-bar a:hover,
.index-content .section-2 .section2-left .content-bar a.on{
	font-weight:bold;
	color:#000;
}
.index-content .section-2 .section2-left .content-items .tag span,
.index-content .section-2 .section2-left .content-items h3 span,
.index-content .section-2 .section2-left .content-items .shopyy-detail span,
.index-content .section-2 .section2-left .content-items a span{
	display:block;
	height:0;
	overflow:hidden;
	transform:rotate(-10deg);
	transform-origin:left center;
	transition:all 0.5s;
}


.index-content .section-2 .section2-left .content-items.on .tag span{
    height:24px;
	line-height:24px;
	transform:none;
}
.index-content .section-2 .section2-left .content-items.on h3 span{
	height:50px;
	line-height:50px;
	transform:none;
}
.index-content .section-2 .section2-left .content-items.on .shopyy-detail span{
	height:72px;
	transform:none;
}
.index-content .section-2 .section2-left .content-items.on a span{
	height:31px;
	line-height:31px;
	transform:none;
}









.index-content .section-2 .section2-right{
    width: calc(100% - 500px);
	display:flex;
	justify-content: center;
    align-items: center;
}
.index-content .section-2 .section2-image{
	position:relative; 
	height:650px;
	width:800px;
}
.index-content .section-2 .section2-image .section2-image-items{
	position:absolute;
	left:-800px;
	top:-500px;
	opacity:0;
	visibility:hidden;
	transform:scale(0.1);
	transition:all .5s ease-in;
	transition-timing-function: cubic-bezier(1,0.1,.68,.56);
	-moz-transition-timing-function: cubic-bezier(1,0.1,.68,.56);
	-webkit-transition-timing-function: cubic-bezier(1,0.1,.68,.56);
	-o-transition-timing-function: cubic-bezier(1,0.1,.68,.56);
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	
	
}
.index-content .section-2 .section2-image .section2-image-items img{
	max-width:100%;
}
.index-content .section-2 .section2-image .section2-image-items:nth-child(2){
	top:0;
}
.index-content .section-2 .section2-image .section2-image-items:nth-child(3){
	top:500px;
}
.index-content .section-2 .section2-image .section2-image-items:nth-child(4){
	top:0;
	left:auto;
	right:-800px;
}
.index-content .section-2 .section2-image .section2-image-items:nth-child(5){
	top:500px;
	left:auto;
	right:-800px;
}
.index-content .section-2 .section2-image .section2-image-items:nth-child(6){
	top:-500px;
	left:auto;
	right:-800px;
}
.index-content .section-2 .section2-image .section2-image-items.on{
	left:0;
	top:0;
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.index-content .section-2 .section2-image .section2-image-items:nth-child(4).on{
	left:auto;
	right:0;
}
.index-content .section-2 .section2-image .section2-image-items:nth-child(5).on{
	left:auto;
	right:0;
}
.index-content .section-2 .section2-image .section2-image-items:nth-child(6).on{
	left:auto;
	right:0;
}
















.index-content .section-2 .section-2-container{
	margin-top:60px;
}
.index-content .section-2 .section-2-container li{
	background: #FFFFFF;
}
.index-content .section-2 .section-2-container li.swiper-slide-active{
	box-shadow: 0px 0px 20px rgba(29, 35, 69, 0.1);
}
.index-content .section-2 .section-2-container li .section-2-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
	height:530px;
}
.index-content .section-2 .section-2-container li .section-2-img{
	width:50%;
}
.index-content .section-2 .section-2-container li .section-2-img img{
	max-width:100%;
}
.index-content .section-2 .section-2-container li .section-2-content{
	width:50%;
	padding-left:60px;
	box-sizing:border-box;
}
.index-content .section-2 .section-2-container li .section-2-content .shopyy-detail{}
.index-content .section-2 .section-2-container li .section-2-content a{
	margin-top: 30px;
    display: flex;
    align-items: center;
    color: #634BFF;
    font-size: 24px;
    font-weight: bold;
}
.index-content .section-2 .section-2-container li .section-2-content a svg{
    transition:all 0.3s ease;
	margin-left:10px;
}
.index-content .section-2 .section-2-container li .section-2-content a:hover svg{
    margin-left:20px;
}
.index-content .section-2 .section-2-bar-img{
	position: absolute;
    left: 50px;
    bottom: 90px;
}
.index-content .section-2 .section2-icon{
	position:absolute;
	right:0;
	top:0;
	display:flex;
	align-items:center;
}

.index-content .section-2 .section2-icon .section2-next,
.index-content .section-2 .section2-icon .section2-prev{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(29, 35, 69, .5);
    box-sizing: border-box;
}
.index-content .section-2 .section2-icon .section2-prev{
	margin-right:30px;
	transform:rotate(180deg);
}
.index-content .section-2 .section2-icon .swiper-button-disabled{
	opacity:0.5;
}









.index-content .section-3{
	padding:80px 120px;
	background: #1D2345;
}
.index-content .section-3 .shopyy-title{
	color:#fff;
	text-align:center;
}

.index-content .section-3 .shopyy-detail{
	color:#fff;
	opacity:0.8;
	text-align:center;
	margin-top:24px;
}
.index-content .section-3 .shopyy-detail a{
	color:#634BFF;
}
.index-content .section-3 .shopyy-detail a:hover{
	text-decoration:underline;
}
.index-content .section-3 .section-3-container{
	padding-top:80px;
}

.index-content .section-3 li .section-3-wrapper{
	display:block;
	transition:all 0.3s ease;
}
.index-content .section-3 li .section-3-wrapper:hover{
	transform: translate(0,-20px);
}
.index-content .section-3 li .con{
	transition:all 0.3s;
}
.index-content .section-3 li:hover .con{
	transform:translate(0,-15px);
}
.index-content .section-3 li .img{
	position:relative;
	border-radius:6px;
	overflow:hidden;
	max-height:500px;
}
.index-content .section-3 li .img img{
	max-width:100%;
}
.index-content .section-3 li .view-btn{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#1D213B;
	background: linear-gradient(180deg, rgba(29, 33, 59, 0) 0%, #1D213B 100%);
	opacity:0;
	visibility:hidden;
    transition: all 0.3s ease;
}
.index-content .section-3 li .img:hover .view-btn{
	opacity:1;
	visibility:visible;
}
.index-content .section-3 li .view-btn .btn{
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	width:100%;
	padding:20px 0;
}
.index-content .section-3 li .view-btn a{
	display:inline-block;
	min-width:35%;
	padding:10px 20px;
	border-radius:6px;
	border:1px solid #fff;
	color:#fff;
	margin:0 10px;
	font-size:16px;
	box-sizing:border-box;
	transition: all 0.3s ease;
}
.index-content .section-3 li .view-btn a.reserve{
	width:80%;
}
.index-content .section-3 li .view-btn a.reserve:hover{
	border:1px solid #634BFF;
	color:#fff;
	background:#634BFF;
}
.index-content .section-3 li .view-btn a.use{
	border:1px solid #634BFF;
	color:#fff;
	background:#634BFF;
	display:none
}
.index-content .section-3 li .name{
	text-align:center;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	padding:20px 0 10px;
}

 
.index-content .section-3 .section3-pagination{
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.index-content .section-3 .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    background: rgba(255,255,255,.5);
    border-radius: 0;
    opacity: 1;
    margin: 0 7px;
}
.index-content .section-3 .swiper-pagination-bullet-active{
    background: #fff;
}



.index-content .section-4{
	display:none;
	padding:80px 120px;
	background: #F3F3F5;
}
.index-content .section-4 .shopyy-title{
	text-align:center;
}

.index-content .section-4 .shopyy-detail{
	text-align:center;
	margin-top:24px;
}
.index-content .section-4 .swiper-application{
	padding-top:80px;
}
.index-content .section-4 li .con{
	transition:all 0.3s ease;
	border-radius:8px;
	overflow:hidden;
	background:#fff;
}
.index-content .section-4 li:hover .con{
	box-shadow: 0px 3px 20px rgba(29, 35, 69, 0.1);
	transform:translate(0,-10px);
}
.index-content .section-4 li .img{
	position:relative;
	height:480px;
	overflow:hidden;
	border-radius:8px;
}
.index-content .section-4 li img{
	display:block;
	max-width:100%;
	border-radius:8px 8px 0 0;
}
.index-content .section-4 li .name{
	display:flex;
	align-items:center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #1D213B;
}
.index-content .section-4 li .name .tag{
	width: 64px;
	height: 24px;
	line-height:24px;
	text-align:center;
	background: #FFEFF1;
	color: #634BFF;
	font-size:14px;
	border: 1px solid #634BFF;
	border-radius: 4px;
	margin-right:10px;
	font-weight:normal;
}
.index-content .section-4 li:hover .name .tag{
	display:block;
}
.index-content .section-4 li .name .content{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.index-content .section-4 li:hover .name .content{
	max-width:calc(100% - 74px);
}
.index-content .section-4 li .describe{
    font-size: 14px;
    color: #999;
	line-height:22px;
	height:44px;
    margin-top: 8px;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-content .section-4 li .text{
	padding:0 15px 15px;
	background:#fff;
	
}
.index-content .section-4 .application-pagination{
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.index-content .section-4 .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0 7px;
}
.index-content .section-4 .swiper-pagination-bullet-active {
    background: #1D2345;
}















.index-content .section-4 .section-4-more,
.index-content .section-8 .section-8-more{
	margin-top: 80px;
    display: flex;
    justify-content: center;
}
.index-content .section-4 .section-4-more a,
.index-content .section-8 .section-8-more a{
	
    display: flex;
    align-items: center;
    color: #634BFF;
    font-size: 24px;
    font-weight: bold;
	padding-right:10px;
	transition:all 0.3s ease;
}
.index-content .section-4 .section-4-more a svg,
.index-content .section-8 .section-8-more a svg{
	margin-left: 10px;
	transition:all 0.3s ease;
}
.index-content .section-4 .section-4-more a:hover,
.index-content .section-8 .section-8-more a:hover{
	padding-right:0;
}
.index-content .section-4 .section-4-more a:hover svg,
.index-content .section-8 .section-8-more a:hover svg{
	margin-left: 20px;
}




.index-content .section-8 .section-8-more{
	margin-top:40px;
}
.index-content .section-5 .section-5-wrapper{
	position:relative;
}
.index-content .section-5 .section-5-img img{
	display:block;
	max-width:100%;
	
}
.index-content .section-5 .section-5-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    box-sizing: border-box;
    z-index: 9;
	transition:all 0.3s ease;
}
.index-content .section-5 .section-5-title{
	color: #fff;
    font-weight: bold;
	transform:translate(0,100px);
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
}

.index-content .section-5 .section-5-detail{
	color:#fff;
	margin-top:24px;
	transform:translate(0,100px);
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
}
.index-content .section-5 .section-5-content:before{
	content:'';
	position:absolute;
	left:100px;
	top:100px;
	width: 48px;
	height: 4px;
	background: #FFFFFF;
	transform:translate(0,-100px);
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;

}
.index-content .section-5 .section-5-wrapper:hover .section-5-detail,
.index-content .section-5 .section-5-wrapper:hover .section-5-content:before,
.index-content .section-5 .section-5-wrapper:hover .section-5-title{
	opacity:1;
	visibility:visible;
	transform:none;
}
.index-content .section-5 .section-5-wrapper:hover .section-5-content{
	background: rgba(29, 35, 69, .5);
}

.index-content .section-5 .shopyy-swiper5-prev,
.index-content .section-5 .shopyy-swiper5-next{
    width: 60px;
    height: 60px;
    background: rgba(29,35,69,.6);
    border: 1px solid rgba(255,255,255,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	position: absolute;
    top: 50%;
    right: 24px;
    z-index: 9;
    margin-top: -30px;
}
.index-content .section-5 .shopyy-swiper5-prev{
    left: 24px;
    right: auto;
	transform: rotate(180deg);
}

.index-content .section-5 .shopyy-swiper5-prev.swiper-button-disabled, 
.index-content .section-5 .shopyy-swiper5-next.swiper-button-disabled {
    display: none;
}







.index-content .section-6{	
	padding:0 120px;
	/*background: url(../image/section-6-bg.png) no-repeat scroll center center #1D2345;*/
}
.index-content .section-6 ul{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 200px;
}
.index-content .section-6 ul li{
	
}
.index-content .section-6 ul li .section-6-items{
	display: flex;
    align-items: center;
	justify-content: center;
	color:#fff;
	font-size:18px;
}
.index-content .section-6 ul li .section-6-items span{
	font-size:48px;
	font-weight:bold;
}
.index-content .section-6 ul li .section-6-items #num{
	margin-left:15px;
}


.index-content .section-7{
	padding:80px 120px;
	background:url(../image/index-bg2.png) no-repeat scroll center 220px;
	background-size:contain;
}
.index-content .section-7 .shopyy-title{
	text-align:center;
}
.index-content .section-7 .shopyy-detail{
	text-align:center;
	margin-top:24px;
}
.index-content .section-7 .section-7-wrapper{
	margin-top:80px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-content .section-7 .section-7-left{
	width:calc(50% - 15px);
}
.index-content .section-7 .section-7-left ul{
	display:grid;
	row-gap:20px;
	column-gap:20px;
	grid-template-columns:repeat(2,1fr);
}
.index-content .section-7 .section-7-left ul li .section-7-content{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	height: 220px;
    background: rgba(255,255,255,.5);
    border: 1px solid rgba(204,204,204,.5);
    border-radius: 16px;
    transition:all 0.3s ease;
}
.index-content .section-7 .section-7-left ul li .section-7-content:hover{
	background:#fff;
	box-shadow: 0px 0px 20px rgba(29, 35, 69, 0.1);
	border-color:#fff;
}
.index-content .section-7 .section-7-left ul li .section-7-svg{
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F3F5;
    border-radius: 8px;
}
.index-content .section-7 .section-7-left ul li .section-7-text{
    max-width: 320px;
	width:100%;
    text-align: center;
    font-size: 18px;
    color: #1D2345;
    margin-top: 24px;
	padding:0 20px;
	box-sizing:border-box;
}

.index-content .section-7 .section-7-right{
	width:calc(50% - 15px);
	position:relative;
}

.index-content .section-7 .section-7-video{
    height: 464px;
	background: linear-gradient(180deg, #323964 0%, #1D2345 100%);
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;	
    padding:0 50px;
	text-align:center;
	border-radius:16px;
	position:relative;
	
}
.index-content .section-7 .section-7-video-bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(../image/section-7-bg.png) no-repeat scroll center center;
	background-size:100%;
	opacity:0.5;
}


.index-content .section-7 .section-7-video-wrapper{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	position:relative;
	z-index:9;
}
.index-content .section-7 .section-7-video-wrapper .section-7-svg{
	width:106px;
	height:106px;
	cursor:pointer;
}
.index-content .section-7 .section-7-video-wrapper p{
	color:#fff;
	font-size:28px;
	font-weight:bold;
	margin-top:24px;
}
.index-content .section-7 #video{
	display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-content .section-8{
	padding:0 120px 80px;
	margin-top:80px;
}
.index-content .section-8 .shopyy-title{
	text-align:center;
}
.index-content .section-8 .shopyy-detail{
	text-align:center;
	margin-top:24px;
}

.index-content .section-8 .shopyy-detail a{
	color: #634BFF;
}
.index-content .section-8 .shopyy-detail a:hover{
	text-decoration:underline;
}
.index-content .section-8 #news{
	margin-top:80px;
}





.index-content .section-9 .shopyy-detail{
	margin-top:30px;
}
.index-content .image-text{
	display: flex;
	justify-content: space-between;
	padding: 0 120px;
	margin-top:80px;
}
.index-content .image-text .image{
	width: calc(50% - 40px);
	box-sizing: border-box;
}
.index-content .image-text .image img{
	max-width: 100%;
}
.index-content .image-text .text{
	width: calc(50% - 40px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-content .image-text .text ul{
	margin: 50px 0;
	padding-left: 20px;
}
.index-content .image-text .text ul li{
	list-style-type: disc;
	line-height: 24px;
	font-size: 16px;
	padding:7px 0;
	color:#634bff;
}
.index-content .image-text .text ul li span{
	color: #666;
}
.index-content .image-text .text a{

}
.index-content .image-text .text a svg{
    transition: all 0.3s ease;
    margin-left: 10px;
}
.index-content .image-text .text a:hover svg {
    margin-left: 20px;
}
.index-content .section-10{
	background: #F3F3F5;
	padding:100px 0;
	margin-top:80px;
}
.index-content .section-10 .section10-swiper{
	position:relative;
	overflow:hidden;
}
.index-content .section-10 .section10-swiper .img{
	display:flex;
	justify-content: center;
	align-items: center;
	height:60px;
}
.index-content .section-10 .section10-swiper .img img{
	max-width:150px;
	max-height:60px;
}




.bottom-cus{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 330px;
	background:#fff;
	border-top:1px solid #f5f5f5;
}
.bottom-cus .shopyy-detail{
	margin-top:30px;
}
.bottom-cus .btn-style{
	margin-top:50px;
}
.bottom-cus .bom_form{
	width:540px;
	height:70px;
	background: #FFFFFF;	
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	padding:8px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	margin-top:30px;
}
.bottom-cus .bom_form .phone-txt{
	width: calc(100% - 150px);
    height: 54px;
    border: none;
    text-indent: 12px;
    font-size: 20px;
}
.bottom-cus .bom_form .phone-btn{
	width: 150px;
    height: 54px;
    background: #634BFF;
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
	cursor:pointer;
	transition:all 0.3s ease;
}
.bottom-cus .bom_form .phone-btn:hover{
	background:#8472ff;
}

.footer_ad{
	
    height: 360px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: url(../image/footer_ad_bg.png) no-repeat;
    background-color: #634BFF;
    background-position: right bottom;
	padding: 0 30px;
	display:none;
}
.footer_ad .footer_ad_left{
    width: 50%;
    display: flex;
    justify-content: center;
	align-items: center;
    color: #fff;
}
.footer_ad .footer_ad_left .footer_ad_wrapper{
	max-width:640px;
}
.footer_ad .footer_ad_left h3{
	font-size: 38px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}
.footer_ad .footer_ad_left a{
	display:block;
	width: 150px;
    height: 54px;
	line-height:52px;
    background: none;
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
	text-align:center;
	margin-top: 30px;
	box-sizing:border-box;
    transition: all 0.3s ease;
	border: 1px solid #fff;
}
.footer_ad .footer_ad_left a:hover{
	border: 1px solid #fff;
	color: #634BFF;
	background:#fff;
}
.footer_ad .footer_ad_right{
    width: 50%;
	display: flex;
    align-items: flex-end;
	justify-content: center;
}
.footer_ad .footer_ad_right img{
    max-height: 100%;
    max-width: 100%;
	display:block;
}



#footer{
	background: #1D2345;
}
#footer .footer-top{
	padding: 80px 200px;
}
#footer .link{
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
	padding: 20px 0;
}
#footer .link dl{
	display: block;
	width:12.5%;
	font-size: 14px;
	vertical-align: top;
}
#footer .link dt{
	font-weight:bold;
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
}
#footer .link dt span.help-icon{
	display:none;
}
#footer .link dd{
	line-height: 26px;
	min-height:130px;
}
#footer .link dd a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	transition:all 0.3s;
	opacity:0.5;
	white-space: nowrap;
}
#footer .link dd svg{
	max-height: 130px;
}
#footer .link dd a:hover{
	opacity:1;
	text-decoration: underline;
}
#footer .link dd span{
	display: block;
	color: #fff;
	font-size: 14px;
	opacity:0.5;
}
#footer .attention{
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}
#footer .attention h3{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}
#footer .attention p{
	text-align: left;
}
#footer .attention p img{}


#footer .footer-bom{
	border-top: 1px solid rgba(255,255,255,.2);
	padding: 15px 0;
	position: relative;
	color:rgba(247, 246, 255, .3);
	width:calc(100% - 60px);
	margin:0 auto;
}
#footer .footer-bom .left{
	font-size: 14px;
	line-height: 26px;
}
#footer .footer-bom .left a{
	color:rgba(247, 246, 255, .3);
}
#footer .footer-bom .right{
	position: absolute;
	right: 0;
	top: 15px;
}
#footer .footer-bom .right a{
	display: inline-block;
	font-size: 14px;
	margin-left: 40px;
	line-height: 24px;
	color:#fff;
	transition: all 0.3s;
    opacity: 0.5;
}
#footer .footer-bom .right a:hover{
	opacity:1;
	text-decoration:underline;
}
.index-section1 .shadow-box{
 margin:0 -30px;
 overflow:hidden;
 padding:20px 30px 0;
	}
.index-section1 .section-ul-1 li{box-shadow:0px 8px 20px 0 rgba(10,14,29,.08);}
.index-section1 .section-ul-1 li:hover{box-shadow:0 10px 20px 0 rgba(10,14,29,.04), 0 10px 40px 0 rgba(10,14,29,.16);}
#swiper-container-5,
#swiper-container-4,
#swiper-container-3,
#swiper-container-2{
	overflow: visible;
	padding-bottom: 50px;
}
#swiper-container-5 .swiper-pagination,
#swiper-container-4 .swiper-pagination,
#swiper-container-3 .swiper-pagination,
#swiper-container-2 .swiper-pagination{
	bottom: 0;
	display: none;
}
#swiper-container-5 .swiper-pagination-bullet,
#swiper-container-4 .swiper-pagination-bullet,
#swiper-container-3 .swiper-pagination-bullet,
#swiper-container-2 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #ecedf1;
}
#swiper-container-5 .swiper-pagination-bullet-active,
#swiper-container-4 .swiper-pagination-bullet-active,
#swiper-container-3 .swiper-pagination-bullet-active,
#swiper-container-2 .swiper-pagination-bullet-active{
	background: #634BFF;
}



/*产品优势*/
#product-page .shopyy-title{
	text-align:center;
}
#product-page .shopyy-detail{
	text-align:center;
	margin-top:30px;
}
#product-page .section-1{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0 170px 0 210px;
	height:680px;
	background:#1D2345;
}
#product-page .section-1 .section-1-content{
	width:50%;
	padding-right:50px;
	box-sizing:border-box;
}
#product-page .section-1 .section-1-content h3{
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#product-page .section-1 .section-1-content p{
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
	margin-top:30px;
	max-width:630px;
	width:100%;
}
#product-page .section-1 .section-1-content .banner-btn{
	display: flex;
    align-items: center;
	margin-top:60px;
}
#product-page .section-1 .section-1-content .banner-btn .price{
	display: flex;
    align-items: center;
	margin-left:50px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
#product-page .section-1 .section-1-content .banner-btn .price svg{
	margin-left:10px;
	transition:all 0.3s;
}
#product-page .section-1 .section-1-content .banner-btn .price:hover svg{
	margin-left:20px;
}

#product-page .section-1 .section-1-content .banner-btn .shopyy-btn{
	font-size:20px;
	height:54px;
	line-height:54px;
	padding:0 36px;
}
#product-page .section-1 .section-1-img{
	width:50%;
	position:relative;
}
#product-page .section-1 .section-1-img img{
	max-width:100%;
	opacity:0;
	transition:all 1s;
}
#product-page .section-1 .section-1-img img.section1-ani-1.on{
	opacity:1;
}
#product-page .section-1 .section-1-img img.section1-ani-2{
	transform:translate(50px,0);
}
#product-page .section-1 .section-1-img img.section1-ani-2.on{
    position: absolute;
    left: 9%;
    bottom: 5%;
	width: 29.5%;
	transform: none;
	opacity:1;
}

#product-page .section-2{}
#product-page .section-2 .section-2-1{
	position:relative;
}
#product-page .section-2 .section-2-img{
	position:relative;
}
#product-page .section-2 .section-2-img:before{
	content:'';
	background:rgba(29, 35, 69, .1);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9;
}
#product-page .section-2 .section-2-img img{
	max-width:100%;
	display:block;
}
#product-page .section-2 .section-2-content{
	position: absolute;
    right: 260px;
    top: 50%;
    margin-top: -125px;
	width: 560px;
	background: rgba(255,255,255,.9);
	border-radius: 8px;
	padding:60px;
	z-index:10;
	box-sizing:border-box;
}
#product-page .section-2 .section-2-1 .section-2-title{
	font-size:30px;
	color:#333;
	font-weight:bold;
}
#product-page .section-2 .section-2-1 .section-2-detail{
	margin-top:24px;
	font-size: 16px;
	color: #666666;
} 

#product-page .section-2 .section-2-2{
    height: 300px;
    background: #1D2345;
    padding: 0 260px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#product-page .section-2 .section-2-2 .section-2-title{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
#product-page .section-2 .section-2-2 .section-2-detail{
    font-size: 20px;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    opacity: 0.8;
    margin-top: 30px;
}

#product-page .section-3{
	padding-top:80px;
	padding-bottom:80px;
}
#product-page .section-3 .section-3-content-1{
	margin-top:80px;
}
#product-page .section-3 .section-3-content-1 h4{
	font-size: 24px;
	color: #333333;
}
#product-page .section-3 .ul-1{	
	display: flex;
	align-items:center;
	background: #F3F3F5;
	border-radius:8px;
	overflow:hidden;
	margin:40px 0;
}
#product-page .section-3 .ul-1 li{
	height:220px;
	width:25%;
	display: flex;
	align-items:center;
    justify-content: center;
    flex-direction: column;
}
#product-page .section-3 .ul-1 li .section-3-price{
	display: flex;
	align-items:center;
	font-size:14px;
	color:#333;
}
#product-page .section-3 .ul-1 li .section-3-price span{
	font-size:30px;
	font-weight:bold;
	margin-right:5px;
}
#product-page .section-3 .ul-1 li .section-3-edition{
	width:168px;
	height: 38px;
	background: #FFFFFF;
	border: 1px solid #333333;
	border-radius: 25px;
	text-align:center;
	line-height:38px;
	font-size:16px;
	font-weight:bold;
	margin:15px 0;
}
#product-page .section-3 .ul-1 li p{
	text-align: center;
    font-size: 14px;
    color: #333;
}
#product-page .section-3 .ul-1 li.on,
#product-page .section-3 .ul-1 li.on p,
#product-page .section-3 .ul-1 li.on .section-3-price{
	color:#634BFF;
}
#product-page .section-3 .ul-1 li.on .section-3-edition{
	background: #E1E6FF;	
	border: 1px solid #634BFF;
}


#product-page .section-3 .ul-1 li:last-child{
	background: #1D2345;
}
#product-page .section-3 .ul-1 .shop-cost{
    width: calc(100% - 100px);
}
#product-page .section-3 .ul-1 .shop-cost span{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
}
#product-page .section-3 .ul-1 .shop-cost .shop-cost-text{
    width: 100%;
    height: 54px;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    text-align: center;
    font-size: 16px;
}
#product-page .section-3 .section-3-detail{
	font-size: 16px;
	color: #666666;
	margin-top:15px;
}
#product-page .section-3 .notes{
	font-size: 14px;
	color: #1D2345;
	margin-top:30px;
	font-weight:bold;
}
#product-page .section-3 .section-3-tab{
	display:flex;
	margin-top: 15px;
    font-size: 16px;
    text-align: center;
	overflow:hidden;
	border-radius:8px 8px 0 0;	
	border: 1px solid #F1F1F1;
}
#product-page .section-3 .section-3-th{
    width: 175px;
    text-align: center;
}
#product-page .section-3 .section-3-container{
    width: calc(100% - 175px);
}
#product-page .section-3 .section-3-items{
	height:80px;
	line-height:80px;
	color:#666;
}
#product-page .section-3 .section-3-items:first-child{
	background:#1D2345;
	color:#fff;
	height:50px;
	font-weight:bold;
	line-height:50px;
}
#product-page .section-3 .section-3-items:last-child{	
	background: #F3F3F5;
	color:#1D2345;
}
#product-page .section-3 .section-3-items svg{
	height: 24px;
    width: 24px;
    fill: #1D2345;
}
#product-page .section-3 .section-3-experience{
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:80px;
}
#product-page .section-3 .section-3-experience-items{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(50% - 20px);
    border: 1px solid #EEEEEE;
    border-radius: 12px;
	position:relative;
}
#product-page .section-3 .section-3-experience-content{
    padding: 40px 40px 40px 0;
}
#product-page .section-3 .section-3-experience-content .name{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
#product-page .section-3 .section-3-experience-content .detail{
    color: #666;
    margin: 15px 0 ;
}
#product-page .section-3 .section-3-experience-content .content{
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
#product-page .section-3 .section-3-experience-tags{
	position: absolute;
    right: 0;
    top: 40px;
	width: 178px;
	height: 38px;
	line-height:38px;
	text-align:center;
	background: #E1E6FF;
	border-radius: 27px 0px 0px 27px;
	font-size: 16px;
	font-weight: bold;
	color: #634BFF;
}



#product-page .section-5-tab,
#product-page .section-4-tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:80px;
}

#product-page .section-4-tab .section-4-img{
    width: calc(100% - 340px);
}
#product-page .section-5-tab .section-5-list,
#product-page .section-4-tab .section-4-list{
	display:flex;
	align-items:center;
	height:0;
	overflow:hidden;
	transition:all 0.3s ease;
}
#product-page .section-5-tab .section-5-list.on,
#product-page .section-4-tab .section-4-list.on{
	height:560px;
}
#product-page .section-5-tab .section-5-list img,
#product-page .section-4-tab .section-4-list img{
	max-width:100%;
}
#product-page .section-4-tab .section-4-title{
	width:300px;
}
#product-page .section-5-tab .section-5-title a,
#product-page .section-4-tab .section-4-title a{
	display:block;
	height: 88px;
	line-height:88px;
	position:relative;
	text-align:center;
	font-size: 24px;
	color: #666666;
	overflow:hidden;
	transition: all 0.3s ease;
	border-right:6px solid #fff;
}
#product-page .section-5-tab .section-5-title a:hover,
#product-page .section-5-tab .section-5-title a.on,
#product-page .section-4-tab .section-4-title a:hover,
#product-page .section-4-tab .section-4-title a.on{
	font-weight: bold;
	color: #1D2345;
	border-right:6px solid #1D2345;
}
#product-page .section-5-tab .section-5-title a:before,
#product-page .section-4-tab .section-4-title a:before{
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:0;
	height:100%;
	background: linear-gradient(268deg, rgba(29, 35, 69, 0.2) 0%, rgba(29, 35, 69, 0) 100%);
	transition: all 0.5s ease;
	opacity:0;
	visibility:hidden;
}
#product-page .section-5-tab .section-5-title a:hover:before,
#product-page .section-5-tab .section-5-title a.on:before,
#product-page .section-4-tab .section-4-title a:hover:before,
#product-page .section-4-tab .section-4-title a.on:before{
	width:100%;
	opacity:1;
	visibility:visible;
}
#product-page .section-5-tab .section-5-list{
	justify-content: flex-end;
}

#product-page .section-5{
	margin-top:80px;
}
#product-page .section-5-tab{
	height:560px;
}
#product-page .section-5-tab .section-5-title{
	width:350px;
}
#product-page .section-5-tab .section-5-title a{
	display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: auto;
    border: 0;
    padding: 30px;
    line-height: 1.5;
    border-left: 6px solid #fff;
}
#product-page .section-5-tab .section-5-title a span{
	display:none;
	font-size: 16px;
    color: #1D2345;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 25px;
}
#product-page .section-5-tab .section-5-title a:hover,
#product-page .section-5-tab .section-5-title a.on{
	border:0;
	border-left:6px solid #1D2345;
}
#product-page .section-5-tab .section-5-title a:before{
	left:0;
	right:auto;
	background: linear-gradient(90deg, rgba(29, 35, 69, 0.2) 0%, rgba(29, 35, 69, 0) 100%);
}
#product-page .section-5-tab .section-5-title a:hover span,
#product-page .section-5-tab .section-5-title a.on span{
	display:block;
}
#product-page .section-5-tab .section-5-img{
	width:calc(100% - 400px);
}


#product-page .section-6{
	margin-top:80px;
	padding-top:80px;
	padding-bottom:80px;	
	background: #F3F3F5;
}
#product-page .section-6 .section-6-content{
    margin-top:80px;
}
#product-page .section-6 .section-6-content li{
    position: relative;
	margin-bottom:50px;
	
}
#product-page .section-6 .section-6-content h4{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #1D2345;
}
#product-page .section-6 .section-6-content h4 svg{
    margin-right: 15px;
}
#product-page .section-6 .section-6-1-container,
#product-page .section-6 .section-6-2-container,
#product-page .section-6 .section-6-3-container,
#product-page .section-6 .section-6-4-container{
	margin-top:24px;
}
#product-page .section-6 .function{
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction: column;
	height:130px;
	border-radius:8px;
}
#product-page .section-6 .function .function-title{
	font-size: 20px;
	font-weight: bold;
	color: #1D2345;
}
#product-page .section-6 .function .function-detail{
	font-size: 16px;
	color: #1D2345;
	margin-top:15px;
}
#product-page .section-6 .section-6-navigation{
	display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
    right: 0;
    top: 0;
}
#product-page .section-6 .section-6-navigation a{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 28px;
	height: 28px;
	background: rgba(255,255,255,.5);
	border: 1px solid #1D2345;

}
#product-page .section-6 .section-6-navigation a.section-6-prev{
	margin-right:10px;
}
#product-page .section-6 .section-6-navigation a.section-6-prev svg{
	transform:rotate(180deg);
}
#product-page .section-6 .section-6-navigation a.swiper-button-disabled{
	display:none;
}



/*价格*/
#price-page .section-1{
	text-align:center;
	padding:80px 0;
}
#price-page .section-1 .shopyy-detail{
	margin-top:30px;
}
#price-page .section-1 .shopyy-btn{
	height:54px;
	line-height:54px;
	margin-top:50px;
	padding:0 36px;
}
#price-page .section-1 .section-1-list{
	padding-top:80px;
}
#price-page .section-1 .section-1-list > ul{
    display: flex;
    align-items: flex-start;
}
#price-page .section-1 .section-1-list > ul > li{
    width: calc(25% - 30px);
    margin-right: 40px;
	position: relative;
}
#price-page .section-1 .section-1-list > ul > li:last-child{
	margin-right:0;
}
#price-page .section-1 .section-1-list > ul > li:after{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #F3F3F5;
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -5px;
	display:none;
}
#price-page .section-1 .section-1-list > ul > li .content{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
	
}
#price-page .section-1 .section-1-list > ul > li .li_top{
    height: 260px;
    padding: 0 40px;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #EEEEEE;
}
#price-page .section-1 .section-1-list > ul > li .li_top .name{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
#price-page .section-1 .section-1-list > ul > li .li_top .name span{
    display: block;
    font-size: 16px;
    color: #333333;
    opacity: 0.8;
    font-weight: normal;
    margin: 12px 0 0;
}
#price-page .section-1 .section-1-list > ul > li .li_top .price{
    margin-top: 50px;
}
#price-page .section-1 .section-1-list > ul > li .li_top .price strong{
    font-size: 45px;
    color: #333333;
    margin-right: 5px;
}
#price-page .section-1 .section-1-list > ul > li .li_bom{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    text-align: left;
}
#price-page .section-1 .section-1-list > ul > li .li_bom dl{
    width: calc(100% - 80px);
}
#price-page .section-1 .section-1-list > ul > li .li_bom dd{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#price-page .section-1 .section-1-list > ul > li .li_bom dd:first-child{
	margin-bottom:15px;
}
#price-page .section-1 .section-1-list > ul > li .li_bom dd span.old{
	color: #999;
    text-decoration: line-through;
    margin-left: 5px;
}
#price-page .section-1 .section-1-list > ul > li .choice{
	position: absolute;
    right: 24px;
    top: 24px;
}
#price-page .section-1 .section-1-list > ul > li .choice:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:22px;
	height:22px;
	border: 2px solid #EEEEEE;
	border-radius: 50%;
	box-sizing:border-box;
	transition:all 0.3s ease;
}
#price-page .section-1 .section-1-list > ul > li .choice svg{
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
}
#price-page .section-1 .section-1-list > ul > li .tags{
    position: absolute;
    top: -16px;
    left: 0px;
    height: 32px;
}
#price-page .section-1 .section-1-list > ul > li .tags span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
#price-page .section-1 .section-1-list > ul > li:hover .choice svg,
#price-page .section-1 .section-1-list > ul > li.on .choice svg{
	opacity:1;
	visibility:visible;
}
#price-page .section-1 .section-1-list > ul > li:hover .choice:before,
#price-page .section-1 .section-1-list > ul > li.on .choice:before{
	opacity:0;
	visibility:hidden;
}
#price-page .section-1 .section-1-list > ul > li:hover .content,
#price-page .section-1 .section-1-list > ul > li.on .content{
	border: 1px solid #634BFF;
	box-shadow: 0px 0px 20px rgba(29, 35, 69, 0.1);
}
#price-page .section-1 .section-1-list > ul > li.on:after{
	display:block;
}
#price-page .section-1 .section-1-fun{
    margin-top: 50px;
    background: #F3F3F5;
    border-radius: 12px;
    padding: 50px;
    text-align: left;
}
#price-page .section-1 .section-1-fun h4{
    font-size: 24px;
    color: #333333;
	display: flex;
    justify-content: space-between;
	align-items:center;
}
#price-page .section-1 .section-1-fun h4 span{
    font-size: 18px;
    color: #333333;
    margin-left: 15px;
}
#price-page .section-1 .section-1-fun h4 .data{
	display: flex;
    line-height: 1;
    align-items: center;
}
#price-page .section-1 .section-1-fun h4 .data span{
	margin:0 0 0 5px;
}
#price-page .section-1 .fun-list{
    margin-top: 30px;
}
#price-page .section-1 .fun-list ul{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
	overflow:hidden;
}
#price-page .section-1 .fun-list ul li{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
#price-page .section-1 .fun-list ul li span{
	width:25%;
	display:block;
	padding-left:40px;
	height:48px;
	line-height:48px;
	color:#333;
	font-size:16px;
	box-sizing:border-box;
}
#price-page .section-1 .fun-list ul li span.data-3{
	display:none; 
}
#price-page .section-1 .fun-list ul li:nth-child(even){
	background: #F3F3F5;
}

#price-page .section-2{
    background: #1D2345;
}
#price-page .section-2 .price-wapper{
	display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
	height: 300px;
}
#price-page .section-2 .price-title{
    text-align: left;
    color: #fff;
	font-size:45px;
}
#price-page .section-2 .price-section-2-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    color: rgba(255,255,255,.8);
	font-size:20px;
}
#price-page .section-2 .price-section-2-right{
    color: #fff;
	font-weight:bold;
	padding-right:10px;
	transition:all 0.3s;
}
#price-page .section-2 .price-section-2-right svg{
    margin-left:10px;
	transition:all 0.3s;
}
#price-page .section-2 .price-section-2-right:hover{
	padding-right:0;
}
#price-page .section-2 .price-section-2-right:hover svg{
	margin-left:20px;
}
#price-page .section-3{
	margin-top:80px;
}
#price-page .section-3 .shopyy-title{
	text-align:center;
}
#price-page .section-3 .shopyy-detail{
    margin-top: 30px;
	text-align:center;
}
#price-page .section-3 .shopyy-detail a{
    color: #634BFF;
    position: relative;
}
#price-page .section-3 .shopyy-detail a:hover{
	text-decoration:underline;
}
#price-page .section-3 ul{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#price-page .section-3 li{
    width: calc(50% - 40px);
    margin-bottom: 30px;
}
#price-page .section-3 li .problem{
    font-size: 24px;
    color: #333;
    padding-left: 30px;
}
#price-page .section-3 .answer{
    background: #F3F3F5;
    border-radius: 8px;
    padding: 30px;
    margin-top: 30px;
    line-height: 26px;
    height: 52px;
    color: #666;
}

#price-page .section-3 .problem .icon{
	display:none;
}


#price-page .section-4{
	margin: 0 0 80px;
}
#price-page .section-4 .shopyy-title{
    text-align: center;
    margin: 0 0 40px;
}
#price-page .section-4 .fun-list ul{
	border: 1px solid #eee;
	border-radius: 8px;
	position: relative;
}
#price-page .section-4 .fun-list ul:before {
    content: '';
    position: absolute;
    left: 40%;
    top: 0;
    width: 20%;
    height: 100%;
    background: rgba(0,118,255,0.05);
    z-index: 999;
    transition: all 0.5s;
}
#price-page .section-4 .fun-list ul.hover1:before{
	left: 20%;
}
#price-page .section-4 .fun-list ul.hover2:before{
	left: 40%;
}
#price-page .section-4 .fun-list ul.hover3:before{
	left: 60%;
}
#price-page .section-4 .fun-list ul.hover4:before{
	left: 80%;
}
#price-page .section-4 .fun-list ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    
    z-index: 9;
}
#price-page .section-4 .fun-list ul li.table-th {
    position: sticky;
    top: 84px;
    z-index: 99;
}
#price-page .section-4 .fun-list ul li:first-child{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
#price-page .section-4 .fun-list ul li:before {
    content: '';
    position: absolute;
    left: 24px;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #eee;
}
#price-page .section-4 .fun-list ul li .fun-content {
    width: 20%;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
}
#price-page .section-4 .fun-list ul li.table-th .fun-content {
    padding: 30px 0;
    background: #FAFAFA;
    border-right: 1px solid #eee;
}
#price-page .section-4 .fun-list ul li .fun-content:first-child {
    text-align: left;
    padding-left: 24px;
    font-weight: bold;
    color: #2A2D3F;
}
#price-page .section-4 .fun-list ul li.table-th .fun-content:last-child {
    border: none;
}
#price-page .section-4 .fun-list ul li.table-th h4 {
    font-size: 24px;
    font-weight: bold;
    color: #2A2D3F;
}
#price-page .section-4 .fun-list ul li.table-th p {
    color: #666;
    margin: 10px 0 0;
    font-weight: normal;
}





























#theme-page .section-1{
    position: relative;
    padding: 80px 0 0;
    background: #1D2345;
    margin-bottom: 120px;
}
#theme-page .section-1 .section-1-wrapper{
	padding:0 80px 0 210px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#theme-page .section-1 .section-1-content{
	position: relative;
    width: 40%;
    padding-right: 5%;
    box-sizing: border-box;
}
#theme-page .section-1 .section-1-content h3{
	color: #fff;
    padding-bottom: 30px;
}
#theme-page .section-1 .section-1-content .describe{
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
    opacity: 0.8;
}
#theme-page .section-1 .section-1-img{
    width: 60%;
    margin-bottom: -60px;
}

#theme-page .section-1 .section-1-img img{
    display: block;
    max-width: 100%;
}

#theme-page .template-box{
	padding:0 0 80px;
}
#theme-page .template-box .list-top{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding-bottom:30px;
}

#theme-page .screen .menu-btn{
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:32px;
	color:#1D2345;
}
#theme-page .screen .menu-btn svg{
	padding:0 0 0 4px;
	margin:4px 0;
}
#theme-page .screen.on .menu-btn svg{
	display:none;
}
#theme-page .screen span{
	display:inline-block;
	line-height:30px;
	font-weight:bold;
    font-size: 22px;
    vertical-align: middle;
	color:#1D2345;
	margin-left:10px
}

#theme-page .template-box .screen{
	cursor:pointer;
}
#theme-page .template-box .con-box{
	position:relative;
	display:flex;
	flex-flow: row wrap; 
}
#theme-page .template-box .list-lt{
	width:18%;
	margin-right:2%;
	opacity:0;
	visibility:hidden;
	margin-left:-20%;
	transition: all 0.3s ease;
}
#theme-page .template-box .on .list-lt{
	left: 0;
    opacity: 1;
    margin-left: 0;
    visibility: visible;
}
#theme-page .template-box .list-lt dl{
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
#theme-page .template-box .list-lt dt{
	position:relative;
	font-weight:bold;
	font-size:16px;
	color:#1D213B;
	margin-bottom:15px;
	cursor:pointer;
}
#theme-page .template-box .list-lt dt svg{
	position:absolute;
	right:0;
	top:8px;
	transform:rotate(180deg);
	transition: all 0.3s ease;
}
#theme-page .template-box .list-lt dt.open svg{
	transform:rotate(0deg);
}
#theme-page .template-box .list-lt dd a{
	display:block;
	padding:3px 0;
	margin-bottom:5px;
}
#theme-page .template-box .list-lt dd .radio{
	display:inline-block;
	border:2px solid #ccc;
	width:18px;
	height:18px;
	border-radius:50%;
	margin-right:5px;
	vertical-align: middle;
	box-sizing:border-box;
	position:relative;
}
#theme-page .template-box .list-lt dd .on .radio:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
	transform:translate(-50%,-50%);
    width: 10px;
    height: 10px;
    background:#634BFF;
	border-radius:50%;
	box-sizing:border-box;
}
#theme-page .template-box .list-lt dd .on .radio{
    border-color:#634BFF;
}
#theme-page .template-box .list-rt{
	width:100%;
	transition: all 0.3s ease;
}
#theme-page .template-box .on .list-rt{
	width: calc(100% - 20%);
    box-sizing: border-box;
	box-sizing:border-box;
}
#theme-page .template-box .template ul{
	display: flex;
    flex-flow: row wrap;
	margin:0 -15px;
}
#theme-page .template-box .template li{
	width:25%;
	padding:0 15px;
	border-radius:6px;
	margin-bottom:30px;
	transition: all 0.3s ease;
	box-sizing:border-box;
}
#theme-page .template-box .template li:hover{
    transform: translateY(-15px) !important;
}
#theme-page .template-box .on .template li{
	width:33.3333%;
}
#theme-page .template li .img{
	position:relative;
	border-radius:6px;
	overflow:hidden;
	max-height:400px;
}
#theme-page .template li .img img{
	max-width:100%;
}
#theme-page .template li .view-btn{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#1D213B;
	background: linear-gradient(180deg, rgba(29, 33, 59, 0) 0%, #1D213B 100%);
	opacity:0;
	visibility:hidden;
    transition: all 0.3s ease;
}
#theme-page .template li .img:hover .view-btn{
	opacity:1;
	visibility:visible;
}
#theme-page .template li .view-btn .btn{
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	width:100%;
	padding:20px 0;
}
#theme-page .template li .view-btn a{
	display:inline-block;
	min-width:35%;
	padding:10px 20px;
	border-radius:6px;
	border:1px solid #fff;
	color:#fff;
	margin:0 10px;
	font-size:16px;
	box-sizing:border-box;
	transition: all 0.3s ease;
}
#theme-page .template li .view-btn a.reserve{
	width:80%;
}
#theme-page .template li .view-btn a.reserve:hover{
	border:1px solid #634BFF;
	color:#fff;
	background:#634BFF;
}
#theme-page .template li .view-btn a.use{
	border:1px solid #634BFF;
	color:#fff;
	background:#634BFF;
	display:none
}
#theme-page .template li .name{
	text-align:center;
	font-size:18px;
	color:#1D213B;
	font-weight:bold;
	padding:15px 0 10px;
}
#theme-page .template-box .template .more{
    text-align: center;
    display: flex;
    justify-content: center;
}

#news-list{
	background: #F3F3F5;
	padding:80px 0;
}
#news-list .shopyy-title{
	text-align:center;
}




/*应用页面*/
.body-application img{
	max-width:100%;
}
.body-application .banner-top{
	background:#1D2345;
	color:#fff;
	padding-top:150px;
	padding-bottom:120px;
	position:relative;
	margin-bottom:100px;
}
.body-application .banner-top .ad-txt{
	text-align:center;
}
.body-application .banner-top .ad-txt h1{
	font-size:40px;
	line-height:55px;
	padding-bottom:20px;
	color:#fff;
}
.body-application .banner-top .ad-txt .describe{
	font-size:20px;
	opacity:0.8;
}
.body-application .banner-top .ad-txt .a-btn{
	padding-top:40px;
}


.body-application .search-box{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom: -30px;
	width:100%;
	z-index:1000;
}

.body-application .section .title{
	font-size:18px;
	padding-bottom:30px;
	text-align:left;
}



.body-application .section .application li .con{
	transition: all 0.3s ease;
	border-radius:6px;
	overflow:hidden;
	position:relative;
}
.body-application .section .application li .name{
	padding:12px 0 10px;
	color:#1D213B;
	font-weight:bold;
	width:100%;
	font-size:16px;
}
.body-application .section .application li .width{
	width:100%;
}
.body-application .section .application li .describe{
	font-size: 14px;
	line-height:22px;
	margin-bottom:5px;
	overflow:hidden; 
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	display: -webkit-box;
	height:44px;
}
.body-application .section .application span{
	font-size:12px;
}
.body-application .section .application .edition{
	padding:4px 8px;
	color: #1D213B;
	border-radius:4px;
	border: 1px solid #1D213B;
}
.body-application .section .application li:hover{
	z-index:11;
}
.body-application .section .application li .con:hover{
	transform:scale(1.15);
	box-shadow: 0px 3px 20px rgba(29, 35, 69, 0.1);
	z-index:1;
}
.body-application .section .application li .con:hover .describe{
	display:block; 
	height:auto;
	
}
.body-application .content-box{
	padding-bottom:80px;
}
.body-application .section1 .application{
	margin:0;
}
.body-application .section1 .pc-content{}
.body-application .section1 .pc-content ul{
	display:flex;
	align-items: flex-start;
    flex-wrap: wrap;
}
.body-application .section1 .pc-content li{
	width: calc(33.333% - 20px);
    margin-right: 30px;
	margin-bottom: 30px;
	height: 122px;
}
.body-application .section1 .pc-content li:nth-child(3n){
	margin-right:0;
}
.body-application .section1 .pc-content li .con{
	background:#fff;
	padding:15px;
	border-radius:6px;
	transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
	display:flex;
}
.body-application .section1 .pc-content li .con:hover {
    transform: scale(1.15);
    box-shadow: 0px 3px 20px rgb(29 35 69 / 10%);
    z-index: 1;
}
.body-application .section1 .pc-content li .pic{
	width:150px;
	margin-right:15px;
	border-radius:6px;
	overflow:hidden;
}
.body-application .section1 .pc-content li .text{
	width:calc(100% - 165px);
}
.body-application .section1 .pc-content li .name{
	padding: 12px 0 10px;
    color: #1D213B;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.body-application .section1 .pc-content li .con:hover .name{
	white-space: normal;
	text-overflow: inherit;
}
.body-application .section .pc-content li .describe{
	font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 44px;
}
.body-application .section1 .pc-content li .con:hover .describe{
	-webkit-line-clamp: 2000;
}

.body-application .section1 .swiper-application{
	display:none;
}
.body-application .section1 .application li{
	width:33.3333%;
	padding:0;
}
.body-application .section1 .application li .con{
	background:#fff;
	padding:15px;
}
.body-application .section1 .application li .pic{
	width:150px;
	margin-right:15px;
	border-radius:6px;
	overflow:hidden;
}
.body-application .section1 .application li .text{
	width:calc(100% - 165px);
}
.body-application .section1 .application li .name{
	padding-top:0;
	padding-bottom:5px;

}

.body-application .section2 .list-top{
	display: flex;
    justify-content: space-between;
	padding-bottom:20px;
}

.body-application .section2 .allapplication{
	position:relative;
	display:flex;
}
.body-application .screen .menu-btn{
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:32px;
	color:#1D2345;
}
.body-application .screen .menu-btn svg{
	width:32px;
	height:32px;
}
.body-application .screen.on .menu-btn svg{
	display:none;
}
.body-application .screen span{
	display:inline-block;
	line-height:30px;
	font-weight:bold;
    font-size: 20px;
    vertical-align: middle;
	color:#1D2345;
	margin-left:18px
}

.body-application .section2 .list-lt{
	width:18%;
	margin-right:2%;
	opacity:0;
	visibility:hidden;
	margin-left:-20%;
	transition: all 0.3s ease;
}
.body-application .section2 .on .list-lt{
	left:0;
	opacity:1;
	margin-left:0;
	visibility:visible;
}
.body-application .section2 .list-lt dl{
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
.body-application .section2 .list-lt dt{
	position:relative;
	font-weight:bold;
	font-size:16px;
	color:#1D213B;
	margin-bottom:15px;
	cursor:pointer;
}
.body-application .section2 .list-lt dt svg{
	position:absolute;
	right:0;
	top:8px;
	transform:rotate(180deg);
	transition: all 0.3s ease;
}
.body-application .section2 .list-lt dt.open svg{
	transform:rotate(0deg);
}
.body-application .section2 .list-lt dd a{
	display:block;
	padding:3px 0;
	margin-bottom:5px;
}
.body-application .section2 .list-lt dd .radio{
	display:inline-block;
	border:2px solid #ccc;
	width:18px;
	height:18px;
	border-radius:50%;
	margin-right:5px;
	vertical-align: middle;
	box-sizing:border-box;
	position:relative;
}
.body-application .section2 .list-lt dd .on .radio:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
	transform:translate(-50%,-50%);
    width: 10px;
    height: 10px;
    background:#634BFF;
	border-radius:50%;
	box-sizing:border-box;
}
.body-application .section2 .list-lt dd .on .radio{
    border-color:#634BFF;
}
.body-application .section2 .list-rt{
	width:100%;
	transition: all 0.3s ease;
}
.body-application .section2 .on .list-rt{
	width:calc(100% - 20%);
	box-sizing:border-box;
}

.body-application .section2 .application{
	display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.body-application .section2 .allapplication.on .application{
	grid-template-columns: repeat(4,1fr);
}

.body-application .section .application li .con{
	overflow:visible;
}
.body-application .section2 .application li .pic{
	border-radius:6px;
	overflow:hidden;
}
.body-application .section2 .application li .text{
	transition: all 0.3s ease;
	position:relative;
	padding:0;
}
.body-application .section2 .application li .posa{
	border-radius:0 0 6px 6px;
	padding:12px;
	box-sizing:border-box
}
.body-application .section2 .application li .name{
	padding-top:0;
}
.body-application .section2 .application li .describe{
	display:none;
}
.body-application .section2 .application li .con:hover{
	transform:scale(1.2);
	z-index: 11;
}
.body-application .section2 .application li .con:hover .pic{
	border-radius:6px 6px 0 0;
}
.body-application .section2 .application li .con:hover .posa{
	position:absolute;
	background:#fff;
	left:0;
	top:-1px;
	z-index:10;
}

.body-application .nodata{
	text-align:center;
	padding:50px 0 100px;
}
.body-application .nodata .svg{
	padding-bottom:70px;
}
.body-application .nodata h3{
	font-size:24px;
	padding-bottom:20px;
}
.body-application .nodata p{
	color:#666666;
	padding-bottom:60px;
}
.body-application .more{
	text-align:center;
	margin-top:30px;
}








.search-box .search-form {
	display:flex;
	border:1px solid #eee;
	padding:10px;
	position:relative;
	max-width:700px;
	margin:0 auto;
	background:#fff;
	border-radius:6px;
	box-sizing:border-box;
}
.search-box .search-form input{
	border:none;
	padding:15px 10px 15px 60px;
	width:75%;
	line-height:20px;
	height:50px;
	box-sizing:border-box;
	font-size:16px;
}
.search-box .search-form button{
	border:none;
	width:40px;
	height:50px;
	position:absolute;
	left:10px;
	top:10px;
	padding:14px 9px;
	box-sizing:border-box;
	background:none;
}
.search-box .select_box{
	width:25%;
	position:relative;
	border-left:1px solid #eee;
	padding-right:10px;
	box-sizing:border-box;
	cursor:pointer;
}
.search-box .select_box .txt{
	font-weight:bold;
	color:#1D213B;
	line-height:50px;
	position:relative;
	display:block;
	padding:0 5px;
	text-align:center;
	font-size:16px;
}
.search-box .select_box .txt svg{
	transform:rotate(180deg);
	position:absolute;
	right:-5px;
	top:21px;
	fill:#1D213B;
	transition: all 0.3s ease;
}
.search-box .select_box.on .txt svg{
	transform:rotate(0);
}
#select_box{
	background:#fff;
	position:absolute;
	left:0;
	top:calc(100% + 25px);
	width:calc(100% + 11px);
	border:1px solid #eee;
	border-radius:8px;
	box-sizing:border-box;
}
#select_box li{
	color:#1D213B;
	padding:12px 15px;
	cursor:pointer;
	text-align:center;
}
#select_box li:hover{
	background:#eeeeee;
}
#select_box li.actived{
	color:#634BFF;
	font-weight:bold;
}

#cases-page{}
#cases-page .cases-title{
	text-align:center;
	font-size: 30px;
	color: #333333;
}
#cases-page .cases-detail{
	text-align:center;
	font-size:16px;
	color:#666;
	max-width:1000px;
	margin:30px auto 0;
}

#cases-page .section-1{
	background: #1D2345;
}
#cases-page .section-1 .section-1-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cases-page .section-1 .section-1-content{
	padding:0 140px 0 210px;
	width:50%;
	box-sizing:border-box;
}
#cases-page .section-1 .section-1-content h3{
	font-size: 45px;
	color: #FFFFFF;
}
#cases-page .section-1 .section-1-content p{
	font-size: 20px;
	color: #FFFFFF;
	opacity: 0.8;
	margin-top:30px;
}
#cases-page .section-1 .section-1-content a{
	height: 54px;
    line-height: 54px;
    padding: 0 36px;
    margin-top: 60px;
}


#cases-page .section-1 .section-1-img{
	width:50%;
}
#cases-page .section-1 .section-1-img img{
	max-width:100%;
}


#cases-page .section-2{
	margin-top:80px;
}
#cases-page .section-2 .section-2-1{
	margin-top:80px;
}
#cases-page .section-2 .section-2-1 p{
	text-align:center;
	margin-top:24px;
	color:#999;
}
#cases-page .section-2 .section-2-1 img{
	max-width:100%;
}
#cases-page .section-2 .section-2-2{
	margin-top:80px;
}
#cases-page .section-2 .section-2-2{
	position:relative;
	overflow:hidden;
	border-radius:16px;
}
#cases-page .section-2 .section-2-2:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background: linear-gradient(91deg, #1D2345 0%, rgba(29, 35, 69, 0) 100%);
	z-index:9;
}
#cases-page .section-2 .section-2-2-img{
	position: absolute;
    left: 0;
    top: 0;
	height:560px;
}
#cases-page .section-2 .section-2-2-img img{
	max-width:100%;
	display:block;
	object-fit: cover;
	height:100%;
}


#cases-page .section-2 .section2-container{
    position: relative;
    height: 560px;
    z-index: 9;
}
#cases-page .section-2 .section2-pagination{
	position:absolute;
	right:64px;
	z-index:9;
}
#cases-page .section-2 .swiper-pagination-bullet{
	display: block;
    width: 150px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 27px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    opacity: 1;
    background: none;
}
#cases-page .section-2 .swiper-pagination-bullet-active{
	background: #FFFFFF;
	color: #1D2345;
}
#cases-page .section-2 span:first-child{
	margin-bottom:150px;
}
#cases-page .section-2 .section-2-2-item{
    padding-left: 64px;
    max-width: 635px;
}











#cases-page .section-2 .section-2-2-item{
	height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#cases-page .section-2 .section-2-2-item.on{
	opacity:1;
	visibility:visible;
}
#cases-page .section-2 .section-2-2-item .tag{
    font-size: 62px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 40px;
	line-height:1;
}
#cases-page .section-2 .section-2-2-item h4{
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 24px;
}
#cases-page .section-2 .section-2-2-item .detail{
    line-height: 26px;
    color: rgba(255,255,255,.8);
    margin-bottom: 40px;
}
#cases-page .section-2 .section-2-2-item .links{
    color: rgba(255,255,255,.5);
    display: flex;
    align-items: flex-start;
	white-space:nowrap;
	line-height:32px;
}
#cases-page .section-2 .section-2-2-item .links .links-list{
    display: flex;
    align-items: center;
	flex-wrap:wrap;
}
#cases-page .section-2 .section-2-2-item .links span{
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 6px 12px;
}

#cases-page .section-2 .section-2-3{
	margin-top:60px;
}
#cases-page .section-2 .section-2-3 ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 50px;
}
#cases-page .section-2 .section-2-3 li{
	display: flex;
    align-items: center;
	justify-content: space-between;
}
#cases-page .section-2 .section-2-3 li .img{
    width: 230px;
    height: 150px;
	border:1px solid #eee;
	border-radius:4px;
	overflow:hidden;
	position:relative;
}
#cases-page .section-2 .section-2-3 li .img .svg{
	position:absolute;
	right:10px;
	bottom:10px;
}
#cases-page .section-2 .section-2-3 li .img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
#cases-page .section-2 .section-2-3 li .section-2-3-content{
	width:calc(100% - 254px);
}
#cases-page .section-2 .section-2-3 li .section-2-3-content h4{
	font-size: 20px;
    line-height: 26px;
    color: #333;
}
#cases-page .section-2 .section-2-3 li .section-2-3-content p{
	font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 20px;
}
#cases-page .section-3{
	margin-top: 80px;
    padding: 80px 0;
    background: #F3F3F5;
}
#cases-page .section-3 .section-3-container{
	margin-top:80px;
	height:420px;
	position:relative;
	overflow:hidden;
}
#cases-page .section-3 .section-3-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cases-page .section-3 .section-3-img{
    width: 50%;
}
#cases-page .section-3 .section-3-img img{
    max-width: 100%;
}
#cases-page .section-3 .section-3-text{
    width: 50%;
    padding: 0 120px 0 60px;
    box-sizing: border-box;
}
#cases-page .section-3 .section-3-text h3{
    font-size: 30px;
    color: #333333;
}
#cases-page .section-3 .section-3-text p{
    font-size: 16px;
    color: #666666;
    margin-top: 24px;
}
#cases-page .section-3 .section-3-text a{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #634BFF;
    margin-top: 30px;
}
#cases-page .section-3 .section-3-text a svg{
    margin-left: 10px;
	transition:all 0.3s ease;
}
#cases-page .section-3 .section-3-text a:hover svg{
	margin-left: 20px;
}

#cases-page .section-3 .section3-pagination{
	position:absolute;
	text-align:center;
	z-index:9;
}
#cases-page .section-3 .swiper-pagination-bullet{
	width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    font-size: 16px;
    color: #1D2345;
	margin:0 0 30px;
    opacity: 0.5;
}
#cases-page .section-3 .swiper-pagination-bullet:last-child{
	margin-bottom:0;
}
#cases-page .section-3 .swiper-pagination-bullet-active{
	font-size: 20px;
	font-weight: bold;
	color: #1D2345;
	text-decoration:underline;
	opacity:1;
}

#cases-page .section-4{
	padding-top:80px;
	padding-bottom:80px;
}
#cases-page .section-4 ul{
    margin-top: 40px;
}
#cases-page .section-4 li{
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
	box-sizing:border-box;
}
#cases-page .section-4 li .img img{
    display: block;
    max-width: 100%;
}
#cases-page .section-4 li .content{
    padding: 24px;
}
#cases-page .section-4 li .content h4{
    font-size: 24px;
    color: #333333;
}
#cases-page .section-4 li .content .describe{
    color: #666666;
    margin-top: 24px;
    line-height: 24px;
}
#cases-page .section-4 li .content .describe span{
    color: #1D2345;
    background: #F3F3F5;
}

#cases-page .section-5{
	height:770px;
	padding-top:80px;
	background: url(../image/cases-bg.png) no-repeat scroll right top #1D2345;
	margin-bottom:130px;
}
#cases-page .section-5 .section-5-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
	color:#fff;
}
#cases-page .section-5 .section-5-1-left{
    width: calc(50% - 120px);
}
#cases-page .section-5 .section-5-1-left h3{
    font-size: 45px;
}
#cases-page .section-5 .section-5-1-left p{
    font-size: 20px;
    margin-top: 40px;
}
#cases-page .section-5 .section-5-1-left .detail{
    opacity: 0.8;
    margin-top: 30px;
    line-height: 24px;
}
#cases-page .section-5 .section-5-1-right{
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cases-page .section-5 .section-5-1-right ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 80px;
    grid-row-gap: 120px;
    color: rgba(255,255,255,.8);
}
#cases-page .section-5 .section-5-1-right li{
	display:flex;
	align-items:center;
}
#cases-page .section-5 .section-5-1-right li > span{
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px 0 15px;
	position:relative;
	margin-left:15px;
	line-height:1;
}
#cases-page .section-5 .section-5-1-right li > span:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:1px;
	background:rgba(255,255,255,.8);
}
#cases-page .section-5 .section-5-1-right li > span sup,
#cases-page .section-5 .section-5-1-right li > span span{
	font-size:14px;
	color:rgba(255,255,255,.8);
	margin-left:10px;
	font-weight:normal;
}
#cases-page .section-5 .section-5-1-right li > span sup{
    transform: translate(0, -20px);
    display: inline-block;
}


#cases-page .section-5 .section-5-2{}
#cases-page .section-5 .section-5-2 .section-5-container{
	position:relative;
	padding:80px 0 30px;
}
#cases-page .section-5 .section-5-2 .section-5-container .img{
	position:relative;
	display:block;
	border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
#cases-page .section-5 .section-5-2 .section-5-container .img .svg{
	position:absolute;
	right:10px;
	bottom:10px;
}
#cases-page .section-5 .section-5-2 .section-5-container .img img{
	display:block;
	width:100%;
	height:230px;
	object-fit: cover;
}
#cases-page .section-5 .section5-pagination{
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    line-height: 48px;
    font-size: 20px;
    color: rgba(255,255,255,.5);
}
#cases-page .section-5 .swiper-pagination-current{
    font-weight: bold;
    color: #fff;
    font-size: 28px;
}
#cases-page .section-5 .section5-button{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}
#cases-page .section-5 .section5-button a{
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.5);
	display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#cases-page .section-5 .section5-button a.section5-button-prev{
	transform:rotate(180deg);
}
#cases-page .section-5 .section5-button a.section5-button-next{
	margin-left:30px;
}
#cases-page .section-5 .section5-button a.swiper-button-disabled svg path{
	fill:rgba(255,255,255,.5) !important;
	stroke:rgba(255,255,255,.5) !important;
}



#cases-page .section-6{
	padding-top: 80px;
	padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cases-page .section-6 .img{
	width:50%;
}
#cases-page .section-6 .img img{
	max-width:100%;
}
#cases-page .section-6 .form{
	width:calc(50% - 24px);
}
#cases-page .section-6 .form h3{
    font-size: 30px;
    color: #333333;
}
#cases-page .section-6 .form .tel{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #1D2345;
    margin-top: 24px;
}
#cases-page .section-6 .form .tel svg{
    margin-right: 10px;
}
#cases-page .section-6 .form form{
    margin-top: 40px;
}
#cases-page .section-6 .form form input{
    width: 100%;
    height: 70px;
    background: #F3F3F5;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    font-size: 20px;
    text-indent: 20px;
    margin-bottom: 24px;
}
#cases-page .section-6 .tips{
    font-size: 16px;
    color: #666;
    display: flex;
    align-items: center;
}
#cases-page .section-6 .tips:before{
	content:'';
	width: 6px;
	height: 6px;
	background: #666666;
	border-radius: 50%;
	margin-right:10px;
}
#cases-page .section-6 .shopyy-btn{
    margin-top: 40px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
    border: none;
    font-size: 20px;
	cursor:pointer;
}








































/*用户协议*/
.common-section{
	padding:100px 0 50px;
}
.common-title{
    text-align: center;
    font-size: 38px;
    color: #333;
    position: relative;
	margin-bottom:50px;
	line-height:normal;
	font-weight:bold;
}

.common-section .detail{}
.common-section .detail dl{
	margin-top:40px;
}
.common-section .detail dt{
	margin: 0 0 10px;
    font-weight: bold;
	font-size:16px;
}
.common-section .detail dd{
	font-size: 16px;
    color: #333;
    line-height: 24px;
}

/*物料下载*/
.material_box{
	padding:50px 0;
}
.material_box .material_banner{
	margin-bottom: 50px;
}
.material_box .material_banner img{
	max-width: 100%;
}
.material_box .material_con {
	background: #fff; 
	border-radius:5px;
	overflow:hidden;
}
.material_box .material_con .material_logo{
	background:url(https://www.shopyy.com/images/material-banner.png) no-repeat scroll left center;
	background-size:cover;
	height:250px;
}
.material_box .material_con .material_c {
	max-width: 900px; 
	margin: 0 auto; 
	min-height: 500px; 
	color:#000;
	font-size:14px;
	line-height:20px;
	padding:50px 0 0;
}
.material_box .material_con .material_c dl{
	margin-bottom:30px;
}
.material_box .material_c .tit1{
	font-size:20px;
	margin-bottom:20px;
	color:#333;
}
.material_box .material_c .tit2{
	font-size:20px;
	font-weight:bold;
	color:#333;
	margin-bottom:15px;
}
.material_box .material_c dd{
	font-size:16px;
	color:#666;
}
.material_box .logo_list p{
	font-size:16px;
	color:#666;
}
.material_box .logo_list ul{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}
.material_box .logo_list ul li{
	width: calc(25% - 12px);
    margin-right: 15px;
    text-align: center;
    margin-top: 20px;
}
.material_box .logo_list ul li.last{
	margin-right:0; 
}
.material_box .logo_list ul li.last p{
	background:url(../image/logo_bg.jpg) repeat;
}
.material_box .logo_list ul li img{
	width:100%;
	border:1px solid #efefef;
}
.material_box .logo_list ul li span{
	display:block;
	line-height:34px;
}
.material_box .logo_list ul li a{
	display:inline-block;
	color:#634BFF;
	text-decoration:underline;
}
.material_box .qr_code svg{
	width:190px;
}
.material_box .qr_code span{
	display:block;
	text-align:center;
	width:190px;
	padding-top:10px;
}
.material_box .qr_code a{
	display:inline-block;
	color:#634BFF;
	text-decoration:underline;
}
.material_box .logo_list{
	overflow:hidden;
	padding:0 0 20px;
}

.material_box .propagandist_video{
	margin-top:30px;
}

.payment-page .new-big-title{
	padding: 0 0 20px;
    position: relative;
	line-height:normal;
	margin-bottom:50px;
}
.payment-page .new-big-title:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 5px;
    background: #634BFF;
    margin-left: -28px;
    content: '';
} 
.payment-page{
	padding:100px 0;
	font-size:16px;
	line-height:24px;
}
.payment-page .payment-detail{
	line-height:24px;
	margin-bottom:20px;
}
.payment-page .payment-detail span{
	display:block;
	color:red;
}
.payment-page table td{
	padding:10px 0;
}
.payment-page table tr:nth-child(1) td{
	height:50px;
	padding:0;
}

#plan16-page .icon-list-4 li p{
	padding:0 50px;
}



.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%,80%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}30%,70%{-webkit-transform:translateY(6px);transform:translateY(6px)}}
@keyframes shakes{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%,80%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}30%,70%{-webkit-transform:translateY(6px);transform:translateY(6px)}}

.right_nav .activity-btn a:hover{
	-webkit-animation-name:shakes;
	animation-name:shakes;
}










.fixed-icon{
    width: 48px;
    border-right: 0;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 99999;
}
.fixed-icon .fixed-list{
	margin-bottom:8px;
	position:relative;
}
.fixed-icon .customer_service{
	position:relative;
}
.fixed-icon .fixed-list > a{
	width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;	
	box-shadow: 0px 0px 20px rgba(29, 33, 59, 0.1);
	transition:all 0.3s ease;
	font-size:12px;
}
.fixed-icon .fixed-list > a svg{
	fill:#1d2345;
	transition:all 0.3s ease;
}
.fixed-icon .fixed-list > a:hover{
	color:#fff;
	background: #634BFF;
}
.fixed-icon .fixed-list > a:hover svg{
	fill:#fff;
}
.fixed-icon .fixed-list .site_link{
	position:relative;
}
.fixed-icon .fixed-list .site_link .pop{
    position: absolute;
    right: 70px;
    top: 50%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    color: #fff;
    padding: 15px;
    width: 70px;
    line-height: 20px;
    font-size: 14px;
	margin-top: -35px;
	opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.fixed-icon .fixed-list .site_link .pop:before{
	content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -4px;

}
.fixed-icon .fixed-list .site_link:hover .pop{
	opacity:1;
	visibility:visible;
}

.fixed-icon .fixed-list .admin_info{
    position: absolute;
    right: 55px;
    top: 50%;
    background: rgba(0,0,0,.5);
    color: #fff;
	transform:translate(0,-50%);
	opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
	border-radius: 8px;
}
.fixed-icon .fixed-list .admin_info .admin_info_box{
	padding: 20px;
    font-size: 14px;
    text-align: center;
	white-space:nowrap;
}
.fixed-icon .fixed-list .admin_info_tit{
    line-height: 34px;
}
.fixed-icon .fixed-list .admin_info_tit svg{
    margin-right: 10px;
}
.fixed-icon .fixed-list .admin_info_con{
    padding: 0 20px;
	white-space: nowrap;
    line-height: 34px;
	white-space:nowrap; 
}
.fixed-icon .fixed-list .admin_info_con span{
	display:block;
}
.fixed-icon .fixed-list .admin_info_more{
	height: 34px;
    line-height: 34px;
    display: block;
    color: #fff;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    margin: 10px 0 0;
	transition:all 0.3s;
}
.fixed-icon .fixed-list .admin_info_more:hover{
	background: rgba(0,0,0,.7);
}
.fixed-icon .fixed-list .admin_info:before{
	content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -4px;

}

.fixed-icon .fixed-list:hover > .admin_info{
	opacity:1;
	visibility:visible;
}






#header #personal-center{
	box-shadow:0 0 8px rgba(0,0,0,.2);
	border:0;
	border-radius:5px;
}
/*admin_info*/
.right_nav .admin_info {
	position: absolute;
	right: 100%;
	top: 0;
	/* min-width: 200px; */
	
	display:none;
}
.right_nav .admin_info_box{
	background: #fff;
	margin-right: 20px;
	padding: 10px 0;
	box-shadow:0 4px 32px 0 rgba(10,14,29,.02), 0 8px 64px 0 rgba(10,14,29,.08);
	white-space: nowrap;
	text-align: left;
	border-radius: 2px;
	color:#666;
	font-weight:400;
	border: 1px solid #E5E8ED;
}
.right_nav .customer_service:hover .admin_show{display:block;}
.right_nav .admin_info .admin_info_tit {
	padding:10px 30px 0;
}
.right_nav .admin_info .admin_info_tit .icon {
	display:inline-block;
	vertical-align:middle;
	background:#999999;
	padding:5px;
	border-radius:50%;
	width: 20px;
	margin: 0 10px 0 0;
	height: 20px;
	fill:#fff;
}
.right_nav .admin_info .admin_info_con {
	padding:10px 30px;
	border-bottom:1px solid #E5E8ED ;
}
.right_nav .admin_info .admin_info_con span {
	padding-right:10px;
}
.right_nav .admin_info .admin_info_more {
	padding:10px 30px;
	
}
.right_nav .admin_info .admin_info_more:hover {
	color:#634BFF;
	background:none;
}

.right_nav a.activity-btn{
	padding:0;
	margin-bottom:10px;
	border-radius:3px;
}
.right_nav a.activity-btn img{
	width:60px;
	height:60px;
	display:block;
}
.right_nav a.activity-btn:hover{
	background:#fff;
}

.right_nav_mobile{
	display:none;
	box-shadow:0 4px 32px 0 rgba(10,14,29,.02), 0 8px 64px 0 rgba(10,14,29,.08);
}
.right_nav_mobile a{
	border-radius:3px;
}
.right_nav_mobile a svg{
	height:50px;
	fill:#634BFF;
	margin-bottom:0;
}
.right_nav_mobile a:hover{
	background:#fff;
	color:#333;
}
.right_nav_mobile a:hover svg{
	fill:#634BFF;
}





/*联系我们*/
#contactus2022 .contactus2022-section1{
    padding: 80px;
    background: #F6F0EC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contactus2022 .section1-left{
    width: 580px;
}
#contactus2022 .section1-left img{
    max-width: 100%;
	display:block;
}
#contactus2022 .section1-right{
    width: calc(100% - 580px);
    padding-left: 80px;
    box-sizing: border-box;
}
#contactus2022 .section1-right .shopyy-title{
    margin-bottom: 20px;
	text-align:left;
}
#contactus2022 .section1-right .section1-links{
    margin: 50px 0;
}
#contactus2022 .section1-right .section1-list ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 40px;
}
#contactus2022 .section1-right .section1-list li {
    border-top: 1px solid #000;
    padding: 24px 0;
}
#contactus2022 .section1-right .section1-list li h4 {
    font-size: 16px;
}
#contactus2022 .section1-right .section1-list li p {
    color: #666;
    margin: 10px 0 0;
}
#contactus2022 .section1-right .section1-list li .section1-cus {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin: 24px 0 0;
}
#contactus2022 .section1-right .section1-list li .section1-cus .svg {
    display: flex;
}
#contactus2022 .contactus2022-section2{
    padding: 80px;
}
#contactus2022 .contactus2022-section2 ul{
    display: flex;
}
#contactus2022 .contactus2022-section2 li{
	
}
#contactus2022 .contactus2022-section2 li:nth-child(4){
	
}
#contactus2022 .contactus2022-section2 li img{
	max-width:100%;
	display:block;
}
#contactus2022 .contactus2022-section2 li .section2-content{
    padding: 40px;
    height: 155px;
    background: linear-gradient(270deg, #826FFF 0%, #634BFF 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}
#contactus2022 .contactus2022-section2 li .section2-content h3{
	font-size:16px;
}
#contactus2022 .contactus2022-section2 .section2-pagination{
    display: flex;
    justify-content: center;
	margin-top:25px;
}
#contactus2022 .contactus2022-section2 .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    background-color: #ccc;
    opacity: .5;
    border-radius: 0;
}
#contactus2022 .contactus2022-section2 .swiper-pagination-bullet-active {
    background-color: #1D2345;
    opacity: 1;
}










#contactus2022 .contactus2022-section3 li{
	display: flex; 
}
#contactus2022 .contactus2022-section3 li .section3-left {
    width: 50%;
}
#contactus2022 .contactus2022-section3 li .section3-content{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    border: 1px solid #ccc;
}
#contactus2022 .contactus2022-section3 li .section3-content-wrapper{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
	padding: 48px;
	border-left: 1px solid #ccc;
    box-sizing: border-box;
}
#contactus2022 .contactus2022-section3 li .section3-content p{
	line-height:2.5;
}
#contactus2022 .contactus2022-section3 li .section3-content-wrapper .shopyy-title{
	position:relative;
	padding:32px 0 0;
}
#contactus2022 .contactus2022-section3 li .section3-content-wrapper .shopyy-title:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:8px;
	width:32px;
	background:#634BFF;
}

#contactus2022 .contactus2022-section3 li .img{
	height:100%;
}
#contactus2022 .contactus2022-section3 li .img img {
	display:block;
    max-height: 100%;
    max-width: 100%;
}
#contactus2022 .contactus2022-section3 li:nth-child(2) .section3-content,
#contactus2022 .contactus2022-section3 li:nth-child(4) .section3-content,
#contactus2022 .contactus2022-section3 li:nth-child(6) .section3-content{
	justify-content: flex-start;
}
#contactus2022 .contactus2022-section3 li:nth-child(2) .section3-content-wrapper,
#contactus2022 .contactus2022-section3 li:nth-child(4) .section3-content-wrapper,
#contactus2022 .contactus2022-section3 li:nth-child(6) .section3-content-wrapper{
	border: none;
	border-right: 1px solid #ccc;
}
#contactus2022 .contactus2022-section3 li:nth-child(6) .img,
#contactus2022 .contactus2022-section3 li .section3-right,
#contactus2022 .contactus2022-section3 li:nth-child(3) .img,
#contactus2022 .contactus2022-section3 li:nth-child(3) .section3-content{
	width:50%;
}
#contactus2022 .contactus2022-section3 li:nth-child(3) .section3-content-wrapper{
	width:100%;
}
#contactus2022 .contactus2022-section3 li:nth-child(3) .section3-right{
	display:flex;
}
#contactus2022 .contactus2022-section3 li:nth-child(6) .img{}
#contactus2022 .contactus2022-section3 li:nth-child(6) .section3-left{
	display:flex;
	justify-content: flex-end;
}

#contactus2022 .contactus2022-section4{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background: #F3F3F5;
	padding:80px 0;
	text-align:center;
}
#contactus2022 .contactus2022-section4 .shopyy-detail{
	margin-top:20px;
}
#contactus2022 .contactus2022-section4 .btn-style{
	margin:50px 0;
}
#contactus2022 .contactus2022-section4 .section4-loop-1,
#contactus2022 .contactus2022-section4 .section4-loop-2{
	margin-bottom:10px;
	width:100%;
	position:relative;
}
#contactus2022 .contactus2022-section4 ul{
	display:flex;
}
#contactus2022 .contactus2022-section4 .section4-loop-2 ul{
	flex-flow: row-reverse;
}
#contactus2022 .contactus2022-section4 ul li{
	
}
#contactus2022 .contactus2022-section4 .section4-loop1-swiper,
#contactus2022 .contactus2022-section4 .section4-loop2-swiper{
	position:relative;
	overflow:hidden;
	width:100%;
}
#contactus2022 .contactus2022-section4 .section4-loop-1 li,
#contactus2022 .contactus2022-section4 .section4-loop-2 li{
	width:auto;
	margin:0 5px;
}
#contactus2022 .contactus2022-section4 .section4-loop-1 img,
#contactus2022 .contactus2022-section4 .section4-loop-2 img{
	max-height:280px;
	display:block;
}









#contactus .contactus-box{
	padding: 100px 0;
    text-align: center;
    font-size: 0;
}
#contactus .contactus-item{
    display: inline-block;
    max-width: 355px;
    height: 350px;
    font-size: 14px;
    width: 100%;
    margin: 0 25px;
    box-shadow: 0 4px 25px rgba(10,14,29,.1);
    vertical-align: top;
    box-sizing: border-box;
    padding: 50px;
    text-align: left;
}
#contactus .contactus-item dl{
	margin-bottom: 35px;
}
#contactus .contactus-item dt{
	font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}
#contactus .contactus-item dd{}
#contactus .contactus-item dd p{
	color: #634BFF;
    font-size: 30px;
    font-weight: bold;
}
#contactus .contactus-item dd span{
	display: block;
    color: #666;
}
#contactus .contactus-item dd .btn{
	width: 135px;
    height: 42px;
    border: 1px solid #634BFF;
    display: block;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    color: #634BFF;
    font-size: 16px;
    margin: 15px 0 25px;
	border-radius:4px;
	transition:all 0.3s ease;
}
#contactus .contactus-item dd .btn:hover{
	color: #fff;
	background: #634BFF;
}
#contactus .contactus-item dd h3{
	margin-bottom: 15px;
    font-size: 18px;
}
#contactus .contactus-item dd h3 .link{
	color: #634BFF;
    text-decoration: underline;
}
#contactus .company-add{
	padding: 0 0 100px;
}
#contactus .company-add ul{
	font-size: 0;
    text-align: center;
}
#contactus .company-add li{
	display: inline-block;
    width: 300px;
    margin: 0 10px;
	vertical-align:top;
	border-radius:5px;
	overflow:hidden;
}
#contactus .company-add li .company-add-content{
	font-size: 14px;
    background: #634BFF;
    box-sizing: border-box;
    color: #fff;
    padding: 20px 30px;
    text-align: left;
}
#contactus .company-add li .company-add-content h3{
    font-size: 24px;
    margin-bottom: 20px;
}
#contactus .company-add li .company-add-content p{
	height:36px;
	line-height:18px;
}
#contactus .company-add li .company-add-img{}
#contactus .company-add li .company-add-img img{
	max-width: 100%;
}






#aboutus{
	max-width:100%;
	overflow:hidden;
}

#aboutus .banner{
	position: relative;
    height: 580px;
    background: #1D2345;
}
#aboutus .aboutus-banner-wapper{
	position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
	color:#fff;
}
#aboutus .banner h3{
	font-size: 45px;
    margin-bottom: 30px;
}
#aboutus .banner p{
	font-size: 16px;
    margin-bottom: 50px;
}

#aboutus .aboutus-section1{
	position:relative;
	width:100%;
	padding:0 50px 50px;
	margin-top:-160px;
	box-sizing:border-box;
	border-bottom:1px solid #eee;
}
#aboutus .aboutus-section1 .aboutus-wrapper{
	font-size:0;
	transition:all 0.3s ease-in;
	
}
#aboutus .aboutus-section1 .swiper-slide{
	display:inline-block;
	width:calc((100vw - 100px)/5 - 40px);
	margin-right:50px;
	vertical-align:top;
	font-size:14px;
}

#aboutus .aboutus-section1-title{
	height:30px;
	margin-bottom:40px;
	text-align:center;
}
#aboutus .aboutus-section1-title span{
	display:inline-block;
	width:46px;
	height:30px;
	text-align:center;
	color:#fff;
	border-radius:0;
	opacity:1; 
	background:none;
	position:relative;
	outline:none;
	font-size:16px;
	font-weight:normal;
	margin:0 8px;
	cursor:pointer;
}
#aboutus .aboutus-section1-title span:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	height:3px;
	width:0;
	background:#634BFF;
	transition:all 0.3s ease-in;
}
#aboutus .aboutus-section1-title span.on:before{
	width:100%;
}
#aboutus .aboutus-content{
	position:relative;
}
#aboutus .aboutus-content .aboutus-item{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
#aboutus .aboutus-content .aboutus-item.on{
	opacity:1;
	position:relative;
	z-index:9;
}
#aboutus .aboutus-container{
	overflow:inherit;
}
#aboutus .aboutus-section1-list{
	background:#fff;
	box-shadow:0 4px 25px rgba(10,14,29,.1);
	padding:20px;
	position:relative;
}
#aboutus .aboutus-section1-list h4{
	color:#999;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
}
#aboutus .aboutus-section1-list h4 svg{
	fill:#7966f1;
	vertical-align:top;
	margin-right:8px;
	width:20px;
	height:20px;
}
#aboutus .aboutus-section1-list .aboutus-content{
	color: #000;
    margin: 50px 0 0;
    height: 100px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
#aboutus .aboutus-section1-list:hover .aboutus-content {
	min-height: 100px;
    height: auto;
    -webkit-line-clamp: 200;
}
#aboutus .aboutus-section1-list:before{
	content: '';
    position: absolute;
    left: 30px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
}
#aboutus .aboutus-section1-list:after{
	content:'';
	position:absolute;
	left:33px;
	bottom:-58px;
	width:14px;
	height:14px;
	border-radius:50%;
	background:#634BFF;
}
#aboutus .title{
	font-size:30px;
	color:#000;
}

#aboutus .aboutus-section2{
	font-size:0;
	padding:0 0 70px;
	margin-top:50px;
}
#aboutus .aboutus-section2 .title{
	margin-bottom:40px;
}
#aboutus .aboutus-wapper{
	width:1150px;
	margin:0 auto;
}
#aboutus .aboutus-section2-left{
	display:inline-block;
	width:calc(100% - 655px);
	vertical-align:middle;
	font-size:14px;
	margin-right:175px;
}
#aboutus .aboutus-section2-left p{
	line-height:26px;
	color:#666;
	font-size:16px;
}
#aboutus .aboutus-section2-right{
	display:inline-block;
	width:480px;
	vertical-align:middle;
	font-size:14px;
}
#aboutus .aboutus-section2-right ul{
	font-size:0;
}
#aboutus .aboutus-section2-right li{
	display:inline-block;
	width:calc(50% - 15px);
	margin-right:30px; 
	font-size:14px;
	padding:50px 0;
	background:#fff;
	margin-bottom:30px;
	box-shadow:0 4px 30px rgba(10,14,29,.1);
	text-align:center;
}
#aboutus .aboutus-section2-right li:nth-child(2n){
	margin-right:0;
}
#aboutus .aboutus-section2-right li:nth-child(3){
	margin-bottom:0;
}
#aboutus .aboutus-section2-right li:nth-child(4){
	margin-bottom:0;
}
#aboutus .aboutus-section2-right li h4{
	font-weight:normal;
	font-size:40px;
	color:#634BFF;
	margin-bottom:30px;
	font-weight:bold;
}
#aboutus .aboutus-section2-right li p{
	color:#666;
	font-size:16px;
}


#aboutus .aboutus-section3{
	padding-bottom:70px;
	padding-top:70px;
	background-color:#f3f3f5;
}
#aboutus .aboutus-section3 .title{
	text-align:center;
	padding-bottom:50px;
}
#aboutus .aboutus-section3 ul{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin:0 -15px;
}
#aboutus .aboutus-section3 ul li{
	width:25%;
	padding:0 15px;
	box-sizing:border-box;
	margin-bottom:20px;
}
#aboutus .aboutus-section3 ul li .img{
	background:#fff;
	border-radius:8px;
	overflow:hidden;
	height:200px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:15px;
	padding:20px;
	box-sizing:border-box;
}
#aboutus .aboutus-section3 ul li img{
	max-width:100%;
	max-height:100%;
}
#aboutus .aboutus-section3 ul li .name{
	font-weight:bold;
	font-size:15px;
	padding-bottom:8px;
}
#aboutus .aboutus-section3 ul li p{
	color:#666;
}

#aboutus .aboutus-section3 .more{
	text-align:center;
	padding-top:20px;
}
#aboutus .aboutus-section3 .more a{
	display:inline-block;
	border:1px solid #cfcfcf;
	border-radius:4px;
	padding:10px 15px;
	min-width:100px;
	color:#999999;
}
#aboutus .aboutus-section3 .more a:hover{
	color:#fff;
    background: #634BFF;
	border-color:#634BFF;
	transition: all 0.3s ease;
}

#aboutus .aboutus-section4{
	padding:70px 0;
	border-bottom:1px solid #eee;
}
#aboutus .aboutus-section4 .title{
	text-align:center;
}
#aboutus .aboutus-section4 ul{
	font-size:0;
	margin-top:50px;
}
#aboutus .aboutus-section4 li{
	display:inline-block;
	width:calc(33.33333% - 50px);
	margin-right:75px;
	font-size:14px;
	vertical-align:top;
}
#aboutus .aboutus-section4 li:nth-child(3n){
	margin-right:0;
}
#aboutus .aboutus-section4 li .aboutus-section3-title{
	line-height:60px;
	font-size:20px;
}
#aboutus .aboutus-section4 li .aboutus-section3-title svg{
	height:60px;
	width:60px;
	display:inline-block;
	vertical-align:top;
	margin-right:15px;
}
#aboutus .aboutus-section4 li .aboutus-section3-detail{
	line-height:24px;
	color:#999;
	padding-left:75px;
}
#aboutus .aboutus-section5{
	padding:75px 0;
	text-align:center;
	border-bottom:1px solid #eee;
}
#aboutus .aboutus-section5 .title{}
#aboutus .aboutus-section5 .aboutus-section4-detail{
	color:#999;
	margin:30px 0 70px;
}
#aboutus .aboutus-section5 .aboutus-section4-detail span{
	display:block;
}
#aboutus .aboutus-section5 .aboutus-section4-btn{
	display:inline-block;
	width:220px;
	height:52px;
	border:1px solid #7d6bf1;
	box-sizing:border-box;
	text-align:center;
	line-height:50px;
	font-size:14px;
	color:#7d6bf1;
	border-radius:5px;
	transition:all 0.3s ease-in;
}
#aboutus .aboutus-section5 .aboutus-section4-btn:hover{
	background:#7d6bf1;
	color:#fff;
}

#aboutus .aboutus-section6{
	padding:75px 0;
	text-align:center;
}
#aboutus .aboutus-section6 .img{
	margin-bottom:30px;
	position:relative;
}
#aboutus .aboutus-section6 .img-list{
	max-width:600px;
	margin:0 auto;
}
#aboutus .aboutus-section6 img{
	max-width:100%;
	border-radius:5px;
}
#aboutus .aboutus-section6 .img span{
	position:absolute;
	bottom:10px;
	right:10px;
	color:#fff;
	font-size:18px;
	text-align:right;
}


/*成功案例*/
#cases h2,#cases h3,#cases h4,#cases h5{
	color:#333;
}
#cases{
	color:#666;
}
#cases .row{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
#cases .section-wapper{
	width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}
#cases .section{
	margin-bottom:100px;
}
#cases .title{
	padding-bottom:60px;
}
#cases .section1{
	padding:80px 0 0;
}
#cases .section1 .title{
	text-align:center;
}
#cases .section1 .title h2{
	font-size:40px;
	line-height:60px;
	color:#333;
	padding-bottom:10px;
}
#cases .section1 .title p{
	font-size:16px;
	color:#666;
}
#cases .section1 .row{
    align-items: center;
}
#cases .section1 .text,
#cases .section1 .img{
	width:50%;
}
#cases .section1 .img{
	position:relative;
}
#cases .section1 .img .section1_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	border-radius:8px;
}
#cases .section1 .img2{
	position:absolute;
	left:0;
	top:30px;
	width:100%;
	text-align:center;
	z-index:1;
}
#cases .section1 .img3{
	position:absolute;
	left:50px;
	right:50px;
	bottom:50px;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
}
#cases .section1 .img img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
#cases .section1 .text-con{
	width:70%;
}
#cases .section1 .text-con h3{
	font-size:26px;
	line-height:35px;
	padding-bottom:20px;
}
#cases .section1 .text-con .describe{
	padding:18px;
	background:#f1f1f1;
	border-radius:8px;
	font-size:16px;
	line-height:24px;
	color:#666;
}

#cases .section2{
	padding:100px;
	position:relative;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#cases .section2 .section2_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5)
}
#cases .section2 .content{
	width:100%;
	max-width:966px;
	margin:0 auto;
	background:rgba(255,255,255,0.9);
	padding:30px;
	border-radius:8px;
	position:relative;
	box-sizing:border-box;
}
#cases .section2 .row{
	align-items: center;
	-webkit-flex-flow: nowrap;
    flex-flow: nowrap;
}
#cases .section2 .content .img{
	width:17%;
	min-width:150px;
}

#cases .section2 .content .text{
	width:83%;
	padding-left:20px;
	box-sizing:border-box;
}
#cases .section2 .content .tit{
	padding-bottom:15px;
}
#cases .section2 .content .tit svg{
	display:inline-block;
}
#cases .section2 .content .tit h4{
	display:inline-block;
	font-size:25px;
	padding-left:10px;
}
#cases .section2 .content .describe{
	font-size:16px;
	line-height:24px;
	padding-bottom:20px;
}
#cases .section .content .Keywords{
	color:#999;
}
#cases .section .content .Keywords span{
	display:inline-block;
	background: #E4E4E4;
	border-radius:4px;
	padding:5px 8px;
	font-size:13px;
	color:#333;
	margin:0 3px 5px;	
}

#cases .section3{
	margin-bottom: 100px;
}
#cases .section3 .text,
#cases .section3 .img{
	width:50%;
}
#cases .section3 .img img{
	max-width:100%;
	display:block;
	height:100%;
}
#cases .section3 .text{
	background:#4D40A2;
	padding:50px 50px 40px;
	display: flex;
    align-items: center;
	box-sizing:border-box;
}
#cases .section3 ul{
	width:100%;
}
#cases .section3 ul li{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:15px;
	margin-bottom:15px;
}
#cases .section3 .list-tit{
	position:relative;
	color:#fff;
	font-size:18px;
	line-height:26px;
	cursor:pointer;
	font-weight:bold;
}
#cases .section3 .list-tit svg{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
#cases .section3 .list-tit svg.minus{
	display:none;
}

#cases .section3 .list-con{
	padding:15px 0 0;
	display:none;
}
#cases .section3 .list-con p{
	color:#fff;
	padding-bottom:20px;
}
#cases .section3 .list-con .con-txt{
	max-height: 133px;
    overflow-y: auto;
}
#cases .section3 .list-con .con-txt::-webkit-scrollbar{width:4px;height:4px}
#cases .section3 .list-con .con-txt::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:8px}
#cases .section3 .list-con .con-txt::-webkit-scrollbar-thumb:vertical{height:4px;background-color:#999;-webkit-border-radius:8px}
#cases .section3 .list-con .con-txt::-webkit-scrollbar-thumb:horizontal{width:4px;background-color:#fff;-webkit-border-radius:8px}
#cases .section3 .list-con .con-txt img{
	max-width:100%;
}
#cases .section3 .img{
	position:relative;
	min-height:360px;
	overflow:hidden;
}
#cases .section3 .img .img-txt{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
    justify-content: center;
}
#cases .section3 .img .img-con{
	max-width:500px;
	width:90%;
	padding:30px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.9);
	border-radius:8px;
}
#cases .section3 .img .img-con .icon{
	padding:15px 0;
	text-align:center;
}
#cases .section3 .img .img-con h4{
	font-size: 25px;
	text-align:center;
	padding:5px 0 15px;
}
#cases .section3 .img .describe p{
	padding-bottom:15px;
}
#cases .section2 .img_pc,
#cases .section3 .img_pc{
	display:block;
}
#cases .section2 .img_wap,
#cases .section3 .img_wap{
	display:none !important;
	max-width: 100%;
}
#cases .section2 .img_wap{
	margin-bottom:20px;
}
#cases .section4 .title{
	text-align:center;
	padding-bottom:60px;
}
#cases .section4 .title h3{
	font-size:26px;
	padding-bottom:10px;
}
#cases .section4 .title p{
	color:#666;
}
#cases .section4 .cooperate{
    align-items: center;
}
#cases .section4 .cooperate .text,
#cases .section4 .cooperate .img{
	width:50%;
	box-sizing:border-box;
}
#cases .section4 .cooperate .img{
	border-radius:4px;
}
#cases .section4 .cooperate .img img{
	max-width:100%;
}
#cases .section4 .cooperate .text{
	padding:50px;
}
#cases .section4 .cooperate .text h5{
	font-size:20px;
	line-height:24px;
	padding-bottom:20px;
}
#cases .section4 .cooperate .text .describe{
	line-height:24px;
	font-size:16px;
}

#cases .section5 .title{
	text-align:center;
	padding-bottom:50px;
}
#cases .section5 .title h3{
	font-size:26px;
	padding-bottom:10px;
}
#cases .section5 .section5_bg{
	background:#f9f9f9;
	padding:50px 0;
}
#cases .section5 .list{
	position:relative;
	width:calc(33.3333% - 30px);
	padding:20px;
	background:#fff;
	margin:0 15px;
	text-align:center;
	box-sizing:border-box;
}
#cases .section5 .list.none{
	margin-bottom:0;
} 
#cases .section5 .list svg{

}
#cases .section5 .list h4{
	font-size:20px;
	line-height:36px;
	padding-bottom:10px;
}


#cases .section6 .title{
	text-align:center;
	padding-bottom:40px;
}
#cases .section6 .title h3{
	font-size:26px;
}
#cases .section6 .describe{
	text-align:center;
	padding-bottom:40px;
}
#cases .section6 .describe h5{
	font-size:18px;
	padding-bottom:10px;
}
#cases .section6 .describe p{
	font-size:14px;
}
#cases .section6 .marketing-data{
	padding-bottom:40px;
}
#cases .section6 .statistical_chart .row{
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap
}
#cases .section6 .marketing-data li{
	width:25%;
	text-align:center;
}
#cases .section6 .marketing-data li .name{
	margin-bottom:5px;
	color:#999;
}
#cases .section6 .marketing-data li .num span{
	font-weight:bold;
	font-size:18px;
	color:#333;
}
#cases .section6 .statistical_chart li{
	width:calc(10% - 16px);
	overflow:hidden;
	border: 1px solid #EEEEEE;
	margin:0 8px;
	text-align:center;
	max-height:300px;
	cursor:pointer;
	border-radius:8px;
	box-sizing:border-box;
}
#cases .section6 .statistical_chart li img{
	height:300px;
}
#cases .section6 .statistical_chart li.show{
	width:30%;
	border:none;
	box-shadow:0px 10px 20px rgba(33, 39, 65, 0.08);
}
#cases .section6 .statistical_chart li.show img{
	max-width:100%;	
	height:auto;
}

#cases .section7 .content{
	position:relative;
	padding:100px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
#cases .section7 .section7_bg{
	background:rgba(22,16,55,0.7);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#cases .section7 .con{
	max-width:966px;
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:center;
}
#cases .section7 .describe{
	color:#fff;
	padding-bottom:50px;
}
#cases .section7 .form-box{
	max-width:520px;
	width:100%;
	margin:0 auto;
	background:#fff;
	padding:50px;
	border-radius:8px;
	box-sizing:border-box;
}
#cases .section7 .form-box .contacts{
    text-align: left;
	padding-bottom:40px;
}
#cases .section7 .form-box .contacts .vertical{
	width:1px;
	height:60px;
	display:inline-block;
	margin:0 20px;
	background:#eee;
}
#cases .section7 .form-box .contacts .code{
	display:inline-block;
	width:60px;
	height:60px;
}
#cases .section7 .form-box .contacts .code img{
	max-width:100%;
}
#cases .section7 .form-box .contacts .rt{
	display:inline-block;
    vertical-align: top;
	padding-top:5px;
}
#cases .section7 .form-box .name{
	padding-bottom:15px;
	color:#333;
}
#cases .section7 .form-box .name svg{
	fill:none;
	margin:0 8px -5px 0;
}
#cases .section7 .form-box .name .a{
	fill:#333;
}
#cases .section7 .form-box .phone{
	line-height:16px;
	color:#333;
}
#cases .section7 .form-box .phone svg{
	margin: 0 8px -2px 0;
	fill: #333;
}
#cases .section7 .form-box .phone svg{
    
}
#cases .section7 .form-box .list{
	text-align:left;
	padding-bottom:20px;
}
#cases .section7 .form-box .list p {
	font-size:14px;
	margin-bottom:5px;
}
#cases .section7 .form-box .list p span{
	color:#F00;
}
#cases .section7 .form-box .list input{
	border: 1px solid #CFCFCF;
	width:100%;
	height:46px;
	border-radius:6px;
	padding-left:10px;
	box-sizing:border-box;
}
#cases .section7 .form-box button{
	background:#634BFF;
	display:block;
	height:48px;
	border:none;
	width:100%;
	color:#fff;
	border-radius:6px;
	font-size:16px;
}
#cases .section7 .form-box .tips{
	color:#999;
	padding-top:10px;
}
#cases .popup_img{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
    align-items: center;
    justify-content: center;
	background:rgba(0,0,0,0.7);
	z-index:1000;
}
#cases .popup_img.show{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#cases .popup_img img{
	max-width:90%;
}
#cases .pc{
	display:block;
}
#cases .wap{
	display:none;
}

#cases .describe strong{
	color:#000;
}
#cases .describe span{
	font-size:12px;
    color: #999;
}
.mobile-nav{
	display:none;
	
}



 /* domain-page */
#domain-page{
	background: #F3F3F5;	
}
#domain-page .section-1{
    height: 100vh;
    background: #1D2345;
	overflow:hidden;
	position:relative;
} 
#domain-page .section-1 .section-1-content{
	position:absolute;
	left:0;
	top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    z-index: 9;
}
#domain-page .section-1 h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
}
#domain-page .section-1 .detail{
    max-width: 730px;
	width:100%;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    margin-top: 30px;
    text-align: center;
}

#domain-page .section-2{
	padding:50px 200px;
	margin-top:-120px;
	position:relative;	
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(29, 35, 69, 0.1);
	border-radius: 16px;
	z-index:99;
}
#domain-page .section-2 .domain-search{
    height: 70px;
    background: #F1F1F3;
    border-radius: 6px;
    padding: 8px;
    box-sizing: border-box;
}
#domain-page .section-2 .domain-search form{
    display: flex;
	align-items:center;
}
#domain-page .section-2 .domain-search form .txt{
    width: calc(100% - 150px);
    height: 54px;
    border: 0;
    padding: 0;
    font-size: 20px;
    text-indent: 15px;
    box-sizing: border-box;
    background: none;
}
#domain-page .section-2 .domain-search form .shopyy-btn{
    height: 54px;
    width: 150px;
    border: none;
	cursor:pointer;
}
#domain-page .section-2 .search-bottom {
	margin-top:30px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	white-space:nowrap;
}
#domain-page .section-2 .search-bottom .search-bottom-left {
	color:#666;
	display:flex;
	align-items:center;
}
#domain-page .section-2 .search-bottom .search-bottom-left .search-span{
	display: flex;
    align-items: center;
    white-space: nowrap;
    flex-wrap: wrap;
}
#domain-page .section-2 .search-bottom .search-bottom-left span{
	color: #1D2345;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid rgba(29, 35, 69, 0.3);
    margin: 5px;
	margin-bottom:10px;
    border-radius: 4px;
}
#domain-page .section-2 .search-bottom .search-bottom-right a{
	display:flex;
	align-items:center;
	font-size: 20px;
	font-weight: bold;
	color: #634BFF;
	padding-right:10px;
	transition:all 0.3s ease;
}
#domain-page .section-2 .search-bottom .search-bottom-right a svg{
	margin-left:10px;
	transition:all 0.3s ease;
}
#domain-page .section-2 .search-bottom .search-bottom-right a:hover{
	padding-right:0;
}
#domain-page .section-2 .search-bottom .search-bottom-right a:hover svg{
	margin-left:20px;
}


#domain-page .section-3{
	position:relative;
	margin-top:100px;
	background:url(../image/domain-1.png) no-repeat scroll center center;
	background-size:cover;
}
#domain-page .section-3:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 35, 69, .3);
}
#domain-page .section-3 .section-3-content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
	z-index:9;
	box-sizing:border-box;
}
#domain-page .section-3 .domain-title{
	font-size: 30px;
	color: #FFFFFF;
}
#domain-page .section-3 .section-3-content ul{
    margin-top: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
#domain-page .section-3 .section-3-list{
	width:290px;
}
#domain-page .section-3 .section-3-list .section-3-svg{
    width: 54px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#domain-page .section-3 .section-3-list h4{
    font-size: 20px;
    margin-top: 18px;
}
#domain-page .section-3 .section-3-list p{
    font-size: 16px;
    color: rgba(255,255,255,.8);
    margin-top: 18px;
    line-height: 24px;
}
#domain-page .section-4{
	padding:80px 0;
}
#domain-page .section-4 .section-4-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#domain-page .section-4 .img{
	max-width: 50%;
}
#domain-page .section-4 .img img{
	max-width: 100%;
}
#domain-page .section-4 .section-4-right{
    width: 50%;
    padding: 0 120px;
    box-sizing: border-box;
}
#domain-page .section-4 .section-4-right h3{
    font-size: 30px;
	color:#333;
}
#domain-page .section-4 .section-4-right ul{
    margin-top: 50px;
}
#domain-page .section-4 .section-4-right li{
    display: flex;
    margin-bottom: 24px;
}
#domain-page .section-4 .section-4-right li .svg{
    margin-right: 24px;
}
#domain-page .section-4 .section-4-right li h4{
    font-size: 20px;
	line-height:1;
}
#domain-page .section-4 .section-4-right li p{
    margin-top: 15px;
    font-size: 16px;
    color: #666;
}

.right_nav .right_nav_1{
	opacity:0;
	visibility:hidden;
	height:0;
	transition:all 0.35s;
	
}
.right_nav_mobile{
	display:block;
}
.right_nav .right_nav_1.show{
	opacity:1;
	visibility:visible;
	height:214px;
}




.index-section-wapper {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}
#price-page .section-4 .fun-list-wap{
	display: none;
}


@media screen and (max-width:1920px){}
@media screen and (max-width:1919px){
	.index-section-wapper {
		max-width: 1280px;
	}
}
@media screen and (max-width:1440px){
	#header .nav > ul > li .nav-level-2{
		padding: 0 100px;
	}
	
	.index-content .section-2 .section-2-container li .section-2-wrapper{
		height:400px;
	}
	#footer .link{
		display: grid;
		grid-template-columns: repeat(5,1fr);
		grid-column-gap: 40px;
		grid-row-gap: 40px;
	}
	#footer .link dl{
		width:100%;
	}
	.index-content .section-5 .section-5-content{
		padding:50px;
	}
	.index-content .section-5 .section-5-content:before{
		left: 50px;
    	top: 50px;
	}
	.shopyy-wrapper,
	#product-page .section-2 .section-2-2,
	#product-page .section-1{
		padding:0 120px;
	}
	#product-page .section-1{
		
	}
	#theme-page .section-1 .section-1-wrapper{
		padding:0 120px;
	}
	#product-page .section-2 .section-2-content{
		right:120px;
	}
	
	
	#contactus2022 .contactus2022-section3 li .section3-content-wrapper{
		width:100%;
		border:none;
	}
	#contactus2022 .contactus2022-section3 li:nth-child(3) .section3-left{
		width:0;
	}
	#contactus2022 .contactus2022-section3 li:nth-child(3) .section3-right{
		width: 100%;
    	flex-flow: row-reverse;
	}
	#contactus2022 .contactus2022-section3 li:nth-child(3) .img{
		padding-right: 25%;
		width: 25%;
	}
	#aboutus .aboutus-section1 .swiper-slide{
		width: calc((100vw - 100px)/4 - 37.5px);
    	margin-right: 50px;
	}
	
	#aboutus .aboutus-wapper{
		width:100%;
		padding:0 50px;
		box-sizing:border-box;
	}
	
}
@media screen and (max-width:1280px){
	.index-content .section-3 li .img{
		height:400px;
	}
	#product-page .section-2 .section-2-2 .section-2-title,
	#product-page .section-1 .section-1-content h3,
	.index-content .section-1 .section-1-content h3{
		font-size:40px;
	}
	#product-page .section-1 .section-1-content p{
		font-size:20px;
	}
	.index-content .section-1 .section-1-content p{
		font-size:20px;
		width:480px;
	}
	#product-page .section-1 {
		height: auto;
		padding: 80px 120px;
	}
	.index-content .section-1 .section-1-content{
		padding: 84px 120px 200px;
	}
	.index-content .section-1 .section-1-content .ban_form{
		width:480px;
		height: 60px;
	}
	.index-content .section-1 .section-1-content .phone-txt{
		height:48px;
	}
	.index-content .section-1 .section-1-content .phone-btn{
		height:48px;
	}
	.index-content .section-1 .section-1-list ul{
		height:200px;
	}
	#product-page .section-5-tab .section-5-list.on, 
	#product-page .section-4-tab .section-4-list.on{
		height:500px;
	}
	
	#price-page .section-1 .section-1-list > ul > li .li_top{
		padding:0 20px;
	}
	#price-page .section-1 .section-1-list > ul > li .li_bom dl{
		width:calc(100% - 40px);
	}
	#price-page .section-1 .section-1-list > ul > li .li_top .price strong{
		font-size:40px;
	}
	#cases-page .section-1 .section-1-content{
		padding:0 120px;
	}
	.body-application .section1 .pc-content li{
		width:calc(50% - 15px);
	}
	.body-application .section1 .pc-content li:nth-child(3n){
		margin-right: 30px;
	}
	.body-application .section1 .pc-content li:nth-child(2n){
		margin-right: 0;
	}
	.body-application .section2 .application{
		grid-template-columns: repeat(4,1fr);
	}
	
	.body-application .section2 .allapplication.on .application{
		grid-template-columns: repeat(3,1fr);
	}
	.index-content .image-text .image{
		padding: 40px;
	}
	
	#contactus2022 .section1-left{
		width:500px;
	}
	#contactus2022 .section1-right{
		width: calc(100% - 500px);
    	padding-left: 50px;
	}
	#contactus2022 .contactus2022-section3 li .section3-content-wrapper{
		padding:30px;
	}
	#contactus2022 .shopyy-title{
		font-size:30px;
	}
	
	
	
	
	
	
	
	
	
	
}
@media screen and (max-width:1024px){

	.mobile-nav{
		display:block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		z-index: 999999;
	}
	.mobile-nav .mobile-nav-wrapper{
		background: #fff;
		width: 80%;
		position: absolute;
		right: 0;
		top: 0;
		height: 100vh;
		transform:translate(100%,0);
		transition: all 0.3s ease;
	}
	.mobile-nav.on{
		opacity:1;
		visibility:visible;
	}
	.mobile-nav.on .mobile-nav-wrapper{
		transform:none;
	}
	.mobile-nav .mobile-nav-top{
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
		border-bottom:1px solid #eee;
	}
	.mobile-nav .mobile-nav-top .m-logo svg{
		display:block;
	}
	.mobile-nav .mobile-nav-top .m-logo svg .color-icon{
		fill: #634BFF;
	}
	.mobile-nav .mobile-nav-top .m-nav-close{
		width:30px;
		height:30px;
		position:relative;
	}
	.mobile-nav .mobile-nav-top .m-nav-close:before{
		content: '';
		width: 100%;
		height: 2px;
		background: #333;
		position: absolute;
		top: 50%;
		transform: rotate(-135deg);
		transition:all .5s ease;
	}
	.mobile-nav .mobile-nav-top .m-nav-close:after{
		content: '';
		width: 100%;
		height: 2px;
		background: #333;
		position: absolute;
		top: 50%;
		transform: rotate(45deg);
		transition:all .5s ease;
	}
	.mobile-nav.on .mobile-nav-top .m-nav-close:before{
		transform: rotate(45deg);
	}
	.mobile-nav.on .mobile-nav-top .m-nav-close:after{
		transform: rotate(-45deg);
	}
	
	
	.mobile-nav ul{
		padding: 20px 0;
		overflow: auto;
		height: calc(100vh - 80px);
		box-sizing: border-box;
	}
	.mobile-nav ul li{}
	.mobile-nav ul li a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		height:50px;
		padding:0 20px;
	}
	.mobile-nav ul li a:hover{
		color:#333;
	}
	.mobile-nav ul li.on .level-2 dd.on > a svg,
	.mobile-nav ul li.on > a svg{
		transform:rotate(180deg);
	}
	.mobile-nav ul li a .down-icon .icon2{
		display: none;
	}
	.mobile-nav ul li.on .level-2 dd.on > a .down-icon .icon1,
	.mobile-nav ul li.on > a .down-icon .icon1{
		display: none;
	}
	.mobile-nav ul li.on .level-2 dd.on > a .down-icon .icon2,
	.mobile-nav ul li.on > a .down-icon .icon2{
		display: block;
	}


	.mobile-nav ul li .level-2{
		display:none;
		background: #f5f5f5;
	}
	.mobile-nav ul li dd > a{}
	.mobile-nav ul li dd > a svg{}
	.mobile-nav ul li .three-level{
		display:none;
	}
	.mobile-nav ul li .three-level a{
		text-indent: 15px;
	}
	.mobile-nav ul li.on .level-2{
		display:block;
	}
	.mobile-nav ul li.on .level-2 dd.on .three-level{
		display:block;
	}

	#header .header-wrapper{
		padding:0 30px;
	}
	#header .nav,
	#header .header-right{
		display:none;
	}
	#header .header-left .mobile-login, 
	#header .header-left .mobile-menu-icon,
	#header .header-wrapper{
		display:block;
	}
	#header .header-left{
		justify-content: space-between;
	}
	#header .header-left .mobile-menu-icon svg{
		fill: #fff;
	}
	#header.header-hover .header-left .mobile-menu-icon svg,
	#header.posFixed .header-left .mobile-menu-icon svg{
		fill: #333;
	}


	#footer .footer-top{
		padding: 80px 50px;
	}
	.index-content .image-text{
		padding: 0 50px;
	}
	.index-content .image-text .image{
		padding: 0;
	}
	
	.index-content .section-1 .section-1-list ul li .list-title{
		font-size:20px;
	}
	.index-content .section-1 .section-1-list ul li .list-detail{
		font-size:16px;
	}
	.index-content .section-5 .section-5-content{
		padding:50px;
	}
	.index-content .section-5 .section-5-content:before{
		left:50px;
		top:50px;
	}
	.index-content .section-1 .section-1-content{
		padding:84px 50px 0;
	}
	.index-content .section-1 .section-1-list{
		position: relative;
    	background: #1D2345;
	}
	.index-content .section-1 .section-1-list ul li .li-wrapper{
		padding:0 50px;
	}
	.index-content .section-2{
		padding:80px 50px 140px;
	}
	.index-content .section-2 .section-2-bar-img{
		left: 30px;
		bottom: 100px;
	}
	.index-content .section-2 .section-2-bar-img img{
		width:80px;
	}
	.index-content .section-7,
	.index-content .section-4,
	.index-content .section-3{
		padding:80px 50px;
	}
	.index-content .section-6{
		padding:0 50px;
	}
	.index-content .section-6 ul li .section-6-items span{
		font-size:30px;
	}
	.index-content .section-8{
		padding: 0 50px 80px;
	}

	#product-page .section-2 .section-2-content{
		right:50px;
	}
	.shopyy-wrapper, 
	#product-page .section-2 .section-2-2, 
	#product-page .section-1{
		padding: 0 50px;
	}
	#product-page .section-1{
		padding:80px 50px;
	}
	#product-page .section-3 .section-3-experience-items{
		flex-direction: column;
	}
	#product-page .section-3 .section-3-experience-content{
		padding:0 40px 40px;
	}
	#product-page .section-3 .section-3-experience-tags{
		top:75px;
	}
	
	#theme-page .section-1 .section-1-wrapper{
		padding:0 50px;
	}
	#cases-page .section-1{
		padding:80px 50px;
	}
	#cases-page .section-1 .section-1-content{
		padding:0 40px 0 0;
	}
	#domain-page .section-2{
		padding:50px;
	} 
	#domain-page .section-4 .section-4-right{
		padding:0 0 0 50px;
	}
	
	#contactus2022 .contactus2022-section1{
		flex-direction: column;
	}
	#contactus2022 .section1-left{
		width: 100%;
	}
	#contactus2022 .section1-right{
		width: 100%;
		padding: 0;
		margin: 50px 0 0;
	}
	#contactus2022 .contactus2022-section2 ul{
		
	}
	#contactus2022 .contactus2022-section2 li{
		
	}
	#contactus2022 .contactus2022-section3 li .section3-content-wrapper{
		width: 100%;
    	border: none;
	}
	#contactus2022 .contactus2022-section3 li:nth-child(3) .section3-left{
		width:0;
	}
	#contactus2022 .contactus2022-section3 li:nth-child(3) .section3-right{
		width: 100%;
		flex-flow: row-reverse;
	}
	#contactus2022 .contactus2022-section3 li:nth-child(6) .img{
		width:100%;
	}	
	#contactus2022 .contactus2022-section4 .section4-loop-1 img, 
	#contactus2022 .contactus2022-section4 .section4-loop-2 img{
		max-height:250px;
	}	
	#contactus2022 .contactus2022-section3 li .section3-content p{
		line-height:1.8;
	}
	#aboutus .aboutus-section1{
		padding-left:40px;
		padding-right:40px;
	}
	#aboutus .aboutus-section1 .swiper-slide {
		width: calc((100vw - 80px)/3 - 26.66666px);
		margin-right: 40px;
	}
	#aboutus .aboutus-section2-left{
		width: calc(100% - 550px);
		margin-right: 100px;
	}
	#aboutus .aboutus-section2-right{
		width:450px;
	}
}

@media screen and (max-width:1023px){
	.index-content .section-1 .section-1-list ul li:nth-child(2) .li-wrapper,
	.index-content .section-1 .section-1-list ul li:nth-child(3) .li-wrapper,
	.index-content .section-1 .section-1-list ul li:nth-child(4) .li-wrapper,
	.index-content .section-1 .section-1-list ul li .li-wrapper{
		background-size: 125px;
	}
	
	
	
	.index-content .section-1 .section-1-list ul li:before{
		display:none;
	}
	.index-content .section-1 .section-1-list ul li .li-wrapper{
		align-items: center;
		padding: 20px 20px 40px;
		box-sizing: border-box;
	}

	.index-content .section-1 .section1-pagination{
		position:absolute;
		bottom:20px;
		display: flex;
		justify-content: center;
	}
	
	.index-content .section-1 .swiper-pagination-bullet{
		width:20px;
		height:4px;
		background:rgba(255,255,255,.5);
		border-radius:0;
		opacity:1;
		margin:0 7px;
	}
	.index-content .section-1 .swiper-pagination-bullet-active{
		background:#fff;
	}
	.index-content .section-6{
		padding:0 20px;
	}
	.index-content .section-6 ul{
		height:150px;
	}
	.index-content .section-6 ul li{
		width:auto;
		margin-right:100px;
	}
	

	
	
	#product-page .section-1{
		flex-direction: column-reverse;
	}
	#product-page .section-1 .section-1-img,
	#product-page .section-1 .section-1-content{
		width:100%;
		padding:0;
		text-align:center;
	}
	#product-page .section-1 .section-1-content{
		margin-top:50px;
	}
	#product-page .section-1 .section-1-content p{
		max-width:100%;
	}
	#product-page .section-1 .section-1-content .banner-btn{
		justify-content: center;
	}
	#product-page .section-2 .section-2-img{
		height:400px;
	}
	#product-page .section-2 .section-2-img img{
		object-fit: cover;
		height:100%;
	}
	
	#product-page .section-2 .section-2-content{
		padding: 50px;
		width: 450px;
	}
	#product-page .section-3 .ul-1{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#product-page .section-3 .ul-1 li{
		width:33.3333%;
	}
	#product-page .section-3 .ul-1 li:last-child{
		width:100%;
	}
	#price-page .section-1 .fun-list ul li{
		flex-wrap:wrap;
		position:relative;
	}
	#price-page .section-1 .fun-list ul li span{
		width:50%;
		position:relative;
		z-index:2;
	}
	#price-page .section-1 .fun-list ul li:nth-child(even){
		background:#fff;
	}
	#price-page .section-1 .fun-list ul li:before{
		content:'';
		position:absolute;
		left:0;
		bottom:0;
		height:48px;
		width:100%;
		background: #F3F3F5;
	}
	
	#price-page .section-1 .section1-pagination{
		margin-top:20px;
		display:flex;
		justify-content:center;
	}
	#price-page .section-1 .swiper-pagination-bullet{
		width:20px;
		height:4px;
		background-color:#ccc;
		opacity:.5;	
		border-radius:0;
	}
	#price-page .section-1 .swiper-pagination-bullet-active{
		background-color:#1D2345;
		opacity:1;
	}
	#price-page .section-1 .section-1-list > ul > li:after{
		bottom:-75px;
	}
	#price-page .section-3 li{
		width:100%;
	}
	#price-page .section-3 .answer{
		height:auto;
	}
	#price-page .section-1 .section-1-list{
		padding-top:60px;
	}
	#cases-page .section-1 .section-1-wrapper{
		flex-direction: column-reverse;
	}
	#cases-page .section-1 .section-1-content{
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}
	#cases-page .section-1 .section-1-img{
		width:100%;
	}
	
	#cases-page .section4-pagination {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	#cases-page .section4-pagination .swiper-pagination-bullet{
		width: 20px;
		height: 4px;
		background-color: #ccc;
		opacity: .5;
		border-radius: 0;
	}
	#cases-page .section4-pagination .swiper-pagination-bullet-active {
		background-color: #1D2345;
		opacity: 1;
	}
	#cases-page .section-1 .section-1-content h3{
		font-size:30px;
	}
	#cases-page .section-1 .section-1-content p{
		font-size:16px;
		margin-top:20px;
	}
	#cases-page .section-1 .section-1-content a{
		margin-top:40px;
	}
	#cases-page .section-2 .section2-container,
	#cases-page .section-2 .section-2-2-img{
		height:600px;
	}
	#cases-page .section-2 .section-2-2-item{
		height:400px;
		padding: 200px 50px 0;
		justify-content: flex-start;
	}
	
	#cases-page .section-2 .section-2-2-item .detail,
	#cases-page .section-2 .section-2-2-item .tag{
		margin-bottom:30px;
	}
	#cases-page .section-2 .section-2-2-item h4{
		line-height: 1;
		margin-bottom: 20px;
	}
	#cases-page .section-2 .section-2-3 ul{
		grid-template-columns:repeat(1, 1fr);
		grid-row-gap:50px;
	}
	#cases-page .section-3 .section3-pagination{
		left: 0;
		right: auto;
		top: auto;
		bottom: -10px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	#cases-page .section-3 .swiper-pagination-bullet{
		margin:0 15px;
		line-height:26px;
	}
	#cases-page .section-3 .swiper-pagination-bullet-active{}
	#cases-page .section-3 .section-3-text{
		padding:0 0 0 50px;
	}
	#cases-page .section-5{
		height: 730px;
	}
	#cases-page .section-5 .section-5-1{
		flex-direction: column;
	}
	#cases-page .section-5 .section-5-1-left{
		width:100%;
	}
	#cases-page .section-5 .section-5-1-right{
		height: auto;
		margin: 60px 0;
	}
	
	
	.body-application .section2 .application{
		grid-template-columns: repeat(3,1fr);
	}
	
	.body-application .section2 .allapplication.on .application{
		grid-template-columns: repeat(2,1fr);
	}
	.body-application .section2 .list-lt{
		width:30%;
		margin-right:3%;
		margin-left:-33%;
	}
	
	#cases-page .section-2 .section2-pagination{
		right: 0;
		top: 50px;
		transform: none;
	}
	#cases-page .section-2 span:first-child{
		margin-bottom: 20px;
	}
	#cases-page .section-2 .swiper-pagination-bullet{
		border-radius: 27px 0 0 27px;
	}
	#contactus2022 .contactus2022-section2,
	#contactus2022 .contactus2022-section1{
		padding:30px;
	}
	#contactus2022 .contactus2022-section3 li .section3-content-wrapper{
		padding:30px;
	}
	#contactus2022 .contactus2022-section3 li .img{
		height: 50vw;
	}
	#contactus2022 .contactus2022-section3 li .img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#contactus2022 .contactus2022-section3 li:nth-child(3) .img{
		padding:0;
		width:50%;
	}

	#price-page .section-4 .fun-list{
		display: none;
	}
	#price-page .section-4 .fun-list-wap{
		display: block;
	}
	#price-page .section-4 .fun-list-wap-title{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    height: 50px;
	    border: 1px solid #eee;
	    border-radius: 5px;
	    overflow: hidden;
	}
	#price-page .section-4 .fun-list-wap-title a{
	    width: 25%;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
	    font-size: 16px;
	    border-right: 1px solid #eee;
	}
	#price-page .section-4 .fun-list-wap-title a.on{
	    background: #634BFF;
	    color: #fff;
	}
	#price-page .section-4 .fun-list-wap-title a:last-child {
	    border: 0;
	}
	#price-page .section-4 .fun-list-wap-content-th{
	    margin: 30px 0 0;
	    overflow: hidden;
	    border-radius: 5px 5px 0 0;
	}
	#price-page .section-4 .fun-list-wap-content-th ul{
	    display: inline-flex;
	    background: #eee;
	    transition:all 0.5s;
	}
	#price-page .section-4 .fun-list-wap-content-th li {
	    width: calc(100vw - 100px);
	    padding: 40px 0;
	    text-align: center;
	}
	#price-page .section-4 .fun-list-wap-content-th li h4{
	    font-size: 24px;
	    color: #2A2D3F;
	}
	#price-page .section-4 .fun-list-wap-content-th li p{
	    margin-top: 10px;
	}
	#price-page .section-4 .fun-list-wap-content{
	    display: flex;
	    justify-content: space-between;
	    border: 1px solid #eee;
	    border-radius: 0 0 5px 5px;
	}
	#price-page .section-4 .fun-list-wap-left{
	    width: 50%;
	    overflow: hidden;
	}
	#price-page .section-4 .fun-list-wap-left li{
	    display: flex;
	    align-items: center;
	    padding: 0 20px;
	    font-weight: bold;
	    height: 50px;
	    position: relative;
	    color: #2A2D3F;
	}
	#price-page .section-4 .fun-list-wap-left li:before {
	    content: '';
	    position: absolute;
	    left: 24px;
	    bottom: 0;
	    width: 100%;
	    height: 1px;
	    border-bottom: 1px dashed #eee;
	}


	#price-page .section-4 .fun-list-wap-right{
	    width: 50%;
	    overflow: hidden;
	}
	#price-page .section-4 .fun-list-wap-right ul{
	    display: inline-flex;
	    overflow: hidden;
	    transition:all 0.5s;
	}
	#price-page .section-4 .fun-list-wap-right li{
	    width: calc(50vw - 50px);
	}
	#price-page .section-4 .fun-list-wap-right dd {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-weight: bold;
	    height: 50px;
	    position: relative;
	}
	#price-page .section-4 .fun-list-wap-right dd:before {
	    content: '';
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    height: 1px;
	    border-bottom: 1px dashed #eee;
	}















}
@media screen and (max-width:768px){
	#footer .footer-top{
		padding:80px 30px
	}
	.index-content .section-2 .section-2-container li .section-2-wrapper{
		flex-direction: column;
		padding: 50px;
		height: auto;
	}
	.index-content .section-2 .section-2-container li .section-2-img{
		width: 100%;
    	height: 280px;
		display:flex;
		align-items:center;
	}
	.index-content .section-2 .section-2-container li .section-2-img img{
		width: 100%;
	}
	.index-content .section-2 .section-2-container li .section-2-content{
		padding:20px 0 0;
		width:100%;
	}

	.index-content .section-7 .section-7-wrapper{
		flex-direction: column-reverse;
	}
	.index-content .section-7 .section-7-left{
		width: 100%;
		margin-top: 50px;
	}
	.index-content .section-7 .section-7-right{
		width: 100%;
	}
	
	#footer .link{
		grid-template-columns: repeat(4,1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	#theme-page .template-box .template li{
		width:33.3333%;
	}
	#theme-page .template-box .on .template li{
		width:50%;
	}
	
	.body-application .section1 .pc-content{
		display:none;
	}
	.body-application .section1 .swiper-application{
		display:block;
	}
	.body-application .section1 .application li .pic,
	.body-application .section1 .application li .text{
		width:100%;
		margin:0;
	}
	.body-application .banner-top{
		padding: 150px 50px 120px;
	}
	.search-box .search-form{
		max-width: calc(100% - 100px);
	}
	.body-application .banner-top .ad-txt h1{
		font-size:30px;
	}
	.body-application .banner-top .ad-txt .describe{
		font-size:16px;
	}
	
	.body-application .section1 .application-pagination {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	
	.body-application .section1 .swiper-pagination-bullet {
		width: 20px;
		height: 4px;
		background-color: #ccc;
		opacity: .5;
		border-radius: 0;
	}
	.body-application .section1 .swiper-pagination-bullet-active {
		background-color: #1D2345;
		opacity: 1;
	}
	.body-application .section2{
		margin-top:60px;
	}
	
	.body-application .section2 .application{
		grid-template-columns: repeat(2,1fr);
	}
	
	.body-application .section2 .allapplication.on .application{
		grid-template-columns: repeat(1,1fr);
	}
	.body-application .section2 .list-lt{
		width:45%;
		margin-right:5%;
		margin-left:-50%;
	}
	#domain-page .section-2 .search-bottom{
		flex-direction: column;
	}
	#domain-page .section-2 .search-bottom-right{
		margin-top:20px;
	}
	#domain-page .section-3 .section-3-content li{
		width:33.3333%;
		padding-right:20px;
		box-sizing:border-box;
	}
	#domain-page .section-3 .section-3-list{
		width:100%;
	}
	#contactus .contactus-item{
		max-width: calc(50% - 75px);
		padding: 30px;
		margin: 0;
	}
	#contactus .contactus-item.last{
		margin-left:50px;
	}
	#contactus .company-add ul{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 50px;
		grid-row-gap: 50px;
		padding: 0 50px;
	}
	#contactus .company-add li{
		width: auto;
		margin: 0;
	}
	.index-content .section-1 .section-1-list:before{
		background:none;
	}

	.index-content .image-text{
		flex-direction: column;
	}
	.index-content .image-text .text .text-wrapper{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.index-content .image-text .image{
		width: 100%;
	}
	.index-content .image-text .text{
		width: 100%;
		justify-content: flex-start;
		margin: 30px 0 0;
	}
	.index-content .image-text:nth-child(2){
		flex-direction: column-reverse;
	}
	.index-content .image-text .text a{
		margin:0;
	}
	.index-content .section-2 .section2-left .content-items{
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align:center;
	}
	.index-content .section-2 .section2-wrapper{
		flex-direction: column-reverse;
	}
	.index-content .section-2 .section2-left,
	.index-content .section-2 .section2-right{
		width:100%;
	}
	.index-content .section-2 .section2-left{
		padding:50px 0 0;
	}
	.index-content .section-2 .section2-image{
		width:100%;
		height: calc(80vw - 100px);
	}
	.index-content .section-2 .section2-left .content-items a{
		margin-top:10px;
	}
	.index-content .section-2 .section2-left .content-bar{
		margin-top:40px;
	}
	#aboutus .aboutus-section2-left{
		width: 100%;
		margin-right: 0;
		margin-bottom:40px;
	}
	#aboutus .aboutus-section2-right{
		width:100%;
	}
	#aboutus .aboutus-section4 li{
		width:100%;
		margin: 0 0 30px;
	}
	#aboutus .aboutus-section1{
		padding-left:30px;
		padding-right:30px;
	}
	#aboutus .aboutus-section1 .swiper-slide {
		width: calc((100vw - 60px)/2 - 20px);
		margin-right: 30px;
	}
	#aboutus .aboutus-section3 ul li{
		width:50%;
	}
}
@media screen and (max-width:767px){
	.index-content .image-text{
		padding: 0 20px;
	}
	#footer .footer-top{
		padding: 60px 20px;
	}
	
	.index-content .image-text{
		margin-top:60px;
	}
	.shopyy-title{
		text-align: center;
		font-size: 30px;
	}
	.shopyy-main-title{
		text-align: center;
		font-size: 30px;
	}
	.shopyy-detail{
		font-size:16px;
		text-align:center;
	}
	#header .header-wrapper{
		padding:0 20px;
	}
	.index-content .section-1 .section-1-content h3{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.index-content .section-1 .section-1-content p{
		font-size:16px;
		margin-bottom:30px;
		width:100%;
	}
	.index-content .section-1 .section-1-content .ban_form{
		width: 100%;
		height:50px;
	}
	.index-content .section-1 .section-1-content .phone-txt{
		width:calc(100% - 100px);
		font-size:14px;
		height:38px;
		text-indent:5px;
	}
	.index-content .section-1 .section-1-content .phone-btn{
		width: 100px;
		font-size: 14px;
		height:38px;
	}
	.index-content .section-1 .section-1-content{
		padding:84px 20px 0;
		align-items:center;
		text-align:center;
	}
	.index-content .section-1 .section-1-img{
		height:500px;
	}
	.index-content .section-1 .section-1-img img{
		max-width: 100%;
		height: 500px;
		display: block;
		object-fit: cover;
	}
	.index-content .section-1 .section-1-list ul{

	}
	.index-content .section-1 .section-1-list ul li{}
	.index-content .section-1 .section-1-list ul li:before {
		width: calc(100% - 40px);
		height: 1px;
		right: 20px;
		top: 0;
	}
	.index-content .section-1 .section-1-list ul li:first-child:before{
		display:none;
	}
	.index-content .section-1 .section-1-list ul li .list-detail{
		text-align:center;
	}
	
	.index-content .section-2{
		padding:60px 20px 70px;
	}
	.index-content .section-2 .section2-icon{
		display:none;
	}
	
	.index-content .section-2 .section2-pagination{
		display: flex;
    	justify-content: center;
		margin-top:30px;
	}
	
	
	.index-content .section-2 .swiper-pagination-bullet {
		width: 20px;
		height: 4px;
		background: #1D2345;
		border-radius: 0;
		opacity: 0.1;
		margin: 0 7px;
	}
	.index-content .section-2 .swiper-pagination-bullet-active {
		opacity: 1;
	}

	.index-content .section-2 .section-2-container li .section-2-wrapper{
		padding:20px 20px 30px;
	}
	.index-content .section-2 .section-2-bar-img{
		left: 22px;
    	bottom: 65px;
	}
	.index-content .section-2 .shopyy-detail{
		margin-top:20px;
	}
	.index-content .section-2 .section-2-container li .section-2-content a{
		justify-content:center;
		margin-top:20px;
		font-size:20px;
	}
	.index-content .section-2 .section-2-container{
		margin-top:40px;
	}
	.index-content .section-2 .section-2-container li .section-2-img{
		height:250px;
	}
	.index-content .section-7, 
	.index-content .section-4, 
	.index-content .section-3{
		padding:60px 20px;
	}
	.index-content .section-4 .application-pagination,
	.index-content .section-3 .section3-pagination{
		margin-top:40px;
	}
	.index-content .section-7 .section-7-wrapper,
	.index-content .section-4 .section-4-more, 
	.index-content .section-8 .section-8-more,
	.index-content .section-3 .section-3-more{
		margin-top:60px;
	}
	.index-content .section-3 .section-3-container,
	.index-content .section-4 .swiper-application{
		padding-top:60px;
	}
	.index-content .section-5 .section-5-title,
	.index-content .section-5 .section-5-detail{
		text-align:left;
	}
	.index-content .section-5 .section-5-content{
		padding:40px 20px;
	}
	.index-content .section-5 .section-5-content:before {
		left: 20px;
		top: 20px;
	}
	.index-content .section-7 .section-7-video{
		height:380px;
		padding: 0 20px;
	}
	.index-content .section-7 .section-7-video{
		height:calc((100vw - 40px) * 211 / 374);
		border-radius:8px;
	}
	.index-content .section-7 .section-7-video-wrapper p{
		font-size:20px;
	}
	.index-content .section-7 .section-7-video-wrapper .section-7-svg,
	.index-content .section-7 .section-7-video-wrapper .section-7-svg svg{
		width:60px;
		height:60px;
	}
	.index-content .section-7 .section-7-video-wrapper p{
		font-size: 16px;
		margin-top: 15px;
	}
	.index-content .section-7 .section-7-left{
		margin-top:20px;
	}
	.index-content .section-7 .section-7-left ul li .section-7-text{
		font-size: 16px;
		line-height: 20px;
		height: 60px;
	}
	.index-content .section-7 .section-7-left ul{
		grid-template-columns: repeat(1,1fr);
	}
	.index-content .section-7 .section-7-left ul li .section-7-content{
		border-radius:8px;
	}
	.index-content .section-8{
		padding:0 20px 60px;
	}
	.index-content .section-8 #news{
		margin-top:60px;
	}
	.bottom-cus{
		padding: 50px 20px;
		height: auto;
	}
	.bottom-cus .bom_form{
		width: 100%;
		height: 50px;
	}
	.bottom-cus .bom_form .phone-txt{
		height: 38px;
		width: calc(100% - 100px);
		font-size: 14px;
		text-indent:5px;
	}
	.bottom-cus .bom_form .phone-btn{
		width: 100px;
		height: 38px;
		font-size: 14px;
	}
	.index-content .section-5 .section-5-wrapper .section-5-detail, 
	.index-content .section-5 .section-5-wrapper .section-5-content:before, 
	.index-content .section-5 .section-5-wrapper .section-5-title{
		opacity:1;
		visibility:visible;
		transform:none;
	}
	.index-content .section-5 .section-5-wrapper .section-5-content:before{
		top:40px;
	}
	
	#footer{
		padding:0;
	}
	#footer .link{
		display:block;
		padding:0;
	}
	#footer .link dl dt{
		height: 60px;
		line-height: 60px;
		margin: 0;
		display: flex;
		justify-content: space-between;
		padding-left:0;
	}
	#footer .link dl dt .help-icon{
		display:block;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		font-weight: normal;
		width: 60px;
		text-align: center;
	}
	#footer .link dl{
		width:100%;
		border-bottom: 1px solid rgba(255,255,255,.1);

	}
	
	#footer .link dl dd{
		display:none;
		background: #161b35;
	}
	#footer .link dl.attention dd{
		display: block;
		padding: 0 20px 20px;
		background: #1D2345;
		min-height: auto;
	}
	#footer .link dd span,
	#footer .link dd a{
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		padding:0 20px;
		border-bottom:1px solid rgba(255,255,255,.1);
		color:#fff;
		opacity:1;
	}
	#footer .link .attention dd svg{
		width: 100px;
	}
	#footer .footer-bom{
		border: none;
		padding: 30px 20px;
    	text-align: center;
	}
	#footer .footer-bom .left {
		font-size: 14px;
		line-height: 26px;
		color: rgba(255,255,255,.5);
	}
	#footer .footer-bom .left a{
		color: rgba(255,255,255,.5);
	}
	#footer .footer-bom .right{
		position: relative;
		margin-top: 10px;
	}
	#footer .footer-bom .right a{
		margin: 0 20px 0 0;
		text-decoration: underline;
		color:#fff;
	}
	#footer .footer-content{
		padding-bottom: 20px;
	}
	
	.footer_ad{
		flex-direction: column;
		height: auto;
		padding: 50px 20px 0 20px;
	}
	.footer_ad .footer_ad_left{
		width: 100%;
		display: block;
	}
	.footer_ad .footer_ad_left .footer_ad_wrapper{
		max-width: 100%;
	}
	.footer_ad .footer_ad_left h3{
		text-align: center;
		font-size: 30px;
	}
	.footer_ad .footer_ad_left a{
		margin: 30px auto 0;
	}
	.footer_ad .footer_ad_right{
		width: 100%;
    margin: 50px 0 0;
	}

	.index-content .section-10{
		padding:60px 0;
	}
	
	#header .logo svg{
		width: 140px;
	}
	.shopyy-wrapper, 
	#product-page .section-2 .section-2-2, 
	#product-page .section-1{
		padding:0 20px;
	}
	#product-page .section-1{
		padding:60px 20px;
	}
	
	#product-page .section-2 .section-2-2 .section-2-title, 
	#product-page .section-1 .section-1-content h3{
		font-size:30px;
	}
	#product-page .section-2 .section-2-1 .section-2-title{
		font-size:20px;
	}
	#product-page .section-2 .section-2-2 .section-2-detail,
	#product-page .section-1 .section-1-content p{
		font-size:16px;
	}
	#product-page .section-1 .section-1-content .banner-btn{
		margin-top:40px;
	}
	#product-page .section-2 .section-2-content{
		right: 20px;
		width: 200px;
		padding: 20px;
		text-align: center;
		top: 50%;
		margin: -126px 0 0;
		border-radius: 8px;
		
	}

	#product-page .section-2 .section-2-2{
		padding: 50px 20px;
		text-align: center;
		height: auto;
	}	
	#product-page .section-3{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#product-page .section-3 .ul-1 li{
		width:100%;
	}
	#product-page .section-3 .ul-1 .shop-cost{
		width:calc(100% - 40px);	
	}
	#product-page .section-3 .section-3-detail,
	#product-page .section-3 .section-3-content-1 h4{
		text-align:center;
	}
	#product-page .section-3 .section-3-experience{
		margin-top:60px;
		flex-direction: column;
	}
	#product-page .section-3 .section-3-experience-items{
		width:100%;
		margin-bottom:20px;
	}
	#product-page .section-3 .section-3-experience-content{
		padding:0 20px 20px;
	}
	#product-page .section-3 .section-3-experience-items .section-3-experience-img{
		width: 150px;
		height: 200px;
	}
	#product-page .section-3 .section-3-experience-items .section-3-experience-img img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#product-page .section-3 .section-3-experience-tags{
		width:150px;
	}
	#product-page .section-3 .section-3-th{
		width:125px;
	}
	#product-page .section-3 .section-3-container{
		width: calc(100% - 125px);
	}

	#product-page .section-4-tab{
		margin-top: 50px;
		flex-direction: column;
	}


	#product-page .section-4-tab .section-4-img{
		width:100%;
		margin-bottom:30px;
	}
	#product-page .section-5-tab .section-5-list.on{
		height:300px;
	}
	#product-page .section-4-tab .section-4-list.on{
		height:200px;
	}
	#product-page .section-5-tab .section-5-title,
	#product-page .section-4-tab .section-4-title{
		width:100%;
	}
	#product-page .section-4-tab .section-4-title a{
		height:60px;
		line-height:60px;
		font-size:20px;
		text-align: left;
    	padding-left: 20px;
	}
	#product-page .section-5-tab .section-5-title a:before, 
	#product-page .section-4-tab .section-4-title a:before{
		right:auto;
		left:0;
		background: linear-gradient(90deg, rgba(29, 35, 69, 0.2) 0%, rgba(29, 35, 69, 0) 100%);
	}
	#product-page .section-5-tab .section-5-title a{
		padding:20px;
		font-size:20px;
	}
	#product-page .section-5-tab .section-5-title a span{
		margin-top:15px;
	}
	#product-page .section-5-tab .section-5-title a:hover, 
	#product-page .section-5-tab .section-5-title a.on, 
	#product-page .section-4-tab .section-4-title a:hover, 
	#product-page .section-4-tab .section-4-title a.on {
		border:none;
		border-left: 6px solid #1D2345;
	}
	#product-page .section-5-tab{
		height: auto;
    	flex-direction: column-reverse;
		margin-top:50px;
	}
	#product-page .section-5-tab .section-5-img{
		width:100%;
		margin-bottom:30px;
	}
	#product-page .section-6 .section-6-content h4{
		font-size:20px;
	}
	#product-page .section-6 .section-6-content h4 svg{
		width:26px;
		height:26px;
	}
	#product-page .section-2 .section-2-img{
		height:435px;
		width:100vw;
		overflow:hidden;
	}
	#product-page .section-2 .section-2-img img{
		transform: translate(calc(-50% + 55px), 0);
		object-fit:none;
		max-width:none;
	}
	
	
	
	
	#price-page .section-1 .section-1-fun{
		padding:20px;
	}
	#price-page .section-1 .fun-list ul li span{
		padding-left: 15px;
		height: auto;
		line-height: 24px;
		display: flex;
		align-items: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#price-page .section-2 .price-title{
		font-size:30px;
	}
	#price-page .section-2 .price-section-2-content{
		flex-direction: column;
		font-size:14px;
	}

	#price-page .section-2 .price-section-2-right{
		margin-top: 30px;
		font-size: 20px;
	}
	
	#price-page .section-3 .shopyy-detail{
		margin-top:20px;
	}
	#price-page .section-3 .answer{
		padding:20px;
		margin-top:15px;
	}
	#price-page .section-3 li .problem{
		padding-left: 10px;
		font-size: 20px;
	}
	
	#theme-page .section-1{
		padding:60px 20px;
		margin-bottom:60px;
	}
	#theme-page .section-1 .section-1-wrapper{
		flex-direction: column-reverse;
		padding: 0;
	}
	#theme-page .section-1 .section-1-content,
	#theme-page .section-1 .section-1-img{
		width:100%;
		padding:0;
		margin:0;
	}
	#theme-page .section-1 .section-1-content{
		margin-top:30px;
		text-align:center;
	}
	#theme-page .section-1 .section-1-content h3{
		font-size:30px;
	}
	#theme-page .section-1 .section-1-content .describe{
		font-size:16px;
	}
	#theme-page .template-box .on .template li,
	#theme-page .template-box .template li{
		width:100%;
	}
	#theme-page .template-box .list-lt{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: #f1f1f1;
		z-index: 9;
	}
	#theme-page .template-box .on .list-rt{
		width:100%;
	}
	#theme-page .template-box{
		padding:0 0 40px;
	}
	
	#cases-page .section-4 li .content{
		padding:24px 18px;
	}
	#cases-page .section-2 .section-2-2-img{
		height:100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	#cases-page .section-2 .section2-container, 
	#cases-page .section-2 .section-2-2-img{
		height:750px;
	}
	#cases-page .section-2 .section-2-2-item{
		height: 550px;
    	padding: 200px 20px 0;
	}
	
	#cases-page .section-2 .section-2-3 li{
		flex-direction: column;
	}
	#cases-page .section-2 .section-2-3 li .img,
	#cases-page .section-2 .section-2-3 li .section-2-3-content{
		width:100%;
	}
	#cases-page .section-2 .section-2-3 li .section-2-3-content{
		margin-top:30px;
	}
	#cases-page .section-2 .section-2-3 li .section-2-3-content p{
		margin-top:15px;
	}
	#cases-page .section-3 .section-3-content{
		flex-direction: column;
	}
	#cases-page .section-3 .section-3-img,
	#cases-page .section-3 .section-3-text{
		width:100%;
		padding:0;
		text-align:center;
	}
	#cases-page .section-3 .section-3-container{
		height:500px;
	}
	#cases-page .section-3 .section-3-text a{
		justify-content: center;
	}
	#cases-page .section-3 .section-3-text p{
		margin-top:15px;
	}
	#cases-page .section-5 .section-5-1-right{
		width: 100%;
		justify-content: flex-start;
	}
	#cases-page .section-5 .section-5-1-right ul{
		grid-template-columns: repeat(1,1fr);
		grid-row-gap: 60px;
	}
	#cases-page .section-5{
		height:930px;
	}
	#cases-page .section-6{
		flex-direction: column;
	}
	#cases-page .section-6 .img,
	#cases-page .section-6 .form{
		width:100%;
	}
	#cases-page .section-6 .form{
		margin-top:40px;
		text-align:center;
	}
	#cases-page .section-6 .form .tel,
	#cases-page .section-6 .tips{
		justify-content: center;
	}
	.body-application .section2 .application{
		grid-template-columns: repeat(1,1fr);
		grid-row-gap: 20px;
	}
	
	.body-application .section2 .allapplication.on .application{
		grid-template-columns: repeat(1,1fr);
	}
	.body-application .section2 .list-lt{
		width:45%;
		margin-right:5%;
		margin-left:-50%;
	}
	.body-application .section2 .on .list-lt{
		position: absolute;
		left: 0;
		z-index: 99;
		top: 0;
		width: 100%;
		background: #f1f1f1;
		margin: 0;
	}
	.body-application .section2 .on .list-rt{
		width:100%;
	}
	#domain-page .section-1 h3{
		text-align:center;
	}
	#domain-page .section-2{
		padding:20px;
	}
	#domain-page .section-2 .search-bottom .search-bottom-left{
		white-space:nowrap;
		align-items: flex-start;
		flex-direction: column;
		line-height: 24px;
		width:100%;
	}
	#domain-page .section-2 .search-bottom .search-bottom-left .search-span{
		margin-top: 10px;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 24px;
		grid-row-gap: 15px;
		width: 100%;
	}
	#domain-page .section-2 .search-bottom .search-bottom-left span{
		text-align: center;
		padding: 0;
		margin: 0;
	}
	#domain-page .section-2 .domain-search{
		height: auto;
		background: none;
		padding: 0;
	}
	#domain-page .section-2 .domain-search form{
		flex-direction: column;
	}
	#domain-page .section-2 .domain-search form .txt{
		width: 100%;
		background: #F1F1F3;
		border-radius: 4px;
		font-size:16px;
	}
	#domain-page .section-2 .domain-search form .shopyy-btn{
		width: 100%;
		padding: 0;
		margin-top:10px;
	}
	#domain-page .section-3 .section-3-content ul{
		flex-direction: column;
	}
	#domain-page .section-3 .section-3-content li{
		width:100%;
		margin:0 0 50px;
		text-align:center;
	}
	#domain-page .section-3 .section-3-list{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	#domain-page .section-4 .section-4-wrapper{
		flex-direction: column;
	}
	#domain-page .section-4 .img{
		max-width: 100%;
	}
	#domain-page .section-4 .section-4-right{
		width: 100%;
		margin-top: 30px;
		padding: 0;
	}
	#domain-page .section-4 .section-4-right h3{
		text-align:center;
	}
	#domain-page .section-4 .section-4-right li:last-child{
		margin-bottom:0;
	}
	.search-box .search-form{
		max-width: calc(100% - 40px);
	}
	.search-box .select_box{
		width:110px;
	}
	.search-box .search-form input{
		width: calc(100% - 110px);
		padding: 15px 10px 15px 40px;
		font-size: 14px;
	}
	
	.body-application .section2 .application li .con:hover{
		transform:none;
	}
	.body-application .section2 .application li .con:hover .posa{
		position:relative;
	}
	.body-application .section2 .application li .con .posa {
		position:relative;
		background: #fff;
		left: 0;
		top: -1px;
		z-index: 10;
	}
	.body-application .section2 .application li .describe{
		display:block;
	}
	#contactus .contactus-item{
		max-width: calc(100% - 40px);
		margin-bottom:20px;
	}
	#contactus .contactus-item.last{
		margin:0;
	}
	#contactus .company-add ul{
		grid-template-columns: repeat(1,1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		padding: 0 20px;
	}
	#contactus .company-add{
		padding:0 0 40px;
	}
	#domain-page .section-4 .section-4-right ul{
		margin-top:30px;
	}
	
	
	
	
	
	#domain-page .section-4,
	#price-page .section-1{
		padding:60px 0;
	}
	#domain-page .section-3,
	#cases-page .section-2 .section-2-1,
	#cases-page .section-2,
	#price-page .section-3 ul,
	#price-page .section-3{
		margin-top:60px;
	}
	
	.index-content .section-4 .section-4-more a svg, 
	.index-content .section-8 .section-8-more a svg,
	.index-content .section-3 .section-3-more a svg,
	.index-content .section-2 .section-2-container li .section-2-content a svg{
		width:15px;
		height:12px;
	}
	
	.index-content .section-4 .section-4-more a, 
	.index-content .section-8 .section-8-more a,
	.index-content .section-3 .section-3-more a{
		font-size:20px;
	}
	.index-content .section-5 .shopyy-swiper5-prev{
		left:20px;
	}
	.index-content .section-5 .shopyy-swiper5-next{
		right:20px;
	}
	.index-content .section-7{
		background-position: center 210px;
	}
	
	
	#contactus2022 .contactus2022-section2, 
	#contactus2022 .contactus2022-section1{
		padding:20px;
	}
	#contactus2022 .section1-right{
		margin:30px 0 0;
	}
	#contactus2022 .shopyy-detail,
	#contactus2022 .shopyy-main-title{
		text-align:left;
	}
	#contactus2022 .section1-right .section1-list ul{
		grid-template-columns: repeat(2,1fr);
    	grid-column-gap: 20px;
	}
	#contactus2022 .contactus2022-section2 ul{
		grid-template-columns: repeat(1,1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	#contactus2022 .contactus2022-section2 li .section2-content{
		padding: 20px;
    	height: auto;
		justify-content: flex-start;
	}
	#contactus2022 .contactus2022-section2 li .section2-content p{
		margin-top:10px;
	}
	#contactus2022 .contactus2022-section3{
		padding:20px 0;
	}
	#contactus2022 .contactus2022-section3 li{
		flex-direction: column;
		height:auto;
	}
	#contactus2022 .contactus2022-section3 li:nth-child(3) .img,
	#contactus2022 .contactus2022-section3 li:nth-child(3) .section3-content,
	#contactus2022 .contactus2022-section3 li .section3-left,
	#contactus2022 .contactus2022-section3 li .section3-right{
		width:100%;
	}
	#contactus2022 .contactus2022-section3 li{
		flex-direction: column;
		height: auto;
		margin-top:20px;
	}
	#contactus2022 .contactus2022-section3 li:nth-child(7),
	#contactus2022 .contactus2022-section3 li:nth-child(5),
	#contactus2022 .contactus2022-section3 li:nth-child(1){
		flex-direction: column-reverse;
	}
	#contactus2022 .contactus2022-section3 li .section3-content-wrapper .shopyy-title{
		text-align:left;
	}
	#contactus2022 .contactus2022-section3 li:nth-child(3) .section3-right{
		flex-direction: column;
	}
	#contactus2022 .contactus2022-section4 .shopyy-title,
	#contactus2022 .contactus2022-section4 .shopyy-detail{
		padding:0 20px;
	}
	#contactus2022 .contactus2022-section4 .section4-loop-1 img, 
	#contactus2022 .contactus2022-section4 .section4-loop-2 img{
		max-height: 200px;
	}
	#contactus2022 .contactus2022-section3 li .section3-content-wrapper{
		padding: 30px 20px;
	}
	#contactus2022 .contactus2022-section3 li .section3-content p{
		margin-top:50px;
		line-height: 1.5;
	}
	#contactus2022 .contactus2022-section3 li .img{
		height:100vw;
	}
	#contactus2022 .contactus2022-section3 li .img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#contactus2022 .contactus2022-section3 li .section3-content{
		border:none;
	}
	#price-page .section-4 .fun-list-wap-content-th li{
		width: calc(100vw - 40px);
	}
	#price-page .section-4 .fun-list-wap-right li{
	    width: calc(50vw - 20px);
	}
	#aboutus .banner h3{
		font-size: 34px;
    	margin-bottom: 20px;
	}
	#aboutus .banner p {
		line-height: 24px;
		margin-bottom: 20px;
	}
	#aboutus .aboutus-section1{
		padding-left:20px;
		padding-right:20px;
	}
	#aboutus .aboutus-banner-wapper{
		width:calc(100% - 40px);
	}
	#aboutus .aboutus-section1-title{
		height:auto;
		margin-bottom:30px;
	}
	#aboutus .aboutus-section1-title span{
		margin:0 5px 5px;
	}
	#aboutus .aboutus-section1 .swiper-slide {
		width: calc(100vw - 40px);
		margin-right: 20px;
	}
	#aboutus .aboutus-section1-list .aboutus-content{
		margin:30px 0 0;
		height:70px;
	}
	#aboutus .aboutus-wapper{
		padding:0 20px;
	}
	#aboutus .title{
		font-size:24px;
		margin-bottom:20px;
	}
	#aboutus .aboutus-section2-right li{
		width: 100%;
		margin-right:0;
		margin-bottom:20px;
	}
	#aboutus .aboutus-section2-right li:nth-child(3){
		margin-bottom:20px;
	}
	#aboutus .aboutus-section2,
	#aboutus .aboutus-section5{
		padding: 0 0 40px
	}
	#aboutus .aboutus-section4{
		padding:0 0 20px;
	}
	#aboutus .aboutus-section4 ul{
		margin-top:30px;
	}
	#aboutus .aboutus-section5 .aboutus-section4-detail{
		margin:20px 0 40px;
	}
	#aboutus .aboutus-section6 .img{
		margin-bottom:20px;
	}
	#aboutus .aboutus-section6{
		padding:0;
	}
	#aboutus .aboutus-section3 ul li{
		width:100%;
	}


}


/*新版合作伙伴*/

#partner_2022 .partner2022_wrapper{
	max-width:calc(100% - 160px);
	width:100%;
	margin:0 auto;
}
#partner_2022 .partner2022_banner{
	background: #F6F0EC;
	height:640px;
}
#partner_2022 .partner2022_banner .partner2022_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	height:100%;
}
#partner_2022 .partner2022_banner_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding:80px 0 0;
}
#partner_2022 .partner2022_banner_content .shopyy-main-title{
	margin-bottom:15px;
}
#partner_2022 .partner2022_banner_content .shopyy-detail{
	margin-bottom:50px;
}

#partner_2022 .partner2022_logo_swiper{
	padding-bottom:80px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#partner_2022 .partner2022_logo_swiper li a{} 

#partner_2022 .partner2022_logo_swiper li a img{
    max-width:100%;
}


#partner_2022 .section1,
#partner_2022 .section2,
#partner_2022 .section3{
	margin:80px 0 0;
	border-bottom:1px solid #333;
}
#partner_2022 .section1 .shopyy-detail,
#partner_2022 .section2 .shopyy-detail,
#partner_2022 .section3 .shopyy-detail{
	margin:15px 0 0;
}

#partner_2022 .section3{
	border-bottom:0;
}

#partner_2022 .partner2022-logo-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
	padding:80px 0;
}
#partner_2022 .partner2022-logo-list li{}
#partner_2022 .partner2022-logo-list li a{
	
} 
#partner_2022 .partner2022-logo-list li img{
	max-width:100%;
}

@media screen and (max-width:1023px){
	
}
@media screen and (max-width:768px){
	#partner_2022 .partner2022_wrapper{
		max-width:calc(100vw - 60px);
	}
	#partner_2022 .partner2022-logo-list{
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
}
@media screen and (max-width:767px){
	#partner_2022 .partner2022_wrapper{
		max-width:calc(100vw - 40px);
	}
}



#product-page-2022{

}
#product-page-2022 .product2022-title{
    color: #333;
    font-size: 38px;
}
#product-page-2022 .section-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1D2345;
    padding: 120px 0;
    color: #fff;
}
#product-page-2022 .section-1 .section-1-content{
    width: 50%;
    padding: 0 120px;
    box-sizing: border-box;
}
#product-page-2022 .section-1 .section-1-content h1{
    font-size: 45px;
}
#product-page-2022 .section-1 .section-1-content > p{
    font-size: 20px;
    margin: 30px 0 0;
}
#product-page-2022 .section-1 .banner-btn{
    display: flex;
    align-items: center;
    margin-top: 60px;
}
#product-page-2022 .section-1 .banner-btn .shopyy-btn{
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    padding: 0 36px;
}
#product-page-2022 .section-1 .banner-btn .price{
	display: flex;
    align-items: center;
	margin-left:50px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
#product-page-2022 .section-1 .banner-btn .price svg{
	margin-left:10px;
	transition:all 0.3s;
}
#product-page-2022 .section-1 .banner-btn .price:hover svg{
	margin-left:20px;
}
#product-page-2022 .section-1 ul{
    margin: 60px 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#product-page-2022 .section-1 ul:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
	border-left: 1px dashed #fff;
}
#product-page-2022 .section-1 li{
    width: calc(50% - 40px);
}
#product-page-2022 .section-1 li h4{
    margin-top: 15px;
    font-size: 16px;
}
#product-page-2022 .section-1 li p{
    margin: 15px 0 0;
}

#product-page-2022 .section-1 .section-1-img{
    width: 50%;
    padding-right: 120px;
    box-sizing: border-box;
}
#product-page-2022 .section-1 .section-1-img img{
    max-width: 100%;
}



#product-page-2022 .section-2 .section2-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F3F3F5;
}
#product-page-2022 .section-2 .text{
    width: 50%;
    padding: 0 40px 0 120px;
    box-sizing: border-box;
}
#product-page-2022 .section-2 .text ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0 0;
}
#product-page-2022 .section-2 .text li{
    width: calc(50% - 20px);
    margin-bottom: 80px;
}
#product-page-2022 .section-2 .text li:first-child{
	width: 100%;
}
#product-page-2022 .section-2 .text li h4{
    font-size: 20px;
}
#product-page-2022 .section-2 .text li p{
    color: #666;
    margin: 15px 0 0;
}
#product-page-2022 .section-2 .image{
	width: 50%;
}
#product-page-2022 .section-2 .image img{
    max-width: 100%;
    display: block;
}
#product-page-2022 .section-3{
    padding: 80px 120px;
}
#product-page-2022 .section-3 .section3-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#product-page-2022 .section-3 .section3-left{
    width: 50%;
}
#product-page-2022 .section-3 .section3-left .section3-img{
    margin: 60px 0 0;
}
#product-page-2022 .section-3 .section3-left .section3-img img{
    max-width: 480px;
    width: 100%;
    display: block;
}
#product-page-2022 .section-3 .section3-left ul{
    margin: 60px 0 0;
}
#product-page-2022 .section-3 .section3-left li{
    display: flex;
    align-items: flex-start;
    color: #666;
    line-height: 24px;
    margin: 0 0 10px;
}
#product-page-2022 .section-3 .section3-left li svg{
    margin: 0 7px 0 0;
    height: 24px;
    width: 18px;
    flex-shrink: 0;
}
#product-page-2022 .section-3 .section3-right{
    width: 50%;
}
#product-page-2022 .section-3 .section3-right ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
#product-page-2022 .section-3 .section3-right li{
    background: #F6F0EC;
    border-radius: 8px;
    position: relative;
    padding: 0 40px;
    height: 200px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 36%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#product-page-2022 .section-3 .section3-right li h4{
    font-size: 20px;
}
#product-page-2022 .section-3 .section3-right li p{
    color: #666;
    margin: 15px 0 0;
    height: 60px;
    position: relative;
    z-index: 9;
}
#product-page-2022 .section-3 .section3-right li .svg{
    position: absolute;
    right: 0;
    bottom: 0;
}
#product-page-2022 .section-3 .section3-right li:nth-child(2), 
#product-page-2022 .section-3 .section3-right li:nth-child(3), 
#product-page-2022 .section-3 .section3-right li:nth-child(6) {
    width: calc(64% - 20px);
}
#product-page-2022 .section-3 .section3-right li:last-child {
    width: 100%;
    margin: 0;
}

#product-page-2022 .section-4{
    padding: 0 120px;
}
#product-page-2022 .section-4 .section4-tab{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    position: relative;
}
#product-page-2022 .section-4 .section4-tab:before{
	content: '';
    position: absolute;
    left: 600px;
    top: 0;
    width: calc(25% - 150px);
    height: 100%;
    background: #F7F7FF;
    z-index: 1;
    transition: all 0.5s;
}
#product-page-2022 .section-4 .section4-tab.hover1:before{
	left: 600px;
}
#product-page-2022 .section-4 .section4-tab.hover2:before{
	left: calc(25% + 450px);
}
#product-page-2022 .section-4 .section4-tab.hover3:before{
	left: calc(50% + 300px);
}
#product-page-2022 .section-4 .section4-tab.hover4:before{
	left: calc(75% + 150px);
}
#product-page-2022 .section-4 .section4-tab.hover1 .section4-items:nth-child(2){
	color: #634BFF;
}
#product-page-2022 .section-4 .section4-tab.hover1 .section4-items:nth-child(2) svg{
	fill: #634BFF;
}
#product-page-2022 .section-4 .section4-tab.hover2 .section4-items:nth-child(3){
	color: #634BFF;
}
#product-page-2022 .section-4 .section4-tab.hover2 .section4-items:nth-child(3) svg{
	fill: #634BFF;
}
#product-page-2022 .section-4 .section4-tab.hover3 .section4-items:nth-child(4){
	color: #634BFF;
}
#product-page-2022 .section-4 .section4-tab.hover3 .section4-items:nth-child(4) svg{
	fill: #634BFF;
}
#product-page-2022 .section-4 .section4-tab.hover4 .section4-items:nth-child(5){
	color: #634BFF;
}
#product-page-2022 .section-4 .section4-tab.hover4 .section4-items:nth-child(5) svg{
	fill: #634BFF;
}


#product-page-2022 .section-4 .section4-th{
    display: flex;
    justify-content: space-between;
    height: 130px;
    font-size: 20px;
    position: relative;
    z-index: 2;
    
}

#product-page-2022 .section-4 .section4-tab .section4-items{
    width: calc((100% - 600px) / 4);
    text-align: center;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product-page-2022 .section-4 .section4-th .section4-items{
	color: #333;
    font-weight: bold;
}
#product-page-2022 .section-4 .section4-tab .section4-items:first-child {
    width: 600px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}
#product-page-2022 .section-4 .section4-td {
    display: flex;
    justify-content: space-between;
    height: 130px;
    border-top: 1px dashed #E4E0FF;
    position: relative;
    z-index: 2;
}
#product-page-2022 .section-4 .section4-tab .section4-items h4{
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
}
#product-page-2022 .section-4 .section4-tab .section4-items p{
	padding-right: 30px;
}
#product-page-2022 .section-4 .section4-tab .section4-items svg{
	fill: #666;
}
#product-page-2022 .section-5{
    padding: 80px 120px;
}
#product-page-2022 .section-5 .section5-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#product-page-2022 .section-5 .section5-left{
    width: calc(70% - 50px);
}
#product-page-2022 .section-5 .section5-left .section5-swiper{
	margin: 80px 0 0;
}
#product-page-2022 .section-5 .section5-left .section5-swiper .content{
	font-size: 30px;
}
#product-page-2022 .section-5 .section5-left .section5-swiper .tip{
	text-align: right;
	font-size: 30px;
	color: #666;
	margin: 40px 0 0;
}
#product-page-2022 .section-5 .section5-left .section5-btn{
    margin: 80px 0 0;
    display: flex;
    align-items: center;
}
#product-page-2022 .section-5 .section5-left .section5-btn a {
    width: 60px;
    height: 60px;
    border: 1px solid #1D2345;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}
#product-page-2022 .section-5 .section5-left .section5-btn a.swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
}
#product-page-2022 .section-5 .section5-left .section5-btn a svg {
    width: 32px;
    height: 32px;
    fill: #1D2345;
}
#product-page-2022 .section-5 .section5-left .section5-btn a:first-child svg{
    transform: rotate(180deg);
}

#product-page-2022 .section-5 .section5-right{
    width: 30%;
    position: relative;
}
#product-page-2022 .section-5 .section5-bg img{
    max-width: 100%;
}
#product-page-2022 .section-5 .section5-right ul{
    position: absolute;
    left: 12%;
    bottom: 0;
    width: 76%;
}
#product-page-2022 .section-5 .section5-right li{
    position: absolute;
    left: -500px;
    top: -500px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.1);
    transition: all .5s ease-in;
    transition-timing-function: cubic-bezier(1,0.1,.68,.56);
    -moz-transition-timing-function: cubic-bezier(1,0.1,.68,.56);
    -webkit-transition-timing-function: cubic-bezier(1,0.1,.68,.56);
    -o-transition-timing-function: cubic-bezier(1,0.1,.68,.56);
    width: 100%;
    height: 100%;
}
#product-page-2022 .section-5 .section5-right li img {
    display: block;
    max-width: 100%;
}
#product-page-2022 .section-5 .section5-right li.on{
	position: absolute;
    left: 0;
    top: 0;
	opacity: 1;
    visibility: visible;
    transform: scale(1);
}
#product-page-2022 .section-6{
    padding: 80px 0;
    background: #F3F3F5;
    text-align: center;
}
#product-page-2022 .section-6{
    padding: 80px 0;
    background: #F3F3F5;
    text-align: center;
    overflow: hidden;
}
#product-page-2022 .section-6 .section6-swiper{
    margin: 60px 0 0;
    position: relative;
    overflow: initial;
}
#product-page-2022 .section-6 ul li{
    height: 191px;
}
#product-page-2022 .section-6 ul li .section6-items {
    background: #fff;
    text-align: left;
    padding: 24px;
    transform: translate(0,-50%);
    margin-top: 95px;
}
#product-page-2022 .section-6 ul li .section6-items .name {
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#product-page-2022 .section-6 ul li .section6-items .content {
    margin: 5px 0 0;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#product-page-2022 .section-6 ul li .section6-items .reply{
    margin: 15px 0 0;
    padding: 12px 15px;
    line-height: 22px;
    border-radius: 4px;
    background: #F3F3F5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#product-page-2022 .section-6 ul li .section6-items:hover .content,
#product-page-2022 .section-6 ul li .section6-items:hover .reply{
    white-space: normal;
    text-overflow: inherit;
}
#product-page-2022 .section-6 ul li .section6-items .bottom {
    margin: 0 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist {
    display: flex;
    align-items: center;
}
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist span {
    margin-right: 4px;
}
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist span svg {
    fill: #F8AD6B;
    display: block;
}
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist strong {
    margin: 0 5px;
}
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star0 span:nth-child(1) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star0 span:nth-child(2) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star0 span:nth-child(3) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star0 span:nth-child(4) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star0 span:nth-child(5) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star1 span:nth-child(2) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star1 span:nth-child(3) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star1 span:nth-child(4) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star1 span:nth-child(5) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star2 span:nth-child(3) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star2 span:nth-child(4) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star2 span:nth-child(5) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star3 span:nth-child(4) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star3 span:nth-child(5) svg,
#product-page-2022 .section-6 ul li .section6-items .bottom .starlist.star4 span:nth-child(5) svg{
	fill: #bbb;
}
#product-page-2022 .section-6 ul li .section6-items .bottom .time {
    color: #666;
}

#product-page-2022 .section-4 .section4-tab-wap{
    display: none;
}

@media screen and (max-width:1440px){
	#product-page-2022 .section-4,
	#product-page-2022 .section-1 .section-1-content{
		padding: 0 80px;
	}
	#product-page-2022 .section-1 .section-1-img{
		padding-right: 80px;
	}
	#product-page-2022 .section-2 .text{
		padding-left: 80px;
	}
	#product-page-2022 .section-5,
	#product-page-2022 .section-3{
		padding: 80px;
	}
}
@media screen and (max-width:1280px){
	#product-page-2022 .section-1 .section-1-content h1{
		font-size: 40px;
	}
	#product-page-2022 .section-2 .text li{
		margin: 0 0 40px;
	}
	#product-page-2022 .section-2 .text ul{
		margin: 40px 0 0;
	}
	#product-page-2022 .section-4 .section4-tab .section4-items{
		width: calc(25% - 100px);
	}
	#product-page-2022 .section-4 .section4-tab .section4-items:first-child{
		width: 400px;
	}
	#product-page-2022 .section-4 .section4-tab:before{
	    left: 400px;
	    width: calc(25% - 100px);
	}
	#product-page-2022 .section-4 .section4-tab.hover1:before{
		left: 400px;
	}
	#product-page-2022 .section-4 .section4-tab.hover2:before{
		left: calc(25% + 300px);
	}
	#product-page-2022 .section-4 .section4-tab.hover3:before{
		left: calc(50% + 200px);
	}
	#product-page-2022 .section-4 .section4-tab.hover4:before{
		left: calc(75% + 100px);
	}
	#product-page-2022 .section-5 .section5-left .section5-btn,
	#product-page-2022 .section-5 .section5-left .section5-swiper{
		margin: 40px 0 0;
	}
	#product-page-2022 .section-5 .section5-left{
		width: calc(100% - 580px);
	}
	#product-page-2022 .section-5 .section5-left .section5-swiper .tip,
	#product-page-2022 .section-5 .section5-left .section5-swiper .content{
		font-size: 20px;
	}



}
@media screen and (max-width:1024px){
	#product-page-2022 .section-4,
	#product-page-2022 .section-1 .section-1-content{
		padding: 0 50px;
	}
	#product-page-2022 .section-1 .section-1-img{
		padding-right: 50px;
	}
	#product-page-2022 .section-2 .text{
		padding-left: 50px;
	}
	#product-page-2022 .section-5,
	#product-page-2022 .section-3{
		padding: 50px;
	}
	#product-page-2022 .section-1{
		padding: 80px 0;
	}
    #product-page-2022 .section-3 .section3-left{
        padding: 0 50px 0 0;
    }
    #product-page-2022 .section-3 .section3-right li:nth-child(2), 
    #product-page-2022 .section-3 .section3-right li:nth-child(3), 
    #product-page-2022 .section-3 .section3-right li:nth-child(6),
    #product-page-2022 .section-3 .section3-right li{
        width: 100%;
    }
}
@media screen and (max-width:1023px){
    #product-page-2022 .section-4 .section4-tab{
        display: none;
    }
    #product-page-2022 .section-4 .section4-tab-wap{
        display: block;
    }
    #product-page-2022 .section-4 .section4-tab-wap-title{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        border: 1px solid #eee;
        border-radius: 5px;
        overflow: hidden;
        margin: 0 0 10px;
    }
    #product-page-2022 .section-4 .section4-tab-wap-title a{
        width: 25%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        border-right: 1px solid #eee;
    }
    #product-page-2022 .section-4 .section4-tab-wap-title a.on {
        background: #634BFF;
        color: #fff;
    }
    #product-page-2022 .section-4 .section4-tab-wap .section4-tab-wap-content{
        display: flex;
        justify-content: space-between;
        border: 1px solid #eee;
        border-radius: 0 0 5px 5px;
    }
    #product-page-2022 .section-4 .section4-tab-wap-left{
        width: 50%;
        overflow: hidden;
    }
    #product-page-2022 .section-4 .section4-tab-wap-left li {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
        height: 80px;
        position: relative;
        color: #666;
        border-bottom: 1px dashed #E4E0FF;
    }
    #product-page-2022 .section-4 .section4-tab-wap-left li:last-child{
        border: none;
    }
    #product-page-2022 .section-4 .section4-tab-wap-left li h4{
        color: #333;
        margin-bottom: 5px;
    }
    #product-page-2022 .section-4 .section4-tab-wap-right{
        width: 50%;
        overflow: hidden;
    }
    #product-page-2022 .section-4 .section4-tab-wap-right ul {
        display: inline-flex;
        overflow: hidden;
        transition: all 0.5s;
    }
    #product-page-2022 .section-4 .section4-tab-wap-right li {
        width: calc(50vw - 50px);
    }
    #product-page-2022 .section-4 .section4-tab-wap-right dd {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        position: relative;
        border-bottom: 1px dashed #E4E0FF;
        color: #634BFF;
    }
    #product-page-2022 .section-4 .section4-tab-wap-right dd:last-child{
        border: none;
    }
    #product-page-2022 .section-4 .section4-tab-wap-right dd svg{
        fill: #634BFF;
    }
    #product-page-2022 .section-1{
        flex-direction: column-reverse;
        padding: 50px;
    }
    #product-page-2022 .section-1 .section-1-img,
    #product-page-2022 .section-1 .section-1-content{
        padding: 0;
        width: 100%;
    }
    #product-page-2022 .section-1 .section-1-content{
        margin-top: 30px;
        text-align: center;
    }
    #product-page-2022 .section-1 .banner-btn{
        justify-content: center;
    }
    #product-page-2022 .section-2 .section2-content{
        flex-direction: column-reverse;
    }
    #product-page-2022 .section-2 .image,
    #product-page-2022 .section-2 .text{
        width: 100%;
    }
    #product-page-2022 .section-2 .text{
        padding: 50px;
    }
    #product-page-2022 .section-3 .section3-content{
        flex-direction: column;
    }
    #product-page-2022 .product2022-title{
        text-align: center;
    }

    #product-page-2022 .section-3 .section3-left{
        width: 100%;
        padding: 0;
    }
    #product-page-2022 .section-3 .section3-left .section3-img img{
        max-width: 100%;
    }
    #product-page-2022 .section-3 .section3-left ul{
        margin: 20px 0 0;
    }
    #product-page-2022 .section-3 .section3-right{
        width: 100%;
        margin: 40px 0 0;
    }
    #product-page-2022 .section-5 .section5-content{
        flex-direction: column-reverse;
    }
    #product-page-2022 .section-5 .section5-left{
        width: 100%;
        margin: 30px 0 0;
    }
    #product-page-2022 .section-5 .section5-left .section5-btn,
    #product-page-2022 .section-5 .section5-left .section5-swiper .tip,
    #product-page-2022 .section-5 .section5-left .section5-swiper{
        margin: 20px 0 0;
    }

}
@media screen and (max-width:767px){
    #product-page-2022 .section-6,
    #product-page-2022 .section-5,
    #product-page-2022 .section-4,
    #product-page-2022 .section-3,
    #product-page-2022 .section-2 .text,
    #product-page-2022 .section-1{
        padding: 50px 20px;
    }
    #product-page-2022 .section-1 .section-1-content h1{
        font-size: 30px;
    }
    #product-page-2022 .section-1 .section-1-content > p{
        font-size: 16px;
    }
    #product-page-2022 .product2022-title{
        font-size: 28px;
    }
    #product-page-2022 .section-2 .text li h4{
        font-size: 18px;
    }
    #product-page-2022 .section-1 ul{
        flex-direction: column;
    }
    #product-page-2022 .section-1 li{
        width: 100%;
    }
    #product-page-2022 .section-1 li:first-child{
        margin-bottom: 60px;
    }
    #product-page-2022 .section-1 ul:before{
        display: none;
    }
    #product-page-2022 .section-2 .text li{
        width: calc(50% - 10px);
    }
    #product-page-2022 .section-3 .section3-left .section3-img{
        margin: 30px 0 0;
    }
    #product-page-2022 .section-3 .section3-right li{
        padding: 0 20px;
        height: 150px;
    }
    #product-page-2022 .section-4 .section4-tab-wap-right li {
        width: calc(50vw - 20px);
    }
    #product-page-2022 .section-4 .section4-tab-wap-right dd,
    #product-page-2022 .section-4 .section4-tab-wap-left li{
        height: 135px;
    }
    #product-page-2022 .section-5 .section5-right{
        width: 100%;
    }
    #product-page-2022 .section-5 .section5-right ul{
        width: 280px;
        height: 280px;
        margin-left: -140px;
    }
    #product-page-2022 .section-5 .section5-left .section5-swiper .tip,
    #product-page-2022 .section-5 .section5-left .section5-swiper .content{
        font-size: 16px;
    }

    #product-page-2022 .section-5 .section5-left .section5-btn a{
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }
    #product-page-2022 .section-5 .section5-left .section5-btn a svg{
        width: 25px;
        height: 25px;
    }

    #product-page-2022 .section-6 .section6-swiper{
        margin-top: 30px;
    }

}
































/* end domain page */



