/********
样式 2022-02-09 09:14
上次版本 2022-01-15 09:14
********/
/******** 引入字体 ********/
@font-face {
  font-family: "Monda";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/monda/Monda-Regular.eot");
  src: local("☺"),
       url("../fonts/monda/Monda-Regular.woff2") format("woff2"),
       url("../fonts/monda/Monda-Regular.woff") format("woff"),
       url("../fonts/monda/Monda-Regular.ttf") format("truetype"),
       url("../fonts/monda/Monda-Regular.svg") format("svg");
}

@font-face {
  font-family: "Monda";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/monda/Monda-Bold.eot");
  src: local("☺"),
       url("../fonts/monda/Monda-Bold.woff2") format("woff2"),
       url("../fonts/monda/Monda-Bold.woff") format("woff"),
       url("../fonts/monda/Monda-Bold.ttf") format("truetype"),
       url("../fonts/monda/Monda-Bold.svg") format("svg");
}

@font-face {
  font-family: Monda_patch;
  src: local('Microsoft Yahei'), local('sans-serif');
  unicode-range: U+b7;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/materialicons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: url(../fonts/materialicons/MaterialIcons-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/materialicons/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/materialicons/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/materialicons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /*line-height: 1;*/
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  /*cursor: default;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}




/******** 重置样式 ********/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-appearance: none;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  /*height: 100%;*/
  /*scroll-behavior: smooth;*/
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #666;
}
hr {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 10px 0;
}
input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
  padding: 0;
}

/******** 通用 ********/
body {
  font-family: Monda_patch, Monda, Microsoft Yahei, sans-serif;
  color: #333;
  background-color: #ebebeb;
  height: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
/*  -webkit-transition: all 0.3s;
  transition: all 0.3s;*/
}
body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
/*** 滚动条宽度 ***/
@media only screen and (min-width: 480px) {
  ::-webkit-scrollbar {
    width: 14px;
    height: 14px;
    background-color: rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 100px;
  }
  ::-webkit-scrollbar-thumb:window-inactive {  
    background-color: rgba(0,0,0,0.1);   
  }
  ::-webkit-scrollbar-thumb:vertical:hover,
  ::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: rgba(0,0,0,0.3);
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
    /*background-color: #e71f24;*/
    border: 2px solid #fff;
  }
}
/******** 清除浮动 ********/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}

/******** 按钮 ********/
.btn {
  display: inline-block;
  border: 0;
  border-radius: 3px;
  outline: none;
  /*box-shadow: 0 1px 2.5px rgba(0,0,0,.6);*/
  font-family: inherit;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
}


/* 按钮初始色，蓝 */
.btn_color_1 {
  background-color: #0081e6;
  color: #fff;
}
.btn_color_1.btn_text {
  background-color: #f4f4f4;
  color: #0081e6;
}
.btn_color_1.btn_outline {
  box-shadow: inset 0 0 0 1px #0081e6;
}
.btn_color_1:hover {
  background-color: #0072CC;
  color: #fff;
}
/* 按钮初始色，红 */
.btn_color_2 {
  background-color: #ef3a3a;/*f4330d*/
  color: #fff;
}
.btn_color_2.btn_text {
  background-color: #f4f4f4;
  color: #ef3a3a;
}
.btn_color_2.btn_outline {
  box-shadow: inset 0 0 0 1px #ef3a3a;
}
.btn_color_2:hover {
  background-color: #d63131;
  color: #fff;
}
/* 按钮初始色，绿 */
.btn_color_3 {
  background-color: #00c800;
  color: #fff;
}
.btn_color_3.btn_text {
  background-color: #f4f4f4;
  color: #00c800;
}
.btn_color_3.btn_outline {
  box-shadow: inset 0 0 0 1px #00c800;
}
.btn_color_3:hover {
  background-color: #00B100;
  color: #fff;
}
/* 按钮初始色，白 */
.btn_color_4 {
  background-color: #f6f6f6;
  color: #333;
}
.btn_color_4.btn_text {
  background-color: #f4f4f4;
}
.btn_color_4.btn_outline {
  box-shadow: inset 0 0 0 1px #999;
}
.btn_color_4:hover {
  background-color: #eee;
}
/* 按钮初始色，黄 */
.btn_color_5 {
  background-color: #ff7e00;
  color: #fff;
}
.btn_color_5.btn_text {
  background-color: #f4f4f4;
  color: #ff7e00;
}
.btn_color_5.btn_outline {
  box-shadow: inset 0 0 0 1px #ff7e00;
}
.btn_color_5:hover {
  background-color: #F77200;
  color: #fff;
}

.btn_shadow {
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.btn.disabled,
.btn.disabled:hover {
  background-color: #e5e5e5;
  color: #aaa;
  box-shadow: none;
  cursor: default;
}
.btn_round {
  border-radius: 100px;
}
.btn .material-icons {
  position: relative;
  vertical-align: middle;
}
.btn.btn_hasicon .material-icons {
  vertical-align: top;
  line-height: inherit;
}
.btn.btn_hasicon span {
  padding: 0 5px;
  line-height: inherit;
}
/******** 卡片 ********/
.card {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border-radius: 4px;
  position: relative;
  /*overflow: hidden;*/
}

.card_title {
  color: #858585;
}

.card_more {
  /*position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;*/
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #6d6d6d;
  font-size: 12px;
  background-color: #f4f4f4;
  border-radius: 0 0 4px 4px;
}
.card_more:hover {
  background-color: #f1f1f1;
}
.card_more span {
  width: 100%;
  display: block;
  line-height: 40px;
  position: relative;
  bottom: 0;
  left: 0;
  /*background-color: #f4f4f4;
  background-color: #fff;*/
}
.card_more_bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  display: block;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #999;
  font-weight: bold;
  background-image: linear-gradient(rgba(255,255,255,0), #fff 80%);
}
.card_more_bg span {
  background-color: #f4f4f4;
}

/******** 小徽章 标签 ********/
.badge {
  display: inline-block;
  font-style: normal;
  background-color: #0081e6;/* 蓝 */
  color: #fff;
  border-radius: 3px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
}
.badge_color_1 {
  background-color: #ef3a3a;/* 红 */
}
.badge_color_2 {
  background-color: #00c800;/* 绿 */
}
.badge_color_3 {
  background-color: #ff7e00;/* 黄 */
}
.badge_color_4 {
  background-color: #e5e5e5;/* 灰 */
  color: #aaa;
}

/******** 子页面 ********/
.subpage {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ebebeb;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: none;
  transform: none;/* translate(0, 0) */
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.subpage.hide {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.subpage .header_wrap {
  bottom: auto;
  width: auto;
  right: 0;
  position: fixed;
  z-index: 1;
}

.subpage .main {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 60px;
  margin-top: 0;
}



/******** 通用黑色遮罩 ********/
.mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .8;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#shadow {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .8;
  z-index: 5;
  display: none;
}
.shadow_show {
  overflow: hidden;
  position: fixed;
  /*position: absolute;*/
  width: 100%;
  height: 100%;
}

/** 通用空结果 **/
.nothing {
  font-size: 20px;
  text-align: center;
  color: #aaa;
  padding: 60px 0;
}
.nothing small {
  font-size: 14px;
}
.nothing .btn {
  font-size: 12px;
  padding: 5px 10px;
  margin: 10px 0 0;
}

.nothing .material-icons.big {
  font-size: 60px;
}

.nothing_load .material-icons.big {
  -webkit-animation: nothing_load_ani 2s infinite;
  animation: nothing_load_ani 2s infinite;
}
@-webkit-keyframes nothing_load_ani {
  0% {
    -webkit-transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  70% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nothing_load_ani {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  70% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** 动画 心跳 **/
@-webkit-keyframes popheart {
  0% {
    -webkit-transform: scale( 1 );
  }
  100% {
    -webkit-transform: scale( 3 );
    opacity: 0;
  }
}
@keyframes popheart {
  0% {
    transform: scale( 1 );
  }
  100% {
    transform: scale( 3 );
    opacity: 0;
  }
}
/** 动画 摇动 **/
@-webkit-keyframes shake {
  from{-webkit-transform:rotate(0deg)}
  25%{-webkit-transform:rotate(3deg)}
  50%{-webkit-transform:rotate(0deg)}
  75%{-webkit-transform:rotate(-3deg)}
  to{-webkit-transform:rotate(0deg)}
}
@keyframes shake {
  from{transform:rotate(0deg)}
  25%{transform:rotate(3deg)}
  50%{transform:rotate(0deg)}
  75%{transform:rotate(-3deg)}
  to{transform:rotate(0deg)}
}
/** 动画 循环转动 x2 **/
@-webkit-keyframes infinitespin {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(720deg);}
}
@keyframes infinitespin {
  from {transform: rotate(0deg);}
  to {transform: rotate(720deg);}
}
/******** 通用头像 ********/
.avatar,
.image {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-image: url(../img/u_avatar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.avatar {
  background-color: #f4f4f4;
}
.image {
  border-radius: 0;
}

/******** 通用弹出 ********/
/** 通用弹出
UPDATE: 2017/06/06
 **/
#poptips {
  display: none;
  z-index:10001;
}
.poptips_show {
  overflow: hidden;
  /*position: fixed;*/
  position: absolute;
  width: 100%;
  height: 100%;
}
.poptips_show #poptips {
  display: block;
  /*cursor: pointer;*/
}
@-webkit-keyframes poptips_ani {
  0% {
    -webkit-transform: translate(-50%, -150%);
  }
  85% {
    -webkit-transform: translate(-50%, 5%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
  }
}
@keyframes poptips_ani {
  0% {
    transform: translate(-50%, -150%)/* perspective( 100px ) rotateX(-10deg)*/;
  }
  85% {
    transform: translate(-50%, 5%)/* perspective( 100px ) rotateX(.5deg)*/;
  }
  100% {
    transform: translate(-50%, 0)/* perspective( 100px ) rotateX(0deg)*/;
  }
}
#poptips:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 899;
}
#poptips .poptips_box {
  display: inline-block;
  position: fixed;
  top: 30%;
  left: 50%;
  min-width: 300px;
  max-width: 600px;
  margin: 0 auto;
/*  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);*/
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 3px 7px rgba(0,0,0,.6);
  z-index: 900;
  -webkit-animation: poptips_ani .7s 1 both;
  animation: poptips_ani .7s 1 both;
}
#poptips .title {
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
}
#poptips .con {
  color: #757575;
  font-size: 14px;
  overflow: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
#poptips .con.center {
  text-align: center;
}
#poptips .con strong {
  color: #ef3a3a;
}
#poptips .con hr {
  margin: 10px 0;
}
#poptips .btn_group {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
}
#poptips .btn_group .btn {
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  background-color: #0081e6;
  color: #fff;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  cursor: pointer;
  font-weight: bold;
}
#poptips .btn_group .cancel {
  background-color: #e5e5e5;
  color: #424242;
  margin-right: 10px;
}

.ie8 #poptips .poptips_box {
  left: 40px;
  right: 40px;
  border: 1px solid #c8c8c8;
}
@media (min-width: 320px) {
  #poptips .poptips_box {
    max-width: 310px;
  }
}
@media (min-width: 350px) {
  #poptips .poptips_box {
    max-width: 340px;
  }
}

@media (min-width: 480px) {
  #poptips .poptips_box {
    max-width: 400px;
  }
}

/** 快速闪现提示
UPDATE: 2018/09/06
上次版本: 2017/11/30
 **/
#winktips {
  position: fixed;
  bottom: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999999;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
#winktips .item {
  display: block;
  margin-bottom: 5px;
  display: none;
}
#winktips .item.pointer {
  pointer-events: initial;
}
#winktips .item span {
  display: inline-block;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  padding: 10px;
  border-radius: 3px;
}
#winktips .item a {
  cursor: pointer;
}

/******** 载入指示器 ********/

#loader {
  background-color: #fff;
  opacity: 1;
  position: fixed;
  bottom: 90px;
  left: 50%;
  margin-left: -25px;
  z-index: 100;
  padding: 10px;
  border-radius: 100px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: loader_show .3s 1 both;
  animation: loader_show .3s 1 both;
}
#loader.hide {
  display: none;
  /*-webkit-animation: loader_hide .5s 1 both;
  animation: loader_hide .5s 1 both;*/
}

@-webkit-keyframes loader_show {
  0% { -webkit-transform: translate(0, 190px); opacity: 0; }
  1% { -webkit-transform: translate(0, 190px); opacity: 1; }
  100% { -webkit-transform: translate(0, 0); opacity: 1; }
}
@keyframes loader_show {
  0% { transform: translate(0, 190px); opacity: 0; }
  1% { transform: translate(0, 190px); opacity: 1; }
  100% { transform: translate(0, 0); opacity: 1; }
}
@-webkit-keyframes loader_hide {
  0% { -webkit-transform: translate(0, 0); opacity: 1; }
  30% { -webkit-transform: translate(0, 0); opacity: 1; }
  100% { -webkit-transform: translate(0, 190px); opacity: 0; }
}
@keyframes loader_hide {
  0% { transform: translate(0, 0); opacity: 1; }
  30% { transform: translate(0, 0); opacity: 1; }
  100% { transform: translate(0, 190px); opacity: 0; }
}


#loader:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 5px solid #e71f24;
  border-top-color: transparent;
  border-radius: 100px;
  -webkit-animation: loader_ani 1s infinite;
  animation: loader_ani 1s infinite;
  /*display: none;*/
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
#loader.hide:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: unset;
  animation: unset;
  opacity: .2;
  -webkit-transform: rotate(390deg);
  transform: rotate(390deg);
}

@-webkit-keyframes loader_ani {
  0% { -webkit-transform: rotate(30deg); opacity: 1; }
  50% { opacity:0.5 }
  100% { -webkit-transform: rotate(390deg); opacity: 1; }
}
@keyframes loader_ani {
  0% { transform: rotate(30deg); opacity: 1; }
  50% { opacity: 0.5; }
  100% { transform: rotate(390deg); opacity: 1; }
}

