@charset "utf-8";

a {
	color: #fff
}

.g_web {
	background: #f0f2f5;
	overflow-x: hidden
}

.webContainerBox {
	background: #f0f2f5;
	top: 0rem;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}

.webModuleContainer {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.webTips {
	z-index: 2
}

.webTop {
	z-index: 0
}

.webHeaderBox {
	position: fixed;
	top: 0rem;
	height: 2.25rem;
	z-index: 9
}

.webHeaderBg {
	background-image: url(/image/template/1016/topbg.png?v=201610211723);
	background-color: #f23030;
	background-size: cover;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2)
}

.header {
	height: 2.25rem;
	line-height: 2.25rem;
	padding: 0 2.5rem 0 0
}

.header img {
	height: 2.25rem;
	right: 0rem
}

.header .pageLogo {
	display: inline-block;
	width: 3rem;
	height: 2.5rem
}

.header .pageLogo.left {
	float: left
}

.header .pageLogo.center {
	float: none
}

.webHeaderBg .pageTitle {
	height: 2.25rem;
	line-height: 2.25rem;
	vertical-align: top;
	font-size: .8rem
}

.webBannerBox {
	z-index: 1
}

.webBanner {
	z-index: 2
}

.defaultBanner {
	background-image: url(/image/banners/N1016.jpg?v=201610211723);
	background-position: 50% 50%
}

.navbar {
	background: #2b2b2b;
	position: fixed;
	height: 100%;
	width: 4rem;
	overflow-x: hidden;
	overflow-y: auto;
	right: auto;
	left: auto;
	visibility: hidden;
	-webkit-transform: translate(4rem, 0);
	-ms-transform: translate(4rem, 0);
	-moz-transform: translate(4rem, 0);
	-o-transform: translate(4rem, 0);
	transform: translate(4rem, 0);
	display: block;
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	-moz-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 0 0 12rem;
	-webkit-transform: translate(4rem, 0);
	-ms-transform: translate(4rem, 0);
	-moz-transform: translate(4rem, 0);
	-o-transform: translate(4rem, 0);
	transform: translate(4rem, 0)
}

.navbar .navbarList {
	margin-top: 3.4rem;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-bottom: 2rem
}

.navbar .navItem {
	opacity: 0;
	-webkit-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}

.navbar .navItem a {
	color: #fff;
	line-height: 2rem;
	text-align: center;
	display: block;
	font-size: .6rem;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	text-decoration: none;
	font-weight: lighter;
	border-bottom: 0;
	overflow: hidden;
	width: 100%
}

.navbar .navItem:active {
	color: #f23030
}

.navbar .itemSelected:before {
	background: #f23030
}

.navItem .navItemName {
	display: block;
	text-align: center
}

.navbar .itemSep {
	display: block;
	height: 0rem
}

.navBaseIcon .navItemIcon {
	width: 1.5rem;
	height: 1rem;
	display: block;
	vertical-align: middle
}

.navButton {
	position: absolute;
	right: .3rem;
	height: 2.25rem;
	width: 2.5rem;
	z-index: 99;
	float: left
}

.navButton .menuNav .menuNavTip {
	-webkit-border-radius: .3rem;
	-ms-border-radius: .3rem;
	-moz-border-radius: .3rem;
	-o-border-radius: .3rem;
	border-radius: .3rem;
	width: 2rem;
	height: 2rem;
	float: left
}

.navbar.open {
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	-moz-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}

.g_panel {
	background: #e5e5e5
}

.g_replyPanel {
	background: #969696
}

.g_panelArrow {
	color: #969696
}

.g_separator {
	background: 0
}

.g_button {
	background: #f18a2d;
	font-size: .7rem
}

.form {
	background: #f0f2f5
}

