* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #6f6f6f;
}
a:hover {
	color: inherit;
}
img {
	border: none;
	vertical-align: middle;
}
input {
	outline: none;
	border: none;
}
li {
	list-style-type: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wrap {
	width: 100%;
}
.content {
	width: 1100px;
	margin: 0px auto;
}
.green {
	/*color: #51d5cf;*/
	color: #fb7538;
}
.black {
	color: #575757;
}
.orange {
	color: #fb7538;
}
.red {
	color: #b50604;
}
body {
	width: 100%;
	min-width: 1200px;
	font-size: 12px;
	color: #333;
	font-family: "Microsoft YaHei";
}
/**************分页********************/
.news_page {
	text-align: center;/*margin-bottom: 20px;
	margin-top: 20px;	*/
}
.news_page a {
	display: inline-block;
	text-align: center;
	margin: 0px 5px;
	font-size: 18px;
	width: 155px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: #f78e8d;
	border-radius: 5px;
}
.news_page a.pn {
	width: 58px;
	height: 34px;/*position: relative;
	top: 8px;*/
}
.news_page a.active {
	color: #fff;
	background: #ed807f;
}
.news_page a:hover {
	color: #fff;
	background: #ed807f;
}
.news_page2 {
	text-align: center;/*margin-bottom: 20px;
	margin-top: 20px;	*/
}
.news_page2 a {
	display: inline-block;
	text-align: center;
	margin: 0px 5px;
	font-size: 18px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #565656;
	background: #fff;
	box-sizing: border-box;
	border: solid 1px #d2d2d2;
	border-radius: 5px;
}
.news_page2 a.pn {
	width: 85px;/*height: 34px;*/
	/*position: relative;
	top: 8px;*/
}
.news_page2 a.active {
	color: #fff;
	background: #ed807f;
}
.news_page2 a:hover {
	color: #fff;
	background: #ed807f;
}
/**************分页END********************/
.M-box {
	text-align: center;
}
.M-box span, .M-box a {
	display: inline-block;
	text-align: center;
	margin: 0px 5px;
	font-size: 18px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #565656;
	background: #fff;
	box-sizing: border-box;
	border: solid 1px #d2d2d2;
	border-radius: 5px;
}
.M-box span.active {
	color: #fff;
	background: #ed807f;
}
.M-box a:hover {
	color: #fff;
	background: #ed807f;
}
.M-box a:first-of-type {
	width: 85px;
}
.M-box a:last-of-type {
	width: 85px;
}
.M-box span:last-of-type {
	width: 150px;
	display: none;
}
.M-box .next2 {
	display: inline-block !important;
	text-align: center;
	margin: 0px 5px;
	font-size: 18px;
	width: 155px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: #f78e8d;
	border-radius: 5px;
}
/*公用*/
.gg_title {
	height: 36px;
	width: 100%;
	line-height: 36px;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	color: #8f8f8f;
}
.gg_title span {
	display: inline-block;
	height: 14px;
	width: 5px;
	background: #f78e8d;
	position: relative;
	top: 2px;
	margin-right: 10px;
}
.gg_title label {
	color: #f78e8d;
}
.gg_title2 {
	background: #eaeaea;
	height: 34px;
	line-height: 34px;
}
.gg_title2 .gg_title2_l {
	background: #33AAFD;
	height: 34px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 106px;
	line-height: 34px;
	float: left;
}
.gg_title2 .gg_title2_r {
	height: 34px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	float: right;
	margin-right: 20px;
}
.gg_list {
	border: solid 1px #D8D8D8;
}
.gg_list li {
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding-right: 10px;
	color: #4e4e4e;
	cursor: pointer;
}
.gg_list li img {
	float: left;
	margin: 0px 8px;
	position: relative;
	top: 13px;
}
/*顶部*/
.header_top {
	background: #fafafa;
	height: 32px;
	line-height: 32px;
	border-bottom: solid 1px #e2e2e2;
	color: #6f6f6f;
	font-size: 14px;
}
.header_top .header_top_l {
	float: left;
	width: auto;
}
.header_top .header_top_l a {
	margin-right: 30px;
	color: #6f6f6f;
	font-size: 14px;
}
.header_top .header_top_l a img {
	margin-right: 8px;
	position: relative;
	top: -2px;
}
.header_top .header_top_r {
	float: right;
	width: auto;
}
.header_top .header_top_r a {
	border-left: solid 1px #6f6f6f;
	padding-left: 10px;
	display: inline-block;
	padding-right: 20px;
	height: 14px;
	line-height: 14px;
	margin-top: 9px;
	color: #6f6f6f;
}
.header_top .header_top_r a img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.header_top .header_top_r a:first-of-type {
	border-left: none;
}
.header_top .header_top_r a:last-of-type {
	padding-right: 0px;
}
.logoqy {
	padding: 25px 0px;
}
.logoqy .logoqy_r {
	width: auto;
	float: right;
	height: 40px;
}
.logoqy .logoqy_r a {
	display: inline-block;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	background: #f78e8d;
	position: relative;
	margin-right: 10px;
}
.logoqy .logoqy_r>span {
	display: inline-block;
	color: #6d6d6d;
	font-size: 14px;
	/*height: 40px;*/
	width: auto;
}
.logoqy .logoqy_r span label {
	display: block;
	color: #b50604;
	font-size: 20px;
	font-weight: bold;
}
.logoqy .logoqy_r a .ewm {
	height: 113px;
	width: 100px;
	position: absolute;
	top: 50px;
	left: -30px;
	display: none;
	background: url(../images/ewmbg.png) no-repeat center;
}
.logoqy .logoqy_r a .ewm img {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0px auto;
	margin-top: 18px;
	border-radius: 5px;
}
.logoqy .logoqy_r a:hover {
	background: #b50604;
}
.logoqy .logoqy_r a:hover .ewm {
	display: block;
}
.header {
	width: 100%;
	height: 88px;
	line-height: 88px;
	background-color: #f78e8d;
}
.header_nav {
	height: 88px;
	line-height: 88px;
	font-size: 16px;
	position: relative;
}
.header_nav .header_nav_r {
	float: right;
	width: 310px;
	height: 100%;
}
.header_nav .header_nav_r .header_tel {
	float: left;
	width: 185px;
}
.header_nav .header_nav_r .header_tel img {
	margin-top: 17px;
}
.header_nav .header_nav_r .header_tel p {
	float: right;
	width: 130px;
	color: #fff;
	box-sizing: border-box;
	padding-top: 23px;
	line-height: 22px;
}
.header_nav .header_nav_r .qqwx {
	float: right;
	width: 124px;
}
.header_nav .header_nav_r .qqwx a {
	display: inline-block;
	width: 60px;
	height: 54px;
	margin-top: 17px;
	float: left;
	position: relative;
}
.header_nav .header_nav_r .qqwx a:hover>.header_wxm {
	display: block;
}
.header_nav .header_nav_r .qqwx a img {
	display: inline-block;
	width: 54px;
	height: 54px;/* margin-left: 4px;*/
}
.header_nav .header_nav_r .qqwx a>img:last-of-type {
	display: none;
}
.header_nav .header_nav_r .qqwx a .header_wxm {
	display: none;
	background: url(../images/ewmbg.png);
	position: absolute;
	top: 54px;
	left: -27px;
	width: 111px;
	height: 126px;
	z-index: 9;
}
.header_nav .header_nav_r .qqwx a .header_wxm img {
	display: block;
	width: 99px;
	height: 96px;
	margin: 0px auto;
	margin-top: 23px;
}
.header_nav .header_nav_r .qqwx a:hover>img:first-of-type {
	display: none;
}
.header_nav .header_nav_r .qqwx a:hover .qqwx_s {
	display: block;
}
/*导航*/
.nav {
	width: 100%;
	color: #fff;
	background: transparent;
	z-index: 6;
	height: 45px;
	background: #f78e8d;
}
.nav_con {
	height: 45px;
	color: #fff;
	/*background: #474747;*/
	line-height: 45px;
}
.nav .nav_con>ul {
	width: 100%;
	height: 45px;
	line-height: 45px;/*margin-left: 30px;*/
}
.nav .nav_con>ul>li {
	width: 72px;
	height: 45px;
	float: left;
	position: relative;
	box-sizing: border-box;/*background: url(../images/navbot.png) no-repeat right !important;*/
}
.nav .nav_con>ul>li.home {
	width: 72px;
}
.nav .nav_con>ul>li.home .a {
	width: 72px !important;
	background: #ed807f;
}
.nav .nav_con ul li .a {
	width: 72px;
	height: 100%;
	display: block;
	height: 45px;
	text-align: center;
	color: #fff;
	line-height: 45px;
	font-size: 14px;
}
.nav .nav_con>ul>li:last-of-type .a {
/*border-bottom-right-radius: 20px;*/
}
.nav .nav_con>ul>li .xl {
	position: absolute;
	top: 63px;
	left: 0px;
	z-index: 2;
	background-color: #33aafd;
	display: none;
}
.nav .nav_con>ul>li>.navbot {
	position: absolute;
	left: 0px;
	top: 49px;
	display: none;
	z-index: 3;
}
.nav .nav_con>ul>li>.navline {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}
.nav .nav_con>ul>li:last-of-type>.navline {
	display: none;
}
.nav .nav_con>ul>li .xl li {
	height: 45px;
	background: #ffe985;
}
.nav .nav_con>ul>li .xl li a {
	height: 45px;
	line-height: 45px;
	color: #000;
	font-size: 16px;
	background: #ffe985;
}
.nav .nav_con ul>li:hover {
}
.nav .nav_con ul>li:hover>a {
	background-color: #ed807f;
}
.nav .nav_con ul li:hover .xl, .nav .nav_con ul li:hover>img {
	display: block;
}
.nav .nav_con ul li .xl li .a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #47453b;
}
.nav .nav_con ul li>.a {
	background-color: transparent;
}
/*搜索*/
.search {
	height: 90px;
	box-sizing: border-box;
	border: solid 1px #dfdfdf;
	margin: 10px auto;
	border-radius: 5px;
	padding: 25px 17px;
}
.search .search_l {
	height: 38px;
	float: left;
}
.search .search_l .search_ll {
	height: 38px;
	line-height: 38px;
	width: 534px;
	float: left;
	border-radius: 5px;
	background: #f78e8d;
	color: #fff;
	margin-right: 15px;
}
.search .search_l .search_ll span {
	height: 38px;
	width: 190px;
	text-align: center;
	float: left;
}
.search .search_l .search_ll input {
	height: 38px;
	width: 241px;
	float: left;
	padding-left: 5px;
	box-sizing: border-box;
	border: solid 1px #f78e8d;
	color: #6f6f6f;
}
.search .search_l .search_ll div {
	height: 38px;
	width: 103px;
	float: left;
}
.search .search_l .search_ll div img {
	position: relative;
	top: 0px;
}
.search .search_l .search_lr {
	height: 38px;
	width: 103px;
	float: right;
}
.search .search_l .search_lr p {
	color: #bfbfbf;
}
.search .search_l .search_lr p.search_lr_top {
	margin-bottom: 6px;
}
.search .search_l .search_lr p input {
	display: inline-block;
	background: #fff;
	border: solid 1px #bfbfbf;
	position: relative;
	top: 2px;
	margin-right: 12px;
}
.search .search_l .search_lr p input {
	display: inline-block;
	background: #fff;
	border: solid 1px #bfbfbf;
	position: relative;
	top: 2px;
	margin-right: 12px;
}
.search .search_r {
	width: 320px;
	float: right;
}
.search .search_r li {
	margin: 0px 6px;
	float: left;
	margin-bottom: 10px;
	color: #bfbfbf;
	font-size: 14px;
	cursor: pointer;
}
.search .search_r li a {
	margin: 0px 6px;
	color: #bfbfbf;
	font-size: 14px;
}
/*促销靓号*/
.cxlh {
	border: solid 1px #e1e1e1;
	border-top: solid 4px #e1e1e1;
	box-sizing: border-box;
	padding: 14px;
	position: relative;
	margin-top: 35px;
}
.cxlh .cxlh_dian {
	width: 12px;
	height: 12px;
	position: absolute;
	top: -11px;
	right: 16px;
	padding: 4px;
	background: #fff;
}
.cxlh .cxlh_dian span {
	display: block;
	width: 10px;
	height: 10px;
	background: #b50604;
}
.cxlh .cxlh_dian2 {
	width: 150px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -18px;
	right: 16px;
	/*padding: 4px;*/
	background: #fff;
	text-align: center;
	color: #b50604;
	font-size: 14px;
}
.cxlh .cxlh_dian2 span {
}
.cxlh .cxlh_title {
	width: 320px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: -19px;
	left: 16px;
	background: #fff;
}
.cxlh .cxlh_title a {
	display: block;
	height: 32px;
	margin-left: 5px;
	margin-right: 7px;
	margin-top: -4px;
}
.cxlh .cxlh_title a img {
	display: block;
	position: relative;
	top: 4px;
}
.cxlh .cxlh_title2 {
	width: 260px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: -19px;
	left: 16px;
	text-align: center;
	background: #fff;
}
.cxlh .cxlh_title2 a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	/*margin-left: 5px;
	margin-right: 7px;*/
	margin-top: -4px;
	color: #b50604;
	font-size: 16px;
	margin-right: 5px;
}
.cxlh .cxlh_title2 a img {
	display: inline-block;
	position: relative;
	top: 0px;
	margin-right: 5px;
}
.cxlh .cxlh_title2 a:last-of-type img {
	top: -2px;
}
.cxlh .cxlh_title .cxlh_title_lh {
	line-height: 32px;
	color: #b50604;
	font-size: 24px;
	margin-right: 12px;
	margin-top: -5px;
}
.cxlh .cxlh_title .cxlh_title_fl {
	color: #838383;
}
.cxlh .cxlh_list {
}
.cxlh .cxlh_list li {
	width: 257px;
	text-align: center;
	box-sizing: border-box;
	border: solid 1px #f0f0f0;
	float: left;
	margin-right: 14px;
	height: 102px;
	padding-top: 24px;
	margin-bottom: 14px;
	position: relative;
}
.cxlh .cxlh_list li:hover .cxlh_list_xz {
	display: block;
}
.cxlh .cxlh_list li .cxlh_list_xz .input {
	/*display: none;*/
	width: 1px;
	height: 1px;
	background: transparent;
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
.cxlh .cxlh_list li:nth-of-type(4n) {
	margin-right: 0px;
}
.cxlh .cxlh_list li .cxlh_list_qq {
	font-size: 25px;
	margin-bottom: 12px;
}
.cxlh .cxlh_list li .cxlh_list_xz {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 257px;
	text-align: center;
	line-height: 102px;
	height: 102px;
	display: none;
	background: url(../images/fenhongbg.png) repeat top;
}
.cxlh .cxlh_list li .cxlh_list_xz div {
	width: 104px;
	text-align: center;
	line-height: 44px;
	height: 44px;
	background: #fff;
	display: inline-block;
	border-radius: 4px;
	color: #f78e8d;
	font-size: 20px;
	margin: 0px 5px;
	cursor: pointer;
}
.cxlh .cxlh_list li .cxlh_list_xz div img {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.cxlh .cxlh_list li .cxlh_list_xz div a {
	width: 104px;
	text-align: center;
	line-height: 44px;
	height: 44px;
	display: inline-block;
	color: #f78e8d;
}
/*买家必读*/
.mjsb {
	margin-top: 25px;
	margin-bottom: 15px;
}
.mjbd {
	float: left;
	width: 760px;
	height: auto;
	box-sizing: border-box;
	padding: 15px;
	border: solid 1px #e5e5e5;
}
.mjbd p {
	font-size: 20px;
	color: #5c5c5c;
	margin-bottom: 0px;
}
.mjbd ul li {
	height: 25px;
	line-height: 25px;
	width: 360px;
	float: left;
}
.mjbd ul li:nth-of-type(2n) {
	float: right;
}
.mjbd ul li a {
	color: #929292;
	display: inline-block;
	height: 38px;
	line-height: 38px;
}
.sbzn {
	float: right;
	width: 314px;
	height: auto;
	box-sizing: border-box;
	border: solid 1px #e5e5e5;
	padding: 15px;
}
.sbzn p {
	font-size: 20px;
	color: #5c5c5c;
	margin-bottom: 0px;
}
.sbzn ul li {
	height: 25px;
	line-height: 25px;/*width: 360px;*/
	
}
.sbzn ul li a {
	color: #929292;
	display: inline-block;
	height: 38px;
	line-height: 38px;
}
/*底部*/
.foot {
	height: 160px;
	background: #fff;
}
.foot .foot_top {
	font-size: 16px;
	height: 40px;
	line-height: 50px;
	text-align: center;
	color: #929292;
}
.foot .foot_top a, .foot .foot_top span {
	display: inline-block;
	margin: 0px 10px;
	color: #929292;
	font-size: 14px;
}
.foot p {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #929292;
}
.foot ul {
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.foot ul li {
	display: inline-block;
	text-align: center;
	margin: 0px 5px;
}
.foot ul li a {
	display: inline-block;
}
.foot ul li a img {
	width: 92px;
	height: 34px;
}
/*号码列表*/
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.erji_case-sort {
	background: #fff;
	border: 1px #eaeaea solid;
	padding-bottom: 15px;
}
.erji_case-sort-ul {
	width: auto;
	padding: 15px;
	overflow: hidden;
}
.erji_case-sort-ul li.clearfix {
	line-height: 30px;
	margin-bottom: 5px; /*border-top: 1px #e1e1e1 dotted;*/
	background: #fff;
	position: relative;
	top: -1px;
}
.erji_case-sort-ul-title {
	width: 80px;
	text-align: center;
	line-height: 30px;
	color: #676767;
	font-size: 16px;
}
.erji_case-sort-ul-angle {
	padding: 0px;/*border-left: 1px #eaeaea solid;*/
	width: 988px;
	overflow: hidden;
	background: #fff;
}
.erji_case-sort-ul-angle li {
	padding: 0px;
	display: inline-block;
}
/*.erji_case-sort-ul-angle li:nth-of-type(1){
	float: left;
}*/
.erji_case-sort-ul-angle li a:hover {
	color: #fff;
	background: #ed807f;
}
.erji_case-sort-ul li.clearfix:nth-of-type(n+4) {
	display: none;
}
.erji_case-sort-ul li.show {
	display: inline-block !important;
}
.erji_case-sort-ul-angle li a {
	display: inline-block;
	white-space: nowrap;
	color: #8b8b8b;
	padding: 0px 6px;
	font-size: 16px;
}
.erji_case-sort .active {
	color: #fff;
	background: #ed807f;
}
.erji_case-sort-ul li {
	position: relative;
}
.erji_case-sort-ul li .ico {
	width: 16px;
	height: 16px;
	background: url(../images/ico.png) no-repeat 0 -75px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}
.erji_case-sort-ul li.current ul {
	max-height: 80px;
	overflow: hidden;
}
.erji_case-sort-ul li.current .ico {
	background-position: 0 -58px;
}
.zkbtn {
	border-top: solid #EEE 1px;
	text-align: center;
	width: 1068px;
	margin: 0px auto;
}
.zkbtn .zkbtn_nei {
	background: #eee;
	height: 24px;
	line-height: 24px;
	width: 124px;
	display: inline-block;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #7b7b7b;
	cursor: pointer;
}
.zkbtn .zkbtn_nei img {
	margin-left: 8px;
}
.yixuan {
	margin-bottom: 10px;
}
.yixuan .yxqq {
	float: left;
	width: 95px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #8b8b8b;
}
.yixuan .yxqq img {
	margin-right: 6px;
}
.yixuan ul {
	width: 1000px;
	float: right;
}
.yixuan ul li {
	height: 33px;
	width: auto;
	padding: 0px 10px;
	display: inline-block;
	text-align: center;
	line-height: 33px;
	margin-right: 6px;
	color: #8b8b8b;
	box-sizing: border-box;
	border: dashed 1px #ed807f;
}
.yixuan ul li a {
	font-size: 14px;
	text-align: center;
	color: #8b8b8b;
}
/*详情*/
.weizhi {
	height: 46px;
	line-height: 46px;
	font-size: 14px;
}
.info1 {
	height: 344px;
	border: solid 1px #d8d8d8;
	box-sizing: border-box;
	padding: 20px;
}
.info1 .info1_l {
	height: 302px;
	width: 302px;
	border: solid 1px #d8d8d8;
	box-sizing: border-box;
	float: left;
}
.info1 .info1_l img {
	height: 300px;
	width: 300px;
	display: inline-block;
}
.info1 .info1_r {
	height: 302px;
	width: 734px;
	box-sizing: border-box;
	float: right;
	color: #646464;
}
.info1 .info1_r .info_title {
	font-size: 30px;
}
.info1 .info1_r .info_js {
	border-top: solid 1px #d8d8d8;
}
.info1 .info1_r .info_js p {
	line-height: 28px;
}
.info1 .info1_r .info_xhlc {
	height: 119px;
	border: solid 1px #d8d8d8;
}
.info1 .info1_r .info_xhlc {
	height: 120px;
	box-sizing: border-box;
	border: solid 1px #d8d8d8;
}
.info1 .info1_r .info_xhlc .info_xhlc_l {
	float: left;
	width: 167px;
	height: 100%;
	/*line-height: 100%;*/
	line-height: 119px;
	text-align: center;
	border-right: solid 1px #d8d8d8;
}
.info1 .info1_r .info_xhlc .info_xhlc_l a {
	width: 146px;
	height: 47px;
	text-align: center;
	display: inline-block;
	line-height: 47px;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	background: #b50604;
	margin-top: 35px;
}
.info1 .info1_r .info_xhlc .info_xhlc_r {
	float: right;
	width: 564px;
	box-sizing: border-box;
	padding-left: 10px;
}
.info1 .info1_r .info_xhlc .info_xhlc_r p {
	line-height: 28px;
}
.info1 .info1_r .info_xhlc .info_xhlc_r p a {
	display: inline-block;
}
.info2 {
	margin-top: 25px;
}
.info2 .info2_l {
	float: left;
	width: 225px;
}
.info2 .info2_r {
	float: right;
	width: 856px;
}
.info2 .info2_r .info2_r_title {
}
.info2 .info2_r .info2_r_title span {
	color: #646464;
	display: inline-block;
	width: 124px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: solid 1px #d8d8d8;
	border-bottom: none;
	background: #ececec;
	cursor: pointer;
}
.info2 .info2_r .info2_r_title span.active {
	color: #fff;
	background: #f78e8d;
}
.info2 .info2_r .info2_r_title span:first-of-type {
	border-right: none;
}
.info2 .info2_r img {
	max-width: 100%;
}
.info2 .info2_r .hmxx {
	border: solid 1px #d8d8d8;
	box-sizing: border-box;
	color: #646464;
	display: none;
	padding: 10px;
}
.info2 .info2_r .hmxx.active {
	display: block;
}
.danye h2 {
	padding: 20px;
	line-height: 30px;
	text-align: center;
}
.danye img {
	max-width: 100%;
}
.danye {
	min-height: 600px;
	border: solid 1px #d8d8d8;
}
.ggw {
	margin-top: 10px;
	margin-bottom: 10px;
}
.ggw a {
	display: block;
}
.youce {
	width: 121px;
	height: auto;
	position: absolute;
	top: 300px;
	right: 0px;
	z-index: 2;
}
.youce a {
	display: block;
	width: 120px;
	height: 120px;
	border: solid 1px #ccc;
	border-right: none;
}
.youce a:last-of-type {
	border-top: none;
}
.youce a img {
	display: block;
	width: 120px;
	height: 120px;
}
.tanK {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: url("../images/bg1.png");
}
.tank_in {
	position: absolute;
	top: 50%;
	margin-top: -112.5px;
	margin-left: -195px;
	left: 50%;
	width: 390px;
	height: 225px;
	background: #444446;
	border-radius: 10px;
}
.tan_l p {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}
.tan_l {
	margin: 80px 0 0 30px;
	float: left;
}
@media (max-width: 900px) {
	body{
		min-width: auto;
	}
    div, img{
		max-width: 100%;
	}
	.header_top_r{
		padding: 0 15px;
	}
	.header_top .header_top_r a{
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	.header_top .header_top_r a:last-child{
		display: none;
	}
	.logoqy .fl{
		margin: 10px auto;
	}
	.logoqy .logoqy_r{
		float: none;
		clear: both;
	}
	.nav, .nav_con, .nav .nav_con>ul{
		height: auto!important;
		overflow: hidden;
	}
	.foot{
		padding: 0 15px;
	}
	.search{
		height: auto;
	}
	.search .search_l{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		height: auto!important;
		margin-bottom: 15px;
	}
	.search .search_l .search_ll{
		display: flex;
		width: 100%!important;
		height: auto!important;
		margin-bottom: 10px;
	}
	.search .search_l .search_lr{
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 50%!important;
		height: auto!important;
	}
	.search .search_l .search_ll span{
		width: 50%!important;
	}
	.search .search_l .search_ll input{
		width: 50%!important;
	}
	.search .search_l .search_lr p.search_lr_top{
		margin-bottom: 0;
	}
	.erji_case-sort-ul-angle{
		width: 100%;
	}
	.cxlh .cxlh_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	.cxlh .cxlh_list li{
		width: 48.5%;
		margin-right: 0!important;
		padding: 10px 0;
	}
	.content {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
	.sbzn {
		float: none;
		margin: 10px 0!important;
		width: auto;
		height: auto;
		margin-left: 0!important;
		text-align: left;
	}
	.yixuan{
		width: calc( 100% - 30px);
		padding: 0 15px;
	}
	.info1 .info1_r{
		width: 100%;
		height: auto;
	}
	.info1 .info1_r .info_xhlc{
		height: auto;
	}
	.info1 .info1_r .info_xhlc{
		height: auto;
	}
	
	.main-left{
		float: none!important;
		width: 100%!important;
	}
	.main-right{
		display: none;
		float: none!important;
		width: 100%!important;
	}
	.main-left h2{
		padding: 0 15px;
	}
	.main-left h2 p{
		font-size: 12px!important;
	}
	.info2 .info2_l{
		float: none;
		width: 100%;
		padding: 15px;
	}
	.info2 .info2 .info2_r{
		float: none;
		width: 100%;
	}
	
	#pages .M-box li{
		margin: 5px auto;
	}
	.cxlh .cxlh_list li .cxlh_list_xz{
		padding: 10px 0!important;
		height: 110px!important;
	}
	.cxlh .cxlh_list li .cxlh_list_xz div{
		margin: 2px auto;
		font-size: 14px;
	}
	.cxlh .cxlh_list li .cxlh_list_xz div img{
		width: 14px;
	}
	.cxlh .cxlh_list li .cxlh_list_xz .copy{
		margin-left: 0!important;
	}
	.cxlh .cxlh_list li .cxlh_list_xz .addCart{
		margin-top: 0!important;
		margin-left: 0!important;
	}
	.info1{
		height: auto!important;
	}
	.info1 .info1_l{
		width: auto;
		height: auto;
		padding :5px;
		text-align: center;
	}
	.info1 .info1_l img{
		width: 200px;
		height: 200px;
		margin: auto;
	}
	.info1 .info1_r .info_xhlc .info_xhlc_l{
		float: none;
		width: 100%;
		height: auto;
	}
	.info1 .info1_r .info_xhlc .info_xhlc_r{
		float: none;
		width: 100%;
		height: auto;
	}
	.mjsb{
		display: none;
	}	
	.logoqy .logoqy_r a:hover .ewm{
		display: none!important;
	}
	
	.content h1{
		line-height: 30px!important;
	}
	.tongji{
		margin-bottom: 10px!important;
	}
	.cart-page.cxlh .cxlh_list li .cxlh_list_xz .copy{
		margin-top: 10px!important;
	}
}