
@media only screen and (max-width: 1024px) {
	.menu{
		min-width: 80%;
		width: 80%;
		height: 2.7rem;
		white-space: nowrap;
		display: block;

	}
    .menu_ul{
		display: none;
		/*width: 100%;*/
		/*display: inline-block;*/
		/*display: inline-flex;*/
		/*height: auto;*/
		/*overflow-x: auto;*/
		/*margin: auto;*/

	}
	#check_lable{
		background: none;
	    width: 1rem;
	    height: 1rem;
	    padding: 0px;
	}

	.menu_li{
		float: left;
		height: 100%;
		line-height: 2.7rem;
		font-weight:600;
		font-family: "Ubuntu";
		padding-left: 0.7rem;
		padding-right: 0.7rem;
	}
	.li_marge{
		padding-left: 0.7rem;
		padding-right: 0.7rem;
	}
	.logo{
		width: 100%;
	}
	.banner{
		width: 100%;
	}
	.banner_backgrounds {
	  position: absolute;
	  transform-style: preserve-3d;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  overflow: hidden;
	  width: 100%;
	  height: 100%;
	  /* background: url(/resource/img/logo_background.png) no-repeat  center fixed; */
	  background-image: url(/resource/img/logo_background.png);
	  background-position: center;
	  /* -webkit-background-size: cover !important;
	  -moz-background-size: cover !important;
	  -o-background-size: cover !important; */
	  /* background-size: 100% !important; */
	  background-size: auto 100%  !important;
	}


	.left_list{
		clear: left;
		/* display: none; */
		width: 100%;
		/* display: block; */
		display:none;
	}
	.list_unit{
		list-style: none;
		width:96%;
		height: 50px;
		margin: auto;
		margin-bottom: 0px;
		/* background-color: red; */
		clear: all;
		background-position: center;
		background-size: cover;
		background-image: none;
		border-bottom: 1px solid white;
		text-align: left;
		line-height: 50px;
		border-radius: 0;
		color: #FFFFFF;
		padding-left: .5rem;
		padding-right: .5rem;
		font-family: "Titania";
		font-size: 1.2rem;
	}
	.button_box{
		margin-top: 10px;
	}
	.active{
		/* background-color: #0c4a0c; */
		background-size: 80%;
		transform scale(0.97);

	}
	.menu_list li:hover{
		color: white;
		background-color: none;
		/* background-color: transparent; */
		cursor:pointer
	}
	.menu_list li:active{
		background-color: none;
		background-image: none;
		/* background-image: url(/resource/img/bullet_active.png); */
	}

	.right_content{
		position: unset;
		clear: all;
		height: auto;
		display: flex;
		flex-flow: row-reverse wrap;
		align-items: center;
		margin-left:0;
		margin-top: 10px;
		width: 100%;
	}
	.menu_list{
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 0;
		margin-bottom: 2px;
		padding: 0px;
		position: relative;


	}
	.menu_list li a{
		color: white;
		width: 100%;
		display: inline-block;
		text-transform: uppercase;
		/* position: relative; */
		/* background-color: #0c4a0c; */
	}

	.menu_list li a:hover{
		/* transform:scale(0.97); */
	}
	.menu_list li a:active{
		background-color: #077707;
		box-sizing: border-box;
		padding: 0 14px;
		transform:scale(0.97);
	}

	.active_a{
		/* padding: 0 .5rem; */
		width: 100%;
		box-sizing: border-box;
		padding: 0 14px;
		background-color: #0c4a0c;
		transform:none !important;
	}
	#login_left{
		display: block;
	}
	.icon{
		position: absolute !important;
		right: 20px;
		top: 14px;
		width: 20px !important;
		height: 20px !important;
		/* background-color: orangered;*/
		background-image: url(/resource/img/select_fold.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 2;
	}
	.content_base{
		width: 100%;
		height: auto;
	}
	.right_list_content{
		width: 25%;
		margin: 0;
		/*max-width: 15rem;*/
		margin-bottom: 1px;
	}
	.right_list_content label{
		font-size: 1.1rem;
	}
	/* label{
		font-size: .6rem;
		background-size: 100%;
	} */
	label{
		background-image: url(/resource/img/discount_Ribbon.png);
		background-repeat: no-repeat;
		background-size: auto 68%;
		line-height: 2.1rem;
		display: inline-block;
		color: #000000;
		text-align: left;
		padding-left: 10px;
		box-sizing: border-box;
		font-size: 0.8rem;

		/* add the discount flag  delete the next line*/
		/* display: none; */
	}
	.login{
		display: none;
	}
	.login_box{
		width: 100%;
	}
	.sub{
		width: 70%;
	}
	.check_box{
		width: 100%;
	}
	.login_out{
		display: none;
	}
	.login_out_list{
		display: none;
	}
	#login_number{
		display: none;
	}
	#login_out_btn{
		display: none;
	}
	.h3_list h3{
		color: #30790e;
	}
	h3{
		position: relative;
		left: 0;
		right: 0;
		color: #ffc000;
		/* font-family: "Titania" !important; */
		font-size: 28px;
		line-height: 48px;
		text-align: left;
		height: 100%;
		line-height: 48px;
		margin: auto 0;
		padding-left: 3rem;
		box-sizing: border-box;
	}
	.h3_list{
		width: 100%;
		height: 48px;
		display: block;
	}
	.icon_top{
		position: absolute !important;
		left: 15px;
		top: 13px;
		width: 20px !important;
		height: 20px !important;
		/* background-color: orangered;*/
		background-image: url(/resource/img/select_fold.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 20;
	}

	/* .check_span{ */
		/* font-size: 1.0rem;
		line-height: 14px;
		margin-top: -10px; */
		/* overflow: hidden;  */
		/* white-space: nowrap;
		text-overflow: ellipsis;
		width: 100%;
		text-align: left; */

		/* margin-top: 0px; */
	/* } */
	.content_info p {
		font-size: 22px;
		white-space: initial;
		max-height: 50px;
	}

	.content_info span {
		font-size: 17px;
	}

}

