* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

li {
	list-style: none;
}

textarea {
	resize: none;
}

.clear:after {
	display: block;
	content: '';
	clear: both;
}
.f-left {
	float: left;
}

.f-right {
	float: right;
}

.content {
	width: 100%;
}

.bee-content {
	width: 1200px;
	margin: auto;
}

.zc {
	background-color: #fff7e4;
}

.bigbig {
	width: 100%;
	background-color: #fff7e4;
	padding-bottom: 55px;
	margin-bottom: 12px;
}

.bee-head {
	width: 100%;
	height: 30px;
	background: #f5f5f5;
	position: relative;
}
/* 下箭头 */
.tab_img {
	width: 20px;
	height: 20px;
}
/* 顶部全国 */
.head_im {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.suspend-item {
	padding: 10px;
	background: #fff;
	box-shadow: 2px 2px 2px #999;
	position: absolute;
	z-index: 22;
	top: 39px;
	width: 300px;
	display: none;
}

.hot_city {
	font-size: 14px;
}

.head-item {
	position: relative;
}

.bee-head a {
	display: block;
	float: left;
	margin: 7.5px 0;
	padding: 0 10px;
	font-size: 14px;
	line-height: 14px;
	color: #8e8e8e;
}

.nav-left .head-item a {
	border-right: 1px solid #8e8e8e;
}

.nav-left .head-item:last-child a {
	border-right: 0;
}

.bee-head .bee-head-left .citybtn {
	position: relative;
	padding-left: 20px;
}

.bee-head .red-color {
	color: #ff4101;
}

.bee-head .active {
	color: #ff4101;
}

.citybtn .iconfont {
	position: absolute;
	left: 0;
	font-size: 15px;
}

.bee-head .bee-head-right .appbtn {
	padding-right: 16px;
	position: relative;
}
.bee-main {
	padding-top: 20px;
	position: relative;
}

.left-menu {
	width: 156px;
	background: #ffda7f;
	z-index: 19;
}

.left-menu li {
	height: 40px;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-weight: 900;
	position: relative;
}

.left-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
}