/******** 滑出面板 ********/
.subplate_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}
.subplate_wrap .mask {
  cursor: pointer;
}
.subplate {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
  z-index: 6;
  overflow: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.subplate_box {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.subplate_wrap.hide {
  visibility: hidden;
}
.subplate_wrap.hide .subplate {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.subplate_wrap.hide .mask {
  opacity: 0;
}
/*
.subplate_wrap .btn_cancel {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 100px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
*/
.subplate_wrap .subplate_title {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: bold;
  color: #858585;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.subplate_wrap .bottombar {
  z-index: 7;
  box-shadow: none;
}

/** 顶栏 **/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e71f24;
  /*box-shadow: 0 1px 3px rgba(0,0,0,.4);*/
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header_current {
  display: none;
}
.header_box {
  width: 100%;
  height: 50px;
  color: #fff;
}
.header_title {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  width: calc( 100% - 100px );
  margin: 0 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header_title img {
  height: 50px;
  vertical-align: top;
}

.header_leftarea {
  position: absolute;
  top: 0;
  left: 5px;
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header_rightarea {
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header_leftarea .btn_back span {
  vertical-align: top;
}
.header_leftarea .btn,
.header_rightarea .btn {
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  font-size: 14px;
  height: 100%;
  color: #fff;
  text-align: center;
  min-width: 40px;
}
.header_leftarea .btn .iconfont,
.header_rightarea .btn .iconfont {
  font-size: 28px;
  min-width: 26px;
}
.header_leftarea .btn .material-icons,
.header_rightarea .btn .material-icons {
  top: -1px;
  font-size: 28px;
}


/** 页脚 **/
#footer {
  width: 100%;
  padding-top: 70px;/*20px*/
  /*padding-bottom: 50px;*/
}

/** 通用底栏 **/
.bottombar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -1px 3px rgba(0,0,0,.4);
  z-index: 2;
}
.bottombar_box {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
  font-size: 0;
  color: #6d6d6d;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottombar .bottombar_btn {
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.bottombar .bottombar_part {
  position: relative;
  padding: 0 2.5px;
  font-size: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.bottombar .bottombar_part .btn_inner {
  display: block;
  width: 100%;
  line-height: 40px;
}
.bottombar .bottombar_part.half {
  -webkit-box-flex: .5;
  -webkit-flex: .5;
  flex: .5;
}

.bottombar_part .bottombar_text {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.bottombar_text .bottombar_text_box {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/** 置顶区 **/

.main_top {
  position: relative;
  margin-top: 50px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  margin-bottom: -50px;
}
.main_top_box {
  position: relative;
  width: 100%;
  /*max-width: 640px;*/
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: 2;
}
.main_top_fixed .main_top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

/** 页面主体 **/
.main {
  width: 100%;
  /*max-width: 640px;*/
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 5px;
}
.main_maxwidth {
  margin: 0 -5px;
}
/** 标题 【主体区】 **/
.main_title {
  font-size: 12px;
  margin: 10px 0 5px;
  text-align: center;
  display: block;
  color: #999;
}
/** 载入更多按钮 【主体区】 **/
.main_more {
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 15px 20px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  cursor: pointer;
  overflow: hidden;
}
.main_more.nomore {
  background-color: transparent;
  cursor: default;
}
.main_more.nomore:before,
.main_more.nomore:after {
  content: "";
  display: block;
  border-top: 1px dashed #ccc;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  width: 100px;
}
.main_more.nomore:after {
  left: auto;
  margin-left: auto;
  right: 50%;
  margin-right: -150px;
}

/** 通用页签导航 **/
.tab_nav {
  font-size: 0;
  /*background-color: #e5e5e5;
  box-shadow: inset 0 -1px 3px rgba(0,0,0,.2);*/
  white-space: nowrap;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.tab_nav a {
  position: relative;
  font-size: 12px;
  line-height: 35px;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  cursor: pointer;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  z-index: 1;
}
.tab_nav a:hover {
  color: #e71f24;
}
.tab_nav a.active {
  color: #e71f24;
  background-color: #fff;
  border-bottom: 3px solid #e71f24;
  font-weight: bold;
}
.tab_nav a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #f4f4f4;
}
.tab_nav a:last-of-type:after {
  border-right: 0;
}
.tab_nav a span,
.tab_nav a .material-icons {
  vertical-align: middle;
}

.tab_plate {
  display: none;
}

.tab_plate.active {
  display: block;
}
.tab_nav.noflex {
  display: block;
}
.tab_nav.noflex a {
  padding: 0 15px;
}

/******** 通用富文本内容 ********/
.richtext {
  /*font-size: 16px;
  line-height: 1.5;*/
  font-size: 14px;
  line-height: 1.5;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.richtext img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.richtext p {
  max-width: 100%;
  /*text-indent: 2em;*/
  /*white-space: pre;*/
}
.richtext a {
  color: #e71f24;
}
.richtext .table {
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.richtext table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;  
  border-spacing: 0;
  text-align: left;
  margin-bottom: 60px;
  overflow: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.richtext table caption {
  text-align: left;
  padding: 10px 0;
  font-weight: bold;
}
.richtext table caption small {
  font-size: 12px;
}
.richtext th,
.richtext td {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #fff;
}
.richtext th {
  font-size: 14px;
  padding: 10px;
  background-color: #F3F3F3;
}
.richtext .face {
  display: inline-block;
}
.richtext dt {
  font-weight: bold;
  color: #999;
}
.richtext dd {
  margin-left: 10px;
}

.richtext .video {
  display: inline-block;
  /*width: 46px;*/
  line-height: 46px;
  height: 46px;
  background-color: #E2E2E2;
  position: relative;
  padding-left: 40px;
  padding-right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.richtext .video:hover {
  padding-right: 40px;
  background-color: #eee;
}
.richtext .video:before {
  font-family: 'Material Icons';
  content: "\e04b";
  display: block;
  font-size: 24px;
  width: 24px;
  line-height: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 10px;
  color: #E71F24;
}
.richtext .video:after {
  font-family: 'Material Icons';
  content: "\e037";
  display: block;
  font-size: 16px;
  width: 18px;
  line-height: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 8px;
  color: #999;
}

/** 视频 富文本内容 **/
.richtext video {
  min-width: 300px;
  max-width: 100%;
  z-index: 0;
}


/** 评星 通用 **/
.star {
  font-size: 0;
  white-space: nowrap;
  clip: rect(21px 68px 51px 38px);
}
.star em {
  display: inline-block;
}
.star i {
  color: #999;
}
.star em i:nth-of-type(2) {
  color: #e71f24;
  display: none;
}
.star_1 em:nth-of-type(1) i:nth-of-type(2),
.star_2 em:nth-of-type(1) i:nth-of-type(2),
.star_2 em:nth-of-type(2) i:nth-of-type(2),
.star_3 em:nth-of-type(1) i:nth-of-type(2),
.star_3 em:nth-of-type(2) i:nth-of-type(2),
.star_3 em:nth-of-type(3) i:nth-of-type(2),
.star_4 em i:nth-of-type(2),
.star_4 em:nth-of-type(5) i:nth-of-type(1),
.star_5 em i:nth-of-type(2) {
  display: inline-block;
}
.star_1 em:nth-of-type(1) i:nth-of-type(1),
.star_2 em:nth-of-type(1) i:nth-of-type(1),
.star_2 em:nth-of-type(2) i:nth-of-type(1),
.star_3 em:nth-of-type(1) i:nth-of-type(1),
.star_3 em:nth-of-type(2) i:nth-of-type(1),
.star_3 em:nth-of-type(3) i:nth-of-type(1),
.star_4 em i:nth-of-type(1),
.star_4 em:nth-of-type(5) i:nth-of-type(2),
.star_5 em i:nth-of-type(1) {
  display: none;
}



.star i {
  font-size: 12px;
  vertical-align: middle;
}

/** 套组列表 **/
.list_set {
  /*font-size: 0;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item_set {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 6px;
  font-size: 12px;
  background-color: #f3f3f3;
}
.item_set_box {
  overflow: hidden;
  background-color: #fff;
}

.item_set .item_set_info {
  color: #999;
  display: block;
  border-radius: 4px;
  border-bottom: 1px solid #e3e3e3;
}
.item_set .cover_wrap {
  position: absolute;
  top: 15px;
  left: 15px;
  overflow: hidden;
}
.item_set .cover {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../img/img_blank.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;/*contain*/
  /*background-color: #ccc;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.item_set .cover_wrap:hover .cover {
  -webkit-transform: scale( 1.1 );
  transform: scale( 1.1 );
}
/*.item_setpic[data-imgurl]:after,
.item_set .cover[data-imgurl]:after,*/
.item_set .cover[data-lazybgimgloading]:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  box-shadow:
    5px -5px 0 1.5px rgba(231,31,36,1),
    0 -7px 0 1px rgba(231,31,36,.9),
    -5px -5px 0 .5px rgba(231,31,36,.8),
    -7px 0 0 .3px rgba(231,31,36,.7),
    -5px 5px 0 .1px rgba(231,31,36,.6),
    0 7px rgba(231,31,36,.4),
    5px 5px rgba(231,31,36,.25),
    7px 0px rgba(231,31,36,.1);
  -webkit-animation: infinitespin 1s infinite;
  animation: infinitespin 1s infinite;
}
.item_set .sign {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #E71F24;
  color: #fff;
  padding: 0 5px;
  transform: scale(.8);
  transform-origin: 100% 0;
  border-radius: 3px;
}

.item_set .title_wrap {
  padding: 20px 15px 20px 105px;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item_set .title_wrap .title {
  font-size: 16px;
  color: #4a686a;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  text-shadow: 0 0 1px rgba(0,0,0,.2);
  font-weight: bold;
}
.item_set .title_wrap .subtitle {
  line-height: 20px;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.item_set .title_wrap dl {
  margin: 0;
  padding: 0;
  padding-right: 5px;
  padding-left: 17px;
  display: inline-block;
  position: relative;
  font-size: 0;
}
.item_set .title_wrap dt {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;/*2px*/
  left: 0;
  width: 16px;
  height: 16px;
  /*background-color: #ccc;*/
  background-image: url("../img/smallicon.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.item_set .title_wrap dd {
  margin: 0;
  padding: 0;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
}
.item_set .setparam_theme dt {
  background-position: -64px;
}
.item_set .setparam_released dt {
  background-position: 0;
}
.item_set .setparam_pcs dt {
  background-position: -32px;
}
.item_set .setparam_age dt {
  background-position: -96px;
}
.item_set .setparam_scale dt {
  background-position: -288px;
}


.item_set .item_relsetnumber:hover {
  background-color: #e7e7e7;
}
.item_set .item_relsetnumber .text_wrap {
  margin-left: 20px;
  margin-bottom: 5px;
  background-color: #E6E6E6;
  border-radius: 2px;
  padding: 5px 5px 0 5px;
  color: #888;
}
.item_set .item_relsetnumber:hover .text_wrap {
  background-color: #dcdcdc;
  color: #666;
}
.item_set .item_relsetnumber .text_wrap dl {
  margin: 0 5px 5px 0;
  padding: 2px 10px 2px 25px;
  display: inline-block;
  position: relative;
  font-size: 0;
  background-image: -webkit-linear-gradient(left, rgba(243, 243, 243, 0), #eee);
  background-image: linear-gradient(to right, rgba(243, 243, 243, 0), #eee);
  border-radius: 0 100px 100px 0;
}
.item_set .item_relsetnumber .text_wrap dt {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 16px;
  height: 16px;
  background-image: url("../img/smallicon.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.item_set .item_relsetnumber .text_wrap dd {
  margin: 0;
  padding: 0;
  line-height: 16px;
  height: 16px;
  font-size: 12px;
}
.item_set .item_relsetnumber .text_wrap .setparam_released dt {
  background-position: 0;
}
.item_set .item_relsetnumber .text_wrap .setparam_released dd {
  color: #666;
}
.item_set .item_relsetnumber .text_wrap .setparam_released dd span {
  font-weight: normal;
  display: inline-block;
  transform: scale(.9);
}
.item_set .item_relsetnumber .text_wrap .setparam_pcs dt {
  background-position: -32px;
}
.item_set .item_relsetnumber .text_wrap .setparam_pcs dd {
  color: #666;
}
.item_set .item_relsetnumber .text_wrap .setparam_age dt {
  background-position: -96px;
}
.item_set .item_relsetnumber .text_wrap .setparam_minifigs dt {
  background-position: -128px;
}
.item_set .item_relsetnumber .text_wrap .setparam_price dt {
  background-position: -192px;
}
.item_set .item_relsetnumber .text_wrap .setparam_package_size dt {
  background-position: -224px;
}
.item_set .item_relsetnumber .text_wrap .setparam_size dt {
  background-position: -160px;
}
.item_set .item_relsetnumber .text_wrap .setparam_bricktype {
  background-image: -webkit-linear-gradient(left, rgba(239, 167, 58, 0.5), #efa73a);
  background-image: linear-gradient(to right, rgba(239, 167, 58, 0.5), #efa73a);
  border-radius: 100px;
}
.item_set .item_relsetnumber .text_wrap .setparam_bricktype dt {
  background-position: -256px;
}
.item_set .item_relsetnumber .text_wrap .setparam_bricktype dd {
  color: #fff;
}

.item_set .item_relsetnumber .text_wrap .setparam_scale dt {
  background-position: -288px;
}


.item_set .item_relsetnumber .text {
  padding-left: 5px;
  padding-bottom: 5px;
}
.item_set .item_relsetnumber .text b {
  color: #666;
  box-shadow: inset 0px -1px 0 #8888a0;
}







/** 五个星星，显示评星 **/
.ratestar {
  font-family: 'Material Icons';
  font-size: 12px;
  color: #999;
}
.ratestar:before {
  color: #e71f24;
}
.ratestar.star_0:after {
  content: "\e83a\e83a\e83a\e83a\e83a";
}
.ratestar.star_1:before {
  content: "\e838";
}
.ratestar.star_1:after {
  content: "\e83a\e83a\e83a\e83a";
}
.ratestar.star_2:before {
  content: "\e838\e838";
}
.ratestar.star_2:after {
  content: "\e83a\e83a\e83a";
}
.ratestar.star_3:before {
  content: "\e838\e838\e838";
}
.ratestar.star_3:after {
  content: "\e83a\e83a";
}
.ratestar.star_4:before {
  content: "\e838\e838\e838\e838";
}
.ratestar.star_4:after {
  content: "\e83a";
}
.ratestar.star_5:before {
  content: "\e838\e838\e838\e838\e838";
}

@media only screen and (min-width: 350px) {
  #set_list_main .list_set .item_set .cover {
    width: 100px;
    height: 100px;
  }
  #set_list_main .item_set .title_wrap {
    padding-left: 130px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
}

/*
@media only screen and (min-width: 800px) and (max-width: 1135px) {
*/
@media only screen and (min-width: 800px) {
  .list_set .item_set {
    width: 45%;
    margin: 0 3px 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 250px;
    flex: 1 1 250px;
    /*min-width: 250px;*/
  }
}
@media only screen and (min-width: 1200px) {
  #set_list_main .list_set .item_set .cover {
    width: 150px;
    height: 150px;
  }
  #set_list_main .item_set .title_wrap {
    padding-left: 190px;
    min-height: 180px;
  }
}
/*
@media only screen and (min-width: 800px) and (max-width: 1135px) {
  .list_set .item_set {
    width: 50%;
    margin: 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
  .list_set .item_set:nth-of-type(odd) {
    padding-left: 0;
  }
  .list_set .item_set:nth-of-type(even) {
    padding-right: 0;
  }

}
@media only screen and (min-width: 1136px) and (max-width: 1399px) {

  .list_set .item_set {
    width: 33.3%;
    padding: 0 3px;
  }
  .list_set .item_set:nth-of-type(3n+1) {
    padding-left: 0;
  }
  .list_set .item_set:nth-of-type(3n) {
    padding-right: 0;
  }

}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .list_set .item_set {
    width: 25%;
    padding: 0 3px;
  }
  .list_set .item_set:nth-of-type(4n+1) {
    padding-left: 0;
  }
  .list_set .item_set:nth-of-type(4n) {
    padding-right: 0;
  }

}
@media only screen and (min-width: 1600px) {

  .list_set .item_set {
    width: 20%;
    padding: 0 3px;
  }
  .list_set .item_set:nth-of-type(5n+1) {
    padding-left: 0;
  }
  .list_set .item_set:nth-of-type(5n) {
    padding-right: 0;
  }

}
*/

/** 相关编号列表 **/
.item_set .list_relsetnumber {
  background-color: #f3f3f3;
  /*border-top: 1px solid #e3e3e3;*/
  padding: 3px 0;
  border-radius: 0 0 4px 4px;
}
.item_set .item_relsetnumber {
  padding: 2px 15px;
  display: block;
}
.item_set .item_relsetnumber.active {
  background-color: #F4F6CA;
  background-color: rgba(242,255,36,0.2);
}
.item_set .item_relsetnumber_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.item_set .item_relsetnumber .brandlogo {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url(../img/brand_blank.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;/*contain*/
  /*background-color: #ccc;*/
  opacity: .6;
  top: 1px;
  position: relative;
}
.item_set .item_relsetnumber .brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  line-height: 19px;/*16px*/
  height: 19px;/*16px*/
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 5px;
}
.item_set .item_relsetnumber .number {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #4a686a;
  white-space: nowrap;
  font-weight: bold;
}
.item_relsetnumber.active .brand,
.item_relsetnumber.active .number {
  color: #666;
  font-weight: bold;
}
.item_set .item_relsetnumber.active .brandlogo {
  opacity: 1;
}

.item_set .item_relsetnumber.exact {
  padding: 4px 15px;
  font-size: 14px;
  background-color: #F4F6CA;
  background-color: rgba(242,255,36,0.2);
}
.item_relsetnumber.exact .brandlogo {
  top: 2px;
}
.item_relsetnumber.exact .brand {
  font-weight: bold;
  color: #333;
}
.item_relsetnumber.exact .number {
  font-weight: bold;
  color: #e71f24;
}

.item_set .item_relsetnumber .text {
  margin-left: 20px;
  background-color: #E6E6E6;
  border-radius: 2px;
  padding: 0 5px;
  color: #888;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0;
  transform-origin: 0;
}
.item_set .item_relsetnumber.active .text,
.item_set .item_relsetnumber.exact .text {
  background-color: rgba(210, 210, 210, .5);
}

/*
.item_set .item_relsetnumber .zan {

}
.item_set .item_relsetnumber .zan i {
  font-size: 12px;
  vertical-align: baseline;
  color: #999;
}
.item_set .item_relsetnumber .zan span {
  vertical-align: baseline;
  color: #999;
}
.item_set .item_relsetnumber .zan .gray i,
.item_set .item_relsetnumber .zan .gray span {
  color: #ccc;
}

#set_list_main .item_set .item_relsetnumber .zan i {
  margin-left: 5px;
}
#set_list_main .item_set .item_relsetnumber .zan span {
  display: inline-block;
  min-width: 30px;
  padding-left: 3px;
}
*/

/** 品牌筛选 **/
.main_top .filter_brand {
  background-color: #e71f24;
  overflow: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.main_top .filter_brand dl {
  margin: 0;
  padding: 5px 0 0 35px;
  font-size: 0;
  white-space: nowrap;
}
.main_top .filter_brand dt {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  width: 35px;
  margin-left: -35px;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
  height: 35px;
  /*background-color: #e71f24;*/
  cursor: default;
}
.main_top .filter_brand dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 5px;
  padding: 0;
  position: relative;
  padding: 0 15px 0 30px;
  border-radius: 100px;
  font-size: 12px;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main_top .filter_brand .brandlogo {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color: #ccc;*/
  position: absolute;
  left: 10px;
  top: 4px;
}
.main_top .filter_brand .brand {
  line-height: 25px;
  height: 25px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main_top .filter_brand dd.active {
  background-color: #fff;
  opacity: 1;
  border-top-right-radius: 50px;
}
.main_top .filter_brand dd.active .brand {
  color: #333;/*#4a686a*/
  text-shadow: 0 0 1px rgba(0,0,0,.2);
}
.main_top .filter_brand dd.active:after {
  font-family: 'Material Icons';
  content: "\e5cd";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  background-color: #e71f24;
  color: #fff;
  border-radius: 100px;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: .9;
  box-shadow: 0 0 0 4px #fff;
}
.main_top .filter_brand dd#allbrand {
  padding-left: 10px;
  padding-right: 10px;
  border-top-right-radius: 100px;
}
.main_top .filter_brand dd#allbrand.active .brand {
  color: #e71f24;
}
.main_top .filter_brand dd#allbrand.active:after {
  display: none;
}

@media only screen and (min-width: 640px) {
  .main_top .filter_brand dd {
    padding-right: 17px;
    max-width: 100%;
  }
  .main_top .filter_brand dd.active {
    border-top-right-radius: 100px;
    box-shadow: 0 0 5px rgba(231, 31, 36, .8), 0 0 3px rgba(255, 255, 255, .5), 0 0 0 2px rgba(255, 255, 255, .8);
    font-weight: bold;
    background-color: #e71f24;
  }
  .main_top .filter_brand dd.active:after {
    top: 6px;
    right: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #fff;
    color: #e71f24;
    box-shadow: 0 0 0 4px #e71f24;
  }

}


.filter_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0 10px;
}
#setlist_main_top .filter_brandorder {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 35px;
  height: 35px;
  position: relative;
  padding: 0 25px 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  border-top: 1px solid #e3e3e3;
}
@media only screen and (min-width: 640px) {
  #setlist_main_top .filter_brandorder {
    border-left: 3px solid #E71F24;
    border-right: 3px solid #E71F24;
    margin: 0 10px;
  }
}
/*
#setlist_main_top .filter_brandorder span {
  vertical-align: top;
}
#setlist_main_top .filter_brandorder span:first-of-type {
  color: #999;
}
*/
#setlist_main_top .filter_brandorder .brandlogo {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  margin-right: 5px;
  /*background-color: #ccc;*/
  /*position: absolute;
  left: 5px;
  top: 9px;*/
}
#setlist_main_top .filter_brandorder .orderrule_icon {
  width: 24px;
  height: 16px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  margin-right: 5px;
  background-image: url(../img/order_icon.png);
}
#setlist_main_top .filter_brandorder .orderrule_icon.icon_1 {
  width: 16px;
}
#setlist_main_top .filter_brandorder > div {
  display: inline-block;
}
#setlist_main_top .filter_brandorder > div:before {
  content: "排序依据";
  color: #999;
  vertical-align: top;
  padding-right: 5px;
}





.filter_nav .filter_theme {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 50%;
  line-height: 35px;
  height: 35px;
  position: relative;
  padding: 0 25px 0 5px;
  cursor: pointer;
}
.filter_nav .filter_released {
  -webkit-box-flex: .6;
  -webkit-flex: .6;
  flex: .6;
  max-width: 50%;
  line-height: 35px;
  height: 35px;
  position: relative;
  padding: 0 25px 0 5px;
  cursor: pointer;
}
.filter_nav .filter_bricktype {
  -webkit-box-flex: .6;
  -webkit-flex: .6;
  flex: .6;
  max-width: 50%;
  line-height: 35px;
  height: 35px;
  position: relative;
  padding: 0 25px 0 5px;
  cursor: pointer;
}
#setlist_main_top .filter_brandorder > div,
#setlist_main_top .filter_brandorder .brand,
.filter_nav .filter_theme .text,
.filter_nav .filter_released .text,
.filter_nav .filter_bricktype .text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*overflow: hidden;*/
  width: 100%;
}
#setlist_main_top .filter_brandorder .brand {
  overflow: auto;
  width: auto;
}

#setlist_main_top .filter_brandorder i,
.filter_nav .filter_theme i,
.filter_nav .filter_released i,
.filter_nav .filter_bricktype i {
  position: absolute;
  right: 0;
  top: 0;
}
#setlist_main_top .filter_brandorder i {
  right: 10px;
  background-color: #fff;
  box-shadow: 10px 0 0 #fff;
}
.filter_nav .filter_search .btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}



/** 列表页下拉刷新 **/
#set_list_main .pullsurprise {
  text-align: center;
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
}
#set_list_main .pullsurprise dl {
  padding: 0;
  margin: 0;
}
#set_list_main .pullsurprise dd {
  padding: 0;
  margin: 0;
  line-height: 20px;
}
#set_list_main .pullsurprise .heart {
  position: relative;
  color: #F94848;
}
#set_list_main .pullsurprise .heart:after {
  content: "\e87d";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: popheart 2s infinite;
  animation: popheart 2s infinite;
}
#set_list_main .pullsurprise .imcomming .loop {
  position: relative;
  color: #F94848;
}
#set_list_main .pullsurprise .imcomming .loop:after {
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: popheart 1s infinite;
  animation: popheart 1s infinite;
}


/** 品牌推荐 搜索列表页 **/
#set_list_main .searchcard_brand {
  margin: 0 0 5px;
  padding: 15px;
}
#set_list_main .searchcard_brand .brandview_topinfo {
  position: relative;
}
#set_list_main .searchcard_brand .brandview_topinfo .cover_wrap {
  position: absolute;
  top: 0;
  left: 0;
}
#set_list_main .searchcard_brand .cover {
  width: 70px;
  height: 70px;
  border-radius: 4px;
}
#set_list_main .searchcard_brand .title_wrap {
  padding-left: 85px;
  min-height: 70px;
  font-size: 0;
}
#set_list_main .searchcard_brand .title {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}
#set_list_main .searchcard_brand .subtitle {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  min-height: 19px;
}
#set_list_main .searchcard_brand .btn_gotobrandinfo {
  line-height: 26px;
  margin-top: 6px;
  padding: 0 10px;
}
#set_list_main .searchcard_brand .btn_gotobrandinfo * {
  line-height: inherit;
  vertical-align: top;
}


/*
#set_list_main .searchcard_brand .item_brandcard {
  display: inline-block;
  border: 1px solid #f4f4f4;
  padding: 5px;
}
#set_list_main .searchcard_brand .item_brandcard .item_brandcard_box {
  white-space: nowrap;
}
#set_list_main .searchcard_brand .item_brandcard .brandlogo {
  background-size: cover;
  display: inline-block;
  width: 35px;
  height: 35px;
}
#set_list_main .searchcard_brand .item_brandcard_box * {
  line-height: 35px;
  vertical-align: top;
}
*/


/** 套组详情页 **/

#set_main_top {
  margin-top: 0;
}

#set_main_top .item_set_info {
  color: #999;
}
#set_main_top .cover_wrap {
  width: 100%;
  overflow: hidden;
}
#set_main_top .cover {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-image: url(../img/img_blank.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;/*contain*/
  /*background-color: #ccc;*/
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-animation: set_main_top_cover_ani 5s 1 both;
  animation: set_main_top_cover_ani 5s 1 both;
}
@-webkit-keyframes set_main_top_cover_ani {
  from {-webkit-transform: scale(1.1);}
  to {-webkit-transform: scale(1);}
}
@keyframes set_main_top_cover_ani {
  from {transform: scale(1.1);}
  to {transform: scale(1);}
}

#set_main_top .cover .badge_doubt {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  border: 4px solid;
  padding: 0 10px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  opacity: .5;
}

#set_main_top .title_wrap {
  padding: 10px 15px 10px;
}

#set_main_top .title_wrap .theme_text {
  margin-bottom: 5px;
}
#set_main_top .title_wrap .theme_text * {
  line-height: 20px;
  vertical-align: top;
  display: inline-block;
  height: 20px;
}
#set_main_top .title_wrap .theme_text a {
  font-size: 0;
}
#set_main_top .title_wrap .theme_text a span {
  font-size: 12px;
}
#set_main_top .title_wrap .theme_text a:after {
  font-family: 'Material Icons';
  font-size: 18px;
  content: "";
  color: #ccc;
}
#set_main_top .title_wrap .theme_text a:last-child {
  font-weight: bold;
}
#set_main_top .title_wrap .theme_text a:last-child:after {
  display: none;
}

#set_main_top .title_wrap .title {
  font-size: 24px;
  color: #4a686a;
  line-height: 1.2;
  min-height: 30px;
  overflow: hidden;
  font-weight: bold;
}
#set_main_top .title_wrap .subtitle {
  font-size: 18px;
  line-height: 1.2;
  min-height: 20px;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  padding-bottom: 20px;
}

#set_main_top .title_wrap dl {
  margin: 0;
  padding: 0;
  padding-right: 5px;
  padding-left: 17px;
  display: inline-block;
  position: relative;
  font-size: 0;
}
#set_main_top .title_wrap dt {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;/*2px*/
  left: 0;
  width: 16px;
  height: 16px;
  /*background-color: #ccc;*/
  background-image: url("../img/smallicon.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#set_main_top .title_wrap dd {
  margin: 0;
  padding: 0;
  line-height: 16px;
  height: 16px;
  font-size: 16px;
}
#set_main_top .setparam_theme dt {
  background-position: -64px;
}
#set_main_top .setparam_released dt {
  background-position: 0;
}
#set_main_top .setparam_pcs dt {
  background-position: -32px;
}
#set_main_top .setparam_age dt {
  background-position: -96px;
}
#set_main_top .setparam_scale dt {
  background-position: -288px;
}

#set_main_top .setparam_rate {
  cursor: default;
}

#set_main_top .setparam_rate .rate {
  display: inline-block;
  vertical-align: middle;
  min-width: 60px;
}

#set_main_top .setparam_rate span {
  vertical-align: middle;
}

/** 相关编号列表 **/
#set_main_top .list_relsetnumber {
  background-color: #f3f3f3;
  border-top: 1px solid #e3e3e3;
  padding: 3px 0;
}
#set_main_top .item_relsetnumber {
  padding: 2px 15px;
  display: block;
  border-top: 1px dotted #e3e3e3;
  /*justify-content: center;*/
}
#set_main_top .item_relsetnumber_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 35px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
#set_main_top .item_relsetnumber:nth-of-type(1) {
  border-top: none;
}
#set_main_top .item_relsetnumber:hover {
  background-color: #e7e7e7;
}
#set_main_top .item_relsetnumber .brandlogo {
  width: 25px;
  height: 25px;
  margin-right: 5px;
/*  margin-top: 10px;*/
  background-image: url(../img/brand_blank.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;/*contain*/
  /*background-color: #ccc;*/
  border-radius: 1px;
}
#set_main_top .item_relsetnumber .brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #666;
  max-width: 155px;
  white-space: nowrap;
  padding-right: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
#set_main_top .item_relsetnumber:hover .brand {
  color: #555;
}
#set_main_top .item_relsetnumber .number {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #4a686a;
  white-space: nowrap;
  font-weight: bold;
}
#set_main_top .item_relsetnumber:hover .number {
  color: #333;
}
#set_main_top .item_relsetnumber .ratestar_setnumber {
  width: 70px;
  padding-right: 5px;
  text-align: right;
  line-height: 35px;
  height: 35px;
  cursor: pointer;
  position: relative;
}
#set_main_top .item_relsetnumber .ratestar_setnumber.star_0:before,
#set_main_top .item_relsetnumber .ratestar_setnumber.star_0:after {
  content: "";
}
#set_main_top .item_relsetnumber .ratestar_setnumber span {
  /*-webkit-transform: scale(.8);
  transform: scale(.8);*/
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  display: inline-block;
  color: #ef3a3a;
  box-shadow: 0 0 1px;
  width: 100%;
  text-align: center;
  line-height: 25px;
}

#set_main_top .item_relsetnumber .ratestar_tips {
  display: block;
  background-color: #ef3a3a;/*#000*/
  line-height: 22px;
  padding: 0 10px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -22px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  color: #fff;
  opacity: .6;
  -webkit-animation: ratestar_tips_ani .5s infinite alternate;
  animation: ratestar_tips_ani .5s infinite alternate;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
#set_main_top .item_relsetnumber .ratestar_tips:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #ef3a3a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
}
@-webkit-keyframes ratestar_tips_ani {
  0% {
    -webkit-transform: translate(-50%, -2px) scale(.8);
  }
  100% {
    -webkit-transform: translate(-50%, 1px) scale(.8);
  }
}
@keyframes ratestar_tips_ani {
  0% {
    transform: translate(-50%, -2px) scale(.8);
  }
  100% {
    transform: translate(-50%, 1px) scale(.8);
  }
}

/* 套组编号评分区域扩展 */
#set_main_top .item_relsetnumber .ratestar_part {


}
#set_main_top .item_relsetnumber .ratestar_wrap {
  /*margin-right: 35px;*/
  padding: 2px 7px;
  margin-bottom: 10px;
  text-align: right;
  display: none;
  text-align: right;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  white-space: nowrap;
  cursor: pointer;
}
#set_main_top .item_relsetnumber .ratestar_box {
  padding-bottom: 5px;
}
#set_main_top .item_relsetnumber .ratestar_box,
#set_main_top .item_relsetnumber .ratestar_box_yours {
  font-size: 0;
  padding: 2px 7px;
}
#set_main_top .item_relsetnumber .ratestar_wrap dl {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
#set_main_top .item_relsetnumber .ratestar_wrap dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  width: 0;
  border-right: 1px solid rgba(0,0,0,.07);
}
#set_main_top .item_relsetnumber .ratestar_wrap dl:last-of-type:after {
  border-right: none;
}
#set_main_top .item_relsetnumber .ratestar_wrap dt {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  color: #aaa;
}
#set_main_top .item_relsetnumber .ratestar_wrap dd {
  margin: 0;
  padding: 0;
}
#set_main_top .item_relsetnumber .ratestar_wrap dd .ratestar {
  opacity: .8;
}
#set_main_top .item_relsetnumber .ratestar_part .rate_person {
  font-size: 12px;
  color: #aaa;
  line-height: 12px;
  padding-right: 7px;
}
#set_main_top .item_relsetnumber .ratestar_part_yours {
  display: block;
  margin-top: -10px;
  margin-bottom: 5px;
  /*background-color: #e6e6e6;*/
  background-color: rgba(0,0,0,.05);
  border-radius: 3px;
}
#set_main_top .item_relsetnumber .ratestar_part_yours .ratestar_box {
  display: none;
}
#set_main_top .item_relsetnumber .ratestar_box_yours {
}
#set_main_top .item_relsetnumber .ratestar_box_yours dl {
  
}
#set_main_top .item_relsetnumber .ratestar_box_yours dt {
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
  padding-right: 5px;
  color: #999;
}
#set_main_top .item_relsetnumber .ratestar_box_yours dd {
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
}
#set_main_top .item_relsetnumber .ratestar_part_yours .rate_time {
  font-size: 12px;
  padding: 0 7px;
  color: #aaa;
  display: none;
}