@media (max-width: 700px) {
	.li_marge{
		font-size:0.8rem;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	/*.bundles {*/
	/*	margin-left: 5px;*/
	/*	font-size: 13px;*/
	/*	width: 6rem;*/
	/*	height: 3rem;*/
	/*}*/
	.center_elements {
		display: inline-block;
		width: 100%;
	}
	.center_elements .bundles{
		width: 33%;
		margin-left: 1px;
	}

	.login_name {
		margin: 0;
		width: 100%;
		text-align: center;
	}

	.mantle_content_top_title {
		font-size: 30px;
	}

	.right_list_content{
		width: 50%;
		margin: 0;
		/*min-width: 50%;*/
		/*max-width: 15rem;*/
		margin-bottom: 1px;
	}

	.right_list_content label{
		/*font-size: 0.7rem;*/
	}

	label{
		width: 100%;
		height: 1.6rem;
		background-size: auto 100%;
		line-height: 1.7rem;
		display: inline-block;
		color: #000000;
		text-align: left;
		padding-left: 10px;
		box-sizing: border-box;
		font-size: 0.8rem;
	}

	.content_info p {
		font-size: 20px;
		height: 50px;
	}

	.content_info span {
		font-size: 15px;
	}

	.content_img>img {
		width: 60%;
	}

}

@media (max-width: 380px) {
	.blimit {
		font-size: 0.7rem;
	}
}

@media (max-width: 370px) {
	/*.bundles {*/
	/*	font-size: 12px;*/
	/*	!*width: 4rem;*!*/
	/*	height: 4rem;*/
	/*}*/
}


@media only screen and (max-width: 1264px) {
	label {
		font-size: 0.8rem;
	}
}
@media only screen and (max-width: 1100px) {
	label {
		font-size: 0.7rem;
	}
}

/* Handle mobile devices in landscape orientation */
@media screen and (max-height: 500px) and (orientation: landscape) {
	.right_list_content {
		width: 25%;
		/*max-width: 12rem;*/
		padding: 10px;
		min-height: 8rem;
	}
	
	.content_img>img {
		width: 60%;
	}
	
	.content_info p {
		font-size: 18px;
		height: 2.4em;
	}
	
	.content_info span {
		font-size: 14px;
	}
	
	.button {
		height: 2.5rem;
		font-size: 16px;
	}
}
