/* 重置 */
body { background: #f2f2f2; color:#032583; }
a {
    color: #000;
    text-decoration:none;
    background-color: transparent;
}
.o-halve li {
    padding-bottom: 6px;
}

.o-bb {
    border-bottom: solid 1px #f2f2f2;
}
.o-form li.o-form-line.c-f2f2f2 {
    border-bottom:1px solid #f2f2f2;
}
.o-form-lr li.o-form-line.c-f2f2f2 {
	border-bottom:1px solid #f2f2f2;
}
.o-form-lr li.o-form-line {
    margin-left: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.o-list h3 {
    font-size: 15px;
	font-weight:400;
}
.o-list-link .o-list-info .o-list-info-right.o-right-txt-sm {
    margin-top: -11px;
}
.o-form li.o-form-line-focus {
    border-bottom:1px solid #e33c36;
}

.o-tab-nav li.current {
    color: #333;
    border-bottom: 1px #e33c36 solid;
}
.o-tab-nav li.current a {
    color: #e33c36;
}

.o-radio input:checked:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #ff4e88;
    border-radius: 7px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.o-form-item #o-input-close, .o-form-item-link #o-input-close {
    position: absolute;
    top: 0;
    right: 10px;
}

.o-list li.o-list-link.nojt:after { /* 列表箭头 */
	font-family: "iconfont" !important;
	font-size: 14px;
	line-height: 44px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	display: block;
	color: rgba(0, 0, 0, 0.5);
	color: #c7c7c7;
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -22px;
	margin-right: -10px;
}

.o-toast-simple {
    border-radius: 20px;
}

.o-radio input:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #dfe0e1;
    border-radius: 13px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    left: 0;
    top: 0;
}
.o-radio input:checked:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #ff4e88;
    border-radius: 7px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.o-switch-medium input:checked:before {
    border-color: #ff4e88;
    -webkit-box-shadow: #ff4e88 0 0 0 16px inset;
    box-shadow: #ff4e88 0 0 0 16px inset;
    background-color: #ff4e88;
    transition: border .4s,box-shadow .4s,background-color 1.2s;
    -webkit-transition: border .4s,-webkit-box-shadow .4s,background-color 1.2s;
    background-color: #ff4e88;
}

.o-png-icon-nav1 { /*页脚导航图标*/
	background: url(../images/icon-nav1_normal.png) center center no-repeat;
	background-size: 100%;
}
.o-png-icon-nav1-active {
	background: url(../images/icon-nav1_active.png) center center no-repeat;
	background-size: 100%;
}

.o-png-icon-nav2 {
	background: url(../images/icon-nav2_normal.png) center center no-repeat;
	background-size: 100%;
}
.o-png-icon-nav2-active {
	background: url(../images/icon-nav2_active.png) center center no-repeat;
	background-size: 100%;
}

.o-png-icon-nav3 {
	background: url(../images/icon-nav3_normal.png) center center no-repeat;
	background-size: 100%;
}
.o-png-icon-nav3-active {
	background: url(../images/icon-nav3_active.png) center center no-repeat;
	background-size: 100%;
}

.o-png-icon-nav4 {
	background: url(../images/icon-nav4_normal.png) center center no-repeat;
	background-size: 100%;
}
.o-png-icon-nav4-active {
	background: url(../images/icon-nav4_active.png) center center no-repeat;
	background-size: 100%;
}

.o-png-icon-nav5 {
	background: url(../images/icon-nav5_normal.png) center center no-repeat;
	background-size: 100%;
}
.o-png-icon-nav5-active {
	background: url(../images/icon-nav5_active.png) center center no-repeat;
	background-size: 100%;
}

.o-png-icon-nav6 {
	background: url(../images/icon-nav6_normal.png) center center no-repeat;
	background-size: 100%;
}
.o-png-icon-nav6-active {
	background: url(../images/icon-nav6_active.png) center center no-repeat;
	background-size: 100%;
}

.o-png-icon-kefu {
	background: url(../images/kefu.png) center center no-repeat;
	background-size: 100%;
}
.o-png-icon-kefu-active {
	background: url(../images/kefu.png) center center no-repeat;
	background-size: 100%;
}

#o-png-a-footer-menu a span { /*页脚图标下文字*/
	margin-top:4px;
	font-size:12px;
	line-height:1.2;
	color:#474747;
}
#o-png-a-footer-menu a.o-png-a-footer-menu-active span { /*页脚图标下文字 高亮状态*/
	color:#ca1717;
}

.o-png-icon-top-home-black {
	background: url(../images/icon_top_home_black.png) center center no-repeat;
	background-size: 100%;
}

.o-tab-nav li { min-width:60px; }

/******************* 自定义 *******************/