#set_main_top .item_relsetnumber .btn_rate {
  padding: 2px 5px;
  margin-bottom: 15px;
  display: none;
}
#set_main_top .item_relsetnumber .btn_rate i {
  font-size: 18px;
}
#set_main_top .item_relsetnumber .btn_rate span {
  vertical-align: middle;
}

/*
#set_main_top .item_relsetnumber .zan .btn {
  margin-left: 10px;
  color: #999;
}
#set_main_top .item_relsetnumber .zan .btn i {
  font-size: 16px;
  line-height: 35px;
  vertical-align: top;
  margin-right: 3px;
}
*/

#set_main_top .item_relsetnumber .text_wrap {
  margin-left: 30px;
  margin-bottom: 5px;
  margin-top: -5px;
  background-color: #E6E6E6;
  border-radius: 2px;
  padding: 5px 5px 0 5px;
  color: #888;
}
#set_main_top .item_relsetnumber:hover .text_wrap {
  background-color: #dcdcdc;
  color: #666;
}
#set_main_top .item_relsetnumber .text_wrap dl {
  margin: 0 5px 5px 0;
  padding: 2px 10px 2px 25px;
  display: inline-block;
  position: relative;
  font-size: 0;
  /*background-color: #f3f3f3;*/
  background-image: -webkit-linear-gradient(left, rgba(243, 243, 243, 0), #eee);
  background-image: linear-gradient(to right, rgba(243, 243, 243, 0), #eee);
  border-radius: 0 100px 100px 0;
}
#set_main_top .item_relsetnumber .text_wrap dt {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 16px;
  height: 16px;
  /*background-color: #ccc;*/
  background-image: url("../img/smallicon.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#set_main_top .item_relsetnumber .text_wrap dd {
  margin: 0;
  padding: 0;
  line-height: 16px;
  height: 16px;
  font-size: 12px;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_released dt {
  background-position: 0;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_released dd {
  /*font-weight: bold;*/
  color: #666;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_released dd span {
  font-weight: normal;
  display: inline-block;
  transform: scale(.9);
}
#set_main_top .item_relsetnumber .text_wrap .setparam_pcs dt {
  background-position: -32px;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_pcs dd {
  /*font-weight: bold;*/
  color: #666;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_age dt {
  background-position: -96px;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_minifigs dt {
  background-position: -128px;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_price dt {
  background-position: -192px;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_package_size dt {
  background-position: -224px;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_size dt {
  background-position: -160px;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_bricktype {
  background-image: -webkit-linear-gradient(left, rgba(239, 167, 58, 0.5), #efa73a);
  background-image: linear-gradient(to right, rgba(239, 167, 58, 0.5), #efa73a);
  border-radius: 100px;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_bricktype dt {
  background-position: -256px;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_bricktype dd {
  color: #fff;
}
#set_main_top .item_relsetnumber .text_wrap .setparam_scale dt {
  background-position: -288px;
}


#set_main_top .item_relsetnumber .text {
  padding-left: 5px;
  padding-bottom: 5px;
  /*margin-left: 30px;
  margin-bottom: 5px;
  margin-top: -5px;
  background-color: #E6E6E6;
  border-radius: 2px;
  padding: 0 5px;
  color: #888;*/
}
#set_main_top .item_relsetnumber:hover .text {
  /*background-color: #dcdcdc;
  color: #666;*/
}
#set_main_top .item_relsetnumber .text b {
  color: #666;
  box-shadow: inset 0px -1px 0 #8888a0;
}
#set_main_top .item_relsetnumber .btn_gobuy {
  display: block;
  width: 30px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/taobao.png);
}
/*
#set_main_top .rating {
  border-top: 1px solid #e3e3e3;
  padding-left: 15px;
}
#set_main_top .rating div {
  line-height: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
}
#set_main_top .rating em {
  cursor: pointer;
}
#set_main_top .rating i {
  font-size: 24px;
}
*/
#set_main_top .tips_set_intro {
  padding: 5px 10px;
}

/** 我的评分区域 **/
/*
#set_main .list_yourrating .item_yourrating {
  margin-right: 35px;
  margin-bottom: 10px;
  text-align: right;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  white-space: nowrap;
}
#set_main .list_yourrating .item_yourrating dl {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: right;
  margin-left: 5px;
  position: relative;
}
#set_main .list_yourrating .item_yourrating dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  width: 0;
  border-right: 1px solid #ddd;
}
#set_main .list_yourrating .item_yourrating dl:last-of-type:after {
  border-right: none;
}
#set_main .list_yourrating .item_yourrating dt {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  color: #aaa;
}
#set_main .list_yourrating .item_yourrating dd {
  margin: 0;
  padding: 0;
}
#set_main .list_yourrating .item_yourrating dd .ratestar {
  opacity: .8;
}
#set_main .list_yourrating .item_yourrating .rate_person {
  font-size: 12px;
  color: #aaa;
  line-height: 12px;
}
*/
/** 套组编号评分弹出面板 **/
#subplate_rating {
  z-index: 15;
}
#subplate_rating .subplate {
  padding: 10px 10px 60px;
}

#subplate_rating .rating_form {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/** 评分小控件 **/
.rating_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 370px) {
  .rating_wrap {
    display: block;
  }
}
.rating_wrap .rating_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.rating_wrap .rating_box dl {
  margin: 0;
  padding: 0;
}
.rating_wrap .rating_box dt {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 35px;
  height: 35px;
  font-size: 12px;
  width: 50px;
  text-align: right;
  margin-right: 5px;
}
.rating_wrap .rating_box dd {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.rating_wrap .rating_box .rate {
  line-height: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
}
.rating_wrap .rating_box .rate em {
  cursor: pointer;
}
.rating_wrap .rating_box .rate i {
  font-size: 24px;
}


.rating_wrap .rate_total {
  text-align: center;
}
.rating_wrap .ratestar {
  font-size: 16px;
}
.rating_wrap .rate_total_num {
  font-size: 20px;
}


/** 相关网址 **/
.list_url.card {
  padding: 15px 0;
}
.list_url .nothing {
  padding: 15px 0;
}
.list_url .item_url {
  display: block;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px 15px 5px 25px;
  position: relative;
}
.list_url .item_url:last-of-type {
  border-bottom: none;
}
.list_url .item_url:before {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  border-radius: 100px;
  background-color: #ccc;
  position: absolute;
  top: 10px;
  left: 12px;
}
.list_url .item_url.no_url:before {
  height: 17px;
}
.list_url .item_url .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
}
.list_url .item_url .title .title_box {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.list_url .item_url.isnew .title .title_box {
  padding-right: 30px;
}
.list_url .item_url.isnew .title .title_box:after {
  content: "新";
  position: absolute;
  top: 4px;
  right: 0;
  line-height: 20px;
  font-weight: normal;
  border-radius: 3px;
  background-color: #e71f25;
  color: #fff;
  padding: 0 5px;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.list_url .item_url .title em {
  padding-right: 5px;
  font-style: normal;
  color: #EB8C22;
  font-size: 12px;
  padding-top: 2px;
  display: inline-block;
  vertical-align: middle;
}
.list_url .item_url .title span {
  vertical-align: middle;
}
.list_url .item_url .title .favicon {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  /* background-image: url(https://api.byi.pw/favicon/?url=lao.si); */
  background-image: url(../img/urlicon.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.list_url .item_url .url {
  color: #ccc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-right: 40px;
}
.list_url .item_url .url .author {
  color: #999;
  font-weight: bold;
}
.list_url .item_url .counter {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal;
  background-color: #fff;
  text-align: right;
}
.list_url .item_url .counter .material-icons {
  font-size: 16px;
  vertical-align: middle;
  padding-right: 2px;
}
.list_url .item_url .counter span {
  display: inline-block;
  vertical-align: middle;
}
.list_url .item_url .text {
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list_url .item_url.no_url .text {
  margin-top: 5px;
}
.list_url .item_url.hasdel {
  padding-right: 50px;
}
.list_url .item_url.hasdel .btn_del {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100px;
  line-height: 30px;
  width: 30px;
}

.list_url .btn_setlink_add {
  line-height: 35px;
  height: 35px;
  display: block;
  margin: 15px 10px 0;
}

.biwidget--set {
  border: 1px dashed rgba(74,82,99,.2);
  padding: 10px 5px;
}
.biwidget--set iframe {
  border: none;
}

/** 品牌推荐 套组详情页 **/



#set_main .main_title,
#moreinfo_main .main_title,
#comment_main .main_title,
#relset_main .main_title {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}

#moreinfo_main .searchcard_brand {
  padding: 10px 15px;
  font-size: 0;
}
#moreinfo_main .searchcard_brand .item_brandcard {
  display: inline-block;
  border: 1px solid #f4f4f4;
  padding: 5px 10px 5px 5px;
  margin: 5px;
  font-size: 12px;
}
#moreinfo_main .searchcard_brand .item_brandcard .item_brandcard_box {
  white-space: nowrap;
  cursor: pointer;
}
#moreinfo_main .searchcard_brand .item_brandcard .brandlogo {
  background-size: cover;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 3px;
}
#moreinfo_main .searchcard_brand .item_brandcard_box * {
  line-height: 35px;
  vertical-align: top;
}


/** 价格 套组页面 **/
#moreinfo_main .setindex_shopping_wrap {
  display: none;
}
#moreinfo_main .setindex_shopping_card {
  padding: 20px;
}
#moreinfo_main .list_shopping {
  
}
#moreinfo_main .item_shopping {
  border-bottom: solid 1px #f4f4f4;
  margin-bottom: 5px;
}
#moreinfo_main .item_shopping .card_more:before {
  display: none;
}
#moreinfo_main .item_shopping .item_shopping_title {
  font-weight: bold;
  margin-bottom: 20px;
  color: #666;
  position: relative;
  padding-top: 10px;
}
#moreinfo_main .item_shopping .price_timeflow_echarts {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
#moreinfo_main .list_setindex_shopping {
  overflow: hidden;
}
#moreinfo_main .item_shopping.folded .list_setindex_shopping {
  /*height: 102px;*/
}
#moreinfo_main .item_setindex_shopping {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
}
#moreinfo_main .item_setindex_shopping:hover {
  background-color: #f6f6f6;
}
#moreinfo_main .item_setindex_shopping .logo {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 3px;
  background-image: url(/upload/malllogo/blank.png);
}
#moreinfo_main .item_setindex_shopping .title_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}
#moreinfo_main .item_setindex_shopping .title_wrap .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
#moreinfo_main .item_setindex_shopping .title_wrap .time {
  opacity: 1%;
}
#moreinfo_main .item_setindex_shopping .price {
  color: #e62828;
  font-weight: 700;
}



/** 相关图纸 套组页面 **/
#moreinfo_main .list_instruction {
  padding: 10px 15px;
}


/** 套组相册 **/
.set_album {
  padding: 20px;
  margin-bottom: 5px;
}
.set_album .set_album_box {
  position: relative;
}
.set_album.folded .set_album_box {
  height: 250px;
  overflow: hidden;
}
.set_album .set_album_box .card_more {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
.set_album.folded .set_album_box .card_more {
  display: block;
}
.set_album .set_album_title {
  font-weight: bold;
  margin: 10px 0;
  color: #666;
  border-top: solid 1px #f4f4f4;
  padding-top: 10px;
}
.list_setpic {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
.item_setpic {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url(../img/u_avatar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: zoom-in;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100px;
  flex: 1 1 100px;
  box-shadow: inset 0 0 0 1px #e8e8e8;
  border-radius: 5px;
  background-color: #fff;
}

/** 整理套组相册 **/
.c_set_album {
  padding: 10px;
  margin-bottom: 5px;
}
.c_set_album .form_label {
  margin-bottom: 10px;
}
.list_c_setpic {
  font-size: 0;
}
.list_c_setpic .btn_addpic,
.item_c_setpic {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 170px;/*130px*/
  background-image: url(../img/u_avatar.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: zoom-in;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  text-align: right;
  vertical-align: top;
  padding-top: 40px;
}
.item_c_setpic a {
  padding: 8px;
  opacity: .5;
  margin: 2px;
}
.item_c_setpic:hover a {
  opacity: 1;
}
#imagebox_valid .btn_valid,
#imagebox_valid .btn_recovery,
#imagebox_invalid .btn_invalid,
#imagebox_invalid .btn_recovery,
#imagebox_del .btn_invalid,
#imagebox_del .btn_valid,
#imagebox_del .btn_del {
  display: none;
}
#imagebox_valid label,
#imagebox_invalid label,
#imagebox_del label {
  cursor: unset;
}
.item_c_setpic .btn_setnumber {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 38px;
  background-color: rgba(246,246,246,.5);
}
.item_c_setpic .btn_setnumber:hover {
  background-color: #f4f4f4;
}
.item_c_setpic .btn_setnumber div {
  font-size: 12px;
  white-space: nowrap;
  text-align: left;
  padding-left: 10px;
}
.item_c_setpic .btn_setnumber.is_skucover:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #333;
  top: 0;
  right: 0;
  font-family: 'Material Icons';
  font-size: 12px;
  color: #fff;
  height: 19px;
  line-height: 19px;
  width: 19px;
  text-align: center;
  border-radius: 100px;
  box-shadow: 0 0 0 1px #fff;
  transform: scale(.8);
}


.list_c_setpic .btn_addpic {
  background-image: none;
  background-color: #F4F4F4;
  cursor: pointer;
}
.list_c_setpic .btn_addpic .material-icons {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

#subplate_setpic_setnumber .subplate {
  top: 50%;
}
#subplate_setpic_setnumber .subplate_box {
  padding: 20px 20px 50px;
}
#subplate_setpic_setnumber .subplate_box .item_btn_setnumber {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
#subplate_setpic_setnumber .subplate_box .btn {
  border: solid 2px #f4f4f4;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height: 40px;
  margin-bottom: 5px;
}
#subplate_setpic_setnumber .subplate_box .btn_check {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}
#subplate_setpic_setnumber .subplate_box .btn_cover {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 5px;
  margin-left: 5px;
}
#subplate_setpic_setnumber .subplate_box .btn .brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  text-align: left;
}
#subplate_setpic_setnumber .subplate_box .btn .number {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 10px 0 0;
  text-align: right;
}
#subplate_setpic_setnumber .subplate_box .item_btn_setnumber.active .btn_check {
  border-color: #0081e6;
  color: #0081e6;
}
#subplate_setpic_setnumber .subplate_box .btn_cover {
  display: none;
}
#subplate_setpic_setnumber .subplate_box .item_btn_setnumber.active .btn_cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#subplate_setpic_setnumber .subplate_box .btn_cover:before {
  content: "设";
}
#subplate_setpic_setnumber .subplate_box .btn_cover.active {
  border-color: #e71f24;
  color: #e71f24;
}
#subplate_setpic_setnumber .subplate_box .btn_cover.active:before {
  content: "已";
}



/** 通用头部外套 **/
.header_wrap {
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header_wrap .search_box {
  position: relative;
  border-top: 1px solid #e3e3e3;
  display: none;
}
.header_wrap .search_box .form_search {
  margin: 0;
  padding: 0;
}
.header_wrap .search_box .input_search {
  width: 100%;
  /*line-height: 35px;*/
  height: 35px;
  border: 0;
  outline: 0;
  padding-left: 15px;
  padding-right: 50px;
  /*text-align: center;*/
}
.header_wrap .search_box .btn_search {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #666;
  line-height: 35px;
  height: 35px;
  width: 45px;
}
.show_searchbox .header_wrap .search_box {
  display: block;
}
@media only screen and (min-width: 640px) {
  #set_list_search_box {
    border-left: 3px solid #E71F24;
    border-right: 3px solid #E71F24;
    border-bottom: 3px solid #E71F24;
    border-radius: 0 0 4px 4px;
    margin: 0 10px 10px;
  }
}

.show_searchbox .header_wrap .search_box .form_search {
  position: relative;
}

.search_box .label {
  position: absolute;
  top: -25px;
  /*color: #fff;*/
  /*padding-left: 5px;*/
  left: 0;
}
@media only screen and (max-width: 639px) {
  .main_top.smallhide {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  .header_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 250px;
    /*background-color: #e71f24;*/
    background-color: #f9f9f9;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-shadow: 1px 0 10px rgba(0,0,0,.1), 1px 0 0 0 rgba(0,0,0,.1);
  }
  .header_wrap .header {
    position: relative;
  }
  .header_wrap .search_box {
    display: block;
    padding: 0 10px;
  }
  .header_wrap .main_top.smallhide .search_box {
    border: 3px solid #E71F24;
    border-radius: 4px;
    margin: 40px 10px 10px;
  }
  .header_wrap .search_box .input_search {
    padding-left: 3px;
    padding-right: 30px;
    text-align: left;
  }
  .header_wrap .search_box .btn_search {
    /*margin-right: -6px;*/
    width: 35px;
  }
  #setlist_main_top .search_box .btn_search {
    margin-right: -6px;
  }
  .header_wrap .main_top {
    margin-top: 0;
    margin-bottom: 0;
  }
  #index_header.header_wrap .main_top {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
  }
  #index_header.header_wrap .main_top .main_top_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  #index_header.header_wrap .main_top .filter_brand {
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
    box-shadow: inset 0 0px 5px rgba(0, 0, 0, .3);
  }
  #index_header.header_wrap #infobox {
    position: relative;
  }
}
/** 通用主体外套 **/
@media only screen and (min-width: 640px) {
  .main.has_headerwrap {
    padding-left: 260px;
    margin-top: 10px;
    padding-right: 10px;
  }
}

/** 首页主头部 **/
#index_header .header {
  position: relative;
}
#index_header .main_top {
  margin-top: 0;
}

#set_list_main {
  
}

#set_list_main .setcount_card {
  margin: 0 0 5px;
  padding: 5px 10px;
  color: #999;
  display: none;
}
#set_list_main .setcount_card span {
  color: #333;
  font-weight: bold;
}
#set_list_main .nothing .moretips {
  line-height: 20px;
  display: block;
  margin: 5px 0;
}
#set_list_main .nothing .moretips b {
  color: #888;
}
#set_list_main .main_endingtips {
  line-height: 20px;
  display: block;
  margin: 5px 0;
  font-size: 14px;
  text-align: center;
  color: #aaa;
}
#set_list_main .main_endingtips b {
  color: #888;
}
@media only screen and (min-width: 800px) {
  #set_list_main .setcount_card {
    margin-left: 3px;
    margin-right: 3px;
  }
  #set_list_main .searchcard_brand {
    margin-left: 3px;
    margin-right: 3px;
  }
  #set_list_main .main_more {
    margin-left: 3px;
    margin-right: 3px;
  }
}
#set_list_main .list_set {
  width: 100%;
}


/** 主题分类详情 **/
#set_list_main .themeinfo_card {
  margin-bottom: 5px;
  overflow: hidden;
}
#set_list_main .themeinfo_card_box {
  padding: 15px;
  overflow: hidden;
}
#set_list_main .themeinfo_card .themeinfo_bg {
  padding-top: 30%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media only screen and (min-width: 1200px) {
  #set_list_main .themeinfo_card .themeinfo_bg {
    padding-top: 20%;
  }
}
@media only screen and (min-width: 1400px) {
  #set_list_main .themeinfo_card .themeinfo_bg {
    padding-top: 10%;
  }
}
#set_list_main .themeinfo_card .title {
  font-size: 18px;
  font-weight: bold;
}
#set_list_main .themeinfo_card .themeinfo_subtheme {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e8e8e8;
}
#set_list_main .list_themeinfosubtheme {
  font-size: 0;
}
#set_list_main .themeinfo_card .themeinfo_subtheme .item_themeinfosubtheme {
  display: inline-block;
  vertical-align: top;
  /*background-color: #f4f4f4;*/
  border: 1px solid #f4f4f4;
  padding: 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 12px;
}
#set_list_main .themeinfo_card .themeinfo_subtheme .item_themeinfosubtheme:hover {
  border-color: #e8e8e8;
}

#set_list_main .themeinfo_card .themeinfo_subtheme .item_themeinfosubtheme_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

#set_list_main .item_themeinfosubtheme_logo {
  width: 100px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
#set_list_main .item_themeinfosubtheme_title {
  font-size: 14px;
  font-weight: bold;
}


@media only screen and (min-width: 800px) {
  #set_list_main .themeinfo_card {
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 480px) {
  #set_list_main .item_themeinfosubtheme_logo {
    width: 80px;
    height: 40px;
  }
}
#set_list_main .themeinfo_subtheme_title {
  color: #999;
  margin-bottom: 5px;
}
#set_list_main .list_themeinfosubtheme_haslogo .item_themeinfosubtheme_logo {
  margin-right: 0;
}
#set_list_main .list_themeinfosubtheme_haslogo .item_themeinfosubtheme_title {
  display: none;
}
#set_list_main .themeinfo_card.fold {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#set_list_main .themeinfo_card.fold .themeinfo_bg {
  width: 200px;
  padding: initial;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
}
#set_list_main .themeinfo_card.fold .themeinfo_bg:before {
  content: "";
  display: block;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255,255,255,0),#fff);
}
@media only screen and (max-width: 480px) {
  #set_list_main .themeinfo_card.fold .themeinfo_bg {
    width: 85px;
  }
  #set_list_main .themeinfo_card.fold .text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
#set_list_main .themeinfo_card.fold .title {
  font-size: 12px;
}
#set_list_main .themeinfo_card .btn_unfold {
  line-height: 26px;
  margin-top: 6px;
  padding: 0 10px;
}
#set_list_main .themeinfo_card .btn_unfold * {
  line-height: inherit;
  vertical-align: top;
}
#set_list_main .themeinfo_card.fold .btn_unfold .off,
#set_list_main .themeinfo_card .btn_unfold .on {
  display: none;
}
#set_list_main .themeinfo_card.fold .btn_unfold .on {
  display: inline;
}
#set_list_main .themeinfo_card .btn_unfold .material-icons {
  -webkit-transition: all .3s;
  transition: all .3s;
}
#set_list_main .themeinfo_card.fold .btn_unfold .material-icons {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


#set_list_main .themeinfo_card.fold .themeinfo_subtheme {
  display: none;
}
#set_list_main .themeinfo_card.fold .item_themeinfosubtheme .item_themeinfosubtheme_logo {
  display: none;
}



/** 套组分隔符 分界 **/
#set_list_main .item_set_delimiter {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 5px;
  padding: 5px 0;
  color: #999;
  position: relative;
}
#set_list_main .item_set_delimiter:before,
#set_list_main .item_set_delimiter:after {
  content: "";
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #999;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#set_list_main .item_set_delimiter:after {
  margin-right: auto;
  margin-left: 5px;
}


.show_searchbox #index_header .btn_searchbox_show {
  display: none;
}