.subnav {
	position: absolute;
	width: 109px;
	height: 102px;
	left: 156px;
	z-index: 22;
	border: 1px solid #e0dbdf;
	background: #fff;
	top: 0;
	display: none;
}
.left-menu .subnav li.active a{background: #f00;color: #fff;}
.left-menu .subnav li.act a{background: #f00;color: #fff;}

.subnav li {
	width: 105px;
	height: 30px;
	border: 2px solid #fff;
	line-height: 30px;
	text-align: center;
	font-weight: 100;
}

.left-menu .subnav li a {
	width: 100%;
	display: block;
	height: 100%;
	background: #fff;
	color: #000;
}

.subnav .acti,
.subnav .acti a {
	background: #f2f1f6;
	color: #ff4300;
}

.left-menu .active a,
.left-menu .act,
.left-menu .active {
	background: #ff4102;
	color: #fff;
}
.lis.act .icon_bg,.lis.active .icon_bg{background-position: 0px -30px;}

.left-menu .act,
.left-menu .act a {
	background: #ff4102;
	color: #fff;
}
.left-menu .personal li,
.left-menu .merchant li {
	height: 32px;
	font-size: 14px;
	font-weight: 100;
	line-height: 32px;
	padding-left: 20px;
	text-align: left;
	width: calc(100% - 20px);
}

.left-menu h4 {
	line-height: 35px;
	padding-left: 20px;
	font-size: 18px;
}
.gallery-item {
	width: 285px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	cursor: pointer;
}

.gallery-item:nth-of-type(4n+4) {
	margin-right: 0px;
}

.gallery-imgs {
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative;
	display: block;
}

.gallery-imgs .txt-radius {
	line-height: 14px;
	font-size: 12px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 2px 12px;
	border-radius: 18px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	letter-spacing: 2px;
}

.gallery-imgs>img {
	max-width: 100%;
    margin: auto;
    display: block;
}

.gallery-txt {
	width: 100%;
	height: 44px;
	padding: 13px 0;
}

.gallery-txt h4 {
	font-size: 14px;
	font-weight: 100;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.gallery-txts-t {
	font-size: 12px;
	color: #9f9f9f;
	line-height: 30px;
}
.gallery-txts-t span{
	float: left;
	display: block;
	width:72px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gallery-txts-btn{
	width: 44px;
	height: 20px;
	font-size: 12px;
	color: #f00;
	border: 1px solid #f00;
	text-align: center;
	line-height: 20px;
	margin: 4px 0;
	border-radius:4px ;
}
.gallery-leftimgs {
	width: 160px;
	height: 100%;
	overflow: hidden;
	margin-right: 2px;
}

.gallery-leftimgs img {
	object-fit: cover;
	height: auto!important;
	width: 100%;
	min-height: 100%;
}

.gallery-rightimgs {
	width: 123px;
	height: 100%;
}

.gallery-rightimgs .gallery-imgs1 {
	width: 100%;
	height: 79px;
	overflow: hidden;
	margin-bottom: 2px;
	overflow: hidden;
}

.gallery-rightimgs .gallery-imgs1:last-child {
	margin-bottom: 0;
}

.gallery-rightimgs .gallery-imgs1 img {
	object-fit: cover;
	height: auto!important;
	width: 100%;
	min-height: 100%;
}
.merchant,
.personal {
	border-bottom: 1px solid #f8c335;
	padding: 10px 0;
}
.plc_main {
	width: 100%;
}
.appbtn span {
	position: absolute;
	right: 0;
	font-size: 15px;
}

.bee-extra {
	width: 100%;
	height: 142px;
	z-index: 20;
	background: #fff;
}

.search {
	width: 548px;
	border: 2px solid #FFC628;
	height: 40px;
	position: relative;
}
.search-tab{
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.search-tab h4{
	height: 100%;
	text-align: center;
	line-height: 40px;
	font-weight: 100;
	color: #666666;
	font-size: 14px;
}
#tab_mian{
	position: absolute;
	width: 98px;
	top: 36px;
	left: 0;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 22;
	display: none;
}
#tab_mian li{
	width: 100%;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
#tab_mian li.active{
	background:#eee;
	color:#f00;
}
#tab_mian li.acti{
	background:#eee;
	color:#f00;
}
.searchBtn {
	width: 77px;
	height: 100%;
	background: #fdc333;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.page{padding: 10px;line-height: 30px;}
.pages:after{clear: both;display: block;content: '';}
.pages{text-align: center;}
.pages a{display: inline-block;width: 30px;height: 30px;border: 1px solid #e1e1e1;text-align: center;line-height: 30px;color: #9c9c9c;font-size: 14px;}
.pages .current{border-color:#f00 ;background: #f00;color: #fff;}
.pages select{height: 30px;outline: 0 none;width: 50px;font-size: 14px;}
.relKey li {
	float: left;
	padding: 0 20px;
	height: 15px;
	font-size: 16px;
}

.relKey li:last-child {
	border-right: 0;
}

.relKey li a {
	line-height: 15px;
	color: #333333;
	display: block;
	font-family: "MicrosoftYaHei";
}

.relKey {
	/* padding: 10px 0;
	margin-left: -20px; */
	display: flex;
	justify-content: center;
}

.category_relKey {
	width: 1200px;
	margin: 0 auto;
}

.search-box {
	position: relative;
	width: 471px;
	height: 100%;
	overflow: hidden;
}

.search-box input {
	height: 20px;
	font-size: 14px;
	padding: 10px;
	padding-left: 105px;
	border: none;
	outline: 0;
	width: calc(100% - 44px);
}

.bee-logo img {
	width: 158px;
	height: 43px;
	display: block;
	margin-top:29px;
	
}

.bee-search {
	margin-top: 28px;
	margin-left: 310px;
}

.bee-code {
	width: 84px;
	height: 84px;
	border: 1px solid #f8c433;
	margin-top: 27px;
}

.bee-code img {
	width: 100%;
	display: block;
}
.appcode.active{
	background: #fff;
} 
.appcode{
	position: relative;
}
.appcode-box{
	position: absolute;
	top: 40px;
	right: 0px;
	z-index: 40;
	width: 160px;
	background:#fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #666;
	display: none;
}
.codeimg-box{
	width: 130px;
	height: 130px;
	margin:10px auto;
	position: relative;
}
.codeimg-box img{
	width: 100%;
}
.codeup{
	width: 12px;
	height: 7px;
	position: relative;
	top: -7px;
	overflow: hidden;
	left: 15%;
	right: 0;
	margin: auto;
}
.codeups{
	border: 1px solid #AFAFAF;
	width: 10px;
	height: 10px;
	position: relative;
	top: 2px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	background: #fff;
	-moz-transform: rotate(45deg);
}
.outimg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
}
/* 底部 */
.bee_footer {
	width: 100%;
	height: 238px;
	margin-top: 70px;
	background: #FFFFFF;
}
.footer_box {
	width: 1200px;
	margin: auto;
}
.footer_content {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.footer_content ul li:first-child {
	font-size: 18px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	color: #333333;
	margin: 28px 0 25px 0;
}
.footer_content ul li {
	margin-bottom: 15px;
}
.footer_img {
	width: 16px;
	height: 16px;
}
.bee_record {
	width: 1200px;
	margin: auto;
	text-align: center;
}
/* 评论分页 */
.comment-page {
	width: 990px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 auto;
	margin-top: 50px;
}
.page-box {
	width: 36px;
	height: 36px;
	border: 1px solid #EEEEEE;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.comment-page .active{
	color: #FF9801;
	border: 1px solid #FF9801;
}
.page-left {
	width: 7px;
	height: 13px;
}
.zhuceye {
	width: 100%;
	height: 37px;
	background: #f5f5f5;
	position: relative;
}

.zclogo {
	width: 100%;
	height: 120px;
}

.wellcome span,.regis span {
	display: inline;
	color: #FAC332;
	font-size: 24px;
	position: relative;
	top: 52px;
	left: 88px;
}

.zclogo a {
	color: red;
}

.formbd {
	background-color: white;
    padding-bottom: 6px;
        width: 696px;
    float: left;
}
.onekey {
	height: 51px;
	border-top: 2px solid #f2f2f4;
	width: 100%;
	line-height: 51px;
	font-size: 14px;
	color: #666;
}

.onekey .iconfont {
	font-size: 24px;
	line-height: 24px;
	margin: 13.5px 5px;
	cursor: pointer;
}
.onekey2 {
	height: 51px;
	line-height: 51px;
	font-size: 14px;
	color: #666;
	position: relative;
    top: 50px;
    right: 30px;
}
.onekey2 .iconfont {
	font-size: 24px;
	line-height: 24px;
	margin: 13.5px 5px;
	cursor: pointer;
}
.onekey3 {
	height: 51px;
	line-height: 51px;
	font-size: 14px;
	color: #666;
}
.onekey3 .iconfont {
	font-size: 24px;
	line-height: 24px;
	margin: 13.5px 5px;
	cursor: pointer;
	position: relative;
    top: 15px;
}
.meit {
	position: relative;
	top: -45px;
	right: -105px;
	font-size: 22px;
	color: #fac332;
}

.fenliangbu {
	width: 317px;
	font-size: 19px;
	color: #fac332;
	float: right;
	position: relative;
	top: -45px;
    left: 508px;
}

.yi {
	float: left;
}

.jiantou {
	float: left;
}

.er {
	float: right;
}
.formtop {
	padding-top: 27px;
	margin-left: -100px;
}
.centerbox{

	width: 100%;
}

.centerimg{

	float: right;	
    width: 42%;
    height: 495px;
}
.centerimg img{
	float: right;
	width: 100%;
	    height: 495px;
}
.yqts{
	color: red ;
	position: relative;
    top: 10px;
    left: 8px;
    display: none;
	
}
.zcfoot{
	border: none;
	padding-top: 25px;
	padding-bottom: 0px;
}
.lijitiy span{
    color: red;
    font-size: 22px;
    position: relative;
    bottom: 55px;
    left: 306px;
    cursor: pointer;
}
.main-item {
	width: 90%;
	margin: auto;
	min-height: 700px;
	position: relative;
	min-width: 600px;
	max-width:800px
	overflow:hidden;

}
.select {margin:6px;}
.plc_main {
	width: 1044px;
}
.addressss {
	padding: 20px;
	min-height: 500px;
}

.addressss-title {
	line-height: 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f00;
}

.addressss-title p {
	font-size: 14px;
	color: #0055F0;
	cursor: pointer;
}

.addressss-main {
	width: 100%;
	padding-top: 10px;
}

.addressss-item {
	width: calc(48.5% - 2px);
	height: 200px;
	margin-right: 3%;
	margin-top: 3%;
	border: 1px solid #ccc;
}

.addressss-item:nth-of-type(2n+2) {
	margin-right: 0;
}

.addressss-item:nth-of-type(1),
.addressss-item:nth-of-type(2) {
	margin-top: 0;
}
.rightbtns p {
	font-size: 12px;
	color: #0055F0;
	cursor: pointer;
	padding: 0 5px;
	line-height: 26px;
}

.addressss-item-title {
	font-size: 14px;
	line-height: 26px;
	padding-left: 5px;
	background: #f5f5f5;
}

.addressss-item-main {
	padding: 10px 15px;
}
.addr-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 21;
	display: none;
}

.create-addr-title {
	font-size: 15px;
	background: #f3f3f3;
	line-height: 30px;
	width: calc(100% - 30px);
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px;
}

.create-addr-main {
	padding-top: 20px;
}

.create-addr {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 540px;
	height: 380px;
	background: #fff;
	box-shadow: 0 0 30px #000;
	padding: 30px 10px;
}

.create-item {
	padding: 8px 0;
}

.create-label {
	line-height: 26px;
	font-size: 14px;
	width: 125px;
	color: #999;
}

.create-label em {
	line-height: 22px;
	display: block;
	float: left;
	font-style: normal;
	width: 20px;
	text-align: center;
	color: #f00;
}

.create-main input {
	height: 14px;
	display: block;
	outline: 0 none;
	border: 1px solid #ccc;
	width: 230px;
	padding: 5px 10px;
	font-size: 14px;
}

.create-main .create-city {
	height: 26px;
	display: block;
	outline: 0 none;
	border: 1px solid #ccc;
	width: 120px;
	float: left;
	margin-right: 5px;
}

.createbtn {
	font-size: 12px;
	padding: 5px 12px;
	line-height: 12px;
	background: #f00;
	color: #fff;
	border-radius: 3px;
}
.main-ite-label {
	font-size: 12px;
	color: #999;
	line-height: 28px;
	width: 60px;
	text-align: end;
}

.main-ite-txt {
	font-size: 12px;
	line-height: 28px;
	width: calc(100% - 80px);
}
.info-main {
	padding: 20px;
}

.info-txt {
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
	margin-bottom: 10px;
}

.info-item {
	width: 50%;
}

.info-item p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.info-graystar {
	width: 120px;
	height: 24px;
	background: url(../img/graystar.png);
	background-size: auto 100%;
	position: relative;
}

.info-redstar {
	width: 96px;
	height: 24px;
	background: url(../img/redstar.png);
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.info {
	padding: 20px;
}

.info-title {
	padding-bottom: 10px;
	border-bottom: 2px solid #ea1429;
	line-height: 16px;
}

.infos-box {
	margin-top: 10px;
	padding: 20px;
	height: 500px;
	position: relative;
}

.infos-item {
	margin-bottom: 10px;
}

.infos-item:last-child {
	margin-bottom: 0;
}

.infos-label {
	width: 14%;
}

.infos-label,
.safety-number {
	font-size: 14px;
	line-height: 30px;
}

.infos-txt {
	width: 86%;
	font-size: 14px;
}

.infos-txt input {
	display: block;
	outline: 0 none;
	border: 1px solid #ccc;
	height: 24px;
	width: 260px;
	margin: 2px 0;
	padding: 6px 10px;
	float: left;
}

.infos-txt .daily-life {
	height: 26px;
	outline: 0 none;
	width: 60px;
	margin: 2px 0;
	border: 1px solid #ccc;
}

.infos-txt .gender,
.infos-txt .syn {
	height: 26px;
	outline: 0 none;
	margin: 2px 0;
	width: 56px;
	border: 1px solid #ccc;
}

.infos-txt .area {
	height: 26px;
	outline: 0 none;
	margin: 2px 0;
	width: 140px;
	border: 1px solid #ccc;
}

.infos-ps {
	margin-left: 10px;
	color: #f00;
	float: left;
	line-height: 30px;
}

.infos-addimg {
	width: 58px;
	height: 58px;
	border: 1px solid #ccc;
}

.infos-addimg img {
	width: 100%;
	height: 100%;
	display: block;
}
.infos-t {
	color: #999;
	line-height: 30px;
}

.safety {
	width: 60%;
	font-size: 14px;
}

.safety-edit {
	color: #0055F0;
	line-height: 30px;
	cursor: pointer;
}

.set-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 21;
	display: none;
}

.set-password,
.set-number {
	width: 460px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 30px #000;
}

.set-password-title {
	line-height: 16px;
	padding: 10px;
	background: #e5e5e5;
}

.set-password-item {
	padding: 0 30px;
	position: relative;
	height: 100%;
}

.set-password-main {
	padding: 15px 0;
	height: calc(100% - 66px);
}

.set-num {
	border: 1px solid #ccc;
	position: relative;
	height: 30px;
	width: 230px;
}

.verifybtn {
	width: 100px;
	height: 30px;
	background: #fac332;
	border: 0;
	outline: 0 none;
	border-radius: 30px;
	margin-left: 10px;
}

.verify-inp {
	width: 120px;
	height: 30px;
	border: 1px solid #ccc;
	position: relative;
}

.verify-inp input,
.set-num input {
	width: calc(100% - 20px);
	height: 14px;
	border: 0;
	outline: 0 none;
	padding: 8px 10px;
}

.nums {
	margin-bottom: 15px;
}

.items-label {
	width: 70px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.nextbtn {
	width: 140px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	color: #fff;
	background: #f00;
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	margin: auto;
}

.set-ps {
	font-size: 13px;
	color: #999;
}
.infos-btn {
	width: 50px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #f00;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 50px;
	cursor: pointer;
}
.infos-t {
	color: #999;
	line-height: 30px;
}
.toping {
	position: fixed;
	bottom: 30px;
	right: 0;
	width: 50px;
	height: 70px;
	text-align: center;
	background: #ff971b;
	border-radius: 6px;
	display: none;
	cursor: pointer;
}

.toping span {
	font-size: 40px;
	color: #fff;
	line-height: 50px;
}

.toping p {
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}
.order-title {
	padding: 20px;
	line-height: 16px;
	border-bottom: 1px solid #dfe0e2;
}

.order-tab {
	padding: 20px 10px;
	border-bottom: 1px solid #dfe0e2;
}

.tab-tem {
	width: 10%;
}
.tab-tem img {
	width: 36px;
	height: 36px;
	display: block;
	margin: 0 auto;
	margin-bottom: 6px;
}
.tab-tem img:hover{cursor: pointer;}

.tab-tem p {
	font-size: 14px;
	text-align: center;
	line-height: 16px;
}
.tab-tem p:hover{cursor: pointer;}
.order-label {
	padding: 20px 20px 9px 20px;
	border-bottom: 1px solid #dfe0e2;
}

.label-btn {
	font-size: 14px;
	line-height: 14px;
	padding: 5px 12px;
	border-radius: 24px;
	margin-right: 10px;
	background: #faecc5;
}

.label-btn:last-child {
	margin-right: 0;
}

.order-label .active {
	background: #fc4100;
	color: #fff;
}

.order-main {
	margin-bottom: 14px;
}
.Btn2 {
	min-width: 56px;
	height: 28px;
	background: #ff4000;
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	border-radius: 3px;
	margin-right: 5px;
	padding: 0 10px;
}
.Btn2:first-child{
	margin-right: 0;
}
.Btn1 {
	width: 84px;
	color: #666;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 2px solid #ddd;
	font-size: 14px;
	margin-right: 5px;
	border-radius: 3px;
	cursor: pointer;
}
.show-item,
.tab-main1 {
	display: none;
}

.tab-main1 img {
	display: block;
	width: 250px;
	height: 250px;
	margin: auto;
}

.tab-main1 p {
	text-align: center;
	position: relative;
	top: -42px;
}
.shop-item {
	padding: 15px 29px;
	position: relative;
}
.good_item{
	background:#f7f7f7;
	border-bottom: 1px solid #ccc;
}
.good_item:last-child{border-bottom: 0;}
.shop-item-title {
	padding: 15px;
	color: #f00;
	padding-bottom: 0;
}

.yellow-bg {
	background: #fef9e6;
}

.blue-bg {
	background: #e7f6fd;
}

.red-bg {
	background: #feeaec;
}

.gray-bg {
	background: #f3f2f7;
}

.shop-item:after {
	position: absolute;
	right: 29px;
	bottom: 0;
	left: 29px;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background: #e0e0e2;
}

.shop-item:last-child:after {
	height: 0;
}

.shop-time {
	font-size: 14px;
	color: #666;
	line-height: 14px;
	padding-bottom: 10px;
}

.shop-time .iconfont {
	font-size: 14px;
	margin-right: 5px;
}

.shop-imgs {
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.shop-imgs img {
	object-fit: cover;
	height: auto!important;
	width: 100%;
	min-height: 100%;
}

.shop-txt {
	padding-left: 5px;
	width: calc(100% - 190px);
}

.shop-txt h4 {
	font-size: 16px;
	height: 26px;
}

.shop-txt h4 img {
	display: block;
	float: left;
	height: 18px;
	margin-top: 2px;
}

.shop-txt p {
	font-size: 14px;
	color: #666;
	line-height: 17px;
	height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-txt p b {
	font-weight: 100;
	color: #f00;
}

.shop-sum p {
	text-align: end;
	font-size: 14px;
	line-height: 17px;
}

.shop-price1 {
	height: 26px;
	text-decoration: line-through;
	color: #999;
}

.shop-total {
	text-align: end;
	font-size: 14px;
	margin: 4px 0;
}

.shop-total span {
	font-size: 18px;
	color: #ff4000;
	font-weight: 600;
}
.shop-userbox{padding: 10px 0;width:110px;margin: auto}
.shop-user-item{width: 30px;height: 30px;overflow: hidden;border-radius:50%;margin-right: 10px;}
.shop-user-item:last-child{margin-right: 0px;}
.shop-user-item img{width: 100%;height: 100%;display: block;}
.confirm {
	width: 88px;
}

.use {
	background: #999;
}

.lovely {
	padding: 20px;
}

.lovely-title {
	line-height: 16px;
	padding-bottom: 20px;
}

.lovely-item {
	width: 313px;
	height: 289px;
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-top: 10px;
}

.lovely-item:nth-of-type(2n+2) {
	margin-right: 0;
}

.lovely-item:nth-of-type(1),
.lovely-item:nth-of-type(2) {
	margin-top: 0;
}

.lovely-img {
	width: 100%;
	height: 224px;
	overflow: hidden;
}

.lovely-img img {
	object-fit: cover;
	height: auto!important;
	width: 100%;
	min-height: 100%;
}

.lovely-content {
	padding: 10px;
	height: 45px;
	position: relative;
}

.lovely-txt {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.orderX {
	padding: 20px;
}

.orderX-title {
	margin-bottom: 15px;
}

.orderX-main {
	border: 1px solid #ccc;
	padding: 0 15px;
}

.orderX-item {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.orderX-item:last-child {
	border-bottom: 0px;
}

.orderX-item-title {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 15px;
}

.orderX-item-title p {
	font-size: 13px;
	color: #007AFF;
	font-weight: 100;
	cursor: pointer;
}

.orderX-addr-detail,
.orderX-pay-main {
	font-size: 14px;
	margin-bottom: 10px;
}

.orderX-addr-detail:first-child {
	display: block;
}

.orderX-addr-detail {
	display: none;
}

.orderX-addr-detail.show {
	display: block;
}

.orderX-addr-detail:last-child,
.orderX-pay-main {
	margin-bottom: 0px;
}

.addr-nickname,
.orderX-paybtn {
	padding: 5px 10px;
	line-height: 14px;
	border: 2px solid #ccc;
	position: relative;
	text-align: center;
	background: #fff;
	width: 110px;
}

.orderX-paybtn {
	margin-right: 10px;
	background: #f5f5f5;
}

.orderX-paybtn:last-child {
	margin-right: 0px;
}

.addr-nickname i,
.orderX-paybtn i {
	position: absolute;
	font-size: 18px;
	right: -2px;
	bottom: -2px;
	display: block;
	line-height: 18px;
	color: #e4393c;
	display: none;
}

.addr-nickname.active,
.addr-nickname.act,
.orderX-paybtn.active {
	border-color: #e4393c;
	background: #fff;
}

.addr-nickname.active i,
.orderX-paybtn.active i {
	display: block;
}
.addr-main {
	width: calc(100% - 140px);
	height: 28px;
	line-height: 28px;
}

.addr-main span {
	margin-left: 10px;
}

.addr-btn {
	display: none;
}

.addr-btn span {
	cursor: pointer;
}

.addr-clear {
	margin-right: 10px;
}

.addr-more {
	font-size: 14px;
	cursor: pointer;
	width: 70px;
}

.addr-more.pack i {
	display: inline-block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.addr-more i {
	font-size: 14px;
}

.orderX-inventory-main {
	padding: 0 10px;
	background: #f3fbfe;
}

.inventory-item {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.inventory-item:last-child {
	border-bottom: 0;
}

.inventory-title {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 18px;
}

.inventory-title img {
	display: block;
	height: 18px;
	float: left;
}

.inventory-img {
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.inventory-img img {
	object-fit: cover;
	height: auto!important;
	width: 100%;
	min-height: 100%;
}

.inventory-txt {
	width: 400px;
	padding-left: 10px;
	height: 70px;
	position: relative;
}

.inventory-txt .tory-shop {
	width: 100%;
	font-size: 13px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.inventory-txt .tory-color {
	position: absolute;
	bottom: 0;
	color: #999;
	font-size: 12px;
}

.inventory-describe {
	width: 330px;
}

.inventory-describe p {
	width: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 14px;
}

.tory-price {
	color: #f00;
}

.orderX-inp-main textarea {
	width: calc(100% - 20px);
	height: 60px;
	outline: 0 none;
	padding: 10px;
}
.bee-tkmain{background: #f9f9f9;width: 100%;padding-top: 20px;}
.bee-outo{width: 1234px;margin: auto;}
.bee-tkmain-imgbox{width: 826px;height: 800px;background: #fff;border-radius:20px;overflow: hidden;position: relative;}
.bee-tkmain-imgbox-max{width: 100%;height: 658px;position: relative;background: #ececec;}
.bee-tkmain-imgbox-max-btn{position: absolute;top: 0;width: 74px;height:100%;cursor: pointer;z-index: 2;}
.bee-tkmain-imgbox-max-btn:first-child .iconfont{transform: rotate(180deg);}
.bee-tkmain-imgbox-max-btn .iconfont{font-size: 40px;width: 40px;height: 40px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;color: #888;display: none;}
.bee-tkmain-imgbox-max:hover .iconfont{display: block;}
.leftbtn{left: 0;}
.rightbtn{right: 0;}
.bee-tkmain-imgbox-max img{display: block;width: auto;height: auto;max-width: 100%;max-height: 100%;margin: auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;}
.bee-tkmain-imgbox-txt{padding:0 52px;padding-top: 18px;}
.bee-tkmain-imgbox-txt p{font-size: 14px;max-height: 57px;overflow-y: auto;}
.bee-tkmain-imgbox-min{position: absolute;bottom: 10px;left: 0;height: 50px;width: 100%;}
.bee-tkmain-imgbox-minbtn{width: 52px;height: 50px;}
.bee-tkmain-imgbox-minbtn:first-child .iconfont{transform: rotate(180deg);display: none;}
.bee-tkmain-imgbox-minbtn .iconfont{color: #000;font-size: 20px;display: block;width: 20px;height: 20px;margin:15px auto;color: #888;font-weight: bold;cursor: pointer;}
.bee-tkmain-imgbox-minbox{width:722px;height: 50px;overflow: hidden;display: flex;align-items: center;position: absolute;left: 0;right: 0;margin: auto;}
.bee-tkmain-imgbox-minbox-box{display: flex;justify-content: flex-start;align-items: center;position: relative;left: 0;}
.bee-tkmain-imgbox-minbox-item{width: 50px;height: 50px;overflow: hidden;margin-right: 6px;box-sizing: border-box;}
.bee-tkmain-imgbox-minbox-item.minbox-active{border: 4px solid #fac332;}
.bee-tkmain-imgbox-minbox-item img{object-fit: cover;height: auto!important;width: 100%;min-height: 100%;}
.bee-tkmain-imgbox-minbox-item:last-child{margin-right: 0;}
.bee-tkmain-txtbox{width: 394px;height: 800px;background: #fff;border-radius:20px;overflow: hidden;box-sizing: border-box;padding: 28px 20px 10px 20px;}
.bee-tkmain-txtbox-user{margin-bottom: 16px;}
.bee-tkmain-txtbox-user-img{width: 56px;height: 56px;border-radius:50%;overflow:hidden;}
.bee-tkmain-txtbox-user-img img{width: 100%;display: block;}
.bee-tkmain-txtbox-user-main{padding-left: 14px;padding-top: 8px;}
.bee-tkmain-txtbox-user-main-nickname{height: 16px;line-height: 16px;font-size: 16px;}
.bee-tkmain-txtbox-user-main-date{height: 12px;line-height: 12px;font-size: 12px;margin-top: 12px;color: #888;}
.bee-tkmain-txtbox-txt{margin-bottom: 16px;}
.bee-tkmain-txtbox-btns{padding: 16px 10px;border-bottom: 1px solid #f3f3f3;display: flex;justify-content:space-between;align-items: center;margin-bottom: 26px;}
.bee-tkmain-txtbox-btns-item{height: 20px;line-height: 20px;}
.bee-tkmain-txtbox-btns-item .iconfont{font-size: 16px;color: #ff9202;margin-right: 6px;}
.bee-tkmain-txtbox-btns-item .iconfont.active{color: #666;}
.bee-tkmain-txtbox-btns-item span{font-size: 16px;color: #ff9202;}
.bee-tkmain-txtbox-comment{position: relative;}
.bee-tkmain-txtbox-comment-main{padding-bottom: 78px;}
.bee-tkmain-txtbox-comment-item{margin-bottom: 10px;}
.bee-tkmain-txtbox-comment-user-img{width: 34px;height: 34px;border-radius:50% ;overflow: hidden;}
.bee-tkmain-txtbox-comment-user-img img{width: 100%;display: block;}
.bee-tkmain-txtbox-comment-user-mian{padding-left: 10px;width: 310px;}
.bee-tkmain-txtbox-comment-user-txt{padding-top: 8px;}
.bee-tkmain-txtbox-comment-user-txt,.bee-tkmain-txtbox-comment-reply-item{line-height: 22px;font-size: 14px;}
.bee-tkmain-txtbox-comment-user-txt img, .bee-tkmain-txtbox-comment-reply-item img{width: 20px;height: 20px;vertical-align: -4px;}
.bee-tkmain-txtbox-comment-user-nickname{color: #ff9202;}
.rplbtn{color: #ff9202;font-size: 16px;vertical-align: -2px;margin-left: 6px;cursor: pointer;}
.bee-tkmain-txtbox-comment-push{position: absolute;bottom: 0;left: 0;width: 100%;}
.bee-tkmain-txtbox-comment-push-inp{width: 100%;outline: none;background: #f3f3f3;padding:10px 14px;font-size: 16px;color: #000;height: 42px;box-sizing: border-box;line-height: 22px;}
.bee-tkmain-txtbox-comment-push-inp:empty::before {color: lightgrey;content: attr(placeholder);}
.bee-tkmain-txtbox-comment-push-inp img {width: 20px;height: 20px;vertical-align: -4px;}
.bee-tkmain-txtbox-comment-push-btns{margin-top: 8px;}
.bee-tkmain-txtbox-comment-push-btns-pushbtn{width: 70px;height: 28px;border-radius:4px ;background: #fac332;text-align: center;line-height: 28px;font-size: 14px;color: #fff;cursor: pointer;}
.bee-tkmain-txtbox-comment-push-btns-iconbtn{height: 28px;line-height: 28px;color: #999;cursor: pointer;}
.bee-tkmain-txtbox-comment-push-btns-iconbtn .iconfont{font-size: 16px;}
.bee-tkmain-txtbox-comment-push-btns-iconbtn span{font-size: 12px;vertical-align: 2px;margin-left: 4px;}
.lookbox{position: absolute;top: 78px;}
.select {
	width: 100%;
	box-shadow: 0 0 10px #ccc;
	margin-bottom: 14px;
	border-radius: 2px;
	position: relative;
}

.select:last-child {
	margin-bottom: 0;
}

.select-item1 {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 22px;
}
.select-item1:hover{
	box-shadow: 0px 0px 10px #666;
}

.select-item1:last-child {
	border-bottom: 0;
}
.closeBtn {
	position: absolute;
	top: 22px;
	right: 22px;
	color: #999;
	z-index: 19;
	cursor: pointer;
}

.select-item1-title {
	margin-bottom: 20px;
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.select-item1-img {
	width: 100%;
	margin-bottom: 20px;
}

.select-img1 {
	width: 214px;
	height: 160px;
	overflow: hidden;
	margin-right: 7px;
}

.select-img1:last-child {
	margin-right: 0;
}

.select-img1 img {
	width: 100%;
	height: auto;
	display: block;
}

.select-post {
	color: #999;
}
.icon-item .iconfont {
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
}
.select-item1-icon p {
	line-height: 20px;
	padding: 0 6px;
}
.icon-item {
	width: 87px;
	color: #666;
}
.theme-main {
	width: 720px;
	/*overflow-y:auto;*/
}
.refreshBtn {
	width: calc(100% - 20px);
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #ff4b1b;
	background: #ffedbf;
	margin-bottom: 10px;
	padding: 10px;
	cursor: pointer;
	z-index: 20;
}

.refreshBtn p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.select-left-img {
	width: 212px;
	height: 158px;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}
.select-left-img img {
	/*object-fit: cover;
	height: auto!important;*/
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.select-item-txt {
	width: calc(100% - 230px);
	padding-left: 16px;
	height: 160px;
	position: relative;
}

.select-item-txt .select-item1-icon {
	position: absolute;
	bottom: 0;
}

.select-item {
	padding: 22px;
}

.select-item-headimg {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	overflow: hidden;
}

.select-item-headimg img {
	width: 100%;
	height: 100%;
	display: block;
}

.select-item-head h4 {
	line-height: 49px;
	padding-left: 10px;
}

.select-item-headtime {
	line-height: 49px;
	color: #4b4b4b;
}

.select-item-headtime span {
	display: inline-block;
    line-height: 16px;
    padding: 6px 8px;
    text-align: center;
    background: #8ad9d4;
    border-radius: 3px;
    color: #fff;
    margin: 0 6px;
}
.hd-title{padding: 5px 0;
    padding-left: 6px;}
.hd-title .btn {
	font-size: 12px;
	padding: 2px 6px;
	float: left;
	border: 1px solid #ff3c05;
	display: block;
	line-height: 12px;
	color: #ff3c05;
}

.hd-title p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: calc(100% - 52px);
	padding-left: 4px;
	height: 18px;
	line-height: 18px;
	margin-left: 42px;
}

.hd-item-img {
	width: 100%;
	margin-bottom: 14px;
}

.right-img {
	width: 595px;
	height: 284px;
	overflow: hidden;
	float: right;
}

.hd-item-img img {
	width: 100%;
}

.right-btn {
	width: 160px;
	height: 55px;
	line-height: 55px;
	background: #5ca7fa;
	color: #fff;
}
.right-btn a{
	color: #fff;
}
.icon-box {
	width: 102px;
	margin: 0 auto
}

.right-btn .iconfont {
	font-size: 30px;
}

.hd-item-btn .left-txt {
	padding-left: 59px;
	height: 55px;
	line-height: 55px;
	color: #555;
	width: 286px;
}

.hd-item-btn .left-txt span {
	font-size: 18px;
	color: #d80003;
}

.hd-item-btn .left-btn {
	width: 148px;
	line-height: 55px;
}

.hd-item-btn .left-btn .icon-btn {
	width: 74px;
}

.hd-item-btn .left-btn .iconfont {
	font-size: 26px;
	color: #81dad6;
}

.hd-item-btn .left-btn p {
	margin: 0 6px;
	color: #555;
}
.new .select-post {
	line-height: 70px;
	height: 70px;
}

.new .select-item1-title {
	line-height: 34px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.new-title {
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
}

.new-author {
	padding: 10px 20px;
	background: #f3f2f7;
}

.author-headimg {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}

.author-headimg img {
	width: 100%;
	height: 100%;
}

.author-username {
	padding: 4px;
	padding-left: 10px;
}

.author-username h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 100;
}

.author-username p {
	font-size: 12px;
	color: #8d8d8d;
	line-height: 16px;
}

.author-btn {
	width: 60px;
	height: 22px;
	background: #ffc537;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	border-radius: 3px;
	color: #fff;
	margin: 8px 0;
	border: 1px solid #ffc537;
	cursor: pointer;
}

.author-btn.active {
	background: #f5f5f5;
	border-color: #999;
	color: #999;
}

.main {
	padding: 20px;
}

.main p {
	line-height: 30px;
	padding: 10px 0;
}

.main img {
	max-width: 100%;
	margin: auto;
	display: block;
	height: auto;
}

.main h4 {
	text-align: center;
	line-height: 24px;
	background: rgb(255, 255, 0);
}

.ps {
	font-size: 14px;
	color: #8f8f94;
	padding: 0 20px;
}

.errors {
	padding:20px;
}

.errors-btn {
	font-size: 14px;
	color: #8f8f94;
	background: #f7f7f7;
	line-height: 14px;
	padding: 2px 8px;
}

.zanbtn {
	width: 138px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #fbeacc;
	border-radius: 36px;
	margin: 0 auto;
	color: #ff3e07;
	font-size: 14px;
	cursor: pointer;
}

.zanbtn.active {
	background: #ccc;
}

.zanbtn .iconfont {
	font-size: 18px;
	margin-right: 5px;
}

.zanbtn b {
	font-weight: 100;
}
.nominate .line {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

.more-new-title {
	padding: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 14px;
}

.more-new-img {
	width: 120px;
	height: 80px;
	overflow: hidden;
}

.more-new-img img {
	height: auto!important;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.more-new-txt {
	width: calc(100% - 130px);
	padding: 10px 0;
}

.more-new-txt h4 {
	line-height: 30px;
	font-size: 16px;
	font-weight: 100;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.more-new-txt p {
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.label-tab {
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #dfe0e4;
}

.item-label {
	width: 78px;
	height: 30px;
	border: 1px solid #cfcfcf;
	text-align: center;
	line-height: 30px;
	border-radius: 32px;
	margin-right: 10px;
}

.item-label:last-child {
	margin-right: 0;
}

.label-tab .active {
	border-color: #fe4203;
	color: #fe4203;
}

.firm-tab li {
	float: left;
	width: 85px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	cursor: pointer;
}
.sums {
	background: #eee;
	margin-top: 20px;
	padding: 15px;
}

.sum-r,
.sums-r {
	width: 220px;
}

.sum-r p,
.sums-r p {
	font-size: 13px;
	color: #999;
	line-height: 20px;
	text-align: end;
}

.sum-r p span,
.sums-r p span {
	display: block;
	float: left;
	width: 100px;
}

.sums .sums-r em {
	font-style: normal;
	display: block;
	line-height: 20px;
	font-size: 16px;
	color: #E2231A;
	font-weight: 900;
	font-family: verdana;
	float: right;
}

.sub {
	padding: 15px;
}

.subbtn {
	width: 120px;
	height: 32px;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	background: #f00;
	border-radius: 4px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	margin-right: 10px;
}
.sub a:first-child .subbtn{margin-right: 0;}

.title {
	font-size: 28px;
	margin-bottom: 20px;
}

.title small {
	font-size: 12px;
	color: #999;
	font-weight: 400;
	display: block;
	text-transform: Uppercase;
}

.about {
	padding: 20px;
}

.about-item {
	padding: 20px;
	border: 1px dashed #ccc;
	margin-bottom: 15px;
}

.about-item p {
	color: #666;
	line-height: 1.7;
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;
}
.about-item p:last-child{
	margin-bottom: 0px;
}
.fixture-tab {
	padding: 20px;
}

.tab-item {
	width: 25%;
	text-align: center;
}

.tab-item img {
	width: 36px;
	height: 36px;
	display: block;
	margin: 0 auto;
}

.tab-item .active {
	color: #fe8101;
}

.downloadBar {
	width: 700px;
	position: fixed;
	bottom: 0px;
	z-index: 20;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, .4);
	margin-top: 12px;
}

.downloadBar img {
	width: 42px;
	position: absolute;
	display: block;
	bottom: 0;
	left: 68px;
}

.downloadBar-txt {
	color: #fff;
	padding-left: 130px;
	width: 345px;
}

.downloadBar-txt span {
	color: #f4fe81019;
}

.downloadBar-btn {
	width: 225px;
	text-align: center;
	background: #ff4102;
	color: #fff;
}

.made-head {
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #e0dfe4;
}

.made-head p {
	font-size: 14px;
}

.made-main {
	padding: 20px 29px;
}

.made-item {
	width: 103px;
	height: 32px;
	background: #fbc332;
	margin-right: 16px;
	padding: 20px;
	border-radius: 3px;
	position: relative;
}

.made-item:last-child {
	margin-right: 0;
}

.made-txt {
	width: 65px;
}

.made-txt p {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

.made-img {
	width: 38px;
	height: 30px;
}
.bg-box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	top: 0;
	left: 0;
	z-index: 25;
	display: none;
}

.close {
	position: absolute;
	top: 1px;
	right: 10px;
	cursor: pointer;
}

.close span:hover {
	color: white;
}
.tanchuang1 {
    width: 400px;
    height: 416px;
    background-color: #fbc332;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
}

.imgpeitu img {
	height: 70px;
	width: 40px;
	position: absolute;
	left: 509px;
	top: 22px;
}

.imgpeitu1 img {
	height: 70px;
	width: 40px;
	position: absolute;
	left: 314px;
	top: 22px;
}

.smallbox1 {
	height: 295px;
	width: 330px;
	position: absolute;
	top: 100px;
	left: 35px;
	right: 15px;
	border-radius: 5px;
	background-color: white;
}

.smallbox {
	height: 295px;
	width: 520px;
	position: absolute;
	top: 100px;
	left: 41px;
	right: 15px;
	border-radius: 5px;
	background-color: white;
}

.img1 {
	width: 85%;
	height: 60px;
	margin: auto;
	margin-top: 25px;
	margin-left: 40px;
}

.img1 strong {
	font-size: 23px;
	color: white;
}

.img1 span {
	font-size: 23px;
	color: #ffd68a;
}

.xieyi {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.xieyi img {
	width: 11px;
	height: 11px;
}

.imgyiyuedu {
    width: 12px;
    height: 12px;
    float: left;
    position: relative;
    left: 42px;
    top: 1px;
    cursor: pointer;
}

.xieyi span {
	color: #9d9d9d;
	font-size: 11px;
}

.xieyi a {
	color: #f7bf2c;
}

.baojia a:hover {
	color: #f7bf2c;
	
}

.huxingbox,
.citysbox{position: relative;width: 110px;height: 18px;background-color: #fdf8e4;border-radius: 5px;padding: 10px;}

.sheji a:hover {
	color: #f7bf2c;
}


.huoqvrenshu {
	width: 100%;
	font-size: 11px;
	font-family: "微软雅黑";
	color: #f7bf2c;
	text-align: center;
	margin-top: 10px;
}

.bao_jiabig {
	width: 82%;
	margin: auto;
	margin-top: 20px;
}

.jiamianji {
	border: solid red 1px;
	width: 100%;
}

.mianji {
	float: right;
	margin-top: -38px;
	width: 130px;
	height: 30px;
	padding-top: 7px;
	background-color: #fdf8e4;
	border-radius: 5px;
}
.mianji2{
	float: left;
	width: 130px;
	height: 30px;
	padding-top: 7px;
	background-color: #fdf8e4;
	border-radius: 5px;
}

.shoujihm {
	width: 96%;
	margin: auto;
	padding-left: 10px;
	background-color: #fdf8e4;
	margin-top: 15px;
}

.shoujihm input {
	width: 100%;
	height: 38px;
	background-color: #fdf8e4;
	outline: none;
	border: none;
	box-shadow: none;
	border-radius: 5px;
}

.xuanzediv select,#huxing,#citys{
	width: 130px;
	height: 38px;
	background-color: #fdf8e4;
	border: none;
	border-radius: 5px;
	outline: none;
}