@charset "utf-8";

a {
	color: #fff
}

.g_web {
	background: #fff;
	overflow-x: hidden
}

.webContainerBox {
	background: #fff;
	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: -webkit-linear-gradient(bottom left,#90d327,#1aad19);
	background: -ms-linear-gradient(bottom left,#90d327,#1aad19);
	background: -moz-linear-gradient(bottom left,#90d327,#1aad19);
	background: -o-linear-gradient(bottom left,#90d327,#1aad19);
	background: linear-gradient(bottom left,#90d327,#1aad19);
	height: 2.25rem;
	line-height: 2.25rem;
	-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 {
	padding: 0 0 0 2.5rem
}

.header img {
	height: 2.4rem;
	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/10001.jpg?v=201610211723);
	background-position: 50% 50%
}

.navbar {
	background: #404248;
	position: fixed;
	height: 100%;
	width: 10rem;
	overflow-x: hidden;
	overflow-y: auto;
	right: auto;
	left: auto;
	visibility: hidden;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	display: none;
	-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;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.navbar .navbarList {
	margin-top: 2.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 {
	position: relative;
	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 {
	height: 2.5rem;
	color: #fff;
	line-height: 2.5rem;
	text-align: left;
	display: block;
	font-size: .6rem;
	margin: 0 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0;
	overflow: hidden;
	width: 100%;
	position: static
}

.navbar .navItem:active {
	background: #2b2d34;
	-webkit-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.navbar .itemSelected {
	background: #1aad19;
	float: none
}

.navbar .itemSelected a {
	background: #2b2d34
}

.navItem .navItemName {
	margin: 0 .5rem
}

.navbar .itemSep {
	display: block;
	height: 0rem;
	border-bottom: 1px solid #4a4d54
}

.navBaseIcon .navItemIcon {
	width: 1rem;
	height: 1rem;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1rem
}

.navBaseIcon .navItem a {
	line-height: 2.5rem;
	text-align: left
}

.navButton {
	position: absolute;
	height: 2.25rem;
	width: 2.25rem;
	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;
	margin: .25rem 0 .25rem .5rem;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

.navButton .menuNav .menuNavTip:active {
	background: 0
}

.navbar.open {
	visibility: visible;
	width: 10rem;
	-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;
	display: block
}

.g_panel {
	background: #d5d5d5
}

.g_replyPanel {
	background: #b2b2b2
}

.g_panelArrow {
	color: #b2b2b2
}

.g_separator {
	background: #e5e5e5
}

.g_separator:last-child {
	display: none
}

.g_button {
	background: #1aad19;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3)
}

.form {
	padding: .25rem 0rem;
	margin-top: 0rem;
	background: #f5f5f5
}

.form .titleCenter {
	height: 2rem;
	line-height: 2rem;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
	-webkit-border-radius: .2rem .2rem 0 0;
	-ms-border-radius: .2rem .2rem 0 0;
	-moz-border-radius: .2rem .2rem 0 0;
	-o-border-radius: .2rem .2rem 0 0;
	border-radius: .2rem .2rem 0 0;
	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.3rem;
	height: 2rem;
	margin: 0rem;
	background-size: 1.2rem;
	margin: 0rem
}

.form .formBannerMore .titleMoreIcon:active {
	background: #f2f2f2
}

.form .formBannerTitle .textContent {
	width: 80%;
	padding-left: .5rem
}

.form .formBannerTitle .titleTextIcon {
	width: .2rem;
	height: 1rem;
	display: inline-block;
	background: #1aad19;
	margin-right: 0rem;
	background-size: 1.3rem;
	background-position: .25rem 50%;
	position: relative;
	top: .5rem;
	left: 0rem
}

.form .formBannerTitle .titleText {
	color: #1aad19;
	text-indent: 0rem
}

.form .formMiddle {
	overflow: hidden;
	background: #fff;
	padding-bottom: 0rem
}

.form .formMiddle .styleForm1 {
	padding-bottom: .5rem
}

.form .moduleContent {
	color: #333
}

.form .moduleContent a {
	color: #333
}

.multilingualArea {
	background: #fff
}

.multilingualArea .multiLanguageCtrl {
	color: #666
}

.multilingualArea .g_mullink {
	color: #666;
	font-size: .6rem
}

.lanSelect .lanItem:hover {
	background-color: rgba(9,114,115,0.9)
}

.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
}

.newsList .line:before {
	content: "";
	position: absolute;
	width: .2rem;
	height: .2rem;
	top: 1rem;
	left: .5rem;
	background: #ababab;
	-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
}

.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: #333
}

.form .formMiddle .productPicListForm {
	padding: .35rem 0rem
}

.form .formMiddle .mProductTileForm {
	padding: 0rem;
	padding-bottom: .5rem;
	background: 0
}

.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
}

.orderDetail {
	color: #666
}

.orderDetail .orderDetailTop .submitSucceed {
	color: #666
}

.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: .6rem
}

.mall_product .mallOptions {
	color: #bcbcbc
}

.mallButton {
	color: #1aad19;
	background: #fff;
	border: .05rem solid #1aad19
}

.mall_editIcon {
	background-size: 1rem
}

.integralList {
	color: #333
}

.photoModule.styleForm1 {
	background: 0
}

.photoModule.styleForm1 .photoDiv .imgName {
	background-size: 1.1rem;
	color: #333;
	font-size: .7rem
}

.photoModule.styleForm7 {
	outline: #fff solid .2rem;
	margin: 0
}

.photoModule.styleForm6 {
	outline: #fff solid .2rem;
	margin: 0
}

.sortPanelList .line {
	padding-left: 1.1rem
}

.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: #ababab;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}

.pagenation .pageSelect {
	border: 0;
	background: 0
}

.pagenation .pagePrev {
	width: 3.5rem;
	height: 1.2rem;
	border: 1px solid #1aad19;
	-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;
	height: 1.2rem;
	border: 1px solid #1aad19;
	-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: #1aad19
}

.pagenation .pageNext:active {
	background: #1aad19
}

.pagenation .pageDisable {
	border: 1px solid #1aad19
}

.pagenation .pageDisable span {
	border:;
	color: #666
}

.pagenation .pageOptions {
	color: #000
}

.footer {
	background: #fff
}

.webMapServiceBox {
	background: #16a086
}

.webCustomerServiceBox .customerServiceDiv {
	position: fixed;
	bottom: 0rem;
	height: 2.4rem;
	z-index: 1;
	background: -webkit-linear-gradient(bottom left,#90d327,#1aad19);
	background: -ms-linear-gradient(bottom left,#90d327,#1aad19);
	background: -moz-linear-gradient(bottom left,#90d327,#1aad19);
	background: -o-linear-gradient(bottom left,#90d327,#1aad19);
	background: linear-gradient(bottom left,#90d327,#1aad19)
}

.webFooterBox .bottomdiv .bottom {
	background: -webkit-linear-gradient(bottom left,#90d327,#1aad19);
	background: -ms-linear-gradient(bottom left,#90d327,#1aad19);
	background: -moz-linear-gradient(bottom left,#90d327,#1aad19);
	background: -o-linear-gradient(bottom left,#90d327,#1aad19);
	background: linear-gradient(bottom left,#90d327,#1aad19);
	height: 1.4rem
}

.technicalSupport {
	color: #999
}

.webFooterBox .bottomdiv .bottom .backtop {
	line-height: 1.4rem;
	font-size: .7rem;
	font-weight: normal
}

.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(10rem,0,0);
	-ms-transform: translate3d(10rem,0,0);
	-moz-transform: translate3d(10rem,0,0);
	-o-transform: translate3d(10rem,0,0);
	transform: translate3d(10rem,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
}

.line {
	padding-left: 1.1rem
}

.navButton .menuNav .icon-menuNavTip:before {
	font-size: 1.8rem;
	margin-left: -0.25rem
}

.productCrossedSlide:nth-child(2n+1) {
	margin-left: .6rem
}

.productCrossedSlide:nth-child(2n) {
	margin-right: .6rem
}

.productWaterFall:nth-child(2n+1) {
	margin-left: .65rem
}

.productWaterFall:nth-child(2n) {
	right: .65rem
}

.webContainerBox .bullets li.on {
	background: -webkit-linear-gradient(bottom left,#90d327,#1aad19);
	background: -ms-linear-gradient(bottom left,#90d327,#1aad19);
	background: -moz-linear-gradient(bottom left,#90d327,#1aad19);
	background: -o-linear-gradient(bottom left,#90d327,#1aad19);
	background: linear-gradient(bottom left,#90d327,#1aad19)
}

.faisco-icons-cart1:before {
	content: "\e631";
	color: #1aad19
}

.faisco-icons-contact1:before {
	content: "\e641";
	color: #1aad19
}

.faisco-icons-edit1:before {
	content: "\e65e";
	color: #1aad19
}

.g_dashed {
	border-bottom: 0
}

.navbar .navItem:after {
	content: "\e672";
	font-size: .7rem;
	position: absolute;
	right: .5rem;
	top: .9rem;
	color: #fff
}

.navBaseIcon .icon-navItemIcon:before {
	font-size: 1rem
}

.icon-gline:after {
	content: "\e672";
	font-size: .8rem;
	color: #666;
	position: absolute;
	top: .7rem;
	right: .4rem
}

.form .formBannerMore .icon-titleMore:before {
	content: "\e672";
	font-size: 1rem;
	width: 1rem;
	height: 1rem;
	color: #1aad19
}

.icon-gClose:before {
	font-size: 1.3rem;
	color: #fff;
	padding-left: .3rem
}

.navbar.open .navItem {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.navExistOffPanel.navPanelOpen {
	display: block;
	margin-left: 10rem
}

.navExistOffPanel {
	margin-left: 10rem
}

.pagenation .icon-pageNext:before {
	font-size: .6rem;
	color: #1aad19
}

.pagenation .icon-pagePrev:before {
	font-size: .6rem;
	color: #1aad19
}

.pagenation .icon-pagePrev.pageDisable:active:before {
	color: #1aad19
}

.pagenation .icon-pageNext.pageDisable:active:before {
	color: #1aad19
}

#g_web .g_mainColor {
	color: #1aad19
}

.productNewDetailPanel .bullets li.on {
	background-color: #1aad19
}

.productNewDetailPanel .optionSelected {
	background-color: #1aad19
}

.productNewDetailPanel .g_button {
	background-color: #1aad19
}

.productNewDetailPanel .icon-pagePrev:before {
	color: #1aad19
}

.productNewDetailPanel .icon-pagePrev {
	border-color: #1aad19
}

.productNewDetailPanel .icon-pageNext:before {
	color: #1aad19
}

.productNewDetailPanel .icon-pageNext {
	border-color: #1aad19
}

.productNewDetailPanel .productImmediatelyBug {
	background-color: #1aad19;
	border-color: #1aad19
}

.productNewDetailPanel .productAddMall {
	color: #1aad19;
	border-color: #1aad19
}

.productNewDetailPanel .tabUl .tabActive {
	color: #1aad19;
	border-color: #1aad19
}

.productNewDetailPanel .mallPrice {
	color: #1aad19
}

.productNewDetailPanel .userComment {
	color: #1aad19
}

.webPagePanel .mallPrice {
	color: #1aad19
}

.webPagePanel .tabUl .tabActive {
	color: #1aad19;
	border-color: #1aad19
}

.webPagePanel .optionSelected {
	background-color: #1aad19
}

.webPagePanel .bullets li.on {
	background-color: #1aad19
}

.msgArea .msgLevalUser {
	color: #1aad19
}

.searchType0 .icon-mSearchBtn {
	color: #1aad19
}

.searchType1 .icon-mSearchBtn {
	background-color: #1aad19
}

.searchType2 .icon-mSearchBtn {
	background-color: #1aad19;
	border-color: #1aad19
}

.searchType3 .icon-mSearchBtn {
	color: #1aad19
}

.searchType4 .icon-mSearchBtn {
	background-color: #1aad19
}

.form .formMiddle .search.searchType5 {
	background-color: #1aad19
}

#g_web .g_bgColor {
	background-color: #1aad19
}

.productNewDetailPanel .detailHeaderColor {
	background-color: #1aad19
}

.newsNewDetailPanel .detailHeaderColor {
	background-color: #1aad19
}

.g_bdColor {
	border-color: #1aad19
}

.g_color {
	color: #1aad19
}

.technicalSupport a {
	color: #999
}

.serBaseIcon .icon-serItemIcon:before {
	font-size: 1.3rem
}

.serBaseIcon .serItemIcon {
	height: 1.4rem
}

.homeIcon {
	font-size: 1.4rem
}

.productNewDetailPanel .tabLi {
	font-size: .6rem
}

.orderSettle .orderSettle_line .count_line {
	font-size: .6rem
}

.orderSettle .orderSettle_line .mall_price {
	font-size: .6rem
}

#profile .profileContent .icon-addrInfoIcon:before {
	content: "\ea91";
	color: #333
}

#profile .profileContent .icon-cLogoutIcon:before {
	content: "\ea94";
	color: #333
}

#profile .profileContent .icon-starIcon:before {
	content: "\ea90";
	color: #333
}

#profile .profileContent .icon-coupons:before {
	content: "\ea92";
	color: #333
}

#profile .profileContent .icon-pInfoIcon:before {
	content: "\ea9f";
	color: #333
}

#profile .profileContent .icon-cPswIcon:before {
	content: "\ea97";
	color: #333
}

#profile .profileContent .icon-noticeIcon:before {
	content: "\eaa0";
	color: #333
}

#profile .profileContent .icon-integralIcon:before {
	content: "\ea96";
	color: #333
}

#profile .profileContent .icon-orderIcon:before {
	font-size: 1rem;
	content: "\ea99";
	color: #333
}

.propInfoCell {
	font-size: .6rem
}

.payCount_line .totalKey {
	font-size: .6rem
}

.payCount_line .priceDiv {
	font-size: .6rem
}

.payCount_line .saleSaveMoneyKey {
	font-size: .5rem
}

.payCount_line .saleSaveMoney {
	font-size: .5rem
}

.addressList .selectedArea {
	font-size: .55rem
}

#addrInfoList .addrInfo .right .edit:before {
	font-size: .75rem
}

#addrInfoList .addrInfo .right .cutOut:before {
	font-size: .75rem
}

#editAddrInfo .orderSaveAddrInfo {
	height: 2rem;
	padding: 0rem;
	line-height: 2rem
}

.orderDetail .orderDetailArea .line .item_name {
	font-size: .6rem
}

.orderDetail .orderDetailArea .line .item_val {
	color: #666
}

.g_mallButton {
	width: 40%;
	padding: .45rem 0;
	border-width: .05rem
}

.productAddMall.g_mallButton {
	margin: .6rem 1rem .6rem 0
}

.orderSettle .order_bottom .g_button {
	width: 5rem
}

.orderButton {
	padding: 0 .85rem;
	font-size: .6rem
}

#addrInfoList .orderAddAddrInfo {
	height: 2rem;
	padding: 0rem;
	line-height: 2rem
}

.buyButton {
	padding: 0 .85rem;
	font-size: .6rem
}

.productNewDetail .productParamterNameList {
	font-size: .6rem
}

.mallCart .bottom .g_button {
	width: 5rem
}

.orderSettle .order_bottom .mall_allPrice {
	min-width: 7.6rem
}

.productNewDetailPanel .uiCusStyle {
	font-size: .6rem
}

.productDetailInfoPanel {
	font-size: .6rem
}

.orderDetail .orderDetailTop .orderDetailButton {
	width: 4.5rem;
	height: 1.5rem;
	font-size: .6rem;
	line-height: 1.4rem
}

.orderDetail .morePayMod {
	font-size: .6rem
}

.modifyArea {
	font-size: .6rem
}

.orderDetail .orderDetail_line .itgName {
	font-size: .6rem
}

.orderDetail .orderAddrDetailLine .line_item {
	line-height: 1.2rem
}

#addrInfoList .addrInfo {
	margin-top: .5rem;
	margin-bottom: .5rem;
	height: 6.3rem
}

.g_locale2052 .orderNumber {
	font-size: .6rem
}

.g_locale2052 .orderStatus {
	font-size: .6rem
}

.orderDetail .orderDetailTop .bottom {
	margin-left: 2.8rem;
	margin-right: 2.8rem
}

.mallPrice {
	color: #1aad19
}