@media only screen and (min-width: 640px) {


  
  .filter_nav {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
    border-top: 3px solid #E71F24;
    border-left: 3px solid #E71F24;
    border-right: 3px solid #E71F24;
    border-radius: 4px 4px 0 0;
    margin: 10px 10px 0;
  }
  .filter_nav .filter_brand,
  .filter_nav .filter_theme,
  .filter_nav .filter_released,
  .filter_nav .filter_bricktype,
  .filter_nav .filter_brandorder {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    flex: initial;
  }
  
  .filter_nav .filter_brand,
  .filter_nav .filter_theme,
  .filter_nav .filter_bricktype,
  .filter_nav .filter_released {
    max-width: 100%;
  }
  .filter_nav .filter_theme,
  .filter_nav .filter_released,
  .filter_nav .filter_bricktype {
    border-top: 1px solid #e3e3e3;
  }

  .main_top .filter_brand dt {
    display: block;
    margin-left: 5px;
    color: #333;
  }
  
  .main_top .filter_brand dl {
    white-space: initial;
    padding-left: 5px;
    padding-right: 5px;
    /*height: 300px;*//*max-*/
  }
  .main_top .filter_brand dd {
    margin-bottom: 5px;
  }
  .main_top .filter_brand .brand {
    color: #4a686a;
  }
  .main_top .filter_brand dd.active .brand {
    color: #fff;
  }
  .main_top .filter_brand dd#allbrand.active .brand {
    color: #fff;
  }
  #index_header .btn_searchbox_show {
    display: none;
  }
}

/** 首页页头置顶 **/
#index_header {
  /*position: fixed;*/
}


/** 详情页主头部 **/
#set_header {

}
#set_header.transparentheader .header {
  background-color: transparent;
}
#set_header.transparentheader .header_leftarea .btn,
#set_header.transparentheader .header_rightarea .btn {
  color: #e71f24;
}
#set_header .header_title {
  opacity: 0;
}

#set_main .set_intro {
  padding: 20px 20px;
  text-align: justify;
}
#set_main .set_intro .nothing {
  padding: 10px 0;
}


#set_main .set_intro .map_staticimage {
  overflow: hidden;
  margin: 0 auto 5px;
  /*max-width: 800px;*/
  position: relative;
}
#set_main .set_intro .map_staticimage img {
  width: 100%;
}
#set_main .set_intro .map_staticimage .landmark_title {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40px);
  transform: translate(-50%, -40px);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 -4px 0 0 #e62828;
  box-shadow: 0 -4px 0 0 #e62828;
  font-weight: 700;
}
#set_main .set_intro .map_staticimage .landmark_pin:before {
  content: "";
  display: block;
  background-color: #000;
  width: 20px;
  height: 10px;
  position: absolute;
  border-radius: 100px;
  right: 50%;
  bottom: 50%;
  margin: auto -10px -5px auto;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: .8;
}
#set_main .set_intro .map_staticimage .landmark_pin:after {
  content: "";
  display: block;
  background-color: #222;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 100px 100px 0;
  right: 50%;
  bottom: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-box-shadow: -3px -3px 0 0 #e62828;
  box-shadow: -3px -3px 0 0 #e62828;
}
#set_main .set_intro .map_staticimage:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 2px #333, inset 0 0 30px #000;
  box-shadow: inset 0 0 0 2px #333, inset 0 0 30px #000;
  opacity: .1;
}


#set_main .set_intro .richtext_wrap {
  position: relative;
}
#set_main .set_intro.folded .richtext_wrap {
  height: 350px;
  overflow: hidden;
}

#set_main .set_intro .richtext img {
  min-height: 200px;
  width: 100%;
}

#set_main .set_intro .richtext_wrap .card_more {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
#set_main .set_intro.folded .richtext_wrap .card_more {
  display: block;
}


/** 套组设计师作者展示 **/
#set_main .set_intro .set_intro_setdesigner {
  margin-bottom: 10px;
  font-size: 14px;
  color: #999;
}
#set_main .set_intro .list_setdesigner {
  font-size: 0;
  text-align: center;
}
#set_main .set_intro .list_setdesigner .item_setdesigner {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 130px;
  margin: 0 10px 10px;
}
#set_main .set_intro .list_setdesigner .item_setdesigner .avatar {
  width: 60px;
  height: 60px;
  box-shadow: inset 0 0 10px rgba(0,0,0,.2);
  border-radius: 4px;
}
#set_main .set_intro .list_setdesigner .item_setdesigner .name {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}
#set_main .set_intro .list_setdesigner .item_setdesigner .nickname {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#set_main .set_intro .list_setdesigner .item_setdesigner .btn_setdesigner_remove {
  padding: 3px 5px;
}

#set_main .set_intro .btn_setdesigner_select {
  text-align: right;
  padding-top: 10px;
}
#set_main .set_intro .btn_setdesigner_select .btn {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
}

/** 翻译 **/
#set_main .set_intro .translate_btnbox_wrap {
  text-align: right;
}
#set_main .set_intro .translate_btnbox {
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 0 10px;
}
#set_main .set_intro .translate_btnbox * {
  vertical-align: middle;
  display: inline-block;
}
#set_main .set_intro .translate_btnbox .btn {
  padding: 5px;
  color: #ccc;
}
#set_main .set_intro .translate_btnbox .btn.active {
  color: #e71f24;
  font-weight: bold;
}
#set_main .set_intro .translate_btnbox .btn.active span {
  text-decoration: underline;
}


#set_main_top .tips_set_intro,
#set_main .tips_set_intro,
#moreinfo_main .tips_set_intro {
  text-align: right;
  color: #999;
}
#set_main_top .tips_set_intro .btn,
#set_main .tips_set_intro .btn,
#moreinfo_main .tips_set_intro .btn {
  padding: 0 5px;
  cursor: pointer;
}

#set_main .tips_set_intro .btn *,
#moreinfo_main .tips_set_intro .btn * {
  vertical-align: middle;
}
#set_main .tips_set_intro .btn .material-icons,
#moreinfo_main .tips_set_intro .btn .material-icons {
  font-size: 18px;
}

#moreinfo_main {
  margin-top: 10px;
}

#comment_main {
  margin-top: 10px;
}
#comment_main .card {
  padding: 10px;
}

#relset_main {
  margin-top: 10px;
}


@media only screen and (min-width: 640px) {
  #set_header.transparentheader .header {
    background-color: #e71f24;
  }
  #set_header.transparentheader .header_leftarea .btn,
  #set_header.transparentheader .header_rightarea .btn {
    color: #fff;
  }
  #set_header.transparentheader .header_title {
    opacity: 1!important;
  }
  #set_main_top {
    padding-left: 250px;
  }
  #set_main,
  #moreinfo_main,
  #comment_main,
  #relset_main {
    padding-left: 260px;
    padding-right: 10px;
  }

}

@media only screen and (min-width: 800px) {
  #set_main_top {
    /*width: 520px;
    border-radius: 4px;*/
  }
  #set_main_top .cover_wrap {
    width: 200px;
    position: absolute;
    left: 15px;
  }
  #set_main_top .title_wrap {
    padding-left: 240px;
    padding-top: 40px;
    min-height: 200px;
  }
  .main_title {
    text-align: left;
  }
/*  #set_main {
    padding-left: 530px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }*/
}

@media only screen and (min-width: 1100px) {
  #set_main_top {
    padding-right: 400px;
  }
  #set_main, 
  #moreinfo_main, 
  #relset_main {
    padding-right: 410px;
  }
  #comment_main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    /*padding-left: 10px;*/
    /*background-color: #4A616A;*/
    background-color: #fff;
    margin-top: 0;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    border-left: 1px solid #e3e3e3;
  }
  #comment_main .main_title {
    display: none;
  }
  #comment_main .card {
    box-shadow: none;
  }
}

@media only screen and (min-width: 1200px) {
  #set_main_top {
    padding-right: 500px;
  }
  #set_main, 
  #moreinfo_main, 
  #relset_main {
    padding-right: 510px;
  }
  #comment_main {
    width: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  #set_main_top .cover_wrap {
    width: 350px;
  }
  #set_main_top .title_wrap {
    padding-left: 380px;
    min-height: 350px;
  }
  #set_main_top .title_wrap .title {

  }
  #set_main_top .title_wrap .subtitle {

  }
}
@media only screen and (min-width: 1600px) {
  #set_main_top .cover_wrap {
    width: 500px;
  }
  #set_main_top .title_wrap {
    padding-left: 540px;
    min-height: 500px;
  }
}
@media only screen and (min-width: 1800px) {
  #set_main_top {
    padding-right: 700px;
  }
  #set_main, 
  #moreinfo_main, 
  #relset_main {
    padding-right: 710px;
  }
  #comment_main {
    width: 700px;
  }
}
@media only screen and (min-width: 2000px) {
  #set_main_top {
    padding-right: 1000px;
  }
  #set_main_top .cover_wrap {
    width: 350px;
  }
  #set_main_top .title_wrap {
    padding-left: 370px;
    min-height: 350px;
  }
  #set_main {
    padding-right: 1010px;
  }
  #set_main .set_intro_wrap {

  }
  #set_main .set_tab_nav_wrap {
    display: none;
  }
  #moreinfo_main {
    position: fixed;
    top: 0;
    right: 500px;
    bottom: 0;
    width: 500px;
    padding-left: 10px;
    background-color: #f9f9f9;
    /* background-color: #fff; */
    margin-top: 0;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 10px;
    border-left: 1px solid #e3e3e3;
  }
  #moreinfo_main:after {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
  }
  #relset_main {
    padding-right: 1010px;
    /*padding-left: 1070px;*/
  }
  #comment_main {
    width: 500px;
  }
}
@media only screen and (min-width: 2300px) {
  #set_main_top {
    padding-right: 1200px;
  }
  #set_main_top .cover_wrap {
    width: 500px;
  }
  #set_main_top .title_wrap {
    padding-left: 540px;
    min-height: 500px;
  }
  #set_main {
    padding-right: 1210px;
  }
  #set_main .set_intro_wrap {

  }
  #set_main .set_tab_nav_wrap {

  }
  #moreinfo_main {
    right: 700px;
  }
  #relset_main {
    padding-right: 1210px;
  }
  #comment_main {
    width: 700px;
  }
}
@media only screen and (min-width: 2700px) {
  #set_main_top {
    padding-right: 1600px;
  }
  #set_main {
    padding-right: 1610px;
  }
  #moreinfo_main {
    right: 1100px;
  }
  #relset_main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    padding-left: 10px;
    background-color: #f9f9f9;
    /* background-color: #fff; */
    margin-top: 0;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 10px;
    border-left: 1px solid #e3e3e3;
  }
  #comment_main {
    right: 400px;
  }
}
@media only screen and (min-width: 3000px) {
  #set_main_top {
    padding-right: 2100px;
  }
  #set_main {
    padding-right: 2110px;
  }
  #moreinfo_main {
    width: 700px;
    right: 1400px;
  }
  #relset_main {
    width: 700px;
  }
  #comment_main {
    right: 700px;
  }
}



@media only screen and (min-width: 370px) {
  #set_main .set_strongbind .item_set {
    width: 45%;
    margin: 0 3px 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 150px;
    flex: 1 1 150px;
  }
  #set_main .set_strongbind .item_set .cover {
    width: 60px;
    height: 60px;
  }
  #set_main .set_strongbind .item_set .title_wrap {
    padding-left: 85px;
  }
}



#infobox {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  /*color: #fff;*/
  text-align: center;
}
#infobox .btn_box .btn {
  line-height: 35px;
  height: 35px;
  width: 35px;
  text-align: center;
  color: #fff;
}
#infobox .qrcode {
  width: 100px;
  display: inline-block;
}
#infobox .qrcode canvas {
  width: 100%;
  border: 10px solid #fff;
}

#infobox .copyright {
  color: #fff;
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 640px) {
  #infobox {
    display: block;
  }
}

@media only screen and (max-height: 700px) {
  #infobox {
    position: relative;
  }
  
  #index_header.header_wrap .main_top {
    overflow: visible;
  }
}
@media only screen and (max-height: 700px) and (min-width: 640px) {
  #index_header .main_top .filter_brand dl {
    height: 300px;
  }
  
}

/** 相关标签 **/
.list_tag {
  padding: 10px;
}
.list_tag a {
  padding: 5px 15px;
  border-radius: 100px;
  margin: 2px 5px 2px 0;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -khtml-user-select: initial;
  user-select: initial;
}
/** 相关套组 **/
#relset_main .list_set {
  margin-top: 5px;
}
@media only screen and (min-width: 370px) {
  #relset_main .list_set {
    margin-left: -3px;
    margin-right: -3px;
  }
  #relset_main .list_set .item_set {
    width: 45%;
    margin: 0 3px 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 150px;
    flex: 1 1 150px;
  }
  #relset_main .list_set .item_set .cover {
    width: 60px;
    height: 60px;
  }
  #relset_main .list_set .item_set .title_wrap {
    padding-left: 85px;
  }
}

.set_tab_nav {
  margin-bottom: 5px;
}
.set_tab_nav .num {
font-weight: bold;
  display: inline-block;
  background-color: #e71f24;
  color: #fff;
  line-height: 20px;
  height: 20px;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 3px;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.set_tab_nav_wrap.fixed {
  height: 48px;
}
.set_tab_nav_wrap.fixed .set_tab_nav {
  position: fixed;
  top: 50px;
  left: 5px;
  right: 5px;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  .set_tab_nav_wrap.fixed .set_tab_nav {
    top: 0;
    left: 260px;
    right: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  .set_tab_nav_wrap.fixed .set_tab_nav {
    right: 410px;
  }
  .set_tab_nav .tab_comment_main {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .set_tab_nav_wrap.fixed .set_tab_nav {
    right: 510px;
  }
}
@media only screen and (min-width: 1800px) {
  .set_tab_nav_wrap.fixed .set_tab_nav {
    right: 710px;
  }
}


/** Material Design 水波 **/

.ink {
/*padding:0; margin:0; box-sizing:border-box;*/
  overflow: hidden;
  position: relative;
}

.ripple {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.ink_dark .ripple {
  background-color: rgba(0, 0, 0, 0.2);
} 
.ripple-effect {
  -webkit-animation: boom .5s ease-out;
  animation: boom .5s ease-out;
}



@-webkit-keyframes boom {

  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes boom {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/** 表单 通用 **/
label {
  cursor: pointer;
}
.card_form {
  padding: 15px 25px;
  margin-bottom: 5px;
  max-width: 640px;
}
/*.card_form .form_item:last-of-type,*/
.card_form .form_item:last-child {
  border-bottom: none;
}

/*select.form_input*/
.form_check input[type="checkbox"],
.form_check input[type="radio"]
.form_input[type="text"],
textarea.form_input,
.appearance_none {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}



.form_item {
  display: block;
  position: relative;
  font-size: 0;
  padding: 0;
  font-size: 14px;
}

.form_label {
  color: #8c8c8c;
  display: block;
  font-size: 12px;
  padding-top: 10px;
}
.form_item_con {
  position: relative;
  width: 100%;
  min-height: 40px;
}
.form_static {
  line-height: 1;
  min-height: 40px;
  padding: 12px 0;
  font-size: 16px;
}
.form_input {
  border: 0;
  line-height: 40px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  font-family: inherit;
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid #e8e8e8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form_input:focus {
  outline: none;
  border-bottom: 2px solid #e71f24;
}
.form_input[readonly],
.form_input:disabled {
  background-color: #e8e8e8;
  padding-left: 10px;
  color: #999;
  cursor: not-allowed;
  border-color: transparent;
}

.form_input.has_error {
  border-color: #e71f24;
  color: #e71f24;
}

.form_input::-webkit-input-placeholder {
  color: #ccc;
}

.form_check {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-family: inherit;
  cursor: pointer;
}
.form_check input[type="checkbox"],
.form_check input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  margin-right: 5px;
}
.form_check input[type="checkbox"]:before,
.form_check input[type="checkbox"]:after,
.form_check input[type="radio"]:before,
.form_check input[type="radio"]:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  position: relative;
  top: 6px;
  left: 0;
  line-height: 10px;
  padding-bottom: 12px;
  color: #ddd;
}
.form_check input[type="radio"]:before {
  content: "";
}
.form_check input[type="radio"]:checked:before {
  content: "";
  color: #e71f24;
  /*-webkit-animation: check_radio 0.2s ease-out 0s 1 normal both;
  animation: check_radio 0.2s ease-out 0s 1 normal both;*/
}

.form_check input[type="checkbox"]:before {
  content: "";
}
.form_check input[type="checkbox"]:checked:before {
  content: "";
  color: #e71f24;
  -webkit-animation: check_radio 0.2s ease-out 0s 1 normal both;
  animation: check_radio 0.2s ease-out 0s 1 normal both;
}
.form_check input[type="checkbox"] + span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form_check input[type="checkbox"]:checked + span {
  color: #e71f24;
}

@-webkit-keyframes check_radio {
  0%{-webkit-transform:scale(0); opacity:0}
  100%{-webkit-transform:scale(1); opacity:1}
}
@keyframes check_radio {
  0%{transform:scale(0); opacity:0}
  100%{transform:scale(1); opacity:1}
}
/*
.form_imgupload {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 2px solid #fff;
}*/
.form_item .cover {
  background-color: #f4f4f4;
  background-image: url(../img/img_blank.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form_item .cover,
.form_item .avatar {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 2px solid #fff;
  margin: 0 0 0 auto;
}
.form_imgupload_box {
  font-size: 0;
}


/*
.form_item_plane .form_item_con {
  padding-top: 10px;
}
.form_item_plane .form_item_con .form_input {
  width: 100%;
  background-color: transparent;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}
.form_item_plane .form_item_con .form_input:focus {
  outline: none;
  border-bottom: 1px solid #e71f24;
}
.form_item_plane .form_item_con .form_label {
  font-size: 12px;
  transform: translateY(-15px);
}
.form_item_plane .form_item_con textarea.form_input {
  line-height: 1.2;
  padding-top: 10px;
  min-height: 80px;
  text-align: left;
}
*/
.form_item_tips {
  padding: 5px 0;
}
.form_item_tips .form_static {
  text-align: left;
  background-color: #FEFFD9;
  border: 1px dotted #c8c8c8;
  padding: 10px;
  line-height: 1.2;
  font-size: 14px;
}
.form_item_tips .form_static small {
  color: #ef3a3a;
}
/*
.form_item_tips.form_item_plane .form_label {
  display: none;
}
.form_item_tips.form_item_plane .form_item_con {
  padding-left: 0;
}
*/
.form_item_tips .form_static hr {
  margin: 5px 0;
  border: 0;
  border-bottom: 1px dotted #c8c8c8;
}
.form_item_con select.form_input {
  background-color: transparent;
}
/*
.form_item_plane select.form_input {
  direction: rtl;background-color: transparent;
}
.form_item_plane select.form_input option {
  direction: ltr;
}
*/
.form_textarea .form_label {
  position: relative;
}
.form_textarea .form_item_con {
  padding-left: 0;
  clear: both;
}
.form_textarea .form_item_con textarea.form_input {
  line-height: 1.2;
  padding-top: 10px;
  min-height: 80px;
  text-align: left;
}

.form_help {
  text-align: left;
  /*background-color: #FEFFD9;
  border: 1px dotted #c8c8c8;*/
  padding: 5px 0;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 12px;
  color: #858585;
}
/*
.form_item_plane .form_help {
  text-align: right;
}
*/
.haserror .form_help {
  padding: 5px;
  border-color: #FFC6C6;
  color: #ef3a3a;
  background-color: #FEFFD9;
}

.form_unit {
  position: absolute;
  top: 0;
  right: 0;
  color: #8c8c8c;
  line-height: 40px;
  height: 40px;
}
.form_item_con .form_input.has_unit {
  padding-right: 40px;
}


.form_item.form_item_btn {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  color: #6d6d6d;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 10px;
}
.form_item.form_item_btn .form_btn_part {
  position: relative;
  padding: 0 2.5px;
  font-size: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.form_item.form_item_btn .form_btn_part.half {
  -webkit-box-flex: .5;
  -webkit-flex: .5;
  flex: .5;
}
.form_item.form_item_btn .form_btn_part .form_btn {
  display: block;
  width: 100%;
  line-height: 40px;
}
.form_item.form_item_btn .form_btn_part:first-of-type {
  padding-left: 0;
}
.form_item.form_item_btn .form_btn_part:last-of-type {
  padding-right: 0;
}

.setadd_cover {
  text-align: center;
}
.setadd_cover .image {
  width: 60px;
  height: 60px;
  background-color: #f4f4f4;
}

#setnumber_add_main .item_set {
  max-width: 640px;
}

/** 范围文本框 年龄 **/
.form_rangeinput {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.form_rangeinput .form_input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.form_rangeinput .form_unit {
  position: relative;
  padding: 0 10px;
}
.form_rangeinput .form_unit:last-of-type {
  padding-right: 0;
}

/** Set 编号 **/
.card_form_setnumber {
  border-left: 5px solid #999;
}
.card_form_setnumber .btn_remove,
.card_form_setnumber .btn_hide {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 18px;
  font-size: 12px;
}
.card_form_setnumber .btn_remove i,
.card_form_setnumber .btn_hide i {
  font-size: 18px;
}
.card_form_setnumber .btn_remove span,
.card_form_setnumber .btn_hide span {
  display: inline-block;
  vertical-align: middle;
}

.card_form_setnumber .btn_hide .off,
.card_form_setnumber .btn_remove .off,
.card_form_setnumber .btn_remove .del {
  color: #e71f24;
}
.card_form_setnumber .btn_hide .on,
.card_form_setnumber .btn_remove .on {
  color: #0DBD0A;
}

.card_form_setnumber .btn_hide .on,
.card_form_setnumber .btn_hide [type=checkbox]:checked ~ .off,
.card_form_setnumber .btn_remove .off,
.card_form_setnumber.hide .btn_remove .on {
  display: none;
}
.card_form_setnumber .btn_hide [type=checkbox]:checked ~ .on,
.card_form_setnumber.hide .btn_remove .off {
  display: block;
}

.card_form_setnumber .btn_moreparameter {
  display: block;
  color: #0081e6;
  line-height: 35px;
  text-align: left;
}
#setnumber_add_main .div_moreparameter,
.card_form_setnumber .div_moreparameter {
  padding: 5px 15px;
  background-color: #f9f9f9;
  margin: 0 -15px;
}
.card_form_setnumber .div_moreparameter {
  display: none;
}
#setnumber_add_main .div_moreparameter .form_input,
.card_form_setnumber .div_moreparameter .form_input {
  background-color: transparent;
}

/** Set 添加编号 **/
.card_form_plus {
  text-align: center;
  cursor: pointer;
}
.card_form_plus i {
  color: #0081e6;
}

/** 相关主题 添加套组资料 **/
.list_formthemetag {
  font-size: 0;
  padding-top: 5px;
}
.item_formthemetag {
  font-size: 12px;
  display: inline-block;
  margin: 0 5px 5px 0;
  background-color: #f4f4f4;
  line-height: 35px;
  padding: 0 30px 0 15px;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.item_formthemetag:after {
  content: "\e5c9";
  font-family: 'Material Icons';
  font-size: 20px;
  display: block;
  line-height: 30px;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -15px;
  color: #ff6569;
}
.list_formthemetag #btn_formthemetag_add {
  margin-bottom: 5px;
  line-height: 35px;
  width: 35px;
  vertical-align: top;
}

#subplate_formthemetag .subplate_box {
  padding: 20px 20px 60px;
}
.list_selectthemetag {
  font-size: 0;
  padding-top: 5px;
}
.item_selectthemetag {
  font-size: 12px;
  display: inline-block;
  margin: 0 5px 5px 0;
  background-color: #f4f4f4;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 100px;
  position: relative;
}
.item_selectthemetag.active {
  background-color: #0081e6;
  color: #fff;
}


.form_label_tips {
  background-color: #fff6de;
  color: #c7af00;
  margin-left: 5px;
  border-radius: 4px;
  font-style: normal;
}


/** 多说 **/
#ds-notify {
  max-width: none !important;
  top: 50px!important;
  right: 0!important;
  font-size: 12px!important;
  padding: 5px!important;
  border: none!important;
  border-radius: 3px!important;
  background-color: #f8f8f8;
}
#ds-notify #ds-reset a.ds-logo {
  left: 5px!important;
}
/*######## 多说评论 PC ########*/

.ds-thread #ds-thread #ds-reset .ds-post-button {
  font-family: inherit;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  background: #e71f24;
  border: 0;
  -webkit-border-radius: 0;
}
/*
.ds-thread #ds-thread #ds-reset .ds-post-button:hover {
  color: #fff;
  background: #F5553E;
}
*/
.ds-thread #ds-thread #ds-reset .ds-textarea-wrapper {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dcd5c3;
  background: #fff;
}
.ds-thread #ds-thread #ds-reset .ds-post-options {
  border: 0;/*1px solid #dcd5c3
  border-right: none;*/
  top: 5px;
}

.ds-thread #ds-thread #ds-reset .ds-toolbar-buttons {
  top: 10px;
}