.bgw { background:#FFF; }

/* 全站底部距离 */
.o-footer-h { margin-top:10px; height:50px; line-height:50px; overflow:hidden; }


/* 用户中心 页头 */
.o-user-info {
    position: relative;
    width: 100%;
    border-bottom: 0px solid #f6f6f6;
    background-color: #fff;
}
.o-user-info:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 140px;
    background: url("../images/ubg.gif") no-repeat center;
    background-size: 100%;
}
.o-user-info .o-user-basic {
    position: relative;
    width: 100%;
    height: 140px;
    z-index: 2;
}
.o-user-info .o-user-avatar {
    z-index: 3;
	width:76px;
    height: 76px;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 0 1px #fff;
    box-shadow: 0 1px 0 1px #fff;
}
.o-user-info .o-user-name {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.o-user-info .o-user-more {
	margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
}
.o-user-info .o-user-more img {
	height:12px;
	margin-top:-3px;
}
.o-user-info .o-user-more a { width:100%; height:100%; display:block; }
.o-user-info .o-user-checkin {
	width:100%;
	height:100%;
	display: block;
	font-size:12px;
}
.o-user-info .o-user-checkin img { width:24px; }
.o-user-box { padding-top:30px; }
.o-user-basic-left { float:left; padding-left:15px;  }
.o-user-basic-center { float:left; padding-left:10px; margin-top:16px; }
.o-user-basic-right { float:right; padding-right:15px; margin-top:14px; }

.o-user-info, .o-user-info a { color:#FFF; }

/* 用户中心 订单导航 */
.o-order-section {
	width:100%;
    background-color: #fff;
	padding:5px 0;
	overflow:hidden;
}
.o-order-section .o-order-nav {
    text-align: center;
    font-size: 12px;
}
.o-order-section .o-order-nav ul {
    display: block;
    list-style: none;
	overflow:hidden;
}
.o-order-section .o-order-nav ul li {
    display: inline-block;
    float: left;
    width: 25%;
	border-right:1px #F7F7F7 solid;
	position: relative;
}
.o-order-section .o-order-nav ul li span { border-radius:50%; width:20px; height:20px; background:#F00; color:#FFF; position:absolute; top:10px; right:10px; }
.o-order-section .o-order-nav ul li:last-child { border-right: none; }
.o-order-section .o-order-nav ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 40px 0 10px;
    background: url() no-repeat center 8px;
    background-size: 28px;
    line-height: 14px;
    color: #4d525d;
}
.o-order-section .o-order-nav ul li .o-order-nav-1 {
    background-image: url(order-status-1.png)
}
.o-order-section .o-order-nav ul li .o-order-nav-2 {
    background-image: url(order-status-2.png)
}
.o-order-section .o-order-nav ul li .o-order-nav-3 {
    background-image: url(order-status-3.png)
}
.o-order-section .o-order-nav ul li .o-order-nav-4 {
    background-image: url(order-status-4.png)
}

.order-t { background:#ffeef4; color: #000; border-radius: 5px; padding:5px; }
.order-c { padding-top:10px; padding-bottom:5px; border-bottom: solid 1px #f2f2f2; }
.order-b { font-size:13px; height:36px; line-height:36px; }

/*代理代办*/
.list {}
.list ul {}
.list ul li { background:#FFF; padding:5px 12px; margin:5px 0; overflow:hidden; }
.list_title { height:44px; line-height:44px; font-size:14px; }
.list_content { padding-bottom:8px; overflow:hidden; }
.list_c_l { float:left; width:60%; height:26px; line-height:26px; padding-left:26px; background:url(../images/address.png) left center no-repeat; background-size: 20px; }
.list_c_r { float:right; width:40%; height:26px; line-height:26px; padding-left:26px; font-size:15px; background:url(../images/tel.png) left center no-repeat; background-size: 20px; color:#F60; }
.list_c_r a { color:#F60; }

.shop_list {}
.shop_list ul {}
.shop_list ul li { background:#FFF; padding:10px 12px; margin:10px 12px; border-radius:8px; box-shadow: 0 0 2.1333vw 0 #f1f2f4; overflow:hidden; }
.shop_list_title { font-size:16px; }
.shop_list_content { margin-top:10px; border-top:1px solid #EBEBEB; padding-top:12px; padding-bottom:8px; overflow:hidden; }
.shop_list_c_l { float:left; width:60%; height:26px; line-height:26px; padding-left:5px; font-size:23px; color:#F30; font-weight:500;  }
.shop_list_c_r { float:right; width:40%; height:26px; line-height:26px; padding-left:26px; font-size:15px; background:url(../images/tel.png) left center no-repeat; background-size: 20px; color:#F60; }
.shop_list_c_r a { color:#F60; }
.shop_list_top { width:100%; height:28px; line-height:28px; overflow:hidden; margin-bottom:5px; }
.shop_list_top .shop_list_top_l { float:left; }
.shop_list_top .shop_list_top_l img { height:22px; }

/*首页栏目*/
.index_menu { background:#FFF; padding:0px 0 10px; overflow:hidden; }
.index_menu ul { width:100%; background:#FFF; padding-bottom:15px; overflow:hidden; }
.index_menu ul li { float:left; width:25%; margin-top:20px; text-align:center; }
.index_menu ul li img { width:68%; }
.index_menu ul li a h3 { line-height:1.5; margin-top:8px; font-size:12px; font-weight:600; color: #666; }
;
.index_title { height:40px; line-height:40px; margin-top:15px; overflow:hidden; }
.index_title h2 { padding-left:12px; font-size:17px; font-weight:600; float:left; }
.index_title span { float:right; font-size:14px; color:#666; padding-right:12px; }
.index_title h2:before {
    content: "";
    display: inline-block;
    width: .8vw;
    height: 4.2667vw;
    background: #ff4b32;
    border-radius: .6667vw;
    margin: 0 1.0667vw 0 0;
    position: relative;
    top: .5333vw;
}

/*点赞*/
.detail_like { width:100%; padding:10px 12px; border-bottom:1px solid #E8E8E8; overflow:hidden;  }
.detail_like img { width:22px; }
.likeavatar { padding-left:5px; }
.likeavatar img { width:22px; margin-left:5px; border-radius: 50%; }

.order_btn {
    font-size: 12px;
    margin-left: 0;
    width: 50px;
    height: 24px;
    line-height: 24px;
    border-radius: 8px;
    text-align: center;
    background: #F60;
    display: inline-block;
	color:#FFF;
}

.p_time {
	padding-left: 20px;
    background: url(../images/p_time.png) left center no-repeat;
    background-size: 18px;
	font-size:12px;
}

.paysc {
    width: 180px;
    height: 180px;
    position: absolute;
    top:20px;
    right: 20px;
}
.paysc img {
    width: 160px;
    height:  auto;
}

.payscc {
    width: 100px;
    height: 75px;
    position: absolute;
    top:20px;
    right: 20px;
}
.payscc img {
    width: 100px;
    height: 75px;
}

.paysccx {
    width: 66px;
    height: 50px;
    position: absolute;
    top:0px;
    right: 15px;
}
.paysccx img {
    width: 66px;
    height: 50px;
    border-radius: 10px;
}

.input_display_agent {
    display: none;
    width: 100%;
    height: auto;
    padding: 15px 5px;
    font-size: 13px;
    background: #F6F6F6;
    margin-top: 5px;
}
.input_display_agent a {
    font-size: 13px;
    margin: 2px 5px;
    line-height: 1.5;
}

.input_display_company {
    display: none;
    width: 100%;
    height: auto;
    padding: 15px 5px;
    font-size: 13px;
    background: #F6F6F6;
    margin-top: 5px;
}
.input_display_company a {
    font-size: 13px;
    margin: 2px 5px;
    line-height: 1.5;
}

.input_display_wework {
    display: none;
    width: 100%;
    height: auto;
    padding: 15px 5px;
    font-size: 13px;
    background: #F6F6F6;
    margin-top: 5px;
}
.input_display_wework a {
    font-size: 13px;
    margin: 2px 5px;
    line-height: 1.5;
}

.input_display_xinmeiti {
    display: none;
    width: 100%;
    height: auto;
    padding: 15px 5px;
    font-size: 13px;
    background: #F6F6F6;
    margin-top: 5px;
}
.input_display_xinmeiti a {
    font-size: 13px;
    margin: 2px 5px;
    line-height: 1.5;
}

.icon_show_price {
    padding: 10px 15px 2px;
    display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: center;
}
.icon_show_price img {
    width:24px;
    height: 24px;
}
.icon_show_price a {
    font-size: 15px;
}

.collect{
    position: fixed;
    bottom: 7.0rem;
    right: 0.8rem;
    width: 2.6rem;
    height: 2.6rem;
    background-size: 100% auto;
    z-index: 9;
    -webkit-transition: opacity .3s ease;
    text-align: center;
}
.collect a { display:block; width:100%; height:100%; }
.collect img {
    width: 2.6rem;
    height: 2.6rem;
}

.search_list {
    margin-top: 3px;
	padding:8px 8px 2px;	
}
.search_list input { width:60%; padding:8px 10px; border-radius: 16px; border:1px #CCC solid; }
.search_list_btn {
    font-size: 13px;
    margin-left: 10px;
    width: 60px;
    height: 28px;
    line-height: 28px;
    border-radius: 16px;
    text-align: center;
    background: #F60;
	color:#FFF;
    display: inline-block;
}

.content_related {
    padding: 20px;
    overflow: hidden;
}
.content_related_tit {
    font-size: 15px;
    font-weight: 500;
}
.content_related_tit img {
    width: 100%;
}
.content_related ul {
    margin-top: 10px;
    overflow: hidden;
}
.content_related ul li {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border-bottom: 1px solid #F2F2F2;
}
.content_related ul li a {
    font-size: 14px;
}
.content_related ul li .o-fl {
    height: 30px;
    line-height: 30px;
    width: 60%;
}

.mingpian {
    width: 83px;
    height: 40px;
}
.mpxinxi {
    width: 83px;
    height: 40px;
}