/* 清除浮动 */
/* 圆角 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* clicked color */
.clcikActive {
  color: #fff;
  background: #33b0c4;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*阴影*/
body {
  background-color: #f4f4f4;
}
.myclass-sel {
  *zoom: 1;
  zoom: 1;
  padding: 15px 0;
}
.myclass-sel:after {
  content: " ";
  clear: both;
  display: table;
}
.myclass-sel dl {
  *zoom: 1;
  zoom: 1;
  margin: 10px auto;
}
.myclass-sel dl:after {
  content: " ";
  clear: both;
  display: table;
}
.myclass-sel dl dt {
  float: left;
  color: #999;
  text-align: right;
}
.myclass-sel dl dd a {
  padding: 2px 10px;
  background: #EFF8FF;
  display: inline-block;
  margin: 0 5px;
  float: left;
}
.myclass-sel dl dd a:hover {
  color: #f08880;
}
.myclass-sel dl dd a:hover,
.myclass-sel dl dd .active {
  background: #0294ff;
  color: #fff;
}
.checkQue {
  margin-top: 30px;
  *zoom: 1;
  zoom: 1;
}
.checkQue:after {
  content: " ";
  clear: both;
  display: table;
}
.checkQue .leftmain {
  width: 73%;
  float: left;
  background-color: #fff;
}
.checkQue .leftmain #red,
.checkQue .leftmain #green,
.checkQue .leftmain #blue {
  float: left;
  clear: left;
  width: 300px;
  margin: 15px;
}
.checkQue .leftmain #swatch {
  width: 120px;
  height: 100px;
  margin-top: 18px;
  margin-left: 350px;
  background-image: none;
}
.checkQue .leftmain #red .ui-slider-range {
  background: #ef2929;
}
.checkQue .leftmain #red .ui-slider-handle {
  border-color: #ef2929;
}
.checkQue .leftmain #green .ui-slider-range {
  background: #8ae234;
}
.checkQue .leftmain #green .ui-slider-handle {
  border-color: #8ae234;
}
.checkQue .leftmain #blue .ui-slider-range {
  background: #729fcf;
}
.checkQue .leftmain #blue .ui-slider-handle {
  border-color: #729fcf;
}
.checkQue .leftmain .myclass-sel {
  margin-left: 20px;
}
.checkQue .leftmain .myclass-sel dl {
  min-height: 40px;
}
.checkQue .leftmain .myclass-sel dl dt {
  text-align: right;
  display: block;
  width: 7em;
}
.checkQue .leftmain .myclass-sel dl dt > span {
  display: inline-block;
  font-size: 12px;
}
.checkQue .leftmain .myclass-sel dl dt > span:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #0294ff;
  vertical-align: middle;
}
.checkQue .leftmain .myclass-sel dl dd {
  margin-left: 8em;
}
.checkQue .leftmain .myclass-sel dl dd > input[type="text"] {
  margin-top: -8px;
  box-sizing: border-box;
  height: 38px;
  line-height: 22px;
  padding: 8px;
  border: 1px solid #eee;
  width: 85%;
  color: #666;
}
.checkQue .leftmain .btnBox {
  margin-left: 40px;
  margin-top: 30px;
}
.checkQue .leftmain .btnhR,
.checkQue .leftmain .btnhG {
  display: inline-block;
  width: 150px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.checkQue .leftmain .btnhR {
  background-color: #0294ff;
  color: #fff;
}
.checkQue .leftmain .btnhR:hover {
  background-color: #0080eb;
}
.checkQue .leftmain .btnhG {
  margin-left: 40px;
  border: 1px solid #0294ff;
  color: #0294ff;
}
.checkQue .leftmain .btnhG:hover {
  background-color: #0294ff;
  color: #fff;
}
.sliderBox {
  position: relative;
  padding-top: 1px;
  width: 85%;
  margin-top: 20px;
  color: #999;
}
.recome1-num,
.recome2-num,
.recome3-num,
.recome4-num,
.recome5-num,
.recome2-time {
  position: absolute;
  top: -27px;
  font-size: 40px;
  color: #0294ff;
  z-index: 1;
}
.recome1-nums,
.recome2-nums,
.recome3-nums,
.recome4-nums,
.recome5-nums,
.recome2-times {
  position: absolute;
}
.recome1-num,
.recome1-nums {
  left: 2px;
}
.recome2-num,
.recome2-nums {
  left: 10%;
}
.recome3-num,
.recome3-nums {
  left: 21%;
}
.recome4-num,
.recome4-nums {
  left: 65%;
}
.recome2-time,
.recome2-times {
  left: 32%;
}
.recome5-num,
.recome5-nums {
  right: -2px;
}
.leftGrip i {
  position: absolute;
  top: -13px;
  left: 3px;
  color: #9ea7b4;
}
.leftGrip span {
  position: absolute;
  bottom: 22px;
  border-radius: 2px;
  font-size: 12px;
  background: #9ea7b4;
  line-height: 18px;
  text-align: center;
  left: -5px;
  color: white!important;
  width: 24px!important;
}
.set-namesBox {
  display: none;
}
.points {
  padding-top: 1px;
}
.points .set-myPanel {
  display: none;
  border: 1px solid #ddd;
  margin-top: 35px;
  margin-left: 5px;
  width: 80%;
}
.points .panel-heading {
  padding: 0 5px;
  line-height: 38px;
}
.points .panel-heading > i {
  float: right;
  color: #666;
  display: inline-block;
  margin-top: 14px;
  margin-right: 2px;
}
.points ul {
  display: none;
}
.points ul li {
  border-top: 1px solid #eee;
  padding: 13px 5px 13px 30px;
  height: 22px;
  line-height: 22px;
  z-index: 0;
}
.points ul li label {
  display: block;
  margin: 0 30px 0 5px;
  height: 22px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.points ul li .cjsBtn {
  margin-top: 0;
  margin-left: 0;
  left: 10px;
}
.points ul li > i {
  position: absolute;
  z-index: 2;
  padding: 2px;
  font-size: 12px;
  background-color: #eee;
  color: #fff;
  right: 5px;
  top: 16px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.points ul li.si-curr > i {
  background-color: #16a8ff;
}
.points .levelsmenu > ul > ul {
  margin-left: 20px;
}
.points .levelsmenu > ul > ul > ul {
  margin-left: 20px;
}
.points .levelsmenu > ul > ul > ul > ul {
  margin-left: 20px;
}
.points .levelsmenu > ul > ul > ul > ul > ul {
  margin-left: 20px;
}