.form .titleCenter {
	height: 2rem;
	line-height: 2rem;
	background: #fff;
	background-image: gradient(linear, left bottom, left top, color-stop(1.0, #333), color-stop(0.0, #262626));
	position: relative;
	padding: 0
}

.form .formBannerMore .titleMore {
	display: none
}

.form .formBannerMore .titleMoreIcon {
	display: block;
	padding: 0rem;
	width: 1.2rem;
	height: 2rem;
	margin: 0rem;
	background-size: 1.2rem;
	border-left: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin: 0rem
}

.form .formBannerMore .titleMoreIcon:active {
	background: #f2f2f2
}

.form .formBannerTitle .textContent {
	width: 80%
}

.form .formBannerTitle .titleTextIcon {
	width: 1.3rem;
	height: 1.5rem;
	display: inline-block;
	margin-right: 0rem;
	background-size: 1.3rem;
	position: relative;
	top: 16%;
	left: 0rem
}

.form .formBannerTitle .titleText {
	color: #2b2b2b;
	text-indent: 0rem
}

.form .formMiddle {
	overflow: hidden;
	background: #fff
}

.form .formMiddle .styleForm1 {
	padding-bottom: .5rem
}

.form .moduleContent {
	color: #333
}

.form .moduleContent a {
	color: #666
}

.form .formBannerTitle {
	font-size: .7rem
}

.multilingualArea {
	background: #f7f7f7
}

.multilingualArea .multiLanguageCtrl {
	color: #333
}

.multilingualArea .g_mullink {
	color: #333;
	font-size: .6rem
}

.lanSelect .lanItem:hover {
	background-color: #7a100e
}

.checkEmail {
	color: #333
}

.mbTitle {
	color: #666
}

.admReqContent {
	color: #fff
}

.mtitle {
	margin-bottom: 0rem
}

.admReq {
	color: #fff
}

.msgBoard .mbLineCtrl {
	margin-bottom: .75rem
}

.msgArea .msgTime {
	color: #aaa
}

.msgArea .msgContent {
	color: #666
}

.newsList .line:before {
	content: "";
	position: absolute;
	width: .2rem;
	height: .2rem;
	top: 1rem;
	left: .5rem;
	background: #dcdcdc;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

.newsList .line:after {
	position: absolute
}

.newsList .line:active {
	background: #f2f2f2
}

.newsList .line a {
	font-size: .7rem
}

.newsDetail .title {
	border: 0;
	color: #fff;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background: 0;
	padding: .25rem .1rem
}

.newsDetail .title .titleText {
	color: #333;
	background: 0
}

.newsDetail .title .titleText:before {
	color: #fff;
	background: 0
}

.form .mProductList a {
	color: #999;
	font-size: .6rem
}

.form .formMiddle .productPicListForm {
	padding: .35rem 0rem
}

.form .formMiddle .productPicListForm:active {
	background: #f2f2f2
}

.form .formMiddle .mProductTileForm {
	padding: 0rem;
	background: 0
}

.form .formMiddle .mProductTileForm:active {
	background: #f2f2f2
}

.form .mProductList .paramName {
	color: #666
}

.form .proImgSwipe .proDetailImgBox {
	background: #fff
}

.proDetailDiv .mallOptionBox {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-box-shadow: inset 0 1px 0 #232323, 0px 1px 0 #232323;
	-ms-box-shadow: inset 0 1px 0 #232323, 0px 1px 0 #232323;
	-moz-box-shadow: inset 0 1px 0 #232323, 0px 1px 0 #232323;
	-o-box-shadow: inset 0 1px 0 #232323, 0px 1px 0 #232323;
	box-shadow: inset 0 1px 0 #232323, 0px 1px 0 #232323
}

.proDetailDiv .mallOptionLine label {
	background: #303030;
	border: 1px solid #4d4d4d;
	color: #fff
}

.proDetailDiv .mallOptionLine .optionsBlock {
	color: #333
}

.pdCommentSwitchBox .pdCommentSwitch {
	border: 1px solid #cecece;
	color: #666
}

.orderSettle {
	color: #333
}

.orderSettle .orderSettle_line .top {
	color: #fff
}

.orderSettle .editPanel {
	background-color: #1f1f1f
}

.orderDetail {
	color: #333
}

.orderDetail .orderDetailArea .bankListTable {
	color: #333
}

.orderDetail .orderDetail_line .line_title {
	-webkit-box-shadow: 0 1px 0 #232323;
	-ms-box-shadow: 0 1px 0 #232323;
	-moz-box-shadow: 0 1px 0 #232323;
	-o-box-shadow: 0 1px 0 #232323;
	box-shadow: 0 1px 0 #232323;
	border-bottom: 1px solid #000;
	font-size: .65rem
}

.mall_product .mallOptions {
	color: #bcbcbc
}

.mallButton {
	color: #f23030;
	background: #fff;
	border: .05rem solid #f23030
}

.mall_editIcon {
	background-size: 1rem
}

.integralList {
	color: #333
}

.photoModule.styleForm1 {
	background: 0
}

.photoModule.styleForm1 .photoDiv {
	margin-bottom: .5rem
}

.photoModule.styleForm1 .photoDiv .imgName {
	background-size: 1.1rem;
	font-size: .7rem
}

.photoModule.styleForm7 {
	outline: #fff solid .2rem;
	margin: .5rem .05rem
}

.photoModule.styleForm6 {
	outline: #fff solid .2rem;
	margin: .5rem .05rem
}

.sortPanelList .line:before {
	content: "";
	position: absolute;
	width: .2rem;
	height: .2rem;
	top: 50%;
	top: -webkit-calc(50% - .1rem);
	top: -moz-calc(50% - .1rem);
	top: -o-calc(50% - .1rem);
	top: -ms-calc(50% - .1rem);
	top: calc(50% - .1rem);
	left: .5rem;
	background: #666;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

.pagenation a {
	color: #fff;
	display: block
}

.pagenation .pageSelect {
	height: 1.25rem;
	font-size: .6rem;
	border: 0;
	background: 0;
	position: relative
}

.pagenation .pageSelect:before {
	height: .2rem;
	content: "";
	width: .2rem;
	background: #000;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: .8rem;
	left: .5rem
}

.pagenation .pagePrev {
	width: 3.5rem;
	font-size: .6rem;
	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;
	font-size: .6rem;
	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:active {
	background: #f23030
}

.pagenation .pageNext:active {
	background: #f23030
}

.pagenation .pageDisable span {
	color: #999
}

.pagenation .pageOptions {
	color: #000
}

.footer {
	background: #fff
}

.webMapServiceBox {
	background: #830301
}

.webCustomerServiceBox .customerServiceDiv {
	padding-top: .15rem;
	position: fixed;
	bottom: 0rem;
	height: 2.2rem;
	z-index: 1;
	background: #f23030
}

.webFooterBox .bottomdiv .bottom {
	background: #f23030;
	height: 1.4rem
}

.technical a {
	color: #666
}

.technicalSupport {
	color: #666
}

.webFooterBox .bottomdiv .bottom .backtop {
	height: .5rem;
	font-size: .6rem;
	font-weight: lighter
}

.siteFormMsg .loginClass {
	color: #000
}

.richContent {
	padding: 0 .5rem;
	color: #666;
	font-size: .6rem
}

.richContent a {
	color: #fff
}

.remarkBox {
	padding: 0 .5rem
}

.moveAnimation {
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	-moz-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}

.moveRight {
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	-moz-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	-webkit-transform: translate3d(-4rem, 0rem, 0rem);
	-ms-transform: translate3d(-4rem, 0rem, 0rem);
	-moz-transform: translate3d(-4rem, 0rem, 0rem);
	-o-transform: translate3d(-4rem, 0rem, 0rem);
	transform: translate3d(-4rem, 0rem, 0rem);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}

.line {
	padding-left: 1rem
}

.navButton .menuNav .icon-menuNavTip:before {
	content: "\e6b1";
	font-size: 1.8rem;
	margin-left: 1rem;
	margin-top: .2rem
}

.productCrossedSlide:nth-child(2n+1) {
	margin-left: .35rem
}

.productCrossedSlide:nth-child(2n) {
	margin-right: .35rem
}

.productWaterFall:nth-child(2n+1) {
	margin-left: .4rem
}

.productWaterFall:nth-child(2n) {
	right: .4rem
}

.webContainerBox .bullets li.on {
	background: #f23030
}

.g_dashed {
	border-bottom: 0
}

.navBaseIcon .icon-navItemIcon:before {
	font-size: 1.4rem
}

.navItem.itemSelected .navItemName {
	color: #f23030
}

.form .formBannerMore .icon-titleMore:before {
	content: "\e672";
	font-size: 1rem;
	width: 1rem;
	height: 1rem;
	color: #f23030
}

.icon-gline:after {
	content: "\e672";
	font-size: .7rem;
	color: #999;
	position: absolute;
	top: .7rem;
	right: .3rem
}

.form .formBannerTitle .icon-titleText:before {
	content: "\e61b";
	font-size: 1.2rem;
	width: 1rem;
	height: 1rem;
	color: #f23030;
	line-height: 2rem
}

.icon-gClose:before {
	font-size: 1.2rem;
	color: #fff
}

.navExistOffPanel {
	margin-left: -4rem;
	margin-right: 0
}

.navExistOffPanel.navPanelOpen {
	display: block;
	margin-left: -4rem
}

.pagenation .icon-pagePrev:before {
	font-size: .5rem;
	color: #f23030
}

.pagenation .icon-pageNext:before {
	font-size: .5rem;
	color: #f23030
}

.pagenation .icon-pagePrev.pageDisable:active:before {
	color: #f23030
}

.pagenation .icon-pageNext.pageDisable:active:before {
	color: #f23030
}

.navbar.open .navItem {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

#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: 0rem
}

.productNewDetailPanel .tabUl .tabActive {
	color: #f23030;
	border-color: #f23030
}

.productNewDetailPanel .mallPrice {
	color: #f23030
}

.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
}

.faisco-icons-contact1:before {
	content: "\e640";
	color: #f23030
}

.faisco-icons-edit1:before {
	content: "\e65d";
	color: #f23030
}

.faisco-icons-cart1:before {
	content: "\e610";
	color: #f23030
}

.mallPrice {
	color: #f23030
}

.productNewDetail .productParamterNameList {
	font-size: .6rem
}

.productNewDetailPanel .tabLi {
	font-size: .6rem
}

.productNewDetailPanel .uiCusStyle {
	font-size: .6rem
}

.productDetailInfoPanel {
	font-size: .6rem
}

#profile .profileContent .icon-orderIcon:before {
	content: "\ea99";
	color: #666
}

#profile .profileContent .icon-cLogoutIcon:before {
	content: "\ea94";
	color: #666
}

#profile .profileContent .icon-addrInfoIcon:before {
	content: "\ea91";
	color: #666
}

#profile .profileContent .icon-cutPrice:before {
	content: "\b0244";
	color: #666
}

