@media (max-width: 1300px) and (min-width: 1220px) {
	.container {
		width: 1200px;
	}

	.user-cartW {
		width: 65%;
		margin-left: 35%;
	}

	.order-tcs {
		width: 1200px;
	}
}

@media (max-width: 1220px) and (min-width: 1020px) {

	.container {
		width: 95%;
	}

	.heade1 li {
		margin-right: 10px;
	}

	.user-cartW {
		width: 80%;
		margin-left: 20%;
	}

	.order-tcs {
		width: 95%;
	}

}

@media (max-width: 1020px) {
	.container {
		width: 92%;
	}

	header {
		border-bottom: 1px solid #E9E9E9;
		box-sizing: border-box;
	}
	.payment-bo8 div {
		width: calc(100% - 60px);
		float: left;
		margin-left: 10px;
		font-size: 12px;
		color: #4F4F4F;
	}

	.header {
		width: 100%;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.menubtn {
		width: 17px;
	}

	.logo {
		/*height: 40px;*/
		height: 30px;
		margin-top: 0;
	}

	.cart {
		border-radius: 4px;
		border: 1px solid #000;
		box-sizing: border-box;
		width: 32px;
		height: 32px;
		display: block;
		position: relative;
	}

	.cart img {
		width: 19px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.COVER {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.35);
		position: fixed;
		left: -100%;
		top: 0;
		z-index: 1001;
	}

	.ml-mobile {
		width: 74%;
		height: 100%;
		background: #FFF;
		box-sizing: border-box;
		padding: 15px 20px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.ml-colse {
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}

	.ml-colse img {
		width: 24px;
	}

	.ml-heade {
		width: 100%;
		margin-top: 20px;
	}

	.ml-heade1 {
		width: 100%;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		color: #000;
		font-size: 18px;
		font-weight: 500;
	}

	.ml-heade1:last-child {
		margin-bottom: 0;
	}

	.ml-heade1 img {
		width: 20px;
		margin-right: 10px;
	}

	.ml-ul {
		border-bottom: 1px solid #F2F2F2;
		border-top: 1px solid #F2F2F2;
		box-sizing: border-box;
		margin: 20px 0;
		padding: 20px 0;
	}

	.ml-li {
		width: 100%;
		margin-bottom: 15px;
	}

	.ml-li:last-child {
		margin-bottom: 0;
	}

	.ml-li1 {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.ml-li1 div {
		width: calc(100% - 34px);
		color: #000;
		font-size: 18px;
		font-weight: 400;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.ml-li1 img {
		width: 24px;
		margin-left: 10px;
	}

	.ml-li1_1 div {
		color: #898989;
		font-size: 14px;
		font-weight: 400;
	}

	.ml-li2 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		display: none;
	}

	.ml-li2_1 {
		width: 100%;
		color: #010101;
		font-size: 14px;
		font-weight: 400;
	}

	.ml-li2_2 {
		width: 100%;
		display: flex;
		align-items: center;
		margin-top: 16px;
		/* display: block;
	color: #010101;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
	}

	.ml-li2_2 div {
		width: calc(100% - 34px);
		color: #010101;
		font-size: 14px;
		font-weight: 400;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.ml-li2_2 img {
		width: 24px;
		margin-left: 10px;
	}

	.ml-li3 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		display: none;
	}

	.ml-li3_1 {
		width: 100%;
	}

	.ml-li3_2 {
		width: 100%;
		display: flex;
		align-items: center;
		margin-top: 16px;
	}

	.ml-li3_2 div {
		width: calc(100% - 34px);
		color: #010101;
		font-size: 14px;
		font-weight: 400;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.ml-li3_2 img {
		width: 24px;
		margin-left: 10px;
	}

	.ml-li4 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		display: none;
	}

	.ml-li4_1 {
		width: 100%;
		margin-top: 16px;
		color: #010101;
		font-size: 14px;
		font-weight: 400;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.ml-li.on .ml-li1 img {
		transform: rotate(180deg);
	}

	.ml-li.on .ml-li2 {
		display: block;
	}

	.ml-li2_1.on .ml-li2_2 img {
		transform: rotate(180deg);
	}

	.ml-li2_1.on .ml-li3 {
		display: block;
	}

	.ml-li3_1.on .ml-li3_2 img {
		transform: rotate(180deg);
	}

	.ml-li3_1.on .ml-li4 {
		display: block;
	}

	.ml-lj {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.ml-lj1 {
		height: 30px;
		display: block;
		margin-right: 20px;
	}

	.ml-lj1 img {
		height: 100%;
		display: block;
	}

	.ml-lj1:last-child {
		margin-right: 0;
	}

	.banners {
		margin-top: 10px;
	}

	.banne1 {
		/*height: 192px;*/
		height: auto;
		border-radius: 4px;
	}

	.banner .swiper-pagination {
		width: 100%;
	}

	.banner .swiper-pagination-bullet {
		background: #E5E7EB;
	}

	.banner .swiper-pagination-bullet-active {
		border: 1px solid #2B2B2E;
		background: #2B2B2E;
	}

	.in-sjs {
		margin-top: 25px;
	}

	.in-sj1 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.in-sj1_1 {
		font-size: 18px;
	}

	.in-sj1_2 {
		font-size: 12px;
	}

	.in-sj2 {
		margin-top: 15px;
	}

	.in-sj2_2 {
		height: 203px;
	}

	.in-sj2_3 {
		font-size: 16px;
	}

	.in-sj2_4 {
		display: none;
	}

	.in-sj2_5 {
		margin-top: 18px;
		font-size: 14px;
		display: flex;
		align-items: center;
	}

	.in-rqsp {
		margin: 30px auto;
	}

	.in-rqsp2 {
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
	}

	.in-rqsp3 {
		width: 49%;
	}

	.in-rqsp3:nth-child(5n) {
		margin-right: 2%;
	}

	.in-rqsp3:nth-child(2n) {
		margin-right: 0;
	}

	.in-rqsp3_1 {
		height: 180px;
	}

	.in-rqsp3_2 {
		height: 34px;
		font-size: 12px;
	}

	.in-rqsp3_3 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer {
		padding: 25px 0;
		padding-top: 25px;
	}

	.footer-top {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-top1 {
		width: 140px;
	}

	.footer-top2 {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}

	.footer-top2_1 {
		display: none;
	}

	.footer-top2_3 {
		text-align: center;
	}

	.footer-top2_4 {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footer-top3 {
		width: 100%;
		margin-top: 25px;
		display: flex;
		flex-wrap: wrap;
	}

	.footer-top3_1 {
		border-right: 1px solid #CBCBCB;
		box-sizing: border-box;
		text-align: center;
		width: 50%;
		font-size: 12px;
		color: #646464;
		display: block;
	}

	.footer-down {
		margin-top: 10px;
		color: #A1A1A1;
	}

	.login-cnt {
		width: 90%;
		padding: 10px 25px;
	}

	.login-colse {
		width: 25px;
		top: -12px;
		right: -12px;
	}

	.login-logo {
		height: 40px;
	}

	.login-cnt1 {
		margin-top: 10px;
		font-size: 18px;
	}

	.login-cnt2 {
		margin-top: 10px;
	}

	.login-cnt2_3 {
		display: flex;
		align-items: center;
	}

	.login-cnt2_3_4 {
		font-size: 13px;
	}

	.login-cnt3 {
		margin-top: 10px;
	}

	.login-cnt5 {
		margin-top: 15px;
	}

	.login-cnt6 {
		margin-top: 15px;
	}

	.login-cnt6 a {
		margin-right: 30px;
	}

	.register-colse {
		width: 25px;
		top: -12px;
		right: -12px;
	}

	.register-colse2 {
		width: 25px;
		top: -12px;
		right: -12px;
	}

	.resetpass-colse {
		width: 25px;
		top: -12px;
		right: -12px;
	}

	.tit-bo {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.tit-bo2 {
		height: 35px;
		line-height: 35px;
		white-space: nowrap;
		overflow-x: auto;
	}

	.lydh-bo {
		margin: 25px auto;
	}

	.lydh-fl1 {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}

	.lydh-cnt2 {
		padding: 15px 0;
		display: flex;
		align-items: flex-start;
	}

	.lydh-cnt2 img {
		margin-top: 6px;
	}

	.lydh-cnt3 {
		padding: 10px 0;
	}

	.news-bo {
		margin: 15px auto;
	}

	.news-list {
		margin-bottom: 20px;
	}

	.news-li {
		padding: 10px 0;
	}

	.newde-top {
		padding-bottom: 15px;
	}

	.newde-top2 {
		font-size: 16px;
	}

	.newde-cen {
		margin-top: 15px;
	}

	.activity-bo {
		margin: 25px auto;
	}

	.activity-list {
		display: flex;
		flex-wrap: wrap;
	}

	.activity-li {
		width: 49%;
		margin-bottom: 19px;
	}

	.activity-li:nth-child(3n) {
		margin-right: 2%;
	}

	.activity-li:nth-child(2n) {
		margin-right: 0;
	}

	.activity-li1 {
		height: 110px;
	}

	.activity-li2 {
		font-size: 16px;
	}

	.activity-li3 {
		height: 76px;
		font-size: 14px;
		line-height: normal;
	}

	.activity-li4 {
		margin-top: 15px;
		font-size: 14px;
		display: flex;
		align-items: center;
	}

	.pro-fls {
		display: flex;
		flex-wrap: wrap;
	}

	.pro-fl {
		padding: 5px 7px;
		margin-right: 15px;
	}

	.pro-list {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 35px;
	}

	.pro-li {
		width: 49%;
	}

	.pro-li:nth-child(5n) {
		margin-right: 2%;
	}

	.pro-li:nth-child(2n) {
		margin-right: 0;
	}

	.pro-li1 {
		height: 200px;
	}

	.pro-li3 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.prode-top {
		display: flex;
		flex-wrap: wrap;
	}

	.prode-top1 {
		width: 100%;
	}

	.prode-top1_1 {
		height: 300px;
	}

	.prode-top2 {
		width: 100%;
		margin-top: 5%;
	}

	.prode-top2_1 {
		font-size: 18px;
	}

	.prode-top2_2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.prode-top2_2_1 {
		font-size: 14px;
	}

	.prode-top2_2_1 span {
		font-size: 18px;
	}

	.prode-top2_5 {
		display: flex;
	}

	.prode-top2_5_1 {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.prode-top2_5_2 {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.prode-top2_6 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.prode-top2_6_2 {
		margin-left: 0;
		display: flex;
		align-items: center;
	}

	.prode-top2_6_3 {
		width: 100%;
		margin-top: 5px;
		display: flex;
		align-items: center;
	}

	.prode-top2_6_3_1 {
		display: flex;
		align-items: center;
	}

	.prode-cen {
		margin-top: 15px;
		padding-top: 25px;
		padding-bottom: 15px;
	}

	.prode-cen1 {
		font-size: 16px;
	}

	.prode-cen2 {
		margin-top: 10px;
		font-size: 14px;
		line-height: 28px;
	}

	.prode-top2_7 {
		display: flex;
		align-items: flex-start;
	}

	.prode-top2_8 {
		display: flex;
		align-items: flex-start;
	}

	.prode-top2_9 {
		height: 45px;
		margin-top: 15px;
		font-size: 16px;
		line-height: 45px;
	}

	.zx-bo {
		margin: 25px auto;
	}

	.zx-bo1 {
		font-size: 14px;
	}

	.zx-bo2 {
		margin-top: 20px;
	}

	.zx-bo3 {
		margin-bottom: 15px;
		display: flex;
		flex-wrap: wrap;
	}

	.zx-bo3_1 {
		width: 100%;
		min-height: auto;
		margin-right: 0;
		margin-bottom: 10px;
		line-height: normal;
		font-size: 16px;
	}

	.zx-bo3_1 span {
		font-size: 14px;
	}

	.zx-bo3_2 {
		width: 100%;
		height: 40px;
		font-size: 14px;
	}

	.zx-bo3_3 {
		width: 100%;
		height: 150px;
		font-size: 14px;
	}

	.zx-bo3_4 {
		width: 100%;
		height: 50px;
		font-size: 16px;
	}

	.zx-bo4 {
		font-size: 18px;
	}

	.zx-bo5 {
		font-size: 14px;
		line-height: 28px;
		margin-top: 25px;
	}

	.zx-bo6 {
		width: 115px;
		height: 30px;
		margin-top: 15px;
		font-size: 12px;
		line-height: 30px;
	}

	.user-bo {
		margin: 15px auto;
	}

	.user-fls {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.user-fl {
		width: 32%;
		margin-right: 2%;
		padding: 0 5px;
		font-size: 12px;
		float: inherit;
		/*display: inline-block;*/
		text-align: center;
		margin: 4px 0;
	}

	.user-fl:nth-child(3n) {
		margin-right: 0;
	}

	.user-carts {
		margin-top: 35px;
	}

	.user-cartF1 {
		display: flex;
		/*flex-wrap: wrap;*/
		align-items: center;
	}

	.user-cartF1_1 {
		width: 79px;
		height: 86px;
		margin-left: 10px;
	}

	.user-cartF1_2 {
		width: calc(100% - 115px);
		margin-left: 10px;
	}

	.user-cartF1_3 {
		/*font-size: 18px;*/
		font-size: 12px;
	}

	.user-cartF1_4 {
		margin-top: 10px;
		/*font-size: 16px;*/
		font-size: 12px;
	}

	.user-cartL1_4_1 {
		font-size: 12px;
	}

	.user-cartF1_5 {
		margin-top: 5px;
		display: flex;
		align-items: center;
	}

	.user-cartF1_5_1 {
		font-size: 12px;
	}

	.user-cartF1_6 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 5px;
	}

	.user-cartF1_6_1 {
		width: 100%;
		font-size: 12px;
		text-align: right;
	}

	.user-cartF1_6_1 span {
		/*font-size: 14px;*/
		font-size: 16px;
	}

	.user-cartF1_6_2 {
		width: 95px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.user-cartT4 {
		width: 100%;
		/*width: 73%;*/
		font-size: 12px;
		margin-bottom: 10px;
		/*text-align: right;*/
		/*margin-left: 27%;*/
	}

	.user-cartT3 {
		width: 100%;
	}

	.user-cartT1 {
		font-size: 12px;
	}

	.user-cartT1 span {
		font-size: 16px;
		font-weight: 700;
	}

	.user-cartT2 {
		font-size: 12px;
	}

	.user-cartT2 span {
		font-size: 16px;
	}

	.user-cartW {
		width: 100%;
		margin-left: 0;
		display: flex;
		justify-content: flex-end;
	}

	.user-cartW button {
		width: 80px;
		height: 30px;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.user-cartL1 {
		display: flex;
		align-items: center;
		/*flex-wrap: wrap;*/
	}

	.user-cartL1_1 {
		width: 79px;
		height: 86px;
		margin-right: 10px;
	}

	.user-cartL1_2 {
		width: calc(100% - 89px);
		/*margin-top: 20px;*/
	}

	.user-cartL1_3 {
		/*font-size: 16px;*/
		font-size: 12px;
	}

	.user-cartL1_4 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.user-xxs {
		margin-top: 30px;
	}

	.user-xx {
		margin-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.user-xx1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		line-height: normal;
		font-size: 14px;
	}

	.user-xx2 {
		width: 100%;
		padding: 0 10px;
		font-size: 14px;
		height: 35px;
	}

	.user-xx3 {
		width: 125px;
		height: 35px;
		font-size: 14px;
	}

	.user-collect {
		margin-top: 25px;
	}

	.user-coll {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.user-coll1 {
		width: 49%;
	}

	.user-coll1:nth-child(5n) {
		margin-right: 2%;
	}

	.user-coll1:nth-child(2n) {
		margin-right: 0;
	}

	.user-coll2 {
		height: 200px;
	}

	.user-coll4 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.user-hyjf {
		padding: 10px;
		margin-top: 25px;
	}

	.user-hyjf1 {
		font-size: 18px;
	}

	.user-hyjf2 {
		margin-top: 15px;
	}

	.user-hyjf3 {
		margin-bottom: 15px;
	}

	.user-hyjf3_1 {
		font-size: 14px;
	}

	.user-hyjf3_1 span {
		font-size: 18px;
	}

	.user-hyjf3_2 {
		font-size: 14px;
		margin-top: 5px;
	}

	.payment-bo1 {
		font-size: 25px;
		margin-bottom: 35px;
	}

	.payment-bo2 {
		margin-bottom: 15px;
	}

	.payment-bo2_1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.payment-bo2_2 {
		display: flex;
		align-items: center;
	}

	.payment-bo2_3 {
		width: calc(100% - 215px);
		display: flex;
		align-items: center;
	}

	.payment-bo2_3_1 {
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	.payment-bo2_3_2 {
		width: calc(100% - 60px);
	}

	.payment-bo2_3_3 {
		font-size: 14px;
	}

	.payment-bo2_3_4 {
		font-size: 12px;
	}

	.payment-bo2_4 {
		width: 85px;
		margin-left: 10px;
		font-size: 14px;
	}

	.payment-bo2_5 {
		width: 110px;
		margin-left: 10px;
	}

	.payment-bo3 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
	}

	.payment-bo3_1 {
		font-size: 16px;
	}

	.payment-bo3_2 {
		font-size: 16px;
	}

	.payment-bo4 {
		margin-top: 25px;
	}

	.payment-bo4_1 {
		display: flex;
		align-items: center;
	}

	.payment-bo4_1 span {
		font-size: 16px;
	}

	.payment-bo4_1 a {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.payment-bo4_2 {
		font-size: 14px;
	}

	.payment-bo4_3 {
		font-size: 14px;
	}

	.payment-bo4_4 {
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.payment-bo4_4_1 {
		font-size: 14px;
	}

	.payment-bo4_4_2 {
		font-size: 14px;
	}

	.payment-bo4_5_1 {
		font-size: 14px;
	}

	.payment-bo4_5_2 {
		font-size: 14px;
	}

	.payment-bo4_6_1 {
		margin-bottom: 10px;
		font-size: 14px;
		display: flex;
		align-items: center;
	}

	.payment-bo4_6_2 {
		display: flex;
		align-items: center;
	}

	.payment-bo4_6_2 input {
		height: 30px;
		font-size: 14px;
	}

	.payment-bo4_6_2 button {
		height: 30px;
		font-size: 14px;
	}

	.payment-bo5 {
		margin-top: 25px;
		height: 35px;
		line-height: normal;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.payment-bo5_1 {
		font-size: 16px;
	}

	.payment-bo5_2 {
		font-size: 16px;
	}

	.payment-bo6 {
		margin-top: 25px;
	}

	.payment-bo6_1 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.payment-bo6_3 {
		display: flex;
		align-items: center;
	}

	.payment-bo6_3 img {
		height: 25px;
	}

	.payment-bo6_3 span {
		font-size: 12px;
	}

	.payment-bo7 {
		margin-top: 25px;
	}

	.payment-bo7_1 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.payment-bo7_1_1 {
		font-size: 16px;
	}

	.payment-bo7_1_2 {
		font-size: 14px;
	}

	.payment-bo7_2 {
		margin-top: 20px;
	}

	.payment-bo8 {
		margin-top: 25px;
		display: flex;
		align-items: flex-start;
	}

	.xy-cnt {
		width: 90%;
		border-radius: 10px;
		padding: 15px;
	}

	.xy-cnt1 {
		padding-bottom: 15px;
	}

	.xy-cnt2 {
		margin-top: 15px;
	}

	.xy-cnt3 {
		margin-top: 10px;
	}

	.xy-cnt4 {
		margin-top: 10px;
	}

	.xy-cnt5 {
		margin-top: 10px;
	}

	.order-tcs {
		width: 95%;
		height: 90%;
		overflow: hidden;
		overflow-y: auto;
	}

	.order-tc {
		flex-wrap: wrap;
	}

	.order-tcle {
		width: 100%;
	}

	.order-tcri {
		width: 100%;
		margin-left: 0;
		margin-top: 2%;
	}

	.order-tcle1_1 h2 {
		font-size: 15px;
		padding: 5px 6px;
	}

	.order-tcle1_2 {
		padding: 10px;
	}

	.order-tcle1_3 {
		font-size: 12px;
	}

	.order-tcle1 {
		margin-bottom: 15px;
	}

	.order-tcle2_1 {
		font-size: 15px;
		padding: 5px 6px;
	}

	.order-tcle2_2 {
		display: flex;
		align-items: center;
	}

	.order-tcle2_3 {
		width: 55px;
		height: 55px;
	}

	.order-tcle2_4 {
		width: calc(100% - 65px);
		font-size: 12px;
	}

	.order-tcri1_1 {
		display: flex;
		justify-content: space-between;
		font-size: 14px;
	}

	.order-tcri2 {
		font-size: 14px;
	}

	.ggtc-box {
		border-radius: 4px;
		padding: 10px 15px;
		width: 275px;
	}

	.ggtc-box2 {
		border-radius: 4px;
		padding: 10px 15px;
		width: 275px;
	}

	.ggtc-bo3 {
		display: flex;
	}
	.login-botop {
	    display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.login-botop1 {
	    width: auto;
		height: 30px;
		    margin: inherit;
		margin-top: 20px;
	}
	.login-botop2 {
	    width: 25px;
	}
	.login-botop3{
		width: calc(100% - 25px);
		    display: block;
		    color: #010101;
		    font-family: Noto Sans JP;
		    font-size: 14px;
		    font-style: normal;
		    font-weight: 600;
		    text-align: center;
	}
	.login-bodow {
	    margin-top: 40px;
	    flex-wrap: wrap;
	}
	.login-bo {
	    border-right:0;
	    width: 100%;
	    padding: 0;
	}
	.login-bof1 {
	    margin-top: 0;
	   font-size: 14px;
	}
	.login-bof2 {
	    margin-top: 10px;
	    font-size: 36px;
	}
	.login-bof3{
		display: none;
	}
	.login-bo:last-child{
		margin-top: 55px;
	}
	.login-bot1 {
	    font-size: 12px;
	    margin-bottom: 10px;
	}
	.login-bot2_2{
		display: flex;
		flex-wrap: wrap;
	}
	.login-bot2_3{
		height: 40px;
		display: flex;
		align-items: center;
	}
	.login-bot2_3 input{
		font-size: 14px;
	}
	.login-bot2_4{
		height: 40px;
		font-size: 14px;
	}
	.login-bot2_5{
		height: 40px;
		display: flex;
		align-items: center;
	}
	.login-bot2_5 input{
		font-size: 14px;
	}
	.login-bot2_6{
		height: 40px;
		font-size: 14px;
	}
	.login-bot3{
		font-size: 10px;
	}
	.login-bot4{
		font-size: 14px;
	}
	.login-bot5 {
	    height: 45px;
	    margin-top: 30px;
	    font-size: 15px;
	}

}