@charset "utf-8";

body {
	background: #fff
}

.webContainerBox {
	background: #f0f0f0;
	top: 0rem;
	overflow: hidden;
	z-index: 0
}

.webHeader {
	border-top: 6px solid #a24718
}

.webHeaderBg {
	background-image: url(../bg_pic.png?v=201610211723);
	background-color: #f23030;
	background-size: auto;
	border-top: 0
}

.header {
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center
}

.header .pageLogo.left {
	float: left
}

.webHeaderBg .pageTitle {
	height: 2.25rem;
	line-height: 2.25rem;
	color: #fff;
	font-size: .8rem
}

.defaultBanner {
	background-image: url(/image/banners/N1028.jpg?v=201610211723);
	background-position: 50% 50%
}

.navbar {
	position: fixed;
	z-index: 1;
	max-height: 12.5rem;
	height: 0 !important;
	bottom: 0 !important;
	max-width: 640px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-perspective: 1000;
	-ms-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.navbar .navbarList {
	position: relative;
	float: left;
	max-width: 640px;
	width: 100%
}

.navbar .navItem {
	float: left;
	line-height: 1.75rem;
	text-decoration: none;
	font-size: .6rem;
	position: relative;
	width: 33.33%;
	opacity: 0;
	-webkit-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	bottom: -20rem
}

.navbar .navItem a {
	color: #fff;
	line-height: 1.75rem;
	text-align: center;
	display: block;
	border: 0;
	font-size: .7rem;
	padding: 0rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 15rem;
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-ms-text-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-moz-text-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-o-text-shadow: 0 0 2px rgba(0, 0, 0, .2);
	text-shadow: 0 0 2px rgba(0, 0, 0, .2);
	visibility: hidden
}

.navbar .itemSelected {
	background: 0
}

.navbar .itemSelected:before {
	position: absolute
}

.navBaseIcon .itemSelected:before {
	background: 0
}

.navBaseIcon .navItemIcon {
	background: #f23030;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	color: #a6a6a6;
	background-size: 50% !important;
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: relative
}

.navBaseIcon .navItem a {
	line-height: 1.75rem
}

.navButton {
	position: fixed;
	text-decoration: none;
	bottom: .75rem;
	-webkit-border-radius: 2.5rem;
	-ms-border-radius: 2.5rem;
	-moz-border-radius: 2.5rem;
	-o-border-radius: 2.5rem;
	border-radius: 2.5rem;
	height: 2.5rem;
	width: 2.5rem;
	background: 0;
	padding: 0;
	line-height: 2.4rem;
	text-align: center;
	z-index: 99;
	margin: 0 0 0 .75rem
}

.navButton .navButtonPanel {
	width: 5rem;
	height: 4rem;
	position: absolute;
	bottom: -0.75rem;
	left: -0.75rem;
	display: block
}

.navButton .menuNav {
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 1.8rem;
	margin: .2rem auto;
	height: 1.8rem;
	border: .1rem solid #fff;
	background: #f23030;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	height: 1.8rem;
	width: 1.8rem;
	background: #f23030;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	margin: .2rem auto
}

.navButton .menuNav .menuNavTip {
	-webkit-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-o-border-radius: 2rem;
	border-radius: 2rem;
	width: 1.8rem;
	height: 1.8rem
}

.navbar.open {
	left: 0;
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: auto !important;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

.g_panel {
	background: #f1f1f1
}

.g_replyPanel {
	background: #e6d4cb
}

.g_panelArrow {
	color: #e6d4cb
}

.g_separator {
	background: #ddd
}

.g_separator:last-child {
	display: none
}

.g_button {
	background: #076bcd;
	-webkit-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-o-border-radius: .1rem;
	border-radius: .1rem;
	font-size: .7rem
}

.form {
	margin: .45rem .25rem;
	background: #fff
}

.form .titleCenter {
	height: 2.2rem;
	line-height: 2.2rem;
	background: #fff;
	-webkit-border-radius: .3rem .3rem 0rem 0rem;
	-ms-border-radius: .3rem .3rem 0rem 0rem;
	-moz-border-radius: .3rem .3rem 0rem 0rem;
	-o-border-radius: .3rem .3rem 0rem 0rem;
	border-radius: .3rem .3rem 0rem 0rem;
	background-image: gradient(linear, left bottom, left top, color-stop(1.0, #fff), color-stop(0.0, #f8f8f8))
}

.form .formBannerMore .titleMore {
	color: #666;
	line-height: .6rem;
	padding: 0rem;
	width: 2.25rem;
	height: .9rem;
	margin-top: .8rem;
	-webkit-border-radius: 1.5rem;
	-ms-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-o-border-radius: 1.5rem;
	border-radius: 1.5rem
}

.form .formBannerMore .titleMore:active {
	background: 0
}

.form .formBannerMore .titleMoreIcon:active {
	background: #f2f2f2
}

.form .formBannerTitle .titleTextIcon {
	width: .5rem;
	height: 100%;
	display: inline-block
}

.form .formBannerTitle .titleText {
	width: 68.181818181%;
	position: relative;
	color: #f23030;
	padding-left: none;
	text-indent: 0
}

.form.formStyle51 .formBannerTitle .titleText {
	width: 100%
}

.form .formMiddle {
	background: #fff;
	padding-bottom: 0rem
}

.form .formBannerTitle {
	border-bottom: 2px #f23030 solid;
	font-size: .7rem
}

.multilingualArea {
	background: #fff
}

.multilingualArea .multiLanguageCtrl {
	color: #333
}

.multilingualArea .g_mullink {
	color: #333;
	font-size: .6rem
}

.lanSelect .lanItem:hover {
	background-color: rgba(160, 72, 22, 0.9)
}

.turnBackIcon {
	background: ;
	background-size: 1.25rem
}

.mbTitle {
	color: #a24718
}

.msgBoard .msgTop {
	padding-bottom: .5rem;
	margin-left: .2rem;
	padding-top: 1px
}

.newsList .line:after {
	position: absolute
}

.newsList .line:active {
	background: #f2f2f2
}

.newsDetail .title {
	border: 0;
	border-bottom: #ddd 1px solid;
	background: 0;
	padding: 0rem
}

.newsDetail .title .titleText:before {
	background: 0
}

.form .mProductList a {
	color: #333;
	font-size: .7rem
}

.form .formMiddle .productPicListForm {
	background: #fff
}

.form .mProductList .productParam {
	width: 100%;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

.form .mProductList .paramName {
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	width: 100%
}

.proDetailDiv .mallOptionBox {
	border-top: 1px solid #ddd
}

.orderDetail .orderDetail_line .line_title {
	font-size: .65rem
}

.mallButton {
	color: #f23030;
	background: #fff;
	border: .05rem solid #f23030
}

.photoModule.styleForm1 {
	background: 0
}

.photoModule.styleForm1 .photoDiv .imgName {
	background-size: 1.1rem;
	font-size: .7rem
}

.pagenation .pageSelect {
	border: 0;
	background: 0
}

.pagenation .pagePrev {
	width: 3.5rem;
	border: 1px solid #f23030;
	-webkit-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-o-border-radius: .1rem;
	border-radius: .1rem;
	overflow: visible;
	background-size: 100%
}

.pagenation .pageNext {
	width: 3.5rem;
	border: 1px solid #f23030;
	-webkit-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-o-border-radius: .1rem;
	border-radius: .1rem;
	overflow: visible;
	background-size: 100%
}

.pagenation .pagePrev span {
	display: inline-block;
	font-size: .7rem;
	text-indent: .3rem
}

.pagenation .pageNext span {
	display: inline-block;
	font-size: .7rem;
	text-indent: -0.3rem
}

.pagenation .pagePrev:active {
	background: #f23030
}

.pagenation .pageNext:active {
	background: #f23030
}

.pagenation .pageDisable span {
	color: #999
}

.footer {
	background: #fff;
	background-image: gradient(linear, left bottom, left top, color-stop(0.0, #f7f7f7), color-stop(1.0, #d8d8d8));
	margin: .5rem 0rem;
	padding: 0rem
}

.webMapServiceBox {
	background: #a24718
}

.webCustomerServiceBox .customerServiceDiv {
	padding-top: .15rem;
	position: fixed;
	bottom: 0rem;
	height: 2.2rem;
	z-index: 1;
	background: 0;
	background-color: #f23030;
	background-size: auto
}

.webFooterBox .bottomdiv .bottom {
	background: #f23030;
	height: 1.75rem;
	background-image: gradient(linear, left bottom, left top, color-stop(0.0, #ededed), color-stop(1.0, #fefefe))
}

.technical {
	margin-bottom: 0rem;
	padding: .25rem 0rem
}

.technicalSupport {
	color: #666
}

.webFooterBox .bottomdiv .bottom .backtop {
	line-height: 1.75rem;
	color: #fff;
	font-weight: normal
}

.webFooterBox .bottomdiv .bottom .backtop b {
	top: .65rem;
	border-bottom-color: #fff
}

.richContent {
	padding: 0 0 0 .2rem;
	font-family: arial;
	font-weight: normal
}

.remarkBox {
	padding: .5rem .5rem
}

.navButton .menuNav .icon-menuNavTip:before {
	font-size: 1.8rem;
	margin-left: 0rem
}

.navBaseIcon .icon-navItemIcon:before {
	font-size: 1.4rem;
	color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute
}

.productCrossedSlide:nth-child(2n+1) {
	margin-left: .35rem
}

.productCrossedSlide:nth-child(2n) {
	margin-right: .35rem
}

.productWaterFall:nth-child(2n+1) {
	margin-left: .35rem
}

.productWaterFall:nth-child(2n) {
	right: .35rem
}

.icon-gClose:before {
	font-size: 1.3rem;
	color: #fff;
	padding-left: .3rem
}

.g_dashed {
	border-bottom: 0
}

.navbar.open .navItem {
	opacity: 1;
	bottom: 0
}

.moveRight .navButton {
	display: none
}

.webContainerBox .bullets li.on {
	background: #f23030
}

.icon-gline:after {
	content: "\e672";
	font-size: .8rem;
	color: #666;
	position: absolute;
	top: .6rem;
	right: .4rem
}

.pagenation .icon-pageNext:before {
	content: "\e672";
	font-size: 1.5rem;
	color: #f23030
}

.pagenation .icon-pagePrev:before {
	content: "\e60e";
	font-size: 1.5rem;
	color: #f23030
}

.navExistOffPanel.navPanelOpen {
	display: block;
	background: rgba(0, 0, 0, 0.7);
	margin-left: 0;
	z-index: 80
}

.navExistOffPanel {
	margin-left: 0
}

.pagenation .icon-pagePrev.pageDisable:active:before {
	color: #f23030
}

.pagenation .icon-pageNext.pageDisable:active:before {
	color: #f23030
}

.navBaseIcon .itemSelected .navItemIcon {
	background: #fff;
	border: 2px solid #f23030;
	box-sizing: border-box
}

.navbar .itemSelected .icon-navItemIcon:before {
	color: #f23030
}

.form:nth-child(1) {
	margin-top: .4rem
}

#g_web .g_mainColor {
	color: #f23030
}

.productNewDetailPanel .bullets li.on {
	background-color: #f23030
}

.productNewDetailPanel .optionSelected {
	background-color: #f23030
}

.productNewDetailPanel .g_button {
	background-color: #f23030
}

.productNewDetailPanel .icon-pagePrev:before {
	color: #f23030
}

.productNewDetailPanel .icon-pagePrev {
	border-color: #f23030
}

.productNewDetailPanel .icon-pageNext:before {
	color: #f23030
}

.productNewDetailPanel .icon-pageNext {
	border-color: #f23030
}

.productNewDetailPanel .userComment {
	color: #f23030
}

.productNewDetailPanel .productAddMall {
	color: #fff;
	border-color: #f23030
}

.productNewDetailPanel .productImmediatelyBug {
	background-color: #2b2b2b;
	border-color: #2b2b2b;
	margin: 0
}

.productNewDetailPanel .tabUl .tabActive {
	color: #f23030;
	border-color: #f23030
}

.productNewDetailPanel .mallPrice {
	color: #f23030
}

.navbar.open .navItem a {
	visibility: visible
}

.webPagePanel .mallPrice {
	color: #f23030
}

.webPagePanel .tabUl .tabActive {
	color: #f23030;
	border-color: #f23030
}

.webPagePanel .optionSelected {
	background-color: #f23030
}

.webPagePanel .bullets li.on {
	background-color: #f23030
}

.msgArea .msgLevalUser {
	color: #f23030
}

.searchType0 .icon-mSearchBtn {
	color: #f23030
}

.searchType1 .icon-mSearchBtn {
	background-color: #f23030
}

.searchType2 .icon-mSearchBtn {
	background-color: #f23030;
	border-color: #f23030
}

.searchType3 .icon-mSearchBtn {
	color: #f23030
}

.searchType4 .icon-mSearchBtn {
	background-color: #f23030
}

.form .formMiddle .search.searchType5 {
	background-color: #f23030
}

#g_web .g_bgColor {
	background-color: #f23030
}

.productNewDetailPanel .detailHeaderColor {
	background-color: #f23030
}

.newsNewDetailPanel .detailHeaderColor {
	background-color: #f23030
}

.g_bdColor {
	border-color: #f23030
}

.g_color {
	color: #f23030
}

.productNewDetail .productParamterNameList {
	font-size: .6rem
}

.productNewDetailPanel .tabLi {
	font-size: .6rem
}

.productAddMall.g_mallButton {
	margin: 0;
	background: #f23030
}

.g_mallButton {
	width: 50%;
	padding: .55rem 0;
	border-width: 0rem
}

.productMallShop {
	min-height: 2rem;
	font-size: .7rem
}

.productMallBuyPanel .g_mallButton {
	margin: 0
}

.productMallBuyPanel {
	padding: 0;
	height: 2rem
}

.productMallOptionPanel .productMallOptionContent {
	bottom: 2rem
}

.productMallBuyPanel .productMallBuy {
	margin: 0
}

.homeIcon {
	font-size: 1.2rem
}

.mallCart .bottom .g_button {
	width: 5rem;
	margin: 0;
	font-size: .7rem
}

.mallCart .payCount_line {
	padding: .3rem 0 0 0
}

.mallCart .selectAllBtnWrap {
	padding: .5rem 0 0 0
}

.payCount_line .saleSaveMoneyKey {
	font-size: .5rem
}

.payCount_line .totalKey {
	font-size: .6rem
}

.payCount_line .priceDiv {
	font-size: .6rem
}

.payCount_line .saleSaveMoney {
	font-size: .5rem
}

.orderSettle .orderSettle_line .mall_price {
	font-size: .6rem
}

.orderSettle .orderSettle_line .count_line {
	font-size: .6rem
}

.orderSettle .order_bottom .g_button {
	width: 5rem;
	margin: 0;
	font-size: .7rem;
	float: right
}

.orderSettle .order_bottom .mall_allPrice {
	min-width: 7.6rem;
	font-size: .65rem;
	margin: .5rem .5rem 0 .5rem
}

.useItgPanel .useItgOpera .notUseBtn {
	margin: .5rem 1.2rem .5rem 0;
	box-sizing: border-box;
	border: .05rem solid
}

.useItgPanel .useItgOpera .notUseBtn,
.useItgPanel .useItgOpera .g_button {
	width: 6.5rem;
	height: 2rem;
	-webkit-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-o-border-radius: .1rem;
	border-radius: .1rem;
	line-height: 1.95rem
}

.useItgPanel .useTips {
	padding: .2rem 0
}

.fk-coupon-opera .notUseBtn {
	margin: .5rem 1.2rem .5rem 0;
	box-sizing: border-box;
	border: .05rem solid
}

.fk-coupon-opera .notUseBtn,
.fk-coupon-opera .g_button {
	width: 6.5rem;
	height: 2rem;
	-webkit-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-o-border-radius: .1rem;
	border-radius: .1rem;
	line-height: 1.95rem;
	font-size: .7rem
}

#addrInfoList .addrInfo {
	margin-top: .5rem;
	margin-bottom: .5rem;
	height: 7rem
}

#addrInfoList .orderAddAddrInfo {
	height: 2rem;
	padding: 0;
	line-height: 2rem;
	margin: .5rem .5rem;
	width: 15rem;
	border: 0
}

#editAddrInfo .orderSaveAddrInfo {
	height: 2rem;
	line-height: 2rem
}

.orderDetail .orderDetailTop .orderDetailButton {
	width: 4.5rem;
	height: 1.5rem;
	font-size: .6rem;
	line-height: 1.4rem
}

.orderDetail .orderDetailTop .bottom {
	margin-left: 2.8rem;
	margin-right: 2.8rem
}

.g_locale2052 .orderNumber {
	font-size: .65rem
}

.g_locale2052 .orderStatus {
	font-size: .65rem
}

.orderButton {
	width: 3.6rem;
	padding: 0;
	font-size: .6rem;
	text-align: center;
	line-height: 1.2rem;
	height: 1.2rem
}

#g_web .orderDetail .buyButton {
	height: 1.2rem;
	line-height: 1.2rem;
	padding: 0 .6rem
}

.modifyArea {
	font-size: .6rem
}

#profile .profileContent .onLogout {
	font-size: .6rem
}

#profile .profileContent .icon-addrInfoIcon:before {
	content: "\b0025";
	color: #666
}

#profile .profileContent .icon-orderIcon:before {
	content: "\b0066";
	color: #666
}