#profile .profileContent .icon-integralIcon:before {
	content: "\ea96";
	color: #666
}

#profile .profileContent .icon-starIcon:before {
	content: "\ea90";
	color: #666
}

#profile .profileContent .icon-coupons:before {
	content: "\ea92";
	color: #666
}

#profile .profileContent .icon-noticeIcon:before {
	content: "\eaa0";
	color: #666
}

#profile .profileContent .icon-pInfoIcon:before {
	content: "\ea9f";
	color: #666
}

#profile .profileContent .icon-cPswIcon:before {
	content: "\ea97";
	color: #666
}

.propInfoCell {
	font-size: .6rem
}

#g_body .productNewDetailPanel .mallPrice {
	color: #666
}

.productNewDetail .propInfoRow .propInfoCell {
	color: #666
}

.payCount_line .priceDiv {
	font-size: .6rem
}

.payCount_line .saleSaveMoneyKey {
	font-size: .5rem
}

.payCount_line .saleSaveMoney {
	font-size: .5rem
}

.orderSettle .orderSettle_line .mall_price {
	font-size: .6rem
}

.orderSettle .orderSettle_line .count_line {
	font-size: .6rem
}

.addressList .selectedArea {
	font-size: .6rem
}

#addrInfoList .addrInfo .left .text:before {
	font-size: .6rem
}

