* {
  margin: 0;
  padding: 0;
}
.ms-controller {
  visibility: hidden;
}
a,
a:link,
a:visited {
  color: #666;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:active,
a:hover,
a.active {
  color: #02cba7;
}
a:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #d2d1d1;
}
:-moz-placeholder {
  color: #d2d1d1;
}
::-moz-placeholder {
  color: #d2d1d1;
}
:-ms-input-placeholder {
  color: #d2d1d1;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0px;
  height: 0px;
}
img {
  vertical-align: middle;
  border: none;
}
ul,
li {
  list-style: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input,
textarea,
select {
  border: 1px solid #eaeaea;
  padding: 8px 12px;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #02cba7;
}
input.invalid,
textarea.invalid,
select.invalid {
  border-color: #fe6627;
}
select {
  padding-top: 6px;
}
select option[disabled] {
  color: #3C3D41;
}
html {
  height: 100%;
}
body {
  position: relative;
  min-width: 1252px;
  min-height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  font: 12px/1.438 "microsoft yahei", Arial, sans-serif;
  color: #333;
  overflow: auto;
}
body.no-bg {
  background: #fff;
}
button {
  font-family: "microsoft yahei", Arial, sans-serif;
}
s {
  font-size: 13px;
  color: #999;
  margin: 0 4px;
}
.content-wrapper {
  margin-top: 26px;
  padding: 1px 0 1px;
  background-color: #f7f7f7;
}
.section-wrapper {
  margin: 50px 0;
}
.section-wrapper .section-wrapper-title .title {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #152C57;
  letter-spacing: 1px;
  padding-left: 40px;
}
.section-wrapper > * {
  width: 1212px;
  margin: auto;
}
.ear {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/ear.png?cid=ab8a1871c30a3fc9ca617ad97eb40af5') no-repeat right top;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-align: center;
}
.clear-fix {
  clear: both;
}
.clear-float:after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  clear: both;
}
.highlight {
  color: #fe6627 !important;
}
.color-main {
  color: #02cba7 !important;
}
.clickable:active {
  opacity: 0.9;
}
.hidden {
  display: none !important;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: none;
  box-shadow: none;
  background: #02cba7;
  color: #fff;
  padding: 8px 12px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  background: #02cba7;
  color: #fff;
  outline: none;
}
.btn:hover {
  background: #03fdd0;
}
.btn.disabled {
  background: #ebebeb !important;
  color: #3C3D41 !important;
  cursor: inherit;
}
.btn.disabled:hover {
  background: #ebebeb !important;
  color: #3C3D41 !important;
}
.btn.btn-cancel {
  background: transparent;
  border: 1px solid #eaeaea;
  color: #333;
}
.btn.btn-cancel:hover {
  background: #f7f7f7;
  color: #333;
}
.btn.btn-highlight {
  background: #fe6627;
}
.btn.btn-highlight:hover,
.btn.btn-highlight:focus,
.btn.btn-highlight:active {
  box-shadow: none;
  background: #fe6627;
  color: #fff;
  outline: none;
}
.btn.btn-highlight:hover {
  background: #fe8a5a;
}
.btn.btn-white {
  background-color: #fff;
}
.btn.btn-s {
  padding: 4px 8px;
}
a.btn {
  color: #fff;
}
.container-fulid {
  width: 100%;
}
.container-fulid .col-12 {
  width: 100%;
}
.container-fulid .col-11 {
  width: 91.66666667%;
}
.container-fulid .col-10 {
  width: 83.33333333%;
}
.container-fulid .col-9 {
  width: 75%;
}
.container-fulid .col-8 {
  width: 66.66666667%;
}
.container-fulid .col-7 {
  width: 58.33333333%;
}
.container-fulid .col-6 {
  width: 50%;
}
.container-fulid .col-5 {
  width: 41.66666667%;
}
.container-fulid .col-4 {
  width: 33.33333333%;
}
.container-fulid .col-3 {
  width: 25%;
}
.container-fulid .col-2 {
  width: 16.66666667%;
}
.container-fulid .col-1 {
  width: 8.33333333%;
}
.x-page-wrapper {
  margin-top: 24px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.x-page-wrapper .x-page-first,
.x-page-wrapper .x-page-prev,
.x-page-wrapper .x-page-item,
.x-page-wrapper .x-page-next,
.x-page-wrapper .x-page-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 40px;
  min-width: 40px;
  padding: 0 8px;
  margin-right: 5px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  background: #fff;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: #3C3D41;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.x-page-wrapper .x-page-first:hover,
.x-page-wrapper .x-page-prev:hover,
.x-page-wrapper .x-page-item:hover,
.x-page-wrapper .x-page-next:hover,
.x-page-wrapper .x-page-last:hover {
  border-color: #02cba7;
  background: #03fdd0;
  color: #fff;
}
.x-page-wrapper .x-page-first.active,
.x-page-wrapper .x-page-prev.active,
.x-page-wrapper .x-page-item.active,
.x-page-wrapper .x-page-next.active,
.x-page-wrapper .x-page-last.active {
  background: #02cba7;
  border-color: #02cba7;
  color: #fff;
}
.x-page-wrapper .x-page-item-list,
.x-page-wrapper .x-page-go {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.x-page-wrapper .x-page-index {
  width: 24px;
  text-align: center;
  margin-left: 8px;
}
.x-page-wrapper .x-page-total {
  vertical-align: baseline;
}
.script {
  display: none;
}
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.addr-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 270px;
  margin: 16px;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.addr-item.active .main {
  border-color: #02cba7;
}
.addr-item .main {
  width: 100%;
  height: 120px;
  line-height: 24px;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #eaeaea;
  word-break: break-all;
}
.addr-item .main.chooseable {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.addr-item .main.chooseable:hover {
  color: #02cba7;
  border-color: #02cba7;
  cursor: pointer;
}
.addr-item .main .addr-text {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.addr-item .func {
  margin-top: 13px;
}
.addr-item .func .delete {
  border-right: 1px solid #eaeaea;
  padding-right: 6px;
}
.addr-item .func .edit {
  margin-left: 6px;
}
.addr-item .func .checkbox {
  float: right;
  line-height: 0;
}
.addr-item .func .checkbox span {
  line-height: 17px;
}
.addr-item .func .checkbox .icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: sub;
}
.edit-addr {
  font-size: 13px;
}
.edit-addr .title {
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 16px;
}
.edit-addr label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: bold;
  min-width: 56px;
  margin-right: 16px;
}
.edit-addr .form-group {
  min-height: 32px;
  margin-bottom: 16px;
}
.edit-addr .form-group.inline {
  margin-right: 24px;
}
.edit-addr textarea {
  width: 784px;
  height: 140px;
  line-height: 24px;
  vertical-align: top;
}
.edit-addr .funcs {
  margin-top: 12px;
  float: right;
}
.edit-addr .funcs button {
  width: 110px;
  margin-left: 24px;
}
.edit-addr select {
  margin-right: 24px;
  width: 119px;
  height: 36px;
  line-height: 36px;
}
.edit-addr .cb {
  margin-left: 76px;
}
.edit-addr .cb .icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.edit-addr .error-tip {
  max-height: 24px;
  overflow: hidden;
  margin-left: 76px;
}
.bold {
  font-weight: bold;
}
.start-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 120px;
  height: 38px;
  vertical-align: middle;
}
.start-group.small li {
  font-size: 18px !important;
}
.start-group.small li.half {
  width: 9px;
}
.start-group .starts {
  position: absolute;
  left: 0;
  color: transparent;
}
.start-group .shadow .glyphicon {
  color: #e0e2e2 !important;
}
.start-group .shadow li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 20px;
}
.start-group li {
  display: none;
  overflow: hidden;
  font-size: 20px;
}
.start-group li.half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
}
.start-group li.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.loading-wrapper .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}
.empty-wrapper {
  display: none;
  height: 380px;
  background: #fff;
  text-align: center;
  white-space: nowrap;
}
.empty-wrapper.xuanji {
  display: block;
  margin-top: 24px;
}
.empty-wrapper:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 100%;
}
.empty-wrapper .icon {
  width: 170px;
  height: 138px;
  margin-bottom: 24px;
}
.empty-wrapper .tip {
  color: #b6b6b6;
  font-size: 18px;
}
.error-tip {
  color: #ff5c60 !important;
}
.placeholder {
  color: #3C3D41;
}
.article-wrapper .article {
  margin-bottom: 44px;
}
.article-wrapper .article:last-child {
  margin-bottom: 0;
}
.article-wrapper .h {
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  color: #666;
  margin-bottom: 16px;
}
.article-wrapper p {
  color: #070602;
  line-height: 24px;
  margin-bottom: 18px;
}
.article-wrapper ul,
.article-wrapper li {
  list-style: initial;
  margin-left: 16px;
  line-height: 24px;
}
.article-wrapper .t1 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 40px;
  color: #666;
}
.article-wrapper .t2 {
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
#toTop {
  position: fixed;
  bottom: 224px;
  left: 50%;
  width: 50px;
  height: 75px;
  margin-left: 610px;
}
.fixed-ctrl {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 224px;
  right: 20px;
  border: 1px solid #cbcbcb;
  transition: border-color 0.3s;
}
.fixed-ctrl > div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -1px;
  background-color: #fff;
  cursor: pointer;
}
.fixed-ctrl > div.active {
  position: relative;
  z-index: 10000;
}
.fixed-ctrl > div > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.fixed-ctrl > div > a > img {
  vertical-align: middle;
}
.fixed-ctrl .qr-code {
  position: relative;
}
.fixed-ctrl .qr-code:hover .out-img {
  display: block;
}
.fixed-ctrl .qr-code .out-img {
  display: none;
  position: absolute;
  cursor: default;
  top: -11px;
}
.fixed-ctrl .qr-code .out-img.show-left {
  left: -170px;
}
.success-need-jump-wrapper {
  text-align: center;
}
.success-need-jump-wrapper .content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 372px;
  line-height: 45px;
  color: #666;
  padding: 80px 0 16px;
}
.success-need-jump-wrapper .content .title {
  font-size: 20px;
  color: #02cba7;
}
.success-need-jump-wrapper .content .subtitle > * {
  vertical-align: top;
}
.success-need-jump-wrapper .content .btn {
  width: 100%;
  margin: 0;
  margin-top: 56px;
  padding: 16px 12px;
  font-size: 13px;
}
.error-wrapper .section {
  text-align: center;
  padding: 20px 0 60px;
}
.error-wrapper .ops {
  font-size: 60px;
  color: #b6b6b6;
  margin-top: 26px;
  line-height: 100px;
}
.error-wrapper .tip {
  font-size: 20px;
  line-height: 40px;
  color: #8f8f8f;
  display: inline;
  margin-right: 30px;
}
.error-wrapper .tip:last-child {
  margin-right: 0;
}
.error-wrapper .cube {
  color: #8f8f8f;
  margin-top: 26px;
  font-size: 20px;
  line-height: 40px;
}
.error-wrapper .cube a {
  color: #02cba7;
  text-decoration: underline;
}
.green {
  color: #02cba7;
}
.action-form {
  box-sizing: content-box;
  width: 122px;
  height: 30px;
  margin: 70px auto 0;
  border: 1px solid #dddddd;
}
.action-form a {
  display: block;
  float: left;
  width: 29px;
  height: 29px;
  cursor: pointer;
}
.action-form a.minus {
  border-right: 1px solid #dddddd;
  cursor: inherit;
}
.action-form a.minus.can {
  cursor: pointer;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/shopping/jian.png?cid=28278db5f25089ca637e599508b30201') center no-repeat;
}
.action-form a.plus {
  border-left: 1px solid #dddddd;
  cursor: inherit;
}
.action-form a.plus.can {
  cursor: pointer;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/shopping/jia.png?cid=a04d8039e725e5e2ebc775bebd617cac') center no-repeat;
}
.action-form input {
  float: left;
  width: 60px;
  line-height: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}