.ds-thread #ds-reset .ds-gradient-bg {
  background: transparent;/*#fcf8ed;*/
}

.ds-thread #ds-thread #ds-reset .ds-textarea-wrapper textarea {
  height: 80px;
}

.ds-thread #ds-thread #ds-reset a.ds-like-thread-button {
  background: #fcf8ed;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #DED9CA;
  border-bottom-color: #ccc;
}
.ds-thread #ds-thread #ds-reset a.ds-like-thread-button:hover {
  background: #fff;
  border: 1px solid #dcd5c3;
}

.ds-thread #ds-thread #ds-reset li.ds-tab a.ds-current {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #DED9CA;
  border-bottom-color: #ccc;
  background: #fcf8ed;
}
.ds-thread #ds-thread #ds-reset li.ds-tab a.ds-current:hover {
  background: #fff;
  border: 1px solid #dcd5c3;
}

.ds-thread #ds-reset .ds-avatar img {
  -webkit-border-radius: 0;
  border-radius: 0;
}

#ds-thread #ds-reset .ds-post-toolbar {
  box-shadow: none;
}

.ds-thread #ds-thread #ds-reset #ds-bubble {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}
@media only screen and (max-width: 736px) {

  /*######## 多说评论 手机 ########*/

  #ds-thread #ds-reset .ds-replybox .ds-avatar {
    display: none;
  }
  .ds-thread #ds-thread #ds-reset .ds-replybox {
    padding: 0 0 0 0;
  }
  #ds-thread #ds-reset .ds-sync label {
    display: none;
  }

  .ds-thread #ds-reset .ds-avatar img,
  .ds-thread #ds-thread #ds-reset ul.ds-children .ds-avatar img {
    width: 25px;
    height: 25px;
  }
  .ds-thread #ds-thread #ds-reset ul.ds-children .ds-avatar {
    width: 25px;
    height: 25px;
  }
  .ds-thread #ds-thread #ds-reset .ds-comment-body {
    padding-left: 0;
  }
  #ds-reset .ds-avatar {
    margin-right: 10px;
  }
}



/** 选择发布年份 选单 **/
.subplate_released .subplate {
  padding: 20px 10px 50px;
}
.subplate_released .releasedtips {
  margin-bottom: 10px;
}
.subplate_released .list_selectreleased {
  background-color: #fff;
}
.subplate_released .item_selectreleased {
  cursor: pointer;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  /*margin-right: 10px;*/
  margin-bottom: 5px;
  min-width: 115px;
  border-radius: 4px;
}
.subplate_released .item_selectreleased_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
/*
.subplate_released .item_selectreleased * {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
*/
.subplate_released .item_selectreleased .material-icons {
  color: #999;
}
.subplate_released .item_selectreleased .year {
  display: block;
  font-weight: bold;
  /*-webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;*/
}
.subplate_released .item_selectreleased .badge {
  transform: scale(.8);
  transform-origin: 0 50%;
  color: #666;
  border-radius: 100px;
  font-weight: bold;
  margin-left: 5px;
}
.subplate_released .item_selectreleased.active {
  background-color: #e71f24;
  color: #fff;
}
.subplate_released .item_selectreleased.active .material-icons {
  color: #fff;
}
.subplate_released .item_selectreleased.disabled {
  opacity: .3;
}


/** 选择零件类型 选单 **/
.subplate_bricktype .subplate {
  padding: 20px 10px 50px;
}
.subplate_bricktype .slider_brickpcs_wrap {
  margin: 10px 20px 30px;
}
.subplate_bricktype .slider_brickpcs_preselection {
  margin: 20px 0;
}
.subplate_bricktype .slider_brickpcs_preselection a {
  display: inline-block;
  border: 2px solid #f8f8f8;
  line-height: 35px;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 4px;
}
.subplate_bricktype .slider_brickpcs_preselection a.active {
  border: 2px solid #E71F24;
  color: #E71F24;
  z-index: 1;
}
.subplate_bricktype .releasedtips {
  margin-bottom: 10px;
}
.subplate_bricktype .list_selectbricktype {
  background-color: #fff;
  margin: 0 20px;
}
.subplate_bricktype .item_selectbricktype {
  cursor: pointer;
  padding: 0 10px;
  margin-bottom: 5px;
  min-width: 115px;
  border-radius: 4px;
  border: 2px solid #f8f8f8;
  position: relative;
}
.subplate_bricktype .item_selectbricktype .selectbricktype_icon {
  width: 80px;
  height: 80px;
  background-image: url(../img/bricktype_icon.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-right: 5px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.subplate_bricktype .item_selectbricktype .selectbricktype_icon.icon_2 {
  background-position: 20%;
}
.subplate_bricktype .item_selectbricktype .selectbricktype_icon.icon_3 {
  background-position: 40%;
}
.subplate_bricktype .item_selectbricktype .selectbricktype_icon.icon_4 {
  background-position: 60%;
}
.subplate_bricktype .item_selectbricktype .selectbricktype_icon.icon_5 {
  background-position: 80%;
}
.subplate_bricktype .item_selectbricktype .selectbricktype_icon.icon_6 {
  background-position: 100%;
}
.subplate_bricktype .item_selectbricktype_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.subplate_bricktype .item_selectbricktype_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.subplate_bricktype .item_selectbricktype_text .title b {
  padding-right: 10px;
  font-size: 15px;
}
.subplate_bricktype .item_selectbricktype_text .title span {
  opacity: .6;
}

.subplate_bricktype .item_selectbricktype.active {
  border: 2px solid #E71F24;
  box-shadow: 0px 10px 10px -6px rgba(231,31,36,.5), 0px 0px 16px 0px rgba(231,31,36,.3);
  z-index: 1;
}


/** 选择按品牌排序 选单 **/
.subplate_brandorder .subplate {
  padding: 20px 10px 50px;
}
.list_brandorder {
  background-color: #fff;
  padding-left: 40px;
}
.item_brandorder {
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
  padding: 0 10px;
}
.item_brandorder:last-of-type {
  border-bottom: none;
}

.subplate_brandorder .subplate .brandlogo {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color: #ccc;*/
  vertical-align: middle;
}
.subplate_brandorder .subplate .brand {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 5px;
  vertical-align: middle;
  font-size: 15px;
}
.item_brandorder.active {
  background-color: #e71f24;
  color: #fff;
}
.item_brandorder.active .brand {
  color: #fff;
}

.subplate_brandorder .brandorder_switch {
  text-align: right;
  float: right;
}
/*
.subplate_brandorder .list_brandorder_wrap.fold .list_brandorder {
  display: none;
}
*/


.item_orderrule {
  line-height: 40px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 15px;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
}
.brandorder_wrap.item_orderrule,
.brandorder_wrap.item_orderrule.active {
  padding: 0;
  background-color: #fff;
  color: #999;
}
.subplate_brandorder .brandorder_selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0 10px;
}
.subplate_brandorder .brandorder_selected .brandorder_selected_title {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.subplate_brandorder .brandorder_selected .brandorder_selected_title:after {
  font-family: 'Material Icons';
  content: "\e5ce";
  display: inline-block;
  font-size: 24px;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.item_orderrule.fold .brandorder_selected .brandorder_selected_title:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.subplate_brandorder .brandorder_selected .brand {
  vertical-align: top;
}
.item_orderrule.active {
  background-color: #e71f24;
  color: #fff;
}

.item_orderrule .orderrule_icon {
  width: 30px;
  height: 20px;
  background-image: url(../img/order_icon.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 5px;
}
#setlist_main_top .filter_brandorder .orderrule_icon.icon_2,
.item_orderrule .orderrule_icon.icon_2 {
  background-position: 25%;
}
#setlist_main_top .filter_brandorder .orderrule_icon.icon_3,
.item_orderrule .orderrule_icon.icon_3 {
  background-position: 50%;
}
#setlist_main_top .filter_brandorder .orderrule_icon.icon_4,
.item_orderrule .orderrule_icon.icon_4 {
  background-position: 75%;
}
#setlist_main_top .filter_brandorder .orderrule_icon.icon_5,
.item_orderrule .orderrule_icon.icon_5 {
  background-position: 100%;
}


/** 选择主题分类 选单 **/

.subplate_theme .subplate {
  padding: 20px 10px 50px;
}
.subplate_theme .list_theme {
  text-align: center;
  font-size: 0;
}
.subplate_theme .item_theme {
/*  border-bottom: 1px solid #e3e3e3;*/
  cursor: pointer;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: #999;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100px;
  height: 130px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
/*  background-color: #f4f4f4;*/
  border: 2px solid #e3e3e3;
  margin: 5px;
  border-radius: 4px;
}
.subplate_theme .item_theme .title {
  display: inline-block;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 15px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  font-weight: bold;
}
.subplate_theme .item_theme .title .subtitle {
  font-size: 12px;
  font-weight: normal;
}
.subplate_theme .item_theme .num {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 12px;
  padding: 0 10px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: rgba(51,51,51,.8);
  color: #fff;
  border-radius: 2px;
}
.item_theme.active {
/*  background-color: #e71f24;
  color: #fff;*/
  border: 2px solid #E71F24;
  box-shadow: 0px 10px 10px -6px rgba(231,31,36,.5), 0px 0px 16px 0px rgba(231,31,36,.3);
}
.item_theme.active .title {
  color: #e71f24;
}
.item_theme.active .num {
  background-color: #E71F24;
}

.subplate_theme .list_moretheme {
  text-align: center;
  font-size: 0;
}
.subplate_theme .item_moretheme {
  border: 2px solid #e3e3e3;
}
.subplate_theme .item_moretheme .num {
  background-color: rgba(51,51,51,.8);
}
.subplate_theme .item_moretheme.active {
  border: 2px solid #E71F24;
}
.subplate_theme .item_moretheme.active .num {
  background-color: #E71F24;
}
.subplate_theme .item_moretheme.active .title {
  color: #e71f24;
}



.subplate_theme .list_moretheme {
  text-align: left;
}
.list_submoretheme {
  padding-left: 20px;
  border: 1px solid #f4f4f4;
  border-left: 4px solid #f4f4f4;
  margin: 5px 5px 5px 5px;
}



.list_overviewtheme {
  font-size: 0;
  padding: 10px;
}
.item_overviewtheme_wrap {
  position: relative;
}
/*.item_overviewtheme_wrap:before {
  position: absolute;
  content: "";
  background-color: #e8e8e8;
  height: 10px;
  width: 100%;
}*/
.item_overviewtheme {
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  background-color: #f4f4f4;
  cursor: pointer;
  position: relative;
}
.list_overviewtheme > .item_overviewtheme_wrap > .item_overviewtheme {
  display: block;
  border-left: 4px solid #d8d8d8;
}
.item_overviewtheme_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  line-height: 30px;
  padding: 0 10px;
}
.list_overviewtheme > .item_overviewtheme_wrap > .item_overviewtheme .item_overviewtheme_box {
  line-height: 40px;
}
.item_overviewtheme .title {
  /*-webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;*/
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  margin-right: 10px;
}
.item_overviewtheme .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 10px;
  background-color: rgba(51,51,51,.4);
  color: #fff;
  border-radius: 2px;
  line-height: 20px;
  transform: scale(.8);
  /*display: none;*/
}


.list_suboverviewtheme {
  padding-left: 10px;
  /*border-left: 4px solid #f4f4f4;*/
  margin: 5px 5px 5px 15px;
  position: relative;
}
.list_suboverviewtheme:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  /*height: 50%;*/
  bottom: 20px;
  width: 4px;
  background-color: #f4f4f4;
  left: 0;
}
.list_suboverviewtheme:after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  bottom: 20px;
  left: 0;
  width: 10px;
  background-color: #f4f4f4;
}
.list_suboverviewtheme .item_overviewtheme {
  /*background-color: transparent;*/
}

.list_suboverviewtheme_pool > .item_overviewtheme_wrap {
  display: inline-block;
}
.list_suboverviewtheme_pool > .item_overviewtheme_wrap > .item_overviewtheme {
  border: 2px solid #e3e3e3;
}
.list_suboverviewtheme_pool > .item_overviewtheme_wrap > .item_overviewtheme.active {
  box-shadow: 0px 10px 10px -6px rgba(231,31,36,.5), 0px 0px 16px 0px rgba(231,31,36,.3);
}
.list_suboverviewtheme_pool > .item_overviewtheme_wrap > .list_suboverviewtheme {
  display: none;
}

.item_overviewtheme.active {
  border-color: #E71F24;
  box-shadow: 0px 10px 10px -6px rgba(0,0,0,.2), 0px 0px 16px 0px rgba(0,0,0,.1);
}
.item_overviewtheme.active .title {
  color: #E71F24;
}
.item_overviewtheme.active .num {
  background-color: #E71F24;
}





/** 反馈投诉举报 **/
#subplate_feedback {
  z-index: 15;
}
#subplate_feedback .subplate {
  padding: 10px 10px 60px;
}
#subplate_feedback .feedback_form {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#subplate_feedback [name=feedback_text] {
  min-height: 150px;
}


/** 更多菜单界面 **/
.show_header_menubar .header_wrap {
  box-shadow: 1px 0 20px rgba(0,0,0,.4);
}
body.fixed .main {/*.show_header_menubar*/
  transform: translate3d(0,0,0);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
body.fixed #set_main_top {
  transform: translate3d(0,0,0);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

@media only screen and (max-width: 639px) {
  body.fixed #hello_header_wrap,
  body.fixed #index_header {
    transform: translate3d(0,0,0);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

/*body {
  padding-left: 250px;
}
*/
.main {
  /*transform: translateX(250px);*/
}
#header_menubar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  visibility: hidden;
}
#header_menubar_box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #e8e8e8;/*#f6f6f6*/
  width: 500px;
  padding-left: 250px;
  box-shadow: 1px 0 10px rgba(0,0,0,.2);
  overflow: auto;
  transform: translateX(-110%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.show_header_menubar #header_menubar {
  visibility: visible;
}
.show_header_menubar #header_menubar_box {
  transform: translateX(0);
}
#header_menubar .btn_close {
  width: 60px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  #header_menubar {
    z-index: 11;
  }
  #header_menubar_box {
    left: auto;
    right: 0;
    width: 250px;
    padding-left: 0;
    box-shadow: -1px 0 10px rgba(0,0,0,.2);
    transform: translateX(110%);
  }
}
#header_menubar .userarea {
  background-color: #92BD0D;
}
#header_menubar .userarea .user_main_top_info {
  display: block;
  padding-top: 20px;
  min-height: 120px;
  position: relative;
  z-index: 1;
}
#header_menubar .avatar_wrap {
  position: relative;
}
#header_menubar .avatar {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  display: block;
  background-color: #f4f4f4;
}
#header_menubar .avatar_wrap .material-icons {
  font-size: 14px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: 17px;
  background-color: rgba(0, 0, 0, 0.67);
  border-radius: 100px;
  color: #fff;
  line-height: 20px;
  width: 20px;
  text-align: center;
}
#header_menubar .name {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: center;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
}

/** 用户玩家资料统计仪表 **/
.user_statitab {
  font-size: 0;
  white-space: nowrap;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  padding: 5px 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.user_statitab .item {
  line-height: 20px;
  padding: 5px;
}
.user_statitab a {
  position: relative;
  font-size: 12px;
  line-height: 35px;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  z-index: 1;
}
.user_statitab .item .num {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.list_planemenu {
  margin-bottom: 5px;
  background-color: #fff;
}
.list_planemenu .planemenu_item {
  position: relative;
  display: block;
  line-height: 45px;
  height: 45px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 20px;
  padding-right: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: 0 0 1px rgba(0,0,0,.2);
  cursor: pointer;
}
.list_planemenu .planemenu_item:hover {
  background-color: #f8f8f8;
  color: #444;
}
.list_planemenu .planemenu_item:last-child {
  border-bottom: none;
}

.list_planemenu .planemenu_item .material-icons {
  line-height: 45px;
  vertical-align: top;
}
.list_planemenu .planemenu_item .icon {
  margin-right: 5px;
}
.list_planemenu .planemenu_item .enter {
  position: absolute;
  top: 0;
  right: 10px;
}

.list_planemenu .planemenu_item .text {
  position: absolute;
  display: block;
  top: 10px;
  right: 40px;
  font-style: normal;
  line-height: 25px;
  max-width: calc( 100% - 100px );
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list_planemenu .planemenu_item .label .sublabel {
  font-size: 12px;
  color: #999;
  padding-left: 5px;
}


.list_planemenu .planemenu_item em {
  position: absolute;
  top: 14px;
  right: 35px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  min-width: 16px;
  font-style: normal;
  text-align: center;
  background-color: #ef3a3a;
  color: #fff;
  border-radius: 100px;
  padding: 0 2px;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.list_planemenu .planemenu_item.noenter em {
  right: 10px;
}

.list_planemenu .planemenu_item.noenter .text {
  right: 10px;
}
.list_planemenu .planemenu_item.hasnew .text {
  padding-right: 25px;
}


#header_menubar .login_box,
#header_menubar .reg_box {
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 5px;
}
#header_menubar .login_box .title,
#header_menubar .reg_box .title {
  padding: 10px 0 5px;
}
#header_menubar .login_box .form_item_con .icon,
#header_menubar .reg_box .form_item_con .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  color: #999;
}
#header_menubar .login_box .form_item_con .form_input,
#header_menubar .reg_box .form_item_con .form_input {
  padding-left: 30px;
}
#header_menubar .login_box .login_extra,
#header_menubar .reg_box .login_extra {
  padding: 15px 0 5px;
  text-align: right;
}
#header_menubar .login_box .login_extra a,
#header_menubar .reg_box .login_extra a {
  margin-left: 10px;
}

#header_menubar .reg_box .text {
  color: #999;
  padding: 5px 0;
}

#header_menubar .reg_box {
  display: none;
}

#header_menubar .user_statitab {
  margin-left: -5px;
  margin-right: -5px;
}

.show_regbox #header_menubar .reg_box {
  display: block;
}
.show_regbox #header_menubar .login_box {
  display: none;
}

.btn_visibility {
  color: #ccc;
}
.btn_visibility.active {
  color: #f55c54;
}
/*
.ds-login a {
  display: inline-block!important;
  margin-right: 5px;
}
.ds-login a:last-of-type {
  margin-right: 0;
}
*/
#header_menubar .otheraccount_box {
  background-color: #fff;
  margin-top: -5px;
  margin-bottom: 5px;
  padding: 0 15px;
}
#header_menubar .otheraccount_box hr {
  margin: 0;
}
#header_menubar .otheraccount_box a {
  height: 40px;
  width: 40px;
  background-image: url(/brick4/img/sharelogo.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  margin: 5px;
  overflow: hidden;
  background-position: -80px;
  cursor: pointer;
}
#header_menubar .otheraccount_box a.phone_login {
  background-position: -400px;
}




/** 提示页面 **/
.card_tips_wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.card_tips {
  margin: auto;
  max-width: 300px;
  min-width: 200px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.card_tips .cover {
  /*background-color: #f4f4f4;*/
  min-height: 40px;
  border-radius: 4px 4px 0 0;
  padding: 30px 0 10px;
}
.card_tips .cover .material-icons {
  font-size: 80px;
  color: #00c800;
}
.card_tips .cover .material-icons.warning {
  color: #ff7e00;
}
.card_tips .cover .material-icons.danger {
  color: #ef3a3a;
}
.card_tips .title {
  font-size: 20px;
  padding: 10px 20px 5px;
  word-break: break-all;
  word-wrap: break-word;
}
.card_tips .text {
  padding: 0 20px 20px;
  word-break: break-all;
  word-wrap: break-word;
  color: #666;
}
.card_tips .btnbox {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 15px;
}
.card_tips .btnbox .btnbox_part {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  padding: 0 5px;
}
.card_tips .btnbox .btnbox_part.half {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.card_tips .btn {
  padding: 10px 20px;
  width: 100%;
}

/** 关于 **/
#about_main .about_card {
  margin-bottom: 5px;
  padding: 30px;
}
#about_main .about_card .cover {
  max-width: 200px;
  margin: 0 auto 20px;
  text-align: center;
  background-color: #e71f24;
  border-radius: 10px;
  padding-left: 15px;
}
#about_main .about_card .cover img {
  width: 100%;
}
#about_main .about_card .title_wrap {
  text-align: center;
  margin-bottom: 20px;
}
#about_main .about_card .title_wrap .title {
  color: #333;
  font-size: 24px;
}
#about_main .about_card .title_wrap .subtitle {
  color: #999;
  font-size: 14px;
}
#about_main .card_title {
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-left: 10px;
}
/** 更新日志 **/
.list_changelog {
  
}
.list_changelog dl {
  counter-reset: sectioncounter;
}
.list_changelog dt {
  color: #FF8D90;
}
.list_changelog dl:first-of-type dt {
  color: #e71f24;
}
.list_changelog dd {
  position: relative;
  padding-left: 20px;
}
.list_changelog dd:before {
  content: counter(sectioncounter)"、"; 
  counter-increment: sectioncounter;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 21px;
  color: #999;
}

/** 发评论 **/
.laosi_comment {
  padding: 0 10px;
}
.laosi_comment .comment_form {
  position: relative;
  padding-left: 50px;
}
.laosi_comment .comment_form .avatar_wrap {
  position: absolute;
  top: 10px;
  left: 0;
}
.laosi_comment .comment_form .avatar {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 480px) {
  .laosi_comment .comment_form {
    padding-left: 0;
  }
  .laosi_comment .comment_form .avatar {
    display: none;
  }
}
.laosi_comment .comment_form .name {
  color: #888;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.laosi_comment .comment_info {
  color: #666;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.laosi_comment .comment_item {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.laosi_comment .comment_item .avatar_wrap {
  position: absolute;
  top: 10px;
  left: 0;
}
.laosi_comment .comment_item .avatar {
  width: 40px;
  height: 40px;
}
.laosi_comment .comment_item .text_wrap {
  padding-left: 50px;
}
.laosi_comment .comment_item .name {
  color: #888;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.laosi_comment .comment_item a.name {
  color: #ef3a3a;
}
.laosi_comment .comment_item .name em {
  font-style: normal;
  padding-right: 5px;
  color: #bbb;
}
.laosi_comment .comment_item .text {
  padding: 5px 0;
  font-size: 13px;
}
.laosi_comment .comment_item .btnbox {
  color: #999;
}
.laosi_comment .comment_item .btnbox .time {
  padding-right: 5px;
}
.laosi_comment .comment_item .comment_form {
  margin-left: 50px;
}
.laosi_comment .comment_item .subcomment_list {
  margin-left: 50px;
}
.laosi_comment .comment_item .subcomment_list .avatar {
  width: 25px;
  height: 25px;
}
.laosi_comment .comment_item .subcomment_list .text_wrap {
  padding-left: 35px;
}

.comment_footer {
  padding-top: 10px;
  color: #aaa;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
}
.comment_footer span {
  display: inline-block;
}

/** 回复 **/
.laosi_comment .comment_item .btnbox a {
  color: #999;
  padding: 0 5px;
}


/** 我的收藏 **/
@media only screen and (max-width: 640px) {
  #favorite_set_main_top {
    display: none;
  }
}


/** 浮动按钮 **/
.float_tools {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 10;
  font-size: 0;
  width: 40px;
}
.float_tools .btn {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: .9;
  background-color: #333;
  color: #fff;
  margin-top: 5px;
}
.float_tools .btn:hover {
  opacity: 1;
}