#addrInfoList .addrInfo .right .edit:before {
	font-size: .6rem
}

#addrInfoList .addrInfo .right .cutOut:before {
	font-size: .6rem
}

#editAddrInfo .orderSaveAddrInfo {
	height: 2rem;
	padding: 0rem;
	line-height: 2rem
}

.orderDetail .orderDetailTop .orderDetailButton {
	width: 4.5rem;
	height: 1.5rem;
	font-size: .6rem;
	line-height: 1rem
}

.orderDetail .orderDetailArea .line .item_name {
	font-size: .6rem
}

.orderDetail .orderDetailArea .line .item_val {
	color: #666
}

.shareListPanel .shareTitle {
	color: #666
}

.orderDetail .orderDetail_line .itgName {
	font-size: .65rem
}

.orderDetail .orderAddrDetailLine .line_item {
	line-height: 1.2rem
}

.g_locale2052 .orderNumber {
	font-size: .65rem
}

.g_locale2052 .orderStatus {
	font-size: .65rem
}

.orderButton {
	width: 3.6rem;
	padding: 0rem;
	font-size: .6rem;
	text-align: center;
	line-height: 1.2rem;
	height: 1.2rem
}

.icon-publishIcon:before {
	content: "\e91b";
	color: #f23030
}

.buyButton {
	padding: 0 .85rem;
	font-size: .6rem
}