.margin-l-40 {
  margin-left: 40px;
}
.banner-ad {
  height: 138px;
  color: #fff;
  text-align: center;
  line-height: 138px;
  font-size: 20px;
}
.banner-ad img {
  width: 100%;
  height: 100%;
}
.mt-20 {
  margin-top: 20px;
}
.toast {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 14px 36px;
  background: #e5e5e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 12px;
  text-align: center;
}
.toast span {
  vertical-align: middle;
}
.toast .success,
.toast .fail {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 6px;
}
.toast .success {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/success.png?cid=11263c7603be895a99443a8a5f3b73fe');
}
.toast .fail {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/fail.png?cid=8834198c3b9f3aeddea2e973829ca753');
}
.icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon.icon-seven {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/seven.png?cid=5542617390c37189bc6df5440e5e5104');
}
.icon.icon-protection {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/protection.png?cid=1b1fc5624900658f3098a505d58fb024');
}
.icon.icon-high-quality {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/high_quality.png?cid=c31588a39a21503501bed7c38c1c3702');
}
.icon.icon-quality {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/quality.png?cid=f911df3f1e7f08f5f0ca3cf81bac90bc');
}
.icon.icon-wechat {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/wechat.png?cid=299da9cba95e1894e3020bb0efaff5fc');
}
.icon.icon-alipay {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/alipay.png?cid=1e08657272596409158887bf92e9fdbd');
}
.icon.icon-unionpay {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/unionpay2.png?cid=70ed0d56b7b72159e92be15340a7f7ad');
}
.icon.icon-jdpay {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/jdpay.png?cid=6de6217e5ad3f4fec1761383dd3bf099');
}
.icon.icon-fqa {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon_fqa.png?cid=d92761b678f7c2385674d45eb96dcd5b');
}
.icon.icon-start {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/start.png?cid=27521effe8c19735dad03e3357b7de1b');
}
.icon.icon-start.half {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/start_half.png?cid=e2bd23cd239b4d016331c112fcd4735d');
}
.icon.icon-start.full {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/start_full.png?cid=b3f4ce4bde7dfb33b6eebd6a286e3227');
}
.icon.icon-guard {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/guard.png?cid=d620dc4b8b8c1ca61de465c7aabdf30b');
}
.icon.icon-phone {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/phone.png?cid=569ba541d816a0f741d1b0c89406e8e1');
}
.icon.icon-key {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/key.png?cid=13ca120748a70c0034ecc1e6fc2338ad');
}
.icon.icon-cb {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/cb.png?cid=c3595b260fcfab7828f06d7c1e7b74be');
}
.icon.icon-cb.active {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/cbc.png?cid=e1ab44b703bdaf27cb7a50a6b5195f72');
}
.icon.icon-radio {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/radio.png?cid=89c6a9cd704d804780631e5811dcba36');
}
.icon.icon-radio.active {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/radio_active.png?cid=b1fc62f527c114e087eb0559618fd9e7');
}
.icon.icon-payment-ali {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/payment_ali.jpg?cid=ae75c91de0c0d935b2b5d34c8db9d324');
}
.icon.icon-payment-wechat {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/payment_wechat.jpg?cid=7bd1f63094489df275f0ca196bdfbd23');
}
.icon.icon-payment-jd_wepay {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon-payment-jd_wepay.png?cid=d45f8c703d7afc54477e6c740b88d7c8');
}
.icon.icon-payment-yl {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/payment_yl.png?cid=157117dd6ec1b9395aa0b1211d4302f2');
}
.icon.icon-empty {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/empty.png?cid=c094708065ea79de07297d02b6aecb39');
}
.icon.icon-postage {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/postage.png?cid=56a87c70b246911c86d7968d1571e5b9');
}
.icon.icon-loading {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/loading.gif?cid=676e62ae5673b74a0f417dcc2f0699d9');
}
.icon.icon-to-top {
  display: none;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/to_top.png?cid=05c9c60d787e02184b7d079c2e1d58fe');
}
.icon.icon-to-top:hover,
.icon.icon-to-top.active {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/to_top_hover.png?cid=a0a8c5c46dd9940cfa4ae955baf7eb70');
}
.icon.icon-service {
  display: none;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/service.png?cid=c45394dcb97cb00e3f64a8335e1fda26');
}
.icon.icon-service:hover,
.icon.icon-service.active {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/service_hover.png?cid=3255bea635a566623009e80b5557f664');
}
.icon.icon-q {
  width: 16px;
  height: 16px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/q.png?cid=9f13916c49844df22b62b1929987e582');
}
.icon.icon-q:hover,
.icon.icon-q.active {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/q_h.png?cid=1ed89ad5f0dcebda4b6ea72699afc4bd');
}
.icon.icon-surprise {
  width: 42px;
  height: 19px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/surprise.png?cid=9bc8bf9d96d0c17ba75a1cd48b47432c');
}
.icon.icon-arrow-left {
  width: 16px;
  height: 28px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/a_l.png?cid=fc9877c5e86265f654df0ea89440b13b');
}
.icon.icon-arrow-left:hover,
.icon.icon-arrow-left.active {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/a_l_h.png?cid=8ca28539d2f9ecff97a7dfeb29840da3');
}
.icon.icon-arrow-right {
  width: 16px;
  height: 28px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/a_r.png?cid=36c9123b5e56b6429cfded86870ddf18');
}
.icon.icon-arrow-right:hover,
.icon.icon-arrow-right.active {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/a_r_h.png?cid=6a3f6a3de1d3745900b2fe3bce21cbc1');
}
.icon.icon-arrow-big-left {
  width: 40px;
  height: 64px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/a_b_l.png?cid=1bd80a594c97749054b1a8e8ea16e12b');
}
.icon.icon-arrow-big-right {
  width: 40px;
  height: 64px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/a_b_r.png?cid=6c2dcc5fd67d99b04374cd1ce246775c');
}
.icon.icon-turn-left {
  width: 14px;
  height: 16px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/turn_l.png?cid=f941800ceee30d2e1586c2312d44e354');
}
.icon.icon-turn-right {
  width: 14px;
  height: 16px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/turn_r.png?cid=2185ceca77b01222cf75adda6c1d1bb1');
}
.icon.icon-turn-bg {
  width: 60px;
  height: 26px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/turn_bg.png?cid=7407045fa1233ec8d5b4f6a161a4002c');
}
.icon.icon-scan {
  width: 56px;
  height: 52px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/scan.png?cid=d09ec371250416039eec89639274d594');
}
.icon.icon-404 {
  width: 300px;
  height: 270px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/404.png?cid=8f5775864db4186adae82e99a6a5dd56');
}
.boutique-wrapper {
  padding: 1px;
  height: 760px;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/boutique_bg.jpg',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/boutique_bg.jpg', sizingMethod='scale');
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/boutique_bg.jpg?cid=e64e80e431dd3d38b9b7c06c503b675c') no-repeat;
  background-position: center;
}
.boutique-wrapper .content {
  text-align: center;
  margin-top: 445px;
  color: #fe6627;
  font-size: 0;
}
.boutique-wrapper .content .price-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.boutique-wrapper .content .price-wrapper .price {
  font-size: 45px;
}
.boutique-wrapper .content .price-wrapper .text {
  font-size: 18px;
  position: relative;
  top: -12px;
  vertical-align: bottom;
}
.boutique-wrapper .content .line {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  border-right: 1px solid #fe6627;
  height: 45px;
  margin: 0 16px;
}
.boutique-wrapper .content .btn {
  padding: 0;
  width: 145px;
  height: 41px;
  line-height: 41px;
  font-size: 15px;
  vertical-align: middle;
}
.boutique-wrapper .content .more {
  font-size: 14px;
  margin-top: 20px;
  -webkit-transition: opacity 0.3 ease-in-out;
  -moz-transition: opacity 0.3 ease-in-out;
  transition: opacity 0.3 ease-in-out;
}
.boutique-wrapper .content .more:hover {
  opacity: 0.9;
  cursor: pointer;
}
.section-wrapper.comment {
  font-size: 13px;
  white-space: nowrap;
  margin: 0 0 24px 0;
}
.section-wrapper.comment h3.title {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 56px;
}
.section-wrapper.comment h3.title a {
  position: absolute;
  right: 0;
  font-size: 14px;
  text-decoration: underline;
  color: #02cba7;
}
.section-wrapper.comment .content {
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 10px 28px;
  background: #fff;
}
.section-wrapper.comment .content:after {
  display: block;
  width: 100%;
  height: 0;
  content: ' ';
  clear: both;
}
.section-wrapper.comment .content .row {
  margin: 12px 0;
}
.section-wrapper.comment .content .pj-title {
  width: 90px;
}
.section-wrapper.comment .content ul.grade {
  width: 600px;
}
.section-wrapper.comment .content ul.grade li {
  width: 114px;
  cursor: pointer;
}
.section-wrapper.comment .content ul.grade li span {
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/comment.png?cid=562e6f1103dfb0654af11ea6b6bbf56b') -73px -154px no-repeat;
  vertical-align: sub;
}
.section-wrapper.comment .content ul.grade li.active span {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/comment.png?cid=562e6f1103dfb0654af11ea6b6bbf56b') -73px -131px no-repeat;
}
.section-wrapper.comment .content .stars {
  margin: 16px 0;
}
.section-wrapper.comment .content .stars .pj-title {
  height: 22px;
}
.section-wrapper.comment .content .stars ul li {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: sub;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/comment.png?cid=562e6f1103dfb0654af11ea6b6bbf56b') -1000px -1000px no-repeat;
}
.section-wrapper.comment .content .stars ul li.icon1,
.section-wrapper.comment .content .stars ul li.icon2 {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/comment.png?cid=562e6f1103dfb0654af11ea6b6bbf56b') -49px -154px no-repeat;
}
.section-wrapper.comment .content .stars ul li.icon1.active,
.section-wrapper.comment .content .stars ul li.icon2.active {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/comment.png?cid=562e6f1103dfb0654af11ea6b6bbf56b') -49px -130px no-repeat;
}
.section-wrapper.comment .content .stars ul li.icon3 {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/comment.png?cid=562e6f1103dfb0654af11ea6b6bbf56b') -25px -154px no-repeat;
}
.section-wrapper.comment .content .stars ul li.icon3.active {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/comment.png?cid=562e6f1103dfb0654af11ea6b6bbf56b') -25px -130px no-repeat;
}
.section-wrapper.comment .content .stars ul li.icon4,
.section-wrapper.comment .content .stars ul li.icon5 {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/comment.png?cid=562e6f1103dfb0654af11ea6b6bbf56b') 0px -154px no-repeat;
}
.section-wrapper.comment .content .stars ul li.icon4.active,
.section-wrapper.comment .content .stars ul li.icon5.active {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/comment.png?cid=562e6f1103dfb0654af11ea6b6bbf56b') 0px -130px no-repeat;
}
.section-wrapper.comment .content .stars span {
  margin-left: 10px;
  vertical-align: sub;
}
.section-wrapper.comment .list .singer-sku {
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.section-wrapper.comment .list .singer-sku .sku-info {
  margin-bottom: 20px;
}
.section-wrapper.comment .list .singer-sku .sku-info img {
  width: 60px;
  height: 60px;
  border: 1px solid #f2f2f2;
}
.section-wrapper.comment .list .singer-sku .sku-info .info {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
.section-wrapper.comment .list .singer-sku .sku-info .info .name {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.section-wrapper.comment .list .singer-sku .sku-info .info .zp {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.section-wrapper.comment .list .singer-sku .comment-text {
  width: 48%;
  float: left;
}
.section-wrapper.comment .list .singer-sku .comment-pic {
  width: 48%;
  float: right;
}
.section-wrapper.comment .list .singer-sku .comment-pic:after {
  display: block;
  width: 100%;
  height: 0;
  content: ' ';
  clear: both;
}
.section-wrapper.comment .list .singer-sku:after {
  display: block;
  width: 100%;
  height: 0;
  content: ' ';
  clear: both;
}
.section-wrapper.comment .list .singer-sku .textarea-wrapper {
  width: 90%;
  border: 1px solid #f2f2f2;
  margin: 10px 0 0 6px;
}
.section-wrapper.comment .list .singer-sku .textarea-wrapper textarea {
  width: 100%;
  height: 136px;
  box-sizing: border-box;
  border: none;
  background: transparent;
  white-space: normal;
}
.section-wrapper.comment .list .singer-sku .textarea-wrapper .char-count {
  padding: 0 12px 6px;
}
.section-wrapper.comment .list .singer-sku .pics {
  margin-top: 10px;
}
.section-wrapper.comment .list .singer-sku .pics .fileList {
  max-width: 720px;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  height: 148px;
}
.section-wrapper.comment .list .singer-sku .pics .fileList .img {
  position: relative;
  float: left;
  width: 80px;
  margin: 0 20px 20px 0;
}
.section-wrapper.comment .list .singer-sku .pics .fileList .img img {
  width: 100%;
}
.section-wrapper.comment .list .singer-sku .pics .fileList .progress {
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.section-wrapper.comment .list .singer-sku .pics .fileList .upload-status {
  position: absolute;
  width: 100%;
  background: red;
  top: 0;
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #fff;
  display: none;
}
.section-wrapper.comment .list .singer-sku .pics .fileList .upload-status.filed {
  display: block;
  background: rgba(205, 72, 6, 0.6);
  color: #fff;
}
.section-wrapper.comment .list .singer-sku .pics .fileList .upload-status.success {
  display: block;
  background: rgba(2, 206, 167, 0.6);
  color: #fff;
}
.section-wrapper.comment .list .singer-sku .pics .handler-wrapper {
  position: relative;
  float: left;
  cursor: pointer;
}
.section-wrapper.comment .list .singer-sku .pics .handler-wrapper:hover .handler {
  color: #02cba7;
  border-color: #02cba7;
}
.section-wrapper.comment .list .singer-sku .pics .handler-wrapper .handler {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 66px;
  line-height: 60px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  font-size: 36px;
  color: #3C3D41;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-wrapper.comment .list .singer-sku .pics .handler-wrapper .handler span {
  vertical-align: middle;
}
.section-wrapper.comment .list .singer-sku .pics .handler-wrapper .webuploader-element-invisible {
  display: none;
}
.section-wrapper.comment .list .singer-sku .pics .tip {
  line-height: 80px;
  float: left;
  margin-left: 20px;
}
.section-wrapper.comment .sub-btn-wrapper {
  margin-top: 20px;
}
.section-wrapper.comment.CommentShow .comment:after {
  display: block;
  width: 100%;
  height: 0;
  content: ' ';
  clear: both;
}
.section-wrapper.comment.CommentShow .singer-sku {
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  border: 1px solid #f2f2f2;
  background: #ffffff;
}
.section-wrapper.comment.CommentShow .singer-sku > div.comment {
  margin-bottom: 24px;
}
.section-wrapper.comment.CommentShow .singer-sku .singer-info {
  float: left;
  width: 296px;
  height: 312px;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
}
.section-wrapper.comment.CommentShow .singer-sku .singer-info .img {
  width: 212px;
  height: 212px;
  margin: 0 auto 12px;
}
.section-wrapper.comment.CommentShow .singer-sku .singer-info .img img {
  width: 212px;
  height: 212px;
}
.section-wrapper.comment.CommentShow .singer-sku .singer-info p {
  width: 90%;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  white-space: normal;
  text-align: left;
  color: #343434;
}
.section-wrapper.comment.CommentShow .singer-sku .singer-info p.zp {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  color: #999;
}
.section-wrapper.comment.CommentShow .singer-sku .pj {
  float: left;
  width: 800px;
  margin-left: 20px;
}
.section-wrapper.comment.CommentShow .singer-sku .pj p {
  line-height: 28px;
  max-width: 600px;
  white-space: normal;
}
.section-wrapper.comment.CommentShow .singer-sku .pj .fileList {
  margin-top: 24px;
}
.section-wrapper.comment.CommentShow .singer-sku .pj .fileList:after {
  display: block;
  width: 100%;
  height: 0;
  content: ' ';
  clear: both;
}
.section-wrapper.comment.CommentShow .singer-sku .pj .pics .img {
  width: 128px;
  height: 128px;
  margin: 0 20px 20px 0;
  float: left;
  overflow: hidden;
}
.section-wrapper.comment.CommentShow .singer-sku .pj .pics .img img {
  width: 100%;
  height: 128px;
  overflow: hidden;
}
.section-wrapper.comment.CommentShow .singer-sku .pj .pics .img img:hover {
  cursor: pointer;
}
.section-wrapper.comment.CommentShow .margin-t-20 {
  margin-top: 20px;
}
.biggerBj {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  -webkit-opacity: 0.6;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0.6;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0.6;
  /* IE9 + etc...modern browsers */
  opacity: 0.6;
  /* IE 4-9 */
  filter: alpha(opacity=60);
  /*This works in IE 8 & 9 too*/
  z-index: 5;
  display: none;
}
.biggerBj:hover {
  cursor: pointer;
}
.dialog-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.dialog-container .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.dialog-container .dialog-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  min-height: 250px;
  margin: -125px 0 0 -250px;
  padding: 16px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dialog-container .dialog-wrapper.show-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.dialog-container .dialog-wrapper .dialog-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 16px;
}
.dialog-container .dialog-wrapper .dialog-close .glyphicon {
  color: #3C3D41;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.dialog-container .dialog-wrapper .dialog-close .glyphicon:hover {
  cursor: pointer;
  color: #02cba7;
}
.dialog-container .dialog-wrapper .confirm-wrapper .dialog-title {
  font-size: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
}
.dialog-container .dialog-wrapper .confirm-wrapper .dialog-title .glyphicon {
  font-size: 24px;
  margin-right: 12px;
  color: #02cba7;
  top: 8px;
}
.dialog-container .dialog-wrapper .confirm-wrapper .dialog-main {
  padding: 12px 0;
  font-size: 14px;
  line-height: 32px;
}
.dialog-container .dialog-wrapper .confirm-wrapper .dialog-btns {
  margin-top: 24px;
}
.dialog-container .dialog-wrapper .confirm-wrapper .dialog-btns .onlyone {
  margin-right: 0;
}
.dialog-container .dialog-wrapper .confirm-wrapper .btn {
  margin: 0 27px;
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  box-sizing: border-box;
}
.header-wrapper.active {
  border-bottom: 1px solid #eaeaea;
}
.header-wrapper .header {
  position: relative;
  max-width: 1212px;
  width: 1212px;
  margin: auto;
  height: 72px;
  padding: 0;
  line-height: 72px;
}
.header-wrapper .header .logo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 254px;
}
.header-wrapper .header .logo.cart {
  width: 400px;
}
.header-wrapper .header .logo:after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.header-wrapper .header .logo img {
  vertical-align: middle;
  width: 192px;
  height: 51px;
}
.header-wrapper .header .logo span {
  font-size: 18px;
  color: #182f59;
  padding-left: 40px;
}
.header-wrapper .header .nav {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header-wrapper .header .nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 8px;
  margin-right: 8px;
  text-align: center;
  line-height: 74px;
  height: 70px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.header-wrapper .header .nav li.active {
  border-bottom: 2px solid #02cba7;
  border-top: 2px solid transparent;
}
.header-wrapper .header .nav li.active a {
  line-height: 46px;
  color: #000;
}
.header-wrapper .header .nav li a.pindao {
  cursor: context-menu;
}
.header-wrapper .header .nav li.pindao-list {
  padding: 0;
}
.header-wrapper .header .nav li.pindao-list:hover .goods-wrap {
  height: 275px;
}
.header-wrapper .header .nav li.pindao-list li:hover .goods-wrap {
  z-index: 99;
}
.header-wrapper .header .nav li .goods-wrap {
  position: absolute;
  width: 100%;
  height: 0;
  top: 74px;
  left: 0;
  box-shadow: 0px 10px 10px 0px rgba(14, 5, 10, 0.2);
  background: #fff;
  overflow: hidden;
  transition: height 0.3s;
  z-index: 1;
}
.header-wrapper .header .nav li .goods-wrap a {
  display: inline-block;
  width: 170px;
  margin: 32px 25px 0;
  cursor: pointer;
}
.header-wrapper .header .nav li .goods-wrap a .img-wrap {
  width: 162px;
  height: 162px;
}
.header-wrapper .header .nav li .goods-wrap a .img-wrap img {
  width: 100%;
}
.header-wrapper .header .nav li .goods-wrap a p {
  line-height: 24px;
}
.header-wrapper .header .nav li .goods-wrap a p.name {
  font-size: 16px;
  color: #000;
}
.header-wrapper .header .nav li .goods-wrap a p.price {
  font-size: 16px;
  color: #EF6758;
}
.header-wrapper .header .nav li.js_icon {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/hot.png?cid=d9dcf70502987d0a21a9831bc31cd96a') no-repeat right 8px;
}
.header-wrapper .header a {
  font-size: 16px;
  line-height: 50px;
}
.header-wrapper .header .auth {
  position: relative;
  line-height: 74px;
}
.header-wrapper .header .auth a {
  font-size: 14px;
  padding: 0 8px;
}
.header-wrapper .header .auth a:first-child {
  border-right: 1px solid #eaeaea;
}
.header-wrapper .header .auth a:last-child {
  border: none;
}
.header-wrapper .header .auth .bubble {
  position: absolute;
  left: -28px;
  top: 49px;
  width: 196px;
  height: 40px;
  padding-top: 7px;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  color: #fff;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/bubble.gif?cid=2381f2c3735d7ae886148461fb1240be') left -7px no-repeat;
  z-index: 100;
  display: none;
}
.header-wrapper .topBanner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 90px;
  overflow: hidden;
}
.header-wrapper .topBanner a {
  width: 100%;
  height: 90px;
  display: block;
}
.header-wrapper .topBanner a div {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.header-wrapper .topBanner a div i {
  position: absolute;
  right: 4px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/close.png?cid=64bcbc48413d8d7cf625ede59e306f43') left top no-repeat;
  cursor: pointer;
}
.header-wrapper .top-nav {
  width: 100%;
  background-color: #F7F7F7;
  line-height: 26px;
}
.header-wrapper .top-nav .nav-wrap {
  width: 1212px;
  margin: 0 auto;
}
.header-wrapper .top-nav a {
  cursor: pointer;
}
.header-wrapper .top-nav .left {
  display: inline-block;
  padding: 0 15px;
  color: #152C57;
  box-sizing: border-box;
}
.header-wrapper .top-nav .left * {
  font-size: 12px;
}
.header-wrapper .top-nav .left a {
  margin-right: 30px;
}
.header-wrapper .top-nav .left a.login {
  color: #152C57;
  text-decoration: underline;
  margin-left: 6px;
}
.header-wrapper .top-nav .right * {
  font-size: 12px;
}
.header-wrapper .top-nav .right > a {
  display: inline-block;
  padding: 0px 15px;
  color: #152C57;
  box-sizing: border-box;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
}
.header-wrapper .top-nav .right > a:hover {
  background: #fff;
  border-color: #D9D9D9;
  position: relative;
  z-index: 100000;
}
.header-wrapper .top-nav .right .phone {
  position: relative;
}
.header-wrapper .top-nav .right .phone:hover .qr-code {
  display: block;
}
.header-wrapper .top-nav .right .phone .qr-code {
  display: none;
  position: absolute;
  z-index: 999;
  left: -24px;
  width: 136px;
  height: 155px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/qr-code.png?cid=3b420b15b766d639932965ae5d86b48a') left top no-repeat;
  transition: all 0.3s;
}
.header-wrapper-shadow {
  height: 72px;
  background: #fff;
}
.topHeight {
  width: 100%;
  height: 92px;
}
.section-wrapper.auth .form-group {
  position: relative;
  width: 372px;
}
.section-wrapper.auth .form-group input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 12px;
  margin-bottom: 22px;
}
.section-wrapper.auth .form-group.has-icon .icon {
  position: absolute;
  left: 10px;
  height: 40px;
  width: 14px;
}
.section-wrapper.auth .form-group.has-icon input {
  padding-left: 30px;
}
.section-wrapper.auth .form-group.has-code input {
  padding-right: 118px;
}
.section-wrapper.auth .form-group.has-code .code {
  position: absolute;
  right: 0;
  top: 0;
  width: 138px;
  height: 40px;
  overflow: hidden;
  background: #f7f7f7;
}
.section-wrapper.auth .form-group.has-code .code img {
  height: 40px;
  width: 138px;
}
.section-wrapper.auth .form-group a {
  line-height: 32px;
}
.section-wrapper.auth .form-group .checkbox {
  color: #3C3D41;
}
.section-wrapper.auth .form-group .checkbox span {
  vertical-align: middle;
}
.section-wrapper.auth .form-group .icon-cb {
  height: 32px;
  width: 16px;
  margin-right: 8px;
}
.section-wrapper.auth .form-group.sms-code input {
  padding-right: 146px;
}
.section-wrapper.auth .form-group.sms-code .btn {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 138px;
  height: 38px;
  border-left: 1px solid #eaeaea;
}
.section-wrapper.auth .btn[type=submit] {
  width: 100%;
  padding: 16px 12px;
}
.section-wrapper.auth .error-tip {
  margin-bottom: 8px;
  line-height: 16px;
  height: 16px;
  text-align: center;
  color: #ff5c60;
  overflow: hidden;
}
.section-wrapper.auth {
  position: relative;
  height: 635px;
  margin: 0;
  background-color: #f2f2f2;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/new-login.png?cid=317391e1fe17058d27453d7e1b58face');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-wrapper.auth .section {
  height: 100%;
  text-align: right;
}
.section-wrapper.auth .section:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.section-wrapper.auth .login-container,
.section-wrapper.auth .register-container {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 460px;
  min-height: 480px;
  box-sizing: border-box;
  padding: 0 44px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 16px;
  vertical-align: middle;
  text-align: left;
  cursor: default;
}
.section-wrapper.auth .login-container .nav-tabs {
  font-size: 0;
  white-space: nowrap;
  margin: 32px 0;
  text-align: center;
}
.section-wrapper.auth .login-container .nav-tabs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 165px;
  box-sizing: border-box;
  text-align: right;
}
.section-wrapper.auth .login-container .nav-tabs li:first-child {
  text-align: left;
  border-right: 1px solid #eaeaea;
  width: 205px;
}
.section-wrapper.auth .login-container .nav-tabs li:hover a,
.section-wrapper.auth .login-container .nav-tabs li.active a {
  color: #02cba7;
}
.section-wrapper.auth .login-container .nav-tabs a {
  display: block;
  color: #888;
  font-size: 20px;
}
.section-wrapper.auth .login-container .tab-content {
  position: relative;
}
.section-wrapper.auth .login-container .tab-content .tab-pane {
  position: absolute;
  display: none;
  width: 100%;
  background: #fff;
}
.section-wrapper.auth .login-container .tip {
  margin: 12px;
  line-height: 32px;
  text-align: center;
  color: #3C3D41;
}
.section-wrapper.auth .login-container #smsLogin .proch {
  margin-top: 12px;
}
.section-wrapper.auth .register-container .register-title {
  margin: 28px 0;
  font-size: 20px;
  color: #02cba7;
}
.section-wrapper.auth .register-container .success-need-jump-wrapper .content {
  padding-top: 180px;
}
.section-wrapper.auth .register-container .success-need-jump-wrapper .btn {
  margin-top: 110px;
}
.section-wrapper.auth .error-tip {
  margin-bottom: 8px;
  line-height: 16px;
  height: 16px;
  text-align: center;
  color: #ff5c60;
}
.section-wrapper.auth .proch {
  position: relative;
  margin-top: 32px;
  text-align: center;
}
.section-wrapper.auth .proch:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  width: 100%;
  border-top: 1px solid #eaeaea;
}
.section-wrapper.auth .proch a {
  position: relative;
  z-index: 9;
  color: #02cba7;
  line-height: 20px;
  padding: 0 12px;
  background: #fff;
}
.section.reset-pwd {
  text-align: center;
  height: 480px;
  background: #fff;
}
.section.reset-pwd:after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.section.reset-pwd .error-tip {
  text-align: left;
}
.reset-pwd {
  font-size: 13px;
}
.reset-pwd .tab-pane-content {
  margin-top: 12px;
  border: 1px solid #eaeaea;
  padding: 30px;
  background: #fff;
}
.reset-pwd .form-group {
  position: relative;
  margin-bottom: 32px;
}
.reset-pwd .form-group label {
  line-height: 40px;
}
.reset-pwd .form-group .form-group-content {
  position: relative;
  width: 280px;
  margin-left: 100px;
}
.reset-pwd .form-group input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 12px;
}
.reset-pwd .form-group.has-code input {
  padding-right: 118px;
}
.reset-pwd .form-group.has-code .code {
  position: absolute;
  right: 0;
  top: 0;
  width: 138px;
  height: 40px;
  overflow: hidden;
  background: #f7f7f7;
}
.reset-pwd .form-group.has-code .code img {
  height: 40px;
  width: 138px;
}
.reset-pwd .form-group.sms-code input {
  padding-right: 146px;
}
.reset-pwd .form-group.sms-code .btn {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 138px;
  height: 38px;
  border-left: 1px solid #eaeaea;
}
.reset-pwd .form-group .error-tip {
  position: absolute;
  top: 0;
  left: 105%;
  width: 300px;
  line-height: 40px;
  font-size: 10px;
  color: #ff5c60;
}
.reset-pwd .btn {
  margin-left: 100px;
  width: 280px;
}
.tab-pane .form-group.bottomBox {
  margin-top: 34px;
}
.tab-pane .form-group.bottomBox .left_box a {
  display: block;
  height: 16px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/login_weixin.png?cid=7da30c6f9d41e8eb305d10cda119f86c') no-repeat;
  font-size: 12px;
  color: #888;
  padding-left: 25px;
  line-height: 16px;
}
.tab-pane .form-group.bottomBox .right_box a {
  display: block;
  height: 16px;
  line-height: 16px;
  color: #888;
  font-size: 12px;
}
.invite-mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4444;
}
.invite-mask .invite-bg {
  position: absolute;
  width: 660px;
  height: 520px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/invite_bg.png?cid=2e6a38e357c34197da18d008d6aa30fb') left top no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -330px;
  margin-top: -260px;
}
.invite-mask .invite-bg .skip {
  position: absolute;
  font-size: 16px;
  color: #33b684;
  right: 12px;
  top: 10px;
  font-family: "微软雅黑";
  cursor: pointer;
}
.invite-mask .invite-bg .invite-content {
  width: 468px;
  height: 418px;
  margin: 58px auto 0;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/invite-content.png?cid=355ca2932b76ce6b15eb26b481bf4906') left top no-repeat;
  overflow: hidden;
}
.invite-mask .invite-bg .invite-content input[type="text"] {
  width: 360px;
  height: 40px;
  line-height: 40px;
  border: none;
  margin: 214px auto 0;
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 0;
  color: #aaaaaa;
}
.invite-mask .invite-bg .invite-content p {
  height: 32px;
  line-height: 32px;
  padding-left: 54px;
  font-size: 14px;
  color: #888;
}
.invite-mask .invite-bg .invite-content p.invite-err {
  color: red;
}
.invite-mask .invite-bg .invite-content input[type="button"] {
  width: 360px;
  height: 50px;
  padding: 0;
  border: 0;
  background: #fe6927;
  margin: 12px auto 0;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  letter-spacing: 24px;
}
.invite-mask .reg-guide {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 635px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/reg-guide.png?cid=f508ebe8e3734f1d32a79499df414b8c') left top no-repeat;
  margin-left: -250px;
  margin-top: -318px;
}
.invite-mask .reg-guide .reg-guide-btn {
  position: absolute;
  left: 50%;
  bottom: 66px;
  width: 282px;
  height: 70px;
  margin-left: -140px;
  cursor: pointer;
}
.left-code {
  position: fixed;
  width: 142px;
  left: 0;
  bottom: 10px;
}
.left-code img {
  width: 100%;
  height: 100%;
}
.yindao-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/filter30.png?cid=708b476755bc39b816e6a2090a636949') left top repeat;
  z-index: 9999;
}
.yindao-mask .yindao-content {
  position: absolute;
  width: 550px;
  height: 644px;
  left: 50%;
  top: 50%;
  margin-left: -275px;
  margin-top: -300px;
  background: #fff;
  text-align: center;
}
.yindao-mask .yindao-content p.text {
  text-align: center;
  padding-top: 10%;
  line-height: 28px;
  font-size: 18px;
  color: #38496D;
  letter-spacing: 1.5px;
}
.yindao-mask .yindao-content p.title {
  padding-top: 8px;
  font-size: 24px;
  color: #38496D;
  line-height: 36px;
  letter-spacing: 1.88px;
}
.yindao-mask .yindao-content img {
  margin-top: 6%;
  width: 75%;
}
.yindao-mask .yindao-content div.group {
  padding-top: 49px;
  line-height: 42px;
}
.yindao-mask .yindao-content div.group span {
  height: 42px;
  display: inline-block;
  width: 316px;
  font-size: 20px;
  color: #38496D;
  letter-spacing: 1.5px;
  border: 1px solid #45B582;
}
.yindao-mask .yindao-content div.group input {
  display: inline-block;
  width: 120px;
  height: 44px;
  margin-left: 14px;
  background: #45B582;
  text-align: center;
  opacity: 0.95;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  cursor: pointer;
}
.yindao-mask .close {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ie-cm .section.filter .condition:before {
  display: none;
  right: -1px;
}
.ie-cm .section.filter .condition:hover:before,
.ie-cm .section.filter .condition.active:before {
  display: block;
}
.ie-cm .section.buy-info .channel:before,
.ie-cm .section.buy-info .color:before,
.ie-cm .section.buy-info .memory:before,
.ie-cm .section.buy-info .network:before {
  display: none !important;
}
.ie-cm .section.buy-info .channel:hover:before,
.ie-cm .section.buy-info .color:hover:before,
.ie-cm .section.buy-info .memory:hover:before,
.ie-cm .section.buy-info .network:hover:before,
.ie-cm .section.buy-info .channel.active:before,
.ie-cm .section.buy-info .color.active:before,
.ie-cm .section.buy-info .memory.active:before,
.ie-cm .section.buy-info .network.active:before {
  display: block!important;
}
.ie-cm .section.buy-info .channel.disabled:hover:before,
.ie-cm .section.buy-info .color.disabled:hover:before,
.ie-cm .section.buy-info .memory.disabled:hover:before,
.ie-cm .section.buy-info .network.disabled:hover:before {
  display: none !important;
}
.ie-cm .contact-cs {
  display: none;
}
.ie-cm .pic-viewer .turn-func {
  display: none;
}
.banner {
  position: relative;
  width: 900px;
  height: 450px;
  border-radius: 4px;
}
.banner .swiper-container {
  height: 100%;
  width: 100%;
}
.banner .swiper-container .banner-content {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100px;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.banner .swiper-button-prev {
  left: 50%;
  margin-left: -600px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/arrow_left_hover.png?cid=7b00acc1cd1d6c67e3504f27748b53ef');
}
.banner .swiper-button-prev:hover {
  opacity: 1;
}
.banner .swiper-button-prev.spec {
  margin-left: -370px;
}
.banner .swiper-button-next {
  right: 50%;
  margin-right: -600px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/arrow_right_hover.png?cid=2364130067a7c26bc6e4e2a1e8290e07');
}
.banner .swiper-button-next:hover {
  opacity: 1;
}
.banner .swiper-pagination {
  top: -54px !important;
}
.banner .pagination {
  position: absolute;
  right: 40px;
  background: rgba(255, 255, 255, 0.2);
  padding: 9px 24px;
  border-radius: 15px;
  line-height: 0;
}
.banner .fenlei {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: 9;
  width: 178px;
}
.banner .cfg-list1 {
  width: 178px;
  height: 450px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/fenlei-bg.png?cid=c2b0685ec112ed6105456b74e0f462f4') left top repeat;
  padding-top: 15px;
  box-sizing: border-box;
}
.banner .cfg-list1 > li {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
}
.banner .cfg-list1 > li span {
  width: 100px;
  padding-left: 33px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
.banner .cfg-list1 > li.hover {
  background: #EF6758;
}
.banner .cfg-list1 > li i {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/shape.png?cid=911b24aeae716b6be0fb68afc8b4c220') left top no-repeat;
  vertical-align: middle;
  margin-left: 12px;
}
.banner .cfg-list1 > li .children {
  position: absolute;
  left: 178px;
  box-sizing: border-box;
  top: 0;
  height: 100%;
  background: #fff;
  cursor: auto;
  padding: 20px 20px 0 30px;
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3), 0px 5px 10px rgba(0, 0, 0, 0.3), 10px 0px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.banner .cfg-list1 > li .children ul {
  vertical-align: top;
  cursor: auto;
}
.banner .cfg-list1 > li .children ul li {
  display: inline-block;
  font-size: 12px;
  color: #4C5E7E;
  letter-spacing: 0.86px;
  margin-right: 16px;
  cursor: auto;
}
.banner .cfg-list1 > li .children ul li .lv2 {
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  min-width: 64px;
  font-weight: bold;
  cursor: auto;
}
.banner .cfg-list1 > li .children ul li a {
  cursor: pointer;
}
.banner .cfg-list1 > li .children ul li a:hover {
  color: #EF6758;
}
.banner-box {
  width: 1212px;
  margin: 36px auto 0;
}
.banner-box .message-box {
  width: 260px;
  height: 450px;
  background-color: #fff;
  padding: 0 15px;
}
.banner-box .message-box .login-info {
  height: 200px;
  border-bottom: 1px solid #e9e9e9;
}
.banner-box .message-box .login-info .user-logo {
  position: relative;
}
.banner-box .message-box .login-info .user-logo img {
  position: absolute;
  width: 85px;
  height: 85px;
  left: 50%;
  margin-left: -45px;
  top: -23px;
  -webkit-box-shadow: 0 0 15px #aaaaaa;
  -moz-box-shadow: 0 0 15px #aaaaaa;
  box-shadow: 0 0 15px #aaaaaa;
  border-radius: 100px;
  border: 3px solid #fff;
  cursor: pointer;
}
.banner-box .message-box .login-info .username {
  text-align: center;
  padding: 92px 0 26px;
  color: #4F6181;
  height: 17px;
}
.banner-box .message-box .login-info .user-btn {
  text-align: center;
}
.banner-box .message-box .login-info .user-btn > a {
  padding: 6px 25px;
  display: inline-block;
  cursor: pointer;
}
.banner-box .message-box .login-info .user-btn .btn-l {
  margin-right: 32px;
  color: #fff;
  background: #EF6758;
  border: 1px solid #EF6758;
}
.banner-box .message-box .login-info .user-btn .btn-r {
  color: #02CBA8;
  border: 1px solid #02CBA8;
}
.banner-box .message-box .message .title {
  margin: 31px 0 15px;
  position: relative;
  line-height: 26px;
}
.banner-box .message-box .message .title .m-icon {
  display: inline-block;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/message.gif?cid=4315b8e9b5a0f9f8608386a30a6cfc5f') no-repeat;
  padding-left: 36px;
  cursor: pointer;
}
.banner-box .message-box .message .title .more {
  position: absolute;
  right: 0;
  top: 0;
  color: #A2A2A2;
}
.banner-box .message-box .message .msg-list {
  height: 156px;
  overflow: hidden;
}
.banner-box .message-box .message .msg-list.empty {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/message-empty.png?cid=30f87ed1507cdd9504a25b9a42d3a76c') center center no-repeat;
}
.banner-box .message-box .message .msg-list li {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.banner-box .message-box .message .msg-list a {
  color: #4F6181;
  letter-spacing: 2px;
  width: 260px;
  text-decoration: none;
}
.banner-box .message-box .message .msg-list a.link {
  cursor: pointer;
}
.banner-box .message-box .message .msg-list a.text:hover {
  color: #4F6181;
}
.banner-box .message-box .message .msg-list a:hover {
  color: #02CBA8;
}
.banner-box .message-box .message .msg-list a span {
  width: 100%;
  margin-right: 6px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  /* for Opera */
  text-overflow: ellipsis;
  /* for IE */
}
.flyer-img {
  z-index: 99999;
}
.section.slogan {
  height: 64px;
  font-size: 20px;
  line-height: 64px;
  background: #fff;
  text-align: center;
  color: #666;
}
.section.slogan li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  width: 19%;
}
.section.slogan li span.icon,
.section.slogan li span.text {
  vertical-align: middle;
}
.section.slogan li:last-child {
  margin-right: 0;
}
.section.slogan .icon {
  width: 45px;
  height: 45px;
}
.section.feature {
  width: 1210px;
  margin-top: 10px;
  font-size: 0;
  white-space: nowrap;
}
.section.feature li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 595px;
  height: 276px;
  margin: 0 5px;
}
.section.evalation {
  position: relative;
  background: #fff;
  font-size: 0;
  white-space: nowrap;
}
.section.evalation .users,
.section.evalation .media,
.section.evalation .join-us {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 400px;
  padding: 20px;
  font-size: 12px;
  vertical-align: top;
  box-sizing: border-box;
}
.section.evalation .users li,
.section.evalation .media li,
.section.evalation .join-us li {
  position: relative;
  margin-bottom: 24px;
}
.section.evalation .users .details,
.section.evalation .media .details,
.section.evalation .join-us .details {
  margin-left: 86px;
}
.section.evalation .users > .title,
.section.evalation .media > .title,
.section.evalation .join-us > .title {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  padding: 4px 6px 12px;
  text-align: right;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 24px;
}
.section.evalation .users .avatar,
.section.evalation .media .avatar,
.section.evalation .join-us .avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  white-space: nowrap;
}
.section.evalation .users .avatar:before,
.section.evalation .media .avatar:before,
.section.evalation .join-us .avatar:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.section.evalation .users .avatar img,
.section.evalation .media .avatar img,
.section.evalation .join-us .avatar img {
  width: 100%;
  vertical-align: middle;
}
.section.evalation .users .text,
.section.evalation .media .text,
.section.evalation .join-us .text {
  color: #3C3D41;
  margin-top: 16px;
  white-space: normal;
}
.section.evalation .users .avatar {
  border-radius: 50%;
}
.section.evalation .users .nick {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.section.evalation .users .date {
  color: #3C3D41;
}
.section.evalation .join-us {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.section.evalation .join-us:after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.section.evalation .join-us .join-us-content {
  vertical-align: middle;
}
.section.evalation .join-us .title {
  color: #666;
  font-size: 18px;
  line-height: 24px;
  border: none;
  text-align: center;
}
/*新增*/
.addBox {
  width: 1212px;
  margin: 0 auto;
  overflow: hidden;
}
.addBox ul {
  width: 1300px;
}
.addBox li {
  width: 288px;
  height: 220px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
}
.addBox li img {
  background: #ccc;
  width: 288px;
  height: 220px;
}
/* newInfo */
.section-wrapper.newInfo {
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 45px;
}
.section-wrapper.newInfo .tips {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/laba.png?cid=56c134411be0ce1352fbf43dfbb3b327') no-repeat left center;
  padding-left: 27px;
  width: 420px;
  overflow: hidden;
}
.section-wrapper.newInfo .tips a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.section-wrapper.newInfo .right img {
  margin-top: 10px \9;
}
.skillBox {
  width: 110%;
  height: 342px;
}
.skillBox .countDown {
  position: relative;
  text-align: center;
  display: block;
  width: 236px;
  height: 340px;
  margin-right: 6px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/ms-countDown-bg.png?cid=8362e1fe71928404f0a09dde6f535ed7') left top no-repeat;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.skillBox .countDown .textBox {
  display: inline-block;
  margin: 256px auto 0;
}
.skillBox .countDown .textBox span {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #ef6758;
  font-size: 14px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/count-bg.png?cid=21fb078c9512730600568944a07b89ca') left top no-repeat;
}
.skillBox .countDown .textBox em {
  color: #fff;
  font-style: normal;
  font-size: 16px;
  margin: 0 7px;
}
.skillBox .ms-list li {
  position: relative;
  display: inline-block;
  width: 236px;
  height: 340px;
  margin-right: 6px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.skillBox .ms-list li .imgBox {
  position: relative;
  width: 203px;
  height: 203px;
  margin: 0 auto;
}
.skillBox .ms-list li .imgBox img {
  width: 100%;
  height: 100%;
}
.skillBox .ms-list li .infoBox {
  text-align: center;
}
.skillBox .ms-list li .infoBox .title1 {
  margin-top: 6px;
  line-height: 26px;
}
.skillBox .ms-list li .infoBox .price {
  margin-top: 6px;
  line-height: 20px;
  font-size: 12px;
  color: #8a8a8a;
}
.skillBox .ms-list li .infoBox .price .ms {
  color: #ef6758;
  text-decoration: none;
  font-size: 16px;
  margin-right: 6px;
}
.skillBox .ms-list li .infoBox .price span {
  text-decoration: line-through;
}
.skillBox .ms-list li .infoBox .count .progress {
  display: inline-block;
  width: 142px;
  height: 12px;
  border: 1px solid #ef6758;
  vertical-align: sub;
  margin: 13px 6px 0 0;
  overflow: hidden;
  text-align: left;
}
.skillBox .ms-list li .infoBox .count .progress span {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 0;
  height: 100%;
  background: #ef6758;
}
.hotsell.title {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon_cx.png?cid=ef6601e4f8c4573b5a93ca8af711676f') no-repeat left center;
  color: #152C57;
  padding-left: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.everyday.title {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/new.png?cid=81465938d3a78f0c07605d2ef65633d7') no-repeat left center;
  color: #152C57;
  padding-left: 40px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.hot-sell {
  width: 110%;
}
.hot-sell:after {
  display: block;
  width: 100%;
  content: ' ';
  clear: both;
}
.hot-sell li {
  position: relative;
  float: left;
  width: 448px;
  height: 222px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 22px;
}
.hot-sell li .discount-price {
  margin-top: -22px;
}
.hot-sell li .top-icon {
  position: absolute;
  width: 50px;
  height: 40px;
  right: 20px;
  top: 0;
  z-index: 9;
}
.hot-sell li.item-1 .top-icon {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/top1.png?cid=beaed6c12ecb844618c4d7148716ae48') left top no-repeat;
}
.hot-sell li.item-2 .top-icon {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/top2.png?cid=e68ca521acf3e6c943c0d2935416a828') left top no-repeat;
}
.hot-sell li.item-3 .top-icon {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/top3.png?cid=b8f55b8a1ccecb9fd9e8d25ab6cc7df2') left top no-repeat;
}
.hot-sell li.item-4 .top-icon {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/top4.png?cid=ae7f38a7dc1868f7ecc8a135927b2c72') left top no-repeat;
}
.hot-sell li.item-5 .top-icon {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/top5.png?cid=9517ac85b811ce08ad695920e4c15618') left top no-repeat;
}
.hot-sell li .imgBox {
  position: relative;
  width: 195px;
  height: 195px;
  float: left;
}
.hot-sell li .imgBox img {
  width: 94%;
  height: 94%;
  vertical-align: middle;
}
.hot-sell li .infoBox {
  float: left;
  padding-top: 22px;
  width: 238px;
  text-align: left;
}
.hot-sell li .infoBox .title1 {
  line-height: 28px;
  height: 56px;
}
.hot-sell li .infoBox .title2 {
  line-height: 26px;
  margin-bottom: 26px;
}
.hot-sell li .infoBox .price {
  line-height: 1;
  margin: 22px 0 18px;
}
.hot-sell li .infoBox .price .other-price {
  color: #999;
  margin: 0 4px;
  font-size: 12px;
  text-decoration: line-through;
}
.hot-sell li .infoBox .buttons {
  height: 34px;
}
.hot-sell li .infoBox .buttons .add2Cart {
  float: left;
  width: 40px;
  height: 32px;
  margin-right: 12px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/add2cart2.png?cid=2a1b2aba1e9209074bf2640a58212d20') left top no-repeat;
}
.hot-sell li .infoBox .buttons .add2Cart:hover {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/add2cart2_hover.png?cid=19fc9dcd47021a253fbe9a3a34ed8c5c') left top no-repeat;
}
.hot-sell li .infoBox .buttons .add2Cart.v-hidden {
  display: none;
}
.hot-sell li .infoBox .buttons .btn_new {
  float: left;
  width: 134px;
  height: 32px;
  line-height: 34px;
  background: #ef6758;
  color: #fff;
  text-align: center;
  white-space: 2px;
}
.hot-sell li .infoBox .buttons .btn_new.tixing {
  width: 180px;
  background: #02CBA8;
}
.hot-sell li.item-1 {
  display: inline-block;
  width: 314px;
  height: 444px;
  text-align: center;
}
.hot-sell li.item-1 .imgBox {
  display: inline-block;
  width: 246px;
  height: 246px;
  float: none;
}
.hot-sell li.item-1 .infoBox {
  width: 100%;
  float: none;
  display: inline-block;
  text-align: center;
  padding-top: 0;
}
.hot-sell li.item-1 .buttons {
  display: inline-block;
}
.hot-sell li.item-1 .title1 {
  height: 56px;
  padding: 0 30px;
}
.universal .title {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon_tel.png?cid=66429aa2f2386390b3d7898195cc46b1') no-repeat left center;
}
.universal .tabBox {
  margin-right: 12px;
  margin-top: 14px;
}
.universal .tabBox ul:after {
  display: block;
  width: 100%;
  content: ' ';
  clear: both;
}
.universal .tabBox li {
  float: left;
  margin: 0 12px 6px 0;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.universal .tabBox li:hover {
  background: #02CBA8;
}
.universal .tabBox li a {
  display: block;
  padding: 9px 12px;
  font-size: 12px;
  color: #152C57;
  letter-spacing: 0.86px;
  text-align: center;
}
.universal .phone-list {
  width: 110%;
  margin: 22px 0 0 0;
}
.universal .phone-list li {
  display: inline-block;
  width: 215px;
  height: 325px;
  border: 1px solid #e1e1e1;
  margin: 0 6px 20px 0;
  background: #fff;
  transition: all 0.3s;
  padding: 0 10px;
}
.universal .phone-list li:hover {
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1), 0px 5px 10px rgba(0, 0, 0, 0.1), 10px 0px 10px rgba(0, 0, 0, 0.1);
}
.universal .phone-list li .imgBox {
  position: relative;
  width: 164px;
  height: 164px;
  margin: 0 auto 9px;
}
.universal .phone-list li .imgBox img {
  width: 100%;
  height: 100%;
}
.universal .phone-list li .imgBox .addtcart {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/add2cart.png?cid=f0ae8911a8f93ef94e8a358e9011e83f') 6px 6px no-repeat;
}
.universal .phone-list li .imgBox .addtcart:hover {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/add2cart_hover.png?cid=b54a109be99812fd76b752cea46716cc') 6px 6px no-repeat;
}
.universal .phone-list li .infoBox .title1 {
  line-height: 26px;
  height: 52px;
}
.universal .phone-list li .infoBox .title2 {
  line-height: 22px;
  margin-bottom: 5px;
}
.universal .phone-list li .infoBox .price {
  line-height: 22px;
}
.universal .phone-list li .infoBox .other-price {
  line-height: 22px;
  font-size: 12px !important;
  color: #909090;
  text-decoration: line-through;
  margin-left: 10px;
}
.universal .phone-list li .infoBox .sellCount {
  line-height: 18px;
  font-size: 12px;
  color: #909090;
  text-align: center;
}
.phone {
  position: relative;
}
.phone a {
  display: block;
  width: 100%;
  height: 100%;
}
.phone a:hover {
  color: inherit;
}
.phone .discount-price {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  height: 22px;
  z-index: 2;
}
.phone .discount-price > div {
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  background: #EF6758;
  padding: 0 10px;
}
.phone .button {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: #ef6758;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-top: none;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.phone .button.sq {
  background: #8E8A8E;
}
.phone .button.tx {
  background: #02CBA8;
}
.phone .imgBox {
  position: relative;
}
.phone .imgBox .sold-out,
.phone .imgBox .miaos-out {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -62px;
  margin-top: -62px;
  width: 124px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/yuyue-bg.png?cid=c703eafa28d7f7e44be73bfd56a890e5') left top no-repeat;
  pointer-events: none;
}
.phone .imgBox .miaos-out {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/miaosha-bg.png?cid=da12053f5a199cada9b1d23d239b62c7') left top no-repeat;
}
.phone .infoBox .title1 {
  font-size: 14px;
  color: #3A3D3F;
  overflow: hidden;
  text-overflow: ellipsis;
}
.phone .infoBox .title2 {
  font-size: 14px;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.phone .infoBox .price {
  font-size: 14px;
  color: #ef6758;
}
.phone:hover .title1,
.phone:hover .title2 {
  color: #ef6758;
}
.discount,
.arive-remind {
  position: absolute;
  width: 60px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  background: #de3736;
  top: 0;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  font-weight: 500;
  z-index: 10;
}
.arive-remind {
  background: #33b682;
  z-index: 11;
}
.activity-new-tag {
  display: block;
  width: 78px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #de3736;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -39px;
}
.sellOut {
  width: 104px;
  height: 104px;
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 100px;
  margin-left: -52px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/over.png?cid=c3e1daf59223f3b5a7e80023ebcd8bda') no-repeat;
  pointer-events: none;
}
.qwmt .title {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/index/icon-qwmt.png?cid=706b3ab9eced830d29405b37935f8850') left top no-repeat;
}
.qwmt ul {
  width: 110%;
  margin-top: 16px;
}
.qwmt ul:after {
  display: block;
  width: 100%;
  content: ' ';
  clear: both;
}
.qwmt ul li {
  position: relative;
  display: inline-block;
  width: 292px;
  height: 273px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  margin-right: 12px;
  overflow: hidden;
  transition: all 0.3s;
}
.qwmt ul li:hover {
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1), 0px 5px 10px rgba(0, 0, 0, 0.1), 10px 0px 10px rgba(0, 0, 0, 0.1);
}
.qwmt ul li .img {
  width: 100%;
  height: 140px;
  line-height: 140px;
  text-align: center;
}
.qwmt ul li .img img {
  max-height: 130px;
  vertical-align: middle;
}
.qwmt ul li .baodao {
  box-sizing: border-box;
  width: 100%;
  padding: 4px 20px;
  text-align: left;
}
.qwmt ul li .baodao .title3 {
  font-size: 14px;
  color: #152C57;
  letter-spacing: 1.56px;
  line-height: 22px;
  margin-bottom: 6px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  /*隐藏溢出的文本  */
  text-overflow: ellipsis;
  -moz-box-orient: vertical;
  /*从上到下自动排列子元素*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*显示的行数*/
}
.qwmt ul li .baodao .summary {
  font-size: 12px;
  color: #3C3D48;
  letter-spacing: 1.33px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  /*隐藏溢出的文本  */
  text-overflow: ellipsis;
  -moz-box-orient: vertical;
  /*从上到下自动排列子元素*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*显示的行数*/
}
.qwmt ul li .baodao span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  font-size: 12px;
  color: #FE0000;
  letter-spacing: 1.33px;
  text-align: right;
  line-height: 22px;
  margin-top: 8px;
}
.limit-five {
  list-style: none;
  margin: 0;
  padding: 0;
}
.limit-five li {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.limit-five li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.limit-five li .show-img {
  text-align: center;
  overflow: hidden;
}
.limit-five li .show-img img {
  vertical-align: middle;
  width: 100%;
  transition: width 0.3s;
}
.limit-five li .sku-name {
  line-height: 28px;
  font-size: 14px;
  color: #3A3D3F;
  overflow: hidden;
}
.limit-five li .sku-name:hover {
  color: #ef6758;
}
.limit-five li .price {
  font-size: 18px;
  color: #EF6758;
}
.limit-five li.first-li {
  width: 232px;
  height: 338px;
  padding: 10px 25px 0;
}
.limit-five li.first-li .show-img {
  width: 233px;
  height: 233px;
  line-height: 233px;
  margin: 0 auto;
}
.limit-five li.first-li .sku-name {
  height: 56px;
}
.limit-five li.first-li .price {
  margin-top: 6px;
}
.limit-five li.other-li {
  width: 307px;
  height: 173px;
}
.limit-five li.other-li > a {
  height: 147px;
  padding: 12px 0 14px;
}
.limit-five li.other-li .show-img {
  width: 147px;
  height: 147px;
  line-height: 147px;
  padding: 6px;
  box-sizing: border-box;
}
.limit-five li.other-li .sku-name {
  width: 150px;
  height: 84px;
  margin-top: 14px;
}
.limit-five li.other-li .price {
  margin-top: 15px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  display: table;
  width: 0;
  height: 0;
  clear: both;
}
.clear-left:after,
.clear-right:after,
.clear-fix:after {
  content: '';
  display: table;
  width: 0;
  height: 0;
}
.clear-left:after {
  clear: left;
}
.clear-right:after {
  clear: right;
}
.clear-fix:after {
  clear: both;
}
.title-row-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.title-row-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.shadow {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  position: fixed;
  z-index: 1000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.fc-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1001;
}
.fc-container .box {
  display: block;
  position: absolute;
  font-size: 0;
  max-width: 80%;
}
.fc-container .box img {
  max-width: 100%;
}
.fc-container .close {
  width: 26px;
  height: 26px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/cha.png?cid=3e4782bca2f17120c2b2a1d7b15f4d9b');
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
body.no-scrolling {
  overflow: hidden;
}
.section-wrapper.security {
  margin: 0;
}
.section-wrapper.security > * {
  width: 100%;
}
.section-wrapper.security .section {
  width: 1212px;
  margin: auto;
  white-space: nowrap;
  height: 530px;
  text-align: center;
}
.section-wrapper.security .section:after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.section-wrapper.security .section img {
  vertical-align: middle;
}
.section-wrapper.security .even {
  background: #fff;
}
.section-wrapper.security .odd {
  background: #f2f6f3;
}
.section.us {
  position: relative;
}
.section.us > .nav-tabs {
  width: 248px;
  background: #fff;
  padding: 0 24px;
  box-sizing: border-box;
}
.section.us > .nav-tabs li {
  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  font-size: 16px;
  line-height: 78px;
}
.section.us > .nav-tabs li a {
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.section.us > .nav-tabs li:last-child {
  border: none;
}
.section.us > .nav-tabs li:hover a,
.section.us > .nav-tabs li.active a {
  color: #02cba7;
}
.section.us > .tab-content {
  position: relative;
  margin-left: 266px;
  width: 934px;
  min-height: 100%;
}
.section.us > .tab-content img {
  max-width: 100%;
}
.section.us > .tab-content .content-section {
  margin-bottom: 44px;
}
.section.us > .tab-content .tab-pane {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section.us > .tab-content .tab-pane-title {
  font-size: 24px;
  color: #666;
}
.section.us > .tab-content .tab-pane-title span {
  font-size: 20px;
}
.section.us > .tab-content .tab-pane-content {
  margin-top: 12px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 20px 30px;
}
.section.us > .tab-content .contact {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.section.us > .tab-content .contact .bold {
  color: #333;
}
.section.us > .tab-content .contact img {
  margin: 12px 0 24px;
}
.section.us > .tab-content .contact img:last-child {
  margin-bottom: 0;
}
.section.us > .tab-content #about img {
  width: 327px;
  margin: 50px 0;
  margin-left: 272px;
}
.section.us > .tab-content #about p {
  color: #666;
}
.section.protocol,
.quality {
  padding: 24px 30px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-sizing: border-box;
}
.section.buy-info {
  font-size: 0;
  padding: 46px 35px 35px 35px;
  box-sizing: border-box;
  white-space: nowrap;
  background: #fff;
}
.section.buy-info .hidden {
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.section.buy-info .sell-point {
  font-size: 12px;
  color: #fe6627;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section.buy-info .sell-point a {
  text-decoration: underline;
  color: #5e69ad;
}
.section.buy-info .pics {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 477px;
  height: 572px;
  border: 1px solid #eaeaea;
  vertical-align: middle;
}
.section.buy-info .pics .active-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 520;
}
.section.buy-info .pics .add-new-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 520;
  height: 55px;
  width: 204px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 55px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/bg_r.png?cid=bc6aae5b1c38948f36050fa4dab13841') no-repeat left center;
}
.section.buy-info .pics .add-new-tag span {
  vertical-align: unset;
}
.section.buy-info .pics .gallery-top {
  height: 477px;
  position: relative;
}
.section.buy-info .pics .gallery-top .swiper-slide {
  width: 477px;
  height: 477px;
  white-space: nowrap;
}
.section.buy-info .pics .gallery-top .swiper-slide:after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.section.buy-info .pics .gallery-top .swiper-slide img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.section.buy-info .pics .gallery-top .notice {
  position: absolute;
  width: 409px;
  height: 58px;
  top: 412px;
  left: 505px;
  z-index: 999;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/notice_bg.png?cid=d3728c2fecc099de6fe0f53bc2a9829b') no-repeat left center;
  display: none;
}
.section.buy-info .pics .gallery-top .notice img {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  margin: 12px;
}
.section.buy-info .pics .gallery-top .notice p {
  width: 344px;
  font-size: 14px;
  line-height: 58px;
  color: #fff;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section.buy-info .pics .gallery-thumbs {
  position: relative;
  width: 477px;
  height: 94px;
  border-top: 1px solid #eaeaea;
}
.section.buy-info .pics .gallery-thumbs .swiper-container {
  position: absolute;
  top: 15px;
  left: 46px;
  width: 400px;
  height: 70px;
}
.section.buy-info .pics .gallery-thumbs .swiper-container .swiper-slide {
  float: left;
  width: 79px;
}
.section.buy-info .pics .gallery-thumbs .swiper-container .swiper-slide:last-child {
  width: 63px;
}
.section.buy-info .pics .gallery-thumbs .swiper-container .swiper-slide.swiper-slide-active .img-wrapper {
  border: 2px solid #02cba7;
  padding: 0;
}
.section.buy-info .pics .gallery-thumbs .swiper-container .swiper-slide .img-wrapper {
  width: 63px;
  height: 63px;
  border: 1px solid #eaeaea;
  padding: 1px;
  cursor: pointer;
  box-sizing: border-box;
}
.section.buy-info .pics .gallery-thumbs .swiper-container .swiper-slide .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.section.buy-info .pics .gallery-thumbs .swiper-button-prev,
.section.buy-info .pics .gallery-thumbs .swiper-button-next {
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -14px;
  cursor: pointer;
}
.section.buy-info .pics .gallery-thumbs .swiper-button-next {
  left: auto;
  right: 18px;
}
.section.buy-info .info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 592px;
  padding-left: 75px;
  font-size: 14px;
  color: #3C3D41;
  vertical-align: middle;
  margin-top: -30px;
}
.section.buy-info .info .title {
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 4px;
  white-space: normal;
}
.section.buy-info .info .serial {
  font-size: 12px;
}
.section.buy-info .info .main {
  margin: 25px 0;
  line-height: 30px;
}
.section.buy-info .info .main .icon-q {
  position: relative;
  top: -14px;
}
.section.buy-info .info .main .icon-surprise {
  position: absolute;
  top: -12px;
}
.section.buy-info .info .main .icon-msj {
  position: absolute;
  top: -12px;
  width: 42px;
  height: 19px;
  background-image: url(/assets/images/pic_msj.png)'https://cdn-www.xiaoluyouxuan.comundefined?cid=693e9af84d3dfcc71e640e005bdc5e2e'undefined;
}
.section.buy-info .info .main .form-group {
  margin-bottom: 19px;
  margin-right: 30px;
}
.section.buy-info .info .main .form-group.inline label {
  margin-right: 8px;
}
.section.buy-info .info .main .form-group ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  white-space: normal;
  max-width: 540px;
}
.section.buy-info .info .main .form-group .channel,
.section.buy-info .info .main .form-group .color,
.section.buy-info .info .main .form-group .memory,
.section.buy-info .info .main .form-group .network,
.section.buy-info .info .main .form-group .cs {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  height: 28px;
  min-width: 64px;
  margin-right: 8px;
  padding: 0 10px;
  border: 1px solid transparent;
  line-height: 26px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}
.section.buy-info .info .main .form-group .channel.enabled,
.section.buy-info .info .main .form-group .color.enabled,
.section.buy-info .info .main .form-group .memory.enabled,
.section.buy-info .info .main .form-group .network.enabled,
.section.buy-info .info .main .form-group .cs.enabled {
  border-color: #a0a0a0;
}
.section.buy-info .info .main .form-group .channel.hover,
.section.buy-info .info .main .form-group .color.hover,
.section.buy-info .info .main .form-group .memory.hover,
.section.buy-info .info .main .form-group .network.hover,
.section.buy-info .info .main .form-group .cs.hover,
.section.buy-info .info .main .form-group .channel.active,
.section.buy-info .info .main .form-group .color.active,
.section.buy-info .info .main .form-group .memory.active,
.section.buy-info .info .main .form-group .network.active,
.section.buy-info .info .main .form-group .cs.active {
  border-color: #fe6627;
}
.section.buy-info .info .main .form-group .channel.hover:before,
.section.buy-info .info .main .form-group .color.hover:before,
.section.buy-info .info .main .form-group .memory.hover:before,
.section.buy-info .info .main .form-group .network.hover:before,
.section.buy-info .info .main .form-group .cs.hover:before,
.section.buy-info .info .main .form-group .channel.active:before,
.section.buy-info .info .main .form-group .color.active:before,
.section.buy-info .info .main .form-group .memory.active:before,
.section.buy-info .info .main .form-group .network.active:before,
.section.buy-info .info .main .form-group .cs.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 12px;
  height: 12px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/choosed.png?cid=9b000463c100b9c9a2e2e75afcb8c63b') no-repeat center;
  background-size: contain;
}
.section.buy-info .info .main .form-group .channel.disabled,
.section.buy-info .info .main .form-group .color.disabled,
.section.buy-info .info .main .form-group .memory.disabled,
.section.buy-info .info .main .form-group .network.disabled,
.section.buy-info .info .main .form-group .cs.disabled {
  border-style: dashed;
  border-color: #eaeaea;
  cursor: inherit;
}
.section.buy-info .info .main .form-group .channel.disabled:hover:before,
.section.buy-info .info .main .form-group .color.disabled:hover:before,
.section.buy-info .info .main .form-group .memory.disabled:hover:before,
.section.buy-info .info .main .form-group .network.disabled:hover:before,
.section.buy-info .info .main .form-group .cs.disabled:hover:before {
  display: none;
}
.section.buy-info .info .main .form-group .channel a,
.section.buy-info .info .main .form-group .color a,
.section.buy-info .info .main .form-group .memory a,
.section.buy-info .info .main .form-group .network a,
.section.buy-info .info .main .form-group .cs a {
  color: #666;
}
.section.buy-info .info .main .form-group .channel a:hover,
.section.buy-info .info .main .form-group .color a:hover,
.section.buy-info .info .main .form-group .memory a:hover,
.section.buy-info .info .main .form-group .network a:hover,
.section.buy-info .info .main .form-group .cs a:hover,
.section.buy-info .info .main .form-group .channel a.active,
.section.buy-info .info .main .form-group .color a.active,
.section.buy-info .info .main .form-group .memory a.active,
.section.buy-info .info .main .form-group .network a.active,
.section.buy-info .info .main .form-group .cs a.active {
  color: #666;
}
.section.buy-info .info .main .form-group select {
  outline: none;
  width: 216px;
  box-sizing: border-box;
  border: 1px solid #a0a0a0;
  height: 30px;
  padding: 0 12px;
  line-height: 28px;
  text-align: center;
  color: #666;
}
.section.buy-info .info .main .form-group .pay {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 18px;
}
.section.buy-info .info .main .form-group .pay span.icon,
.section.buy-info .info .main .form-group .pay span.text {
  vertical-align: middle;
}
.section.buy-info .info .main .form-group .pay .icon {
  margin-right: 8px;
}
.section.buy-info .info .main label {
  margin-right: 16px;
  color: #3C3D41;
}
.section.buy-info .info .main .price {
  position: relative;
  color: #fe6627;
  font-size: 24px;
  font-weight: bold;
}
.section.buy-info .info .main .sell-count {
  display: inline-block;
  font-size: 16px;
  color: #FF6527;
  letter-spacing: 1.14px;
  text-align: left;
}
.section.buy-info .info .main .sell-count .action-form {
  float: left;
  margin: 0 20px 0 0;
}
.section.buy-info .info .btns button {
  width: 170px;
  height: 46px;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-right: 14px;
}
.section.buy-info .info .btns button.fail {
  background: #ccc;
  color: #999;
}
.section.buy-info .info .btns button.scan {
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  overflow: visible;
}
.section.buy-info .info .btns button.scan:hover .scan-content {
  height: 150px;
}
.section.buy-info .info .btns button.scan:hover .down-icon .up {
  display: block;
}
.section.buy-info .info .btns button.scan:hover .down-icon .down {
  display: none;
}
.section.buy-info .info .btns button .scan-icon {
  display: inline-block;
  width: 18px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.section.buy-info .info .btns button .scan-icon img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.section.buy-info .info .btns button .down-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.section.buy-info .info .btns button .down-icon img {
  position: absolute;
  top: 6px;
  left: 6px;
}
.section.buy-info .info .btns button .down-icon .up {
  display: none;
}
.section.buy-info .info .btns button .scan-content {
  position: absolute;
  left: -1px;
  top: 44px;
  background-color: #fff;
  width: 100%;
  height: 0;
  border: 1px solid #000;
  border-top: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.section.buy-info .info .btns button .scan-content > .qr-code {
  margin: 0 auto;
  height: 130px;
  overflow: hidden;
}
.section.buy-info .info .btns button .scan-content img {
  width: 130px;
}
.section.buy-info .info .btns a {
  font-size: 14px;
  text-decoration: underline;
  color: #3C3D41;
}
.section.buy-info .info .btns a:hover {
  color: #02cba7;
}
.section.buy-info .info .goodWarn {
  height: 32px;
  line-height: 32px;
  color: #fe6627;
  font-weight: bold;
  margin-top: 17px;
  overflow: hidden;
}
.section-wrapper.details {
  font-size: 0;
  white-space: nowrap;
  color: #333;
}
.section-wrapper.details .section > .left {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 836px;
  margin-right: 23px;
}
.section-wrapper.details .section > .left .nav-tabs-wrapper .btns {
  display: none;
  padding: 13px 0 11px;
  margin-left: 50px;
  vertical-align: top;
}
.section-wrapper.details .section > .left .nav-tabs-wrapper .btns button {
  width: 170px;
  height: 46px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 24px;
}
.section-wrapper.details .section > .left .nav-tabs-wrapper .btns a {
  font-size: 14px;
  text-decoration: underline;
  color: #666;
}
.section-wrapper.details .section > .left .nav-tabs-wrapper .btns a:hover {
  color: #02cba7;
}
.section-wrapper.details .section > .left .nav-tabs-wrapper.active {
  margin-left: 250px;
  width: 960px;
  background: #fff;
}
.section-wrapper.details .section > .left .nav-tabs-wrapper.active .nav-tabs {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
}
.section-wrapper.details .section > .left .nav-tabs-wrapper.active .nav-tabs li {
  height: 70px;
  padding: 27px 0 25px;
  border: none;
  font-size: 15px;
  width: 115px;
  background: none;
}
.section-wrapper.details .section > .left .nav-tabs-wrapper.active .nav-tabs li:hover,
.section-wrapper.details .section > .left .nav-tabs-wrapper.active .nav-tabs li.active {
  background: none;
  border-top: none;
  padding-top: 27px;
}
.section-wrapper.details .section > .left .nav-tabs-wrapper.active .nav-tabs li a {
  border: none;
}
.section-wrapper.details .section > .left .nav-tabs-wrapper.active .btns {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.section-wrapper.details .section > .left .nav-tabs-wrapper.active .btns button {
  width: 155px;
  font-size: 16px;
}
.section-wrapper.details .section > .left .nav-tabs {
  background: #f9fafa;
}
.section-wrapper.details .section > .left .nav-tabs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20%;
  height: 50px;
  padding: 14px 0 15px;
  font-size: 16px;
  line-height: 20px;
  border-top: 1px solid #eaeaea;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}
.section-wrapper.details .section > .left .nav-tabs li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  text-align: center;
  border-right: 1px solid #eaeaea;
}
.section-wrapper.details .section > .left .nav-tabs li:hover,
.section-wrapper.details .section > .left .nav-tabs li.active {
  border-top: 3px solid #02cba7;
  padding-top: 12px;
  background: #fefefe;
}
.section-wrapper.details .section > .left .nav-tabs li:hover a,
.section-wrapper.details .section > .left .nav-tabs li.active a {
  color: #02cba7;
  border: none;
}
.section-wrapper.details .section > .left .nav-tabs li:last-child a {
  border: none;
}
.section-wrapper.details .section > .left .nav-tabs-shadow {
  height: 0;
  background: #fff;
}
.section-wrapper.details .section > .left .nav-tabs-shadow.active {
  height: 50px;
}
.section-wrapper.details .section > .left .tab-content {
  position: relative;
  background: #fefefe;
}
.section-wrapper.details .section > .left .tab-content .tab-pane {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 43px;
  font-size: 12px;
  color: #808080;
}
.section-wrapper.details .section > .left .tab-content .tab-pane table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 54px;
}
.section-wrapper.details .section > .left .tab-content .tab-pane table td,
.section-wrapper.details .section > .left .tab-content .tab-pane table th {
  height: 58px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  line-height: 56px;
  padding: 0 12px;
}
.section-wrapper.details .section > .left .tab-content .tab-pane table th {
  font-weight: normal;
  font-size: 16px;
}
.section-wrapper.details .section > .left .tab-content .tab-pane .tip {
  font-size: 16px;
  text-align: center;
  margin-top: -20px;
}
.section-wrapper.details .section > .left .tab-content #phonePics {
  text-align: center;
}
.section-wrapper.details .section > .left .tab-content #phonePics .desc img,
.section-wrapper.details .section > .left .tab-content #configuration img {
  display: block;
  max-width: 750px;
  margin-bottom: 20px;
}
.section-wrapper.details .section > .left .tab-content #phonePics .desc img:last-child,
.section-wrapper.details .section > .left .tab-content #configuration img:last-child {
  margin-bottom: 0;
}
.section-wrapper.details .section > .left .tab-content #security {
  text-align: center;
  padding: 43px 0;
}
.section-wrapper.details .section > .left .tab-content #fqa {
  padding: 0 30px;
}
.section-wrapper.details .section > .left .tab-content #fqa li {
  padding: 28px 0;
  border-bottom: 1px solid #eaeaea;
}
.section-wrapper.details .section > .left .tab-content #fqa li:last-child {
  border: none;
}
.section-wrapper.details .section > .left .tab-content #fqa li .icon {
  margin-right: 7px;
}
.section-wrapper.details .section > .left .tab-content #fqa li .title {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-wrapper.details .section > .left .tab-content #fqa li .desc {
  padding-left: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #3C3D41;
  white-space: normal;
}
.section-wrapper.details .section > .left .tab-content #comment {
  padding: 30px;
}
.section-wrapper.details .section > .left .tab-content #comment .satisfication {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 32px;
}
.section-wrapper.details .section > .left .tab-content #comment .satisfication .left {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.section-wrapper.details .section > .left .tab-content #comment .satisfication .glyphicon {
  font-size: 20px;
  color: #fe6627;
}
.section-wrapper.details .section > .left .tab-content #comment .satisfication span {
  font-size: 20px;
  color: #fe6627;
}
.section-wrapper.details .section > .left .tab-content #comment .satisfication .right {
  line-height: 24px;
  color: #3C3D41;
}
.section-wrapper.details .section > .left .tab-content #comment .satisfication .mt-20 {
  margin-top: 20px;
}
.section-wrapper.details .section > .left .tab-content #comment .satisfication .tags {
  margin-top: 24px;
}
.section-wrapper.details .section > .left .tab-content #comment .satisfication .tags label {
  color: #3C3D41;
  margin-right: 12px;
}
.section-wrapper.details .section > .left .tab-content #comment .satisfication .tags ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.section-wrapper.details .section > .left .tab-content #comment .satisfication .tags li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #fe6627;
  color: #fe6627;
  padding: 0 8px;
  margin-right: 8px;
  margin-bottom: 12px;
  line-height: 30px;
}
.section-wrapper.details .section > .left .tab-content #comment .comments {
  font-size: 12px;
  line-height: 32px;
  color: #3C3D41;
}
.section-wrapper.details .section > .left .tab-content #comment .comments li {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.section-wrapper.details .section > .left .tab-content #comment .comments li .nick {
  position: absolute;
  top: 20px;
  left: 0;
  max-width: 78px;
  width: 78px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-wrapper.details .section > .left .tab-content #comment .comments li .nick .user-logo {
  height: 48px;
}
.section-wrapper.details .section > .left .tab-content #comment .comments li .nick .user-logo img {
  width: 46px;
  height: 46px;
  vertical-align: middle;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
}
.section-wrapper.details .section > .left .tab-content #comment .comments li .nick .nickname {
  width: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-wrapper.details .section > .left .tab-content #comment .comments li .h32 {
  height: 32px;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pics {
  font-size: 0;
  margin-left: 90px;
  white-space: normal;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 67px;
  height: 67px;
  margin: 0 12px 12px 0;
  border: 1px solid #eaeaea;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-wrapper:hover {
  border-color: #02cba7;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-wrapper:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-wrapper img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-wrapper.active {
  border: 1px solid #02cba7;
  box-shadow: 0 0 0 1px #02cba7;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-viewer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 0;
  height: 0;
  border: 1px solid #eaeaea;
  text-align: center;
  margin-top: 10px;
  margin-left: 90px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-viewer img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-viewer .funcs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-viewer .funcs .prev,
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-viewer .funcs .close,
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-viewer .funcs .next {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 33.33%;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-viewer .funcs .prev {
  cursor: url('https://cdn-www.xiaoluyouxuan.com/assets/images/cur/a_b_l.cur?cid=a498c19d4cd884f89e2a9e6256cf98a7'), pointer;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-viewer .funcs .close {
  cursor: url('https://cdn-www.xiaoluyouxuan.com/assets/images/cur/shrink.cur?cid=1d172eb1340420f42b3ea059ae583125'), pointer;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-viewer .funcs .next {
  cursor: url('https://cdn-www.xiaoluyouxuan.com/assets/images/cur/a_b_r.cur?cid=a2b240794cc2fcccb3ca1d119877a8ec'), pointer;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-viewer .turn-func {
  position: absolute;
  top: 5px;
  left: 8px;
  color: #fff;
  font-size: 12px;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-viewer .turn-func > .icon {
  margin-right: 8px;
  line-height: 26px;
  cursor: pointer;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .pic-viewer .turn-func > .icon .icon {
  height: 26px;
  vertical-align: top;
  margin-right: 8px;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .desc {
  margin-left: 90px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
  white-space: normal;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .xlreply {
  margin-left: 90px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #02cba7;
  white-space: normal;
}
.section-wrapper.details .section > .left .tab-content #comment .comments .date {
  margin-left: 90px;
}
.section-wrapper.details .section > .left .tab-content #comment .star {
  position: relative;
  margin-left: 90px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/pj_grey.png?cid=c98de366acbd0e911cdac8f2966fe327') left center no-repeat;
  text-indent: 120px;
}
.section-wrapper.details .section > .left .tab-content #comment .star:after {
  position: absolute;
  left: 0;
  top: 0 ;
  content: '';
  height: 100%;
  width: 100%;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/pj_light.png?cid=20d7103dd5e287737a70e05851e90e14') left center no-repeat;
}
.section-wrapper.details .section > .left .tab-content #comment .star.style1 {
  margin-left: -99px;
}
.section-wrapper.details .section > .left .tab-content #comment .star.star0:after {
  width: 17%;
}
.section-wrapper.details .section > .left .tab-content #comment .star.star1:after {
  width: 50%;
}
.section-wrapper.details .section > .left .tab-content #comment .star.star2:after {
  width: 100%;
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-1:afer {
  width: '1%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-2:afer {
  width: '2%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-3:afer {
  width: '3%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-4:afer {
  width: '4%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-5:afer {
  width: '5%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-6:afer {
  width: '6%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-7:afer {
  width: '7%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-8:afer {
  width: '8%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-9:afer {
  width: '9%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-10:afer {
  width: '10%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-11:afer {
  width: '11%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-12:afer {
  width: '12%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-13:afer {
  width: '13%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-14:afer {
  width: '14%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-15:afer {
  width: '15%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-16:afer {
  width: '16%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-17:afer {
  width: '17%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-18:afer {
  width: '18%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-19:afer {
  width: '19%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-20:afer {
  width: '20%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-21:afer {
  width: '21%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-22:afer {
  width: '22%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-23:afer {
  width: '23%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-24:afer {
  width: '24%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-25:afer {
  width: '25%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-26:afer {
  width: '26%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-27:afer {
  width: '27%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-28:afer {
  width: '28%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-29:afer {
  width: '29%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-30:afer {
  width: '30%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-31:afer {
  width: '31%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-32:afer {
  width: '32%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-33:afer {
  width: '33%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-34:afer {
  width: '34%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-35:afer {
  width: '35%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-36:afer {
  width: '36%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-37:afer {
  width: '37%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-38:afer {
  width: '38%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-39:afer {
  width: '39%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-40:afer {
  width: '40%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-41:afer {
  width: '41%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-42:afer {
  width: '42%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-43:afer {
  width: '43%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-44:afer {
  width: '44%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-45:afer {
  width: '45%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-46:afer {
  width: '46%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-47:afer {
  width: '47%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-48:afer {
  width: '48%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-49:afer {
  width: '49%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-50:afer {
  width: '50%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-51:afer {
  width: '51%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-52:afer {
  width: '52%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-53:afer {
  width: '53%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-54:afer {
  width: '54%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-55:afer {
  width: '55%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-56:afer {
  width: '56%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-57:afer {
  width: '57%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-58:afer {
  width: '58%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-59:afer {
  width: '59%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-60:afer {
  width: '60%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-61:afer {
  width: '61%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-62:afer {
  width: '62%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-63:afer {
  width: '63%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-64:afer {
  width: '64%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-65:afer {
  width: '65%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-66:afer {
  width: '66%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-67:afer {
  width: '67%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-68:afer {
  width: '68%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-69:afer {
  width: '69%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-70:afer {
  width: '70%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-71:afer {
  width: '71%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-72:afer {
  width: '72%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-73:afer {
  width: '73%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-74:afer {
  width: '74%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-75:afer {
  width: '75%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-76:afer {
  width: '76%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-77:afer {
  width: '77%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-78:afer {
  width: '78%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-79:afer {
  width: '79%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-80:afer {
  width: '80%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-81:afer {
  width: '81%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-82:afer {
  width: '82%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-83:afer {
  width: '83%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-84:afer {
  width: '84%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-85:afer {
  width: '85%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-86:afer {
  width: '86%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-87:afer {
  width: '87%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-88:afer {
  width: '88%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-89:afer {
  width: '89%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-90:afer {
  width: '90%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-91:afer {
  width: '91%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-92:afer {
  width: '92%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-93:afer {
  width: '93%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-94:afer {
  width: '94%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-95:afer {
  width: '95%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-96:afer {
  width: '96%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-97:afer {
  width: '97%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-98:afer {
  width: '98%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-99:afer {
  width: '99%';
}
.section-wrapper.details .section > .left .tab-content #comment .star.star-100:afer {
  width: '100%';
}
.section-wrapper.details .section > .right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 341px;
  background: #fff;
}
.section-wrapper.details .section > .right .ranking .ranking-title {
  padding: 16px 24px 12px;
  font-size: 14px;
  line-height: 32px;
  border-bottom: 1px solid #eaeaea;
}
.section-wrapper.details .section > .right .ranking ul {
  padding: 0 24px;
}
.section-wrapper.details .section > .right .ranking ul li {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 0;
  line-height: 32px;
  white-space: nowrap;
}
.section-wrapper.details .section > .right .ranking ul li a {
  color: #3C3D41;
}
.section-wrapper.details .section > .right .ranking ul li:last-child {
  border: none;
}
.section-wrapper.details .section > .right .ranking ul li .pic {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 90px;
  margin-right: 8px;
  vertical-align: middle;
  text-align: center;
}
.section-wrapper.details .section > .right .ranking ul li .pic img {
  max-width: 90px;
  max-height: 100px;
}
.section-wrapper.details .section > .right .ranking ul li .details {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  white-space: normal;
  line-height: 20px;
}
.section-wrapper.details .section > .right .ranking ul li .details .green {
  color: #02cba7;
}
.section-wrapper.details .section > .right .ranking ul li .title {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.section-wrapper.details .section > .right .ranking ul li .title,
.section-wrapper.details .section > .right .ranking ul li .desc,
.section-wrapper.details .section > .right .ranking ul li .price {
  width: 200px;
  font-size: 12px;
}
.section-wrapper.details .section > .right .ranking ul li .highlight {
  font-size: 18px;
}
.section-wrapper.details .section > .right .ranking ul li s {
  margin-left: 12px;
  line-height: 34px;
}
.section-wrapper.pay-info {
  font-size: 13px;
}
.section-wrapper.pay-info .section-wrapper-title {
  font-size: 16px;
  line-height: 40px;
}
.section-wrapper.pay-info .section {
  padding: 30px 40px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  background: #fff;
}
.section-wrapper.pay-info .section .cb {
  margin-bottom: 0;
}
.section-wrapper.pay-info .section .cb .icon {
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
.section-wrapper.pay-info .section .error-tip {
  max-height: 18px;
  margin-left: 110px;
  overflow: hidden;
}
.section-wrapper.pay-info .login-section {
  margin-bottom: 15px;
}
.section-wrapper.pay-info .login-section > .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 105px;
  line-height: 32px;
  font-weight: bold;
  vertical-align: middle;
}
.section-wrapper.pay-info .login-section .form-group {
  position: relative;
  width: 260px;
  margin-right: 30px;
}
.section-wrapper.pay-info .login-section .form-group input {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 20px;
  padding: 6px 10px;
}
.section-wrapper.pay-info .login-section .form-group.has-icon .icon {
  position: absolute;
  left: 10px;
  height: 30px;
  width: 14px;
}
.section-wrapper.pay-info .login-section .form-group.has-icon input {
  padding-left: 30px;
}
.section-wrapper.pay-info .login-section .form-group.has-code input {
  padding-right: 118px;
}
.section-wrapper.pay-info .login-section .form-group.has-code .code {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 100px;
  height: 30px;
  overflow: hidden;
  background: #f7f7f7;
}
.section-wrapper.pay-info .login-section .form-group.has-code .code img {
  height: 100%;
  width: 100%;
}
.section-wrapper.pay-info .login-section .form-group.sms-code input {
  padding-right: 120px;
}
.section-wrapper.pay-info .login-section .form-group.sms-code .btn {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 110px;
  height: 30px;
  padding: 0 12px;
  line-height: 30px;
  border-left: 1px solid #eaeaea;
}
.section-wrapper.pay-info .login-section .cb {
  margin: 12px 0 12px 110px;
}
.section-wrapper.pay-info .login-section .cb .icon {
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
.section-wrapper.pay-info .addr-section {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-wrapper.pay-info .addr-section > .title {
  float: left;
  width: 90px;
  line-height: 33px;
  font-weight: bold;
}
.section-wrapper.pay-info .addr-section .addr-list {
  margin-left: 90px;
}
.section-wrapper.pay-info .addr-section .addr-list .main {
  cursor: pointer;
}
.section-wrapper.pay-info .addr-section .addr-list .main:hover {
  border-color: #02cba7;
}
.section-wrapper.pay-info .addr-section .addr-list #addAddrBtn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-wrapper.pay-info .addr-section .addr-list #addAddrBtn:hover {
  cursor: pointer;
}
.section-wrapper.pay-info .addr-section .addr-list #addAddrBtn:hover .main .tip {
  color: #02cba7;
}
.section-wrapper.pay-info .addr-section .addr-list #addAddrBtn .main {
  width: 120px;
  text-align: center;
}
.section-wrapper.pay-info .addr-section .addr-list #addAddrBtn .main .add-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #eaeaea;
  color: #02cba7;
  margin: 24px 0 12px 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.section-wrapper.pay-info .addr-section .addr-list #addAddrBtn .main .tip {
  color: #3C3D41;
}
.section-wrapper.pay-info .addr-section .addr-list #addAddrBtn .func {
  visibility: hidden;
}
.section-wrapper.pay-info .addr-section .edit-addr {
  margin-left: 110px;
}
.section-wrapper.pay-info .addr-section .edit-addr label {
  font-weight: normal;
}
.section-wrapper.pay-info .addr-section .edit-addr textarea {
  width: 906px;
}
.section-wrapper.pay-info .commodity-section .title a {
  float: right;
  color: #02cba7;
  text-decoration: underline;
}
.section-wrapper.pay-info .commodity-section .action-form {
  margin: 0 auto;
}
.section-wrapper.pay-info .commodity-section .action-form.cart {
  border: none;
}
.section-wrapper.pay-info .commodity-section .action-form.cart a {
  display: none;
  width: 0;
}
.section-wrapper.pay-info .commodity-section .action-form.cart input {
  width: 100%;
  background: #fff;
  border: none;
}
.section-wrapper.pay-info .commodity-section table {
  width: 1118px;
  margin: 24px 0 0;
  border-bottom: 1px solid #eaeaea;
  border-collapse: collapse;
}
.section-wrapper.pay-info .commodity-section table th {
  line-height: 30px;
  box-sizing: border-box;
  text-align: center;
  background: #f2f2f2;
  font-weight: normal;
}
.section-wrapper.pay-info .commodity-section table td {
  font-size: 12px;
  padding: 16px 0;
  text-align: center;
}
.section-wrapper.pay-info .commodity-section table td .td-wrapper {
  font-size: 13px;
  height: 72px;
  min-width: 170px;
  padding: 0 16px;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-wrapper.pay-info .commodity-section table td .td-wrapper:after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.section-wrapper.pay-info .commodity-section table td .td-wrapper .price {
  padding-top: 20px;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
}
.section-wrapper.pay-info .commodity-section table td .td-wrapper .actual_price {
  font-size: 12px;
  color: #bababa;
  text-decoration: line-through;
}
.section-wrapper.pay-info .commodity-section table td .commodity-content-wrapper {
  width: 600px;
  font-size: 12px;
  text-overflow: clip;
}
.section-wrapper.pay-info .commodity-section table td .commodity-content-wrapper .pic {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 74px;
  overflow: hidden;
}
.section-wrapper.pay-info .commodity-section table td .commodity-content-wrapper .pic img {
  width: 74px;
  height: 74px;
}
.section-wrapper.pay-info .commodity-section table td .commodity-content-wrapper .commodity-content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 510px;
  margin-left: 12px;
  vertical-align: middle;
  text-align: left;
}
.section-wrapper.pay-info .commodity-section table td .commodity-content-wrapper .commodity-content .tip {
  color: #3C3D41;
  margin-top: 10px;
}
.section-wrapper.pay-info .commodity-section table td #number {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.section-wrapper.pay-info .commodity-section table td #number > * {
  vertical-align: middle;
}
.section-wrapper.pay-info .commodity-section table td #number .inline {
  width: 12px;
  height: 12px;
  line-height: 1;
  border: 1px solid #a0a0a0;
  color: #02cba7;
  font-size: 16px;
  line-height: 10px;
  font-weight: bold;
  margin: 0 8px;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
