/* 未能缩小。正在返回未缩小的内容。
(717,1): run-time error CSS1019: Unexpected token, found '@charset'
(717,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(717,17): run-time error CSS1019: Unexpected token, found ';'
(842,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(843,6): run-time error CSS1035: Expected colon, found '{'
(850,2): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(851,6): run-time error CSS1035: Expected colon, found '{'
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; 
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

li {
  list-style: none; }

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

 .page-app{ background:#f0f0f0!important;}
body{background:#f0f0f0!important;} 
  
  .wmr-loader {
     background: #5e5e5e;
    width: 60px!important;
    height: 60px!important;
    border-radius: 8px;
    z-index: 9999999;
    position: fixed!important;
    top: 50%!important;
    left: 50%;
    border: 0;
    margin-left: -30px!important;
    margin-top: -30px!important;
}.wmr-loader .wmr-icon-loading {
    background-color: #F00;
    display: block;
    margin: 15px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 2.25em;
     background: url(../images/loading.gif) no-repeat center;
    background-size: 100%;
    text-align: center;
}.wmr-loader h1 {
    color: #fff;
    text-align: center;
}
  /*---------------------------------------------弹窗开始---------------------------------------------*/
.popup_content {
  width: 100%;
  max-width: 500px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  z-index: 998;
}
.popup_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
.popup_box.bottom {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
}
.popup_main {
  width: 72.2222%;
}
.prompt_popup_content {
  background-color: #ffffff;
}
.prompt_popup_head {
  min-height: 30px;
  padding: 20px 10px;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  background-image: -webkit-linear-gradient(0, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-image: -moz-linear-gradient(0, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-image: -ms-linear-gradient(0, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-image: -o-linear-gradient(0, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-image: linear-gradient(0, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.prompt_popup_head span,
.prompt_popup_head small {
  font-size: 15px;
  color: #333333;
  display: block;
}
.prompt_popup_head small {
  margin-top: 6px;
}
.prompt_popup_btn {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-align: center;
  -moz-box-align: center;
}
.prompt_popup_btn button {
  height: 40px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  font-size: 14px;
}
.prompt_popup_btn_left {
  color: #666666;
  background-image: -webkit-linear-gradient(270deg, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-image: -moz-linear-gradient(270deg, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-image: -ms-linear-gradient(270deg, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-image: -o-linear-gradient(270deg, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-image: linear-gradient(270deg, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.prompt_popup_btn_right {
  color: #26b594;
}
.selectype_popup_content {
  width: 100%;
}
.selectype_popup_list,
.selectype_popup_btn {
  text-align: center;
  background-color: #ffffff;
}
.selectype_popup_list ul li {
  background-image: -webkit-linear-gradient(0, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-image: -moz-linear-gradient(0, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-image: -ms-linear-gradient(0, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-image: -o-linear-gradient(0, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-image: linear-gradient(0, #f0f0f0, #f0f0f0 50%, transparent 50%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.selectype_popup_list ul li:last-child {
  background-image: none;
}
.selectype_popup_list ul li,
.selectype_popup_btn span {
  padding: 12px 0;
  font-size: 14px;
  color: #333333;
  display: block;
}
.loading_icon{  width: 30px;
    height: 30px;
      background: url(../images/loading.gif) no-repeat center;
	    margin: 0px auto;    padding-top: 30px;
    background-size: 100%;
    text-align: center;}
/*---------------------------------------------弹窗结束---------------------------------------------*/
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -webkit-text-size-adjust: none;
  /* 2 */
  -moz-text-size-adjust: none;
  /* 2 */
  text-size-adjust: none;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  text-decoration: none;
  color: #323232; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
  color: #323232; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  color: #323232; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: 100; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  cursor: default;
  -ms-content-zooming: none;
  -webkit-text-size-adjust: 100%;
  background: whitesmoke;
  font-size: 12px;
  line-height: 24px;
  color: #707070;
  height: 100%; 
font-family: "微软雅黑","YaHei","黑体",Tahoma,Helvetica,arial,sans-serif;
}

header {
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  background: #ff6e6e;/*-webkit-linear-gradient(top, #f1f1f1, #e5e5e5);*/
  background: -moz-linear-gradient(top, #f1f1f1, #ff6e6e);
  background: linear-gradient(top, #f1f1f1, #ff6e6e);
  background-color:#ff6e6e;
  /*background: #ea5413;*/
  /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
/*   border-bottom: 1px solid #c3c3c3 */
}
header a{
	display:inline-block;
	padding-right:25px;
	background:url(../images/icos/tou.png) no-repeat right 13px;
	background-size:18px;
    padding-left: 30px;
    overflow: hidden;
  
}
#scroll_address_2 {
    position:absolute!important;
    bottom:0px;
    z-index: 99999999999999;
 }
.wmr_subord_info_l, .wmr_subord_info_r{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.checkonejuan{background:url('/upload/images/xz01.png') no-repeat ;border:none!important} 
.checkjuan{
    float: right;margin-top: 15px; width: 25px;height: 25px;background-size: 25px 25px;margin-right: 12px;border-radius: 16px;
    font-size: 23px;text-align: center;border: 1px solid #999999; ;
} 
 .toptitBox .adr_toptitL {
    height: 22px;
    display: inline-block;
    width: 3.625%;
    float: left;
}
.toptitBox .adr_toptitL i {
    display: inline-block;
    width: 100%;
    height: 22px;
    background-image: url(/templates/<{$tempdir}>/public/wxsite/images/top04.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
 .newadd li .newinp {
    width: 200px;
  margin-left: 0px;
    font-size: 14px;
}
.newadd {width:100%;}
.newadd li {
    border-bottom: 1px solid #e8e8e8;
    line-height: 42px;}
.no font{color:#999999!important}
.no li{color:#999999!important}
#no {color:#999999!important;background-color:#f0f0f0!important;}
.hui{
    background-color: #ff00ff;
    color: #fff;
    font-size: 8px;
    padding: 0 2px;
    margin-right: 8px;
}
.wmr_subord_xj span{font-weight:bold;color:#000}
.wmr_subord_xj b{font-weight:bold}
.notusejuan{
    background-color: #fff;
    border-radius: 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    height: 35px;
    margin-left: -10px;
    line-height: 35px;
}
.return {
 width: 42px;
  height: 42px;
  background: url(../images/icos/return.png) center 10px no-repeat;
  background-size: 9px 15px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.returnbtn {
 width: 42px;
  height: 42px;
  background: url(../images/icos/return.png) center 10px no-repeat;
  background-size: 9px 15px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ico {
  width: 48px;
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  background: #ea5413;
  color: #fff; }

.container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  min-height: 440px; }

.wm-container {
  width: 100%;
  position: relative;
  overflow: hidden; }

.clearfix:after {
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
  display: block; }

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
 /* background: #fff;*/
  /*border-top: 1px solid #ea5413;*/
  margin-top: 10px; }
  footer p {
    text-align: center;
    color: #cacaca; }

nav {
  height: 45px;
  line-height: 45px;
  background: #dfdfdf; }
  nav ul li {
    width: 25%;
    float: left;
    text-align: center;
    display: block; }
  nav + p {
    color: #737373;
    height: 44px;
    line-height: 44px; }

.inputBtn {
  height: 36px;
  width: 210px;
  padding: 0;
  margin: 15px auto 0;
  display: block;
  font-size: 14px;
  color: #fff;
  /*border:1px solid #ccc;
  border-radius: 3px;*/
  text-align: center;
  /*text-indent: 10px;*/
  /*background:-webkit-linear-gradient(top,#dd0815,#c30713);*/
  /*background:-moz-linear-gradient(top,#dd0815,#c30713);*/
  /*background:linear-gradient(top,#dd0815,#c30713);*/
  background: #ea5413;
  border: none;
  
  }
  .inputBtn:active{
	background:#f37f4c;
}

.inputInp {
  height: 39px;
  width: 100%;
  padding: 0;
  margin: 15px auto 0;
  display: block;
  font-size: 12px;
  color: #737373;
  border: 1px solid #e5e5e5;
  text-indent: 10px;
  background:url(../images/icos/baiInt.jpg) repeat-x;
}

.identifyingarea .inputInp {
  width: 75%;
  float: left; }
.identifyingarea .identifyingcode {
  width: 23%;
  margin-top: 15px;
  height: 41px;
  line-height: 41px;
  color: #fff;
  text-align: center;
  float: right;
  display: block;
  background: #6bb4b0; }

.select-area {
  height: 39px;
  line-height: 39px;
  margin: 15px auto 0; }
  .select-area select {
    width: 40%;
    height: 39px;
    line-height: 39px; }

.colred {
  color: #ea5413; }

.colgreen {
  color: #80a636; }

.colblack {
  color: #323232; }

.colgrey {
  color: #737373; }

.fontbold {
  font-weight: 100; }

 
.address {
  width: 80%; }

.alertbox,
.alertbox2 {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 3; }
  .alertbox.sh,
  .alertbox2.sh {
    display: block; }

/*小东添加*/
.tapclass {
  background-color: #f5f5f5!important;
  }
 a.tapclass,span.tapclass {
  background-color: #ea5413!important;
  color:#ffffff!important;
  border:1px solid #ea5413!important;
 }
 
 header div.tapclass{

  background-color: #dcdcdc!important;



  
 }
 
 footer nav ul li.tapclass{
     background: #ccc!important
     
 }
/*淑英添加2014/2/28*/
.btnAdd { 
	padding: 20px 0px 35px 0px;
}
.w300{
	width:93.75%;
	margin:0px auto;	
}
.ellipsis{
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}


/*弹出层*/
#mask {
	background: none repeat scroll 0 0 #000000;
	height: 100%;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: fixed;
	width: 100%;
	z-index: 666;
	left: 0px;
	top: 0px;
	display: block
}
.popup {
	display: block;
	position: fixed;
	padding: 12px 0px;
	z-index: 667;
	width: 296px;
	background: #fff;
	border: 5px solid #e5e5e5;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	/*height: 100px;*/
	top: 40%;
	left: 50%;
	margin-left: -150px;
	margin-top: -79px
}
.pad20 {
	padding: 20px;
	padding-bottom: 0px;
}
.pad30 {
	padding: 20px 24px 20px 36px;
	padding-top: 20px;
}
.closex01 {
	width: 39px;
	height: 39px;
	background: url(../images/icos/close.png) no-repeat;
	position: absolute;
	left: -12px;
	top: -12px;
	background-size: 20px 20px;
	line-height: 200px;
	overflow: hidden;
}

.inputBtn01, .inputBtn02, .inputBtn03, .inputBtn04,.inputBtn05 {
	height: 32px;
	width: 155px;
	padding: 0;
	margin: 12px auto;
	display: block;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	background: -webkit-linear-gradient(top, #dedede, #ff6e6e);
	background: -moz-linear-gradient(top, #dedede, #ff6e6e);
	background: linear-gradient(top, #dedede, #ff6e6e);
	border: 1px solid #e5e5e5;
	letter-spacing: 2px;
	
}
.inputBtn02 {
	background: -webkit-linear-gradient(top, #dd0815, #c30713);
	background: -moz-linear-gradient(top, #dd0815, #c30713);
	background: linear-gradient(top, #dd0815, #c30713);
	border: none;
}
.clear:after{content:'';display:block;clear:both;}
.clear{zoom:1;}

/*弹出层结束*/
.nocontent {
	padding-bottom:20px;
    text-align: center;
}
.nocontent img {
    margin-top: 50px;
}
.nocontent p {
    color: #c2c2c2;
}
.more{
	display:inline-block;
	text-align:center; 
	padding:2px 20px;
	background:url(../images/icos/loadSamll.gif) no-repeat left;
} 
@charset "utf-8";
/* CSS Document */
.position,.position02 {
	line-height: 24px;
	
	/*padding-left: 48px;*/
	/*background: url(../images/icos/posion01.png) 10px 0px no-repeat;*/
	background-size: 34px 33px;
	text-align:center;
	padding:0px 10px;
}
.position02{ 
	/*background:url(../images/icos/position02.png) 10px 0px no-repeat;*/
	background-size: 34px 33px;
	
}
.inputBtn03, .inputBtn04 {
	width: 86px;
	height: 30px;
	text-indent: 0px;
	float:left;
}
.inputBtn03 {
	color: #323232;
	background: -webkit-linear-gradient(top, #dedede, #c1c1c1);
	background: -moz-linear-gradient(top, #dedede, #c1c1c1);
	background: linear-gradient(top, #dedede, #c1c1c1);
	/*border: 1px solid #a3a3a3;*/
    border: none;
}
.inputBtn04{
	background: -webkit-linear-gradient(top, #ea5413, #ea5413);
	background: -moz-linear-gradient(top, #dd0916, #c30814);
	background: linear-gradient(top, #dd0916, #c30814);
	border: none;
	float:right;
	
}

.inputBtn05 {
	width:86px;
	background: -webkit-linear-gradient(top, #ff6e6e, #ff6e6e);
	background: -moz-linear-gradient(top, #dd0916, #ff6e6e);
	background: linear-gradient(top, #ff6e6e, #ff6e6e);
	/* border: 1px solid #a0050f; */
	border: none;
}
.inputBtn05{ margin:0px auto;}
.w200 {
	width: 200px;
	margin: 0px auto;
}
.popup {
	
	padding:0px;
	border: 1px solid #999;
	opacity: 0.95;
}
.closex {
	line-height:200px;
	height:12px;
	overflow: hidden;
	display:block;
}
.popup h3{ height:40px; line-height:40px; text-align:center; font-size:14px; font-weight:bold; color:#707070}
.bgPray{ background:#f2f2f2; border-top:1px solid #e4e4e4; padding:10px 0px; margin-top:10px;}


#alertbox3 {
    background: rgba(128, 128, 128, 0.2);
    /*background: rgb(253,253,253,0.9);*/
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#alertbox3 img{
  position:static;
  position:relative;
  top:40%;
  left:50%;
 }
#loading{
	display: none;
}
.loadingbox{
	width:100%;
	height: 100%;
	position: fixed;
	top:0px;
	left:0px;
	z-index: 9999;
	background:rgba(255,255,255,0.5);
	display:-webkit-box;
	display:box;
	-webkit-box-align:center;
	box-align:center;
	-webkit-box-pack:center;
	box-pack:center;
}
.loadingpice{

	display:block;
	width: 50px;
	height: 50px;
	background-image:url(../images/loading1.png);
	background-size: 50px;
	animation: mymove 2s infinite linear;
	-webkit-animation: mymove 1.5s infinite linear; /*Safari and Chrome*/
	
}

.ffffbox{
	display:block;
	width: 40px;
	height: 40px;
	padding: 5px;
	/*background:rgba(0,0,0,0.6);*/
	border-radius: 5px;
}


 @keyframes mymove {
from {
transform: rotate(0deg)
}
to {
	transform: rotate(360deg)
}
}
 @-webkit-keyframes mymove{
from {
-webkit-transform: rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg)
}
}

body {background: whitesmoke; }
.box_inline{
display: -webkit-box;
display: -moz-box;
display: -o-box;
display: box;
-webkit-box-align: center;
-moz-box-align: center;
-o-box-align: center;
box-align: center;
}
.liwd10{
width:10%;
}
.liwd20{
width:20%;
}
.liwd30{
width:30%;
}
.liwd40{
width:40%;
}
.liwd50{
width:50%;
}
.liwd60{
width:60%;
}
.liwd70{
width:70%;
}
.liwd80{
width:80%;
}
.liwd90{
width:90%;
} 
	#header {
	position:absolute; z-index:2;
	top:0; left:0;
	width:100%;
	height:42px;
	line-height:42px; 
	padding:0;   border:none;
	text-align:center;
}
	#wrapper {
	position:absolute; z-index:1;
	top:42px; 
	bottom:48px; 
	left:0;
	width:100%; 
	overflow:auto;
}
#scroller {
	z-index:1; 
	width:100%;
	padding:0;
}
#footer {
	position:absolute; z-index:2;
	bottom:0; left:0;
	width:100%;
	height:48px;
	background-color:#222;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.02, #666), color-stop(1, #222));
	background-image:-moz-linear-gradient(top, #999, #666 2%, #222);
	background-image:-o-linear-gradient(top, #999, #666 2%, #222);
	padding:0;
	border-top:1px solid #444;
}

/******画弹出商品自规格选择框样式12.16******/
.cart_products_list{position:absolute;z-index:20000;}
.cart_products_title{text-align:right;height: 22px;}
.cart_products_title span{padding:5px 10px 5px 10px;background-color:#ff2c4a;color:#fff;cursor:pointer;}
.cart_products_content_area{width:100%;background-color:#fff;border-top:2px solid #ff2c4a;border-left:1px solid #E6E6E6;border-bottom:1px solid 

#E6E6E6;border-right:1px solid #E6E6E6;}
.cart_products_content_area .cart_products_content{
	
	padding-left:10px;padding-right:10px;padding-bottom:10px;
}
.cart_products_content .cart_pro_all{
	clear:both;
}
.cart_pro_label{
	width:20%;float:left;padding-top:5px;
}
.cart_pro_list{
	width:80%;float:left; 
}
ul.cart_pro_list  li{float:left;margin:5px 5px 0px 5px;padding:0px 5px 0px 5px;cursor:pointer;} 
ul.cart_pro_list  li.checked{background-color:#ff2c4a;color:#fff;}
ul.cart_pro_list  li.disable{background-color:#fff;color:#ccc;}
.cart_pro_addbtn{
	padding: 3px 7px;
    cursor: pointer; 
    line-height: 20px; 
    text-align: center;
    font-size: 12px;
    color: #fff;
    height: 20px;
    background: #ff2c4a; 
    border-radius: 50%;
}
.cart_pro_delbtn{
	padding: 3px 9px;
    cursor: pointer; 
    line-height: 20px; 
    text-align: center;
    font-size: 12px;
    color: #fff;
    height: 20px;
    background: #ff2c4a; 
    border-radius: 50%;
}
.cart_pro_bottom_div{
text-align:center;margin-top:10px;
}
.cart_pro_bottom_div span.cart_pro_sure_btn{
	padding: 3px 10px;
    cursor: pointer;
    margin-top: 10px; 
    line-height: 30px; 
    text-align: center;
    font-size: 12px;
    color: #fff;
    height: 30px;
    background: #ff2c4a; 
    border-radius: 3px;
}
.cart_pro_bottom_div span.disable{
	background-color:#ccc;
}
.productloding{
	background-color:#fff;
	height:80px;
	line-height:80px;
	text-align:center;
}


/*--------------------------帮助中心开始--------------------------*/

.currencyCon {
    padding: 0 2.7777%;
    line-height: 48px;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    background-color: #ff6e6e;
    overflow: hidden;
}

.currencyC {
    -moz-box-flex: 3;
    -webkit-box-flex: 3;
    text-align: center;
    width:80%;
}

.currencyC h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    display: inline-block;
}

.currencyC i{
    font-size: 16px;
    color: #fff;
    margin-left: 6px;
}
.currencyL {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    text-align: left;
}

.currencyL i {
    font-size: 20px;
    color: #fff;
}


.homeHelpCon {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.homeHelpCon .homeHelpBox {
    width: 100%;
    overflow: hidden;
}

.homeHelpCon .homeHelpBox .homeHelpTit {
    line-height: 39px;
    margin-left: 2.7777%;
    padding-right: 2.8571%;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

.homeHelpCon .homeHelpBox .homeHelpTit h3 {
    font-size: 14px;
    color: #333333;
    float: left;
    font-weight: normal;
}

.homeHelpCon .homeHelpBox .homeHelpTit i {
    line-height: 39px;
    font-size: 20px;
    color: #adadad;
    float: right;
}

.homeHelpCon .homeHelpBox .hoHeTiaA {
    padding: 0 2.8571% 0 2.7777%;
    margin: 0 auto;
    background-color: #f0f0f0;
    border: none;
}

.homeHelpCon .homeHelpBox .hoHeTiaA h3 {
    color: #2dbb19;
}

.homeHelpCon .homeHelpBox .hoHeTiaA i {
    color: #2dbb19;
}

.homeHelpCon .homeHelpBox .homeHelpNr {
    padding: 0 2.7777% 6px 5.5555%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

.homeHelpCon .homeHelpBox .homeHelpNr .homeHelp {
    width: 100%;
    overflow: hidden;
}

.homeHelpCon .homeHelpBox .homeHelpNr .homeHelp span {
    line-height: 33px;
    font-size: 13px;
    color: #333333;
}

.homeHelpCon .homeHelpBox .homeHelpNr .homeHelp p {
    padding-left: 6.3606%;
    line-height: 18px;
    font-size: 11px;
    color: #808080;
}
.hide{
    display:none;
}
/*--------------------------帮助中心结束--------------------------*/



/*--------------------------通用提示开始--------------------------*/

@keyframes fade-in {  
    0% {opacity: 0;}/*初始状态 透明度为0*/  
    40% {opacity: 0;}/*过渡状态 透明度为0*/  
    100% {opacity: 1;}/*结束状态 透明度为1*/  
}  
@-webkit-keyframes fade-in {/*针对webkit内核*/  
    0% {opacity: 0;}  
    40% {opacity: 0;}  
    100% {opacity: 1;}  
}

.curProCon{
	width: 100%;
	display: table;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 11%;
	z-index: 99999999999;
}

.curProHide{
	animation: fade-in;/*动画名称*/  
    animation-duration: .18s;/*动画持续时间*/  
    -webkit-animation:fade-in .18s;/*针对webkit内核*/
}

.curProCon .curProBox{
	width: 100%;
	text-align: center;
	display: table-cell;
}

.curProCon .curProBox span{
	max-width: 80%;
	min-width: 150px;
	line-height: 22px;
	padding: 6px 5px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	background-color: #404040;
	border-radius: 5px;
}

/*--------------------------通用开始结束--------------------------*/

/*--------------------------通用删选结束--------------------------*/

/*--------------------------通用弹窗开始--------------------------*/

.curPopCon{
	width: 75%;
	margin: -62.5px 0 0 -37%;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
}

.curPopCon .curPopTop{
	width: 100%;
	line-height: 85px;
	text-align: center;
	background-color: #fbfbfb;
	border-radius: 6px 6px 0 0;
}

.curPopCon .curPopTop span{
	font-size: 16px;
	color: #1a1a1a;
}

.curPopCon .curPopBot{
	width: 100%;
	height: 40px;;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	background-image: -webkit-linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-image: -moz-linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-image: -ms-linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-image: -o-linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-image: linear-gradient(0,#e5e5e5,#e5e5e5 50%,transparent 50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: top;
	display: -webkit-box;
	display: -moz-box;
	display: box;
}

.curPopCon .curPopBot b,
.curPopCon .curPopBot span{
	font-size: 16px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	display: block;
}

.curPopCon .curPopBot b{
	color: #01cd88;
	background-image: -webkit-linear-gradient(270deg,#ebebeb,#ebebeb 50%,transparent 50%);
	background-image: -moz-linear-gradient(270deg,#ebebeb,#ebebeb 50%,transparent 50%);
	background-image: -ms-linear-gradient(270deg,#ebebeb,#ebebeb 50%,transparent 50%);
	background-image: -o-linear-gradient(270deg,#ebebeb,#ebebeb 50%,transparent 50%);
	background-image: linear-gradient(270deg,#ebebeb,#ebebeb 50%,transparent 50%);
	background-size: 1px 100%;
	background-repeat: no-repeat;
	background-position: right;
}

.curPopCon .curPopBot span{
	color: #808080;
}#locationing{text-align: center;
    wdith: 80px;
    height: 90px;
    margin-left: -40px;
    margin-top: -45px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999999;}

/*--------------------------通用弹窗结束--------------------------*/
