
/* header */
.container-header {
    position:relative;
	margin:auto;
	height:740px;	
	background-image: url(../img-file/m_main/main-cover-bg.jpg?v=11);
	background-position: 20% 20%;
    background-size: cover;
}
.container-header-box {
	position:relative;
	margin:auto;
	width:90%;
	height:100%;
	max-width:1080px;
	text-align:center;
	vertical-align: middle;
}
.container-header-box-title {
    position:relative;
	float:left;
	width:50%;
	max-width:440px;	
	padding:0;
	margin-top:180px;
	color:#fff;
    font-size: 34px;
	font-weight:200;
	line-height:140%;
    text-align: left;
	z-index:2;
}
.container-bgMask {
    width: 100%;
    height: 100.3%;
    overflow: hidden;
    position: absolute;
    background: #eee;
    background: #1D2943;
    opacity: .8;
}
.Page-hader {
	position: relative;
    margin: auto;
    width: 90%;
    height: 100%;
    max-width: 1100px;
    vertical-align: middle;
	overflow: hidden;
	z-index: 2;
}
/* header End */


.Page-hader-Tbox {
	width:50%;
	float: left;
	margin-left:30px;
	margin-top: 240px;
}
.Page-hader-Tbox-T {   
    display: inline-block;
	letter-spacing:-1px;
	color:#3d454d;
}
.Page-hader-Tbox-T span {
   color: #00a2e1;
   padding-bottom:8px;
   clear:both;
}
.Page-hader-Tbox-P {
    margin-top: 24px;
}
.Page-hader-Img {
    position: absolute;
    bottom:0;
    right: 0;
    width: 420px;
}
.Page-hader-Img img {
	vertical-align:middle;
}
.Page-hader-layout {
	 position:relative;
	 width:100%;
}
.Page-hader-Bbox {
    position:relative;
	margin:auto;
	width:420px;
	height:596px;	
	z-index:2;
}

@media screen and (max-width: 1020px) {
	.container-header {
		position:relative;
		margin:auto;
		height:auto;	
	}
	.Page-hader-Tbox {
		width:100%;
		float:none;
		max-width:600px;
		margin:auto;
		padding:80px 0 60px 0;
		clear:both;
	}
	.Page-hader-Img {
		position: relative;		
		margin:0 auto;	
		margin-top:80px;
		width:280px;
		height:360px;	
		overflow: hidden;
		bottom:0;		
	}
	.Page-hader-Bbox {
		width:280px;
		height:477px;	
	}

}
/**********************  End Header ***********************/
.Tapme_container {
	 position:relative;
	 padding:100px 0;
}
.Tapme_bg_gry {
	background-color:#f9fafb;
}
.Tampe_head_title {
	width:90%;
	max-width:860px;
	margin:auto;
	text-align:center;
}
.Tampe_head_title span {
	color:#5479F7;
	font-weight:800;
}
.linear-grbg {
  background-image: linear-gradient(#fef399,#fef399);
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-size: 100%  .165rem;
}
.linear-grbg-gry {
  background-image: linear-gradient(#5479F7,#5479F7);
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-size: 100%  .195rem;
}
.Tapme_space {
	padding-bottom:80px;
}
.Main-shopbox  {
	margin:auto;
	width:90%;
	max-width:1440px;
	clear:both;
}
.Main-Link-button {
	color:#ffffff;
    font-size: 18px;
	padding: 18px 30px;
	width:180px;
	font-weight:500;
	background-color: #232323;
    border: 1px solid #232323;
	margin:30px auto;
    text-align: center;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;    
}


/************************** Content ***********************/

.How-contaniner {
	position:relative;
	margin:0 auto;
	padding:60px 0;
	max-width:980px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.How-flex-row {
	flex-direction: row-reverse;
}
.How-imgbox     {
    margin:auto;
	text-align:center;
	flex-basis: 50%;
	
	vertical-align:top;
	background-color:#fff;
}
.How-img     {
    margin:auto;
	text-align:center;
	max-width:750px;	
	vertical-align:top;
	background-color:#fff;
}
.How-header        {
	font-size: 28px;
    line-height: 120%;
    letter-spacing: -1.0px;
    font-weight: 700;
    margin-bottom: 16px;
}
.How-p        {
	font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 30px;
	word-break: keep-all;
}
.How-textbox    {
	flex-basis: 50%;
	height:100%;
}
.How-textbox span    {
	color:#2b73de;
	font-weight: 800;	
}
.How-text-li { 
	max-width:360px;
	margin:auto;
}
.H-story-btn {
	max-width: 320px;
    color: #fff;
    background:#000;
    border: 1px solid #000;
	margin-top:32px;
	padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
	text-align:center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 5px;
}
@media screen and (max-width: 880px) {
	.How-contaniner {
		flex-direction: column;
	}
	.How-flex-row {
		flex-direction: column;
	}
    .How-imgbox       {
		flex-basis: 100%;
		margin-top:15px;
		margin-bottom:15px;
	}
	.How-img     {
		margin:auto;
		text-align:center;
	}
    .How-textbox      {flex-basis: 100%;margin:auto;padding:10px 0 0 0;}
	.How-text-li { 
		text-align:center;
	}

}
@media screen and (max-width: 540px) {
	

}