.section-wrapper.pay-info .commodity-section table td #number .inline:hover {
  cursor: pointer;
  border-color: #02cba7;
}
.section-wrapper.pay-info .amount-section {
  text-align: right;
  line-height: 28px;
  font-size: 13px;
}
.section-wrapper.pay-info .amount-section .amount-wrapper {
  width: 180px;
  margin-top: 18px;
}
.section-wrapper.pay-info .amount-section label {
  font-weight: bold;
  display: inline-block;
  width: 100px;
  text-align: right;
}
.section-wrapper.pay-info .amount-section .val {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 75px;
}
.section-wrapper.pay-info .amount-section .amount-wrapper {
  text-align: left;
}
.section-wrapper.pay-info .amount-section .actual-payment {
  font-size: 15px;
}
.section-wrapper.pay-info .amount-section button {
  font-size: 15px;
  width: 150px;
  margin-top: 12px;
  font-weight: bold;
}
.section-wrapper.pay {
  font-size: 13px;
}
.section-wrapper.pay .tab-pane-title span {
  font-size: 20px;
}
.section-wrapper.pay .title {
  font-size: 16px;
  line-height: 40px;
}
.section-wrapper.pay .tip {
  line-height: 16px;
}
.section-wrapper.pay .shifujine {
  position: relative;
  top: -18px;
  text-align: right;
  font-size: 16px;
}
.section-wrapper.pay .shifujine span {
  vertical-align: baseline;
}
.section-wrapper.pay .order-form-details {
  position: relative;
  margin-top: 4px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #eaeaea;
}
.section-wrapper.pay .order-form-details .form-group {
  margin-bottom: 8px;
  line-height: 28px;
}
.section-wrapper.pay .order-form-details .form-group label {
  font-weight: bold;
}
.section-wrapper.pay .order-form-details .form-group > * {
  vertical-align: top;
}
.section-wrapper.pay .order-form-details .form-group p {
  line-height: 28px;
}
.section-wrapper.pay .order-form-details .total {
  position: absolute;
  top: 12px;
  right: 16px;
}
.section-wrapper.pay .order-form-details .total > * {
  font-size: 15px;
  font-weight: bold;
}
.section-wrapper.pay .payment .payment-title {
  line-height: 56px;
}
.section-wrapper.pay .payment li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 208px;
  margin-right: 32px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 8px 12px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