.float_tools .btn_scroll_to_top {
  display: none;
}
.float_tools .btn_scroll_to_top.active {
  display: block;
  -webkit-animation: scroll_to_top_ani .3s ease-out;
  animation: scroll_to_top_ani .3s ease-out ;
}

@-webkit-keyframes scroll_to_top_ani {
  0% {
    -webkit-transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: .8;
  }
}

@keyframes scroll_to_top_ani {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.float_tools .btn_backhome {
  background-color: #0081e7;
}

.float_tools .btn_search {
  background-color: #E71F24;
}

.float_tools .btn_favorite {
  background-color: #ef3a3a;
}
.float_tools .btn_favorite.active .no,
.float_tools .btn_favorite .ok {
  display: none;
}
.float_tools .btn_favorite.active .ok {
  display: inline-block;
}
.float_tools .btn_favorite.active {
  -webkit-animation: scroll_to_top_ani .3s ease-out;
  animation: scroll_to_top_ani .3s ease-out ;
}

body.fixed #goods_float_tools {
  display: none;
}


/** 查看大图 **/
.pswp {
  z-index: 100;
}



/** 查看图纸 **/
#instruction_main .card {
  margin-bottom: 5px;
}
#instruction_main .instruction_card,
#instruction_main .instruction_view_card,
#instruction_main .instruction_tips_card {
  padding: 10px;
}
#instruction_main .card_title {
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.list_instruction {
  
}
.item_instruction {
  display: block;
  border: 1px solid #e8e8e8;
  margin: 5px;
  padding: 5px 5px 5px 10px;
}
.item_instruction_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.item_instruction * {
  line-height: initial;
}
.item_instruction_box * {
  line-height: 30px;
}
.item_instruction i {
  margin-right: 10px;
  color: #e71f24;/*#999*/
}
.item_instruction .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #e71f24;/*#666*/
  font-size: 14px;
  font-weight: bold;
}
.item_instruction .size {
  margin-left: 5px;
  color: #999;
}
.item_instruction .text {
  margin-left: 24px;
  padding-left: 10px;
  margin-bottom: 5px;
  background-color: #f4f4f4;
  color: #999;
}

.instruction_view {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.instruction_view_img {
  display: inline-block;
  vertical-align: top;
  min-height: 50px;
  border: 1px solid #ccc;
  width: 45%;
  margin: 0 3px 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 150px;
  flex: 1 1 150px;
}
.instruction_view_img img {
  width: 100%;
}


.instruction_download {
  font-size: 0;
}
.instruction_download .btn {
  font-size: 12px;
  line-height: 40px;
  padding: 0 20px;
  margin: 5px;
}
.instruction_download .btn > * {
  line-height: inherit;
}


/** 短评测列表 **/
.item_review {
  margin-bottom: 20px;
  padding: 0 10px;
}
.item_review .author {
  margin: 5px 0;
}
.item_review .author .avatar {
  vertical-align: middle;
}
.item_review .author .name {
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 5px;
  color: #0081e7;
}
.item_review .author .time {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  color: #999;
}
.item_review .setparam_rate {
  display: inline-block;
  vertical-align: middle;
}
.item_review .setparam_rate .rate {
  display: inline-block;
  vertical-align: top;
  line-height: 19px;
  padding-right: 10px;
}
.item_review .setparam_rate span {
  display: inline-block;
  vertical-align: middle;
}
.item_review .title_wrap {
  background-color: #f5f5f5;
  margin: 5px -10px;
  position: relative;
  display: block;
  cursor: pointer;
  color: #333;
  border-top: 2px solid #ddd;
}
.item_review .title_wrap:hover {
  background-color: #f1f1f1;
}
.item_review .title_wrap .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 45px 5px 10px;
  min-height: 36px;
}
.item_review .title_wrap .btn_fold {
  display: block;
  font-size: 16px;
  height: 100%;
  line-height: 36px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
}
.item_review .title_wrap:hover .btn_fold {
  color: #e71f24;
}
.item_review > .text {
  position: relative;
}
.item_review > .text .richtext {
  font-size: 13px;
}
.item_review .laosi_comment {
  padding: 0;
}
.item_review .laosi_comment > .comment_form {
  display: none;
}
.item_review .laosi_comment .comment_form .form_item_btn {
  padding-top: 0;
}
.item_review .form_input {
  font-size: 14px;
}
.item_review .btn_comment_form_show {
  position: relative;
  padding-left: 45px;
  margin: 10px 0;
  cursor: pointer;
}
.item_review .btn_comment_form_show .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-image: url(../img/avatar_blank.png);
}
.item_review .btn_comment_form_show .mocktextarea {
  border: 1px solid #e8e8e8;
  height: 35px;
  line-height: 32px;
  padding: 0 10px;
  color: #999;
}
.item_review .comment_info {
  padding: 0;
  border-bottom: 0;
}

.laosi_comment.show_commentform .btn_comment_form_show {
  display: none;
}
.laosi_comment.show_commentform .comment_form {
  display: block!important;
}
.item_review .laosi_comment .comment_item .avatar {
  width: 30px;
  height: 30px;
}
.item_review .laosi_comment .comment_item .text_wrap {
  padding-left: 45px;
}
.item_review .laosi_comment .comment_item .text {
  padding: 0;
}

.comment_main_btn_wrap {
  padding: 0 10px;
  text-align: right;
}
.comment_main_btn_wrap .btn {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
}

.item_review.fold .laosi_comment {
  display: none;
}
.item_review.fold > .title_wrap .title {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item_review.fold > .text {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.item_review.fold .btn_fold .expand,
.item_review .btn_fold .fold {
  display: none;
}
.item_review.fold .btn_fold .fold {
  display: block;
}

.item_review.fold > .text:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
}

.item_review .div_useful {
  margin: 10px 0;
  text-align: right;
}
.item_review .div_useful .btn {
  padding: 2px 10px;
  margin-right: 5px;
  vertical-align: middle;
}
.item_review .div_useful .btn * {
  vertical-align: middle;
}
.item_review .div_useful .btn .num {
  padding-left: 5px;
}
.item_review .div_useful .btn .material-icons {
  font-size: 14px;
  padding-right: 5px;
}
.item_review.fold .div_useful .btn {

}

.list_reviewpic {
  /*margin: 0 0 5px 0;*/
  font-size: 0;
}

.item_reviewpic {
  width: 85px;
  height: 85px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
}





.item_review .ratestar_author_wrap .ratestar_box,
.item_review .ratestar_author_wrap .ratestar_box_author {
  font-size: 0;
  padding: 5px 0;
}
.item_review .ratestar_author_wrap dl {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.item_review .ratestar_author_wrap dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  width: 0;
  border-right: 1px solid rgba(0,0,0,.07);
}
.item_review .ratestar_author_wrap dl:last-of-type:after {
  border-right: none;
}
.item_review .ratestar_author_wrap dt {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  color: #aaa;
}
.item_review .ratestar_author_wrap dd {
  margin: 0;
  padding: 0;
}
.item_review .ratestar_author_wrap dd .ratestar {
  opacity: .8;
}

.item_review .ratestar_author_wrap .ratestar_box_author dt {
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
  padding-right: 5px;
  color: #999;
}
.item_review .ratestar_author_wrap .ratestar_box_author dd {
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
}

.item_review.fold .ratestar_author_wrap {
  display: none;
}
.item_review.fold .settitle {
  display: none;
}






/** 发表短评测 **/
#review_add_main .item_set {
  max-width: 640px;
}
/*
#review_add_main .form_item_con .rate em {
  padding: 5px 0;
}
#review_add_main .form_item_con .rate i {
  font-size: 30px;
}
*/
#review_add_main [name=review_text_tmp]{
  height: 250px;
}

#review_add_main .btn_addtitle {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #e8e8e8;
  line-height: 40px;
}

/** 我的短评测 **/
.item_myreview {
  padding: 10px 20px;
  margin-bottom: 5px;
}
.item_myreview .title_wrap .title {
  font-size: 18px;
}

/** 单篇短评测阅读 **/
.review_read_box {
  padding: 40px 30px;
  max-width: 800px;
  margin-bottom: 5px;
}
.subpage .review_read_box {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 800px) {
  .review_read_box {
    padding: 20px 15px;
  }
}


.review_read_box .author {
  margin: 5px 0 20px;
}
.review_read_box .author .avatar {
  vertical-align: middle;
  background-image: url(../img/avatar_blank.png);
}
.review_read_box .author .name {
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 5px;
  color: #0081e7;
}
.review_read_box .author .time {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  color: #999;
}
/*
.review_read_box .setparam_rate {
  display: inline-block;
  vertical-align: middle;
}
.review_read_box .setparam_rate .rate {
  display: inline-block;
  vertical-align: top;
  line-height: 19px;
  padding-right: 10px;
}
.review_read_box .setparam_rate span {
  display: inline-block;
  vertical-align: middle;
}
*/
.review_read_box .authorrate {
  margin-bottom: 20px;
}
.review_read_box .authorrate .rate {
  display: inline-block;
  vertical-align: top;
  line-height: 19px;
  padding-right: 10px;
  font-size: 19px;
}
.review_read_box .authorrate span {
  display: inline-block;
  vertical-align: top;
  line-height: 19px;
  font-size: 14px;
}

.review_read_box .ratestar_author_wrap {

}

.review_read_box .ratestar_author_wrap .ratestar_box,
.review_read_box .ratestar_author_wrap .ratestar_box_author {
  font-size: 0;
  padding: 5px 0;
}
.review_read_box .ratestar_author_wrap dl {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.review_read_box .ratestar_author_wrap dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  width: 0;
  border-right: 1px solid rgba(0,0,0,.07);
}
.review_read_box .ratestar_author_wrap dl:last-of-type:after {
  border-right: none;
}
.review_read_box .ratestar_author_wrap dt {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  color: #aaa;
}
.review_read_box .ratestar_author_wrap dd {
  margin: 0;
  padding: 0;
}
.review_read_box .ratestar_author_wrap dd .ratestar {
  opacity: .8;
}

.review_read_box .ratestar_author_wrap .ratestar_box_author dt {
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
  padding-right: 5px;
  color: #999;
}
.review_read_box .ratestar_author_wrap .ratestar_box_author dd {
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
}

.review_read_box .ratestar_author_wrap .ratestar_box_author .rate {
  vertical-align: top;
  line-height: 19px;
  padding-right: 10px;
  font-size: 19px;
  opacity: 1;
}
.review_read_box .ratestar_author_wrap .ratestar_box_author dt {
  vertical-align: top;
  line-height: 19px;
  font-size: 14px;
}




.review_read_box .title {
  font-size: 30px;
  margin: 0;
  line-height: 1.2;
  padding-bottom: 10px;
}
.review_read_box .item_reviewimg {
  width: 100%;
  max-width: 750px;
  margin-bottom: 20px;
  text-align: center;
}
.review_read_box .item_reviewimg {
  width: 100%;
  max-width: 750px;
  margin-bottom: 20px;
  text-align: center;
}
.review_read_box .item_reviewimg[data-lazyimg],
.review_read_box .item_reviewimg[data-lazyimgloading] {
  background-color: #eee;
  padding: 20px 10px;
}

.review_read_box > .text {
  position: relative;
  max-width: 750px;
}
.review_read_box > .text .richtext {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.review_read_box .div_useful {
  margin: 10px 0;
  text-align: right;
}
.review_read_box .div_useful .btn {
  padding: 2px 10px;
  margin-right: 5px;
  vertical-align: middle;
}
.review_read_box .div_useful .btn * {
  vertical-align: middle;
}
.review_read_box .div_useful .btn .num {
  padding-left: 5px;
}
.review_read_box .div_useful .btn .material-icons {
  font-size: 14px;
  padding-right: 5px;
}




.review_read_box .item_set {
  border: 1px solid #ccc;
  position: relative;
  max-width: 600px;
  margin-bottom: 20px;
}


/** 短评测页面 评论 **/
.subpage .review_comment_box {
  margin-left: auto;
  margin-right: auto;
}
.review_comment_box {
  padding: 40px 30px;
  max-width: 800px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
  .review_comment_box {
    padding: 20px 15px;
  }
}
.review_comment_box .laosi_comment {
  padding: 0;
}
.review_comment_box .btn_comment_form_show {
  position: relative;
  padding-left: 45px;
  margin: 10px 0;
  cursor: pointer;
}
.review_comment_box .btn_comment_form_show .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-image: url(../img/avatar_blank.png);
}
.review_comment_box .btn_comment_form_show .mocktextarea {
  border: 1px solid #e8e8e8;
  height: 35px;
  line-height: 32px;
  padding: 0 10px;
  color: #999;
}
.review_comment_box .laosi_comment > .comment_form {
  display: none;
}

/** 链接查看 **/
#link_iframe_main {
  position: absolute;
  bottom: 10px;
  top: 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
#link_iframe_wrap {
  height: 100%;
  position: relative;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
#link_iframe {
  height: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

/** 欢迎页面 **/
#hello_main {
  overflow: hidden;
}
#hello_search_card {
  padding: 10px;
  margin-bottom: 5px;
  padding-top: 20px;
}
#hello_search_card .form_search {
  position: relative;
}
#hello_search_card .input_search {
  display: block;
  width: 100%;
  /*line-height: 40px;*/
  height: 40px;
  border-radius: 4px;
  border: 3px solid #E71F24;/*#e3e3e3*/
  padding: 0 70px 0 10px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#hello_search_card .input_search:hover {
  background-color: #fff;
}
#hello_search_card .input_search:focus {
  outline: #E71F24 auto 5px;
  background-color: #fff;
}
#hello_search_card .btn_search {
  display: block;
  line-height: 40px;
  height: 40px;
  border-radius: 0 4px 4px 0;
  background-color: #e71f24;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}
#hello_search_card .hotkeyword {
  position: relative;
}
#hello_search_card .hotkeyword .label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 53px;
  height: 53px;
  color: #999;
}
#hello_search_card .hotkeyword .list_tag {
  padding-left: 60px;
  padding-bottom: 0;
}

.hello_main_title {
  font-size: 16px;
  text-align: left;
  color: #666;
  display: block;
  margin: 10px 0;
}
.hello_main_title * {
  vertical-align: bottom;
  line-height: 28px;
  height: 28px;
}
.hello_main_title .btn_more {
  float: right;
  font-size: 14px;
  padding-left: 20px;
  color: #E71F24;
}


/** 热门套组列表 欢迎页面【暂停使用】 **/
#hello_newset_card,
/*#hello_hotset_card,*/
#hello_randset_card,
#hello_hotset_card .tab_con {
  overflow: auto;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
}
#hello_newset_card .list_set,
#hello_hotset_card .list_set,
#hello_randset_card .list_set {
  /*margin-top: 5px;*/
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 5px;
  margin-left: -3px;
  margin-right: -3px;
  /*-webkit-align-items: center;
  align-items: center;*/
}
#hello_newset_card .list_set .item_set,
#hello_hotset_card .list_set .item_set,
#hello_randset_card .list_set .item_set {
  margin: 0 3px 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 150px;
  flex: 1 0 150px;
}
#hello_newset_card .list_set:after,
#hello_hotset_card .list_set:after,
#hello_randset_card .list_set:after {
  content: "";
  display: block;
  width: 0;
  height: 6px;
  padding-left: 2px;
}
#hello_newset_card .list_set .item_set .cover_wrap,
#hello_hotset_card .list_set .item_set .cover_wrap,
#hello_randset_card .list_set .item_set .cover_wrap {
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
}
#hello_newset_card .list_set .item_set:hover .cover,
#hello_hotset_card .list_set .item_set:hover .cover,
#hello_randset_card .list_set .item_set:hover .cover {
  -webkit-transform: scale( 1.1 );
  transform: scale( 1.1 );
}
#hello_newset_card .list_set .item_set .cover,
#hello_hotset_card .list_set .item_set .cover,
#hello_randset_card .list_set .item_set .cover {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
#hello_newset_card .list_set .item_set .title_wrap,
#hello_hotset_card .list_set .item_set .title_wrap,
#hello_randset_card .list_set .item_set .title_wrap {
  padding-left: 15px;
  padding-top: 210px;
}
#hello_newset_card .list_set .item_set .item_set_info,
#hello_hotset_card .list_set .item_set .item_set_info,
#hello_randset_card .list_set .item_set .item_set_info {

}
#hello_newset_card .list_set .item_set .list_relsetnumber,
#hello_hotset_card .list_set .item_set .list_relsetnumber,
#hello_randset_card .list_set .item_set .list_relsetnumber {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
#hello_newset_card .list_set .btn_more,
#hello_hotset_card .list_set .btn_more,
#hello_randset_card .list_set .btn_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 3px 6px;
  padding: 15px;
  color: #999;
  -webkit-flex: 1 0 45px;
  flex: 1 0 45px;
  text-align: center;
}
#hello_newset_card .list_set .btn_more:hover,
#hello_hotset_card .list_set .btn_more:hover,
#hello_randset_card .list_set .btn_more:hover {
  background-color: #f4f4f4;
}
.btn_more_randset {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
/*  #hello_newset_card .list_set,
  #hello_hotset_card .list_set {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #hello_newset_card .list_set .item_set,
  #hello_hotset_card .list_set .item_set {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 320px;
    flex: 1 1 320px;
    width: 320px;
  }*/
}

/** 页签tab 欢迎首页 **/
#hello_hotset_tab {
  margin-bottom: 5px;
}



/** 热门套组列表 欢迎页面【目前使用 排行榜形式】 **/

#hello_ranking_card {
  overflow: auto;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
}

#hello_ranking_card .list_rankinglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  margin-left: -3px;
  margin-right: -3px;
  padding: 0 5px;
}
#hello_ranking_card .list_rankinglist .doufu {
  width: 2px;
  height: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}


#hello_ranking_card .item_rankinglist {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  padding: 15px;
  margin: 0 3px 6px;
  position: relative;
  width: 80%;
}

.item_rankinglist_title {
  font-weight: 700;
  font-size: 15px;
  color: #666;
}
.item_rankinglist_text {
  opacity: .5;
}



.item_rankingset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item_rankingset:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.item_rankingset .rankingnumber {
  font-weight: 700;
  width: 30px;
  font-size: 18px;
}
.item_rankingset:nth-child(1) .rankingnumber {
  color: #E71F24;
}
.item_rankingset:nth-child(2) .rankingnumber {
  color: #ff7e00;
}
.item_rankingset:nth-child(3) .rankingnumber {
  color: #ffa500;
}
.item_rankingset .cover {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: url(../img/img_blank.png);
}
.item_rankingset .title_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.item_rankingset .title_wrap .title {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 3px;
  font-weight: 700;
  color: #4a686a;
}
.item_rankingset .title_wrap .title span {
  font-weight: 100;
}
.item_rankingset .title_wrap .brandandnumber_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  white-space: nowrap;
  color: #4a686a;
  position: relative;
}
.item_rankingset .title_wrap .brandandnumber_wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.item_rankingset .title_wrap .brandandnumber_wrap .brandandnumber {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.item_rankingset .brandandnumber .brandlogo {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  background-image: url(../img/brand_blank.png);
  opacity: .6;
}
.item_rankingset .title_wrap .brandandnumber .number {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 10px;
}
.item_rankingset .rankingarrow {
  margin-left: 5px;
  opacity: .1;
  transform: scale(0.7);
}
.item_rankingset .rankingarrow.color_1 {
  color: #ff7e00;
  opacity: .8;
}
.item_rankingset .rankingarrow.color_2 {
  color: #00c800;
  opacity: .5;
}


@media only screen and (min-width: 800px) {
  #hello_ranking_card .item_rankinglist {

  }
  .item_rankingset .cover {
    width: 60px;
    height: 60px;
  }
  
  
  
}
@media only screen and (min-width: 900px) {
  #hello_ranking_card .item_rankinglist {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
  }
}
@media only screen and (min-width: 1100px) {
  #hello_ranking_card .item_rankinglist {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
  }
}
@media only screen and (min-width: 1400px) {
  #hello_ranking_card .item_rankinglist {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
  }
}
@media only screen and (min-width: 1800px) {
  #hello_ranking_card .item_rankinglist {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
  }
}
@media only screen and (min-width: 3000px) {
  #hello_ranking_card .item_rankinglist {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }
}



