@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: 400;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

ol,
ul {
	list-style: none;
}

table {
	/* border-collapse: collapse; */
	/* border-spacing: 0;
	margin: 0 auto; */
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background-color: #ccd6e1 !important;
}

table td {
	background: #fff;
}

caption,
th {
	text-align: left;
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

.clear {
	clear: both;
}

img {
	border: 0;
	outline: 0;
	vertical-align: middle;
}

body {
	font-family: '宋体-简','宋体','Microsoft YaHei';
}

.clear {
	zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: #1a1a1a;
}

a:hover {
	color: #b6281a;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mobileNone {
    display: none !important;
}

.inbody{
	background: url(tea_inbg01.jpg) repeat-y #f8f8f8;
	background-size: 100% auto;
}

.wrapper{
	width: 7rem;
	margin: 0 auto;
}

.top{
	width: 7.5rem;
	border-top: 0.06rem solid #a20b0b;
	height: 1.6rem;
	background: url(tea_bg_top.png) bottom right no-repeat #f8f8f8;
	background-size: auto 95%;
	position: relative;
}
.top .logo{
	padding-top: .1rem;
}
.top .logo img{
	height: 1.2rem;
}

.top_so_icon{
	display: block;
	width: .4rem;
	height: .4rem;
	background: url(tea_sj_icon_so.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: .66rem;
	right: .3rem;
}



.menubg{
	width: 7.5rem;
	height: .76rem;
	background-color: #a20b0b;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.menu_more{
	position: absolute;
	width: .3rem;
	height: .3rem;
	background: url(tea_sj_icon_menu.png) no-repeat;
	background-size: 100% 100%;
	top: .22rem;
	right: .3rem;
}
.menubg li{
	float: left;
	line-height: .76rem;
	color: #fff;
	position: relative;
	padding: 0 .25rem;
}

.menubg li a{
	color: #fff;
	font-size: .3rem;
	display: block;
	padding-left: 0;
    transition: all .5s;
}
.menubg li .icon_h{
	display: none;
}
.menubg li .dian::after{
	content: '';
	position: absolute;
	right: 0;
	top: .35rem;
	width: .07rem;
	height: .07rem;
	border-radius: 50%;
	background: #fff;
}
.menubg li .dian_in{
	display: none;
}
.menubg li:last-child .dian{
	display: none;
}
.banner{
	width: 7.5rem;
	overflow: hidden;
	text-align: center;
}
.banner img{
	height: 3.5rem;
}


/*Foot*/
.footer{
	width: 7.5rem;
	border-top: .05rem solid #b6281a;
	background-color: #efefef;
	padding: .4rem 0;
}
.footer .foot{
	margin: 0 auto;
	text-align: center;
	color: #5b554f;
	font-weight: bold;
	position: relative;
	font-size: .22rem;
	line-height: .6rem;
}
.footer .foot p{
}
.footer .foot p span{
	display: block;
}
.footer .foot .icon_dz{
	display: inline-block;
	margin-top: .2rem;
}
.footer .foot .icon_zhaocuo{
	display: inline-block;
	margin-top: .2rem;
}
.footer .foot .icon_dz img{
	height: .9rem;
}
.footer .foot .icon_zhaocuo img{
	height: .8rem;
}




/*弹出导航*/

.top_close_icon{
	display: none;
	width: .3rem;
	height: .3rem;
	background: url(tea_sj_icon_close.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: .66rem;
	right: .3rem;
}

.menu_open{
	position: fixed;
	left: 0;
	right: 0;
	top: 1.6rem;
	bottom: 0;
	background: #f9f8f6;
	padding: 0 .3rem;
	border-top: .04rem solid #a20b0b;
	z-index: 9999;
	font-family: 'Microsoft YaHei';
	display: none;
}

.open_so{
	/* width: 7rem; */
	height: 1rem;
	margin: 0 auto;
	padding: 0;
	border-bottom: .02rem solid #b9b0a7;
	position: relative;
}

.open_so .input{
	width: 6.3rem;
	height: 1rem;
	line-height: .96rem;
	border: 0;
	background: none;
	font-size: .3rem;
	vertical-align: top
}
.open_so .sobut{
	content: '';
	position: absolute;
	right: .1rem;
	top: .27rem;
	width: .4rem;
	height: .4rem;
	background: url(tea_sj_icon_so.png) center center no-repeat;
	background-size: 100% 100%;
	border: none;
}

.open_so .input::placeholder {
	color: #ccc;
}

.open_so .input::-webkit-input-placeholder {
	color: #ccc;
}

.open_so .input::-moz-placeholder {
	color: #ccc;
}


.win_nr{
	height: 100%;
	overflow-y: auto;
	scrollbar-width: none;
	overflow-x: hidden;
}
.win_nr::-webkit-scrollbar {
	display: none; /* 对于 Chrome, Safari 和 Opera */
  }


.menu_open_nav li{
	border-bottom: .01rem solid #e0d4d4;
	padding: .2rem 0;
}
.menu_open_nav .menu_1{
	display: block;
	width: 100%;
	height: .7rem;
	line-height: .7rem;
	font-size: .4rem;
	font-weight: bold;
	color: #a20b0b;
	position: relative;
}
.menu_open_nav .menu_1::after{
	content: '';
	position: absolute;
	width: .12rem;
	height: .24rem;
	background: url(tea_sj_icon_jt.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	right: 0;
	transform: translate(-50%, 0);
}
.menu_open_nav .menu_2{
	font-size: .32rem;
	margin-left: .3rem;
}
.menu_open_nav .menu_2 li{
	border-bottom: 0;
	line-height: .7rem;
	padding: 0 0;
	
}
.menu_open_nav .menu_2 li a{
	color: #883131;
}
	