/* t style ------------------------------------------------------------------------------------------------------------------------*/

.d_flex{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.login_wrap{
	position: relative;
}
.login_wrap .login_wrap_back{
	width: 100%;
	max-width: 768px;
	height: 100%;
	background-image: url(../image/backimg1.png);
	background-repeat: repeat;
	background-size: 100% auto;
	display: block;
	z-index: 1						;
	position: absolute;
	top: 0;
	left: 0 ;
	right: 0;
	pointer-events: none;

}
.login_wrap .z2{
	position: relative;
	z-index: 2;
}
.login_wrap img{width: 100%; height: auto; vertical-align: bottom;}


.login_wrap .btn1 a{
display: block;
    height: 60px;
    text-align: center;
}
.login_wrap .btn1 img{
	height: 100%;
	width: auto;
}
.main_img{
background-color: #1b1e26;
	padding-bottom: 3rem;
}
.lpImg img {
    max-width: 100%;
    height: auto;
}
.main_img .btn_wrap{
	justify-content: space-between;
	width:  92%;
	margin: 0 auto;
}
.main_img .btn_wrap .btn{
	width: 49%;
}

.loginCatch {
	text-align: center;
	margin: 0 auto 20px auto;
	max-width: 622px;
}

.loginCatch img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.loginCatch { width: 90%; }
}

.recommendSlider,
.goodBuySlider {
    padding: 0 0 10px 0 !important;
    margin: 0 0 0 10px !important;
}

.popularSlider {
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0 !important;
}

.popularSlider .swiper-slider { position: relative; }

.popularSlider .swiper-wrapper .swiper-slide { height: auto !important; }

.popularSlider .swiper-wrapper .swiper-slide:last-child { margin: 0 20px 0 0 !important; }

.popularSlider .swiper-slide {
    width: 44%;
    cursor: pointer;
	border: solid 1px #eeeeee;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
	padding: 0 0 10px 0;
}

@media screen and (max-width: 480px) {
	.popularSlider .swiper-slide { width: 70% !important; }
}

.popularSlider img {
    max-width: 100%;
	height: auto;
}

.popularSlider .titleName {
	font-weight: bold;
	margin: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popularSlider .titleDesc {
	margin: 0 10px 10px 10px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.popularSlider a { color: #262626; }


@media screen and (max-width: 480px) {
	.popularSlider .titleDesc {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}



.con1,.con2,.con3,.con4{
	padding: 0px 5%;
}
.con1{
background-color: #1b1e26;
}
.con1_txt1{
	width: 65%;
}
.con1_video{
	width: 35%;
	padding-left: 2%;
	pointer-events: none;
}
.con1_video video{width: 100%;}
.con2{
background-color: #101216;
}
.con2_txt2{
margin-top: -2rem;
    padding-bottom: 5rem;
}
.con3{
background-color: #101216;
}
.con3_txt1{
    padding-bottom: 3rem;
    padding-top: 5rem;
}
.con4{
background-color: #1b1e26;
}
.con4_txt1{
	padding-bottom: 3rem;
}
.con4_box1,.con4_box2,.con4_box3{margin-bottom: 2rem;}
.con4_box4{
	padding-bottom: 3rem;
}
.con4_txt2{
}
.con5{
background-color: #101216;
}
.con5_txt1{
	margin-bottom: 3rem;
}
.con5_txt2{
	margin-top: 3rem;
}

@media screen and (min-width: 480px) {
.login_wrap .btn1 a {
    height: 100px;
}
.con4 .box_wrap {justify-content: space-between}
.con4_box1,.con4_box2,.con4_box3,.con4_box4{width: 49%;margin-bottom: 2rem;}

}
.loginNote {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
}

.rewordTxt {
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    margin: 0 0 30px 0;
	font-weight: bold;
}

.rewordTxt span { color: #ea316a; }

.feature li,
.howto li { margin: 0 0 30px 0; }

.recommend {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    width: 96%;
    margin: 0 auto 30px auto;
}

.recommend li {
    width: 48%;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 480px) {
    .recommend {
        display: block;
        width: 100%;
    }
    .recommend li { width: 100%; }
}

.lpCopy {
    background: url(../image/grunge_bg.png) no-repeat center;
    background-size: contain;
    margin: 0 auto 30px auto;
    text-align: center;
    color: #27220f;
    text-shadow:0px 0px 4px #ffffff;
    font-size: 2.4rem;
    padding: 25px 0;
    letter-spacing: -1px;
    width: 60%;
}

@media screen and (max-width: 480px) {
    .lpCopy {
        width: 96%;
        padding: 18px 0;
    }
}

.target {
    background: #333333;
    padding: 30px 2%;
    margin: 0 0 30px 0;
}

.target li {
    margin: 0 0 10px 0;
}

.target li i {
    display: inline-block;
    color: #e20a0a;
    padding: 0 5px 0 0;
}

.cvBnr {
	margin: 0 auto 30px auto;
	width: 60%;
}

@media screen and (max-width: 480px) {
	.cvBnr { width: 100%; }
}

.cvBnr img {
	max-width: 100%;
	height: auto;
}

.footerCopy {
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.4rem;
    text-shadow:0px 0px 4px #ffffff;
    margin: 0 0 30px 0;
}