/** 品牌列表 欢迎首页 **/
.hello_theme_card,
.hello_brand_card,
.hello_designer_card {
  margin-bottom: 5px;
}
.hello_theme_card .tab_con,
.hello_brand_card .tab_con,
.hello_designer_card .tab_con {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.list_hello_brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /*-webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
  padding: 10px;
}
.list_hello_brand:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 3px;
  padding-left: 10px;
}
.item_hello_brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100px;
  flex: 1 0 100px;
  /*text-align: center;*/
  position: relative;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.item_hello_brand_box {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item_hello_brand_box:hover {
  background-color: #f2f2f2;
}
.item_hello_brand .brandlogo {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #ccc; */
  vertical-align: middle;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item_hello_brand_box:hover .brandlogo {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.item_hello_brand .brand {
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: #888;
  padding: 0 10px;
  font-weight: bold;
}

/** 类别列表 欢迎首页 **/
.list_hello_theme {
  text-align: center;
  font-size: 0;
  padding: 10px;
  white-space: nowrap;
}
.list_hello_theme:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 0;
  padding-top: 3px;
}
.item_hello_theme {
  /* border-bottom: 1px solid #e3e3e3; */
  cursor: pointer;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: #888;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100px;
  height: 130px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* background-color: #f8f8f8; */
  border: 2px solid #e3e3e3;
  margin: 5px;
  border-radius: 4px;
  transition: all .3s;
}
.item_hello_theme .title {
  display: inline-block;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  font-weight: bold;
}
.item_hello_theme .title .subtitle {
  font-size: 12px;
  font-weight: normal;
}
.item_hello_theme .num {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 12px;
  padding: 0 10px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: rgba(51,51,51,.8);
  color: #fff;
  border-radius: 2px;
}

/** 设计师列表 欢迎首页 **/
.list_hello_designer {
  text-align: center;
  font-size: 0;
  padding: 10px;
  white-space: nowrap;
}
.list_hello_designer:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 0;
  padding-top: 3px;
}
.item_hello_designer {
  cursor: pointer;
  padding: 0 10px;
  color: #999;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 5px;
  font-size: 12px;
  color: #333;
}
.item_hello_designer .avatar {
  width: 60px;
  height: 60px;
  box-shadow: inset 0 0 10px rgba(0,0,0,.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}
.item_hello_designer:hover .avatar {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item_hello_designer .name {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
}
.item_hello_designer .originalname {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}
.item_hello_designer .nickname {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}
.item_hello_designer .country {
  display: inline-block;
  background-color: #f4f4f4;
  color: #999;
  border-radius: 3px;
  padding: 0 10px;
  transform: scale(.8);
}
.item_hello_designer .counter {
  margin-top: 5px;
}
.item_hello_designer .counter .num {
  display: inline-block;
  background-color: #555;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
}

@media only screen and (min-width: 1024px) {
  .list_hello_brand {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_hello_brand:after {
    display: none;
  }
  .list_hello_theme {
    white-space: initial;
  }
  .list_hello_theme:after {
    display: none;
  }
  .list_hello_designer {
    white-space: initial;
  }
  .list_hello_designer:after {
    display: none;
  }
}
/** 短评列表 欢迎首页 **/
#hello_review_card {
  margin-bottom: 5px;
  padding: 10px 0;
  padding-bottom: 0;
}
#hello_review_card .card_more {
  display: block;
}
.item_hello_review {
  display: block;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 15px;
}
.item_hello_review:last-of-type {
  border-bottom: none;
}
.item_hello_review_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.item_hello_review .cover {
  width: 110px;
  height: 85px;
  margin-left: 10px;
  border: 1px solid #ccc;
  position: relative;
  /*margin-bottom: 5px;*/
}

.item_hello_review .title_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}
.item_hello_review .title_wrap .title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}
.item_hello_review .title_wrap hr {
  margin: 5px 0;
  border-bottom: 1px solid #f8f8f8;
}
.item_hello_review .title_wrap .settitle {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item_hello_review .title_wrap .settitle:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100px;
  margin-right: 6px;
  margin-left: 4px;
  border: 3px solid #bbb;
}
.item_hello_review .author {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.item_hello_review .author::-webkit-scrollbar {
  height: 0;
}
.item_hello_review .author .div_useful {
  vertical-align: middle;
  display: inline-block;
}
.item_hello_review .author .avatar {
  vertical-align: middle;
}
.item_hello_review .author .name {
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 5px;
  color: #0081e7;
}
.item_hello_review .author .time {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  color: #999;
}
.item_hello_review .setparam_rate {
  display: inline-block;
  vertical-align: middle;
}
.item_hello_review .setparam_rate .rate {
  display: inline-block;
  vertical-align: top;
  line-height: 19px;
  padding-right: 10px;
}
.item_hello_review .setparam_rate span {
  display: inline-block;
  vertical-align: middle;
}
.item_hello_review .div_useful {
  text-align: right;
  position: relative;
  margin-right: -5px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.item_hello_review .div_useful .label_showcomment {

}
.item_hello_review .div_useful .label {
  margin-right: 5px;
  vertical-align: middle;
  color: #999;
}
.item_hello_review .div_useful .label * {
  vertical-align: middle;
}
.item_hello_review .div_useful .label .material-icons {
  font-size: 14px;
  padding-right: 5px;
}
.item_hello_review .div_useful .label .num {
  padding-left: 5px;
}
.item_hello_review .list_reviewpic {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.item_hello_review .item_reviewpic {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 85px;
  position: relative;
}
.item_hello_review .item_reviewpic:last-of-type {
  margin-right: 0;
}
.item_hello_review .cover[data-lazybgimgloading]:after,
.item_hello_review .item_reviewpic[data-lazybgimgloading]:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  box-shadow:
    5px -5px 0 1.5px rgba(231,31,36,1),
    0 -7px 0 1px rgba(231,31,36,.9),
    -5px -5px 0 .5px rgba(231,31,36,.8),
    -7px 0 0 .3px rgba(231,31,36,.7),
    -5px 5px 0 .1px rgba(231,31,36,.6),
    0 7px rgba(231,31,36,.4),
    5px 5px rgba(231,31,36,.25),
    7px 0px rgba(231,31,36,.1);
  -webkit-animation: infinitespin 1s infinite;
  animation: infinitespin 1s infinite;
}

/** 站外作者链接列表 欢迎首页 **/
.hello_link_area .list_authorlist_wrap {
  margin-bottom: 5px;
  position: relative;
}
.hello_link_area .list_authorlist {
  font-size: 0;
  white-space: nowrap;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.hello_link_area .item_authorlist {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding: 20px;
  overflow: hidden;
  vertical-align: top;
  max-width: 200px;
  white-space: nowrap;
}
.hello_link_area .item_authorlist_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.hello_link_area .item_authorlist_box .avatar {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  /*margin-right: 10px;*/
  width: 40px;
  height: 40px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}
/*
.hello_link_area .item_authorlist_box .item_authorlist_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  line-height: 1.3;
}
.hello_link_area .item_authorlist_box .name_wrap {
  display: block;
  overflow: hidden;
}
.hello_link_area .item_authorlist_box .name {
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hello_link_area .item_authorlist_box .text {
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hello_link_area .item_authorlist_box .tag {
  font-size: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
.hello_link_area .item_authorlist_box .tag span {
  font-size: 12px;
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 100px;
  padding: 2px 10px;
  margin: 0 5px 5px 0;
}
*/
.hello_link_area .list_authorlist_wrap .btn_more {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  user-select: none;
}
.hello_link_area .list_authorlist_wrap .btn_more .btn {
  padding: 15px;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.hello_link_area .list_authorlist_wrap .btn_more:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
  bottom: 0;
  width: 150px;
  font-size: 12px;
  background-image: linear-gradient(to right, rgba(235, 235, 235, 0), #ebebeb 50%);
  pointer-events: none;
}

/** 链接列表 欢迎首页 **/
#hello_link_card {
  margin-bottom: 5px;
  padding: 10px 0;
  padding-bottom: 0;
}

#hello_link_card .item_url .setinfobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #f4f4f4;
  transform: scale(.8);
  transform-origin: 0;
}
#hello_link_card .item_url .setinfobox .setcover {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/img_blank.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#hello_link_card .item_url .setinfobox .settitle_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  line-height: 1.5;
}
#hello_link_card .item_url .setinfobox .settitle_wrap .settitle {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}
#hello_link_card .item_url .setinfobox .settitle_wrap .setnumber {
  color: #999;
  white-space: nowrap;
  overflow: hidden;
}

#hello_link_card .list_url .item_url:before {
  top: 13px;
}
/*
#hello_link_card .list_url .item_url .settitle {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#hello_link_card .list_url .item_url .settitle:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100px;
  margin-right: 6px;
  margin-left: 4px;
  border: 3px solid #bbb;
}
*/
#hello_link_card .card_more {
  display: block;
}


#hello_brand_area {
  display: none;
}
#hello_slogan {
  display: none;
}


.hello_footer {
  text-align: center;
  color: #fff;
  color: #666;
  padding: 20px 0;
  margin-top: -50px;
}
.hello_footer img {
  vertical-align: top;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 5px;
}
@media only screen and (min-width: 640px) {
  .hello_footer {
    padding-left: 250px;
  }
}
#hello_header_wrap #infobox {
  display: none;
}

#hello_header_wrap .header_search {
  padding: 5px 50px 5px 5px;
  display: none;
}
#hello_header_wrap .header_search form {
  position: relative;
}
#hello_header_wrap .header_search .input_search {
  border: none;
  outline: none;
  border-radius: 3px;
  font-family: inherit;
  padding: 0 40px 0 10px;
  height: 40px;
  width: 100%;
  background-color: #bd1a1e;
  color: #fff;
}
#hello_header_wrap .header_search .input_search::-webkit-input-placeholder {
  color: #ee7d7f;
}
#hello_header_wrap .header_search.active .input_search {
  background-color: #e8e8e8;
  color: #333;
}
#hello_header_wrap .header_search.active .input_search:hover,
#hello_header_wrap .header_search.active .input_search:focus {
  background-color: #fff;
}
#hello_header_wrap .header_search.active .input_search::-webkit-input-placeholder {
  color: #999;
}
#hello_header_wrap .header_search .btn_search {
  line-height: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  background-color: #bd1a1e;
  color: #fff;
}
#hello_header_wrap .header_search.active .btn_search {
  background-color: transparent;
  color: #fff;
}
#hello_header_wrap .header_search.active .btn_search {
  color: #e71f24;
}

@media only screen and (min-width: 640px) {
  body.fixed #hello_main.main,
  #hello_main {
    padding-top: 50px;
    -webkit-filter: none;
    padding-left: 210px;
  }
  .show_header_menubar #hello_header_wrap.header_wrap,
  #hello_header_wrap.header_wrap {
    bottom: auto;
    left: 0;
    width: 100%;
    overflow: initial;
    box-shadow: none;
  }
  #hello_header_wrap .header_search {
    padding-right: 5px;
  }
  #hello_header_wrap .btn_header_menubar {
    display: none;
  }
  #header_menubar.hello_header_menubar {
    visibility: initial;
    right: auto;
    z-index: 9;
  }
  #header_menubar.hello_header_menubar .mask {
    display: none;
  }
  .hello_header_menubar #header_menubar_box {
    left: 0;
    width: 200px;
    padding-left: 0;
    transform: none;
  }
  #header_menubar.hello_header_menubar .login_box,
  #header_menubar.hello_header_menubar .reg_box {
    padding-top: 60px;
  }
  .hello_header_menubar #header_menubar_box .btn_close {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  body.fixed #hello_main.main,
  #hello_main {
    -webkit-filter: none;
    padding-left: 0;
  }
  #hello_main_box {
    
  }
  #hello_brand_area {
    display: block;
  }
  #hello_brand_wrap {
    display: none;
  }
  #hello_slogan {
    display: block;
  }
  
  #hello_set_area {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin-left: 35%;
  }
  #hello_set_area:before,
  #hello_set_area:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    border-left: 2px dotted #ccc;
  }
  #hello_set_area:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: auto;
    left: 10px;
    border-left: 2px dotted #ccc;
  }
  #hello_newset_card .list_set .btn_more,
  #hello_hotset_card .list_set .btn_more,
  #hello_randset_card .list_set .btn_more  {
    width: 100%;
    text-align: center;
    display: block;
    -webkit-flex: initial;
    flex: initial;
  }
  /*
  #hello_set_area:after {
    right: -40%;
    margin-right: 10px;
  }
  */
  #hello_brand_area {
    width: 35%;
    padding-left: 210px;
    min-height: 10px;
    position: fixed;
    bottom: 0;
    top: 0;
    padding-top: 60px;
    padding-bottom: 30px;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  #hello_brand_area .list_hello_brand {
    overflow: auto;
    height: 350px;
  }
  #hello_brand_area .list_hello_theme {
    overflow: auto;
    height: 350px;
  }
  #hello_brand_area .list_hello_theme .item_hello_theme {
    width: 90px;
    height: 110px;
  }
  #hello_brand_area .list_hello_designer {
    overflow: auto;
    height: 350px;
  }
  #hello_brand_area .list_hello_designer .item_hello_designer {
    width: 90px;
    height: 110px;
  }
  
  
  #hello_review_area_wrap {
    width: 25%;
    position: fixed;
    right: 10px;
    top: 0;
    bottom: 0;
    padding-top: 60px;
    padding-bottom: 30px;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  #hello_newset_card .list_set,
  #hello_hotset_card .list_set,
  #hello_randset_card .list_set  {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  #hello_hotset_tab {
    margin-left: 3px;
    margin-right: 3px;
  }
  .hello_footer {
    margin-left: 35%;
    margin-right: 25%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1600px) {
  #hello_brand_area {
    width: 30%;
  }
  #hello_set_area {
    width: 50%;
    margin-left: 30%;
  }
  #hello_review_area_wrap {
    width: 20%;
  }
  .hello_footer {
    margin-left: 30%;
    margin-right: 20%;
  }
}



/** 站内统计报表 **/
.stati_numberbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0;
  margin: -10px 0;
}
.stati_numberbox > .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 64px;
  flex: 1 1 64px;
  text-align: center;
  margin: 2px;
  padding: 8px 0;
  background-color: #f7f7f7;
}
.stati_numberbox dl {
  margin: 0;
  padding: 0;
}
.stati_numberbox dt {
  margin: 0;
  padding: 0;
  color: #999;
}
.stati_numberbox dd {
  margin: 0;
  padding: 0;
}
.stati_numberbox .mainnumber {
  font-size: 24px;
}
.stati_numberbox .extra {
  font-size: 0;
}
.stati_numberbox .extra span {
  vertical-align: middle;
  font-size: 12px;
}
.stati_numberbox .extra .material-icons {
  font-size: 12px;
  vertical-align: middle;
}
.stati_numberbox .extra .material-icons,
.stati_numberbox .extra .num {
  color: #999;
}
.stati_numberbox .extra.up .material-icons,
.stati_numberbox .extra.up .num {
  color: #00c800;
}
.stati_numberbox .extra.down .material-icons,
.stati_numberbox .extra.down .num {
  color: #ef3a3a;
}


.stati_timerange {
  background-color: #f7f7f7;
  text-align: center;
  color: #999;
  line-height: 20px;
}
.stati_timerange_form {
  text-align: center;
}
.stati_timerange_form .form_input {
  width: 130px;
  text-align: center;
  background-color: #f7f7f7;
}

/** 站外链接 **/
#linklist_main .list_authorlist_wrap {
  margin-bottom: 5px;
  position: relative;
}
#linklist_main .list_authorlist {
  font-size: 0;
  white-space: nowrap;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
#linklist_main .item_authorlist {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding: 20px;
  overflow: hidden;
  vertical-align: top;
  max-width: 200px;
  white-space: nowrap;
}
#linklist_main .item_authorlist_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
#linklist_main .item_authorlist_box .avatar {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}
#linklist_main .item_authorlist_box .item_authorlist_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  line-height: 1.3;
}
#linklist_main .item_authorlist_box .name_wrap {
  display: block;
  overflow: hidden;
}
#linklist_main .item_authorlist_box .name {
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#linklist_main .item_authorlist_box .text {
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#linklist_main .item_authorlist_box .tag {
  font-size: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
#linklist_main .item_authorlist_box .tag span {
  font-size: 12px;
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 100px;
  padding: 2px 10px;
  margin: 0 5px 5px 0;
}

#linklist_main .list_authorlist_wrap .btn_more {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  user-select: none;
}
#linklist_main .list_authorlist_wrap .btn_more .btn {
  padding: 15px;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#linklist_main .list_authorlist_wrap .btn_more:before {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: -5px;
  bottom: 0;
  width: 200px;
  font-size: 12px;
  background-image: linear-gradient(to right, rgba(20, 13, 142, 0), #ebebeb 50%);
  pointer-events: none;
}

@media only screen and (min-width: 480px) {
  #linklist_main .list_authorlist {
    padding-bottom: 5px;
  }
  #linklist_main .list_authorlist::-webkit-scrollbar {
    border-radius: 100px;
  }
}



#linklist_main .item_url {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: none;
}

#linklist_main .item_url .setinfobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #f4f4f4;
  transform: scale(.8);
  transform-origin: 0;
}
#linklist_main .item_url .setinfobox .setcover {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/img_blank.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#linklist_main .item_url .setinfobox .settitle_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  line-height: 1.5;
}
#linklist_main .item_url .setinfobox .settitle_wrap .settitle {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}
#linklist_main .item_url .setinfobox .settitle_wrap .setnumber {
  color: #999;
  white-space: nowrap;
  overflow: hidden;
}

#linklist_main .list_url .item_url:before {
  top: 13px;
}

/*
#linklist_main .list_url .item_url .settitle {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#linklist_main .list_url .item_url .settitle:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100px;
  margin-right: 6px;
  margin-left: 4px;
  border: 3px solid #bbb;
}
*/
/** 反馈列表 **/
.item_feedback {
  margin-bottom: 5px;
  padding: 10px;
}
.item_feedback .origi_title {
  color: #999;
}
.item_feedback .origi_url {
  color: #999;
}
.item_feedback .text {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 0;
}
.item_feedback .btnbox {
  /*text-align: right;*/
}
.item_feedback .btnbox .btn {
  padding: 2px 5px;
}

/** 对话列表 站内信 **/

.list_talk .item_talk {
  position: relative;
  padding-left: 70px;
  padding-right: 10px;
  min-height: 70px;
  margin-bottom: 5px;
}
.list_talk .item_talk .avatar {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
}
.list_talk .item_talk .name{
  padding-top: 15px;
  font-size: 16px;
  padding-right: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_talk .item_talk .text{
  color: #858585;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_talk .item_talk .time {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #BBBBBB;
}
.list_talk .item_talk .new {
  position: absolute;
  left: 50px;
  top: 10px;
  display: block;
  min-width: 20px;
  text-align: center;
  background-color: #ef3a3a;
  color: #fff;
  border-radius: 100px;
  padding: 2px;
  height: 20px;
}

/** 表单内头像 **/
.form_userpart {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.form_userpart .avatar_wrap .avatar {
  width: 50px;
  height: 50px;
}
.form_userpart .name_wrap {
  padding-left: 10px;
}
.form_userpart .name_wrap .name {
  font-size: 16px;
}
.form_userpart .name_wrap .city {
  color: #999;
}

#div_xuanzefangshi {
  text-align: center;
}

#div_xuanzefangshi .btn {
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 10px;
}
#div_bangding .login_extra,
#div_zhuce .login_extra {
  padding: 15px 0 5px;
  text-align: right;
}
#div_bangding .login_extra a,
#div_zhuce .login_extra a {
  margin-left: 10px;
}


/** 修改个人信息 个人中心 **/
.div_other_account {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 2px solid #e8e8e8;
}
.div_other_account .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.div_other_account .btn {
  padding: 5px 15px;
  margin-left: 5px;
}


/** 品牌详情页 **/
#brandview_main_top {
  
}
#brandview_main_top .main_top_box {
  padding: 15px;
}
#brandview_main_top .brandview_topinfo {
  position: relative;
  min-height: 100px;
}
#brandview_main_top .cover_wrap {
  position: absolute;
  top: 0;
  left: 0;
}
#brandview_main_top .cover {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}
#brandview_main_top .title_wrap {
  padding-left: 110px;
}
#brandview_main_top .title {
  font-size: 24px;
  color: #4a686a;
  line-height: 1.2;
  min-height: 30px;
  overflow: hidden;
  font-weight: bold;
  margin: 0;
}
#brandview_main_top .subtitle {
  margin-bottom: 10px;
}

#brandview_main_top .logoextra {
  
}
#brandview_main_top .logoextra .logoextra_title {
  font-weight: bold;
}
#brandview_main_top .logoextra .logoextra_tips {
  background-color: #fffde7;
  padding: 5px;
  color: #999;
}
#brandview_main_top .logoextra .list_logoextra {
  font-size: 0;
}
#brandview_main_top .logoextra .item_logoextra {
  margin: 0 5px 5px 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}




#brandview_main_top .btn_gotobrandset {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
}
#brandview_main_top .btn_gotobrandset * {
  line-height: inherit;
  vertical-align: top;
}


#brandview_main_top .tips_set_intro,
#brandview_main .tips_set_intro {
  text-align: right;
  color: #999;
}
#brandview_main_top .tips_set_intro .btn,
#brandview_main .tips_set_intro .btn {
  padding: 0 5px;
  cursor: pointer;
}

#brandview_main .card_urllist .tips_set_intro {
  padding: 5px 10px;
}

#brandview_main .list_url .nothing {
  padding: 25px 0 15px 0;
}

@media only screen and (min-width: 370px) {
  #brandview_main .list_set {
    margin-left: -3px;
    margin-right: -3px;
  }
}


@media only screen and (min-width: 640px) {
  #brandview_main_top {
    padding-left: 250px;
    margin-top: 0;
  }
  #brandview_main {
    padding-left: 260px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  #brandview_main_top {
    padding-right: 400px;
  }

  #brandview_main {
    padding-right: 410px;
  }
}
@media only screen and (min-width: 1200px) {
  #brandview_main_top {
    padding-right: 500px;
  }

  #brandview_main {
    padding-right: 510px;
  }
}
@media only screen and (min-width: 1800px) {
  #brandview_main_top {
    padding-right: 700px;
  }

  #brandview_main {
    padding-right: 710px;
  }
}

/** 品牌列表页 **/
#brandlist_main .setcount_card {
  margin: 0 0 5px;
  /*padding: 5px 10px;*/
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
#brandlist_main .setcount_card .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 10px;
}
#brandlist_main .setcount_card .text span {
  color: #333;
  font-weight: bold;
}
#brandlist_main .setcount_card .sorthandle {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height: 40px;
}
#brandlist_main .setcount_card .sorthandle .btn {
  padding-left: 5px;
}
#brandlist_main .setcount_card .sorthandle .btn.active {
  color: #e71f24;
  font-weight: bold;
}
#brandlist_main .setcount_card .sorthandle .btn i {
  font-size: 18px;
  display: none;
}
#brandlist_main .setcount_card .sorthandle .btn.active_asc i.icon_asc,
#brandlist_main .setcount_card .sorthandle .btn.active_desc i.icon_desc {
  display: inline-block;
}
#brandlist_main .setcount_card .btnbox {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#brandlist_main .setcount_card .btnbox .btn {
  line-height: 40px;
  width: 40px;
}
#brandlist_main .setcount_card .btnbox .btn.active {
  color: #e71f24;
}


#brandlist_main .card_brandlist {
  padding: 10px 15px;
  margin-bottom: 5px;
}


.list_brandlist {
/*
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
*/
  font-size: 0;
  margin: 0 -5px;
  text-align: center;
}
.item_brandlist {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  /*
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 150px;
  flex: 1 0 150px;
  */
  position: relative;
  padding: 10px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  width: 33.33%;
}

.item_brandlist_box {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item_brandlist_box:hover {
  background-color: #f8f8f8;
}
.item_brandlist .brandname_wrap {
  display: block;
}
.item_brandlist .brandlogo {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/img_blank.png);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item_brandlist_box:hover .brandlogo {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item_brandlist .brandname {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: #333;
  padding: 2px 10px;
  font-weight: bold;
}
.item_brandlist .counter {
  text-align: center;
}
.item_brandlist .counter .num {
  display: inline-block;
  background-color: #555;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
}


#brandlist_main .card_brandlist_unofficial .card_title {
  text-align: center;
  line-height: 20px;
  padding: 20px 0 0;
}
#brandlist_main .card_brandlist_unofficial .card_title b {
  font-size: 20px;
}
#brandlist_main .card_brandlist_unofficial .list_brandlist {
  margin: 0 20px;
}
#brandlist_main .card_brandlist_unofficial .item_brandlist {
  width: auto;
}
#brandlist_main .card_brandlist_unofficial .item_brandlist_box {
  padding: 10px;
}
#brandlist_main .card_brandlist_unofficial .item_brandlist .brandname {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0;
}
#brandlist_main .card_brandlist_unofficial .item_brandlist .counter {
  display: inline-block;
}
#brandlist_main .card_brandlist_unofficial .item_brandlist .counter .num {
  background-color: #ccc;
  padding: 0 5px;
}

@media only screen and (min-width: 640px) {
  #brandlist_main {
    padding-left: 260px;
    padding-right: 10px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 860px) {
  .item_brandlist {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .item_brandlist {
    width: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .item_brandlist {
    width: 14.28%;
  }
}




/** 套组主题列表 **/
#themelist_main .card_themelist {
  padding: 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 640px) {
  #themelist_main {
    padding-left: 260px;
    padding-right: 10px;
    margin-top: 10px;
  }
}
#themelist_main .card_themelist .list_hello_theme {
  text-align: left;
  white-space: initial;
}
@media only screen and (max-width: 480px) {
  #themelist_main .card_themelist {
    padding: 10px;
  }
  #themelist_main .card_themelist .list_hello_theme {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
#themelist_main .card_themelist .item_hello_theme {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #themelist_main .card_themelist .item_hello_theme {
    width: 150px;
    height: 195px;
  }
  #themelist_main .card_themelist .item_hello_theme .title {
    bottom: 10px;
  }
}
.list_moretheme {
  font-size: 0;
  padding: 10px;
}
.item_moretheme {
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  background-color: #f4f4f4;
  cursor: pointer;
}
.item_moretheme_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  line-height: 40px;
  padding: 0 10px;
}
.item_moretheme .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-weight: bold;
  margin-right: 10px;
}
.item_moretheme .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 10px;
  background-color: rgba(51,51,51,.4);
  color: #fff;
  border-radius: 2px;
  line-height: 20px;
  transform: scale(.8);
}



#themelist_main .list_themeinfosubtheme {
  font-size: 0;
  padding: 10px;
}
#themelist_main .item_themeinfosubtheme {
  display: inline-block;
  vertical-align: top;
  /*background-color: #f4f4f4;*/
  border: 1px solid #f4f4f4;
  padding: 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 12px;
}
#themelist_main .item_themeinfosubtheme:hover {
  border-color: #e8e8e8;
}

#themelist_main .item_themeinfosubtheme_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

#themelist_main .item_themeinfosubtheme_logo {
  width: 100px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
#themelist_main .item_themeinfosubtheme_title {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  #themelist_main .item_themeinfosubtheme_logo {
    width: 80px;
    height: 40px;
  }
}
#themelist_main .list_themeinfosubtheme_haslogo .item_themeinfosubtheme_logo {
  margin-right: 0;
}
#themelist_main .list_themeinfosubtheme_haslogo .item_themeinfosubtheme_title {
  display: none;
}