.modifyArea {
	font-size: .6rem
}

#addrInfoList .orderAddAddrInfo {
	height: 2rem;
	padding: 0rem;
	line-height: 2rem;
	margin: .5rem .5rem;
	width: 15rem;
	border: 0
}

.orderDetail .orderDetailTop .bottom {
	margin-left: 2.8rem;
	margin-right: 2.8rem
}

.homeIcon {
	font-size: 1.2rem
}

.navbar .itemSelected .icon-navItemIcon:before {
	color: #f23030
}

.payCount_line .totalKey {
	font-size: .6rem
}

#addrInfoList .addrInfo {
	margin-top: .5rem;
	margin-bottom: .5rem;
	height: 7rem
}

.memberBasicInfo {
	height: 7rem;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	background: #f23030
}

.memberBasicInfo .icon-pnameIcon {
	position: absolute;
	left: 50%;
	top: 2.8rem;
	width: 3.75rem;
	height: 3.75rem;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	border: solid .14rem rgba(255, 255, 255, 0.6)
}

.memberBasicInfo .icon-pnameIcon img {
	width: 100%;
	height: 100%
}

.memberBasicInfo .memberName {
	display: block;
	width: 100%;
	margin: 0;
	position: absolute;
	top: 5rem;
	font-size: .65rem;
	color: #fff;
	text-align: center
}

.memberBasicInfo .memberLevelName {
	display: block;
	width: 100%;
	margin: 0;
	position: absolute;
	top: 5.8rem;
	font-size: .55rem;
	color: #fff;
	text-align: center
}

#modifyPsw .profileContent {
	padding: .5rem 0 0 0
}

.productAddMall.g_mallButton {
	margin: 0rem;
	background: #f23030
}

#modifyIntegral {
	background: #f7f7f7
}

#modifyIntegral .profileContent {
	padding: 0 .5rem;
	margin: .5rem 0 0 0;
	background: #fff
}

#modifyIntegral .integrationLine {
	border: 0;
	margin-top: 0;
	border-bottom: solid #f0f0f0 1px
}

#modifyIntegral .incomeLine {
	border: 0;
	margin-top: 0
}

.productMallOptionPanel .productMallOptionContent {
	bottom: 2rem
}

.productMallBuyPanel {
	padding: 0;
	height: 2rem
}

.productMallBuyPanel .productMallBuy {
	margin: 0rem
}

.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
}

.useItgPanel .useItgOpera .g_button {
	box-sizing: border-box
}

.useItgPanel .useItgOpera .notUseBtn {
	margin: .5rem 1.2rem .5rem 0;
	box-sizing: border-box;
	border: .05rem solid
}

.useItgPanel .useTips {
	padding: .2rem 0
}

.fk-coupon-panel .coupon-warp:nth-of-type(2) {
	border-top: solid .5rem #f7f7f7
}

.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;
	font-size: .7rem
}

.fk-coupon-opera .g_button {
	box-sizing: border-box
}