.section-wrapper.pay .payment li .icon {
  width: 100%;
}
.section-wrapper.pay .payment li.active,
.section-wrapper.pay .payment li:hover {
  border-color: #0ae;
}
.section-wrapper.pay .btn {
  width: 150px;
  margin-top: 24px;
  font-size: 15px;
  font-weight: bold;
}
.add-addr-dialog .dialog-wrapper {
  width: 562px;
  margin-left: -281px;
  text-align: left;
  padding: 0;
}
.add-addr-dialog .dialog-wrapper .dialog-close {
  top: 9px;
  right: 16px;
}
.add-addr-dialog .dialog-wrapper .section-wrapper {
  margin-top: 0;
}
.add-addr-dialog .dialog-wrapper .addr-section {
  width: auto;
}
.add-addr-dialog .dialog-wrapper .title {
  float: none !important;
  width: 100% !important;
  line-height: 40px !important;
  height: 40px;
  background-color: #F8F8F8;
  text-indent: 16px;
  font-size: 14px;
}
.add-addr-dialog .dialog-wrapper .edit-addr {
  margin-left: 0 !important;
  width: 480px;
  padding: 39px 41px 0;
}
.add-addr-dialog .dialog-wrapper .form-group {
  margin: 0;
}
.add-addr-dialog .dialog-wrapper label {
  display: inline-block;
  width: 70px;
  line-height: 36px;
  margin: 0;
}
.add-addr-dialog .dialog-wrapper input {
  width: 125px;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  margin-bottom: 19px;
}
.add-addr-dialog .dialog-wrapper select {
  margin: 0 0 15px 26px;
  width: 117px;
}
.add-addr-dialog .dialog-wrapper select[name=region1] {
  margin-left: 0;
}
.add-addr-dialog .dialog-wrapper .cb {
  margin-left: 74px;
}
.add-addr-dialog .dialog-wrapper textarea {
  width: 378px !important;
  height: 85px;
  margin-bottom: 17px;
}
.add-addr-dialog .dialog-wrapper .funcs {
  margin-top: 12px;
  text-align: center;
  float: none;
}
.add-addr-dialog .dialog-wrapper .funcs .btn {
  width: 215px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.add-addr-dialog .dialog-wrapper .funcs .btn.btn-cancel {
  background-color: #959595;
  color: #fff;
  margin-left: 37px;
}
.add-addr-dialog .error-tip {
  max-height: 18px;
}
.payment-wechat-wrapper {
  font-size: 14px;
}
.payment-wechat-wrapper .section-title {
  font-size: 16px;
  height: 28px;
}
.payment-wechat-wrapper .section-title p {
  float: left;
}
.payment-wechat-wrapper .section-title span {
  vertical-align: baseline;
}
.payment-wechat-wrapper .section-title .right {
  font-weight: bold;
  margin-right: 16px;
}
.payment-wechat-wrapper .content {
  margin-top: 18px;
  border: 1px solid #f2f2f2;
  border-top: 4px solid #02cba7;
  padding: 36px 56px;
  background: #fff;
}
.payment-wechat-wrapper .content .title {
  font-size: 26px;
}
.payment-wechat-wrapper .content .main {
  margin: 80px 0;
  text-align: center;
}
.payment-wechat-wrapper .content .main .qr-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 120px;
  vertical-align: middle;
}
.payment-wechat-wrapper .content .main .qr {
  position: relative;
  height: 222px;
  width: 222px;
  margin: 0 auto 42px;
}
.payment-wechat-wrapper .content .main .qr .qr-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  padding: 4px;
  background: #fff;
  border-radius: 7px;
}
.payment-wechat-wrapper .content .main .qr-tip {
  width: 293px;
  height: 103px;
  background-color: #02cba7;
  color: #fff;
  text-align: center;
  border-radius: 7px;
}
.payment-wechat-wrapper .content .main .qr-tip:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.payment-wechat-wrapper .content .main .qr-tip .icon {
  margin-right: 24px;
}
.payment-wechat-wrapper .content .main .qr-tip .text {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
}
.payment-wechat-wrapper .content .main .qr-hepler {
  width: 313px;
  height: 439px;
}
.payment-wechat-wrapper .content .color-main {
  cursor: pointer;
}
.payment-wechat-wrapper .content .color-main .icon {
  height: 16px;
  width: 16px;
  margin-right: 4px;
}
.couponChooseBox {
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}
.couponChooseBox .title .tips {
  color: #fe6627;
  padding-left: 8px;
}
.couponChooseBox .leftArrow {
  height: 42px;
  width: 42px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/leftArrow.png?cid=b9ff9fc7ad2eb59e9153258abf6af02a') no-repeat;
  position: absolute;
  left: 0;
  top: 110px;
  z-index: 99;
  display: none;
}
.couponChooseBox .rightArrow {
  height: 42px;
  width: 42px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/rightArrow.png?cid=4c146b7505f9180b2c0ca3f00f4f3c2f') no-repeat;
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 99;
  display: none;
}
.couponChooseBox .leftArrow:hover,
.couponChooseBox .rightArrow:hover {
  cursor: pointer;
}
.couponChooseBox .boxList {
  margin: 30px auto 0;
  position: relative;
  overflow: hidden;
  height: 174px;
  width: 909px;
}
.couponChooseBox .boxList ul {
  height: 174px;
  position: absolute;
  top: 0;
  left: 0;
}
.couponChooseBox .boxList li {
  position: relative;
  box-sizing: border-box;
  width: 273px;
  height: 172px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/coupon_bj.png?cid=7c6a2e07b2eca53b422815adb2549610') left top no-repeat;
  float: left;
  margin-right: 30px;
  padding-top: 16px;
}
.couponChooseBox .boxList li p {
  width: 200px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  font-size: 14px;
  color: #48b57e;
  margin-left: 50px;
}
.couponChooseBox .boxList li p.new-money {
  font-size: 18px;
  height: 48px;
  line-height: 48px;
}
.couponChooseBox .boxList li p.new-money span {
  font-family: 'big_johnregular';
  font-size: 30px;
  margin-right: 18px;
}
.couponChooseBox .boxList li p.new-text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
}
.couponChooseBox .boxList li:hover {
  cursor: pointer;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/coupon_bj.png?cid=7c6a2e07b2eca53b422815adb2549610') 0 -1260px no-repeat;
}
.couponChooseBox .boxList li.active {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/coupon_bj.png?cid=7c6a2e07b2eca53b422815adb2549610') 0 -180px no-repeat;
}
#pay_form {
  visibility: hidden;
  height: 0;
}
.freight {
  background-color: #F2F2F2;
  line-height: 60px;
  height: 60px;
  padding: 0 60px 0 30px;
  margin: 5px 0 60px;
  font-size: 12px;
  position: relative;
}
.freight .title {
  font-weight: bold;
}
.freight .highlight {
  color: #FE6627;
  cursor: pointer;
}
.freight .price {
  color: #FF6527;
}
.freight .freight-checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: relative;
  margin: 0 8px 0 13px;
  cursor: pointer;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/freight-checkbox.png?cid=d03a3036402bf61b39dd418e5721305f');
}
.freight .freight-checkbox input {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: inherit;
  padding: 0;
}
.freight .freight-checkbox.active {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/freight-checkbox-active.png?cid=096a79830c5e4b9d3f7bbc1c6d930aa5');
}
.freight .tips-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/tips.png?cid=bf86a129abab489c573b8eeb2ab4ec33');
  position: relative;
  top: -4px;
}
.freight .tips {
  display: none;
  background-color: #FFF8DE;
  border: 1px solid #D1D0D0;
  position: absolute;
  width: 330px;
  padding: 20px 10px 30px;
  top: 50px;
  left: 145px;
  line-height: 20px;
  z-index: 1;
}
.freight .tips .pointer-up {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/panel-up.png?cid=fb58d04adf809581c47084068677f1c1');
  width: 14px;
  height: 10px;
  position: absolute;
  bottom: 100%;
  left: 80px;
}
.freight .tips .left {
  width: 50px;
  text-align: center;
}
.freight .tips .left img {
  width: 32px;
  height: 34px;
  vertical-align: middle;
}
.freight .tips .right {
  width: 265px;
}
.freight .tips .close {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  color: #AC7E6B;
  line-height: 1;
}
.order-module .title {
  font-weight: bold;
}
.section.profile {
  position: relative;
}
.section.profile > .nav-tabs {
  width: 248px;
  background: #fff;
  padding: 0 24px;
  box-sizing: border-box;
}
.section.profile > .nav-tabs li {
  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  font-size: 16px;
  line-height: 78px;
}
.section.profile > .nav-tabs li a {
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.section.profile > .nav-tabs li:first-child {
  color: #02cba7;
}
.section.profile > .nav-tabs li:last-child {
  border: none;
}
.section.profile > .nav-tabs li:hover a,
.section.profile > .nav-tabs li.active a {
  color: #02cba7;
}
.section.profile > .tab-content {
  position: relative;
  margin-left: 266px;
  min-height: 100%;
  background: #fff;
  padding: 0 30px 30px;
}
.section.profile > .tab-content .table-head {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #f2f2f2;
  color: #333333;
}
.section.profile > .tab-content .table-head span {
  display: block;
  float: left;
  text-align: center;
}
.section.profile > .tab-content .head-1 {
  width: 360px;
}
.section.profile > .tab-content .head-2 {
  width: 75px;
}
.section.profile > .tab-content .head-3 {
  width: 88px;
}
.section.profile > .tab-content .head-4 {
  width: 140px;
}
.section.profile > .tab-content .head-5 {
  width: 92px;
}
.section.profile > .tab-content .head-6 {
  width: 100px;
}
.section.profile > .tab-content .tab-pane-title {
  font-size: 28px;
  color: #666;
  line-height: 88px;
}
.section.profile > .tab-content .tab-pane-title span {
  font-size: 20px;
  vertical-align: initial;
}
.section.profile > .tab-content .tab-pane-text {
  line-height: 32px;
  margin-top: -7px;
}
.section.profile > .tab-content .tab-pane-text a {
  text-align: left;
  color: #707070;
  margin-right: 48px;
}
.section.profile > .tab-content .tab-pane-text a.active {
  color: #4ec093;
}
.section.profile > .tab-content .tab-pane-content {
  border: none;
  padding: 0;
}
.section.profile > .tab-content .nav-tabs {
  margin: 9px 0 17px;
}
.section.profile > .tab-content .nav-tabs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin-right: 64px;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
.section.profile > .tab-content .nav-tabs li a {
  color: #333;
}
.section.profile > .tab-content .nav-tabs li:hover,
.section.profile > .tab-content .nav-tabs li.active {
  border-color: #02cba7;
}
.section.profile > .tab-content .nav-tabs li:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  left: -34px;
  top: 9px;
  height: 14px;
  width: 1px;
  background: #e9e9e9;
}
.section.profile > .tab-content .nav-tabs li:first-child:before {
  display: none;
}
.section.profile > .tab-content .tab-content {
  position: relative;
}
.section.profile > .tab-content .tab-content .tab-pane {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section.profile > .tab-content .tab-content .order-item {
  margin-bottom: 24px;
  border: 1px solid #f2f2f2;
  background: #fff;
}
.section.profile > .tab-content .tab-content .order-item .order-title {
  font-size: 13px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 16px;
}
.section.profile > .tab-content .tab-content .order-item .order-title .inline {
  height: 45px;
  line-height: 45px;
  margin-right: 24px;
}
.section.profile > .tab-content .tab-content .order-item .order-title .inline > * {
  vertical-align: top;
}
.section.profile > .tab-content .tab-content .order-item .order-title .inline:last-child {
  color: #666;
}
.section.profile > .tab-content .tab-content .order-item .order-content {
  padding: 21px 0;
  font-size: 0;
  white-space: nowrap;
}
.section.profile > .tab-content .tab-content .order-item .order-content table {
  width: 100%;
  border-collapse: collapse;
}
.section.profile > .tab-content .tab-content .order-item .order-content td {
  box-sizing: border-box;
  border-right: 1px solid #f2f2f2;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section.profile > .tab-content .tab-content .order-item .order-content td:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.section.profile > .tab-content .tab-content .order-item .order-content td:last-child {
  border: none;
}
.section.profile > .tab-content .tab-content .order-item .order-content td.commodity {
  width: 510px;
}
.section.profile > .tab-content .tab-content .order-item .order-content td.commodity a {
  width: 510px;
}
.section.profile > .tab-content .tab-content .order-item .order-content td.amount {
  width: 140px;
}
.section.profile > .tab-content .tab-content .order-item .order-content td.amount > div {
  width: 140px;
}
.section.profile > .tab-content .tab-content .order-item .order-content td.status > div {
  width: 92px;
}
.section.profile > .tab-content .tab-content .order-item .order-content td.funcs > div {
  width: 105px;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity {
  width: auto;
  text-overflow: clip;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a {
  display: block;
  width: 510px;
  height: 126px;
  color: #333;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a > div {
  float: left;
  height: 100%;
  line-height: 100%;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a .left {
  width: 350px;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a .left img {
  float: left;
  width: 74px;
  padding-top: 27px;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a .left > div {
  width: 280px;
  height: 126px;
  white-space: normal;
  text-align: left;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a .left > div span {
  display: inline-block;
  vertical-align: middle;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a .price {
  width: 70px;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a .price .table-cell {
  width: 75px;
  height: 126px;
  white-space: normal;
  text-align: left;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a .price .table-cell > div {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a .price p {
  line-height: 24px;
  text-align: center;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a .price p.xiaolujia {
  text-decoration: line-through;
  color: #999999;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a .price p.huodongjia {
  color: #333333;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity a .number {
  width: 76px;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity .title,
.section.profile > .tab-content .tab-content .order-item .order-content .commodity .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity .desc {
  margin-top: 4px;
  color: #3C3D41;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity .number {
  width: 48px;
  line-height: 126px;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity .commodity-content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 315px;
  margin-left: 12px;
  vertical-align: middle;
}
.section.profile > .tab-content .tab-content .order-item .order-content .commodity .commodity-content > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section.profile > .tab-content .tab-content .order-item .order-content .status-content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.section.profile > .tab-content .tab-content .order-item .order-content .status-content .text {
  margin-bottom: 4px;
  max-height: 40px;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}
.section.profile > .tab-content .tab-content .order-item .order-content a.order-dtatus {
  display: block;
}
.section.profile > .tab-content .tab-content .order-item .order-content .funcs {
  padding: 0;
  border: none;
  text-align: center;
  font-size: 0;
}
.section.profile > .tab-content .tab-content .order-item .order-content .funcs .btn {
  font-size: 13px;
  margin-bottom: 4px;
  display: block;
  width: 80px;
  margin: 3px auto;
}
.section.profile > .tab-content .tab-content .order-item .order-content .funcs .btn:last-child {
  margin-bottom: 0;
}
.section.profile > .tab-content .tab-content .order-item .order-content .funcs .inline {
  vertical-align: middle;
  white-space: normal;
}
.section.profile > .tab-content .tab-content .empty-wrapper {
  display: block;
  margin-top: 12px;
  height: 312px;
}
.section.profile > .tab-content .order-details {
  position: relative;
  background-color: #fff;
  font-size: 13px;
  line-height: 24px;
}
.section.profile > .tab-content .order-details .order-key-section > div {
  overflow: hidden;
}
.section.profile > .tab-content .order-details .order-key-section > div:after {
  display: block;
  height: 0;
  width: 100%;
  content: ' ';
  clear: both;
}
.section.profile > .tab-content .order-details label {
  font-weight: bold;
}
.section.profile > .tab-content .order-details .val {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.section.profile > .tab-content .order-details .form-group.inline {
  margin-right: 26px;
}
.section.profile > .tab-content .order-details .countdown {
  margin-top: 4px;
}
.section.profile > .tab-content .order-details .right {
  text-align: right;
}
.section.profile > .tab-content .order-details .right .status {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.section.profile > .tab-content .order-details .right .funcs {
  display: none;
}
.section.profile > .tab-content .order-details .right .funcs.buttons {
  display: block;
}
.section.profile > .tab-content .order-details .right .funcs.buttons .btn {
  box-sizing: border-box;
  margin-left: 4px;
}
.section.profile > .tab-content .order-details .right .funcs.buttons .btn.btn-highlight {
  border: 1px solid #fe6627;
}
.section.profile > .tab-content .order-details .right .tip {
  font-size: 12px;
}
.section.profile > .tab-content .order-details table {
  width: 100%;
  margin: 16px 0 0;
  border: 1px solid #dadada;
  border-collapse: collapse;
}
.section.profile > .tab-content .order-details table th {
  border-bottom: 1px solid #f4f4f4;
  line-height: 50px;
  box-sizing: border-box;
  text-align: center;
}
.section.profile > .tab-content .order-details table td {
  padding: 24px 0;
  text-align: center;
}
.section.profile > .tab-content .order-details table td .td-wrapper {
  border-right: 1px solid #f4f4f4;
  height: 72px;
  min-width: 100px;
  padding: 0 12px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section.profile > .tab-content .order-details table td .td-wrapper:after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}
.section.profile > .tab-content .order-details table td:last-child .td-wrapper {
  border: none;
}
.section.profile > .tab-content .order-details table td .pic img {
  width: 72px;
  height: 72px;
}
.section.profile > .tab-content .order-details .section > .title {
  font-weight: bold;
  line-height: 40px;
  padding-left: 12px;
  margin-top: 8px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/corner.png?cid=efb20e1ba8374741a8af0f463ecebcdf') no-repeat;
  background-position: left center;
}
.section.profile > .tab-content .order-details .section .section-body {
  border: 1px solid #dadada;
  padding: 15px;
}
.section.profile > .tab-content .order-details .section.amount {
  margin-top: 16px;
  padding-top: 16px;
  text-align: right;
}
.section.profile > .tab-content .order-details .section.amount .amount-wrapper {
  text-align: left;
}
.section.profile > .tab-content .order-details .tracking {
  margin-top: 12px;
}
.section.profile > .tab-content .order-details .tracking .val {
  display: block;
}
.section.profile > .tab-content .addr {
  font-size: 13px;
  line-height: 24px;
}
.section.profile > .tab-content .addr .add-addr {
  line-height: 32px;
  margin-top: -16px;
}
.section.profile > .tab-content .addr .add-addr:hover {
  cursor: pointer;
}
.section.profile > .tab-content .addr .addr-list {
  margin: 0 -16px;
  font-size: 0;
}
.section.profile > .tab-content .quality {
  text-align: left;
}
.section.profile .qxsm .highlight {
  line-height: 40px;
}
.section.profile .qxsm .form-group-content {
  position: relative;
  border: 1px solid #ccc;
  width: 466px;
  border-radius: 2px;
}
.section.profile .qxsm .form-group-content .form-control {
  border: none;
  box-shadow: none;
  width: 442px;
  height: 149px;
  resize: none;
  margin-bottom: 36px;
}
.section.profile .qxsm .form-group-content .num-count {
  position: absolute;
  right: 10px;
  bottom: 6px;
  color: #838383;
}
.section.profile .qxbtn {
  background: #fe6627;
  width: auto;
}
.section.profile.new .webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.section.profile.new > .nav-tabs {
  width: 190px;
  position: relative;
  z-index: 1;
}
.section.profile.new > .nav-tabs li {
  border-bottom: 0;
  height: auto;
  line-height: 1;
  margin: 60px 0;
}
.section.profile.new > .tab-content {
  padding: 0;
  margin-left: 0;
  background: none;
}
.section.profile.new > .tab-content .personal-module {
  margin-left: 226px;
  height: 130px;
  margin-bottom: 30px;
}
.section.profile.new > .tab-content .personal-module .center-hello {
  background-color: #fff;
  height: 130px;
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info {
  width: 227px;
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .logo {
  width: 60px;
  height: 60px;
  margin: 17px auto 11px;
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .logo img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .nickname-text {
  text-align: center;
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .nickname-input {
  text-align: center;
  position: relative;
  margin-top: -5px;
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .nickname-input input {
  width: 130px;
  height: 24px;
  padding: 0;
  line-height: 24px;
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .nickname-input .btn-group {
  position: absolute;
  top: 3px;
  right: 7px;
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .nickname-input .btn-group a {
  display: inline-block;
  vertical-align: middle;
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .nickname-input .btn-group a.ok {
  margin-right: 7px;
  width: 15px;
  height: 10px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/nickname-ok.png?cid=9e9739185ad966b4f27ce789f4dc598b');
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .nickname-input .btn-group a.ok.disabled {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/nickname-ok-disabled.png?cid=26fa73b510d6457f8b9b8446653c3962');
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .nickname-input .btn-group a.no {
  width: 11px;
  height: 11px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/nickname-no.png?cid=bc04c7b4222cf294a795d86c4eb6cdeb');
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .nickname-input .err-msg {
  color: #D0021B;
  margin-top: 2px;
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .nickname-input .err-msg > * {
  vertical-align: middle;
}
.section.profile.new > .tab-content .personal-module .center-hello .main-info .nickname-input .err-msg .icon-mark {
  margin-right: 4px;
}
.section.profile.new > .tab-content .personal-module .center-hello .other-info {
  width: 756px;
  color: #152C57;
}
.section.profile.new > .tab-content .personal-module .center-hello .other-info .welcome {
  line-height: 60px;
  border-bottom: 1px solid #E1E1E1;
  width: 700px;
}
.section.profile.new > .tab-content .personal-module .center-hello .other-info .welcome .time-tip {
  margin-right: 14px;
}
.section.profile.new > .tab-content .personal-module .center-hello .other-info .info-bottom {
  line-height: 66px;
}
.section.profile.new > .tab-content .personal-module .center-hello .other-info .info-bottom a {
  color: #152C57;
  padding-left: 24px;
  display: inline-block;
  margin-right: 25px;
  background: no-repeat 0 26px;
  transition: all 0.3s;
}
.section.profile.new > .tab-content .personal-module .center-hello .other-info .info-bottom a:hover {
  color: #02cba7;
}
.section.profile.new > .tab-content .personal-module .center-hello .other-info .info-bottom .no-read {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/no-read.png?cid=11524bc0c62869d4b44fd251756974a4');
}
.section.profile.new > .tab-content .personal-module .center-hello .other-info .info-bottom .please {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/please.png?cid=ff940a421b853e170d07fb1e73da3716');
}
.section.profile.new > .tab-content .tab-pane {
  background-color: #fff;
  margin-left: 226px;
  width: 862px;
  padding: 0 65px 70px 59px;
}
.section.profile.new > .tab-content .tab-pane-title {
  font-size: 18px;
  line-height: 1;
  padding: 39px 0 13px;
  border-bottom: 1px solid #E9E9E9;
  color: #30446A;
  font-weight: bold;
  margin-bottom: 17px;
}
.section.profile.new > .tab-content .tab-pane-content.hr {
  border-bottom: 1px solid #E9E9E9;
}
.section.profile.new > .tab-content .sub-title {
  font-size: 12px;
  font-weight: bold;
  color: #152C57;
  margin-bottom: 21px;
}
.section.profile.new > .tab-content .form-group {
  margin-bottom: 14px;
  font-size: 12px;
}
.section.profile.new > .tab-content .form-group .x-label {
  color: #152C57;
  display: inline-block;
  vertical-align: middle;
  line-height: 31px;
}
.section.profile.new > .tab-content .form-group .x-control {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.section.profile.new > .tab-content .form-group .x-control .ok,
.section.profile.new > .tab-content .form-group .x-control .no {
  margin-left: 15px;
  display: inline-block;
  line-height: 31px;
  vertical-align: middle;
}
.section.profile.new > .tab-content .form-group select.x-input {
  padding: 5px 0;
}
.section.profile.new > .tab-content .form-group .x-input {
  width: 130px;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
  border: 1px solid #D1D1D1;
  padding: 0;
  text-indent: 14px;
  color: #152C57;
}
.section.profile.new > .tab-content .form-group .x-input[readonly] {
  color: #aaa;
}
.section.profile.new > .tab-content .form-group .x-input[readonly]:focus {
  border-color: #D1D1D1;
}
.section.profile.new > .tab-content .form-group .x-input:focus {
  border-color: #02cba7;
}
.section.profile.new > .tab-content .form-group .ib {
  display: inline-block;
  line-height: 31px;
}
.section.profile.new > .tab-content .form-group .link {
  margin-left: 16px;
}
.section.profile.new > .tab-content .form-group .link a {
  color: #5C6CC0;
  cursor: pointer;
  text-decoration: underline;
}
.section.profile.new > .tab-content .form-group .icon {
  width: 14px;
  height: 14px;
  margin-right: 11px;
  vertical-align: middle;
}
.section.profile.new > .tab-content .form-group .icon.add {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/add.png?cid=250cac1b7ec48b66f3e5f7277b19d1cd');
}
.section.profile.new > .tab-content .form-group .icon.success {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/success.png?cid=7c98cfaa9f3c40b61b339beb3813ad2a');
}
.section.profile.new > .tab-content .form-group .icon.error {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/error.png?cid=605103c799bc6937bd44aeb77e293fff');
}
.section.profile.new > .tab-content .logo-box {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  vertical-align: bottom;
  font-size: 0;
  text-align: center;
}
.section.profile.new > .tab-content .logo-box img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.section.profile.new > .tab-content table.resetPwdAddr {
  border: 1px solid #DCDEE3;
  border-collapse: collapse;
  table-layout: fixed;
  color: #152C57;
  -ms-word-break: break-all;
  word-break: break-all;
}
.section.profile.new > .tab-content table.resetPwdAddr tr,
.section.profile.new > .tab-content table.resetPwdAddr td,
.section.profile.new > .tab-content table.resetPwdAddr th {
  border: 1px solid #DCDEE3;
  text-align: center;
}
.section.profile.new > .tab-content table.resetPwdAddr thead {
  background-color: #EFEFEF;
}
.section.profile.new > .tab-content table.resetPwdAddr th,
.section.profile.new > .tab-content table.resetPwdAddr td {
  text-align: center;
  padding: 15px 10px;
}
.section.profile.new > .tab-content table.resetPwdAddr .t-1 {
  width: 50px;
}
.section.profile.new > .tab-content table.resetPwdAddr .t-2 {
  width: 100px;
}
.section.profile.new > .tab-content table.resetPwdAddr .t-3 {
  width: 285px;
}
.section.profile.new > .tab-content table.resetPwdAddr .t-4 {
  width: 130px;
}
.section.profile.new > .tab-content table.resetPwdAddr .t-5 {
  width: 100px;
}
.section.profile.new > .tab-content table.resetPwdAddr .t-6 {
  width: 80px;
}
.section.profile.new > .tab-content table.resetPwdAddr .set-default {
  color: #FF5D34;
  text-decoration: underline;
}
.section.profile.new > .tab-content table.resetPwdAddr .set-defaulted {
  color: #FF5D34;
  border: 1px solid #FF5D34;
  padding: 7px 12px;
}
.section.profile.new .logo-modal {
  width: 394px;
  height: 374px;
  display: none;
  position: fixed;
  z-index: 10000;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -187px -197px;
  color: #30446A;
  z-index: 9000;
}
.section.profile.new .logo-modal .modal-heading {
  position: relative;
  color: #30446A;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  text-indent: 14px;
  background-color: #F8F8F8;
}
.section.profile.new .logo-modal .modal-close.icon {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/close.png?cid=b678a934931bb54acf1a27462d2713f3');
}
.section.profile.new .logo-modal .modal-close.icon:hover {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/close-hover.png?cid=6e3cd7b34bc0d1ecc461516e81b0d54b');
}
.section.profile.new .logo-modal .modal-footer {
  text-align: center;
}
.section.profile.new .logo-modal .btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #02CBA8;
  cursor: pointer;
  padding: 0;
  text-align: center;
  margin: 0;
}
.section.profile.new .logo-modal .btn:hover {
  background-color: #19A68E;
}
.section.profile.new .logo-modal .btn.disallow {
  background-color: #D9D9D9;
}
.section.profile.new .logo-modal .btn-cancel {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #959595;
  cursor: pointer;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.section.profile.new .logo-modal .btn-cancel:hover {
  background-color: #5F5D5D;
}
.section.profile.new .logo-modal .modal-content {
  text-align: center;
}
.section.profile.new .logo-modal .modal-content .tip-box {
  line-height: 1;
  padding: 16px 0 24px;
}
.section.profile.new .logo-modal .modal-content .img-box {
  width: 150px;
  height: 150px;
  margin: auto;
}
.section.profile.new .logo-modal .modal-content .img-box img {
  width: 100%;
  height: 100%;
}
.section.profile.new .logo-modal .modal-content .status-box {
  padding: 28px 0 19px;
}
.section.profile.new .logo-modal .modal-content .status-box span.err {
  color: #D0021B;
}
.section.profile.new .logo-modal .modal-content .status-box span.warn {
  color: #FF5D34;
}
.section.profile.new .logo-modal .modal-content .status-box span.success {
  color: #02CBA8;
}
.section.profile.new .logo-modal .modal-content .status-box #logo-upload {
  display: inline-block;
  color: #02CBA8;
  width: 100px;
  line-height: 18px;
  height: 18px;
  position: relative;
}
.section.profile.new .logo-modal .modal-content .status-box #logo-upload .item {
  width: 100%;
  height: 100%;
}
.section.profile.new .logo-modal .modal-content .status-box #logo-upload.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
}
.section.profile.new .logo-modal .modal-content .status-box .icon {
  width: 16px;
  height: 14px;
  margin-right: 7px;
  vertical-align: middle;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/camera.png?cid=7345b0b845e0ca095f39bf610079a8bf');
}
.section.profile.new .logo-modal .modal-content .btn-box .btn {
  width: 300px;
}
.section.profile.new .addr-modal {
  width: 562px;
  height: 430px;
  display: none;
  position: fixed;
  z-index: 10000;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -215px -281px;
}
.section.profile.new .addr-modal .modal-heading {
  position: relative;
  color: #30446A;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  text-indent: 14px;
  background-color: #F8F8F8;
}
.section.profile.new .addr-modal .modal-close.icon {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/close.png?cid=b678a934931bb54acf1a27462d2713f3');
}
.section.profile.new .addr-modal .modal-close.icon:hover {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/close-hover.png?cid=6e3cd7b34bc0d1ecc461516e81b0d54b');
}
.section.profile.new .addr-modal .modal-footer {
  text-align: center;
}
.section.profile.new .addr-modal .btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #02CBA8;
  cursor: pointer;
  padding: 0;
  text-align: center;
  margin: 0;
}
.section.profile.new .addr-modal .btn:hover {
  background-color: #19A68E;
}
.section.profile.new .addr-modal .btn.disallow {
  background-color: #D9D9D9;
}
.section.profile.new .addr-modal .btn-cancel {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #959595;
  cursor: pointer;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.section.profile.new .addr-modal .btn-cancel:hover {
  background-color: #5F5D5D;
}
.section.profile.new .addr-modal .modal-content {
  padding: 39px 41px 0;
}
.section.profile.new .addr-modal .modal-content textarea.err,
.section.profile.new .addr-modal .modal-content input.err {
  border-color: #D0021B;
}
.section.profile.new .addr-modal .modal-content label {
  display: inline-block;
  width: 70px;
  line-height: 36px;
}
.section.profile.new .addr-modal .modal-content .row-1 {
  width: 125px;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  margin-bottom: 19px;
}
.section.profile.new .addr-modal .modal-content .row-2 {
  width: 119px;
  border-radius: 0;
  height: 36px;
  margin-left: 26px;
  margin-bottom: 15px;
}
.section.profile.new .addr-modal .modal-content .row-2.first {
  margin: 0;
}
.section.profile.new .addr-modal .modal-content .row-3 {
  vertical-align: top;
  width: 383px;
  height: 85px;
  margin-bottom: 17px;
  resize: none;
}
.section.profile.new .addr-modal .modal-content .row-4 {
  width: auto;
  position: relative;
  cursor: pointer;
  line-height: 16px;
}
.section.profile.new .addr-modal .modal-content .row-4 .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/cb.png?cid=4a3115ddb7e9ee9192dddea9927a6f83');
}
.section.profile.new .addr-modal .modal-content .row-4 .icon.icon-true {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/cbc.png?cid=7f9860ff5907da55d9fa4b2a69f69a97');
}
.section.profile.new .addr-modal .modal-content .row-4 > * {
  display: inline-block;
  vertical-align: middle;
}
.section.profile.new .addr-modal .modal-content .err-msg {
  text-align: center;
  color: #D0021B;
  height: 40px;
  line-height: 40px;
}
.section.profile.new .addr-modal .modal-content .err-msg > * {
  vertical-align: middle;
}
.section.profile.new .addr-modal .modal-footer .btn {
  margin: 0;
  width: 215px;
}
.section.profile.new .addr-modal .modal-footer .btn-cancel {
  width: 215px;
  margin-left: 37px;
}
.section.profile.new .x-modal {
  width: 397px;
  height: 382px;
  display: none;
  position: fixed;
  z-index: 10000;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -191px -198.5px;
  font-size: 12px;
}
.section.profile.new .x-modal .modal-heading {
  position: relative;
  color: #30446A;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  text-indent: 14px;
  background-color: #F8F8F8;
}
.section.profile.new .x-modal .modal-close.icon {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/close.png?cid=b678a934931bb54acf1a27462d2713f3');
}
.section.profile.new .x-modal .modal-close.icon:hover {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/close-hover.png?cid=6e3cd7b34bc0d1ecc461516e81b0d54b');
}
.section.profile.new .x-modal .modal-footer {
  text-align: center;
}
.section.profile.new .x-modal .btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #02CBA8;
  cursor: pointer;
  padding: 0;
  text-align: center;
  margin: 0;
}
.section.profile.new .x-modal .btn:hover {
  background-color: #19A68E;
}
.section.profile.new .x-modal .btn.disallow {
  background-color: #D9D9D9;
}
.section.profile.new .x-modal .btn-cancel {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #959595;
  cursor: pointer;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.section.profile.new .x-modal .btn-cancel:hover {
  background-color: #5F5D5D;
}
.section.profile.new .x-modal.small {
  width: 397px;
  height: 320px;
  display: none;
  position: fixed;
  z-index: 10000;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -160px -198.5px;
}
.section.profile.new .x-modal.small .modal-heading {
  position: relative;
  color: #30446A;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  text-indent: 14px;
  background-color: #F8F8F8;
}
.section.profile.new .x-modal.small .modal-close.icon {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/close.png?cid=b678a934931bb54acf1a27462d2713f3');
}
.section.profile.new .x-modal.small .modal-close.icon:hover {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/close-hover.png?cid=cd1782e81aa9e2d07b59725305886ec2');
}
.section.profile.new .x-modal.small .modal-footer {
  text-align: center;
}
.section.profile.new .x-modal.small .btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #02CBA8;
  cursor: pointer;
  padding: 0;
  text-align: center;
  margin: 0;
}
.section.profile.new .x-modal.small .btn:hover {
  background-color: #19A68E;
}
.section.profile.new .x-modal.small .btn.disallow {
  background-color: #D9D9D9;
}
.section.profile.new .x-modal.small .btn-cancel {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #959595;
  cursor: pointer;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.section.profile.new .x-modal.small .btn-cancel:hover {
  background-color: #5F5D5D;
}
.section.profile.new .x-modal .modal-heading {
  background-color: #F8F8F8;
  line-height: 40px;
  height: 40px;
  padding: 0 17px;
  font-size: 14px;
  font-weight: bold;
}
.section.profile.new .x-modal .modal-content {
  padding: 10px 55px 0;
}
.section.profile.new .x-modal .modal-content .error-msg {
  color: #D0021B;
  margin: 13px 0;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.section.profile.new .x-modal .modal-content .error-msg > * {
  vertical-align: middle;
}
.section.profile.new .x-modal .modal-content .error-msg .bind-tip {
  color: #02CBA8;
}
.section.profile.new .x-modal .modal-content .form-row {
  margin-top: 15px;
  line-height: 35px;
}
.section.profile.new .x-modal .modal-content .form-row > * {
  display: inline-block;
  vertical-align: middle;
}
.section.profile.new .x-modal .modal-content .form-row.short input {
  width: 107px;
  border-right: 0;
}
.section.profile.new .x-modal .modal-content label {
  width: 70px;
}
.section.profile.new .x-modal .modal-content input {
  width: 204px;
  height: 34px;
  line-height: 36px;
  padding: 0 5px;
  border-color: #979797;
}
.section.profile.new .x-modal .modal-content input.err {
  border-color: #D0021B;
}
.section.profile.new .x-modal .modal-content .volid-code {
  width: 97px;
  height: 36px;
  text-align: center;
}
.section.profile.new .x-modal .modal-content .volid-code img {
  width: 100%;
  height: 100%;
  display: block;
}
.section.profile.new .x-modal .modal-content .msg-btn {
  width: 96px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #30446A;
  color: #fff;
  border: 1px solid #30446A;
}
.section.profile.new .x-modal .modal-content .msg-btn.re-send {
  color: #30446A;
  background-color: #fff;
}
.section.profile.new .x-modal .modal-footer .btn {
  width: 286px;
}
.section.profile.new .error-modal {
  width: 350px;
  height: 150px;
  display: none;
  position: fixed;
  z-index: 10000;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -75px -175px;
}
.section.profile.new .error-modal .modal-heading {
  position: relative;
  color: #30446A;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  text-indent: 14px;
  background-color: #F8F8F8;
}
.section.profile.new .error-modal .modal-close.icon {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/close.png?cid=0a3d2c019512f1e92c74111ecdd0af1c');
}
.section.profile.new .error-modal .modal-close.icon:hover {
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/close-hover.png?cid=cd1782e81aa9e2d07b59725305886ec2');
}
.section.profile.new .error-modal .modal-footer {
  text-align: center;
}
.section.profile.new .error-modal .btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #02CBA8;
  cursor: pointer;
  padding: 0;
  text-align: center;
  margin: 0;
}
.section.profile.new .error-modal .btn:hover {
  background-color: #19A68E;
}
.section.profile.new .error-modal .btn.disallow {
  background-color: #D9D9D9;
}
.section.profile.new .error-modal .btn-cancel {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #959595;
  cursor: pointer;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.section.profile.new .error-modal .btn-cancel:hover {
  background-color: #5F5D5D;
}
.section.profile.new .error-modal .modal-heading {
  background-color: #F8F8F8;
  line-height: 40px;
  height: 40px;
  padding: 0 17px;
  font-size: 14px;
  font-weight: bold;
}
.section.profile.new .error-modal .modal-content {
  text-align: center;
  line-height: 110px;
}
.section.profile.new .shadow {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url('https://cdn-www.xiaoluyouxuan.com/assets/images/shadow.png?cid=a27f07ce9a024ae5e5b3d2545cfb1128');
}
.section.profile.new .pointer {
  cursor: pointer;
}
.section.profile.new .icon-pen {
  display: inline-block;
  width: 11px;
  height: 12px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/pen.png?cid=0e2444b51a4633c3d0b3064c28f9c811');
  vertical-align: middle;
  margin-left: 10px;
}
.section.profile.new .icon-mark {
  display: inline-block;
  width: 15px;
  height: 16px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/mark.png?cid=d755a0eeae37043c916a5ce5116c6778');
  vertical-align: middle;
  margin-right: 10px;
}
.section.profile.new .message-box {
  margin-top: 10px;
}
.section.profile.new .message-box .other {
  display: inline;
  line-height: 18px;
}
.section.profile.new .message-box .other span {
  margin-left: 14px;
  margin-right: 32px;
  font-size: 12px;
  font-weight: normal;
}
.section.profile.new .message-box .list {
  line-height: 28px;
  margin-left: -16px;
}
.section.profile.new .message-box .list .msg-date {
  color: #152C57;
}
.section.profile.new .message-box .list li > div {
  padding-left: 16px;
}
.section.profile.new .message-box .list .msg-content {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/center/read_point.png?cid=0c525e293eb1693e1ae05dc2f36d26b5') left 10px no-repeat;
}
.section.profile.new .message-box .list .msg-content a {
  text-decoration: none;
  color: #30446A;
  cursor: text;
}
.section.profile.new .message-box .list .msg-content a.link {
  text-decoration: underline;
  cursor: pointer;
}
.section.profile.new .message-box .list .msg-content a.link:hover {
  color: #02CBA8;
}
.section.profile.new .message-box .list .did-read .msg-content {
  background-image: none;
}
.ui-datepicker select {
  padding: 0;
  vertical-align: top;
}
.ms-controller {
  visibility: hidden;
}
.m-p-0 {
  margin-top: 0px;
}
.section.filter {
  width: 1212px;
  font-size: 14px;
  box-sizing: border-box;
}
.section.filter .resultName {
  font-size: 14px;
  color: #616161;
  letter-spacing: 1.14px;
  line-height: 60px;
}
.section.filter .resultName span.tab {
  margin-left: 36px;
}
.section.filter .resultName span.len {
  color: #fe6627;
}
.section.filter .resultName span.can-click {
  cursor: pointer;
}
.section.filter .resultName span.can-click:hover {
  color: #fe6627;
}
.section.filter label {
  display: inline-block;
  font-size: 14px;
  color: #616161;
  letter-spacing: 1.29px;
  vertical-align: top;
  width: 8%;
  text-indent: 24px;
  line-height: 44px;
}
.section.filter .category {
  background: #fff;
  border-radius: 4px;
}
.section.filter .category ul {
  display: inline-block;
  width: 90%;
  position: relative;
  z-index: 9;
}
.section.filter .category.category-other {
  position: relative;
  z-index: 9;
}
.section.filter .category.category-other li.bp-name {
  position: relative;
  display: inline-block;
  border: 1px solid #616161;
  line-height: 26px;
  padding: 0 12px 0 28px;
  margin: 8px 54px 8px 0;
  background: #fff;
  cursor: pointer;
}
.section.filter .category.category-other li.bp-name a {
  color: #616161;
}
.section.filter .category.category-other li.bp-name .children {
  position: relative;
  width: 1180px;
  left: 0;
  top: 34px;
  border: 1px solid #616161;
}
.section.filter .category.category-other li.bp-name.active i {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/up2.png?cid=502caa6ddac6082bd1ff56109d5eb218') left top no-repeat;
}
.section.filter .category.category-other li.bp-name.active a {
  color: #fe6627;
}
.section.filter .category.category-other li.bp-name i {
  display: inline-block;
  width: 7px;
  height: 4px;
  vertical-align: middle;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/down2.png?cid=dc28c5e72593bb21db838288fa7483ce') left top no-repeat;
  margin-left: 18px;
}
.section.filter .category.category-other li.bp-name a:hover {
  color: #fe6627;
}
.section.filter .category.category-other .children {
  position: absolute;
  top: 44px;
  width: 100%;
  border: 1px solid #616161;
  background: #fff;
  z-index: 11;
}
.section.filter .category.category-other .children ul {
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  line-height: 40px;
}
.section.filter .category.category-other .children ul li {
  display: inline-block;
  line-height: 20px;
  padding: 0 10px;
  margin-right: 20px;
  font-size: 14px;
  color: #616161;
  border: 1px solid #fff;
  cursor: pointer;
  box-sizing: border-box;
}
.section.filter .category.category-other .children ul li:hover,
.section.filter .category.category-other .children ul li.active {
  border: 1px solid #fe6627;
  color: #fe6627;
}
.section.filter .category.category-other .children ul li.more-item {
  padding: 0 30px 0 10px;
}
.section.filter .category.category-other .children ul li.more-item.active {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/close-3.png?cid=85c088ddff07384625d0283d46d751d4') right center no-repeat;
}
.section.filter .category.category-other .children ul li.more-item.active:hover {
  border: 1px solid #fe6627;
}
.section.filter .category.category-other .children ul li.more-item:hover {
  border: 1px solid transparent;
}
.section.filter .category.category-other .children ul li.more-item:hover.active {
  border: 1px solid #fe6627;
}
.section.filter .category.category-other .children .more {
  position: absolute;
  right: 40px;
  top: 0;
  font-size: 14px;
  line-height: 40px;
  color: #616161;
  cursor: pointer;
}
.section.filter .category.category-other .children .action {
  width: 240px;
  margin: 0px auto;
  cursor: pointer;
  line-height: 30px;
  margin-bottom: 10px;
}
.section.filter .category.category-other .children .action > div {
  display: inline-block;
  width: 74px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #616161;
  background: #fff;
  margin-right: 20px;
}
.section.filter .category.category-other .children .action > div.disabled {
  border: 1px solid #8E8E8E;
  color: #8E8E8E;
}
.section.filter .condition {
  display: inline-block;
  position: relative;
  min-width: 96px;
  min-width: 72px\9;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: border 0.15s ease-in-out;
  margin: 8px 10px 8px 0;
}
.section.filter .condition a {
  color: #616161;
}
.section.filter .condition:hover,
.section.filter .condition.active {
  border-color: #fe6627;
  border: 1px solid #fe6627;
}
.section.filter .condition:hover:before,
.section.filter .condition.active:before {
  opacity: 1;
}
.section.filter .condition:hover a,
.section.filter .condition.active a {
  color: #fe6627;
}
.filter-box .empty-wrapper {
  display: none;
}
.filter-box ul {
  margin-top: 0px !important;
}
.filter-box .sort:after {
  display: block;
  width: 100%;
  height: 0;
  content: ' ';
  clear: both;
}
.filter-box .sort a {
  font-size: 14px;
  color: #616161;
  letter-spacing: 1.14px;
  padding: 0 25px 0 0;
  cursor: pointer;
}
.filter-box .sort a:hover,
.filter-box .sort a.active {
  color: #F07062;
}
.filter-box .sort .left {
  float: left;
}
.filter-box .sort .left .price {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/up.png?cid=dbe5c6b6fb2deb15f87df46b0251f22d') 34px center no-repeat;
}
.filter-box .sort .left .price.price_up {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/up_hover.png?cid=b5fc4e166f4244a1dcd1e0e70de6fbbb') 34px center no-repeat;
}
.filter-box .sort .left .price.price_down {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/down_hover.png?cid=b16f50bca1cac30143f43ea13a5c964d') 34px center no-repeat;
}
.filter-box .sort .right {
  float: right;
}
.filter-box .sort .right a {
  padding: 0 25px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/filter.png?cid=35b67322ee43346df907c8ec9d3084cb') 10px center no-repeat;
}
.filter-box .sort .right a.active {
  color: #616161;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/icon/filter_s.png?cid=daa679fbca5c794df9dee292fe653211') 10px center no-repeat;
}
.filter-box .pageation {
  height: 66px;
}
.footer-wrapper {
  height: 382px;
  background: #fff;
  color: #3C3D41;
  box-sizing: border-box;
  overflow: hidden;
}
.footer-wrapper .footer {
  width: 1212px;
  margin: auto;
}
.footer-wrapper .footer .processBox {
  height: 74px;
  margin-top: 38px;
  text-align: center;
}
.footer-wrapper .side-left {
  /*margin-top: 45px;*/
  color: #3C3D41;
}
.footer-wrapper .side-left li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 24px;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 24px;
}
.footer-wrapper .side-left li._title {
  margin-right: 10px;
}
.footer-wrapper .side-left a {
  color: #3C3D41;
}
.footer-wrapper .side-left a:hover {
  color: #02CBA8;
}
.footer-wrapper .side-left p {
  line-height: 24px;
}
.footer-wrapper .side-left p.Copyright {
  font-size: 14px;
  color: #3C3D41;
  letter-spacing: 0.7px;
}
.footer-wrapper .side-right {
  padding-top: 7px;
  font-size: 0;
  white-space: nowrap;
}
.footer-wrapper .side-right > div {
  margin-left: 42px;
}
.footer-wrapper .side-right img {
  margin-right: 20px;
  width: 46px;
  vertical-align: top;
}
.footer-wrapper .side-right img.foot-icon {
  margin-right: 26px;
}
.footer-wrapper .side-right img.qr-code {
  width: 128px;
  height: 128px;
}
.footer-wrapper .side-right .title {
  font-size: 16px;
  line-height: 32px;
}
.footer-wrapper .side-right p {
  font-size: 14px;
  line-height: 24px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  /* IE10 Windows Phone 8 Fixes */
}
.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container .swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container .swiper-slide {
  width: 100%;
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
}
.swiper-container .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-container .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.swiper-container .swiper-pagination {
  position: relative;
  top: -20px;
  text-align: center;
}
.swiper-container .swiper-pagination .pagination {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: default;
}
.swiper-container .swiper-pagination .pagination .swiper-pagination-switch {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  background: #ffffff;
  margin-left: 10px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.swiper-container .swiper-pagination .pagination .swiper-pagination-switch:first-child {
  margin-left: 0;
}
.swiper-container .swiper-pagination .pagination .swiper-pagination-switch.swiper-active-switch,
.swiper-container .swiper-pagination .pagination .swiper-pagination-switch:hover {
  background: #4461C6;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://cdn-www.xiaoluyouxuan.com/assets/fonts/glyphicons-halflings-regular.eot?cid=4a9167ea90ecb5db8b553e03a77c9a92');
  src: url('https://cdn-www.xiaoluyouxuan.com/assets/fonts/glyphicons-halflings-regular.eot?#iefix?cid=ffda54c82de326943dc3b62d9b9a763e') format('embedded-opentype'), url('https://cdn-www.xiaoluyouxuan.com/assets/fonts/glyphicons-halflings-regular.woff2?cid=5238d0e7a997898ea3731d268f82097b') format('woff2'), url('https://cdn-www.xiaoluyouxuan.com/assets/fonts/glyphicons-halflings-regular.woff?cid=e17cb4d35e7d588864de78680bd67826') format('woff'), url('https://cdn-www.xiaoluyouxuan.com/assets/fonts/glyphicons-halflings-regular.ttf?cid=da18b86a9a3fb301b789acb295492f0c') format('truetype'), url('https://cdn-www.xiaoluyouxuan.com/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular?cid=54b7f13ac028297564ebbd1b223273cd') format('svg');
}
@font-face {
  font-family: 'big_johnregular';
  src: url('https://cdn-www.xiaoluyouxuan.com/assets/fonts/big-webfont.woff2?cid=4b0c51cacfaffce7711f5ffe4a7745dc') format('woff2'), url('https://cdn-www.xiaoluyouxuan.com/assets/fonts/big-webfont.woff?cid=1581f1df47e6162b4c5678056c70174d') format('woff');
  font-weight: normal;
  font-style: normal;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background: #f6f6f6;
  white-space: nowrap;
}
.str_wrap.str_active {
  background: #f1f1f1;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.top_box {
  width: 100%;
  height: 72px;
  background: #020307;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}
.top_box .nav_box {
  max-width: 1212px;
  min-width: 930px;
  margin: 0 auto;
}
.top_box .nav_box .logo_box {
  height: 72px;
  line-height: 72px;
}
.top_box .nav_box .logo_box img {
  width: 145px;
  height: 40px;
}
.top_box .nav_box .nav_tab {
  margin-left: 85px;
}
.top_box .nav_box .nav_tab li {
  float: left;
  height: 72px;
  line-height: 72px;
  padding: 0 34px;
}
.top_box .nav_box .nav_tab li a {
  color: #e1e0e5;
  font-size: 18px;
}
.top_box .nav_box .login_box li {
  float: left;
  height: 72px;
  line-height: 72px;
}
.top_box .nav_box .login_box li a {
  font-size: 14px;
  color: #e1e0e5;
}
.top_box .nav_box .login_box li.line {
  color: #6c6d71;
  margin: 0 5px;
  font-size: 12px;
}
.page_one {
  width: 100%;
  height: 864px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/xlhh/1.png?cid=db088abe865ccc28e51528a1949b7262') no-repeat center center;
}
.page_one .video_box {
  max-width: 1212px;
  min-width: 930px;
  height: 864px;
  position: relative;
  margin: 0 auto;
}
.page_one .video_box .text_box {
  position: absolute;
  top: 560px;
  left: 695px;
}
.page_one .video_box .text_box p {
  height: 28px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/xlhh/icon_video_n.png?cid=763fa05989f1564acc5c799451e3314c') no-repeat left center;
  padding-left: 35px;
}
.page_one .video_box .text_box p a {
  color: #5b99d4;
  font-size: 18px;
}
.page_two {
  width: 100%;
  /*height: 870px;
    background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/xlhh/2.png?cid=476fa9c46894da6a7652a84aa0bc7940') no-repeat center center;*/
}
.page_two img {
  width: 100%;
}
.page_three {
  width: 100%;
  height: 870px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/xlhh/3.png?cid=826e9275d441b79713a42c4923be628a') no-repeat center center;
}
.page_four {
  width: 100%;
  height: 624px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/xlhh/4.png?cid=21b20f7c6bd1a68724a07a4c632920cc') no-repeat center center;
}
.page_five {
  width: 100%;
  height: 867px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/xlhh/5.png?cid=73f7b6681063897493d22e32a1f92c86') no-repeat center center;
}
.page_six {
  width: 100%;
  height: 870px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/xlhh/6.png?cid=9ac3f2a698a65789a717b6df503521f8') no-repeat center center;
}
.page_six .list_box {
  max-width: 1212px;
  min-width: 930px;
  height: 870px;
  margin: 0 auto;
}
.page_six .list_box li {
  width: 25%;
  text-align: left;
  float: left;
  margin-top: 700px;
  text-indent: 7em;
}
.page_six .list_box li a {
  color: #7aa5e9;
  font-size: 14px;
}
.page_seven {
  width: 100%;
  height: 870px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/xlhh/7.png?cid=d328be4ad631a17de828caa7b01d9329') no-repeat center center;
}
.page_seven .scroll_box {
  max-width: 1212px;
  min-width: 930px;
  height: 870px;
  margin: 0 auto;
}
.page_seven .scroll_box .left_box,
.page_seven .scroll_box .right_box {
  width: 537px;
  height: 565px;
  margin-top: 190px;
  overflow: hidden;
}
.page_seven .scroll_box .left_box {
  margin-right: 126px;
}
.page_seven .scroll_box .left_box .imgBox {
  margin-right: 13px;
  width: 50px;
}
.page_seven .scroll_box .left_box .imgBox img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.page_seven .scroll_box .left_box .infoBox {
  width: 425px;
}
.page_seven .scroll_box .left_box .infoBox .user_info span {
  font-size: 12px;
}
.page_seven .scroll_box .left_box .infoBox .user_info span.phone_num {
  color: #fff;
}
.page_seven .scroll_box .left_box .infoBox .user_info span.date {
  color: #92938d;
}
.page_seven .scroll_box .left_box .infoBox .text_box {
  clear: both;
  padding-top: 15px;
  height: 40px;
  overflow: hidden;
}
.page_seven .scroll_box .left_box .infoBox .text_box p {
  color: #acacac;
  font-size: 12px;
  line-height: 20px;
}
.page_seven .scroll_box .right_box li:hover {
  cursor: pointer;
}
.page_seven .scroll_box .right_box li h3 a:hover {
  color: #eaeae8;
}
.page_seven .scroll_box .right_box li p a:hover {
  color: #acacac;
}
.page_seven .scroll_box .right_box .imgBox {
  width: 100px;
  margin-right: 22px;
}
.page_seven .scroll_box .right_box .imgBox img {
  width: 100px;
  height: 75px;
}
.page_seven .scroll_box .right_box .infoBox {
  width: 366px;
}
.page_seven .scroll_box .right_box .infoBox .title_box h3 a {
  font-size: 14px;
  color: #eaeae8 !important;
  font-weight: normal;
  display: block;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_seven .scroll_box .right_box .infoBox .text_box {
  padding-top: 15px;
  height: 40px;
}
.page_seven .scroll_box .right_box .infoBox .text_box p a {
  color: #acacac !important;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.page_seven .scroll_box li {
  height: 96px;
  width: 488px;
  margin: 0 auto;
  border-bottom: 1px solid #404145;
  padding-top: 32px;
}
.str_wrap,
.str_wrap.str_active {
  background: none;
}
.top_box {
  width: 100%;
  height: 84px;
  background: #020307;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}
.top_box .nav_box {
  max-width: 1212px;
  min-width: 930px;
  margin: 0 auto;
}
.top_box .nav_box .logo_box {
  height: 84px;
  line-height: 84px;
}
.top_box .nav_box .logo_box img {
  width: 145px;
  height: 40px;
}
.top_box .nav_box .nav_tab {
  margin-left: 108px;
}
.top_box .nav_box .nav_tab li {
  float: left;
  height: 84px;
  line-height: 84px;
  padding: 0 34px;
}
.top_box .nav_box .nav_tab li a {
  color: #fff;
  font-size: 16px;
}
.top_box .nav_box .login_box li {
  float: left;
  height: 84px;
  line-height: 84px;
  margin-right: 49px;
}
.pageOne {
  width: 100%;
  background: #fffff8;
  height: 292px;
  margin-top: 84px;
}
.pageOne .showBox {
  width: 1212px;
  margin: 0 auto;
  text-align: center;
  height: 292px;
  line-height: 292px;
}
.pageTwo {
  width: 100%;
  height: 642px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/one.jpg?cid=732d0b95a3dd149072fa8568abb29a41') no-repeat center;
}
.pageThree {
  width: 100%;
  height: 780px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/two.jpg?cid=3b24192711195760e056f262796d250e') no-repeat center;
}
.pageFour {
  width: 100%;
  height: 709px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/three.jpg?cid=eaf01c4d2b8799de857ea918434fcd82') no-repeat center;
}
.pageFive {
  width: 100%;
  height: 743px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/four.jpg?cid=ace4946b226c5372940612c12e40dfc8') no-repeat center;
}
.pageSix {
  width: 100%;
  height: 741px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/five.jpg?cid=1b6b4c41a87af0699256760717d0433b') no-repeat center;
}
.pageSeven {
  width: 100%;
  height: 843px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/six.jpg?cid=22d547c86781a8b5dbf590e97a27e907') no-repeat center;
}
.pageEight {
  width: 100%;
  height: 680px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/seven.jpg?cid=371f08b00f0fe5cef9aa28f22766e2ca') no-repeat center;
}
.pageEight .showBox {
  width: 1212px;
  text-align: center;
  margin: 0 auto;
}
.pageEight .showBox img {
  padding-top: 446px;
}
.rightBox {
  width: 124px;
  position: fixed;
  right: 50px;
  top: 530px;
}
.rightBox .linkBox img {
  width: 100%;
  height: 32px;
}
.rightBox weBox img {
  width: 100%;
  height: 152px;
}
.showOrderBox {
  width: 100%;
  height: 968px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/showorder/bj.jpg?cid=0d8357aadd1dc39e91f3e4fa23ad16f1') no-repeat center;
  padding-top: 40px;
}
.showOrderBox .content {
  width: 1212px;
  height: 729px;
  margin: 0 auto;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/showorder/alert.png?cid=3e5fe5b26e8b4bfe611811e57e5f9308') no-repeat center;
}
.showOrderBox .content .titleBox {
  width: 185px;
  height: 83px;
  margin: 0 auto;
  padding-top: 93px;
}
.showOrderBox .content .titleBox img {
  width: 185px;
  height: 83px;
}
.showOrderBox .content .infoBox {
  padding: 0 110px;
}
.showOrderBox .content .infoBox h3 {
  font-size: 18px;
  color: #555;
  padding: 30px 0;
}
.showOrderBox .content .infoBox .showorder li {
  font-size: 16px;
  color: #555;
  line-height: 42px;
}
.showOrderBox .content .infoBox .btnBox {
  margin-top: 90px;
}
.showOrderBox .content .infoBox .btnBox li a {
  display: block;
  width: 162px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
.showOrderBox .content .infoBox .btnBox li.leftBtn {
  float: left;
  margin-left: 257px;
}
.showOrderBox .content .infoBox .btnBox li.leftBtn a {
  background: #ff6724;
}
.showOrderBox .content .infoBox .btnBox li.rightBtn {
  float: right;
  margin-right: 257px;
}
.showOrderBox .content .infoBox .btnBox li.rightBtn a {
  background: #33b682;
}
.showOrderBox .weBox {
  width: 194px;
  height: 178px;
  margin: 0 auto;
  margin-top: 30px;
}
.showOrderBox .weBox img {
  width: 194px;
  height: 178px;
}
.coupon-box .tabsBox {
  height: 40px;
}
.coupon-box .tabsBox li {
  float: left;
  margin-right: 67px;
}
.coupon-box .tabsBox li a {
  color: #666666;
  font-size: 14px;
}
.coupon-box .tabsBox li.active a,
.coupon-box .tabsBox li:hover a {
  color: #33b682;
}
.coupon-box .couponBoxList {
  padding-top: 23px;
  background: #fff;
  width: 100%;
}
.coupon-box .couponBoxList ul {
  width: 110%;
}
.coupon-box .couponBoxList ul:after {
  display: block;
  width: 100%;
  height: 0;
  content: ' ';
  clear: both;
}
.coupon-box .couponBoxList li {
  position: relative;
  box-sizing: border-box;
  width: 273px;
  height: 172px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/coupon_bj.png?cid=158af6544f1aae0418910085dcff119c') left top no-repeat;
  float: left;
  margin-right: 26px;
  margin-bottom: 16px;
  padding-top: 16px;
}
.coupon-box .couponBoxList li p {
  width: 200px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  font-size: 14px;
  color: #48b57e;
  margin-left: 50px;
}
.coupon-box .couponBoxList li p.new-money {
  font-size: 18px;
  height: 48px;
  line-height: 48px;
}
.coupon-box .couponBoxList li p.new-money span {
  font-family: 'big_johnregular';
  font-size: 30px;
  margin-right: 18px;
}
.coupon-box .couponBoxList li p.new-text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
}
.coupon-box .couponBoxList li:hover {
  cursor: pointer;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/coupon_bj.png?cid=158af6544f1aae0418910085dcff119c') 0 -180px no-repeat;
}
.coupon-box .couponBoxList li.ntIcon {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/coupon_bj.png?cid=158af6544f1aae0418910085dcff119c') 0 -720px no-repeat !important;
}
.coupon-box .couponBoxList li.newIcon {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/coupon_bj.png?cid=158af6544f1aae0418910085dcff119c') 0 -900px no-repeat !important;
}
.coupon-box .couponBoxList li.expired {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/coupon_bj.png?cid=158af6544f1aae0418910085dcff119c') 0 -360px no-repeat !important;
}
.coupon-box .couponBoxList li.useduse {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/coupon_bj.png?cid=158af6544f1aae0418910085dcff119c') 0 -540px no-repeat !important;
}
.coupon-box .couponBoxList li.myCoupon {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/coupon_bj.png?cid=158af6544f1aae0418910085dcff119c') left -1080px no-repeat;
}
.coupon-box .couponBoxList li.myCoupon:hover {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/coupon_bj.png?cid=158af6544f1aae0418910085dcff119c') left -1080px no-repeat;
}
.coupon-box .couponBoxList li.noData {
  background: none;
  text-align: center;
  width: 100%;
}
.coupon-box .moreBtn {
  clear: both;
  float: right;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.coupon-box .moreBtn:hover {
  color: #33b682;
}
.clear {
  clear: both;
}
.noMargin {
  margin-right: 0 !important;
}
#personCenter.invite .tab-content {
  margin-top: 12px;
}
#personCenter.invite .content {
  padding-top: 24px;
}
#personCenter.invite .content p {
  line-height: 26px;
  margin-bottom: 30px;
}
#personCenter.invite .content p.title {
  font-size: 18px;
  line-height: 1;
  padding: 39px 0 13px;
  color: #30446A;
  font-weight: bold;
  margin-bottom: 6px;
}
#personCenter.invite .content p span {
  border-bottom: 1px solid #02CBA8;
}
#personCenter.invite .content .code,
#personCenter.invite .content .link {
  line-height: 40px;
}
#personCenter.invite .content .code div,
#personCenter.invite .content .link div {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
#personCenter.invite .content .code .text,
#personCenter.invite .content .link .text {
  margin-left: 28px;
  margin-right: 14px;
  padding: 0 14px;
  color: #152C57;
  width: 140px;
  border: 1px solid #dddddd;
}
#personCenter.invite .content .code .copy,
#personCenter.invite .content .link .copy {
  padding: 0 22px;
  background: #02CBA8;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}
#personCenter.invite .content .code {
  margin-bottom: 28px;
}
#personCenter.invite .content .link .text {
  width: 520px;
}
#personCenter.invite .content .invite-record {
  width: 338px;
  background: #fbfbfb;
  border: 1px solid #dcdee3;
}
#personCenter.invite .content .invite-record li {
  width: 92%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}
#personCenter.invite .content .invite-record li div {
  width: 50%;
  text-align: center;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#personCenter.invite .content .invite-record li.title {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/solid-bg.png?cid=9631bc509e6367378a4007c6191eaa67') left bottom repeat-x;
}
#personCenter.invite .content .invite-record li:after {
  content: ' ';
  display: block;
  clear: both;
}
.about-content {
  width: 100%;
  padding-top: 72px;
}
.about-content > div {
  text-align: center;
}
.about-content #td-link {
  position: fixed;
  top: 400px;
  right: 100px;
  width: 133px;
  height: 167px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/td.png?cid=c25a9ef6da4243c648e732d629cdeeb4') left top no-repeat;
  cursor: pointer;
}
.about-content .c-1 {
  width: 100%;
  height: 450px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/bg_1.png?cid=c31b25ac06208a22759ef90b162e04af') center no-repeat;
}
.about-content .c-2 {
  width: 100%;
  height: 1013px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/bg_2.png?cid=be9ba4744e059860af9f5ec38bd69314') center no-repeat;
}
.about-content .c-2 img {
  margin-top: 244px;
}
.about-content .c-3 {
  width: 100%;
  height: 583px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/bg_3.png?cid=019310d1ca0099a26f7c6151f621dff0') center no-repeat;
}
.about-content .c-3 img {
  margin-top: 182px;
  padding-left: 320px;
}
.about-content .c-4 {
  width: 100%;
  height: 774px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/bg_4.png?cid=9dcfb01709cd0c3466637ebde0fbf901') center no-repeat;
}
.about-content .c-4 img {
  margin-top: 128px;
}
.about-content .c-5 {
  width: 100%;
  height: 774px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/bg_5.png?cid=cc6efbb902f0fe5c08723e04f04600db') center no-repeat;
}
.about-content .c-5 img {
  margin-top: 132px;
}
.about-content .c-6 {
  width: 100%;
  height: 931px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/bg_6.png?cid=c63f53467e061f0569ae6dab53f6bfce') center no-repeat;
}
.about-content .c-6 img {
  margin-top: 170px;
}
.about-content .c-7 {
  width: 100%;
  height: 1066px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/bg_7.png?cid=913344dca5b0fb04ec887afced2feb7d') center no-repeat;
}
.about-content .c-7 img {
  margin-top: 140px;
}
.about-content .c-8 {
  width: 100%;
  height: 931px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/bg_8.png?cid=039a50fb647c72c6b660a99dda93e733') center no-repeat;
}
.about-content .c-8 img {
  margin-top: 110px;
}
.about-content .c-9 {
  width: 100%;
  height: 839px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/bg_9.png?cid=9160df2d42c6c08d4b0af91c25808ee1') center no-repeat;
}
.about-content .c-9 img {
  margin-top: 100px;
}
.about-content .c-10 {
  width: 100%;
  height: 661px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/bg_10.png?v=2?cid=cdc5f925223ab6b9fdc6a576c5333ba6') center no-repeat;
}
.about-content .hd {
  width: 1212px;
  margin: 0 auto;
}
.about-content li {
  width: 355px;
  height: 455px;
  margin-right: 62px;
  float: left;
}
.about-content li.last {
  margin-right: 0;
}
.about-content .yq {
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/code.png?cid=f1b459eca1bd7be315530a757555177f') left top no-repeat;
}
.about-content .hb {
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/hb.png?cid=67fc299ff721faecc1ea00f127a29a22') left top no-repeat;
}
.about-content .quan {
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/quan2.png?cid=4f431d320cf5ae17ef4071f76c0b04aa') left top no-repeat;
}
.about-content .openModal {
  width: 185px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  background: url(https://cdn-www.xiaoluyouxuan.com/assets/images/about/code-btn.png)'https://cdn-www.xiaoluyouxuan.comundefined?cid=693e9af84d3dfcc71e640e005bdc5e2e'undefined left top no-repeat;
  text-align: center;
  margin: 379px auto 0;
  color: #152C57;
  cursor: pointer;
  border: none;
  outline: none;
}
.about-content .code-wrap {
  margin: 304px auto 0;
  width: 236px;
  height: 40px;
}
.about-content .code-wrap p {
  color: #fafafa;
  font-size: 20px;
}
.about-content .code-wrap #codeText {
  float: left;
  width: 144px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 2px;
  line-height: 40px;
  text-indent: 16px;
  margin-right: 12px;
  font-size: 16px;
  background: transparent;
  color: #fff;
}
.about-content .code-wrap #codeCopy {
  float: right;
  width: 72px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 2px;
  color: #02cba8;
  cursor: pointer;
}
.about-content .invite,
.about-content .headerLogin {
  width: 185px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/code-btn.png?cid=42b3b5f1c5e9269b7c5786d8ebec2c27') left top no-repeat;
  text-align: center;
  margin: 38px auto 0;
  color: #152C57;
  cursor: pointer;
}
.about-content .headerLogin {
  margin-top: 24px;
  display: block;
}
.about_mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/filter30.png?cid=ca71f634f2442098ca0d7ebc9b1306bc') left top repeat;
  z-index: 999999;
}
.about-modal {
  position: absolute;
  width: 600px;
  height: 771px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -385px;
  background: url('https://cdn-www.xiaoluyouxuan.comhttps://cdn-www.xiaoluyouxuan.com/assets/images/about/mocal.png?cid=7d03fefb2bd61d808d0b5c20091a0b14') center no-repeat;
}
.about-modal .closeModal {
  position: absolute;
  width: 72px;
  height: 72px;
  right: 0;
  top: 0;
  cursor: pointer;
}
#my_cart {
  position: relative;
  float: right;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/shopping/icon_gwc.png?cid=d07d5deee4159ca71b47602924c54cdd') left center no-repeat;
  text-indent: 10px;
  margin-left: 20px;
  color: #3C3D41;
}
#my_cart > a {
  border-right: none;
}
#my_cart span.count {
  color: #02cba7;
}
#my_cart:hover a {
  color: #02cba7;
}
#my_cart .cart-info {
  position: absolute;
  width: 318px;
  min-height: 84px;
  border: 1px solid #e0e0e0;
  right: -2px;
  top: 72px;
  border-radius: 2px;
  z-index: 99999;
  background: #fff;
  display: none;
}
#my_cart .cart-info:after {
  position: absolute;
  display: block;
  content: ' ';
  top: -12px;
  left: 254px;
  width: 23px;
  height: 12px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/shopping/gwc_jian_03.png?cid=5ce7ca250365ef11d27001824e5a3dd4') left top no-repeat;
}
#my_cart .cart-info .loading {
  text-align: center;
}
#my_cart .cart-info .list .no-data {
  text-align: center;
}
#my_cart .cart-info .list .cart-data {
  overflow: hidden;
}
#my_cart .cart-info .list ul {
  max-height: 345px;
  overflow-y: scroll;
  width: 104%;
  padding: 10px 0;
}
#my_cart .cart-info .list li {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 14px 4px 6px 10px;
  box-sizing: border-box;
  font-size: 14px;
}
#my_cart .cart-info .list li a {
  display: inline-block;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
}
#my_cart .cart-info .list li p {
  text-indent: 0;
  padding-left: 4px;
  height: 44px;
}
#my_cart .cart-info .list li:after {
  position: absolute;
  bottom: -4px;
  width: 94%;
  height: 0;
  display: block;
  content: ' ';
  border-bottom: 1px solid #efefef;
}
#my_cart .cart-info .list img {
  width: 60px;
  height: 60px;
  border: 1px solid #e0e0e0;
  float: left;
  border-radius: 2px;
}
#my_cart .cart-info .list p {
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
#my_cart .cart-info .list .info {
  width: 144px;
  float: left;
}
#my_cart .cart-info .list .info p {
  color: #9a9a9a;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