/** 收藏单列表页 **/
#favlist_main_top {
  padding: 20px;
}
#favlist_main_top .title {
  font-size: 30px;
  margin: 0;
  line-height: 1.2;
  padding-bottom: 10px;
}

#favlist_main_top .author {
  margin: 5px 0 10px;
}
#favlist_main_top .author .avatar {
  vertical-align: middle;
  background-image: url(../img/avatar_blank.png);
}
#favlist_main_top .author .name {
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 5px;
  color: #0081e7;
}
#favlist_main_top .author .time {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  color: #999;
}

#favlist_main_top .btnbox {
  text-align: right;
  padding-right: 5px;
  margin-bottom: 5px;
}
#favlist_main_top .btnbox .btn {
  padding: 5px 10px;
}


#favlist_main .setcount_card {
  margin: 0 0 5px;
  /*padding: 5px 10px;*/
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
#favlist_main .setcount_card .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 10px;
}
#favlist_main .setcount_card .text span {
  color: #333;
  font-weight: bold;
}
#favlist_main .setcount_card .sorthandle {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-right: 1px solid;
  padding-right: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#favlist_main .setcount_card .sorthandle .btn {
  padding-left: 5px;
}
#favlist_main .setcount_card .sorthandle .btn.active {
  color: #e71f24;
  font-weight: bold;
}
#favlist_main .setcount_card .sorthandle .btn i {
  font-size: 18px;
  display: none;
}
#favlist_main .setcount_card .sorthandle .btn.active_asc i.icon_asc,
#favlist_main .setcount_card .sorthandle .btn.active_desc i.icon_desc {
  display: inline-block;
}
#favlist_main .setcount_card .btnbox {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#favlist_main .setcount_card .btnbox .btn {
  line-height: 40px;
  width: 40px;
}
#favlist_main .setcount_card .btnbox .btn.active {
  color: #e71f24;
}


#favlist_main .list_relsetnumber {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

#favlist_main .item_set .remarktext {
  background-color: #e8e8e8;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 3px;
}
#favlist_main .item_set .remarktext .material-icons {
  color: #aaa;
  margin-right: 5px;
}
#favlist_main .item_set .remarktext .avatar{
  vertical-align: bottom;
  margin-right: 5px;
}

#favlist_main .item_set .btnbox {
  text-align: right;
  padding-right: 5px;
  margin-bottom: 5px;
}
#favlist_main .item_set .btnbox .btn {
  padding: 5px 10px;
}


#favlist_main .list_set .item_set .remarktext_edit .form_input {
  padding: 10px;
  height: 100px;
  background-color: #fff;
}
#favlist_main .list_set .item_set .remarktext_edit .btnwrap {
  padding-right: 10px;
  text-align: right;
}
#favlist_main .list_set .item_set .remarktext_edit .btn {
  padding: 5px 10px;
}




@media only screen and (min-width: 640px) {
  #favlist_main_top {
    margin-top: 0;
    margin-left: 250px;
    width: auto;
  }
  #favlist_main {
    margin-top: 60px;
  }
}



#favlist_main .list_set.mode_gird {
  margin-left: -3px;
  margin-right: -3px;
}
#favlist_main .list_set.mode_gird .item_set {
  margin: 0 3px 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 150px;
  flex: 1 0 150px;
  overflow: hidden;
}
#favlist_main .list_set.mode_gird .item_set .cover_wrap {
  position: static;
  background-color: #fff;
}
#favlist_main .list_set.mode_gird .item_set .cover_wrap .cover {
  width: 100%;
  height: auto;
  padding-top: 100%;
}
#favlist_main .list_set.mode_gird .item_set .title_wrap {
  padding-left: 15px;
}






/** 选择收藏单 加入收藏单 **/
#subplate_favlist {
  z-index: 15;
}
#subplate_favlist .subplate {
  padding: 10px 10px 60px;
}
#subplate_favlist .favlist_form {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#subplate_favlist .newfavlist_btnbox {
  text-align: right;
  padding-bottom: 5px;
}
#subplate_favlist .newfavlist_btnbox .btn {
  padding: 7px 10px;
}

#subplate_favlist .newfavlist {
  background-color: #f4f4f4;
  padding: 10px 10px 5px;
  border-radius: 4px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
#subplate_favlist .newfavlist [name=newfavlist_title] {
  padding-left: 10px;
}
#subplate_favlist .newfavlist .btn_submit_newfavlist {
  padding: 10px 15px;
  float: right;
}




#subplate_favlist .list_favlist {
  margin-left: -10px;
  margin-right: -10px;
  overflow: auto;
  max-height: 230px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
#subplate_favlist .list_favlist .item_favlist {
  border-radius: 4px;
}
#subplate_favlist .list_favlist .item_favlist_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  padding: 7px 10px;
}

#subplate_favlist .list_favlist .item_favlist_box .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

#subplate_favlist .list_favlist .item_favlist_box .title .badge {
  margin-right: 5px;
}

#subplate_favlist .list_favlist .item_favlist_box .isfav {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
  color: #f14e4e;
}

#subplate_favlist .list_favlist .item_favlist_box .counter {
  color: #aaa;
}

#subplate_favlist .list_favlist .item_favlist.active {
  background-color: #0081e6;
  color: #fff;
}
#subplate_favlist .list_favlist .item_favlist.active .counter {
  color: #fff;
}

#subplate_favlist [name=favlistremark_text] {
  min-height: 120px;
  line-height: 1.2;
  padding-top: 5px;
}



/** 我的收藏单 **/
#linklist_main .item_favlist {
  margin-bottom: 5px;
}

#linklist_main .list_favlist .item_favlist_box {
  cursor: pointer;
  padding: 15px;
}

#linklist_main .list_favlist .item_favlist_box .title {
  font-size: 14px;
  font-weight: bold;
}
#linklist_main .list_favlist .item_favlist_box .badge {
  margin-right: 5px;
}

#linklist_main .list_favlist .item_favlist_box .counter {
  color: #aaa;
}
#linklist_main .list_favlist .item_favlist_box .time {
  color: #aaa;
}

#linklist_main .list_favlist .item_favlist_box .coverwrap {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  font-size: 0;
  margin-top: 5px;
}
#linklist_main .list_favlist .item_favlist_box .coverwrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) , #fff);
  background-image: linear-gradient(to right, rgba(255,255,255,0) , #fff);
}
#linklist_main .list_favlist .item_favlist_box .coverwrap .image {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  background-size: contain;
}



/** 收藏品复制移动面板 **/
#subplate_favcopyto {
  z-index: 15;
}
#subplate_favcopyto .subplate {
  padding: 10px 10px 60px;
}
#subplate_favcopyto .favlist_form {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#subplate_favcopyto .newfavlist_btnbox {
  text-align: right;
  padding-bottom: 5px;
}
#subplate_favcopyto .newfavlist_btnbox .btn {
  padding: 7px 10px;
}

#subplate_favcopyto .newfavlist {
  background-color: #f4f4f4;
  padding: 10px 10px 5px;
  border-radius: 4px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
#subplate_favcopyto .newfavlist [name=newfavlist_title] {
  padding-left: 10px;
}
#subplate_favcopyto .newfavlist .btn_submit_newfavlist {
  padding: 10px 15px;
  float: right;
}



#subplate_favcopyto .list_favlist {
  margin-left: -10px;
  margin-right: -10px;
  overflow: auto;
  max-height: 230px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
#subplate_favcopyto .list_favlist .item_favlist {
  border-radius: 4px;
}
#subplate_favcopyto .list_favlist .item_favlist_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  padding: 7px 10px;
}

#subplate_favcopyto .list_favlist .item_favlist_box .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

#subplate_favcopyto .list_favlist .item_favlist_box .title .badge {
  margin-right: 5px;
}

#subplate_favcopyto .list_favlist .item_favlist_box .isfav {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
  color: #f14e4e;
}

#subplate_favcopyto .list_favlist .item_favlist_box .counter {
  color: #aaa;
}

#subplate_favcopyto .list_favlist .item_favlist.active {
  background-color: #0081e6;
  color: #fff;
}
#subplate_favcopyto .list_favlist .item_favlist.active .counter {
  color: #fff;
}

#subplate_favcopyto [name=favlistremark_text] {
  min-height: 120px;
  line-height: 1.2;
  padding-top: 5px;
}



/** 玩家资料详情页 **/
#player_main_top {
  
}
#player_main_top .main_top_box {
  padding: 15px;
}
#player_main_top .brandview_topinfo {
  position: relative;
  min-height: 100px;
}
#player_main_top .player_topinfo {
  display: block;
  text-align: center;
}
#player_main_top .avatar_wrap {
  position: relative;
}
#player_main_top .avatar {
  width: 140px;
  height: 140px;
  border-radius: 100px;
}
#player_main_top .avatar_wrap .material-icons {
  font-size: 18px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: 50px;
  background-color: rgba(0, 0, 0, 0.67);
  border-radius: 100px;
  color: #fff;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
#player_main_top .title_wrap {
  display: block;
}
#player_main_top .title {
  font-size: 24px;
  color: #4a686a;
  line-height: 1.2;
  min-height: 30px;
  overflow: hidden;
  font-weight: bold;
  margin: 0;
}
#player_main_top .subtitle {
  margin-bottom: 10px;
}
#player_main_top .tab_nav {
  margin-bottom: -15px;
}

#player_main .item_favlist {
  margin-bottom: 5px;
}

#player_main .list_favlist .item_favlist_box {
  cursor: pointer;
  padding: 15px;
}

#player_main .list_favlist .item_favlist_box .title {
  font-size: 14px;
  font-weight: bold;
}
#player_main .list_favlist .item_favlist_box .badge {
  margin-right: 5px;
}

#player_main .list_favlist .item_favlist_box .counter {
  color: #aaa;
}
#player_main .list_favlist .item_favlist_box .time {
  color: #aaa;
}

#player_main .list_favlist .item_favlist_box .coverwrap {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  font-size: 0;
  margin-top: 5px;
}
#player_main .list_favlist .item_favlist_box .coverwrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) , #fff);
  background-image: linear-gradient(to right, rgba(255,255,255,0) , #fff);
}
#player_main .list_favlist .item_favlist_box .coverwrap .image {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  background-size: contain;
}









@media only screen and (min-width: 640px) {
  #player_main_top {
    padding-left: 250px;
    margin-top: 0;
  }
  #player_main {
    padding-left: 260px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  #player_main_top {
    padding-right: 400px;
  }

  #player_main {
    padding-right: 410px;
  }
}
@media only screen and (min-width: 1200px) {
  #player_main_top {
    padding-right: 500px;
  }

  #player_main {
    padding-right: 510px;
  }
}
@media only screen and (min-width: 1800px) {
  #player_main_top {
    padding-right: 700px;
  }

  #player_main {
    padding-right: 710px;
  }
}




/** 修订历史 套组详情页 **/
#subplate_revisionhistory .subplate_box {
  padding: 10px 10px 60px;
}
.item_revisionhistory {
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 0;
}
.item_revisionhistory .editor {
  display: inline;
}
.item_revisionhistory .editor .avatar {
  color: #0081e7;
  vertical-align: middle;
  margin-right: 3px;
}
.item_revisionhistory .editor .name {
  display: inline;
  padding-right: 10px;
  color: #0081e7;
  vertical-align: middle;
}
.item_revisionhistory .text {
  display: inline;
  padding-right: 10px;
  vertical-align: middle;
}
.item_revisionhistory .time {
  display: inline;
  color: #999;
  vertical-align: middle;
}


/** 设计师作者详情页 **/
#designerview_main_top {
  
}
#designerview_main_top .main_top_box {
  padding: 15px;
}
#designerview_main_top .designerview_topinfo {
  position: relative;
  min-height: 100px;
}
#designerview_main_top .avatar_wrap {
  position: absolute;
  top: 0;
  left: 0;
}
#designerview_main_top .avatar {
  width: 100px;
  height: 100px;
  box-shadow: inset 0 0 10px rgba(0,0,0,.2);
}
#designerview_main_top .name_wrap {
  padding-left: 110px;
}
#designerview_main_top .name {
  font-size: 24px;
  color: #4a686a;
  line-height: 1.2;
  min-height: 30px;
  overflow: hidden;
  font-weight: bold;
  margin: 0;
}
#designerview_main_top .nickname {
  margin: 0;
  color: #999;
  font-size: 16px;
}
#designerview_main_top .country {
  display: inline-block;
  background-color: #f4f4f4;
  color: #999;
  border-radius: 3px;
  padding: 0 10px;
}
#designerview_main_top .text {
  margin-top: 10px;
}
#designerview_main_top .btn_gotobrandset {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
}
#designerview_main_top .btn_gotobrandset * {
  line-height: inherit;
  vertical-align: top;
}


#designerview_main_top .tips_set_intro,
#designerview_main .tips_set_intro {
  text-align: right;
  color: #999;
}
#designerview_main_top .tips_set_intro .btn,
#designerview_main .tips_set_intro .btn {
  padding: 0 5px;
  cursor: pointer;
}

#designerview_main .designer_intro {
  padding: 20px 10px;
}

#designerview_main .card_urllist .tips_set_intro {
  padding: 5px 10px;
}

#designerview_main .list_url .nothing {
  padding: 25px 0 15px 0;
}

@media only screen and (min-width: 370px) {
  #designerview_main .list_set {
    margin-left: -3px;
    margin-right: -3px;
  }
}


@media only screen and (min-width: 640px) {
  #designerview_main_top {
    padding-left: 250px;
    margin-top: 0;
  }
  #designerview_main {
    padding-left: 260px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  #designerview_main_top {
    padding-right: 400px;
  }

  #designerview_main {
    padding-right: 410px;
  }
}
@media only screen and (min-width: 1200px) {
  #designerview_main_top {
    padding-right: 500px;
  }

  #designerview_main {
    padding-right: 510px;
  }
}
@media only screen and (min-width: 1800px) {
  #designerview_main_top {
    padding-right: 700px;
  }

  #designerview_main {
    padding-right: 710px;
  }
}



/** 设计师列表页 **/
#designerlist_main .btn_designer_add {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
}


#designerlist_main .list_setdesigner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}

#designerlist_main .lettertitle {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 5px;
  color: #999;
}


#designerlist_main .item_setdesigner {
  width: 45%;
  margin: 0 3px 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 130px;
  flex: 1 1 130px;
  text-align: center;
  padding: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  #designerlist_main .item_setdesigner {
    -webkit-flex: 0 1 200px;
    flex: 0 1 200px;
  }
}
#designerlist_main .list_setdesigner .item_setdesigner .item_setdesigner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
  opacity: .8;
  background-color: #cecece;
}
#designerlist_main .list_setdesigner .item_setdesigner .item_setdesigner_bg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.1);
}
#designerlist_main .list_setdesigner .item_setdesigner .item_setdesigner_box {
  position: relative;
}
#designerlist_main .list_setdesigner .item_setdesigner .avatar_wrap {
  font-size: 0;
  margin-bottom: 10px;
}
#designerlist_main .list_setdesigner .item_setdesigner .avatar {
  width: 60px;
  height: 60px;
  box-shadow: inset 0 0 10px rgba(0,0,0,.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  background-color: #f4f4f4;
}
#designerlist_main .list_setdesigner .item_setdesigner:hover .avatar {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#designerlist_main .list_setdesigner .item_setdesigner .name {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
}
#designerlist_main .list_setdesigner .item_setdesigner .nickname {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}
#designerlist_main .list_setdesigner .item_setdesigner .country {
  display: inline-block;
  background-color: #f4f4f4;
  color: #999;
  border-radius: 3px;
  padding: 0 10px;
  -webkit-transform: scale(.8);
  transform: scale(.8);
}
#designerlist_main .list_setdesigner .item_setdesigner .counter {
  margin-top: 5px;
}
#designerlist_main .list_setdesigner .item_setdesigner .counter .num {
  display: inline-block;
  background-color: #555;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
}

#designerlist_main .list_setdesigner .item_setdesigner .coverwrap {
  margin-top: 5px;
}
#designerlist_main .list_setdesigner .item_setdesigner .coverwrap .image {
  background-size: contain;
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 640px) {
  #designerlist_main {
    padding-left: 260px;
    padding-right: 10px;
    margin-top: 10px;
  }
}

/** 套组详情页侧栏 **/
.list_planemenu.editor_planemenu {
  font-size: 0;
  padding: 0 10px;
}
.editor_planemenu_title {
  font-size: 12px;
  padding: 10px 5px;
  font-weight: bold;
  margin-bottom: -15px;
}
.list_planemenu.editor_planemenu .planemenu_item {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding: 10px 5px;
  width: 25%;
  line-height: 1;
  height: unset;
  border-bottom: none;
}
.list_planemenu.editor_planemenu .planemenu_item .material-icons {
  line-height: 35px;
}
.list_planemenu.editor_planemenu .planemenu_item .label {
  display: block;
}
.list_planemenu.editor_planemenu .planemenu_item .enter {
  display: none;
}


.list_planemenu.editor_planemenu .btn_doubt_wrap {
  border-top: 1px solid #ddd;
}
.list_planemenu.editor_planemenu .btn_doubt_wrap .btn_doubt {
  line-height: 40px;
  padding: 0 20px;
}

/** 选择关联设计师面板 **/
#subplate_setdesigner_select .subplate_box {
  padding: 20px 20px 60px;
}
.item_selectsetdesigner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  padding: 5px 10px;
}
.item_selectsetdesigner .avatar_wrap {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
}
.item_selectsetdesigner .avatar {
  width: 40px;
  height: 40px;
  box-shadow: inset 0 0 10px rgba(0,0,0,.2);
}
.item_selectsetdesigner .name_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.item_selectsetdesigner .name_wrap .name span {
  font-weight: bold;
  padding-right: 5px;
}
.item_selectsetdesigner .name_wrap .name .counter:before {
  content: "[";
}
.item_selectsetdesigner .name_wrap .name .counter:after {
  content: "]";
}
.item_selectsetdesigner .name_wrap .originalname,
.item_selectsetdesigner .name_wrap .nickname {
  color: #999;
  line-height: 1;
}
.item_selectsetdesigner .btn {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 5px;
  padding: 0 5px;
}
.item_selectsetdesigner.active {
  border-left: 4px solid #ef3a3a;
  box-shadow: inset 0 0 0 1px #ef3a3a;
}

/** 设计师相册 **/
.designer_album {
  padding: 10px;
  margin-bottom: 5px;
}
.list_designerpic {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item_designerpic {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url(../img/u_avatar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: zoom-in;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100px;
  flex: 1 1 100px;
}


/** 站外链接作者列表页 **/
@media only screen and (min-width: 640px) {
  #authorlist_maintop {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 260px;
  }
}

#authorlist_main .list_authorlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#authorlist_main .item_authorlist {
  -webkit-flex: 0 1 400px;
  flex: 0 1 400px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 20px;
  overflow: hidden;
  display: block;
}
#authorlist_main .item_authorlist_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#authorlist_main .item_authorlist_box .avatar {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
  width: 70px;
  height: 70px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}
#authorlist_main .item_authorlist_box .item_authorlist_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}
#authorlist_main .item_authorlist_box .name_wrap {
  display: block;
  overflow: hidden;
}
#authorlist_main .item_authorlist_box .name {
  font-size: 15px;
  font-weight: bold;
}
#authorlist_main .item_authorlist_box .text {
  color: #999;
}
#authorlist_main .item_authorlist_box .tag {
  font-size: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
#authorlist_main .item_authorlist_box .tag span {
  font-size: 12px;
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 100px;
  padding: 2px 10px;
  margin: 0 5px 5px 0;
}
#authorlist_main .item_authorlist_box .list_authorsite {
  display: block;
  font-size: 0;
  padding-top: 10px;
  border-top: 1px solid #f4f4f4;
}
#authorlist_main .item_authorlist_box .list_authorsite .item_authorsite {
  font-size: 12px;
  background-color: #f4f4f4;
  border-radius: 100px;
  padding: 0 15px 0 0;
  margin: 0 5px 5px 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
#authorlist_main .item_authorlist_box .list_authorsite .logo {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.1);
  border-radius: 100px;
}
#authorlist_main .item_authorlist_box .list_authorsite span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#authorlist_main .item_authorlist_box .list_authorsite i {
  font-style: normal;
  color: #e71f24;
  margin-right: -10px;
}
#authorlist_main .item_authorlist_box .list_relurl {
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #f4f4f4;
}
#authorlist_main .item_authorlist_box .item_relurl {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
  color: #666;
  padding-left: 10px;
  position: relative;
}
#authorlist_main .item_authorlist_box .item_relurl:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  top: 50%;
  margin-top: -2px;
  left: 0;
  background-color: #ddd;
}

#poptips_authorsite_href .qrcode {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
#poptips_authorsite_href .name {
  font-weight: bold;
  margin-bottom: 5px;
}
#poptips_authorsite_href .tips {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
#poptips_authorsite_href .url {
  font-size: 12px;
  color: #e71f24;
}






/** 站外链接作者详情页 **/
#authorview_main_top {
  
}
#authorview_main_top .main_top_box {
  padding: 15px;
}
#authorview_main_top .authorview_topinfo {
  position: relative;
  min-height: 100px;
  padding-left: 110px;
}
#authorview_main_top .avatar_wrap {
  position: absolute;
  top: 0;
  left: 0;
}
#authorview_main_top .avatar {
  width: 100px;
  height: 100px;
  box-shadow: inset 0 0 10px rgba(0,0,0,.2);
}
#authorview_main_top .name_wrap {
  
}
#authorview_main_top .name {
  font-size: 24px;
  color: #4a686a;
  line-height: 1.2;
  min-height: 30px;
  overflow: hidden;
  font-weight: bold;
  margin: 0;
}

#authorview_main_top .name_wrap .text {
  color: #999;
}
#authorview_main_top .authorview_topinfo .tag {
  font-size: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
#authorview_main_top .authorview_topinfo .tag span {
  font-size: 12px;
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 100px;
  padding: 2px 10px;
  margin: 0 5px 5px 0;
}
#authorview_main_top .authorview_topinfo .list_authorsite {
  font-size: 0;
  padding-top: 10px;
  border-top: 1px solid #f4f4f4;
}
#authorview_main_top .authorview_topinfo .list_authorsite .item_authorsite {
  font-size: 12px;
  background-color: #f4f4f4;
  border-radius: 100px;
  padding: 0 15px 0 0;
  margin: 0 5px 5px 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
#authorview_main_top .authorview_topinfo .list_authorsite .logo {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.1);
  border-radius: 100px;
}
#authorview_main_top .authorview_topinfo .list_authorsite span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}



#authorview_main {
  
}


#authorview_main .item_url {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: none;
}

#authorview_main .item_url .setinfobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #f4f4f4;
  transform: scale(.8);
  transform-origin: 0;
}
#authorview_main .item_url .setinfobox .setcover {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/img_blank.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#authorview_main .item_url .setinfobox .settitle_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  line-height: 1.5;
}
#authorview_main .item_url .setinfobox .settitle_wrap .settitle {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}
#authorview_main .item_url .setinfobox .settitle_wrap .setnumber {
  color: #999;
  white-space: nowrap;
  overflow: hidden;
}


#authorview_main .list_url .item_url:before {
  top: 13px;
}
/*
#authorview_main .list_url .item_url .settitle {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#authorview_main .list_url .item_url .settitle:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100px;
  margin-right: 6px;
  margin-left: 4px;
  border: 3px solid #bbb;
}
*/


@media only screen and (min-width: 640px) {
  #authorview_main_top {
    padding-left: 250px;
    margin-top: 0;
  }
  #authorview_main {
    padding-left: 260px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  #authorview_main_top {
    padding-right: 400px;
  }

  #authorview_main {
    padding-right: 410px;
  }
}
@media only screen and (min-width: 1200px) {
  #authorview_main_top {
    padding-right: 500px;
  }

  #authorview_main {
    padding-right: 510px;
  }
}
@media only screen and (min-width: 1800px) {
  #authorview_main_top {
    padding-right: 700px;
  }

  #authorview_main {
    padding-right: 710px;
  }
}