.fk-coupon-opera .notUseBtn {
	margin: .5rem 1.2rem .5rem 0;
	box-sizing: border-box;
	border: .05rem solid
}

.navItem_3 .icon-navItemIcon:before {
	content: "\e686"
}

.navItem_9 .icon-navItemIcon:before {
	content: "\e6b2"
}

.navItem_10 .icon-navItemIcon:before {
	content: "\e60a"
}

.navItem_11 .icon-navItemIcon:before {
	content: "\e661"
}

.navItem_12 .icon-navItemIcon:before {
	content: "\e6ed"
}

.navItem_103 .icon-navItemIcon:before {
	content: "\e606"
}

.orderSettle .order_bottom .mall_allPrice {
	min-width: 7.6rem;
	font-size: .65rem;
	margin: .5rem .5rem 0 .5rem
}

.orderSettle .order_bottom .g_button {
	width: 5rem;
	margin: 0;
	font-size: .7rem;
	float: right
}

.mallCart .bottom {
	border-top: 1px solid #f0f0f0
}

.g_mallButton {
	width: 50%;
	padding: .55rem 0;
	margin-top: 0rem;
	border-width: 0rem
}

.productMallShop {
	min-height: 2rem;
	font-size: .7rem
}

#profile .profileContent .onLogout {
	font-size: .6rem
}

#modifyCollection .profileContent li .cancelCollection {
	width: 3.5rem;
	height: 1.2rem;
	padding: 0;
	border: 1px solid #dadada;
	font-size: .6rem;
	line-height: 1.2rem
}

#modifyPsw .g_input {
	border: 0;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 .8rem;
	box-sizing: border-box;
	width: 14.4rem
}

#modifyPsw .g_globalLine {
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff
}

#modifyPsw .g_globalLine:last-child {
	background: #f7f7f7
}

#modifyPsw .profileSubmit {
	display: block;
	width: 15rem;
	margin: .5rem
}

.mallCart .bottom .g_button {
	width: 5rem;
	margin: 0rem;
	font-size: .7rem
}

.mallCart .payCount_line {
	padding: .3rem 0 0 0
}

.mallCart .selectAllBtnWrap {
	padding: .5rem 0 0 0
}

#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
}

.serBaseIcon .icon-serItemIcon:before {
	font-size: 1.3rem
}

.serBaseIcon .serItemIcon {
	height: 1.2rem;
	line-height: 1.2rem
}

#editAddrInfo {
	background: transparent
}

#editAddrInfo .icon-addrSelect:before {
	left: 9rem;
	top: .75rem;
	z-index: 3
}

#modifyPersInfo {
	background: #f7f7f7
}

#modifyPersInfo .g_input {
	background: #fff;
	margin: 0;
	border: 0
}

#modifyPersInfo .profileContent {
	background: #fff
}

#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
}

#modifyPsw {
	background: #f7f7f7
}

#modifyPsw .icon-cnNewPsw:before,
#modifyPsw .icon-cnOldPsw:before {
	position: absolute;
	top: 0;
	display: block;
	height: 2.5rem;
	line-height: 2.5rem
}

#modifyPsw .g_globalLine:nth-last-child(2) .g_input {
	border-top: 0;
	border-bottom: 0
}

#modifyPersInfo #mobile {
	border-left: none
}

#g_web .orderDetail .buyButton {
	height: 1.2rem;
	line-height: 1.2rem;
	padding: 0 .6rem
}

.orderSettle .sep_line_sty {
	display: none
}

.productMallBuyPanel .g_mallButton {
	margin: 0
}

#modifyPersInfo .g_globalLine {
	margin: 0;
	border-bottom: solid #f0f0f0 1px
}

#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: 0rem;
	border-width: 0rem
}

.productAddMall.g_bookingButton {
	margin: 0;
	background: #f23030
}

#profile .profileContent .icon-fenxiao:before {
	font-size: .65rem;
	content: "\b0176";
	color: #333
}

.webHeaderBox.webTitleClose {
	width: 100%
}

#g_web .productMallShop .isNewTheme.g_bookingButton {
	background: #f23030
}
