body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
table,
tr,
th,
td,
em,
i {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}
html {
  height: 100%;
  font-size: 20px;
}
body {
  color: #040404;
  font-family: "微软雅黑", "Microsoft YaHei";
  font-size: 100%;
  height: 100%;
}
input {
  border: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
  resize: none;
  outline: none;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 1px;
  margin: 0;
}
a {
  color: #040404;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
ul,
ol,
li {
  list-style: none;
}
img {
  border: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #adadad;
}
.clearfix {
  zoom: 1;
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.c-red {
  color: #c82d5f;
}
.c-pink {
  color: #ff0000;
}
.c-gray {
  color: #656565;
}
.c-lightgray {
  color: #959595;
}
.c-darkgray {
  color: #252525;
}
.c-white {
  color: #ffffff;
}
.c-bluegray {
  color: #585c64;
}
.t-underline {
  text-decoration: underline;
}
.bg-white {
  background: #ffffff;
}
.bg-gray {
  background: #f2f2f2;
}
.hide {
  display: none ;
}
.show {
  display: block;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
/* icon */
.u-icon {
  display: inline-block;
  background: url(../images/icon_sprite.png?v=4) no-repeat;
  background-size: 11.25rem auto;
}

/*less mixins start*/
.max-width {
  /*max-width: 720px;*/
}
/*边距算在宽高里面*/
.box-sizing {
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/*边角*/
/*宽*/
/*高*/
/*行高*/
/*浮动位置*/
/*外边距*/
/*内边距*/
/*字号*/
/*背景位置*/
/*过渡动画*/
/*去除点击链接时候出现的高亮边框*/
.tap-color {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
/*透明度*/
/*less mixins end*/
/*禁止长按出现复制*/
.select-none {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/*生成基本定位 开始*/
.mt100 {
  margin-top: 2.22222222rem;
}
.mb100 {
  margin-bottom: 2.22222222rem;
}
.ml100 {
  margin-left: 2.22222222rem;
}
.mr100 {
  margin-right: 2.22222222rem;
}
.pt100 {
  padding-top: 2.22222222rem;
}
.pb100 {
  padding-bottom: 2.22222222rem;
}
.pl100 {
  padding-left: 2.22222222rem;
}
.pr100 {
  padding-right: 2.22222222rem;
}
.mt90 {
  margin-top: 2rem;
}
.mb90 {
  margin-bottom: 2rem;
}
.ml90 {
  margin-left: 2rem;
}
.mr90 {
  margin-right: 2rem;
}
.pt90 {
  padding-top: 2rem;
}
.pb90 {
  padding-bottom: 2rem;
}
.pl90 {
  padding-left: 2rem;
}
.pr90 {
  padding-right: 2rem;
}
.mt80 {
  margin-top: 1.77777778rem;
}
.mb80 {
  margin-bottom: 1.77777778rem;
}
.ml80 {
  margin-left: 1.77777778rem;
}
.mr80 {
  margin-right: 1.77777778rem;
}
.pt80 {
  padding-top: 1.77777778rem;
}
.pb80 {
  padding-bottom: 1.77777778rem;
}
.pl80 {
  padding-left: 1.77777778rem;
}
.pr80 {
  padding-right: 1.77777778rem;
}
.mt70 {
  margin-top: 1.55555556rem;
}
.mb70 {
  margin-bottom: 1.55555556rem;
}
.ml70 {
  margin-left: 1.55555556rem;
}
.mr70 {
  margin-right: 1.55555556rem;
}
.pt70 {
  padding-top: 1.55555556rem;
}
.pb70 {
  padding-bottom: 1.55555556rem;
}
.pl70 {
  padding-left: 1.55555556rem;
}
.pr70 {
  padding-right: 1.55555556rem;
}
.mt60 {
  margin-top: 1.33333333rem;
}
.mb60 {
  margin-bottom: 1.33333333rem;
}
.ml60 {
  margin-left: 1.33333333rem;
}
.mr60 {
  margin-right: 1.33333333rem;
}
.pt60 {
  padding-top: 1.33333333rem;
}
.pb60 {
  padding-bottom: 1.33333333rem;
}
.pl60 {
  padding-left: 1.33333333rem;
}
.pr60 {
  padding-right: 1.33333333rem;
}
.mt50 {
  margin-top: 1.11111111rem;
}
.mb50 {
  margin-bottom: 1.11111111rem;
}
.ml50 {
  margin-left: 1.11111111rem;
}
.mr50 {
  margin-right: 1.11111111rem;
}
.pt50 {
  padding-top: 1.11111111rem;
}
.pb50 {
  padding-bottom: 1.11111111rem;
}
.pl50 {
  padding-left: 1.11111111rem;
}
.pr50 {
  padding-right: 1.11111111rem;
}
.mt40 {
  margin-top: 0.88888889rem;
}
.mb40 {
  margin-bottom: 0.88888889rem;
}
.ml40 {
  margin-left: 0.88888889rem;
}
.mr40 {
  margin-right: 0.88888889rem;
}
.pt40 {
  padding-top: 0.88888889rem;
}
.pb40 {
  padding-bottom: 0.88888889rem;
}
.pl40 {
  padding-left: 0.88888889rem;
}
.pr40 {
  padding-right: 0.88888889rem;
}
.mt30 {
  margin-top: 0.66666667rem;
}
.mb30 {
  margin-bottom: 0.66666667rem;
}
.ml30 {
  margin-left: 0.66666667rem;
}
.mr30 {
  margin-right: 0.66666667rem;
}
.pt30 {
  padding-top: 0.66666667rem;
}
.pb30 {
  padding-bottom: 0.66666667rem;
}
.pl30 {
  padding-left: 0.66666667rem;
}
.pr30 {
  padding-right: 0.66666667rem;
}
.mt24 {
  margin-top: 0.53333333rem;
}
.mb24 {
  margin-bottom: 0.53333333rem;
}
.ml24 {
  margin-left: 0.53333333rem;
}
.mr24 {
  margin-right: 0.53333333rem;
}
.pt24 {
  padding-top: 0.53333333rem;
}
.pb24 {
  padding-bottom: 0.53333333rem;
}
.pl24 {
  padding-left: 0.53333333rem;
}
.pr24 {
  padding-right: 0.53333333rem;
}
.mt23 {
  margin-top: 0.51111111rem;
}
.mb23 {
  margin-bottom: 0.51111111rem;
}
.ml23 {
  margin-left: 0.51111111rem;
}
.mr23 {
  margin-right: 0.51111111rem;
}
.pt23 {
  padding-top: 0.51111111rem;
}
.pb23 {
  padding-bottom: 0.51111111rem;
}
.pl23 {
  padding-left: 0.51111111rem;
}
.pr23 {
  padding-right: 0.51111111rem;
}
.mt22 {
  margin-top: 0.48888889rem;
}
.mb22 {
  margin-bottom: 0.48888889rem;
}
.ml22 {
  margin-left: 0.48888889rem;
}
.mr22 {
  margin-right: 0.48888889rem;
}
.pt22 {
  padding-top: 0.48888889rem;
}
.pb22 {
  padding-bottom: 0.48888889rem;
}
.pl22 {
  padding-left: 0.48888889rem;
}
.pr22 {
  padding-right: 0.48888889rem;
}
.mt21 {
  margin-top: 0.46666667rem;
}
.mb21 {
  margin-bottom: 0.46666667rem;
}
.ml21 {
  margin-left: 0.46666667rem;
}
.mr21 {
  margin-right: 0.46666667rem;
}
.pt21 {
  padding-top: 0.46666667rem;
}
.pb21 {
  padding-bottom: 0.46666667rem;
}
.pl21 {
  padding-left: 0.46666667rem;
}
.pr21 {
  padding-right: 0.46666667rem;
}
.mt20 {
  margin-top: 0.44444444rem;
}
.mb20 {
  margin-bottom: 0.44444444rem;
}
.ml20 {
  margin-left: 0.44444444rem;
}
.mr20 {
  margin-right: 0.44444444rem;
}
.pt20 {
  padding-top: 0.44444444rem;
}
.pb20 {
  padding-bottom: 0.44444444rem;
}
.pl20 {
  padding-left: 0.44444444rem;
}
.pr20 {
  padding-right: 0.44444444rem;
}
.mt19 {
  margin-top: 0.42222222rem;
}
.mb19 {
  margin-bottom: 0.42222222rem;
}
.ml19 {
  margin-left: 0.42222222rem;
}
.mr19 {
  margin-right: 0.42222222rem;
}
.pt19 {
  padding-top: 0.42222222rem;
}
.pb19 {
  padding-bottom: 0.42222222rem;
}
.pl19 {
  padding-left: 0.42222222rem;
}
.pr19 {
  padding-right: 0.42222222rem;
}
.mt18 {
  margin-top: 0.4rem;
}
.mb18 {
  margin-bottom: 0.4rem;
}
.ml18 {
  margin-left: 0.4rem;
}
.mr18 {
  margin-right: 0.4rem;
}
.pt18 {
  padding-top: 0.4rem;
}
.pb18 {
  padding-bottom: 0.4rem;
}
.pl18 {
  padding-left: 0.4rem;
}
.pr18 {
  padding-right: 0.4rem;
}
.mt17 {
  margin-top: 0.37777778rem;
}
.mb17 {
  margin-bottom: 0.37777778rem;
}
.ml17 {
  margin-left: 0.37777778rem;
}
.mr17 {
  margin-right: 0.37777778rem;
}
.pt17 {
  padding-top: 0.37777778rem;
}
.pb17 {
  padding-bottom: 0.37777778rem;
}
.pl17 {
  padding-left: 0.37777778rem;
}
.pr17 {
  padding-right: 0.37777778rem;
}
.mt16 {
  margin-top: 0.35555556rem;
}
.mb16 {
  margin-bottom: 0.35555556rem;
}
.ml16 {
  margin-left: 0.35555556rem;
}
.mr16 {
  margin-right: 0.35555556rem;
}
.pt16 {
  padding-top: 0.35555556rem;
}
.pb16 {
  padding-bottom: 0.35555556rem;
}
.pl16 {
  padding-left: 0.35555556rem;
}
.pr16 {
  padding-right: 0.35555556rem;
}
.mt15 {
  margin-top: 0.33333333rem;
}
.mb15 {
  margin-bottom: 0.33333333rem;
}
.ml15 {
  margin-left: 0.33333333rem;
}
.mr15 {
  margin-right: 0.33333333rem;
}
.pt15 {
  padding-top: 0.33333333rem;
}
.pb15 {
  padding-bottom: 0.33333333rem;
}
.pl15 {
  padding-left: 0.33333333rem;
}
.pr15 {
  padding-right: 0.33333333rem;
}
.mt14 {
  margin-top: 0.31111111rem;
}
.mb14 {
  margin-bottom: 0.31111111rem;
}
.ml14 {
  margin-left: 0.31111111rem;
}
.mr14 {
  margin-right: 0.31111111rem;
}
.pt14 {
  padding-top: 0.31111111rem;
}
.pb14 {
  padding-bottom: 0.31111111rem;
}
.pl14 {
  padding-left: 0.31111111rem;
}
.pr14 {
  padding-right: 0.31111111rem;
}
.mt13 {
  margin-top: 0.28888889rem;
}
.mb13 {
  margin-bottom: 0.28888889rem;
}
.ml13 {
  margin-left: 0.28888889rem;
}
.mr13 {
  margin-right: 0.28888889rem;
}
.pt13 {
  padding-top: 0.28888889rem;
}
.pb13 {
  padding-bottom: 0.28888889rem;
}
.pl13 {
  padding-left: 0.28888889rem;
}
.pr13 {
  padding-right: 0.28888889rem;
}
.mt12 {
  margin-top: 0.26666667rem;
}
.mb12 {
  margin-bottom: 0.26666667rem;
}
.ml12 {
  margin-left: 0.26666667rem;
}
.mr12 {
  margin-right: 0.26666667rem;
}
.pt12 {
  padding-top: 0.26666667rem;
}
.pb12 {
  padding-bottom: 0.26666667rem;
}
.pl12 {
  padding-left: 0.26666667rem;
}
.pr12 {
  padding-right: 0.26666667rem;
}
.mt11 {
  margin-top: 0.24444444rem;
}
.mb11 {
  margin-bottom: 0.24444444rem;
}
.ml11 {
  margin-left: 0.24444444rem;
}
.mr11 {
  margin-right: 0.24444444rem;
}
.pt11 {
  padding-top: 0.24444444rem;
}
.pb11 {
  padding-bottom: 0.24444444rem;
}
.pl11 {
  padding-left: 0.24444444rem;
}
.pr11 {
  padding-right: 0.24444444rem;
}
.mt10 {
  margin-top: 0.22222222rem;
}
.mb10 {
  margin-bottom: 0.22222222rem;
}
.ml10 {
  margin-left: 0.22222222rem;
}
.mr10 {
  margin-right: 0.22222222rem;
}
.pt10 {
  padding-top: 0.22222222rem;
}
.pb10 {
  padding-bottom: 0.22222222rem;
}
.pl10 {
  padding-left: 0.22222222rem;
}
.pr10 {
  padding-right: 0.22222222rem;
}
.mt9 {
  margin-top: 0.2rem;
}
.mb9 {
  margin-bottom: 0.2rem;
}
.ml9 {
  margin-left: 0.2rem;
}
.mr9 {
  margin-right: 0.2rem;
}
.pt9 {
  padding-top: 0.2rem;
}
.pb9 {
  padding-bottom: 0.2rem;
}
.pl9 {
  padding-left: 0.2rem;
}
.pr9 {
  padding-right: 0.2rem;
}
.mt8 {
  margin-top: 0.17777778rem;
}
.mb8 {
  margin-bottom: 0.17777778rem;
}
.ml8 {
  margin-left: 0.17777778rem;
}
.mr8 {
  margin-right: 0.17777778rem;
}
.pt8 {
  padding-top: 0.17777778rem;
}
.pb8 {
  padding-bottom: 0.17777778rem;
}
.pl8 {
  padding-left: 0.17777778rem;
}
.pr8 {
  padding-right: 0.17777778rem;
}
.mt7 {
  margin-top: 0.15555556rem;
}
.mb7 {
  margin-bottom: 0.15555556rem;
}
.ml7 {
  margin-left: 0.15555556rem;
}
.mr7 {
  margin-right: 0.15555556rem;
}
.pt7 {
  padding-top: 0.15555556rem;
}
.pb7 {
  padding-bottom: 0.15555556rem;
}
.pl7 {
  padding-left: 0.15555556rem;
}
.pr7 {
  padding-right: 0.15555556rem;
}
.mt6 {
  margin-top: 0.13333333rem;
}
.mb6 {
  margin-bottom: 0.13333333rem;
}
.ml6 {
  margin-left: 0.13333333rem;
}
.mr6 {
  margin-right: 0.13333333rem;
}
.pt6 {
  padding-top: 0.13333333rem;
}
.pb6 {
  padding-bottom: 0.13333333rem;
}
.pl6 {
  padding-left: 0.13333333rem;
}
.pr6 {
  padding-right: 0.13333333rem;
}
.mt5 {
  margin-top: 0.11111111rem;
}
.mb5 {
  margin-bottom: 0.11111111rem;
}
.ml5 {
  margin-left: 0.11111111rem;
}
.mr5 {
  margin-right: 0.11111111rem;
}
.pt5 {
  padding-top: 0.11111111rem;
}
.pb5 {
  padding-bottom: 0.11111111rem;
}
.pl5 {
  padding-left: 0.11111111rem;
}
.pr5 {
  padding-right: 0.11111111rem;
}
.mt4 {
  margin-top: 0.08888889rem;
}
.mb4 {
  margin-bottom: 0.08888889rem;
}
.ml4 {
  margin-left: 0.08888889rem;
}
.mr4 {
  margin-right: 0.08888889rem;
}
.pt4 {
  padding-top: 0.08888889rem;
}
.pb4 {
  padding-bottom: 0.08888889rem;
}
.pl4 {
  padding-left: 0.08888889rem;
}
.pr4 {
  padding-right: 0.08888889rem;
}
.mt3 {
  margin-top: 0.06666667rem;
}
.mb3 {
  margin-bottom: 0.06666667rem;
}
.ml3 {
  margin-left: 0.06666667rem;
}
.mr3 {
  margin-right: 0.06666667rem;
}
.pt3 {
  padding-top: 0.06666667rem;
}
.pb3 {
  padding-bottom: 0.06666667rem;
}
.pl3 {
  padding-left: 0.06666667rem;
}
.pr3 {
  padding-right: 0.06666667rem;
}
.mt2 {
  margin-top: 0.04444444rem;
}
.mb2 {
  margin-bottom: 0.04444444rem;
}
.ml2 {
  margin-left: 0.04444444rem;
}
.mr2 {
  margin-right: 0.04444444rem;
}
.pt2 {
  padding-top: 0.04444444rem;
}
.pb2 {
  padding-bottom: 0.04444444rem;
}
.pl2 {
  padding-left: 0.04444444rem;
}
.pr2 {
  padding-right: 0.04444444rem;
}
.mt1 {
  margin-top: 0.02222222rem;
}
.mb1 {
  margin-bottom: 0.02222222rem;
}
.ml1 {
  margin-left: 0.02222222rem;
}
.mr1 {
  margin-right: 0.02222222rem;
}
.pt1 {
  padding-top: 0.02222222rem;
}
.pb1 {
  padding-bottom: 0.02222222rem;
}
.pl1 {
  padding-left: 0.02222222rem;
}
.pr1 {
  padding-right: 0.02222222rem;
}
/*生成基本定位 结束*/
.t-r {
  text-align: right;
}
.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
.f12 {
  font-size: 0.26666667rem;
}
.f14 {
  font-size: 0.31111111rem;
}
.f16 {
  font-size: 0.35555556rem;
}
.f18 {
  font-size: 0.4rem;
}
.f20 {
  font-size: 0.44444444rem;
}
.f22 {
  font-size: 0.48888889rem;
}
.f24 {
  font-size: 0.53333333rem;
}
.f26 {
  font-size: 0.57777778rem;
}
.f30 {
  font-size: 0.66666667rem;
}
.f32 {
  font-size: 0.71111111rem;
}
.scale2 {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
}
.layermshow .scale2 {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
}
.regular-checkbox {
  display: none;
}
.regular-checkbox + label {
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  width: 0.51111111rem;
  height: 0.51111111rem;
  border-radius: 1px;
  display: inline-block;
  position: relative;
}
.regular-checkbox:checked + label {
  border: 1px solid #c8c8c8;
  color: #99a1a7;
}
.regular-checkbox:checked + label:after {
  content: '';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #555555;
  width: 100%;
  height: 100%;
  background: url("../images/i-check-1.png") no-repeat center center;
  background-size: 100% 100%;
}
.red-checkbox {
  display: none;
}
.red-checkbox + label {
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  width: 0.75555556rem;
  height: 0.75555556rem;
  border-radius: 1px;
  display: inline-block;
  position: relative;
}
.red-checkbox:checked + label {
  border: 1px solid #c8c8c8;
  color: #99a1a7;
}
.red-checkbox:checked + label:after {
  content: '';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #555555;
  width: 100%;
  height: 100%;
  background: url("../images/i-check-2.png") no-repeat center center;
  background-size: 100% 100%;
}
.big-checkbox + label {
  width: 0.95555556rem;
  height: 0.95555556rem;
}
.big-checkbox:checked + label:after {
  background-size: 80% 80%;
}
.regular-radio {
  display: none;
}
.regular-radio + label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.regular-radio:checked + label:after {
  content: ' ';
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  background: #bc285a;
  text-shadow: 0px;
  left: 0.34777778rem;
  top: 0.34777778rem;
}
.regular-radio:checked + label {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
}
.big-radio + label {
  width: 0.57777778rem;
  height: 0.57777778rem;
}
.big-radio:checked + label:after {
  width: 0.2rem;
  height: 0.2rem;
  left: 4px;
  top: 4px;
}
.btn-red {
  width: 2.66666667rem;
  height: 1.2rem;
  color: #ffffff;
  background: #c82d5f;
  font-size: 0.57777778rem;
  text-align: center;
}
.btn-gray {
  width: 2.66666667rem;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #323232;
  background: #f8f8f8;
  font-size: 0.57777778rem;
  text-align: center;
  border: solid 1px #c6c6c6;
}
.btn-red-big {
  width: 4rem;
  height: 1.6rem;
  line-height: 1.6rem;
  color: #ffffff;
  background: #c82d5f;
  font-size: 0.57777778rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.11111111rem;
  -webkit-border-radius: 0.11111111rem;
  -moz-border-radius: 0.11111111rem;
  -o-border-radius: 0.11111111rem;
  -ms-border-radius: 0.11111111rem;
  border: none;
  outline: none;
}
.btn-white-big {
  width: 4rem;
  height: 1.6rem;
  line-height: 1.6rem;
  color: #656565;
  background: #ffffff;
  font-size: 0.57777778rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.11111111rem;
  -webkit-border-radius: 0.11111111rem;
  -moz-border-radius: 0.11111111rem;
  -o-border-radius: 0.11111111rem;
  -ms-border-radius: 0.11111111rem;
  border: none;
  outline: none;
}
.btn-gray-big {
  width: 4rem;
  height: 1.6rem;
  line-height: 1.6rem;
  color: #656565;
  background: #f8f8f8;
  font-size: 0.57777778rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.11111111rem;
  -webkit-border-radius: 0.11111111rem;
  -moz-border-radius: 0.11111111rem;
  -o-border-radius: 0.11111111rem;
  -ms-border-radius: 0.11111111rem;
  border: solid 1px #c6c6c6;
  outline: none;
}
.u-i-store {
  width: 0.93333333rem;
  height: 0.93333333rem;
  background-position: -4.82222222rem -10.66666667rem;
  margin-top: -0.13333333rem;
  vertical-align: middle;
}
.u-i-odstatus {
  width: 0.71111111rem;
  height: 0.71111111rem;
  background-position: -6.06666667rem -10.84444444rem;
  vertical-align: middle;
  margin-top: -0.04444444rem;
  margin-right: 0.33333333rem;
}
.border-gray {
  border: solid 1px #c6c6c6;
}
.border-top-gray {
  border-top: solid 1px #c6c6c6;
}
.border-bot-gray {
  border-bottom: solid 1px #c6c6c6;
}
.border-left-gray {
  border-left: solid 1px #c6c6c6;
}
.border-right-gray {
  border-right: solid 1px #c6c6c6;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
/*无网络*/
.nonetwork {
  display: table;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.nonetwork section {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.nonetwork section .nw-icon {
  width: 5.06666667rem;
  height: 4.22222222rem;
  background: url("../images/no-network.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
/*无网络 end*/
/*loading */
.loading {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/i-bg.png");
  z-index: 9999;
}
.loading section {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.loading section .icon {
  width: 5.46666667rem;
  height: 5.46666667rem;
  background: url("../images/loading.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
.loading section .icon .progress {
  width: 5.46666667rem;
  height: 5.46666667rem;
  display: block;
  background: url("../images/loading-progress.png") no-repeat;
  background-size: 100% 100%;
  animation: loadingframe 1s linear infinite;
  animation-direction: normal;
  /* Safari and Chrome */
  -webkit-animation: loadingframe 1s linear infinite;
  -webkit-animation-direction: normal;
}
@keyframes loadingframe {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loadingframe {
  /* Safari and Chrome */
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/*loading end*/
/*欢迎界面*/
.welcome {
  height: 100%;
  width: 100%;
  position: relative;
  background: #c82d5f;
}
.welcome .index-logo {
  width: 8.35555556rem;
  height: 2.91111111rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4.22222222rem;
  margin-top: -1.66666667rem;
  background: url("../images/index-logo.png") no-repeat;
  background-size: 100%;
}
/*外层容器*/
.container {
  margin: auto;
  height: 100%;
  /*max-width: 720px;*/
  position: relative;
  background: #efefef;
  overflow: hidden;
}
/*首页搜索*/
.searcher {
  height: 2.125rem;
  background: #c72d5f;
  position: relative;
  /*搜索下拉提示*/
}
.searcher .logo {
  width: 3.75rem;
  height: 0.875rem;
  left: 0.675rem;
  top: 0.55rem;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
}
.searcher .input-wrap {
  width: 8.25rem;
  height: 1.5rem;
  left: 5.175rem;
  top: 0.3rem;
  background: #f8f8f8;
  position: absolute;
}
.searcher .input-wrap .i-hd-search {
  display: inline-block;
  width: 0.8rem;
  height: 0.7rem;
  background-position: -0.15rem -0.275rem;
  vertical-align: middle;
  left: 0.35rem;
  top: 0.4rem;
  position: absolute;
}
.searcher .input-wrap .keyword {
  display: block;
  width: 100%;
  height: 0.8rem;
  top: 50%;
  margin-top: -0.35555556rem;
  position: absolute;
  padding-left: 1.35rem;
  padding-right: 1.15rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.searcher .input-wrap .keyword input {
  width: 100%;
  line-height: 0.8rem;
  background: transparent;
  border: 0;
  font-size: 0.6rem;
  color: #323232;
  display: block;
  letter-spacing: -0.5px;
}
.searcher .input-wrap .i-hd-voice {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: -1.725rem -0.225rem;
  vertical-align: middle;
  top: 0.25rem;
  right: 0.25rem;
  position: absolute;
}
.searcher .input-wrap-w {
  width: 10.88888889rem;
  left: 2.37777778rem;
}
.searcher .scan {
  width: 1.5rem;
  height: 1.5rem;
  left: 13.95rem;
  top: 0.3rem;
  background: url(../images/scan.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.searcher .goback {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: -5.05rem -0.2rem;
  vertical-align: middle;
  top: 0.5rem;
  left: 0.5rem;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.searcher .btnsearch {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.44444444rem;
  text-align: center;
  left: 13.95rem;
  top: 0.3rem;
  background-size: 100% 100%;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  color: #ffffff;
  font-size: 0.57777778rem;
}
.searcher .search-dpl {
  position: absolute;
  background: #ffffff;
  border-bottom: solid 1px #c6c6c6;
  width: 100%;
  top: 2.17777778rem;
}
.searcher .search-dpl ul {
  padding-left: 0.84444444rem;
  padding-right: 0.84444444rem;
}
.searcher .search-dpl ul li {
  border-bottom: solid 1px #c6c6c6;
  color: #252525;
  font-size: 0.57777778rem;
  height: 1.46666667rem;
  line-height: 1.46666667rem;
}
.searcher .search-dpl ul li span {
  color: #959595;
}
/*头部当前位置*/
.header {
  height: 1.7rem;
  background-color: #c82d5f;
  position: relative;
  text-align: center;
  z-index: 200;
}
.header .goback {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: -5.05rem -0.2rem;
  vertical-align: middle;
  top: 0.5rem;
  left: 0.5rem;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.header span {
  line-height: 2.125rem;
  color: #ffffff;
  font-size: 0.75rem;
  display: block;
  text-align: center;
}
.header span img {
  height: 0.71111111rem;
  vertical-align: -5%;
}
.header .gosearch {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: -6.5rem -0.175rem;
  vertical-align: middle;
  top: 0.5rem;
  right: 0.5rem;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.header .btsets {
  display: inline-block;
  width: 0.66666667rem;
  height: 1.11111111rem;
  background-position: -10.22222222rem -0.08888889rem;
  top: 0.48888889rem;
  right: 0.88888889rem;
  vertical-align: middle;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.header .btdelete {
  width: 1.02222222rem;
  height: 0.97777778rem;
  background-position: -9.28888889rem -9.55555556rem;
  top: 0.53333333rem;
  right: 0.88888889rem;
  vertical-align: middle;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  display: none;
}
.header .btnedit {
  width: 2.93333333rem;
  line-height: 2.13333333rem;
  right: 0.22222222rem;
  top: 0;
  position: absolute;
  color: #ffffff;
  font-size: 0.66666667rem;
  display: block;
  text-align: center;
}
/*  新主页内容样式  */
.content-new p{
	text-align: center;	
}
.header-new img, .content-new p img{
	display: inline-block;
	width: 100%;
	height: auto;
}
.content-new{
  padding-bottom: 1.8rem;
}
.content-new p:first-child{
	padding-top: 49px;
}
.content-new #download-app{
	margin-top: 37px;
	padding: .7rem;
	font-size: .7rem;
	color: #fff;
	background: #c82d5f;
	border-radius: 15px;
	border: none;
}
.content-new .download-tv{
	font-size: .6rem;
	font-family: "宋体";
	color: #9d9d9d;
	margin-top: .4rem;
}
/*中间滚动条*/
.middler {
  position: absolute;
  width: 100%;
  top: 2.13333333rem;
  bottom: 2.13333333rem;
  overflow: auto;
  overflow-x: hidden;
}
/*首页样式-开始*/
.banner {
  position: relative;
  width: 100%;
  height: 5.51111111rem;
  overflow: hidden;
}
.banner .flex-control-nav {
  position: absolute;
  display: block;
  bottom: .2rem;
  height: 0.5rem;
  vertical-align: top;
  overflow: hidden;
}
.banner .flex-control-nav li {
  vertical-align: top;
  margin: 0 8px 0 8px;
}
.banner .flex-control-nav li a {
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.banner ul > li {
  float: left;
}
.banner img {
  width: 100%;
}
/*发现*/
.find {
  margin-top: 0.25rem;
}
.find .i-f-top {
  height: 1.25rem;
  position: relative;
  background: #ffffff;
}
.find .i-f-top h1 {
  position: absolute;
  left: 0;
  top: 0.25rem;
  height: 0.8rem;
  border-left: solid 0.125rem #d92369;
  color: #323232;
  font-size: 0.6rem;
  text-indent: 0.5rem;
}
.find .i-f-top div {
  position: absolute;
  height: 100%;
  line-height: 200%;
  right: 0.85rem;
  color: #323232;
  font-size: 0.6rem;
}
.find .i-f-top div span {
  color: #c82d5f;
}
.find .i-f-top div a {
  color: #adadad;
  margin-left: 0.5rem;
}
.find .i-f-img-1 {
  padding-bottom: 0.25rem;
  background: #ffffff;
  display: -moz-box;
  display: -webkit-box;
  /*在父级元素上添加*/
  display: box;
}
.find .i-f-img-1 a {
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  border: solid 1px #f0f0f0;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*width: unit(150px/@rate, @unit);*/
  height: 4rem;
  /*float: left;*/
  margin-right: 0.325rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.find .i-f-img-1 a img {
  height: 3.85rem;
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
}
.find .i-f-img-1 a .i-hd-hot {
  display: inline-block;
  width: 1.15rem;
  height: 1.15rem;
  background-position: -3.325rem -0.2rem;
  vertical-align: middle;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
}
.find .i-f-img-1 a:nth-last-child(1) {
  margin-right: 0;
}
.find .i-f-img-2 {
  margin-top: 0.35rem;
  margin-left: 0.35rem;
}
.find .i-f-img-2 a {
  display: inline-block;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  float: left;
  overflow: hidden;
}
.find .i-f-img-2 a:nth-child(1) {
  width: 50%;
  height: 5.65rem;
}
.find .i-f-img-2 a:nth-child(2) {
  width: 50%;
  height: 2.675rem;
  padding-left: 0.35rem;
  padding-right: 0.45rem;
}
.find .i-f-img-2 a:nth-child(3) {
  width: 50%;
  height: 2.975rem;
  padding-top: 0.3rem;
  padding-left: 0.35rem;
  padding-right: 0.45rem;
}
.find .i-f-img-2 a img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.find .i-f-img-3 {
  margin-top: 0.35rem;
  margin-left: 0.35rem;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: box;
}
.find .i-f-img-3 a {
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  box-flex: 1;
  flex: 1;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*float: left;*/
  overflow: hidden;
  background: #ffffff;
  width: 4.75rem;
  height: 5.5rem;
  margin-right: 0.45rem;
  text-align: center;
  padding: 0.4rem 0.3rem 0rem 0.2rem;
}
.find .i-f-img-3 a h1 {
  font-size: 0.6rem;
  color: #323232;
  text-align: left;
}
.find .i-f-img-3 a h2 {
  width: 100%;
  font-size: 0.45rem;
  color: #adadad;
  text-align: left;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .find .i-f-img-3 a h2 {
    -webkit-transform: scale(0.75);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    width: 133.33333333%;
  }
}
.find .i-f-img-3 a img {
  height: 3.425rem;
  overflow: hidden;
  margin-top: 0.35rem;
}
/*底部*/
.footer {
  height: 2.125rem;
  border-top: solid 1px #dadada;
  background: #f8f8f8;
  width: 100%;
  position: fixed;
  /*max-width: 720px;*/
  bottom: 0;
  left: auto;
  z-index: 10;
}
.footer a {
  display: block;
  width: 20%;
  text-align: center;
  font-size: 0.45rem;
  float: left;
  margin-top: 0.1rem;
}
.footer a span {
  color: #adadad;
  display: block;
  margin-top: 0.15rem;
}
.footer a .u-hd-index {
  display: block;
  width: 1rem;
  height: 1rem;
  background-position: -0.175rem -1.575rem;
  vertical-align: middle;
  margin: auto;
}
.footer a .u-hd-catalog {
  display: block;
  width: 1rem;
  height: 1rem;
  background-position: -1.725rem -11.9rem;
  vertical-align: middle;
  margin: auto;
}
.footer a .u-hd-car {
  display: block;
  width: 1.2rem;
  height: 1.05rem;
  background-position: -3.325rem -1.575rem;
  vertical-align: middle;
  margin: auto;
}
.footer a .u-hd-me {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  background-position: -5.1rem -1.575rem;
  vertical-align: middle;
  margin: auto;
}
.footer a .u-hd-community {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  background-position: -5.07rem -11.9rem;
  vertical-align: middle;
  margin: auto;
}
.footer a .u-hd-community2 {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  background-position: -6.75rem -11.9rem;
  vertical-align: middle;
  margin: auto;
}
.footer .active span {
  color: #c82d5f;
}
.footer .active .u-hd-index {
  background-position: -0.175rem -2.975rem;
}
/*点中产品中心*/
.footer .active .u-hd-catalog {
  background-position: -1.725rem -13.3rem;
}

.footer .active .u-hd-car {
  background-position: -3.325rem -2.975rem;
}
.footer .active .u-hd-me {
  background-position: -5.1rem -2.975rem;
}

/*点中体验点*/
.footer .active .u-hd-community {
  background-position: -5.07rem -13.3rem;
}

/*点中跨屏试衣*/
.footer .active .u-hd-community2 {
  background-position: -6.75rem -13.3rem;
}
/*首页样式-结束*/
.bg {
  background: -ms-linear-gradient(top, #5ab7e1, #55b4e0);
  /* IE 10 */
  background: -moz-linear-gradient(top, #5ab7e1, #55b4e0);
  /*火狐*/
  /*谷歌*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5ab7e1), to(#55b4e0));
  /* Safari 4-5, Chrome 1-9*/
  background: -webkit-linear-gradient(top, #5ab7e1, #55b4e0);
  /*Safari5.1 Chrome 10+*/
  background: -o-linear-gradient(top, #5ab7e1, #55b4e0);
  /*Opera 11.10+*/
}
/*栏目*/
.big-type {
  width: 28%;
  height: 2.15555556rem;
  line-height: 2.15555556rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  top: 0.15555556rem;
  position: absolute;
  display: -moz-box;
  display: -webkit-box;
  /*在父级元素上添加*/
  display: box;
}
.big-type a {
  width: 50%;
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  font-size: 0.57777778rem;
  color: #959595;
  text-align: center;
  background: #ffffff;
}
.big-type a i {
  width: 0.4rem;
  height: 0.35555556rem;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/i-type.png") no-repeat;
  background-size: 0.26666667rem auto;
}
.big-type a.active {
  background: #c82d5f;
  color: #ffffff;
}
.big-type a.active i {
  height: 0.26666667rem;
  background-position: 0rem -0.31111111rem;
}
.c-w-type {
  width: 28%;
  top: 2.35555556rem;
  bottom: 0rem;
  overflow: auto;
  position: absolute;
  z-index: 99;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.c-w-type a {
  display: block;
  line-height: 2.13333333rem;
  margin-bottom: 0.04444444rem;
  font-size: 0.57777778rem;
  color: #323232;
  text-align: center;
  position: relative;
  background: #ffffff;
}
.c-w-type a.active {
  background: #efefef;
}
.c-w-type a.active:after {
  content: "";
  width: 0.11111111rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  background: red;
  position: absolute;
  left: -1px;
  top: 50%;
}
.cate-wrap {
  top: 0rem;
  bottom: 0rem;
  overflow: auto;
  position: absolute;
  left: 28%;
}
.cate-wrap .c-w-pro {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 0.75rem;
  /*栏目Banner广告*/
  /*二级分类*/
}
.cate-wrap .c-w-pro .c-w-p-ad {
  width: 10.35555556rem;
  margin-top: 0.15555556rem;
}
.cate-wrap .c-w-pro .c-w-p-ad img {
  width: 100%;
}
.cate-wrap .c-w-pro .c-w-p-list > h1 {
  font-size: 0.57777778rem;
  color: #adadad;
  margin-top: 0.22222222rem;
  margin-bottom: 0.22222222rem;
  font-weight: normal;
}
.cate-wrap .c-w-pro .c-w-p-list .item {
  display: block;
  width: 33%;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  float: left;
  text-align: center;
  position: relative;
}
.cate-wrap .c-w-pro .c-w-p-list .item a {
  display: block;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-bottom: 0.22222222rem;
  margin-right: 0.22222222rem;
  background: #ffffff;
}
.cate-wrap .c-w-pro .c-w-p-list .item a img {
  height: 3.68888889rem;
}
.cate-wrap .c-w-pro .c-w-p-list .item a span {
  display: block;
  font-size: 0.57777778rem;
  color: #adadad;
  text-align: center;
  padding-top: 0.11111111rem;
  padding-bottom: 0.22222222rem;
}
/*搜索结果*/
.search-wrap {
  /*排序与筛选*/
  /*搜索数据*/
}

.shop-wrap {

/*店铺 商品类型*/
}


.search-wrap .action-bar, .shop-wrap .action-bar{
  background: #efefef;
}
.search-wrap .action-bar a, .shop-wrap .action-bar a {
  width: 25%;
  float: left;
  color: #909090;
  font-size: 0.57777778rem;
  display: block;
  text-align: center;
  line-height: 1.73333333rem;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.search-wrap .action-bar a .split,.shop-wrap .action-bar a .split {
  width: 1px;
  height: 0.73333333rem;
  margin-top: 0.48888889rem;
  overflow: hidden;
  background: #c6c6c6;
  float: right;
}
.search-wrap .action-bar a .triangle,.shop-wrap .action-bar a .triangle {
  width: 0;
  height: 0;
  border-left: 0.17777778rem solid transparent;
  border-right: 0.17777778rem solid transparent;
  border-top: 0.26666667rem solid #c6c6c6;
  position: absolute;
  top: 0.71111111rem;
  right: 0.66666667rem;
}
.search-wrap .action-bar a.active,.shop-wrap .action-bar a.active {
  color: #c82d5f;
}
.search-wrap .data-list section,.shop-wrap .data-list section{
  background: #ffffff;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 0.34444444rem;
  width: 49%;
  margin-left: 1%;
  overflow: hidden;
  float: left;
  margin-top: 0.17777778rem;
}
.search-wrap .data-list .pro-img,.shop-wrap .data-list .pro-img {
  width: 6.04444444rem;
  height: 6.4rem;
  margin: auto;
  /*margin-top: 0.44444444rem;  （修改日期：5-21）*/
  margin-top: 0.0rem;
  overflow: hidden;
}
.search-wrap .data-list .pro-img img,.shop-wrap .data-list .pro-img img{
  width: 6.04444444rem;
  height: 6.35555556rem;
}
.search-wrap .data-list .pro-info,.shop-wrap .data-list .pro-info{
  width: 92%;
  margin: auto;
  height:3.30rem;
  margin-top: 0.24444444rem;
  overflow: hidden;
}
.search-wrap .data-list .pro-info h1,.shop-wrap .data-list .pro-info h1{
  font-size: 0.57777778rem;
  color: #323232;
  height:1.40rem;
  overflow: hidden;
}
.search-wrap .data-list .pro-info h2,.shop-wrap .data-list .pro-info h2{
  font-size: 0.71111111rem;
  color: #ff0000;
  font-weight: bold;
  margin-top: 0.12222222rem;
  margin-bottom: 0.12222222rem;
}
.search-wrap .data-list .pro-info span,.shop-wrap .data-list .pro-info span{
  font-size: 0.53333333rem;
  color: #adadad;
}
.search-wrap .data-list .pro-info em,.shop-wrap .data-list .pro-info em{
  font-size: 0.53333333rem;
  color: #323232;
  display: block;
}
.search-wrap .data-list .pro-btns,.shop-wrap .data-list .pro-btns{
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  padding-right: 0.35555556rem;
}
.search-wrap .data-list .pro-btns div,.shop-wrap .data-list .pro-btns div {
  width: 48%;
  height: 1.4rem;
  font-size: 0.57777778rem;
  line-height: 1.4rem;
  background: #c82d5f;
  color: #ffffff;
  text-align: center;
  float: left;
  margin-left: 2%;
}
/*搜索选项*/
.panelwrap .panel-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 100;
  background: #000000;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.panelwrap .panel-bg-show {
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  right: 0%;
}
.panelwrap .panel-option {
  width: 80%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: -80%;
  top: 0;
  z-index: 100;
  background: #ffffff;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.panelwrap .panel-option .p-o-head {
  text-align: center;
  color: #323232;
  font-size: 0.71111111rem;
  height: 2.17777778rem;
  position: relative;
}
.panelwrap .panel-option .p-o-head span {
  line-height: 2.17777778rem;
}
.panelwrap .panel-option .p-o-head .back {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: -9.02222222rem -0.17777778rem;
  vertical-align: middle;
  top: 0.5rem;
  left: 0.5rem;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.panelwrap .panel-option .p-o-head .ok {
  width: 1.5rem;
  height: 0.75rem;
  line-height: 0.75rem;
  right: 0.4rem;
  top: 50%;
  position: absolute;
  margin-top: -0.33333333rem;
  color: #adadad;
  font-size: 0.66666667rem;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.panelwrap .panel-option .p-o-line {
  height: 0.22222222rem;
  background: #cccccc;
  overflow: hidden;
  font-size: 0;
}
.panelwrap .panel-option .p-o-main {
  position: absolute;
  width: 100%;
  top: 2.45rem;
  bottom: 0rem;
  overflow: auto;
}
.panelwrap .panel-option .p-o-bar {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.95555556rem;
  border: solid 1px #efefef;
}
.panelwrap .panel-option .p-o-bar span {
  float: left;
  color: #adadad;
  font-size: 0.57777778rem;
}
.panelwrap .panel-option .p-o-bar a {
  float: right;
  color: #adadad;
  font-size: 0.57777778rem;
}
.panelwrap .panel-option .p-o-bar .price-input {
  float: left;
  width: 6.66666667rem;
  line-height: 0.88888889rem;
  margin-left: 0.35555556rem;
  margin-top: 0.35555556rem;
  color: #c6c6c6;
}
.panelwrap .panel-option .p-o-bar .price-input input {
  width: 2.55555556rem;
  height: 0.97777778rem;
  font-size: 0.53333333rem;
  background: #f8f8f8;
  color: #c6c6c6;
  border: solid 1px #c6c6c6;
  display: inline-block;
  text-align: center;
}
.panelwrap .panel-option .p-o-list li {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.95555556rem;
  border: solid 1px #efefef;
  color: #323232;
  font-size: 0.57777778rem;
}
.panelwrap .panel-option-show {
  right: 0;
}
/*产品详细*/
.detail-banner {
  height: 14.96666667rem;
}
.detail-sets {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  width: 4.4rem;
  top: -6.66666667rem;
  right: 0.26666667rem;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 199;
  background: #f8f8f8;
  border: solid 1px #cccccc;
}
.detail-sets a {
  display: block;
  height: 2.22222222rem;
  line-height: 2.22222222rem;
  font-size: 0.57777778rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  color: #323232;
}
.detail-sets a:nth-child(1),
.detail-sets a:nth-child(2) {
  border-bottom: solid 1px #cccccc;
}
.detail-sets a i {
  margin-right: 0.44444444rem;
}
.detail-sets a .u-i-index {
  width: 1rem;
  height: 1rem;
  background-position: -10.08888889rem -1.6rem;
  margin-top: -0.13333333rem;
  vertical-align: middle;
}
.detail-sets a .u-i-search {
  width: 1rem;
  height: 1rem;
  background-position: -8.53333333rem -3.04444444rem;
  margin-top: -0.13333333rem;
  vertical-align: middle;
}
.detail-sets a .u-i-share {
  width: 1rem;
  height: 1rem;
  background-position: -8.53333333rem -1.6rem;
  margin-top: -0.13333333rem;
  vertical-align: middle;
}
.detail-sets a .u-i-setup {
  width: 1rem;
  height: 1rem;
  background-position: -8.53333333rem -4.55555556rem;
  margin-top: -0.08888889rem;
  vertical-align: middle;
}
.detail-sets a .u-i-favorites {
  width: 1rem;
  height: 1rem;
  background-position: -0.02222222rem -10.71111111rem;
  margin-top: -0.13333333rem;
  vertical-align: middle;
}
.detail-sets .active .u-i-favorites {
  background-position: -1.2rem -10.71111111rem;
}
.detail-sets-show {
  top: 2.35555556rem;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
}
.detail-btns {
  position: absolute;
  top: 8.28888889rem;
  right: 0.4rem;
  z-index: 100;
}
.detail-btns div {
  width: 2.06666667rem;
  height: 2.06666667rem;
  margin: auto;
}
.detail-btns .btn-video {
  background-position: -0.04444444rem -4.55555556rem;
  display: inline-block;
}
.detail-btns .btn-through {
  background-position: -2.37777778rem -4.55555556rem;
  display: inline-block;
}
.detail-topic {
  padding: 0.44444444rem 0rem 0.22222222rem 0rem;
  background: #ffffff;
  border-bottom: solid 1px #c6c6c6;
  position: relative;
}
.detail-topic .split {
  height: 0.66666667rem;
  overflow: hidden;
  background: url(../images/icon-line.png) repeat-x left center;
}
.detail-topic h1 {
  color: #323232;
  font-size: 0.71111111rem;
  width: 11.77777778rem;
  padding-left: 0.8rem;
  height:1.8rem;
}
.detail-topic h2 {
  color: #ff0000;
  font-size: 0.88888889rem;
  line-height: 0.88888889rem;
  font-family: arial;
  float: left;
  padding-left: 0.8rem;
}
.detail-topic span {
  float: right;
  color: #adadad;
  line-height: 0.88888889rem;
  font-size: 0.53333333rem;
  padding-right: 0.8rem;
}
.detail-topic p {
  width: 1.33333333rem;
  position: absolute;
  top: 0.44444444rem;
  right: 1.04444444rem;
  color: #909090;
  text-align: center;
  font-size: 0.53333333rem;
}
.detail-topic p .u-i-zhan {
  width: 1.11111111rem;
  height: 1.17777778rem;
  background-position: -6.51111111rem -8.17777778rem;
  display: block;
  margin: auto;
  margin-bottom: 0.08888889rem;
}
.detail-topic p .u-i-zhan-active {
  background-position: -8.02222222rem -8.22222222rem;
}
.detail-amount {
  margin-top: 0.44444444rem;
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  background: #ffffff;
}
.detail-amount .d-a-item {
  width: 33.333%;
  height: 4.35555556rem;
  float: left;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-top: 0.48888889rem;
  padding-bottom: 0.48888889rem;
}
.detail-amount .d-a-item:nth-child(1),
.detail-amount .d-a-item:nth-child(2) {
  border-right: solid 1px #c6c6c6;
}
.detail-amount .d-a-item p {
  color: #909090;
  font-size: 0.57777778rem;
  text-align: center;
}
.detail-amount .d-a-item span {
  color: #323232;
  font-size: 0.71111111rem;
  text-align: center;
  display: block;
  margin-top: 0.35555556rem;
  font-family: arial;
}
.detail-amount .d-a-item em {
  color: #323232;
  font-size: 0.53333333rem;
  text-align: center;
  display: block;
  width: 3.11111111rem;
  margin: auto;
  margin-top: 0.13333333rem;
}
.detail-more {
  text-align: center;
  border-bottom: solid 1px #c6c6c6;
  background: #ffffff;
}
.detail-more a {
  display: block;
  height: 2.22222222rem;
  line-height: 2.22222222rem;
  color: #323232;
  font-size: 0.57777778rem;
}
.detail-zhan {
  text-align: center;
  border-top: solid 1px #c6c6c6;
  background: #ffffff;
  color: #323232;
  font-size: 0.57777778rem;
  line-height: 1.95555556rem;
  margin-top: 0.44444444rem;
}
.detail-zhan span {
  color: #c82d5f;
}
.detail-comment {
  background: #ffffff;
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
}
.detail-comment .d-c-title {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  color: #adadad;
  font-size: 0.57777778rem;
  line-height: 1.68888889rem;
}
.detail-comment .d-c-title a {
  color: #adadad;
}
.detail-comment .d-c-info {
  background: url("../images/icon-line.png") repeat-x bottom;
  margin-top: 0.44444444rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.detail-comment .d-c-info:nth-last-child(1) {
  background: none;
}
.detail-comment .d-c-info .d-c-i-img {
  width: 30%;
  float: left;
  text-align: center;
}
.detail-comment .d-c-info .d-c-i-img span {
  color: #adadad;
  font-size: 0.53333333rem;
  display: block;
}
.detail-comment .d-c-info .d-c-i-img img {
  width: 1.53333333rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.detail-comment .d-c-info .d-c-i-txt {
  width: 70%;
  float: left;
  color: #323232;
  font-size: 0.57777778rem;
}
.detail-comment .d-c-info .d-c-i-color {
  color: #909090;
  font-size: 0.57777778rem;
  line-height: 1.33333333rem;
  padding-top: 0.57777778rem;
  padding-bottom: 0.57777778rem;
}
.detail-comment .d-c-info .d-c-i-color i {
  color: #c82d5f;
}
.detail-shop {
  margin-top: 0.44444444rem;
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  background: #ffffff;
  padding: 0.22222222rem 0rem 0.22222222rem 0rem;
}
.detail-shop .d-s-img {
  background: url("../images/icon-line.png") repeat-x bottom;
  padding: 0.53333333rem 0.77777778rem 0.53333333rem 0.77777778rem;
}
.detail-shop .d-s-img img {
  float: left;
  width: 2.51111111rem;
  display: block;
}
.detail-shop .d-s-img span {
  float: left;
  line-height: 2.51111111rem;
  font-size: 0.71111111rem;
  margin-left: 1rem;
  text-align: center;
}
.detail-shop .d-s-number {
  padding: 0rem 0.44444444rem 0rem 0.44444444rem;
}
.detail-shop .d-s-number span {
  display: inline-block;
  width: 49%;
  color: #909090;
  font-size: 0.53333333rem;
  text-align: center;
}
.detail-shop .d-s-link {
  padding: 0.44444444rem 0.77777778rem 0.44444444rem 0.77777778rem;
}
.detail-shop .d-s-link a {
  color: #323232;
  font-size: 0.57777778rem;
  line-height: 1.46666667rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  width: 46%;
  display: inline-block;
  border: solid 1px #c6c6c6;
  background: #f8f8f8;
  text-align: center;
}
.detail-shop .d-s-link a:nth-child(1) {
  float: left;
}
.detail-shop .d-s-link a:nth-last-child(1) {
  float: right;
}
.detail-shop .d-s-link a .u-i-cate {
  width: 0.88888889rem;
  height: 0.88888889rem;
  background-position: -5.22222222rem -4.53333333rem;
  margin-top: -0.06666667rem;
  margin-right: 0.22222222rem;
  vertical-align: middle;
}
.detail-shop .d-s-link a .u-i-shop {
  width: 0.88888889rem;
  height: 0.88888889rem;
  background-position: -6.88888889rem -4.53333333rem;
  margin-top: -0.04444444rem;
  margin-right: 0.22222222rem;
  vertical-align: middle;
}
.detail-tab .d-t-nav {
  border-bottom: solid 1px #c6c6c6;
}
.detail-tab .d-t-nav li {
  color: #909090;
  font-size: 0.57777778rem;
  line-height: 2.22222222rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 50%;
  float: left;
  display: block;
  background: #f8f8f8;
  text-align: center;
}
.detail-tab .d-t-nav li:nth-child(1) {
  border-right: solid 1px #c6c6c6;
}
.detail-tab .d-t-nav li a {
  width: 100%;
  display: block;
  color: #909090;
}
.detail-tab .d-t-nav li.active {
  color: #c82d5f;
}
.detail-tab .d-t-nav li.active a {
  color: #c82d5f;
}
.detail-tab .d-t-nav-3 {
  border-bottom: solid 1px #c6c6c6;
}
.detail-tab .d-t-nav-3 li {
  color: #909090;
  font-size: 0.57777778rem;
  line-height: 2.22222222rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 33.333%;
  float: left;
  display: block;
  background: #f8f8f8;
  text-align: center;
}
.detail-tab .d-t-nav-3 li:nth-child(1),
.detail-tab .d-t-nav-3 li:nth-child(2) {
  border-right: solid 1px #c6c6c6;
}
.detail-tab .d-t-nav-3 li a {
  color: #909090;
  width: 100%;
  display: block;
}
.detail-tab .d-t-nav-3 li.active {
  color: #c82d5f;
}
.detail-tab .d-t-nav-3 li.active a {
  color: #c82d5f;
}
.detail-tab .d-t-bot article {
  position: relative;
}
.detail-tab .d-t-bot article img {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
.detail-tab .d-t-bot article .detail-btns-v {
  position: absolute;
  width: 2.06666667rem;
  top: 0.6rem;
  right: 0.66666667rem;
}
.detail-tab .d-t-bot article .d-parameter {
  background: #ffffff;
}
.detail-tab .d-t-bot article .d-parameter li {
  /*border-bottom: dotted 1px #d9d9d9;*/
  background: url("../images/icon-line.png") repeat-x bottom;
  color: #909090;
  clear: left;
  font-size: 0.57777778rem;
  line-height: 2.22222222rem;
  padding: 0rem 0.88888889rem 0rem 0.88888889rem;
}
.detail-tab .d-t-bot article .d-parameter li .v {
  color: #323232;
  float: right;
}
.detail-tab .d-t-bot article .d-parameter li:nth-last-child(1) {
  background: none;
}
/*产品详细 结束*/
/*登录注册*/
.action-form {
  padding: 0.88888889rem 0.8rem 0.88888889rem 0.8rem;
}
.action-form .l-f-row {
  margin-bottom: 0.44444444rem;
}
.action-form .l-f-row .r-input {
  width: 100%;
  border: solid 1px #c6c6c6;
  color: #adadad;
  background: #f8f8f8;
  height: 2.22222222rem;
  line-height: normal;
  /* for non-ie */
  line-height: 2.22222222"rem\9";
  text-indent: 0.77777778rem;
  font-size: 0.57777778rem;
  font-family: '微软雅黑', 'Microsoft YaHei';
}
.action-form .l-f-row .r-textarea {
  width: 100%;
  border: solid 1px #c6c6c6;
  color: #c6c6c6;
  background: #f8f8f8;
  height: 4.88888889rem;
  line-height: normal;
  /* for non-ie */
  line-height: 2.22222222"rem\9";
  padding-top: 0.66666667rem;
  text-indent: 0.77777778rem;
  font-size: 0.57777778rem;
  outline: none;
  font-family: '微软雅黑', 'Microsoft YaHei';
}
.action-form .l-f-hint {
  color: #bc285a;
  font-size: 0.53333333rem;
}
.action-form .l-f-row-btn {
  margin-top: 1.77777778rem;
}
.action-form .l-f-login {
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-height: 2.22222222rem;
  height: 2.22222222rem;
  display: block;
  background: #c82d5f;
  text-align: center;
  color: #ffffff;
  width: 100%;
  font-size: 0.71111111rem;
  border-radius: 0.11111111rem;
  -webkit-border-radius: 0.11111111rem;
  -moz-border-radius: 0.11111111rem;
  -o-border-radius: 0.11111111rem;
  -ms-border-radius: 0.11111111rem;
}

.action-form .l-f-login-disable {
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-height: 2.22222222rem;
  height: 2.22222222rem;
  display: block;
  background-color:silver;
  text-align: center;
  color: #ffffff;
  width: 100%;
  font-size: 0.71111111rem;
  border-radius: 0.11111111rem;
  -webkit-border-radius: 0.11111111rem;
  -moz-border-radius: 0.11111111rem;
  -o-border-radius: 0.11111111rem;
  -ms-border-radius: 0.11111111rem;
}

.action-form .l-f-row-p {
  text-align: right;
  margin-top: 0.66666667rem;
}
.action-form .l-f-row-p a {
  color: #0064ff;
  font-size: 0.57777778rem;
}
.action-form .l-f-row-code {
  margin-top: 0.88888889rem;
  margin-bottom: 0.44444444rem;
}
.action-form .l-f-row-code .r-input-code {
  width: 100%;
  border: solid 1px #c6c6c6;
  color: #c6c6c6;
  background: #f8f8f8;
  height: 2.22222222rem;
  line-height: normal;
  /* for non-ie */
  line-height: 2.22222222rem\9;
  text-indent: 0.77777778rem;
  font-size: 0.57777778rem;
  float: left;
}
.action-form .l-f-row-code .r-input-getcode {
  width: 45%;
  border: solid 1px #c6c6c6;
  color: #323232;
  background: #f8f8f8;
  height: 2.22222222rem;
  font-size: 0.57777778rem;
  text-align: center;
  float: right;
}

.action-form .l-f-row-code #acode{
  float: right;
  width: 45%;
  height: 2.2222222rem;
  background: silver;
  color: #333;
  font-size: .47777778rem;
}

.action-form .l-f-row-code .r-input-getcode-disable {
  width: 45%;
  border: solid 1px #c6c6c6;
  color: #333333;
  background-color:silver;
  height: 2.22222222rem;
  font-size: 0.47777778rem;
  text-align: center;
  float: right;
}

.action-form .l-f-row-code {
  margin-top: 0.88888889rem;
  margin-bottom: 0.44444444rem;
}
.action-form .l-f-row-code .r-input-code {
  width: 45%;
  border: solid 1px #c6c6c6;
  color: #c6c6c6;
  background: #f8f8f8;
  line-height: normal;
  /* for non-ie */
  line-height: 2.22222222rem\9;
  text-indent: 0.77777778rem;
  font-size: 0.57777778rem;
  float: left;
}
.action-form .l-f-row-msg {
  color: #555555;
  line-height: 1.11111111rem;
  font-size: 0.71111111rem;
  text-align: center;
}
.action-form .l-f-row-msg span {
  color: #c82d5f;
}
.action-form .l-f-row-txt {
  color: #252525;
  font-size: 0.57777778rem;
  line-height: 2.22222222rem;
  height: 2.22222222rem;
}
.action-form .l-f-row-title {
  color: #252525;
  font-size: 0.57777778rem;
  height: 1rem;
}
/*登录注册 结束*/
/*用户中心*/
.u-head {
  background: url(../images/u-bg-1.jpg) no-repeat;
  background-size: 100%;
  position: relative;
  height: 5.55555556rem;
}
.u-head .u-h-img {
  width: 3.28888889rem;
  height: 3.28888889rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 1.06666667rem;
  margin-top: -1.64444444rem;
}
.u-head .u-h-info {
  position: absolute;
  top: 1.46666667rem;
  left: 5.84444444rem;
}
.u-head .u-h-info h1 {
  font-size: 0.8rem;
  padding-bottom: 0.22222222rem;
  color: #ffffff;
}
.u-head .u-h-info p {
  font-size: 0.57777778rem;
  color: #ffffff;
}
.u-head .u-h-msg {
  position: absolute;
  top: 0.55555556rem;
  right: 0.77777778rem;
  font-size: 0.57777778rem;
  color: #ffffff;
}
.u-head .u-h-bind {
  position: absolute;
  top: 4.4rem;
  right: 0.77777778rem;
  font-size: 0.57777778rem;
  color: #ffffff;
}
.u-nav {
  border-bottom: solid 1px #c6c6c6;
  background: #f8f8f8;
}
.u-nav a {
  text-align: center;
  padding: 0.44444444rem 0rem 0.44444444rem 0rem;
  line-height: 1.11111111rem;
  width: 33.333%;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  float: left;
  font-size: 0.71111111rem;
  color: #323232;
}
.u-nav a span {
  display: block;
}
.u-nav a em {
  display: block;
}
.u-nav a:nth-child(1),
.u-nav a:nth-child(2) {
  border-right: solid 1px #c6c6c6;
}
.u-menu {
  margin-top: 0.44444444rem;
  background: #ffffff;
  border-top: solid 1px #c6c6c6;
}
.u-menu a {
  display: block;
  border-bottom: solid 1px #c6c6c6;
  clear: left;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0.66666667rem 0.77777778rem 0.66666667rem 1.06666667rem;
  font-size: 0.57777778rem;
  color: #323232;
}
.u-menu a .u-i-info {
  width: 1rem;
  height: 1rem;
  background-position: -8.53333333rem -4.55555556rem;
  margin-top: -0.08888889rem;
  vertical-align: middle;
}
.u-menu a .u-i-go {
  width: 1rem;
  height: 1rem;
  background-position: -10.17777778rem -5.73333333rem;
  margin-top: -0.08888889rem;
  vertical-align: middle;
}
.u-menu a .u-i-order {
  width: 1rem;
  height: 1rem;
  background-position: -10.17777778rem -4.55555556rem;
  margin-top: -0.08888889rem;
  vertical-align: middle;
}
.u-menu a .u-i-fav {
  width: 1rem;
  height: 1rem;
  background-position: -5.22222222rem -5.82222222rem;
  margin-top: -0.08888889rem;
  vertical-align: middle;
}
.u-menu a .u-i-safe {
  width: 1rem;
  height: 1rem;
  background-position: -6.84444444rem -5.77777778rem;
  margin-top: -0.08888889rem;
  vertical-align: middle;
}
.u-menu a .u-i-add {
  width: 1rem;
  height: 1rem;
  background-position: -8.55555556rem -5.77777778rem;
  margin-top: -0.08888889rem;
  vertical-align: middle;
}
.u-menu a .u-i-3d {
  width: 1rem;
  height: 1rem;
  background-position: -2.44444444rem -10.68888889rem;
  margin-top: -0.08888889rem;
  vertical-align: middle;
}
.u-menu a .u-i-history {
  width: 1rem;
  height: 1rem;
  background-position: -3.66666667rem -10.68888889rem;
  margin-top: -0.08888889rem;
  vertical-align: middle;
}
.u-menu a i {
  margin-right: 0.44444444rem;
}
.u-menu a em {
  float: right;
}
.basic-form {
  margin-top: 0.44444444rem;
  padding: 0.44444444rem 0.66666667rem 0.44444444rem 0.66666667rem;
  background: #ffffff;
  color: #323232;
  font-size: 0.57777778rem;
}
.basic-form .b-f-row {
  padding: 0.88888889rem 0rem 0.88888889rem 0rem;
  height: 0.84444444rem;
  border-bottom: solid 1px #c6c6c6;
}
.basic-form .b-f-row:last-child {
  border-bottom: none;
}
.basic-form .b-f-row .txt-input {
  width: 12.22222222rem;
  height: 0.84444444rem;
  border: none;
  color: #323232;
}
.basic-form .b-f-row .txt-input-s {
  width: 11.55555556rem;
  height: 0.84444444rem;
  border: none;
  color: #323232;
}
.basic-form .b-f-row .txt-input-date {
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.basic-form .b-f-row .txt-input-date:after {
  display: inline-block;
  background: url(../images/icon_sprite.png?v=4) no-repeat;
  background-size: 11.25rem auto;
  width: 1rem;
  height: 0.84444444rem;
  position: absolute;
  right: 0rem;
  top: 0rem;
  content: '';
  display: block;
  background-position: -5.17777778rem -7.17777778rem;
}
.basic-form .b-f-row label {
  margin-right: 0.66666667rem;
}

 .l-f-login-basic {
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-height: 2.22222222rem;
  height: 2.22222222rem;
  display: block;
  background: #c82d5f;
  text-align: center;
  color: #ffffff;
  width: 100%;
  font-size: 0.71111111rem;
  border-radius: 0.11111111rem;
  -webkit-border-radius: 0.11111111rem;
  -moz-border-radius: 0.11111111rem;
  -o-border-radius: 0.11111111rem;
  -ms-border-radius: 0.11111111rem;
}


.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  width: 0.62222222rem;
  height: 0.62222222rem;
  background: #ffffff;
  border: solid 1px #cecece;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  margin-right: 0.2rem;
  z-index: 1000;
}
.option-input:hover {
  background: #ffffff;
}
.option-input:checked {
  background: #ffffff;
}
.option-input:checked::before {
  width: 0.2rem;
  height: 0.2rem;
  left: 50%;
  top: 50%;
  margin-left: -0.1rem;
  margin-top: -0.1rem;
  position: absolute;
  content: '';
  display: block;
  text-align: center;
  background: #bc285a;
}
.option-input.radio {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.option-input.radio::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
/*用户中心 结束*/
/*订单中心*/
.order-status {
  background: #efefef;
  height: 1.73333333rem;
  overflow: hidden;
}
.order-status a {
  font-size: 0.57777778rem;
  margin: 0.53333333rem 0rem 0.53333333rem 0rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-right: solid 1px #c6c6c6;
  color: #909090;
  text-align: center;
  width: 20%;
  display: block;
  float: left;
  position: relative;
}
.order-status a:last-child {
  border-right: none;
}
.order-status a span {
  width: 0.66666667rem;
  height: 0.66666667rem;
  display: block;
  position: absolute;
  top: -0.44444444rem;
  right: 0.22222222rem;
  background: #c82d5f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 0.44444444rem;
  vertical-align: middle;
}
.order-status a span em {
  font-family: arial;
  width: 0.66666667rem;
  height: 0.66666667rem;
  line-height: 0.66666667rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 360px) {
  .order-status a span em {
    -webkit-transform: scale(0.83333333);
    transform-origin: center;
    -webkit-transform-origin: center;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.order-status a.acive {
  color: #c82d5f;
}
.order-list {
  background: #ffffff;
  border: solid 1px #c6c6c6;
  margin-left: 0.26666667rem;
  margin-right: 0.26666667rem;
  margin-top: 0.22222222rem;
}
.order-infos {
  background: #dfdddd ;
  padding: 0.31111111rem 0.31111111rem 0.31111111rem 0.31111111rem;
}
.order-infos .o-n-info {
  width: 10rem;
  font-size: 0.57777778rem;
  line-height: 1rem;
  float: left;
  color: #323232;
}
.order-infos .o-n-info .store-name {
  margin-top: 0.88888889rem;
  margin-bottom: 0.22222222rem;
  font-size: 0.66666667rem;
}
.order-infos .o-n-btn {
  width: 4rem;
  float: left;
}

.order-infos .o-n-btn a:visited{
  color:#f8f8f8;
}

.order-number {
  color: #323232;
  font-size: 0.57777778rem;
  line-height: 1.68888889rem;
  background: #ffffff;
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  padding: 0rem 0.44444444rem 0rem 0.44444444rem;
}
.order-number span {
  color: #c82d5f;
}
.order-number .btn-pay {
  margin-right: 0.22222222rem;
}
.order-number .btn-delete {
  margin-right: 0.22222222rem;
}
.order-shop {
  background: #ffffff;
  padding: 0.44444444rem 0rem 0rem 0rem;
  /*商品收藏*/
  /*店铺收藏*/
  /*评论*/
  /*购物车*/
}
.order-shop .o-s-name {
  padding: 0rem 0.75555556rem 0rem 0.75555556rem;
  color: #909090;
  font-size: 0.57777778rem;
  line-height: 1.55555556rem;
}
.order-shop .o-s-list {
  padding: 0.66666667rem 0.31111111rem 0.66666667rem 0.31111111rem;
  border-bottom: solid 1px #dedede;
}
.order-shop .o-s-list dt {
  width: 26%;
  float: left;
  clear: left;
}
.order-shop .o-s-list dt img {
  width: 100%;
  border: solid 1px #dedede;
  border-radius: 0.02222222rem;
  -webkit-border-radius: 0.02222222rem;
  -moz-border-radius: 0.02222222rem;
  -o-border-radius: 0.02222222rem;
  -ms-border-radius: 0.02222222rem;
}
.order-shop .o-s-list dd {
  float: left;
  width: 69%;
  margin-left: 5%;
  position: relative;
}
.order-shop .o-s-list dd h2 {
  color: #959595;
  font-size: 0.66666667rem;
  font-weight: normal;
}
.order-shop .o-s-list dd h3 {
  color: #959595;
  font-size: 0.71111111rem;
  font-weight: normal;
  margin-top: 0.44444444rem;
}
.order-shop .o-s-list dd h3 em {
  color: #323232;
  font-weight: bold;
}
.order-shop .o-s-list dd h4 {
  color: #323232;
  font-size: 0.53333333rem;
  font-weight: normal;
  margin-top: 0.44444444rem;
}
.order-shop .o-s-list dd .zhan {
  position: absolute;
  color: #909090;
  display: block;
  text-align: center;
  font-size: 0.26666667rem;
  right: 0.62222222rem;
  top: 2.48888889rem;
}
.order-shop .o-s-list dd .zhan .u-i-dzhan {
  width: 1.22222222rem;
  height: 1.22222222rem;
  background-position: -6.48888889rem -8.22222222rem;
  vertical-align: middle;
  display: block;
}
.order-shop .o-s-list dd .zhan .u-i-dzhan-active {
  background-position: -7.95555556rem -8.22222222rem;
}
.order-shop .o-s-list-detail {
  padding: 0.66666667rem 0.31111111rem 0.66666667rem 0.31111111rem;
  border-bottom: solid 1px #dedede;
}
.order-shop .o-s-list-detail dt {
  width: 26%;
  float: left;
  clear: left;
}
.order-shop .o-s-list-detail dt img {
  width: 100%;
  border: solid 1px #dedede;
  border-radius: 0.02222222rem;
  -webkit-border-radius: 0.02222222rem;
  -moz-border-radius: 0.02222222rem;
  -o-border-radius: 0.02222222rem;
  -ms-border-radius: 0.02222222rem;
}
.order-shop .o-s-list-detail dd {
  float: left;
  width: 69%;
  margin-left: 5%;
  position: relative;
}
.order-shop .o-s-list-detail dd h2 {
  color: #323232;
  font-size: 0.66666667rem;
  font-weight: normal;
}
.order-shop .o-s-list-detail dd h3 {
  color: #959595;
  font-size: 0.71111111rem;
  font-weight: normal;
  margin-top: 0.44444444rem;
}
.order-shop .o-s-list-detail dd h3 em {
  color: #ff0000;
  font-weight: bold;
}
.order-shop .o-s-list-detail dd h4 {
  color: #323232;
  font-size: 0.53333333rem;
  font-weight: normal;
  margin-top: 0.44444444rem;
}
.order-shop .o-s-list-sub {
  padding-bottom: 0rem;
  border-bottom: 0;
}
.order-shop .o-s-count {
  color: #909090;
  font-size: 0.57777778rem;
  line-height: 1.55555556rem;
  border-bottom: solid 1px #c6c6c6;
  padding: 0rem 0.75555556rem 0rem 0.75555556rem;
}
.order-shop .o-s-count .money {
  color: #ff0000;
  font-size: 0.8rem;
}
.order-shop .o-s-count .f-right {
  line-height: 1.33333333rem;
}
.order-shop .o-s-msg {
  color: #252525;
  font-size: 0.57777778rem;
  text-align: center;
  padding-top: 0.66666667rem;
  padding-bottom: 0.66666667rem;
}
.order-shop .o-s-attr {
  color: #909090;
  font-size: 0.57777778rem;
  line-height: 1.55555556rem;
  padding: 0rem 0.75555556rem 0rem 0.75555556rem;
  border-bottom: solid 1px #c6c6c6;
}
.order-shop .o-s-attr span {
  display: inline-block;
  margin-right: 2.22222222rem;
}
.order-shop .o-s-msgbox {
  padding: 0.44444444rem 0.44444444rem 0.44444444rem 0.44444444rem;
}
.order-shop .o-s-msgbox .textwrap {
  margin-top: 0.66666667rem;
  position: relative;
}
.order-shop .o-s-msgbox .textwrap:after {
  content: "";
  position: absolute;
  width: 0.66666667rem;
  height: 0.35555556rem;
  background: url("../images/i-msg-tip.png") no-repeat;
  background-size: 100%;
  top: -0.31111111rem;
  left: 1.28888889rem;
}
.order-shop .o-s-msgbox textarea {
  background: #f8f8f8;
  border: solid 1px #c6c6c6;
  color: #adadad;
  font-size: 0.57777778rem;
  width: 100%;
  line-height: 1.06666667rem;
  height: 3.33333333rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0.44444444rem 0.44444444rem 0.44444444rem 0.44444444rem;
  outline: none;
}
.order-shop .o-s-fav {
  padding: 0.66666667rem 0.75555556rem 0.66666667rem 0.75555556rem;
  border-bottom: solid 1px #dedede;
}
.order-shop .o-s-fav dt {
  width: 24%;
  float: left;
  clear: left;
}
.order-shop .o-s-fav dt img {
  width: 100%;
  border: solid 1px #dedede;
}
.order-shop .o-s-fav dd {
  float: left;
  width: 71%;
  margin-left: 5%;
  position: relative;
}
.order-shop .o-s-fav dd h2 {
  color: #323232;
  font-size: 0.66666667rem;
  font-weight: normal;
  width: 8.44444444rem;
}
.order-shop .o-s-fav dd h3 {
  color: #555555;
  font-size: 0.71111111rem;
  font-weight: normal;
  margin-top: 0.55555556rem;
}
.order-shop .o-s-fav dd h3 em {
  color: #ff0000;
  font-weight: bold;
}
.order-shop .o-s-fav dd p {
  color: #adadad;
  font-size: 0.53333333rem;
  margin-top: 0.44444444rem;
}
.order-shop .o-s-fav dd p span {
  margin-left: 0.66666667rem;
}
.order-shop .o-s-fav dd .btn-cancel-fav {
  width: 2.11111111rem;
  height: 2.11111111rem;
  background-position: -0.02222222rem -6.93333333rem;
  display: block;
  position: absolute;
  top: 0.88888889rem;
  right: -0.44444444rem;
}
.order-shop .o-s-fav-shop {
  padding: 0.66666667rem 0.75555556rem 0.66666667rem 0.75555556rem;
  border-bottom: solid 1px #dedede;
}
.order-shop .o-s-fav-shop dt {
  width: 24%;
  float: left;
  clear: left;
}
.order-shop .o-s-fav-shop dt img {
  width: 100%;
}
.order-shop .o-s-fav-shop dd {
  float: left;
  width: 71%;
  margin-left: 5%;
  position: relative;
}
.order-shop .o-s-fav-shop dd h2 {
  color: #323232;
  font-size: 0.66666667rem;
  font-weight: normal;
  width: 8.44444444rem;
}
.order-shop .o-s-fav-shop dd h3 {
  color: #555555;
  font-size: 0.53333333rem;
  font-weight: normal;
  margin-top: 0.55555556rem;
}
.order-shop .o-s-fav-shop dd h3 span {
  color: #ffffff;
  background: #bc285a;
  border-radius: 0.44444444rem;
  -webkit-border-radius: 0.44444444rem;
  -moz-border-radius: 0.44444444rem;
  -o-border-radius: 0.44444444rem;
  -ms-border-radius: 0.44444444rem;
  padding: 0.11111111rem 0.33333333rem 0.11111111rem 0.33333333rem;
}
.order-shop .o-s-fav-shop dd h3 em {
  display: inline-block;
  margin-left: 0.44444444rem;
  color: #888888;
}
.order-shop .o-s-fav-shop dd h3 em i {
  width: 0.53333333rem;
  height: 0.53333333rem;
  display: inline-block;
  background: url("../images/icon-pass.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 0.13333333rem;
}
.order-shop .o-s-fav-shop dd p {
  color: #adadad;
  font-size: 0.53333333rem;
  margin-top: 1.33333333rem;
}
.order-shop .o-s-fav-shop dd p span {
  margin-left: 0.66666667rem;
}
.order-shop .o-s-fav-shop dd p span em {
  color: #c82d5f;
}
.order-shop .o-s-fav-shop dd .btn-cancel-fav {
  width: 2.11111111rem;
  height: 2.11111111rem;
  background-position: -0.02222222rem -6.93333333rem;
  display: block;
  position: absolute;
  top: 0.88888889rem;
  right: -0.44444444rem;
}
.order-shop .o-s-comment {
  padding: 0.66666667rem 0.75555556rem 0.66666667rem 0.75555556rem;
  color: #323232;
  border-bottom: solid 1px #dedede;
  font-size: 0.57777778rem;
}
.order-shop .o-s-comment .pingfen {
  line-height: 1.55555556rem;
}
.order-shop .o-s-comment .tagrow {
  line-height: 1.33333333rem;
  padding-bottom: 1.11111111rem;
}
.order-shop .o-s-comment dl {
  margin: 0.33333333rem 0rem 0.33333333rem 0rem;
}
.order-shop .o-s-comment dt {
  width: 16%;
  float: left;
  clear: left;
  font-size: 0.57777778rem;
}
.order-shop .o-s-comment dt span {
  color: #c82d5f;
}
.order-shop .o-s-comment dd {
  float: left;
  width: 80%;
  margin-left: 2%;
}
.order-shop .o-s-comment dd .star-rating {
  margin-top: 0.44444444rem;
}
.order-shop .o-s-comment dd .btn-zhan {
  float: right;
}
.order-shop .o-s-comment dd .btn-zhan .u-i-dzhan {
  width: 1.62222222rem;
  height: 1.62222222rem;
  background-position: -2.91111111rem -7rem;
  vertical-align: middle;
  margin-left: 0.22222222rem;
}
.order-shop .o-s-comment dd .btn-zhan .u-i-dzhan-active {
  background-position: -2.91111111rem -8.86666667rem;
}
.order-shop .o-s-comment dd .tag a {
  color: #dedede;
  border: 1px solid #dedede;
  border-radius: 0.35555556rem;
  -webkit-border-radius: 0.35555556rem;
  -moz-border-radius: 0.35555556rem;
  -o-border-radius: 0.35555556rem;
  -ms-border-radius: 0.35555556rem;
  padding: 0rem 0.44444444rem 0rem 0.44444444rem;
  margin: 0.11111111rem 0.11111111rem 0.11111111rem 0.11111111rem;
  display: inline-block;
  position: relative;
}
.order-shop .o-s-comment dd .tag a:before {
  content: "";
  margin-right: 0.4rem;
}
.order-shop .o-s-comment dd .tag a.active {
  color: #c82d5f;
  padding: 0rem 0.33333333rem 0rem 0.33333333rem;
}
.order-shop .o-s-comment dd .tag a.active:before {
  content: "√";
  color: #c82d5f;
  margin-right: 0.22222222rem;
}
.order-shop .o-s-comment dd textarea {
  border: 0;
  width: 100%;
  height: 2.22222222rem;
  color: #323232;
}
.order-shop .o-s-cart {
  padding: 0.66666667rem 0.31111111rem 0.66666667rem 0.31111111rem;
  border-bottom: solid 1px #dedede;
}
.order-shop .o-s-cart dt {
  width: 37%;
  float: left;
  clear: left;
}
.order-shop .o-s-cart dt img {
  width: 100%;
  border: solid 1px #dedede;
  border-radius: 0.02222222rem;
  -webkit-border-radius: 0.02222222rem;
  -moz-border-radius: 0.02222222rem;
  -o-border-radius: 0.02222222rem;
  -ms-border-radius: 0.02222222rem;
}
.order-shop .o-s-cart dt .checkspan {
  width: 0.95555556rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 28%;
  margin-right: 0.33333333rem;
}
.order-shop .o-s-cart dt .smallimg {
  width: 3.77777778rem;
  margin-top: 0.08888889rem;
  display: inline-block;
}
.order-shop .o-s-cart dd {
  float: left;
  width: 57%;
  margin-left: 5%;
  position: relative;
}
.order-shop .o-s-cart dd h2 {
  color: #959595;
  font-size: 0.66666667rem;
  line-height: 0.88888889rem;
  font-weight: normal;
}
.order-shop .o-s-cart dd h3 {
  color: #555555;
  font-size: 0.66666667rem;
  font-weight: normal;
  margin-top: 0.31111111rem;
}
.order-shop .o-s-cart dd h3 em {
  color: #ff0000;
  font-weight: bold;
}
.order-shop .o-s-cart dd h4 {
  color: #323232;
  font-size: 0.53333333rem;
  font-weight: normal;
  margin-top: 0.31111111rem;
}
.order-shop .o-s-cart dd .c-delete {
  width: 2.62222222rem;
  height: 1.11111111rem;
  line-height: 1.11111111rem;
  font-size: 0.57777778rem;
  text-align: center;
  position: absolute;
  color: #252525;
  right: 0.04444444rem;
  bottom: 0.84444444rem;
  background: #ffecf2;
  border: solid 1px #c82d5f;
  display: none;
}
.order-shop > a:last-child .o-s-cart {
  border-bottom: none;
}
.order-shop > .cart-item:last-child .o-s-cart {
  border-bottom: solid 1px #c6c6c6;
}
.order-shop .qtwrap {
  display: none;
}
.order-shop .qt-box {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  border-bottom: solid 1px #c6c6c6;
}
.order-shop .qt-box div {
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  height: 1.6rem;
  line-height: 1.55555556rem;
  text-align: center;
}
.order-shop .qt-box .q-add {
  background: #f8f8f8;
  color: #9f9f9f;
}
.order-shop .qt-box .q-add:after {
  content: "";
  background: url(../images/icon_sprite.png?v=4) no-repeat;
  background-size: 11.25rem auto;
  width: 0.71111111rem;
  height: 0.71111111rem;
  background-position: -7.24444444rem -10.73333333rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.44444444rem;
}
.order-shop .qt-box .q-del {
  background: #f8f8f8;
  color: #9f9f9f;
}
.order-shop .qt-box .q-del:after {
  content: "";
  background: url(../images/icon_sprite.png?v=4) no-repeat;
  background-size: 11.25rem auto;
  width: 0.71111111rem;
  height: 0.71111111rem;
  background-position: -8.31111111rem -10.73333333rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.44444444rem;
}
.order-shop .qt-box .q-num {
  background: #ffffff;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
  font-size: 0.71111111rem;
  color: #ff0000;
  font-family: arial;
}
.cart-count {
  color: #909090;
  font-size: 0.57777778rem;
  line-height: 2.22222222rem;
  height: 2.22222222rem;
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  padding: 0rem 0rem 0rem 0.75555556rem;
}
.cart-count .money {
  color: #ff0000;
  font-size: 0.8rem;
}
.cart-count .f-right {
  height: 2.22222222rem;
}
.cart-count .btn-sum {
  background: #c82d5f;
  font-size: 0.57777778rem;
  color: #ffffff;
  height: 2.22222222rem;
  width: 4.44444444rem;
  display: block;
}
.order-end {
  color: #656565;
  font-size: 0.66666667rem;
  text-align: center;
  border: solid 1px #c6c6c6;
  background: #f8f8f8;
  padding-top: 0.77777778rem;
  padding-bottom: 0.77777778rem;
  margin-left: 0.82222222rem;
  margin-right: 0.82222222rem;
  margin-top: 1.33333333rem;
  margin-bottom: 1.33333333rem;
}
.cart-list-active .order-shop .o-s-cart dd .c-delete {
  display: block;
}

.publishcomment {
    width:1.2rem; height:0.8rem; margin-right:0.5rem;
}

 /*订单列表点击加载更多*/
.order-more-div {
    background: #efefef; width:100%; padding-top:0.8rem; padding-bottom:0.6rem;
}

.order-more-info {
    background: #ffffff; margin:0.5rem;font-size:0.6111rem; height:1.5rem; line-height:1.5rem;
    text-align:center; border:solid 2px #dedede; color:#adadad;cursor:pointer;
}

.spanmessage {
    display:block; font-size:0.6rem; cursor:pointer; text-align:center;color: #909090;
}

.o-s-msg textarea {
    margin-left:0.35rem;
    margin-right:0.35rem;
  border: solid 1px #c6c6c6;
  color: #adadad;
  font-size: 0.65777778rem;
  width: 95%;
  height: 3.02222222rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0.22222222rem 0.22222222rem 0.22222222rem 0.22222222rem;
}

.o-refund .desc textarea, .o-refund .desc input, .o-refund .desc select {
     border:solid 1px #c6c6c6;
  width:100%;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0.22222222rem 0.22222222rem 0.22222222rem 0.22222222rem;
}

.cart-list-active .cart-item .qtwrap {
  display: block;
}
.jsstar {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 0.44444444rem;
  width: 4.44444444rem;
  height: 0.75555556rem;
  position: relative;
  float: left;
}
.jsstar li {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 0.88888889rem;
  height: 0.75555556rem;
  background: url(../images/star_01.png) 0 0 no-repeat;
  background-size: 0.88888889rem auto;
}
.jsstar li.active {
  background: url(../images/star_02.png) 0 0 no-repeat;
  background-size: 0.88888889rem auto;
}
.mt-block {
  margin-top: 0.44444444rem;
}
.border-bot {
  border: solid 1px #dedede;
}
.btn-submit {
  line-height: 2.22222222rem;
  background: #c82d5f;
  text-align: center;
  color: #ffffff;
  width: 100%;
  font-size: 0.71111111rem;
  border-radius: 0.11111111rem;
  -webkit-border-radius: 0.11111111rem;
  -moz-border-radius: 0.11111111rem;
  -o-border-radius: 0.11111111rem;
  -ms-border-radius: 0.11111111rem;
}
.msg-submit {
  padding: 1.33333333rem 0.75555556rem 1.71111111rem 0.75555556rem;
}
.order-submit {
  padding: 2.66666667rem 0.75555556rem 1.71111111rem 0.75555556rem;
}
.order-pay {
  padding: 0.44444444rem 0.75555556rem 1.71111111rem 0.75555556rem;
  margin-top: 0.44444444rem;
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  background: #ffffff;
  text-align: center;
}
.order-pay div {
  margin-top: 0.88888889rem;
}
.order-pay .o-p-1 {
  color: #323232;
  font-size: 0.57777778rem;
}
.order-pay .o-p-2 {
  color: #ff0000;
  font-size: 1.06666667rem;
  margin-top: 0.44444444rem;
  font-family: arial;
}
.border-top-bot {
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
}
/*收货地址*/
.address {
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  background: #ffffff;
  color: #323232;
  margin-top: 0.44444444rem;
  font-size: 0.57777778rem;
  padding: 0.33333333rem 0rem 0.77777778rem 0rem;
  clear: both;
  position: relative;
}
.address div {
  padding-left: 0.66666667rem;
  padding-right: 0.66666667rem;
  padding-top: 0.66666667rem;
  padding-bottom: 0.66666667rem;
  /*border-bottom: dotted 1px #cccccc;*/
  background: url(../images/icon-line-2.png) bottom repeat-x;
}
.address div:last-child {
  margin-bottom: 0rem;
  border-bottom: 0;
  background: none;
  padding-bottom: 0rem;
}
.address .add-btns p {
  float: right;
}
.address .add-btns span {
  color: #c82d5f;
}
.address .add-btns input[type=button],
.address .add-btns a {
  border: solid 1px #c6c6c6;
  background: #f8f8f8;
  color: #323232;
  font-family: Arial;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 0.57777778rem;
  padding: 0rem 0.55555556rem 0rem 0.55555556rem;
  height: 1.2rem;
  line-height: 1.15555556rem;
  margin-left: 0.44444444rem;
  display: inline-block;
}
.address .check {
  width: 0.93333333rem;
  height: 0.93333333rem;
  position: absolute;
  top: 0.22222222rem;
  right: 0rem;
  text-align: center;
}
.address .check .u-i-check {
  width: 1.02222222rem;
  height: 1.02222222rem;
  background-position: -5.15555556rem -9.55555556rem;
}
.address .check .u-i-check-active {
  width: 1.02222222rem;
  height: 1.02222222rem;
  background-position: -6.55555556rem -9.55555556rem;
}
.detail-header {
  height: 2.13333333rem;
  position: relative;
  text-align: center;
  z-index: 200;
}
.detail-header .goback {
  display: block;
  background-color: #c82d5f;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.44444444rem;
  left: 0.44444444rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.detail-header .goback i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: -5.05rem -0.2rem;
  vertical-align: top;
  margin-top: 0.26666667rem;
}
.detail-header .btsets {
  display: block;
  background-color: #c82d5f;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.48888889rem;
  right: 0.88888889rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.detail-header .btsets i {
  display: inline-block;
  width: 0.66666667rem;
  height: 1.11111111rem;
  background-position: -10.22222222rem -0.08888889rem;
  vertical-align: top;
  margin-top: 0.26666667rem;
}
.detail-footer {
  height: 2.22222222rem;
  background: #c82d5f;
  position: fixed;
  width: 100%;
  /*max-width: 720px;*/
  bottom: 0;
  z-index: 1000;
}
.detail-footer ul li {
  height: 2.52222222rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  float: left;
  text-align: center;
}
.detail-footer ul .d-f-1 {
  width: 3.99722222rem;
  height: 2.22222222rem;
  background: url("../images/i-dt-1.png") no-repeat center;
  background-size: contain;
}
.detail-footer ul .d-f-2 {
  width: 3.99722222rem;
  height: 2.22222222rem;
  background: url("../images/i-dt-2.png") no-repeat 100%;
  background-size: contain;
}
.detail-footer ul .d-f-3 {
  width: 3.99722222rem;
  height: 2.22222222rem;
  background: url("../images/i-dt-3.png") no-repeat 100%;
  background-size: contain;
}
.detail-footer ul .d-f-4 {
  width: 3.33333333rem;
  height: 2.22222222rem;
  background: url("../images/i-dt-4.png") no-repeat 100%;
  background-size: contain;
}
.detail-footer ul .d-f-5 {
  width: 3.99722222rem;
  height: 2.22222222rem;
  background: url("../images/i-dt-5.png") no-repeat 100%;
  background-size: contain;
}

/* 商品详情或更多详情 开始 */
 .detail-footer ul .d-t-1 {
  width: 3.99722222rem;
  height: 2.22222222rem;
  background: url("../images/li-dt-1.png") no-repeat 1.6rem;/*店铺*/
  background-size: contain;
 }

 .detail-footer ul .d-t-2 {
  width: 3.99722222rem;
  height: 2.22222222rem;
  background: url("../images/li-dt-2.png") no-repeat 100%;/*立即购买*/
  background-size: contain;
 }

 .detail-footer ul .d-t-3 {
  width: 3.99722222rem;
  height: 2.22222222rem;
  background: url("../images/li-dt-3.png") no-repeat 100%;/*跨屏试衣*/
  background-size: contain;
 }

 .detail-footer ul li .img {
        margin-left:-3rem;
    }
/* 商品详情或更多详情 结束 */

.android-ics.light .dw {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
}
.order-detail .o-d-status {
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  padding-top: 0.71111111rem;
  padding-bottom: 0.71111111rem;
  padding-left: 0.66666667rem;
  font-size: 0.57777778rem;
  color: #252525;
  margin-top: 0.44444444rem;
  margin-bottom: 0.44444444rem;
  background: #f8f8f8;
}
.order-detail .order-delivery {
  background: url("../images/bg-re.jpg") no-repeat;
  background-size: 100%;
  height: 3.28888889rem;
  position: relative;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.order-detail .order-delivery .o-d-info {
  margin-left: 2.71111111rem;
  padding-top: 0.66666667rem;
  width: 11.77777778rem;
  font-size: 0.57777778rem;
}
.order-detail .order-delivery .o-d-info .o-d-i-per {
  color: #323232;
  font-size: 0.57777778rem;
  font-weight: bold;
}
.order-detail .order-delivery .o-d-info .o-d-i-add {
  color: #323232;
  margin-top: 0.22222222rem;
  clear: both;
}
.order-detail .order-delivery .o-d-more {
  position: absolute;
  right: 0.66666667rem;
  top: 0rem;
  height: 100%;
}
.order-detail .order-delivery .o-d-more .u-i-go {
  width: 1rem;
  height: 1rem;
  background-position: -10.17777778rem -5.73333333rem;
  display: inline-block;
  margin-top: 1.11111111rem;
}
.order-detail .o-d-bottom {
  border: solid 1px #c6c6c6;
  margin: 0.22222222rem 0.22222222rem 0.22222222rem 0.22222222rem;
}
.order-detail .o-d-ordernum {
  background: #dfdddd;
  font-size: 0.57777778rem;
  color: #252525;
  padding: 0.55555556rem 0.55555556rem 0.55555556rem 0.55555556rem;
  line-height: 1rem;
}
.order-detail .o-d-other {
  color: #323232;
  background: #ffffff;
  padding: 0.44444444rem 0.44444444rem 0.22222222rem 0.75555556rem;
  line-height: 0.88888889rem;
  font-size: 0.57777778rem;
  border-bottom: solid 1px #c6c6c6;
  position: relative;
}
.order-detail .o-d-other .store-name {
  margin-bottom: 0.66666667rem;
}
.order-detail .o-d-other .store-name .u-i-store {
  margin-right: 0.33333333rem;
}
.order-detail .o-d-other .appraise {
  position: absolute;
  bottom: 0.44444444rem;
  right: 0.44444444rem;
  line-height: 1.2rem;
}
.order-detail-state {
  color: #555555;
  padding: 0.44444444rem 0.44444444rem 0rem 0.75555556rem;
  line-height: 0.88888889rem;
}
.order-detail-state h1 {
  font-size: 0.66666667rem;
}
.order-detail-state h2 {
  font-size: 0.66666667rem;
}
.order-detail-state h2 span {
  color: #ff0000;
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
}
.order-detail-state p {
  color: #909090;
  font-size: 0.57777778rem;
}
/*留言板*/
.messagebox .dir-right {
  margin-left: 3.55555556rem;
  margin-right: 0.88888889rem;
  margin-top: 0.77777778rem;
  margin-bottom: 0.77777778rem;
}
.messagebox .dir-right p.m-date {
  color: #777777;
  font-size: 0.44444444rem;
  line-height: 0.88888889rem;
  font-family: arial, verdana, sans-serif;
  text-align: right;
}
.messagebox .dir-right div.m-info {
  color: #777777;
  background: #ffffff;
  font-size: 0.57777778rem;
  border: solid 1px #c6c6c6;
  border-radius: 0.22222222rem;
  -webkit-border-radius: 0.22222222rem;
  -moz-border-radius: 0.22222222rem;
  -o-border-radius: 0.22222222rem;
  -ms-border-radius: 0.22222222rem;
  line-height: 0.88888889rem;
  padding: 0.44444444rem 0.44444444rem 0.44444444rem 0.44444444rem;
  position: relative;
}
.messagebox .dir-right div.m-info:after {
  content: "";
  background: url("../images/icon-msg-2.png") no-repeat left center;
  background-size: 100% 100%;
  width: 0.42222222rem;
  height: 0.55555556rem;
  position: absolute;
  right: -0.4rem;
  top: 0.44444444rem;
}
.messagebox .dir-left {
  margin-left: 0.88888889rem;
  margin-right: 3.55555556rem;
  margin-top: 0.77777778rem;
  margin-bottom: 0.77777778rem;
}
.messagebox .dir-left p.m-date {
  color: #777777;
  font-size: 0.44444444rem;
  line-height: 0.88888889rem;
  font-family: arial, verdana, sans-serif;
}
.messagebox .dir-left div.m-info {
  color: #777777;
  background: #f8f8f8;
  font-size: 0.57777778rem;
  border: solid 1px #c6c6c6;
  border-radius: 0.22222222rem;
  -webkit-border-radius: 0.22222222rem;
  -moz-border-radius: 0.22222222rem;
  -o-border-radius: 0.22222222rem;
  -ms-border-radius: 0.22222222rem;
  line-height: 0.88888889rem;
  padding: 0.44444444rem 0.44444444rem 0.44444444rem 0.44444444rem;
  position: relative;
}
.messagebox .dir-left div.m-info:after {
  content: "";
  background: url("../images/icon-msg-1.png") no-repeat right center;
  background-size: 100% 100%;
  width: 0.42222222rem;
  height: 0.55555556rem;
  position: absolute;
  left: -0.4rem;
  top: 0.44444444rem;
}
/*消息*/
.newsbox {
  background: #ffffff;
  padding: 0rem 0.8rem 0rem 0.8rem;
  margin-top: 0.44444444rem;
  border-bottom: solid 1px #dedede;
}
.newsbox ul li {
  position: relative;
  color: #888888;
  font-size: 0.57777778rem;
  border-bottom: solid 1px #dedede;
  padding: 0.44444444rem 0rem 0.44444444rem 0rem;
}
.newsbox ul li a {
  color: #888888;
}
.newsbox ul li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsbox ul li:last-child {
  border-bottom: 0;
}
.newsbox ul li .btn {
  display: none;
  border: solid 1px #dedede;
  background: #f8f8f8;
  color: #323232;
  width: 4.44444444rem;
  height: 2.22222222rem;
  line-height: 2.22222222rem;
  position: absolute;
  top: -0.22222222rem;
  right: 0.22222222rem;
  text-align: center;
}
.newsbox ul li .btn .u-i-delete {
  width: 1.02222222rem;
  height: 0.97777778rem;
  background-position: -9.28888889rem -8.33333333rem;
  vertical-align: middle;
  margin-top: -0.04444444rem;
  margin-right: 0.66666667rem;
}
.newsbox ul li .check {
  display: none;
  width: 0.93333333rem;
  height: 0.93333333rem;
  position: absolute;
  top: 0.88888889rem;
  right: 0rem;
  text-align: center;
}
.newsbox ul li .check .u-i-check {
  width: 0.93333333rem;
  height: 0.93333333rem;
  background-position: -5.15555556rem -9.55555556rem;
}
.newsbox ul li .check .u-i-check-active {
  width: 0.93333333rem;
  height: 0.93333333rem;
  background-position: -6.55555556rem -9.55555556rem;
}
.newsbox ul li .info {
  position: relative;
}
.newsbox ul li .info span {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}
.newsbox ul.checkmode li .info {
  margin-right: 1.77777778rem;
}
.newsbox ul.checkmode li .info span {
  visibility: visible;
}
.newsbox ul.checkmode li .check {
  display: block;
}
.newsdetail {
  background: #ffffff;
  padding: 0.44444444rem 0.8rem 0.88888889rem 0.8rem;
  margin-top: 0.44444444rem;
  border-bottom: solid 1px #dedede;
}
.newsdetail .n-d-title {
  font-size: 0.57777778rem;
  font-weight: bold;
  color: #323232;
}
.newsdetail .n-d-date {
  font-size: 0.48888889rem;
  color: #888888;
  top: 0.35555556rem;
}
.newsdetail .n-d-info {
  font-size: 0.57777778rem;
  color: #888888;
  margin-top: 0.88888889rem;
  line-height: 1.06666667rem;
}
/*消息 结束*/
/*对话框 开始*/
.ns-dialog {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ns-dialog .n-d-bg {
  background: #000000;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
}
.ns-dialog .n-d-wrap {
  position: absolute;
  left: 0.82222222rem;
  right: 0.82222222rem;
  height: 11.77777778rem;
  top: 50%;
  margin-top: -5.77777778rem;
  background: #ffffff;
  border-radius: 0.11111111rem;
  -webkit-border-radius: 0.11111111rem;
  -moz-border-radius: 0.11111111rem;
  -o-border-radius: 0.11111111rem;
  -ms-border-radius: 0.11111111rem;
}
.ns-dialog .n-d-inner {
  padding: 0.11111111rem 0.73333333rem 0.73333333rem 0.73333333rem;
}
.ns-dialog .n-d-inner .i-title {
  color: #c82d5f;
  font-size: 0.71111111rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ns-dialog .n-d-inner .i-check li {
  border-top: solid 1px #c6c6c6;
  padding-top: 0.73333333rem;
  padding-bottom: 0.73333333rem;
  color: #323232;
  font-size: 0.71111111rem;
}
.ns-dialog .n-d-inner .i-check li span {
  float: right;
  margin-right: 0.66666667rem;
}
.ns-dialog .n-d-inner .i-btn {
  padding-top: 0.66666667rem;
}
.ns-dialog .n-d-inner .i-btn div {
  width: 45%;
  height: 2.22222222rem;
  line-height: 2.22222222rem;
  color: #ffffff;
  background: #c82d5f;
  font-size: 0.71111111rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.11111111rem;
  -webkit-border-radius: 0.11111111rem;
  -moz-border-radius: 0.11111111rem;
  -o-border-radius: 0.11111111rem;
  -ms-border-radius: 0.11111111rem;
  margin-left: 3%;
}
/*对话框 结束*/
/*空购物车*/
.cart-empty {
  text-align: center;
}
.cart-empty .i-cart {
  background: url("../images/i-cart.png") no-repeat;
  background-size: 100%;
  width: 2.73333333rem;
  height: 2.26666667rem;
  margin-left: auto;
  margin-right: auto;
}
/*视频试衣*/
.try-wrap {
  position: relative;
  height: 12rem;
}
.try-wrap .camera img {
  width: 100%;
}
.try-wrap .bg1 {
  background: url("../images/try-bg-1.png") no-repeat;
  background-size: 100% auto;
}
.try-wrap .bg2 {
  background: url("../images/try-bg-2.png") no-repeat;
  background-size: 100% auto;
}
.try-wrap .bg3 {
  background: url("../images/try-bg-3.png") no-repeat;
  background-size: 100% auto;
}
.try-wrap .btn1 {
  width: 2.22222222rem;
  height: 2.22222222rem;
}
.try-wrap .btn2 {
  width: 2.86666667rem;
  height: 2.88888889rem;
}
.try-wrap .controls {
  position: absolute;
  right: 0.44444444rem;
  top: 2.4rem;
}
.try-wrap .controls .b-close {
  background: url("../images/try-bg-1.png") no-repeat;
  background-size: 100% auto;
  width: 2.22222222rem;
  height: 2.22222222rem;
}
.try-wrap .controls .b-close:after {
  content: "";
  width: 2.22222222rem;
  height: 2.22222222rem;
  display: inline-block;
  background: url(../images/3d.png?v=1) no-repeat;
  background-size: 8.88888889rem auto;
  background-position: -6.22222222rem -0.48888889rem;
}
.try-wrap .controls .b-full {
  background: url("../images/try-bg-1.png") no-repeat;
  background-size: 100% auto;
  width: 2.22222222rem;
  height: 2.22222222rem;
}
.try-wrap .controls .b-full:after {
  content: "全屏";
  width: 2.22222222rem;
  height: 2.22222222rem;
  display: inline-block;
  background: url(../images/3d.png?v=1) no-repeat;
  background-size: 8.88888889rem auto;
  line-height: 2.22222222rem;
  text-align: center;
  font-size: 0.48888889rem;
  color: #959595;
}
.try-wrap .controls .b-change {
  background: url("../images/try-bg-1.png") no-repeat;
  background-size: 100% auto;
  width: 2.22222222rem;
  height: 2.22222222rem;
}
.try-wrap .controls .b-change:after {
  content: "衣服调节";
  width: 1.33333333rem;
  height: 1.33333333rem;
  display: inline-block;
  background: url(../images/3d.png?v=1) no-repeat;
  background-size: 8.88888889rem auto;
  line-height: 0.66666667rem;
  text-align: center;
  font-size: 0.48888889rem;
  color: #959595;
  display: block;
  margin: auto;
  padding-top: 0.44444444rem;
}
.try-wrap .controls .change-box {
  display: none;
  position: absolute;
  right: 0rem;
  top: 4.66666667rem;
  width: 4.88888889rem;
  height: 4.62222222rem;
  text-align: right;
}
.try-wrap .controls .b-up {
  background: url("../images/try-bg-2.png") no-repeat;
  background-size: 100% auto;
  width: 2.22222222rem;
  height: 2.22222222rem;
  display: inline-block;
}
.try-wrap .controls .b-up:after {
  content: "";
  width: 2.22222222rem;
  height: 2.22222222rem;
  display: inline-block;
  background: url(../images/3d.png?v=1) no-repeat;
  background-size: 8.88888889rem auto;
  background-position: -3.77777778rem -5.44444444rem;
}
.try-wrap .controls .b-zoomin {
  background: url("../images/try-bg-2.png") no-repeat;
  background-size: 100% auto;
  width: 2.22222222rem;
  height: 2.22222222rem;
  display: inline-block;
}
.try-wrap .controls .b-zoomin:after {
  content: "";
  width: 2.22222222rem;
  height: 2.22222222rem;
  display: inline-block;
  background: url(../images/3d.png?v=1) no-repeat;
  background-size: 8.88888889rem auto;
  background-position: -6.22222222rem -5.44444444rem;
}
.try-wrap .controls .b-zoomout {
  background: url("../images/try-bg-2.png") no-repeat;
  background-size: 100% auto;
  width: 2.22222222rem;
  height: 2.22222222rem;
  display: inline-block;
}
.try-wrap .controls .b-zoomout:after {
  content: "";
  width: 2.22222222rem;
  height: 2.22222222rem;
  display: inline-block;
  background: url(../images/3d.png?v=1) no-repeat;
  background-size: 8.88888889rem auto;
  background-position: -6.22222222rem -7.84444444rem;
}
.try-wrap .controls .b-down {
  background: url("../images/try-bg-2.png") no-repeat;
  background-size: 100% auto;
  width: 2.22222222rem;
  height: 2.22222222rem;
  display: inline-block;
}
.try-wrap .controls .b-down:after {
  content: "";
  width: 2.22222222rem;
  height: 2.22222222rem;
  display: inline-block;
  background: url(../images/3d.png?v=1) no-repeat;
  background-size: 8.88888889rem auto;
  background-position: -3.77777778rem -7.84444444rem;
}
.try-wrap .plays {
  position: absolute;
  left: 0.44444444rem;
  top: 2.4rem;
}
.try-wrap .plays .b-play {
  background: url("../images/try-bg-3.png") no-repeat;
  background-size: 100% auto;
  width: 2.86666667rem;
  height: 2.88888889rem;
  margin-bottom: 0.08888889rem;
}
.try-wrap .plays .b-play:before {
  content: "";
  height: 0.26666667rem;
  display: block;
}
.try-wrap .plays .b-play .pl-icon {
  width: 1.22222222rem;
  height: 1.22222222rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.26666667rem;
  background: url("../images/i-play-1.png") no-repeat;
  background-size: 100% 100%;
}
.try-wrap .plays .b-play .pl-title {
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  font-size: 0.97777778rem;
  color: #959595;
  text-align: center;
  width: 200%;
  height: 0.53333333rem;
  transform: scale(0.5, 0.5);
  transform-origin: left top;
  -moz-transform: scale(0.5, 0.5);
  -moz-transform-origin: left top;
  -webkit-transform: scale(0.5, 0.5);
  -webkit-transform-origin: left top;
}
.try-wrap .plays .b-play .pl-time {
  font-family: arial, verdana, sans-serif;
  font-size: 0.97777778rem;
  color: #959595;
  text-align: center;
  width: 200%;
  height: 0.53333333rem;
  transform: scale(0.5, 0.5);
  transform-origin: left top;
  -moz-transform: scale(0.5, 0.5);
  -moz-transform-origin: left top;
  -webkit-transform: scale(0.5, 0.5);
  -webkit-transform-origin: left top;
}
.try-wrap .plays .b-play.active .pl-icon {
  background: url("../images/i-play-1a.png") no-repeat;
  background-size: 100% 100%;
}
.try-wrap .plays .b-play.active .pl-title {
  color: #c82d5f;
}
.try-wrap .plays .b-play.active .pl-time {
  color: #c82d5f;
}
.i-try {
  display: inline-block;
  background: url(../images/3d.png?v=1) no-repeat;
  background-size: 8.88888889rem auto;
}
/*视频试衣 end*/
/*立即购买*/
.panel-buy .p-b-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  background: #000000;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.panel-buy .p-b-main {
  width: 100%;
  /*height: 80%;*/
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: #ffffff;
  border-top-left-radius: 0.22222222rem;
  -webkit-border-top-left-radius: 0.22222222rem;
  -moz-border-top-left-radius: 0.22222222rem;
  -o-border-top-left-radius: 0.22222222rem;
  -ms-border-top-left-radius: 0.22222222rem;
  border-top-right-radius: 0.22222222rem;
  -webkit-border-top-right-radius: 0.22222222rem;
  -moz-border-top-right-radius: 0.22222222rem;
  -o-border-top-right-radius: 0.22222222rem;
  -ms-border-top-right-radius: 0.22222222rem;
}
.panel-buy .p-b-main .sizerow {
  padding-left: 0.53333333rem;
  margin-top: 0.57777778rem;
  padding-bottom: 0.77777778rem;
  border-bottom: solid 1px #dedede;
}
.panel-buy .p-b-main .sizerow dt {
  color: #252525;
  font-size: 0.66666667rem;
  padding-bottom: 0.35555556rem;
}
.panel-buy .p-b-main .sizerow .item a {
  color: #dedede;
  border: 1px solid #dedede;
  border-radius: 0.35555556rem;
  -webkit-border-radius: 0.35555556rem;
  -moz-border-radius: 0.35555556rem;
  -o-border-radius: 0.35555556rem;
  -ms-border-radius: 0.35555556rem;
  padding: 0.22222222rem 0.66666667rem 0.22222222rem 0.66666667rem;
  margin: 0.11111111rem 0.33333333rem 0.11111111rem 0.33333333rem;
  display: inline-block;
  position: relative;
  font-size: 0.66666667rem;
  color: #959595;
  font-family: arial, verdana, sans-serif;
  text-align: center;
}
.panel-buy .p-b-main .sizerow .item a.active {
  color: #c82d5f;
  padding: 0.22222222rem 0.33333333rem 0.22222222rem 0.33333333rem;
}
.panel-buy .p-b-main .sizerow .item a.active:before {
  content: "√";
  color: #c82d5f;
  margin-right: 0.22222222rem;
}
.panel-buy .p-b-main .qt-box {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  border: solid 1px #c6c6c6;
}
.panel-buy .p-b-main .qt-box div {
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  height: 1.6rem;
  line-height: 1.55555556rem;
  text-align: center;
}
.panel-buy .p-b-main .qt-box .q-add {
  background: #f8f8f8;
  color: #9f9f9f;
}
.panel-buy .p-b-main .qt-box .q-add:after {
  content: "";
  background: url(../images/icon_sprite.png?v=4) no-repeat;
  background-size: 11.25rem auto;
  width: 0.71111111rem;
  height: 0.71111111rem;
  background-position: -7.24444444rem -10.73333333rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.35555556rem;
}
.panel-buy .p-b-main .qt-box .q-del {
  background: #f8f8f8;
  color: #9f9f9f;
}
.panel-buy .p-b-main .qt-box .q-del:after {
  content: "";
  background: url(../images/icon_sprite.png?v=4) no-repeat;
  background-size: 11.25rem auto;
  width: 0.71111111rem;
  height: 0.71111111rem;
  background-position: -8.31111111rem -10.73333333rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.35555556rem;
}
.panel-buy .p-b-main .qt-box .q-num {
  background: #ffffff;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
  font-size: 0.71111111rem;
  color: #ff0000;
  font-family: arial, verdana, sans-serif;
}
.panel-buy .p-b-main .gotobuy {
  height: 2.22222222rem;
  line-height: 2.22222222rem;
  color: #ffffff;
  background: #c82d5f;
  font-size: 0.66666667rem;
  text-align: center;
}
.panel-buy .p-b-main .close {
  width: 2.22222222rem;
  height: 2.22222222rem;
  border-top-left-radius: 0.22222222rem;
  -webkit-border-top-left-radius: 0.22222222rem;
  -moz-border-top-left-radius: 0.22222222rem;
  -o-border-top-left-radius: 0.22222222rem;
  -ms-border-top-left-radius: 0.22222222rem;
  border-top-right-radius: 0.22222222rem;
  -webkit-border-top-right-radius: 0.22222222rem;
  -moz-border-top-right-radius: 0.22222222rem;
  -o-border-top-right-radius: 0.22222222rem;
  -ms-border-top-right-radius: 0.22222222rem;
  position: absolute;
  top: -1.11111111rem;
  right: 0.22222222rem;
  background: #ffffff;
}
.panel-buy .p-b-main .close:after {
  content: '';
  display: block;
  width: 1.77777778rem;
  margin-left: 0.22222222rem;
  margin-right: 0.22222222rem;
  margin-top: 0.22222222rem;
  height: 1.77777778rem;
  background: url("../images/i-close.png") no-repeat;
  background-size: 100% 100%;
}
/*立即购买 end*/
/*申请售后*/
.apply-after {
  border: solid 1px #c6c6c6;
  /*服务类型*/
}
.apply-after .service-type {
  padding-left: 0.53333333rem;
  margin-top: 0.57777778rem;
  padding-bottom: 0.77777778rem;
  border-bottom: solid 1px #dedede;
}
.apply-after .service-type dt {
  color: #252525;
  font-size: 0.66666667rem;
  padding-bottom: 0.35555556rem;
}
.apply-after .service-type .item a {
  color: #dedede;
  border: 1px solid #dedede;
  border-radius: 0.35555556rem;
  -webkit-border-radius: 0.35555556rem;
  -moz-border-radius: 0.35555556rem;
  -o-border-radius: 0.35555556rem;
  -ms-border-radius: 0.35555556rem;
  padding: 0.22222222rem 0.66666667rem 0.22222222rem 0.66666667rem;
  margin: 0.11111111rem 0.11111111rem 0.11111111rem 0.11111111rem;
  width: 2.88888889rem;
  display: inline-block;
  position: relative;
  font-size: 0.66666667rem;
  color: #959595;
  font-family: arial, verdana, sans-serif;
  text-align: center;
}
.apply-after .service-type .item a.active {
  color: #c82d5f;
}
.apply-after .qt-box {
  border-top: solid 1px #c6c6c6;
}
.apply-after .r-textarea {
  width: 100%;
  height: 5.64444444rem;
  padding: 0.22222222rem 0.22222222rem 0.22222222rem 0.22222222rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-top: solid 1px #c6c6c6;
  background: #f8f8f8;
  color: #adadad;
  font-size: 0.53333333rem;
}
.apply-after .btn-add-file {
  width: 2.31111111rem;
  height: 2.31111111rem;
  background: url("../images/i-addfile.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.next-btn {
  width: 100%;
}
.address-item {
  border: solid 1px #c6c6c6;
  margin: 0.24444444rem 0.24444444rem 0.24444444rem 0.24444444rem;
}
.address-item .a-title {
  padding-left: 0.44444444rem;
  height: 2.13333333rem;
  line-height: 2.13333333rem;
  background: #dfdddd;
  color: #252525;
  font-size: 0.66666667rem;
}
.address-item .a-content > div {
  padding-left: 0.44444444rem;
  padding-top: 0.66666667rem;
  padding-bottom: 0.66666667rem;
  font-size: 0.57777778rem;
  line-height: 1.33333333rem;
  background-image: url("../images/icon-line-2.png");
  background-repeat: no-repeat;
  background-position: bottom repeat-x;
  color: #323232;
}
.address-item .a-content > div span {
  color: #909090;
}
.address-item .a-content > div:last-child {
  background-image: none;
}
.jindu-wrap {
  height: 4rem;
  padding-top: 0.44444444rem;
  background: #ffffff;
}
.jindu-wrap > div {
  float: left;
  height: 3.55555556rem;
}
.jindu-wrap .jd-1 {
  margin-left: 0.44444444rem;
  width: 3rem;
  text-align: center;
}
.jindu-wrap .jd-1 div {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/app-1.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
.jindu-wrap .jd-1 p {
  color: #c82d5f;
  font-size: 0.53333333rem;
  margin-top: 0.4rem;
}
.jindu-wrap .jd-2 {
  width: 2.88888889rem;
  text-align: center;
}
.jindu-wrap .jd-2 div {
  width: 0.84444444rem;
  height: 0.64444444rem;
  background: url("../images/app-4.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
  margin-top: 0.88888889rem;
}
.jindu-wrap .jd-3 {
  width: 3rem;
  text-align: center;
}
.jindu-wrap .jd-3 div {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/app-2.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
.jindu-wrap .jd-3 p {
  color: #c82d5f;
  font-size: 0.53333333rem;
  margin-top: 0.4rem;
}
.jindu-wrap .jd-4 {
  width: 2.88888889rem;
  text-align: center;
}
.jindu-wrap .jd-4 div {
  width: 0.84444444rem;
  height: 0.64444444rem;
  background: url("../images/app-4.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
  margin-top: 0.88888889rem;
}
.jindu-wrap .jd-5 {
  width: 3rem;
  text-align: center;
}
.jindu-wrap .jd-5 div {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/app-3.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
.jindu-wrap .jd-5 p {
  color: #959595;
  font-size: 0.53333333rem;
  margin-top: 0.4rem;
}
.top-pop {
  position: relative;
}
.top-pop:before {
  content: "";
  width: 1.33333333rem;
  height: 0.48888889rem;
  background: url("../images/i-pop.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
  position: absolute;
  top: -0.48888889rem;
  left: 50%;
  margin-left: -0.66666667rem;
}
.top-pop-1 {
  position: relative;
}
.top-pop-1:before {
  content: "";
  width: 1.33333333rem;
  height: 0.48888889rem;
  background: url("../images/i-pop-1.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
  position: absolute;
  top: -0.48888889rem;
  left: 50%;
  margin-left: -0.66666667rem;
}
.after-msg {
  background: #f8f8f8;
  margin: 0.4rem 0.55555556rem 0.4rem 0.55555556rem;
  padding: 0.44444444rem 0.44444444rem 3.33333333rem 0.44444444rem;
  border: solid 1px #c6c6c6;
  position: relative;
}
.after-msg .dir-right {
  margin-left: 2.88888889rem;
  margin-right: 0.44444444rem;
  margin-top: 0.77777778rem;
  margin-bottom: 0.77777778rem;
}
.after-msg .dir-right p.m-date {
  color: #777777;
  font-size: 0.44444444rem;
  line-height: 0.88888889rem;
  font-family: arial, verdana, sans-serif;
  text-align: right;
}
.after-msg .dir-right div.m-info {
  color: #777777;
  background: #ffffff;
  font-size: 0.57777778rem;
  border: solid 1px #c6c6c6;
  border-radius: 0.22222222rem;
  -webkit-border-radius: 0.22222222rem;
  -moz-border-radius: 0.22222222rem;
  -o-border-radius: 0.22222222rem;
  -ms-border-radius: 0.22222222rem;
  line-height: 0.88888889rem;
  padding: 0.44444444rem 0.44444444rem 0.44444444rem 0.44444444rem;
  position: relative;
  margin-right: 2.33333333rem;
}
.after-msg .dir-right div.m-info:after {
  content: "";
  background: url("../images/icon-msg-2.png") no-repeat left center;
  background-size: 100% 100%;
  width: 0.42222222rem;
  height: 0.55555556rem;
  position: absolute;
  right: -0.4rem;
  top: 0.44444444rem;
}
.after-msg .dir-right .m-img {
  float: right;
  width: 1.62222222rem;
  text-align: center;
}
.after-msg .dir-right .m-img div img {
  width: 100%;
}
.after-msg .dir-right .m-img p {
  font-size: 0.44444444rem;
  color: #252525;
}
.after-msg .dir-left {
  margin-left: 0.44444444rem;
  margin-right: 2.88888889rem;
  margin-top: 0.77777778rem;
  margin-bottom: 0.77777778rem;
}
.after-msg .dir-left p.m-date {
  color: #777777;
  font-size: 0.44444444rem;
  line-height: 0.88888889rem;
  font-family: arial, verdana, sans-serif;
}
.after-msg .dir-left div.m-info {
  color: #777777;
  background: #f8f8f8;
  font-size: 0.57777778rem;
  border: solid 1px #c6c6c6;
  border-radius: 0.22222222rem;
  -webkit-border-radius: 0.22222222rem;
  -moz-border-radius: 0.22222222rem;
  -o-border-radius: 0.22222222rem;
  -ms-border-radius: 0.22222222rem;
  line-height: 0.88888889rem;
  padding: 0.44444444rem 0.44444444rem 0.44444444rem 0.44444444rem;
  position: relative;
  margin-left: 2.33333333rem;
}
.after-msg .dir-left div.m-info:after {
  content: "";
  background: url("../images/icon-msg-1.png") no-repeat right center;
  background-size: 100% 100%;
  width: 0.42222222rem;
  height: 0.55555556rem;
  position: absolute;
  left: -0.4rem;
  top: 0.44444444rem;
}
.after-msg .dir-left .m-img {
  float: left;
  width: 1.62222222rem;
  text-align: center;
}
.after-msg .dir-left .m-img div img {
  width: 100%;
}
.after-msg .dir-left .m-img p {
  font-size: 0.44444444rem;
  color: #252525;
}
.after-msg .send-form {
  background: #ffffff;
  height: 2.44444444rem;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
}
.after-msg .send-form input[type=text] {
  width: 8.22222222rem;
  height: 1.6rem;
  background: #f8f8f8;
  color: #adadad;
  font-size: 0.53333333rem;
  margin-top: 0.44444444rem;
  padding-left: 0.66666667rem;
  border: solid 1px #c6c6c6;
  margin-left: 0.48888889rem;
}
.after-msg .send-form input[type=button] {
  width: 3.77777778rem;
  height: 1.6rem;
  background: #c82d5f;
  color: #ffffff;
  font-size: 0.53333333rem;
  margin-top: 0.44444444rem;
  margin-left: 0.37777778rem;
  border-radius: 0.11111111rem;
  -webkit-border-radius: 0.11111111rem;
  -moz-border-radius: 0.11111111rem;
  -o-border-radius: 0.11111111rem;
  -ms-border-radius: 0.11111111rem;
}
.panel-share .p-b-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  background: #000000;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.panel-share .p-b-main-1 {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: #ffffff;
  border-top-left-radius: 0.22222222rem;
  -webkit-border-top-left-radius: 0.22222222rem;
  -moz-border-top-left-radius: 0.22222222rem;
  -o-border-top-left-radius: 0.22222222rem;
  -ms-border-top-left-radius: 0.22222222rem;
  border-top-right-radius: 0.22222222rem;
  -webkit-border-top-right-radius: 0.22222222rem;
  -moz-border-top-right-radius: 0.22222222rem;
  -o-border-top-right-radius: 0.22222222rem;
  -ms-border-top-right-radius: 0.22222222rem;
}
.panel-share .p-b-main-1 > div {
  font-size: 0.71111111rem;
  color: #252525;
  text-align: center;
  padding-top: 0.66666667rem;
  padding-bottom: 0.66666667rem;
}
.panel-share .p-b-main-1 ul li {
  width: 33.333%;
  float: left;
  padding-top: 0.66666667rem;
  padding-bottom: 0.66666667rem;
}
.panel-share .p-b-main-1 ul li div {
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
}
.panel-share .p-b-main-1 ul li p {
  text-align: center;
  padding-top: 0.4rem;
  color: #252525;
  font-size: 0.53333333rem;
  height: 1.11111111rem;
}
.panel-share .p-b-main-1 ul .site-1 div {
  background: url("../images/i-share-1.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-1 ul .site-2 div {
  background: url("../images/i-share-2.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-1 ul .site-3 div {
  background: url("../images/i-share-3.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-1 ul .site-4 div {
  background: url("../images/i-share-4.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-1 ul .site-5 div {
  background: url("../images/i-share-5.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-1 ul .site-6 div {
  background: url("../images/i-share-6.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-2 {
  padding: 0.66666667rem 0.44444444rem 0.66666667rem 0.44444444rem;
  height: 16.31111111rem;
  position: absolute;
  left: 0.77777778rem;
  right: 0.77777778rem;
  top: 50%;
  bottom: 50%;
  margin-top: -8.88888889rem;
  z-index: 1001;
  background: #ffffff;
  border-radius: 0.22222222rem;
  -webkit-border-radius: 0.22222222rem;
  -moz-border-radius: 0.22222222rem;
  -o-border-radius: 0.22222222rem;
  -ms-border-radius: 0.22222222rem;
  overflow: hidden;
}
.panel-share .p-b-main-2 .share-title {
  height: 1.77777778rem;
  line-height: 1.77777778rem;
  font-size: 0.71111111rem;
  color: #252525;
  text-align: center;
  padding-top: 0.04444444rem;
  padding-bottom: 0.11111111rem;
  background: #dfdddd;
}
.panel-share .p-b-main-2 .share-content {
  padding: 0.62222222rem 0.53333333rem 0.62222222rem 0.53333333rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.panel-share .p-b-main-2 .share-content textarea {
  border: solid 1px #c6c6c6;
  height: 4.44444444rem;
  padding: 0.44444444rem 0.44444444rem 0.44444444rem 0.44444444rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  color: #adadad;
  background: #f8f8f8;
  display: block;
  font-size: 0.53333333rem;
}
.panel-share .p-b-main-2 .site-img {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.22222222rem;
  margin-right: 0.22222222rem;
}
.panel-share .p-b-main-2 .site-img-1 {
  background: url("../images/i-share-1.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-2 .site-img-2 {
  background: url("../images/i-share-2.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-2 .site-img-3 {
  background: url("../images/i-share-3.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-2 .site-img-4 {
  background: url("../images/i-share-4.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-2 .site-img-5 {
  background: url("../images/i-share-5.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-2 .site-img-6 {
  background: url("../images/i-share-6.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-3 {
  padding: 0.66666667rem 0.44444444rem 0.66666667rem 0.44444444rem;
  height: 4.44444444rem;
  position: absolute;
  left: 0.77777778rem;
  right: 0.77777778rem;
  top: 50%;
  bottom: 50%;
  margin-top: -2.88888889rem;
  z-index: 1001;
  background: #ffffff;
  border-radius: 0.22222222rem;
  -webkit-border-radius: 0.22222222rem;
  -moz-border-radius: 0.22222222rem;
  -o-border-radius: 0.22222222rem;
  -ms-border-radius: 0.22222222rem;
  overflow: hidden;
}
.panel-share .p-b-main-3 section {
  padding-top: 0.44444444rem;
  width: 3.33333333rem;
  margin: auto;
}
.panel-share .p-b-main-3 section .i-success {
  width: 2.84444444rem;
  height: 2.84444444rem;
  background: url("../images/i-share-ok.png") no-repeat;
  background-size: 100% 100%;
}
.panel-share .p-b-main-3 section p {
  font-size: 0.71111111rem;
  color: #252525;
  padding-top: 0.35555556rem;
}
.i-bind-ok {
  width: 3.88888889rem;
  height: 3.88888889rem;
  background: url("../images/i-share-ok.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
/*设置*/
.set-wrap .s-list {
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
}
.set-wrap .s-list li {
  border-bottom: solid 1px #c6c6c6;
  height: 2.22222222rem;
  line-height: 2.22222222rem;
  background: #ffffff;
}
.set-wrap .s-list li > p {
  color: #252525;
  font-size: 0.57777778rem;
  padding-left: 0.8rem;
  float: left;
}
.set-wrap .s-list li > p span {
  color: #656565;
}
.set-wrap .s-list li > span {
  float: right;
  padding-right: 1.11111111rem;
}
.set-wrap .s-list li > i {
  display: inline-block;
  background: url(../images/icon_sprite.png?v=4) no-repeat;
  background-size: 11.25rem auto;
  width: 1rem;
  height: 1rem;
  background-position: -10.17777778rem -5.73333333rem;
  margin-top: 0.57777778rem;
  margin-right: 0.88888889rem;
  float: right;
}
.set-wrap .s-list li > em {
  float: right;
  color: #959595;
  font-size: 0.66666667rem;
  margin-right: 0.22222222rem;
}
.set-wrap .s-list li:last-child {
  border-bottom: none;
}
.set-wrap .s-list > div {
  color: #252525;
  font-size: 0.57777778rem;
  background: #cfcfd0;
  padding: 0.73333333rem 0.84444444rem 0.73333333rem 0.84444444rem;
}
.set-wrap .s-title {
  color: #959595;
  font-size: 0.53333333rem;
  height: 1.33333333rem;
  line-height: 1.33333333rem;
  padding-left: 0.8rem;
}
.set-wrap .s-clear {
  color: #252525;
  font-size: 0.57777778rem;
  border-radius: 0.22222222rem;
  -webkit-border-radius: 0.22222222rem;
  -moz-border-radius: 0.22222222rem;
  -o-border-radius: 0.22222222rem;
  -ms-border-radius: 0.22222222rem;
  background: #c6c6c6;
  width: 13.55555556rem;
  height: 1.64444444rem;
  line-height: 1.64444444rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.about-wrap .a-b-banner {
  background: #c82d5f;
  padding-top: 1.11111111rem;
  padding-bottom: 1.11111111rem;
}
.about-wrap .a-b-banner .logo {
  width: 6.73333333rem;
  height: 2.37777778rem;
  background: url("../images/logo-big.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
.about-wrap .a-b-banner .barcode {
  width: 5.77777778rem;
  height: 5.77777778rem;
  background: url("../images/barcode.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
  margin-top: 1.11111111rem;
}
.about-wrap .a-b-banner .text {
  margin-top: 0.44444444rem;
  color: #dfdfdf;
  font-size: 0.57777778rem;
  text-align: center;
}
.about-wrap .a-b-content {
  line-height: 1.22222222rem;
  padding: 1.28888889rem 1.08888889rem 1.28888889rem 1.08888889rem;
  background: #ffffff;
}
/*设置 end*/

/*扫描二维码*/
.capture {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.capture .capture-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1b1b19;
}
.capture .capture-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.capture #cameraAperture {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  border: solid 1px #c6c6c6;
}
.capture #cameraAperture .br1 {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/capture-1.png") no-repeat;
  background-size: 100% 100%;
  left: -10px;
  top: -10px;
}
.capture #cameraAperture .br2 {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/capture-2.png") no-repeat;
  background-size: 100% 100%;
  right: -10px;
  top: -10px;
}
.capture #cameraAperture .br3 {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/capture-3.png") no-repeat;
  background-size: 100% 100%;
  left: -10px;
  bottom: -10px;
}
.capture #cameraAperture .br4 {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/capture-4.png") no-repeat;
  background-size: 100% 100%;
  right: -10px;
  bottom: -10px;
}
.capture #cameraAperture i {
  width: 200px;
  height: 1px;
  background: #ff0000;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  animation: captureframe 3s linear infinite;
  animation-direction: alternate;
  /* Safari and Chrome */
  -webkit-animation: captureframe 3s linear infinite;
  -webkit-animation-direction: alternate;
}
.capture #cameraAperture .txt {
  color: #ffffff;
  font-size: 13px;
  width: 200px;
  position: absolute;
  left: 0;
  top: -35px;
}
.capture #cameraAperture .control-bar {
  width: 220px;
  height: 20px;
  bottom: -50px;
  left: -10px;
  position: absolute;
}
.capture #cameraAperture .control-bar .b-del {
  width: 8px;
  height: 8px;
  background: url("../images/capture-5.png") no-repeat;
  background-size: 100% 100%;
  float: left;
}
.capture #cameraAperture .control-bar .b-add {
  width: 8px;
  height: 8px;
  background: url("../images/capture-6.png") no-repeat;
  background-size: 100% 100%;
  float: right;
}
.capture #cameraAperture .control-bar .b-roll {
  width: 180px;
  height: 8px;
  background: url("../images/capture-7.png") no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-left: 10px;
  position: relative;
}
.capture #cameraAperture .control-bar .b-roll span {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  left: 0;
  top: -4px;
}
.capture #cameraAperture .light {
  width: 43px;
  height: 41px;
  background: url("../images/capture-8-1.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -100px;
  left: 80px;
}
.capture .goback {
  display: block;
  background-color: #c82d5f;
  width: 1.6rem;
  height: 1.6rem;
  top: 1.33333333rem;
  left: 0.44444444rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}
.capture .goback i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: -5.05rem -0.2rem;
  vertical-align: top;
  margin-top: 0.26666667rem;
}
@keyframes captureframe {
  0% {
    top: 0px;
  }
  50% {
    top: 200px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes captureframe {
  /* Safari and Chrome */
  0% {
    top: 0px;
  }
  50% {
    top: 200px;
  }
  100% {
    top: 0px;
  }
}
/*扫描二维码 end*/


.product-list {
  background: #ffffff;
  margin-top: 0.26666667rem;
  border-top: solid 1px #dedede;
}
.product-list-item {
  padding: 0.66666667rem 0.31111111rem 0.66666667rem 0.31111111rem;
  border-bottom: solid 1px #dedede;
}
.product-list-item dt {
  width: 4.44444444rem;
  float: left;
  clear: left;
}
.product-list-item dt img {
  width: 100%;
  border: solid 1px #dedede;
  border-radius: 0.02222222rem;
  -webkit-border-radius: 0.02222222rem;
  -moz-border-radius: 0.02222222rem;
  -o-border-radius: 0.02222222rem;
  -ms-border-radius: 0.02222222rem;
}
.product-list-item dd {
  float: left;
  width: 10.11111111rem;
  margin-left: 0.66666667rem;
  position: relative;
}
.product-list-item dd h2 {
  color: #323232;
  font-size: 0.57777778rem;
  font-weight: normal;
}
.product-list-item dd h3 {
  color: #ff0000;
  font-size: 0.71111111rem;
  font-weight: normal;
  margin-top: 0.17777778rem;
  font-family: arial, verdana, sans-serif;
}
.product-list-item dd h3 em {
  color: #ff0000;
  font-weight: bold;
}
.product-list-item dd p {
  color: #656565;
  font-size: 0.44444444rem;
  font-weight: normal;
  margin-top: 0.17777778rem;
}
.product-list-item dd .source-row {
  font-size: 0.48888889rem;
  color: #252525;
  height: 1.11111111rem;
  line-height: 1.11111111rem;
}
.product-list-item dd .source {
  height: 0.44444444rem;
}
.product-list-item dd .link {
  color: #252525;
  font-size: 0.57777778rem;
  border: solid 1px #c82d5f;
  background: #ffecf2;
  height: 1.11111111rem;
  width: 2.44444444rem;
  line-height: 1.11111111rem;
  text-align: center;
  display: inline-block;
}



/*# sourceMappingURL=styles.css.map */


/*暂无数据*/
.nothing {
    border: none;
    display: block;
    text-align: center;
    color: #909090;
    padding-top: 3rem;
    font-size: 0.7rem;
    background: #efefef;
}

/*激活与设置*/
.activate-type {
  margin-top: 3.11111111rem;
  margin-bottom: 1.11111111rem;
}
.activate-type > div {
  width: 5.02222222rem;
  height: 5.02222222rem;
  line-height: 5.02222222rem;
  border: solid 1px #c6c6c6;
  text-align: center;
  color: #adadad;
  font-size: 0.8rem;
  background: #ffffff;
  margin-left: 1.86666667rem;
  float: left;
  position: relative;
}
.activate-type > div .check {
  width: 1.02222222rem;
  height: 1.02222222rem;
  position: absolute;
  bottom: 0.22222222rem;
  right: 0.22222222rem;
  text-align: center;
}
.activate-type > div .check .u-i-check {
  width: 1.02222222rem;
  height: 1.02222222rem;
  background-position: -5.15555556rem -9.55555556rem;
  display: block;
}
.activate-type > div .check .u-i-check-active {
  width: 1.02222222rem;
  height: 1.02222222rem;
  background-position: -6.55555556rem -9.55555556rem;
}
.activate-type .active {
  color: #323232;
}
.activate-type .active .check .u-i-check {
  background-position: -6.55555556rem -9.55555556rem;
  display: block;
}
.disable {
  background: #c6c6c6;
}
.icon-warn {
  width: 50px;
  height: 45px;
  background: url("../images/icon-warn.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.icon-success {
  width: 50px;
  height: 50px;
  background: url("../images/icon-success.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.txt-input-add {
  width: 10rem;
  height: 2.22222222rem;
  border: none;
  color: #909090;
  font-size: 0.57777778rem;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  font-family: "微软雅黑";
}
/*激活与设置 end*/
.SelectWrapper {
  position: relative;
  height: 2.222222222222222rem;
  background: #f8f8f8;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.SelectWrapper div span {
  font-size: 0.62222222rem;
  float: none;
  /*position: absolute;*/
  height: 2.22222222rem;
  line-height: 2.22222222rem;
  padding: 0px 0.8888888888888889rem 0 0.7777777777777778rem;
  cursor: pointer;
  color: #adadad;
  display: block;
  width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.SelectWrapper a.SelectOpen {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1.777777777777778rem;
  height: 2.222222222222222rem;
  background: url(../images/select_right_x.png) no-repeat center center;
  background-size: 100% 100%;
}
.SelectWrapper ul {
  position: absolute;
  width: 100%;
  top: 2.22222222rem;
  left: 0px;
  list-style: none;
  background-color: #FFF;
  border: solid 1px #dedede;
  display: none;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  overflow-y: auto;
  z-index: 10;
}
.SelectWrapper ul a {
  display: block;
  padding: 0.66666667rem 0.66666667rem 0.66666667rem 0.66666667rem;
  text-decoration: none;
  color: #656565;
  background-color: #eeeeee;
  font-size: 0.62222222rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.SelectWrapper ul a.selected {
  background: #dedede;
  color: #656565;
}
.SelectWrapper ul a:hover,
.SelectWrapper ul a.selected:hover {
  background: #dedede;
  color: #656565;
}


/* 预定Nshow盒子开始 */
.bookbox1 {
 width: 12.34rem;
  height: 5.52rem;
  background: url("../images/nshowbox1.png") no-repeat;
  background-size: 100% 100%;
  margin: 1rem auto;
}

.bookbox2 {
 width: 15.7625rem;
  height:6.07rem;
  background: url("../images/nshowbox2.png") no-repeat;
  background-size: 100% 100%;
  margin: 2rem 0rem auto;
}

.nshow-submit {
 padding-top:0.5rem;
 width:60%;
  margin: 1rem auto;
}

.booknow {
width:100%; line-height:3rem; font-size:1.25rem;  margin:auto;
}
/* 预定Nshow盒子 结束 */


/* 下载app相关 开始*/

.androidapp1 {
 width: 16.2rem;
  height: 9.367rem;
  background: url("../images/downloadapp6.png") no-repeat;
  background-size: 100% 100%;
  margin: auto;
}

.androidapp2 {
 width: 15.175rem;
  height: 9.2rem;
  background: url("../images/downloadapp3.jpg") no-repeat;
  background-size: 100% 100%;
  margin: 1rem 0rem auto;
}



.layercontent {
clear:both;
background-color: white;
display:block;
width: 100%;
padding:0.3rem 0.01rem;
height: 2.3rem;
margin:  auto;
}

.apptips {  
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/downloadapp2.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top:-0.3rem;
  margin-bottom:0.4rem;
}

.apptipstxt {
    text-align:center; font-size:0.42rem; color:#909090; font-weight:500; margin-top:0.2rem;
}


.appbtndivimg1 {
    width: 50%;
  height: 4.3rem;
  background: url("../images/downloadapp4.png") no-repeat;
  background-size: 100% 100%;
  margin:auto;
  float:left;
 
}

.appbtndivimg2 {
  width: 50%;
  height: 4.3rem;
  background: url("../images/downloadapp5.jpg") no-repeat;
  background-size: 100% 100%;
  float:right;
}

.appbtn1 {
  width: 40%;
  float:left;
  height:2rem;
  line-height:2rem;
  background: url("../images/btnpre.png") no-repeat;
  background-size: 100% 100%;
  margin-left:8%;
   margin-top:1rem;
  margin-bottom:1rem;
  font-size:0.77rem;
  color:#f8f8f8;
  text-align:center;
}

.appbtn2 {
  width: 40%;
  float:left;
  height:2rem;
  line-height:2rem;
  background: url("../images/btnpre.png") no-repeat;
  background-size: 100% 100%;
  margin-left:4%;
  margin-top:1rem;
  margin-bottom:1rem;
  font-size:0.77rem;
  color:#f8f8f8;
  text-align:center;
}

.btnnothing {
height:2.2rem; line-height: 2.2rem; display:block; width:100%;
color: #323232;
  background: #f8f8f8;
  font-size: 0.57777778rem;
  text-align: center;
  border: solid 1px #c6c6c6;
}

.appbtntxt {
    margin-top:0.35rem; text-align:center; font-size:0.5rem; width:100%;
}

/* 下载app相关 结束*/




/* 店铺 开始  */ 

.shop-header {
  height: 8.5rem;
  position: relative;
  text-align: center;
  overflow:hidden;
  font-size:0;
}

.shop-searcher {
  height: 2.125rem;
  background: #c72d5f;
  position: relative;
  overflow:hidden;
  margin: 0;
  padding: 0;
  width:100%;
  float:left;
  /*搜索下拉提示*/
}
.shop-searcher .logo {
  width: 3.75rem;
  height: 0.875rem;
  left: 0.675rem;
  top: 0.55rem;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
}
.shop-searcher .input-wrap {
  width: 8.25rem;
  height: 1.5rem;
  left: 5.175rem;
  top: 0.3rem;
  background: #f8f8f8;
  position: absolute;
}
.shop-searcher .input-wrap .i-hd-search {
  display: inline-block;
  width: 0.8rem;
  height: 0.7rem;
  background-position: -0.15rem -0.275rem;
  vertical-align: middle;
  left: 0.35rem;
  top: 0.4rem;
  position: absolute;
}
.shop-searcher .input-wrap .keyword {
  display: block;
  width: 100%;
  height: 0.8rem;
  top: 50%;
  margin-top: -0.35555556rem;
  position: absolute;
  padding-left: 1.35rem;
  padding-right: 1.15rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.shop-searcher .input-wrap .keyword input {
  width: 100%;
  line-height: 0.8rem;
  background: transparent;
  border: 0;
  font-size: 0.6rem;
  color: #323232;
  display: block;
  letter-spacing: -0.5px;
}
.shop-searcher .input-wrap .i-hd-voice {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: -1.725rem -0.225rem;
  vertical-align: middle;
  top: 0.25rem;
  right: 0.25rem;
  position: absolute;
}
.shop-searcher .input-wrap-w {
  width: 10.88888889rem;
  left: 2.37777778rem;
}
.shop-searcher .scan {
  width: 1.5rem;
  height: 1.5rem;
  left: 13.95rem;
  top: 0.3rem;
  background: url(../images/scan.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.shop-searcher .goback {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: -5.05rem -0.2rem;
  vertical-align: middle;
  top: 0.5rem;
  left: 0.5rem;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.shop-searcher .btnsearch {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.44444444rem;
  text-align: center;
  left: 13.95rem;
  top: 0.35rem;
  background-size: 100% 100%;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  color: #ffffff;
  font-size: 0.57777778rem;
  cursor:pointer;
}


.shop-header .goback i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: -5.05rem -0.2rem;
  vertical-align: top;
  margin-top: 0.26666667rem;
}
.shop-header .btsets {
  display: block;
  background-color: #c82d5f;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.48888889rem;
  right: 0.88888889rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  z-index:200;
}
.shop-header .btsets i {
  display: inline-block;
  width: 0.66666667rem;
  height: 1.11111111rem;
  background-position: -10.22222222rem -0.08888889rem;
  vertical-align: top;
  margin-top: 0.26666667rem;
}


.shop-head-div {
  position: relative;
  height: 4.875rem;
  background: url("../images/shophead.png") no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 0;
  width:100%;
  float:left;
  overflow:hidden;
}

.shop-head-log {
  position: relative;
  height: 2.075rem;
  margin: 0;
  padding: 0;
  width:100%;
  float:left;
  overflow:hidden;
}

.shop-head-log .u-h-img {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 1.06666667rem;
  margin-top: -0.9rem;
}
.shop-head-log .u-h-info {
  position: absolute;
  top: 0rem;
  left: 5.84444444rem;
}
.shop-head-log .u-h-info h1 {
  font-size: 0.8rem;
  padding-bottom: 0.22222222rem;
  color: #ffffff;
}
.shop-head-log .u-h-info p {
  font-size: 0.57777778rem;
  color: #4f4949;
}
.shop-head-log .u-h-msg {
  position: absolute;
  top: 0.55555556rem;
  right: 0.77777778rem;
  font-size: 0.57777778rem;
  color: #ffffff;
}
.shop-head-log .u-h-bind {
  position: absolute;
  top: 4.4rem;
  right: 0.77777778rem;
  font-size: 0.57777778rem;
  color: #ffffff;
}

.shopkeyword {
  display: block;
  width: 80%;
  height: 0.8rem;
  top: 0.8rem;
  left:0.1rem;
  margin-top: -0.35555556rem;
  position: absolute;
  padding-left: 1.35rem;
  padding-right: 1.15rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.shopkeyword input {
  width: 100%;
  line-height: 0.8rem;

  border: 0;
  font-size: 0.6rem;
  color: #323232;
  display: block;
  letter-spacing: -0.5px;
}

.shop-hd-search {
  display: inline-block;
  width:1.1rem;
  height:1.1rem;
  background-position: -0.15rem -0.275rem;
  vertical-align: middle;
  left: 0rem;
  top: 0.2rem;
  position: absolute;
  z-index:200;
}

.shop-icon {
  display: inline-block;
  background: url(../images/icon_sprite.png?v=4) no-repeat;
  background-size: 11.25rem auto;
}

.shop-brand {
    height:0.8rem;line-height:0.8rem;margin-top:0.7rem; float:left; font-size:0.55rem;font-family:微软雅黑
}

/* 个人卖家 */
.shop-brand1 {
  background: url("../images/shoptype1.png") no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 0;
  width:100%;
  float:left; font-size:0.55rem;font-family:微软雅黑;
  width:2.5rem;
  height:1rem;
  margin-top:0.1rem;
}

/* （品牌直营）官方旗舰店 */
.shop-brand2 {
  background: url("../images/shoptype2.png") no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 0;
  width:3.2rem;
  height:1rem;
  float:left; font-size:0.55rem;font-family:微软雅黑;
  margin-top:0.1rem;
}

/* （官方商城）商场 */
.shop-brand3 {
  background: url("../images/shoptype3.png") no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 0;
  width:1.733rem;
  height:0.85rem;
  float:left; font-size:0.55rem;font-family:微软雅黑;
  height:2.1rem;
  margin-top:0.1rem;
}

/* 品牌专卖 */
.shop-brand4 {
  background: url("../images/shoptype4.png") no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 0;
  width:2.9rem;
  float:left; font-size:0.55rem;font-family:微软雅黑;
  height:1rem;
  margin-top:0.1rem;
}

/* （企业卖家）专营店 */
.shop-brand5 {
  background: url("../images/shoptype5.png") no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 0;
  width:2.2rem;
  float:left; font-size:0.55rem;font-family:微软雅黑;
  height:0.9rem;
  margin-top:0.1rem;
}

.shop-tab .d-t-nav {
  border-bottom: solid 1px #c6c6c6;
  z-index:1000;
}
.shop-tab .d-t-nav li {
  color: #909090;
  font-size: 0.57777778rem;
  line-height: 2.22222222rem;
  box-sizing: border-box;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 25%;
  float: left;
  display: block;
  background: #f8f8f8;
  text-align: center;
  cursor:pointer;
}
.shop-tab .d-t-nav li:nth-child(1),.shop-tab .d-t-nav li:nth-child(2),.shop-tab .d-t-nav li:nth-child(3) {
  border-right: solid 1px #c6c6c6;
}
.shop-tab .d-t-nav li a {
  width: 100%;
  display: block;
  color: #909090;
  cursor:pointer;
}
.shop-tab .d-t-nav li.active {
  color: #c82d5f;
}
.shop-tab .d-t-nav li.active a {
  color: #c82d5f;
}


.shoptriangle {
  width: 0;
  height: 0;
  border-left: 0.17777778rem solid transparent;
  border-right: 0.17777778rem solid transparent;
  border-top: 0.26666667rem solid #c6c6c6;
  position: absolute;
  top: 1.08222rem;
  right: 0.40666667rem;
}

.shop-content {
  margin-top:0.3rem;
  margin-left:0.1rem;
  margin-right:0.1rem;
}

.shop-finds {
height:0.9rem; line-height:0.9rem; font-size:0.4rem; margin-left:0.2rem; margin-right:0.2rem; cursor:pointer;
}
/* 店铺 结束  */ 

/*  新分类页面 20160115  */
.nav-choose{width: 100%;position: relative;}
.nav-choose ul{list-style: none;width: 103%;}
.nav-choose ul li.short{width: 16%;}
.nav-choose ul li.short, .nav-choose ul li.li{height: 1rem;float: left;text-align: center;border-right: 1px solid #959595;border-bottom: 1px solid #959595;padding-bottom: .5rem;}
.nav-choose ul li.short i{display: inline-block;width: .5rem;height: .5rem;background: url(../images/normal.png) no-repeat;vertical-align: middle;margin:.2rem 0 0 .2rem;}
.nav-choose ul li.li:last-child{border-right: none;}
.nav-choose ul .li{width: 22%;}
.nav-choose ul li a{font-size: .6rem;text-decoration: none;color: #959595;vertical-align: middle;}
.content-sort li{float: left;width: 33.33%;}
.content-sort li img{display: inline-block;width: 4rem;height: 4rem;}
.content-sort li a{text-decoration: none;color: #fe0000;font-family: Arial, Helvetica, sans-serif;}
.content-sort li .price{text-align: center;font-size: .9rem;}
.short-female ul li{border-bottom: 1px solid #c7c7c7;text-align: center;padding: .5rem 0;}
.short-male ul li{border-bottom: 1px solid #c7c7c7;text-align: center;padding: .5rem 0;}
.nav-sort{position: relative;height: 2.3rem;background: #c72d5f;text-align: center;}
.nav-sort-title{color: #fff;font-weight: bold;line-height: 2.3rem;}
.btn-sort{position: absolute;right: .5rem;top: .4rem;display: block;width: 1rem;height: 1rem;}
.btn-sort img{display: inline-block;width: 100%;height: auto;}
.second-short{display: none;width: 30%;position: absolute;left: 0;top: 1.5rem;z-index: 999;}
.second-short ul{width: 100%;list-style: none;background: #fff;}
.content-sort{width: 100%;overflow: hidden;-webkit-margin-bottom: 2.3rem;}
.content-sort .more-text{text-align: right;background: #eeeeee;padding-bottom: .2rem;height: 1.3rem;}
.content-sort .more-text span{float:left;color: #323232;font-size: .6rem;vertical-align: middle;margin: .35rem 0 0 .2rem;}
.content-sort .more-text a{text-decoration: none;color: #323232;font-size: .6rem;}
.goods-sort{list-style: none;}
.goods-sort .pic{position: relative;height: 5rem;text-align: center;margin: 0 auto;}
.goods-sort .pic .pic-bottom{position: absolute;bottom: .24rem; left: 0;width: 100%;padding: .06rem 0;background: #000;opacity: .5;color: #fff;font-size: .5rem;font-family: Arial, Helvetica, sans-serif;font-weight: bold;}
.goods-sort .pic .pic-bottom .pic-left{float: left;font-size: .4rem;padding: .08rem 0 0 .1rem;width: 2.5rem;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;text-align: left;}
.goods-sort .pic .pic-bottom .pic-right{float: right;background: #545255;display: inline-block;color: #bbb;width: 1.9rem;height: .56rem;line-height: .6rem;text-align: center;border-radius: 40px;margin-right: .3rem;font-size: .4rem;}
.choose-ul ul{width: 100%;overflow: hidden;border-bottom: 2px solid #dedede;}
.choose-ul li{float: left;width: 49%;text-align: center;color: #b8b8ba;font-size: .9rem;padding: .5rem 0;}
.choose-ul li:first-child{border-right: 1px solid #9a9a9c;}
.center-content2{display: none;}
.center-content1 img, .center-content2 img{display: block;width: 100%;height: auot;}
.choose-ul .active{color: #c42a5c;}
.nav-choose ul li.short, .nav-choose ul li.li{width: 19.3%;height: 1rem;float: left;text-align: center;border-right: 1px solid #959595;padding-bottom: .4rem;}
.nav-choose ul li.li:last-child{border-right: none;}
.nav-choose ul .li{width: 22%;}
.nav-choose ul li a{font-size: .6rem;text-decoration: none;color: #959595;}
.content-sort li{float: left;width: 33.05555999%;border: 1px solid #bbb;}
.content-sort li img{display: inline-block;width: 4rem;height: 4rem;}
.content-sort li a{text-decoration: none;color: #fe0000;font-family: Arial, Helvetica, sans-serif;}
.content-sort li .price{text-align: center;font-size: .9rem;}
.short-female ul li{border-bottom: 1px solid #c7c7c7;text-align: center;padding: .5rem 0;}
.short-male ul li{border-bottom: 1px solid #c7c7c7;text-align: center;padding: .5rem 0;}