#profile .profileContent .icon-cLogoutIcon:before {
	content: "\b0033";
	color: #666
}

#profile .profileContent .icon-starIcon:before {
	content: "\b0051";
	color: #666
}

#profile .profileContent .icon-coupons:before {
	content: "\b0210";
	color: #666
}

#profile .profileContent .icon-pInfoIcon:before {
	content: "\b0027";
	color: #666
}

#profile .profileContent .icon-cPswIcon:before {
	content: "\b0029";
	color: #666
}

#profile .profileContent .icon-noticeIcon:before {
	content: "\b0021";
	color: #666
}

#profile .profileContent .icon-integralIcon:before {
	content: "\b0208";
	color: #666
}

#modifyIntegral {
	background: #f7f7f7
}

#modifyIntegral .profileContent {
	padding: 0 .5rem;
	margin: .5rem 0 0 0;
	background: #fff
}

#modifyIntegral .integrationLine {
	border: 0;
	border-top: 0;
	border-bottom: solid #f0f0f0 1px
}

#modifyCollection .profileContent li .cancelCollection {
	width: 3.6rem;
	height: 1.2rem;
	padding: 0;
	border: 1px solid #dadada;
	font-size: .6rem;
	line-height: 1.2rem
}

#modifyCoupon .tabList .coupon-tab {
	height: 2rem;
	line-height: 2rem;
	padding: 0;
	box-sizing: border-box
}

