@charset "utf-8";
/* CSS Document */

html,body{font-family: Helvetica, "Helvetica Neue", Gotham, Arial, "sans-serif"; padding: 0; margin: 0; width:100%; color: #333; min-height:100%; }
body{background-color: #f9f9f9;}

html {
font-size: 62.5%
}

body.body-style{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

@media only screen and (min-width: 481px) {
html {
font-size:94%!important
}
}

@media only screen and (min-width: 561px) {
html {
font-size:109%!important
}
}

@media only screen and (min-width: 641px) {
html {
font-size:125%!important
}

body {
/* max-width: 640px */
}
}
ul,li{list-style: none; padding: 0; margin: 0;}
p,div,li,span{font-size: 1.4rem; font-weight: normal;}
a{font-size: 1.4rem; text-decoration: none; cursor:pointer;}
h1,h2,p,a,img{margin:0; padding: 0;}
img{border: 0;}
input{
	-webkit-appearance:none;
	outline:none;
}
input[type=button]{
	-webkit-appearance:none;
	outline:none;
}
.fr{
	float: right;
}
.fl{
	float: left;
}

#wrap{
	width: 100%;
	position: relative;
}

.gototop{
	width: 4rem;
	height: 4rem;
	border-radius: 3rem;
	cursor: pointer;
	background-color: rgba(250,174,1,.9);
	background-image: url("images/user/home/icon_top.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 2rem;
	position: fixed;
	bottom: 12rem;
	right: 1.6rem;
	z-index: 1099;
	display: none;
}

.header-pc{
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 9999;
}
.header-pc > div{
	width: 1004px;
	height: 80px;
	margin: 0 auto;
	line-height: 80px;
	font-size: 1.8px;
}
.header-pc > div .logo{
	width: auto;
	height: 40px;
	display: block;
	margin-top: 20px;
	float: left;
	line-height: 40px;
	font-size: 20px;
	color: #333;
}
.header-pc > div .logo img{
	width: auto;
	height: 40px;
}
.header-pc > div .nav-menu{
	float: right;
	text-align: right;
}
.header-pc > div .nav-menu a{
	font-size: 18px;
	color: #333;
	text-decoration: none;
	margin-left: 40px;
}
.header-pc-b.head-font-b > div .nav-menu a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin-left: 40px;
}
.header-pc .menu-btn{
	display: none;
}
.banner{
	width: 100%;
	min-height: 600px;
	/*background: #FAAE01 url("../images/website/banner_pc_3x.png") center center no-repeat;*/
	background-color: #FAAE01;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 600px;
}
.ban-cooker{
	background-image: url("../uploads/banner/banner_cooker_3x.png");
    background-color: #F3F2ED;
}
.ban-kitcar{
	background-image: url("../uploads/banner/banner_kitcar_3x.png");
}
.ban-resturant{
	background-image: url("../uploads/banner/banner_restaurant_3x.png");
}
.ban-index{
	background-image: url("../uploads/banner/banner_restaurant60_2xp.png");
	background-size: 1720px;
	background-position: center top;
}
.ban-index >div{
	width: 1004px;
	margin: 0 auto;
}
.ban-index .banner-logo{
	padding: 160px 0 30px 0;
}
.ban-index .banner-logo img{
	width: auto;
	height: 140px;
}

.banner a{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	min-height: 600px;
}

.sample-show{
	width: 100%;
	height: 210px;
	position: relative;
}
.sample-show > div{
	position: absolute;
	width: 572px;
	height: 132px;
	background-color: #fff;
	border: 1px solid #707070;
	left: 50%;
	margin-left: -70px;
	margin-top: -50px;
}
.sample-show > div > i{
	width: 66px;
	height: 66px;
	float: left;
	padding: 32px 5px 0 20px;
}
.sample-show > div > i img{
	width: 66px;
	height: auto;
}
.sample-show > div p{
	font-size: 12px;
	color: #808080;
	padding: 0 0 0 30px;
	margin-top: 44px;
	float: left;
	/* background:url("../images/website/icon_arrow_3x.png") no-repeat left center; */
	background-size:20px;
}
.sample-show > div p b{
	font-size: 20px;
}
.sample-show > div p span{
	color: #FF5F5F;
	font-size: 20px;
	font-weight: bold;
}
.sample-show > div p.sample-mobile{
	width: 110px;
	position: absolute;
	top: -54px;
	right: -23px;
	margin: 0;
	padding: 0;
	background: none;
}
.sample-show p.sample-mobile img{
	width: 100%;
	height: auto;
}
.sample-link-a{
	display: none;
}

.why-me{
	background-color: #F4F4F4;
	width: 100%;
	padding: 50px 0 10px 0;
}
.inner-box{
	width: 1004px;
	margin: 0 auto;
	position: relative;
}
.why-me h1{
	text-align: center;
	font-size: 40px;
}
.why-me li{
	clear: both;
	position: relative;
	width: 100%;
}
.why-me li .number{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background-color: #FF5F5F;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	display: block;
	position: absolute;
	top: 0;
	left: -23px;
	text-align: center;
	font-style: normal;
	line-height: 44px;
}
.why-me li .text-box{
	float: left;
	width: 400px;
	padding-left: 40px;
	overflow: hidden;
	font-size: 16px;
	color: #707070;
}
.why-me li .text-box p{
	font-size: 16px;
}
.why-me li .img-box{
	float: right;
	width: 500px;
	text-align: center;
}
.why-me li .img-box img{
	max-width: 500px;
	height: auto;
}
.why-me li .inner-div{
	overflow: hidden;
	margin: 80px 0;
}
.why-me ul{
	border-left: 2px solid #FF5F5F;
}
.light{
	width: 130px;
	position: absolute;
	bottom: -140px;
	left: -60px;
}
.light img{
	width: 120px;
	height: auto;
}
.content{
	padding: 60px 0;
	width: 100%;
	background-color: #fff;
}
.inner-box-b{
	width: 1004px;
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.inner-box-c{
	width: 664px;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #707070;
	line-height: 1.5;
}
.plan-head{
	background-color: #FF5F5F;
	color: #fff;
	padding: 30px 0;
    margin-bottom: 30px;
    border-radius: 5px;
}
.inner-box-c h1{
	font-size: 40px;
	padding-bottom: 30px;
}
.form-list li >span{
	font-size: 14px;
	color: #999;
}
.form-list li >span i{
	font-size: 14px;
}
.sub-title{
	margin: 0 20px; 
	border-bottom: 1px solid #707070; 
	font-size: 40px; 
	padding: 30px 0;
}
.winner-box{
	width: 70%;
	margin: 20px auto; 
	overflow: hidden;
	color: #414042;
}
.winner-box img{
	width: auto;
	height: 148px;
	float: left;
	margin-right: 20px;
}
.winner-box > p,.winner-box-2 > p,.winner-box-3 > p{
	float: left;
	font-size: 18px;
	text-align: left;
	line-height: 1.5;
}
.winner-box-2{
	width: 50%;
	margin: 20px auto; 
	overflow: hidden;
	color: #414042;
}
.winner-box-2 img{
	width: auto;
	height: 148px;
	float: left;
	margin-right: 20px;
}
.winner-box-3{
	width: 33%;
	margin: 20px auto; 
	overflow: hidden;
	color: #414042;
}
.winner-box-3 img{
	width: auto;
	height: 100px;
	float: left;
	margin-right: 20px;
}
.sub-title-b{
	margin: 0 20px; 
	border-top: 1px solid #707070;  
	padding: 30px 0;
	font-size: 18px;
}
.member-plan{
	 width: 56%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.member-plan.cooker-plan li,.member-plan-2.cooker-plan li{
	width: 272px;
	margin: 0 auto;
	clear: both;
	float: none;
}
.member-plan li{
	width: 47%;
	height: 108px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	/* float: left; */
	font-size: 32px;
	line-height: 70px;
	font-weight: bold;
}
.member-plan li span{
	width: 100%;
	color: #fff;
	font-size: 16px;
	background-color: #FF5F5F;
	line-height: 42px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.member-plan-2{
	 width: 56%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.member-plan-2 li{
	width: 47%;
	height: 108px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	/* float: left; */
	font-size: 32px;
	line-height: 70px;
	font-weight: bold;
}
.member-plan-2 li span{
	width: 100%;
	color: #fff;
	font-size: 16px;
	background-color: #414042;
	line-height: 42px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.member-plan-3{
	 width: 272px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.member-plan-3 li{
	width: 272px;
	height: 108px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	margin: 0 1.5%;
	float: left;
	font-size: 32px;
	line-height: 70px;
	font-weight: bold;
}
.member-plan-3 li span{
	width: 100%;
	color: #fff;
	font-size: 16px;
	background-color: #8AC13F;
	line-height: 42px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.member-plan a,.member-plan-2 a,.member-plan-3 a{
	color: #414042;
	display: block;
	font-size: 32px;
}
.step-box{
	width: 964px;
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
	border-radius: 4px;
	margin: 20px auto;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}
.step-box p{
	font-size: 18px;
}
.step-a{
	width: 90%;
	margin: 40px auto;
	overflow: hidden;
	color:#707070;
}
.step-a p{
	float: left;
	width: 30%;
	display: block;
}
.step-a p i{
	height: 125px;
	display: block;
	margin: 20px 0;
}
.step-a p i img{
	width: auto;
	height: 125px;
}
.step-a p span{
	width: 75%;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	color: #777;
}
.step-a > span{
	float: left;
	width: 20px;
	height: 150px;
	background: url("../images/website/arrow-right.png") bottom center no-repeat;
	background-size: 15px;
}

.inner-box-c i{
	color: #f00;
	font-style: normal;
}
.inner-box-c li{
	font-size: 16px;
	text-align: left;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.inner-box-c li.upload-li{
	font-size: 16px;
	text-align: left;
	padding-top: 30px;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.inner-box-c li.upload-li button{
	background-color: #FF5F5F;
}
.inner-box-c li p{
	font-size: 16px;
	text-align: left;
	width: 48%;
	float: left;
}
.inner-box-c li p.right-p{
	float: right;
	margin-right: 4px;
}
.inner-box-c li > input,.inner-box-c li p > input,.inner-box-c li input{
	width: 99%;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	text-indent: 10px;
	border: 1px solid #414042;
	border-radius: 4px;
}
.part-service{
    background-color: #F4F4F4;
}
.part-service .inner-box-c li.radio-li input{
	width: 16px;
	height: 16px;
	border: 0;
	text-indent: 0;
	line-height: 0;
}
.inner-box-c li select{
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	text-indent: 10px;
	border: 1px solid #414042;
	border-radius: 4px;
}
.radio_type {
    width: 16px;
    height: 16px;
    appearance: none;
    position: relative;
    outline: none;
}
.radio_type:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #333;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	background-color: #fff;
}
.radio_type:checked:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #FAAE01;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after {
    content: "";
    width: 8px;
    height: 8px;
    text-align: center;
    background: #FAAE01;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}
.radio_type:checked + label {
    color: #edd19d;
}

.radio-li  label{
	display: block;
	padding: 5px 0;
}
.textarea-li textarea{
	width: 96%;
	padding: 5px 10px;
	border: 1px solid #414042;
	border-radius: 4px;
	height: 80px;
	font-size: 18px;
	line-height: 1.5;
}
.btn-style-a{
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	background-color: #FF5F5F;
	width: 280px;
	text-align: center;
	border: 0;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}
.member-sel button.btn-style-a{
	display: inline-block;
	margin: 0 20px;
}

.btn-style-n{
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	background-color: #9D9D9D;
	width: 280px;
	text-align: center;
	border: 0;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}
.btn-style-b{
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	background-color: #fff;
	width: 280px;
	text-align: center;
	font-size: 18px;
	color: #414042;
	margin: 0 20px;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #414042;
	 
}
.btn-style-b2{
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	background-color: #414042;
	width: 280px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	 
}
.btn-style-g{
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	background-color: #8AC13F;
	width: 280px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin: 0 20px;
	display: inline-block;
	cursor: pointer;
	border: 0;
	 
}
.footer{
	background-color: #2E2E2E;
	color: #fff;
	width: 100%;
	padding: 50px 0 100px 0;
	clear: both;
	text-align: center;
}
.footer > p{
	font-size: 16px;
}
.footer > h1{
	font-size: 44px;
	padding: 10px 0 30px 0;
}
.footer .footer-inner{
	width: 1004px;
	padding: 20px 0;
	margin: 40px auto 0 auto;
	border-top: 1px solid #E6E6E6;
	overflow: hidden;
}
.footer .logo{
	height: 56px;
	padding-left: 66px;
	float: left;
	background: url("../images/website/white_logo_3x.png") top left no-repeat;
	background-size: auto 56px;
	line-height: 56px;
	font-size: 24px;
	color: #fff;
}
.footer .footer-nav{
	float: right;
	text-align: right;
}
.footer .footer-nav a{
	display: inline-block;
	margin-left: 40px;
	color: #fff;
	font-size: 16px;
}
.footer .footer-nav p{
	font-size: 14px;
	padding-top: 20px;
	color: #E6E6E6;
}
.header-inside-pc{
	position: fixed;
	height: 80px;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
	text-align: center;
	top: 0;
	left: 0;
}
.header-inside-pc .logo{
	width: 140px;
	height: 40px;
	display: block;
	margin: 20px auto;
	line-height: 40px;
	font-size: 20px;
	color: #333;
}
.header-inside-pc .logo img{
	width: auto;
	height: 40px;
}
.page-title{
	padding: 40px 0;
	font-size: 40px;
	text-align: center;
}
.inner-page{
	width: 1004px;
	margin: 0 auto;
	position: relative;
}
.inner-page .pink-title{
	background-color: #FF5F5F;
	color: #fff;
	padding: 30px 0;
	text-align: center;	
	border-radius: 4px;
}
.inner-page .black-title{
	background-color: #414042;
	color: #fff;
	padding: 30px 0;
	text-align: center;	
	border-radius: 4px;
}
.inner-page .green-title{
	background-color: #8AC13F;
	color: #fff;
	padding: 30px 0;
	text-align: center;	
	border-radius: 4px;
}
.reg-infor{
	padding: 50px 0 0 0;
	color: #414042;
	border-top: 1px solid #FF5F5F;
	border-bottom: 1px solid #FF5F5F;
}
.reg-infor2{
	padding: 50px 0 20px 0;
	color: #414042;
	border-bottom: 1px solid #FF5F5F;
}
.reg-infor h2{
	font-size: 26px;
}
.reg-infor h3{
	font-size: 22px;
	padding: 0;
	margin: 0;
}
.reg-infor p{
	font-size: 18px;
	padding: 10px 0 40px 0;
}
.reg-infor p span{
	font-size: 18px;
}
.content-n{
	padding: 60px 0 0 0;
	width: 100%;
	background-color: #fff;
}
.inner-box-c li p.put-mark{
	font-size: 18px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	top: auto;
	line-height: 44px;
	display: inline-block;
	text-align: right;
}
.privacy-li a{
	color:#FF5F5F;
	font-size: 16px;
}
.h3-style-a{
	width: 1004px;
	padding: 20px 0;
	font-size: 22px;
	margin: 0 auto;
}
.member-sel{
	padding: 0 0 50px 0;
	text-align: center;
}
.form-list .btn-li{
	border-top: 1px solid #FF5F5F;
	padding-top: 30px;
	padding-bottom: 30px;
}
.Gender-li label{
	display: inline-block;
	margin-right: 40px;
	line-height: 40px;
	font-size: 16px;
}
.Gender-li label input{
	margin-right: 10px;
	border: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-indent: 0;
	padding: 0;
}
.select-ul{
	width:99%;
	overflow: scroll;
	border-radius: 4px;
	border: 1px solid #414042;
}
.select-ul li{
	line-height: 36px;
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0 20px;
}
.select-ul li.def-sel{
	color: #999;
}
.select-ul li:hover,.select-ul li.current{
	background-color: #eee;
}
.bank-sub{
	height: 216px;
}
.reg-infor-finish{
	text-align: center;
	min-height: 500px;
	font-size: 18px;
}
.reg-infor-finish h3{
	font-size: 26px;
}
.reg-infor-finish p{
	font-size: 18px;
}
.step-fin{
	width: 40%;
	margin: 80px auto 0 auto;
	height: 60px;
	position: relative;
	border-top: 2px solid #8AC13F;
}
.step-fin span{
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	background:url("../images/website/icon_correct_24_2x.png") center center no-repeat;
	background-size: 30px;
}
.step-fin span.span-a-1{
	left: 0;
}
.step-fin span.span-a-2{
	left: 50%;
	margin-left: -15px;
}
.step-fin span.span-a-3{
	right: 0;
}
.address-de{
	display: none;
}
.get-reg-email{
	min-height: 500px;
	text-align: center;
	padding-top: 80px;
}
.get-reg-email h3{
	font-size: 26px;
}
.get-reg-email p{
	font-size: 18px;
}
.get-reg-email p span{
	color: #FF5F5F;
	font-size: 18px;
}
.get-reg-email p a{
	color: #FF5F5F;
	font-weight: bold;
	font-size: 18px;
}
.plan-head-a{
	background-color: #FF5F5F;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	line-height: 140px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}
.plan-head-b{
	background-color: #414042;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	line-height: 140px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}
.plan-head-c{
	background-color: #8AC13F;
	color: #2E2E2E;
	padding-top: 80px;
	padding-bottom: 80px;
	line-height: 140px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}
.plan-title-s{
	line-height: 160px;
	color: #414042;
	font-size: 80px;
	font-weight: bold;
    text-align: center;
    position: relative;
}
.plan-title-s i,.plan-title-s-3 i{
    position: absolute;
    left: 50%;
    top: -140px;
    margin-left: -70px;
    width: 140px;
    height: 140px;
}
.plan-title-s-2{
	line-height: 180px;
	color: #414042;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
    position: relative;
}
.plan-title-s-2 span{
	font-size: 40px;
	font-weight: bold;
    position: relative;
}
.plan-title-s-3{
	width: 1004px;
	height: 180px;
	line-height: 160px;
	color: #414042;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
.plan-title-s-3 p{
	line-height: 40px;
	color: #414042;
	font-size: 80px;
	font-weight: bold;
	text-align: left;
	margin: -20px auto;
}
.plan-title-s span{
	font-size: 40px;
	font-weight: bold;
}
.plan-title-s-4{
	width: 300px;
	height: 120px;
	line-height: 120px;
	color: #414042;
	font-size: 80px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
}
.plan-title-s-4 img{
	width: auto;
	height: 120px;
    float: left;
	margin-right: 30px;
}
.plan-title-s img,.plan-title-s-3 img{
	width: auto;
	height: auto;
    max-width: 140px;
    max-height: 140px;
}

.plan-sub-ti,.plan-sub-ti2,.plan-sub-ti3{
	text-align: left;
	padding: 10px 0 0 0;
    width: 1004px;
    margin: 0 auto;
}
.plan-sub-ti h3{
	display: inline-block;
	color: #FF5F5F;
	line-height: 80px;
	font-size: 60px;
	margin: 0 auto;
	border-bottom: 2px solid #FF5F5F;
}
.plan-sub-ti2 h3{
	display: inline-block;
	color: #414042;
	line-height: 80px;
	font-size: 60px;
	margin: 0 auto;
	border-bottom: 2px solid #414042;
}
.plan-sub-ti3 h3{
	display: inline-block;
	color: #8AC13F;
	line-height: 80px;
	font-size: 60px;
	margin: 0 auto;
	border-bottom: 2px solid #8AC13F;
}

.plan-int-list li{
	width: 1004px;
	overflow: hidden;
	margin: 30px auto;
	background-color: #f4f4f4;
    border-radius: 10px;
}
.plan-int-list li.black-bg{
	background-color: #414042;
}
.plan-int-list li.black-bg h3,.plan-int-list li.black-bg p{
    color:#FAAE01;
}
.plan-int-list li.gray{
	background-color: #F4F4F4;
}
.plan-int-list li > div{
	width: 1004px;
    overflow: hidden;
}
.plan-int-list li .int-left,.plan-int-list li .int-left i,.plan-int-list li .int-right i{
	float: left;
}
.plan-int-list li .int-left{
	width: 45%;
}
.plan-int-list li .int-right{
	width: 45%;
    float: right;
    margin-right: 40px;
}
.plan-int-list li .int-left > div,.plan-int-list li .int-right > div{
	margin-left: 140px;
    padding-right: 20px;
    padding-bottom: 40px;
}
.plan-int-list li i{
	width: 70px;
    height: 70px;
	display: block;
	margin: 40px 0 0 50px;
    background-color: #fff;
    text-align: center;
    border-radius: 80px;
}
.plan-int-list li i img{
	width: auto;
	height: auto;
    max-width: 50px;
    max-height: 50px;
    text-align: center;
    margin-top: 10px;
}
.plan-int-list li h3{
	padding: 40px 0 10px 0;
	margin: 0;
	font-size: 22px;
}
.plan-int-list li p{
	font-size: 16px;
	line-height: 1.5;
}
.plan-int-list li span.yellow{
	font-size: 14px;
	color: #FF5F5F;
	margin-bottom: -20px;
}
.plan-alink{
	padding: 10px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	z-index: 8888;
}
.part-plan h1{
		font-size: 44px;
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	.part-plan h1.sub-h1-p{
		font-size: 30px;
		color: #FF5F5F;
		padding: 20px 0;
	}
.inner-box-c li p.password-input{
	width: 99%;
	display: block;
	position: relative;
	border-radius: 4px;
	border: 1px solid #414042;
}
.inner-box-c li p.password-input input{
	width: 80%;
	border: 0;
}
.btn-eye{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 10px;
	display: block;
	background: url("../images/website/icon_eye_close.png") center center no-repeat;
	background-size: 26px;
	cursor: pointer;
}
.btn-eye-open{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 10px;
	display: block;
	background: url("../images/website/icon_eye_open.png") center center no-repeat;
	background-size: 26px;
	cursor: pointer;
}
.s-p-txt{
	text-align: center;
	font-size: 24px;
	color: #FF5F5F;
	padding: 40px 0;
}
.small-t-mark{
	font-size: 12px;
	padding-left: 18px;
}
.s-mark-b{
	font-size:12px;
	color: #FF5F5F;
}

.agree-label{
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.container .agree-label input{
	padding: 0;
}
.agree-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 0.1rem solid #333;
  border-radius: 4px;
  outline: none;
  float: left;
	margin-right: 10px;
}
.agree-label input[type="checkbox"]:checked {
  background: #FAAE01 url("../images/website/check_box_3x.png") no-repeat center;
  background-size: 50% 50%;
	border: 0.1rem solid #FAAE01;
}
.inner-box-c li.upload-cert{
	padding-top: 40px;
	text-align: center;
}
.inner-box-c li.upload-cert > p{
    background-color: #fff;
}
.inner-box-c li.upload-cert p input,.inner-box-c li div.upload-cert p input{
	border: 0;
	width: 75%;
}

.inner-box-c .form-list li.upload-cert p,.inner-box-c .form-list div.upload-cert p{
	display: block;
	width: 42%;
	margin: 0 auto;
	border: 1px solid #07033F;
	border-radius: 30px;
	float: none;
	overflow: hidden;
}
.inner-box-c li div.upload-cert{
	margin-left: 30px;
}
.inner-box-c li.upload-cert p{
	
}
.inner-box-c li.upload-cert p button,.inner-box-c .form-list div.upload-cert p button{
	width: 100%;
	height: 46px;
	background-color: #07033F;
	color: #fff;
	border: none;
	float: right;
	font-size: 18px;
	cursor: pointer;
}
.pay-select-a{
	padding: 80px 0;
}
.inner-box-c li.personl-member h3{
	font-size: 1.8rem;
	text-align: center;
}
.inner-box-c li.personl-member p{
	font-size: 1.4rem;
	text-align: center;
	width: 100%;
}
.inner-box-c li select.bank-select{
	width: 94%;
	background-color: #fff;
}
.bank-form li{
	background-color: #f0f0f0;
}
.bank-form .p-left{
	float: left;
	width: 26%;
	background-color: #f0f0f0;
	padding: 10px 2%;
	line-height: 44px;
	font-size: 20px;
}
.bank-form .p-right{
	float: left;
	width: 65%;
	background-color: #f5f5f5;
	padding: 10px 2%;
	line-height: 44px;
	font-size: 18px;
}
.bank-form li{
	margin: 2px 0;
	clear: both;
}
.bank-text-if{
	text-align: left;
	padding: 20px 0 0 0;
	font-size: 18px;
}
.btn-li{
	padding: 30px 0;
}
.bank-form .p-right p{
		font-size: 12px;
	line-height: 20px;
	width: 100%;
	padding: 5px 0;
	}
.form-list li span.red-mark{
	color: #FF5F5F;
	font-size: 14px;
}
.agree-credit-li{
		border: 1px solid #eee;
	padding: 10px;
	border-radius: 4px;
	}
.agree-credit-li b{
	padding-left: 30px;
	font-size: 20px;
}
.select-s-a{
	width: 92%;
	background-color: #fff;
}
.select-s-a1{
	margin-bottom: 20px;
}
.select-box-a{
	margin-left: 30px;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
}
.select-box-b{
		border: 1px solid #eee;
		border-radius: 4px;
		padding: 10px;
		background-color: #fefefe;
	display: none;
	}

/*  ---2022-02-21---   */
.inner-box-c li.credit-date{
	width: 45%;
	float: left;
	margin-right: 9%;
	clear: none;
}
.inner-box-c li.credit-code,.inner-box-c li.credit-name,.inner-box-c li.credit-surname{
	width: 45%;
	float: left;
	clear: none;
}
.inner-box-c li.credit-name{
	margin-right: 9%;
}
.inner-box-c li.credit-code input,.inner-box-c li.credit-name input,.inner-box-c li.credit-surname input{
	width: 98%;
}
.plan-selest-a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg,#FF5F5F,#FC9E9E);
}
.plan-selest-b{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg,#414042,#848484);
}
.plan-selest-c{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg,#8AC13F,#D5F7A8);
}
.plan-selest-a span,.plan-selest-b span,.plan-selest-c span{
    width: auto;
    display: inline-block;
    padding-right: 26px;
    background: url("../images/website/arrow-de.png")  no-repeat center right;
    background-size: 16px;
    margin: 0 auto;
    font-size: 16px;
}
.inner-box-plan{
	width: 1004px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.inner-box-plan-2{
    width: 670px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.plan-li li{
    width: 320px;
    height: 500px;
    margin: 0 7px;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f4f4f4;
    position: relative;
}
.plan-title-a{
    width: 100%;
    height: 160px;
    background: linear-gradient(90deg,#FC9E9E,#FF5F5F);
    color: #fff;
    position: relative;
}
.plan-title-b{
    width: 100%;
    height: 160px;
    background: linear-gradient(90deg,#848484,#414042);
    color: #fff;
    position: relative;
}
.plan-title-c{
    width: 100%;
    height: 160px;
    background: linear-gradient(90deg,#D5F7A8,#8AC13F);
    color: #fff;
    position: relative;
}
.plan-li li i{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -40px;
    border-radius: 40px;
}
.plan-li li i img{
    width: auto;
    height: 100%;
}
.plan-title-a > span,.plan-title-b > span,.plan-title-c > span{
    padding: 20px 0 0 0;
    font-size: 16px;
    display: block;
}
.plan-title-a > p{
    font-size: 22px;
}
.plan-title-a > p b,.plan-title-b > p b,.plan-title-c > p b{
    font-size: 50px;
}
.plan-intro{
    padding: 60px 20px 0 20px;
}
.plan-intro p{
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
.header-pc > div .nav-menu a.login-bn{
    display: inline-block;
    padding: 0 15px;
    border-radius: 20px;
    background-color: #414042;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}
.why-me ul.rest-info{
    border: 0;
}
.rest-info >li{
    display: none;
}
.info-tag{
    width: 1004px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    border-bottom: 2px solid #e5e5e5;
}
.info-tag a{
    display: inline-block;
    width: 25%;
    font-size: 22px;
}
.info-tag a.current{
    border-bottom: 2px solid #FF5F5F;
    color: #FF5F5F;
}
.app-link{
    padding: 30px 0 0 0;
    border-top: 1px solid #fff;
     clear: both;
    overflow: hidden;
	width: 1002px;
	margin: 30px auto 0 auto;
}
.app-link .link-left{
	float: left;
	text-align: left;
	font-size: 20px;
}
.app-link .link-right{
	float: right;
}
.app-link .link-right a{
	display: block;
	float: right;
	width: 252px;
	margin-left: 20px;
}
.app-link .link-right a img{
	width: 100%;
	height: auto;
}
.black-lay{
	display: none;
}
.text-content{
	width: 1002px;
	margin: 0 auto;
	padding: 60px 0;
}
.text-content h1{
	text-align: center;
	font-size: 50px;
}
.text-content .text-top{
	padding: 50px 0 50px 0;
	border-bottom: 1px solid #FF5F5F;
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 1.6;
}
.text-content .text-bottom h3{
	font-size: 30px;
}
.text-content .text-bottom{
	font-size: 18px;
	line-height: 1.6;
}
.reg-step-bar,.reg-step-bar-free{
    position: relative;
    padding: 50px 0 100px 0;
}
.reg-step-bar p{
    position: relative;
    width: 300px;
    border-top: 2px solid #FF5F5F;
    margin: 0 auto;
}
.reg-step-bar-free p{
    position: relative;
    width: 200px;
    border-top: 2px solid #FF5F5F;
    margin: 0 auto;
}
.reg-step-bar p span,.reg-step-bar-free p span{
    width: 40px;
    height: 40px;
    display: block;
    background-color: #fff;
    border: 2px solid #FF5F5F;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: -21px;
    margin-left: -20px;
	z-index: 999;
}
.reg-step-bar p i,.reg-step-bar-free p i{
	display: block;
	background-color: #8AC13F;
	height: 2px;
	top: -2px;
	left: 0;
	position: absolute;
}
.reg-step-bar p span.step-suss,.reg-step-bar-free p span.step-suss{
    background: #8AC13F url("../images/website/check_box_3x.png") 50% 50% no-repeat;
    background-size: 20px;
    border: 2px solid #8AC13F;
    color: #fff;
}
.reg-step-bar p span.step-on,.reg-step-bar-free p span.step-on{
    background-color: #FF5F5F;
    background-size: 20px;
    border: 2px solid #FF5F5F;
    color: #fff;
}
.reg-step-bar p span.step-1.reg-step-bar-free p span.step-1{
    left: 0%;
}
.reg-step-bar p span.step-2{
    left: 50%;
}
.reg-step-bar p span.step-3{
    left: 100%;
}
.reg-step-bar p span.step-4,.reg-step-bar-free p span.step-2{
    left: 100%;
}
.form-list li >span.part-number{
	color: #fff;
	background-color: #FF5F5F;
	display: block;
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
}
.inner-box-c li.part-line{
	line-height: 40px;
	font-size: 20px;
}
.confirm-info li > div{
	width: 49%;
	float: left;
	font-size: 16px;
	line-height: 2;
}
.part-line-2{
	border-top: 2px solid #FF5F5F;
	padding-top: 20px;
}
.reg-suss-banner-free{
	width: 100%;
	height: 200px;
	margin: 0 0 -80px 0;
	background: linear-gradient(90deg,#D4F6A7,#A8D170);
	z-index: 1009;
	position: relative;
}
.reg-suss-banner-red{
	width: 100%;
	height: 200px;
	margin: 0 0 -80px 0;
	background: linear-gradient(90deg,#FF9393,#FF5F5F);
	z-index: 1009;
	position: relative;
}
.reg-suss-banner-black{
	width: 100%;
	height: 200px;
	margin: 0 0 -80px 0;
	background: linear-gradient(90deg,#848484,#424143);
	z-index: 1009;
	position: relative;
}
.reg-step-bar > h3,.reg-step-bar-free > h3{
	color: #fff;
	padding: 0 0 30px 0;
	margin: 0;
	text-align: center;
}
.inner-box-pay{
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
}
.payment-tag{
	border-bottom: 1px solid #E6E6E6;
	height: 60px;
}
.payment-tag a{
	display: inline-block;
	padding: 0 50px;
	color: #6F6F6F;
	font-size: 24px;
	line-height: 60px;
}
.payment-tag a.aleft{
	float: left;
}
.payment-tag a.aright{
	float: right;
}
.payment-tag a.on{
	color: #FF5F5F;
	border-bottom: 2px solid #FF5F5F;
}
.pay-tag-list{
	padding: 50px 0;
	clear: both;
	border-bottom: 1px solid #FF5F5F;
	margin-bottom: 40px;
}
.pay-tag-list > div{
	font-size: 18px;
}
.member-plan-ita,.member-plan-itb{
	width: 344px;
	height: 50px;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
	line-height: 1.5;
	color: #fff;
	border-radius: 10px;
}
.member-plan-ita > span,.member-plan-itb > span{
	font-size: 14px;
}
.member-plan-ita{
	background: linear-gradient(90deg,#FC9E9E,#FF5F5F);
}
.member-plan-itb{
	background: linear-gradient(90deg,#848484,#414042);
}
.pay-details{
	width: 90%;
	margin: 0 auto;
}
.de-input .s-mark{
	font-size: 14px;
	width: 90%;
	padding-top: 10px;
}
.de-input select{
	width: 93%;
	line-height: 50px;
	height: 50px;
	padding: 0 10px;
	border-radius: 5px;
	border: 2px solid #414042;
	font-size: 18px;
}
.bank-select-list{
	width: 92.5%;
	line-height: 50px;
	height: auto;
	max-height: 360px;
	padding: 0;
	border-radius: 5px;
	border: 2px solid #414042;
	font-size: 18px;
	overflow: scroll;
}
.bank-select-list p{
	font-size: 18px;
	padding: 0 0 0 10px;
	line-height: 50px;
	color: #666;
	cursor: pointer;
}
.bank-select-list p:hover,.bank-select-list p.on{
	background-color: #efefef;
}
.bank-select-list span{
	color: #ccc;
	font-size: 18px;
	line-height: 50px;
	padding: 0 0 0 10px;
}
.pay-details > ul >li{
	margin-bottom: 30px;
	overflow: hidden;
}
.pay-details div{
	font-size: 16px;
	line-height: 1.5;
}
.pay-details ul li div i,.pay-details ul li i{
	color: #FF5F5F;
}
.pay-details input{
	width: 90%;
	line-height: 50px;
	padding: 0 10px;
	border-radius: 5px;
	border: 2px solid #414042;
	font-size: 18px;
}
.pay-details .de-left{
	width: 48%;
	float: left;
}
.pay-details .de-right{
	width: 48%;
	float: right;
}
.pay-details .de-input div{
	color: #666;
}
.pay-details > ul{
	overflow: hidden;
}
.pay-details ul > li{
	font-size: 16px;
	color: #999;
}
.bank-car div{
	width: 44%;
}
.bank-car div.left{
	float: left;
}
.bank-car div.right{
	float: right;
	margin-right: 6%;
}
.bank-select-it div{
	width: 390px;
	margin: 0 auto;
}
.bank-select-it label{
	display: inline-block;
	padding: 0;
	margin: 0 5px;
	float: left;
}
.bank-select-it input{
	width: 60px;
	height: 36px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 0;
	cursor: pointer;
	position: relative;
}
.bank-select-it input.bank-it-1{
	background: url("../images/website/brands.png") 50% 50% no-repeat;
    background-size: 50px;
}
.bank-select-it input.bank-it-2{
	background: url("../images/website/brands2.png") 50% 50% no-repeat;
    background-size: 50px;
}
.bank-select-it input.bank-it-3{
	background: url("../images/website/brands3.png") 50% 50% no-repeat;
    background-size: 50px;
}
.bank-select-it input.bank-it-4{
	background: url("../images/website/brands4.png") 50% 50% no-repeat;
    background-size: 50px;
}
.bank-select-it input.bank-it-5{
	background: url("../images/website/brands5.png") 50% 50% no-repeat;
    background-size: 50px;
}
.bank-select-it label {
    appearance: none;
    position: relative;
    outline: none;
}
.bank-select-it input:before {
    content: "";
}
.bank-select-it input:checked:before {
    content: "";
	display: block;
    position: absolute;
    top: 0px;
    left: 0px;
	border: 1px solid #FF5F5F;
	width: 60px;
	height: 36px;
	border-radius: 2px;
}
.bank-select-it input:checked:after {
	content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
	border: 1px solid #FF5F5F;
	width: 60px;
	height: 36px;
	border-radius: 2px;
}
.bank-select-it input:checked + label {
    color: #edd19d;
}
.reg-infor h2 span{
	font-size: 16px;
}
.bank-text{
	font-size: 18px;
}
.uploadpiclist{
	min-width: 200px;
	min-height: 200px;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 20px auto;
	display: inline-block;
}
.uploadpiclist > li{
	min-height: 200px;
}

@media only screen and (min-width : 150px) and (max-width : 960px)
{
	.banner{
	width: 100%;
	height: 100%;
	background: #FAAE01 url("../images/website/banner_mobile_3x.png") center center no-repeat;
	background-size: cover;
}
    .ban-cooker{
        background-image: url("../uploads/banner/banner_cooker_2x.png");
        background-color: #F3F2ED;
        background-size: 88%;
    }
    .ban-kitcar{
	    background-image: url("../uploads/banner/banner_kitcar_2x.png");
        background-size: 88%;
}  
    
    .ban-resturant{
	    background-image: url("../uploads/banner/banner_restaurant_m_2x.png");
        background-size: 88%;
}
	.ban-index{
	    background-image: url("../uploads/banner/banner_restaurant60m_2xm.png");
        background-size: 88%;
		background-position: 50% 8rem;
}
	.ban-index >div{
	width: 100%;
	margin: 0 auto;
		text-align: center;
}
	.ban-index div{
		font-size: 2.4rem;
	}
.ban-index .banner-logo{
	padding: 3rem 0 34rem 0;
}
.ban-index .banner-logo img{
	width: auto;
	height:7rem;
}
	.member-plan{
		width: 90%;
	}
    .banner a{
	width: 100%;
	display: block;
	cursor: pointer;
	height: 66rem;
    }
	.header-pc{
	width: 100%;
	height: 8rem;
	position: fixed;
	z-index: 9999;
}
.header-pc > div{
	width: 90%;
	padding: 0 5%;
	height: 8rem;
	margin: 0 auto;
	line-height: 8rem;
	font-size: 1.8rem;
}
.header-pc > div .logo{
	width: auto;
	height: 40px;
	display: block;
	margin-top: 20px;
	float: left;
	line-height: 40px;
	font-size: 20px;
	color: #333;
}
.header-pc > div .logo img{
	width: auto;
	height: 4rem;
}
	.header-pc > div .nav-menu{
	float: right;
	text-align: right;
		display: none;
		position: fixed;
		right: 0;
		top: 0;
		width: 70%;
		height: 120%;
		padding-top: 6rem;
		background-color: #fff;
		z-index: 9999;
}
	.header-pc > div .nav-menu a{
	font-size: 1.6rem;
	color: #333;
	text-decoration: none;
		line-height: 5rem;
	margin-left: 0;
		display: block;
		width: 100%;
		text-align: center;
}
.header-pc-b.head-font-b > div .nav-menu a{
	font-size: 1.8rem;
	color: #fff;
	text-decoration: none;
	line-height: 5rem;
	margin-left: 0;
		display: block;
		width: 100%;
		text-align: center;
}
	.header-pc .menu-btn{
	display: block;
		float: right;
		background: url("../images/website/menu_3x.png") center center no-repeat;
		background-size: 2.4rem;
		width: 3rem;
		height: 3rem;
		margin-top: 2.5rem;
}
	.mobile-menu > div{
	text-align: center;
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		width: 70%;
		height: 120%;
		padding-top: 8rem;
		background-color: #fff;
		z-index: 9999;
}
	.mobile-menu > div a{
	font-size: 1.6rem;
	color: #333;
	text-decoration: none;
		line-height: 5rem;
	margin-left: 0;
		display: block;
		width: 100%;
		text-align: center;
}
	
	.sample-show{
	width: 100%;
	height: auto;
	position: relative;
		background-color:#fff;
}
.sample-show > div{
	position: relative;
	width: 90%;
	min-height: 10rem;
	background-color: #F4F4F4;
	border: 0;
	border-radius: 0.5rem;
	left: 0;
	margin: 6rem auto;
}
.sample-show > div > i{
	width: 66px;
	height: 66px;
	float: left;
	padding: 32px 0 0 20px;
	display: none;
}
.sample-show > div p{
	font-size: 1rem;
	color: #808080;
	padding: 1rem 0 0 1rem;
	margin-top: 0.5rem;
	float: left;
	background:url("../images/website/icon_arrow_3x.png") no-repeat left center; 
	background-size:2rem;
}
	.sample-show > div p.howuse-mark{
		width: 63%;
		background: none;
	}
.sample-show > div p b{
	font-size: 1.5rem;
}
.sample-show > div p span{
	color: #FF5F5F;
	font-size: 1.5rem;
	font-weight: bold;
}
.sample-show > div p.sample-mobile{
	width: 9.6rem;
	position: absolute;
	top: -3.6rem;
	right: -0.2rem;
	margin: 0;
	padding: 0;
	background: none;
}
.sample-show p.sample-mobile img{
	width: 100%;
	height: auto;
}
	.sample-link-a{
		display: inline-block;
		line-height: 3rem;
		padding-right: 2.6rem;
		margin-top: 0.5rem;
		background:url("../images/website/icon_arrow_3x_right.png") right center no-repeat;
		background-size: 2rem;
		color: #07033F;
		font-weight: bold;
		font-size: 1.4rem;
	}
	
	.inner-box{
	width: 90%;
	margin: 0 auto;
	position: relative;
}
	
.why-me{
	background-color: #F4F4F4;
	width: 100%;
	padding: 5rem 0 1rem 0;
}
	.why-me h1{
	text-align: center;
	font-size: 2.6rem;
}
.why-me li{
	clear: both;
	position: relative;
	width: 100%;
}
.why-me li .number{
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #FF5F5F;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 2.2rem;
	display: block;
	position: absolute;
	top: 0;
	left: -1.8rem;
	text-align: center;
	font-style: normal;
	line-height: 3.4rem;
}
.why-me li .text-box{
	float: left;
	width: auto;
	padding-left: 3rem;
	overflow: hidden;
	font-size: 1.6rem;
	color: #707070;
}
.why-me li .text-box p{
	font-size: 1.6rem;
}
.why-me li .img-box{
	float: right;
	width: 100%;
	text-align: center;
	padding: 2rem 0;
}
.why-me li .img-box img{
	max-width: 80%;
	height: auto;
}
.why-me li .inner-div{
	overflow: hidden;
	margin: 5rem 0;
}
.why-me ul{
	border-left: 0.2rem solid #FF5F5F;
	width: 90%;
	margin: 0 auto;
}
    .why-me ul.rest-info{
        border: 0;
    }
.light{
	width: 6rem;
	position: absolute;
	bottom: -7rem;
	left: -1.3rem;
}
.light img{
	width: 100%;
	height: auto;
}
	.inner-box-b{
	width: 90%;
	border-radius: 0.4rem;
	background-color: #fff;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
	.part-plan h1{
		font-size: 2.6rem;
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	.part-plan h1.sub-h1-p{
		font-size: 2rem;
		color: #FF5F5F;
		padding: 2rem 0;
	}
	
	.winner-box{
	width: 70%;
	margin: 2rem auto; 
	overflow: hidden;
	color: #414042;
		text-align: center;
}
.winner-box img{
	width: auto;
	height: 14rem;
	margin-right: 0;
	float: none;
}
.winner-box > p,.winner-box-2 > p,.winner-box-3 > p{
	float: none;
	font-size: 1.6rem;
	text-align: center;
	line-height: 2;
}
	.sub-title{
	margin: 0 2rem; 
	border-bottom: 0.1rem solid #707070; 
	font-size: 2.4rem; 
	padding: 3rem 0;
}
	.sub-title-b{
	margin: 0 2rem; 
	border-top: 0.1rem solid #707070;  
	padding: 3rem 0;
	font-size: 1.8rem;
}
	.member-plan li{
	width: 90%;
	height: 9rem;
	background-color: #fff;
	border-radius: 0.4rem;
	overflow: hidden;
	position: relative;
	margin: 2rem auto;
	float: none;
	font-size: 2.2rem;
	line-height: 5.6rem;
	font-weight: bold;
}
.member-plan li span{
	color: #fff;
	font-size: 1.6rem;
	background-color: #FF5F5F;
	line-height: 2;
	display: inline;
	position: absolute;
	bottom: 0;
	left: 0;
}
	.member-plan a,.member-plan-2 a,.member-plan-3 a{
	color: #414042;
	display: block;
	font-size: 2.2rem;
}
	.winner-box-2{
	width: 100%;
	margin: 2rem auto; 
	overflow: hidden;
	color: #414042;
}
.winner-box-2 img{
	width: auto;
	height: 14.8rem;
	float: none;
	margin-right: 0;
}
	.member-plan-2{
	 width: 90%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 3rem;
}
	.member-plan-2 li{
	width: 90%;
	height: 9rem;
	background-color: #fff;
	border-radius: 0.4rem;
	overflow: hidden;
	position: relative;
	margin: 2rem auto;
	float: none;
	font-size: 2.2rem;
	line-height: 5.6rem;
	font-weight: bold;
}
.member-plan-2 li span{
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	background-color: #414042;
	line-height: 2;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
	
	.winner-box-3{
	width: 90%;
	margin: 2rem auto; 
	overflow: hidden;
	color: #414042;
}
.winner-box-3 img{
	width: auto;
	height: 8rem;
	float: none;
	margin-right: 0;
}
	
	.step-box{
	width: 90%;
	overflow: hidden;
	padding: 2rem 0;
	background-color: #fff;
	border-radius: 0.4rem;
	margin: 2rem auto;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.5;
}
.step-box p{
	font-size: 1.6rem;
	width: 90%;
	padding: 0 5%; 
}
	.step-a > span{
	float: left;
	width: 100%;
	height: 6rem;
	background: url("../images/website/arrow-bottom.png") center center no-repeat;
	background-size: 3rem;
}
	.step-a p span{
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 1.6rem;
	color: #777;
}
	.inner-box-c h1{
	font-size: 2.6rem;
	padding-bottom: 3rem;
}
	.content{
	padding: 6rem 0;
	width: 100%;
	background-color: #fff;
}
	.inner-box-c{
	width: 90%;
	border-radius: 0.4rem;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	font-size: 1.6rem;
	color: #707070;
	line-height: 2;
}
	.inner-box-c li > input,.inner-box-c li p > input{
	width: 93%;
	height: 4.4rem;
	line-height: 4.4rem;
	font-size: 1.6rem;
	text-indent: 0.5rem;
	border: 0.1rem solid #414042;
	border-radius: 0.4rem;
}
.inner-box-c li select{
	width: 100%;
	height: 4.4rem;
	line-height: 4.4rem;
	font-size: 1.6rem;
	text-indent: 0.5rem;
	border: 0.1rem solid #414042;
	border-radius: 0.4rem;
}
.inner-box-c li{
	font-size: 1.4rem;
	text-align: left;
	margin-bottom: 1rem;
	clear: both;
	overflow: hidden;
	position: relative;
}
.inner-box-c li p{
	font-size: 1.4rem;
	text-align: left;
	width: 44%;
	float: left;
}
.inner-box-c li p.right-p{
	float: right;
	margin-right: 4%;
}
	.textarea-li textarea{
	width: 92%;
	padding: 0.5rem 1rem;
	border: 0.1rem solid #414042;
	border-radius: 4px;
	height: 8rem;
	font-size: 1.6rem;
	line-height: 1.5;
}
	
.footer{
	background-color: #2E2E2E;
	color: #fff;
	width: 100%;
	padding: 3rem 0 8rem 0;
	clear: both;
	text-align: center;
}
.footer > p{
	font-size: 1.6rem;
}
.footer > h1{
	font-size: 2.2rem;
	padding: 1rem 0 3rem 0;
}
.footer .footer-inner{
	width: 90%;
	padding: 2rem 0;
	margin: 4rem auto 0 auto;
	border-top: 0.1rem solid #E6E6E6;
	overflow: hidden;
}
.footer .logo{
	height: 8rem;
	padding-left: 6.6rem;
	float: none;
	background: url("../images/website/white_logo_3x.png") center left no-repeat;
	background-size: auto 6rem;
	line-height: 8rem;
	font-size: 1.8rem;
	color: #fff;
	display: block;
	width: 26%;
	margin: 0 auto;
}
.footer .footer-nav{
	float: none;
	text-align: center;
}
.footer .footer-nav a{
	display: block;
	margin: 2rem auto;
	color: #fff;
	font-size: 1.6rem;
}
.footer .footer-nav p{
	font-size: 1.2rem;
	padding-top: 2rem;
	color: #E6E6E6;
}
	.plan-int-list li{
	width: 90%;
        margin: 0 auto;
	overflow: hidden;
	padding: 0 0;
	background-color: #f4f4f4;
}
	.plan-int-list li > div{
	width: 90%;
	margin: 2rem auto;
}
	.plan-int-list li .int-left{
	width: 100%;
		padding: 2rem 0;
}
.plan-int-list li .int-right{
	width: 100%;
	float: right;
	padding: 2rem 0;
    margin-right: 0;
}
	.plan-int-list li .int-left > div,.plan-int-list li .int-right > div{
		width: auto;
        margin: 0 0 0 9rem;
        padding-bottom: 0;
	}
	
	.plan-int-list li i{
	width: 6rem;
	height: 6rem;
	display: block;
        margin: 0rem 0 0 1rem;
}
.plan-int-list li i img{
	width: auto;
	height: auto;
	max-width: 4rem;
	max-height: 4rem;
    text-align: center;
    margin-top: 1rem;
}
.plan-int-list li h3{
	padding: 20px 0;
	margin: 0;
	font-size: 2rem;
}
.plan-int-list li p{
	font-size: 1.6rem;
	line-height: 1.5;
}
.plan-int-list li span.yellow{
	font-size: 1.2rem;
	color: #FF5F5F;
	margin-bottom: -2rem;
}
	.plan-head-a{
	background-color: #FF5F5F;
	color: #fff;
	padding-top: 8rem;
	padding-bottom: 6rem;
	line-height: 10rem;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}
.plan-head-b{
	background-color: #414042;
	color: #fff;
	padding-top: 8rem;
	line-height: 6rem;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}
.plan-head-c{
	background-color: #8AC13F;
	color: #2E2E2E;
	padding-top: 8rem;
	line-height: 6rem;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}
	.plan-title-s{
	line-height: 6rem;
	color: #414042;
	font-size: 4rem;
	font-weight: bold;
		text-align: center;
}
	.plan-title-s-2{
	line-height: 6rem;
	color: #414042;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
	.plan-title-s-3{
	width: auto;
	height: auto;
	line-height: 4rem;
	color: #414042;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
.plan-title-s-3 p{
	line-height: 4rem;
	color: #414042;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	margin: -4rem auto 0 auto;
}
	.plan-title-s-2 span{
	font-size: 2.4rem;
	font-weight: bold;
}
	.plan-sub-ti h3{
	display: inline-block;
	color: #FF5F5F;
	line-height: 5rem;
	font-size: 4rem;
	margin: 0 auto;
	border-bottom: 0.2rem solid #FF5F5F;
}
.plan-sub-ti2 h3{
	display: inline-block;
	color: #414042;
	line-height: 5rem;
	font-size: 4rem;
	margin: 0 auto;
	border-bottom: 0.2rem solid #414042;
}
.plan-sub-ti3 h3{
	display: inline-block;
	color: #8AC13F;
	line-height: 5rem;
	font-size: 4rem;
	margin: 0 auto;
	border-bottom: 0.2rem solid #8AC13F;
}
	.plan-title-s-4{
	width: 17rem;
	height: 10rem;
	line-height: 8rem;
	color: #414042;
	font-size: 4rem;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
}
.plan-title-s-4 img{
	width: auto;
	height: 8rem;
    float: left;
	margin-right: 2rem;
}
	.content.plan-sub-ti, .content.plan-sub-ti2, .content.plan-sub-ti3{
	padding: 1rem 0;
	width: 90%;
	background-color: #fff;
        font-size: 2rem;
}
    .plan-title-s i{
        width: 12rem;
        height: 12rem;
        position: absolute;
        left: 50%;
        top: -12rem;
        margin-left: -6rem;
    }
	.plan-title-s i img{
	width: auto;
	height: 12rem;
    float: none;
	margin: 0 auto;
		display: block;
		clear: both;
}
	.plan-title-s-3 img{
	width: auto;
	height: 12rem;
    float: none;
	margin: 0 auto -3rem auto;
		display: block;
		clear: both;
}
	
	.plan-title-s span,.plan-title-s-3 span{
	font-size: 2.4rem;
	font-weight: bold;
}
	.page-title{
	padding: 3rem 0;
	font-size: 2.6rem;
	text-align: center;
}
	.inner-page{
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.inner-page .pink-title{
	background-color: #FF5F5F;
	color: #fff;
	padding: 2rem 0;
	text-align: center;	
	border-radius: 0.4rem;
}
.inner-page .black-title{
	background-color: #414042;
	color: #fff;
	padding: 2rem 0;
	text-align: center;	
	border-radius: 0.4rem;
}
.inner-page .green-title{
	background-color: #8AC13F;
	color: #fff;
	padding: 2rem 0;
	text-align: center;	
	border-radius: 0.4rem;
}
	.form-list span{
		display: block;
		font-size: 1.2rem;
	}
	.h3-style-a{
	width: 90%;
	padding: 2rem 0;
	font-size: 2rem;
	margin: 0 auto;
		text-align: center;
}
.member-sel{
	padding: 0 0 5rem 0;
	text-align: center;
}
	.member-sel .btn-style-b{
		margin: 1rem auto;
	}
	.form-list .btn-li{
	border-top: 1px solid #FF5F5F;
	padding-top: 3rem;
		margin-top: 2rem;
}
	
	.privacy-li a{
	color:#FF5F5F;
	font-size: 1.2rem;
}
	.inner-box-c li p.password-input{
	width: 98%;
	display: block;
	position: relative;
	border-radius: 0.4rem;
	border: 0.1rem solid #414042;
}
	.btn-eye{
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	margin-top: -2.5rem;
	right: 0.5rem;
	display: block;
	background: url("../images/website/icon_eye_close.png") center center no-repeat;
	background-size: 2.6rem;
		z-index: 9999;
		padding: 1rem;
		cursor: pointer;
}
.btn-eye-open{
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	margin-top: -2.5rem;
	right: 0.5rem;
	display: block;
	background: url("../images/website/icon_eye_open.png") center center no-repeat;
	background-size: 2.6rem;
	z-index: 9999;
	padding: 1rem;
	cursor: pointer;
}

	.black-lay{
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		z-index: 12090;
		display: none;
	}
	.black-lay .close-x{
		width: 4rem;
		height: 4rem;
		display: block;
		background: url("../images/website/icon_close_3x.png") center center no-repeat;
		background-size: 3rem;
		position: absolute;
		right: 2rem;
		top: 2rem;
	}
	.bank-form .p-left{
	float: left;
	width: 26%;
	background-color: #f0f0f0;
	padding: 10px 2%;
	line-height: 4.4rem;
		font-size: 1.4rem;
}
	.bank-form .p-right{
	float: left;
	width: 65%;
	background-color: #f5f5f5;
	padding: 1rem 2%;
		line-height: 4.4rem;
		font-size: 1.4rem;
}
.bank-form li{
	margin: 0.2rem 0;
	clear: both;
}
.bank-text-if{
	text-align: left;
	padding: 2rem 0 0 0;
	font-size: 1.4rem;
}
.btn-li{
	padding: 3rem 0;
}
	.bank-form .p-right p{
		font-size: 1.2rem;
		line-height: 1.8rem;
		width: 100%;
		padding: 0.5rem 0;
	}
	.form-list li span.red-mark{
	color: #FF5F5F;
	font-size: 1.2rem;
}
	.agree-credit-li{
		border: 0.1rem solid #eee;
		padding: 1rem;
	border-radius: 0.4rem;
	}
.agree-credit-li b{
	padding-left: 3rem;
	font-size: 1.8rem;
}
	.select-s-a{
	width: 92%;
	background-color: #fff;
}
	.select-s-a1{
		margin-bottom: 2rem;
	}
	.select-box-a{
	margin-left: 3rem;
	border: 0.1rem solid #eee;
	border-radius: 0.4rem;
	padding: 1rem;
}
	.Gender-li label{
	display: inline-block;
	margin-right: 4rem;
	line-height: 4rem;
	font-size: 1.4rem;
}
	.select-box-b{
		border: 0.1rem solid #eee;
		border-radius: 0.4rem;
		padding: 1rem;
		background-color: #fefefe;
		display: none;
	}
	
	/*  ---2022-02-21---   */
.inner-box-c li.credit-date{
	width: 100%;
	float: none;
	margin-right: 0;
	clear: both;
}
.inner-box-c li.credit-code,.inner-box-c li.credit-name,.inner-box-c li.credit-surname{
	width: 100%;
	float: none;
	clear: both;
}
.inner-box-c li.credit-name{
	margin-right: 0;
}
.inner-box-c li.credit-code input,.inner-box-c li.credit-name input,.inner-box-c li.credit-surname input{
	width: 92%;
}
    .inner-box-plan,.inner-box-plan-2{
	width: 100%;
}
    .plan-li li{
    width: 90%;
    height: auto;
    margin: 2rem auto;
    float: none;
    border-radius: 2rem;
    overflow: hidden;
    background-color: #f4f4f4;
    position: relative;
}
    .plan-selest-a{
    line-height: 5rem;
    font-size: 1.6rem;
        background: linear-gradient(90deg,#FC9E9E,#FF5F5F);
}
    .plan-selest-b{
    line-height: 5rem;
    font-size: 1.6rem;
    background: linear-gradient(90deg,#848484,#414042);
}
    .plan-selest-c{
    line-height: 5rem;
    font-size: 1.6rem;
    background: linear-gradient(90deg,#D5F7A8,#8AC13F);
}
    .plan-intro{
        display: none;
    }
    .plan-intro p{
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .s-p-txt{
	text-align: center;
	font-size: 2rem;
	color: #FF5F5F;
	padding: 2rem 0;
}
    .mobile-menu > div a.login-bn{
    display: inline-block;
        width: 50%;
    padding: 0 1rem;
    border-radius: 2rem;
    background-color: #414042;
    color: #fff;
    line-height: 3rem;
    font-size: 1.4rem;
    margin: 1rem auto;
}
    .plan-li li i{
        display: none;
    }
    .part-service{
    background-color: #F4F4F4;
}
    .plan-int-list{
        padding-bottom: 2rem;
        overflow: hidden;
    }
    .info-tag{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 5rem;
    border-bottom: 0.2rem solid #e5e5e5;
}
.info-tag a{
    display: inline-block;
    width: 31%;
    font-size: 1.4rem;
}
    .info-tag a.current{
    border-bottom: 0.2 solid #FF5F5F;
    color: #FF5F5F;
}
	
	.plan-title-a{
    height: 16rem;
}
.plan-title-b{
     height: 16rem;
}
.plan-title-c{
     height: 16rem;
}
	.app-link{
    padding: 2rem 0 0 0;
    border-top: 0.2rem solid #fff;
     clear: both;
    overflow: hidden;
	width: 90%;
	margin: 3rem auto 0 auto;
}
.app-link .link-left{
	float: none;
	text-align: center;
	font-size: 1.8rem;
	padding-bottom: 1rem;
}
.app-link .link-right{
	float: none;
}
.app-link .link-right a{
	display: block;
	float: none;
	width: 60%;
	margin: 1rem auto;
}
.app-link .link-right a img{
	width: 100%;
	height: auto;
}
	.text-content{
	width: 90%;
	margin: 0 auto;
	padding: 6rem 0;
}
	.content-n{
	padding: 6rem 0 0 0;
	width: 100%;
	background-color: #fff;
}
.text-content h1{
	text-align: center;
	font-size: 4rem;
}
.text-content .text-top{
	padding: 5rem 0 5rem 0;
	border-bottom: 0.1rem solid #FF5F5F;
	margin-bottom: 5rem;
	font-size: 1.8rem;
	line-height: 1.6;
}
.text-content .text-bottom h3{
	font-size: 2rem;
}
.text-content .text-bottom{
	font-size: 1.6rem;
	line-height: 1.6;
	word-break: break-all;
}
	/* ---end--- */
    .reg-step-bar p{
    position: relative;
    width: 60%;
    border-top: 0.2rem solid #FF5F5F;
    margin: 0 auto;
}
.reg-step-bar-free p{
    position: relative;
    width: 20rem;
    border-top: 0.2rem solid #FF5F5F;
    margin: 0 auto;
}
.reg-step-bar p span,.reg-step-bar-free p span{
    width: 3rem;
    height: 3rem;
    display: block;
    background-color: #fff;
    border: 0.2rem solid #FF5F5F;
    border-radius: 3rem;
    text-align: center;
    line-height: 3rem;
    position: absolute;
    top: -1.7rem;
    margin-left: -1.5rem;
	z-index: 999;
}
.reg-step-bar p i,.reg-step-bar-free p i{
	display: block;
	background-color: #8AC13F;
	height: 0.2rem;
	top: -0.2rem;
	left: 0;
	position: absolute;
}
.reg-step-bar p span.step-suss,.reg-step-bar-free p span.step-suss{
    background: #8AC13F url("../images/website/check_box_3x.png") 50% 50% no-repeat;
    background-size: 1.6rem;
    border: 0.2rem solid #8AC13F;
    color: #fff;
}
.reg-step-bar p span.step-on,.reg-step-bar-free p span.step-on{
    background-color: #FF5F5F;
    background-size: 1.6rem;
    border: 0.2rem solid #FF5F5F;
    color: #fff;
}
    
.inner-box-pay{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 4rem 0;
}
.payment-tag{
	border-bottom: 0.1rem solid #E6E6E6;
	height: 5rem;
    width: 100%; 
}
.payment-tag a{
	display: inline-block;
	padding: 0 2%;
	color: #6F6F6F;
	font-size: 1.6rem;
	line-height: 1.5;
    text-align: center;
    width: 42%;
    height: 5rem;
}

    .pay-details > ul >li{
	margin-bottom: 0;
	overflow: hidden;
}
    .pay-details > ul >li.bank-select-it{
        margin-bottom: 2rem;
    }
.pay-details div{
	font-size: 1.6rem;
	line-height: 1.5;
    margin-bottom: 2rem;
}
.pay-details input{
	width: 97%;
	line-height: 5rem;
	padding: 0 1rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #414042;
	font-size: 1.6rem;
}
.pay-details .de-left{
	width: 96%;
	float: left;
}
.pay-details .de-right{
	width: 96%;
	float: left;
}
    .bank-select-it label{
	display: inline-block;
	padding: 0;
	margin: 0 0.2rem;
	float: left;
}
    
.bank-select-it div{
	width: 90%;
	margin: 0 auto;
}
.bank-select-it input{
	width: 5rem;
	height: 4rem;
	border: 0.1rem solid #fff;
	display: inline-block;
	padding: 0;
	cursor: pointer;
	position: relative;
}
.bank-select-it input.bank-it-1{
	background: url("../images/website/brands.png") 50% 50% no-repeat;
    background-size: 5rem;
}
.bank-select-it input.bank-it-2{
	background: url("../images/website/brands2.png") 50% 50% no-repeat;
    background-size: 5rem;
}
.bank-select-it input.bank-it-3{
	background: url("../images/website/brands3.png") 50% 50% no-repeat;
    background-size: 5rem;
}
.bank-select-it input.bank-it-4{
	background: url("../images/website/brands4.png") 50% 50% no-repeat;
    background-size: 5rem;
}
.bank-select-it input.bank-it-5{
	background: url("../images/website/brands5.png") 50% 50% no-repeat;
    background-size: 5rem;
}
    .bank-select-it input:before {
    content: "";
}
.bank-select-it input:checked:before {
    content: "";
	display: block;
    position: absolute;
    top: 0px;
    left: 0px;
	border: 0.1rem solid #FF5F5F;
	width: 5rem;
	height: 3.6rem;
	border-radius: 0.2rem;
}
.bank-select-it input:checked:after {
	content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
	border: 0.1rem solid #FF5F5F;
	width: 5rem;
	height: 3.6rem;
	border-radius: 0.2rem;
}
.bank-select-it input:checked + label {
    color: #edd19d;
}
    .pay-details .bank-car input{
	width: 90%;
	line-height: 5rem;
	padding: 0 0.5rem;
	border-radius: 0.5rem;
	border: 0.1rem solid #414042;
	font-size: 1.6rem;
}
    .bank-car div{
	width: 49%;
}
.bank-car div.right{
	float: right;
	margin-right: -1.5rem;;
}
    .inner-box.reg-infor{
	padding: 5rem 0 0 0;
	color: #414042;
	border-top: 0.1rem solid #FF5F5F;
	border-bottom: 1px solid #FF5F5F;
        width: 90%;
}
.inner-box.reg-infor2{
	padding: 5rem 0 2rem 0;
	color: #414042;
	border-bottom: 0.1rem solid #FF5F5F;
    width: 90%;
}
	.bank-select-list{
	width: 99%;
	line-height: 4rem;
	height: auto;
	max-height: 28rem;
	padding: 0;
	border-radius: 0.4rem;
	border: 0.1rem solid #414042;
	font-size: 1.6rem;
	overflow: scroll;
}
.bank-select-list p{
	font-size: 1.6rem;
	line-height: 4rem;
	padding: 0 0 0 1rem;
	color: #666;
	cursor: pointer;
}
.bank-select-list p:hover,.bank-select-list p.on{
	background-color: #efefef;
}
.bank-select-list span{
	color: #ccc;
	font-size: 1.6rem;
	line-height: 4rem;
	padding: 0 0 0 1rem;
}
	.de-input .s-mark{
	font-size: 1.2rem;
	width: 90%;
	padding-top: 0.5rem;
}
.de-input select{
	width: 99%;
	line-height: 4rem;
	height: 4rem;
	padding: 0 1rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #414042;
	font-size: 1.6rem;
}
	.pay-details.banks-form li{
		margin-bottom: 1rem;
	}
	.pay-details.banks-form input{
	width: 92%;
	line-height: 5rem;
	padding: 0 1rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #414042;
	font-size: 1.6rem;
}
	.member-plan-ita,.member-plan-itb{
	width: 100%;;
	height: 5rem;
	padding: 1rem 0;
	text-align: center;
	font-size: 1.8rem;
	margin: 0 auto;
	line-height: 1.5;
	color: #fff;
	border-radius: 0.8rem;
}
	.btn-style-a{
	height: 3.6rem;
	line-height: 3.6rem;
	border-radius: 2rem;
	width: 18rem;
	font-size: 1.6rem;
}
	.inner-box-c .form-list li.upload-cert p{
		width: 80%;
	}
	.uploadpiclist{
	min-width: 16rem;
	min-height: 16rem;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #ccc;
	border-radius: 0.4rem;
	margin: 2rem auto;
	display: inline-block;
}
.uploadpiclist > li{
	min-height: 16rem;
}
	
}/* ----media end ------ */
@media only screen and (min-width : 640px) and (max-width : 960px)
{
	.plan-selest-a,.plan-selest-b,.plan-selest-c{
    line-height: 5rem;
		width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 2rem;
}
	.plan-selest-a span,.plan-selest-b span,.plan-selest-c span{
		font-size: 1.4rem;
	}
	.plan-title-a > p b,.plan-title-b > p b,.plan-title-c > p b{
    font-size: 3.6rem;
}
	.plan-title-a,.plan-title-b,.plan-title-c{
		height: 12rem;
	}
	.footer .logo{
		display: inline-block;
		clear: both;
		width: auto;
	}
	.btn-style-a{
	height: 3.2rem;
	line-height: 3.2rem;
	border-radius: 2rem;
	width: 20rem;
	font-size: 1.6rem;
}
}