#my_cart .cart-info .list .price {
  float: right;
  max-width: 64px;
  width: 64px;
}
#my_cart .cart-info .list .price p {
  color: #9a9a9a;
}
#my_cart .cart-info.top-cart {
  right: 39px;
  top: -1px;
}
#my_cart .cart-info.top-cart:after {
  content: none;
}
#my_cart .cart-bottom {
  width: 100%;
  height: 62px;
  background: #f9f9f9;
}
#my_cart .cart-bottom .info {
  float: left;
  width: 176px;
  font-size: 12px;
  line-height: 22px;
  padding-top: 10px;
}
#my_cart .cart-bottom .info .total-price {
  color: #f05b57;
  vertical-align: baseline;
}
#my_cart .cart-bottom a {
  float: right;
  width: 106px;
  height: 42px;
  line-height: 42px;
  background: #02cba9;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  margin: 10px 16px 0 0 ;
  cursor: pointer;
  outline: none;
  border: none;
}
.CartList {
  width: 1212px;
  margin: 28px auto;
}
.CartList .no-data {
  width: 440px;
  height: 110px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/shopping/icon_gwc2.png?cid=a15c544405fa90d4ebb94b206844374f') left center no-repeat;
  margin: 180px auto;
}
.CartList .no-data p {
  line-height: 110px;
  font-size: 18px;
  color: #333333;
  text-indent: 110px;
}
.CartList .no-data p a {
  color: #02c9a8;
  padding-left: 6px;
  text-decoration: underline;
}
.CartList .no-data .line-2 p {
  line-height: 32px;
}
.CartList .no-data .line-2 p.guang {
  padding-top: 22px;
}
.CartList > div.list .b-checkbox {
  width: 124px;
}
.CartList > div.list .b-goods {
  width: 506px;
}
.CartList > div.list .b-price {
  width: 150px;
}
.CartList > div.list .b-quantity {
  width: 194px;
}
.CartList > div.list .b-sum {
  width: 128px;
}
.CartList > div.list .b-action {
  width: 98px;
}
.CartList > div.list i.checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/shopping/kuang.png?cid=6e0e7f81bb8af8d014c4d652957284e0') left top no-repeat;
  vertical-align: sub;
  margin-right: 6px;
  cursor: pointer;
}
.CartList > div.list i.checkbox.checked {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/shopping/gou.png?cid=02eaba662cffb9b5a8271e0cd5408481') left top no-repeat;
}
.CartList > div.list .cart-header {
  width: 100%;
  height: 80px;
  background: #fff;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.CartList > div.list .cart-header .b-goods {
  text-align: left;
  text-indent: 36px;
}
.CartList > div.list .cart-header > div {
  float: left;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  color: #5d5d5d;
  text-align: center;
}
.CartList > div.list .goods-item {
  height: 167px;
  background: #fff;
}
.CartList > div.list .goods-item > div {
  float: left;
  height: 166px;
  line-height: 166px;
  font-size: 14px;
  color: #5d5d5d;
  border-top: 1px solid #f7f7f7;
  text-align: center;
}
.CartList > div.list .goods-item > div i.checkbox {
  margin-left: -28px;
}
.CartList > div.list .goods-item > div.p-goods .p-img {
  width: 132px;
  height: 132px;
  float: left;
}
.CartList > div.list .goods-item > div.p-goods .p-item {
  float: left;
  margin-top: 45px;
  width: 370px;
}
.CartList > div.list .goods-item > div.p-goods .p-item p {
  line-height: 24px;
  text-align: left;
}
.CartList > div.list .goods-item > div.p-goods .p-item p.title {
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CartList > div.list .goods-item > div.p-goods .p-item p.zp {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 24px;
}
.CartList > div.list .goods-item > div.p-price {
  box-sizing: border-box;
  padding-top: 62px;
}
.CartList > div.list .goods-item > div.p-price p {
  line-height: 24px;
  font-size: 14px;
  color: #333333;
}
.CartList > div.list .goods-item > div.p-price p.actual_price {
  font-size: 12px;
  color: #bababa;
  text-decoration: line-through;
}
.CartList > div.list .goods-item > div.p-sum {
  color: #ef6759;
  font-size: 12px;
}
.CartList > div.list .goods-item > div.p-sum span {
  font-size: 14px;
}
.CartList > div.list .goods-item > div.p-action button {
  cursor: pointer;
  background: transparent;
  color: #b8b8b8;
  border: none;
  outline: none;
  padding: 4px 6px;
}
.CartList > div.list .cart-footer {
  width: 100%;
  height: 100px;
  background: #fff;
  margin-top: 10px;
}
.CartList > div.list .cart-footer.fixed {
  position: fixed;
  bottom: 0;
  width: 1212px;
  z-index: 9999;
}
.CartList > div.list .cart-footer .left {
  float: left;
  width: 300px;
  line-height: 100px;
  margin-left: 30px;
}
.CartList > div.list .cart-footer .left p {
  font-size: 16px;
  color: #323232;
}
.CartList > div.list .cart-footer .left p span {
  color: #ef6759;
}
.CartList > div.list .cart-footer .right {
  position: relative;
  float: right;
}
.CartList > div.list .cart-footer .right .details {
  float: left;
  padding: 20px;
}
.CartList > div.list .cart-footer .right .details p {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  color: #5d5d5d;
}
.CartList > div.list .cart-footer .right .details p.title {
  color: #ef6759;
}
.CartList > div.list .cart-footer .right .details p.title span {
  font-size: 24px;
}
.CartList > div.list .cart-footer .right .details p.title .yf {
  display: inline-block;
  width: 239px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/yf-bg.png?cid=fb3e604071175ab707f468eae9121fbe') left top no-repeat;
  color: #959393;
}
.CartList > div.list .cart-footer .right .details p.title .yf a {
  text-decoration: underline;
}
.CartList > div.list .cart-footer .right .details p.title .yf a:hover {
  color: #182f59;
}
.CartList > div.list .cart-footer .right .payInfo {
  width: 200px;
  height: 100%;
  float: right;
}
.CartList > div.list .cart-footer .right .payInfo a,
.CartList > div.list .cart-footer .right .payInfo button {
  display: inline-block;
  width: 200px;
  height: 100%;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: #02cba7;
  border: none;
  outline: none;
  cursor: pointer;
}
.add-to-cart {
  width: 1212px;
  margin: 0 auto;
}
.add-to-cart .succ-info {
  box-sizing: content-box;
  height: 76px;
  padding: 72px 0;
}
.add-to-cart .succ-info .left {
  float: left;
  margin-left: 60px;
}
.add-to-cart .succ-info .left i {
  display: inline-block;
  width: 72px;
  height: 72px;
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/shopping/add-succ.png?cid=cf7ce964ff67b6b8513cef9286f3b17e') left center no-repeat;
}
.add-to-cart .succ-info .left .info {
  display: inline-block;
  margin-left: 20px;
}
.add-to-cart .succ-info .left .info p {
  font-size: 16px;
  color: #5d5d5d;
  line-height: 32px;
}
.add-to-cart .succ-info .left .info p.title {
  line-height: 42px;
  font-size: 24px;
  color: #333333;
}
.add-to-cart .succ-info .right {
  float: right;
  margin-right: 60px;
  margin-top: 14px;
}
.add-to-cart .succ-info .right a {
  display: inline-block;
  width: 206px;
  height: 46px;
  line-height: 46px;
  background: #02c9a8;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.add-to-cart .succ-info .right a.goback {
  display: inline;
  font-size: 14px;
  color: #5d5d5d;
  text-decoration: underline;
  margin-left: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.unUse {
  color: #b8b8b8 !important;
}
.wuyi {
  background: #F2F2F2;
}
.wuyi a {
  display: block;
  font-family: MicrosoftYaHeiUI;
  font-size: 12px;
  color: #FF6527;
  letter-spacing: 1.43px;
  text-align: left;
  text-indent: 106px;
  line-height: 60px;
  margin-bottom: 40px;
}
.wuyi a.big {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/activity/gift_51_1.png?cid=31477693ea4c048305a69359229eb1e2') 35px center no-repeat;
}
.wuyi a.small {
  background: url('https://cdn-www.xiaoluyouxuan.com/assets/images/activity/gift_51_2.png?cid=87fba6a38cd22fbaf798627ba616cfb3') 35px center no-repeat;
}
.pagination {
  cursor: pointer;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  float: left;
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #3C3D41;
  background-color: #fff;
  border: 1px solid #eaeaea;
  margin-right: 5px;
  margin-left: -1px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #03fdd0;
  border-color: #02cba7;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #02cba7;
  border-color: #02cba7;
  cursor: pointer;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: inherit;
}