#modifyCoupon .tabList .coupon-tab>span {
	border-right: 0
}

#modifyCoupon .tabList .fk-coupon-tab-active {
	padding: 0
}

#modifyCoupon .tabList .fk-coupon-tab-active>span {
	display: block;
	height: 2rem;
	background: #fff;
	color: #666;
	line-height: 2rem
}

#modifyCoupon .fk-coupon-tab-active>em {
	border-left: none;
	border-right: 0;
	border-bottom: 0;
	width: 100%;
	left: 0;
	bottom: -0.02rem;
	margin: 0;
	border-width: .1rem
}

.fk-coupon-panel .coupon-warp:nth-of-type(2) {
	border-top: solid .5rem #f7f7f7
}

#modifyPsw .profileContent {
	padding: .5rem 0 0 0;
	background: #f7f7f7
}

#modifyPsw .g_globalLine {
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff
}

#modifyPsw .g_input {
	border: 0;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 .8rem;
	box-sizing: border-box;
	width: 14.4rem
}

#modifyPsw .profileSubmit {
	display: block;
	width: 15rem;
	margin: .5rem
}

#modifyIntegral .incomeLine {
	border: 0;
	margin-top: 0
}

#modifyPersInfo .profileContent {
	background: #fff
}

#modifyPersInfo .g_globalLine {
	margin: 0;
	border-bottom: solid #f0f0f0 1px
}

#modifyPersInfo .g_input {
	background: #fff;
	margin: 0;
	border: 0
}

#modifyPersInfo #mobile {
	margin: 0;
	border-left: none;
	border-bottom: 0
}

#modifyPersInfo .profileContent .sendIcon {
	margin: .5rem 0;
	height: 2rem;
	width: 100%;
	-webkit-border-radius: .2rem;
	-ms-border-radius: .2rem;
	-moz-border-radius: .2rem;
	-o-border-radius: .2rem;
	border-radius: .2rem
}

.serBaseIcon .serItemIcon {
	height: 1.2rem;
	line-height: 1.2rem
}

.serBaseIcon .icon-serItemIcon:before {
	font-size: 1.3rem
}

.orderDetail .orderDetailArea .line .item_name {
	font-size: .6rem
}

.orderDetail .orderDetailArea .line .item_val {
	color: #666
}

.buyButton {
	font-size: .6rem
}

.orderDetail .orderAddrDetailLine .line_item {
	line-height: 1.2rem
}

#modifyPsw .g_globalLine:last-child {
	background: #f7f7f7
}

#g_web .productMallShop .productImmediatelyBug {
	width: 50%;
	padding: .55rem 0;
	margin: 0;
	border: 0;
	background: #2b2b2b;
	font-size: .7rem
}

.productMallShop .productAddMall.g_mallButton2 {
	width: 50%;
	padding: .55rem 0;
	margin: 0;
	border: 0;
	background: #f23030;
	color: #fff;
	font-size: .7rem
}

.g_bookingButton {
	width: 100%;
	padding: .55rem 0;
	margin-top: 0;
	border-width: 0
}

.productAddMall.g_bookingButton {
	margin: 0;
	background: #f23030
}

.mallPrice {
	color: #f23030
}

#profile .profileContent .icon-fenxiao:before {
	content: "\b0176";
	color: #333
}

.propInfoCell {
	font-size: .6rem
}

#g_web .productMallShop .isNewTheme.g_bookingButton {
	background: #f23030
}

#profile .profileContent .icon-cutPrice:before {
	content: "\b0244";
	color: #333
}
