
#content{
	/* width: 100%; */
	background-color: #fff;
	min-height: 600px;
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
}

#content .school {
  width: 100%;
  max-height: 326px;
  overflow: hidden;
  /* margin-top: 30px; */
  display: none;
}

#content .school .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background: url(https: //chandoweb.oss-cn-shanghai.aliyuncs.com/fz/images/pc_caizhuang_bannber.jpg) no-repeat center;
background-size: 100%; */
}

#content .proList {
  width: 100%;
  /* padding-top: 30px; */
}

.proList_top {
  width: 100%;
  height: 50px;
  line-height: 50px;
  /* overflow: hidden; */
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.proList_top span {
  float: left;
  font-size: 18px;
  color: #0f0b00;
}

.proList_top ul {
  float: right;
  overflow: hidden;
}

.proList_top ul li {
  float: left;
  overflow: hidden;
}

.proList_top ul li:hover {
  cursor: pointer;
  font-weight: 600;
}

.proList_top ul li i {
  margin: 0 20px 0 24px;
}

.proList_top ul .fullRange i {
  float: left;
  width: 20px;
  height: 50px;
  background: url("../images/product/fullRange.png") no-repeat center;
}

.proList_top ul .select i {
  float: left;
  width: 20px;
  height: 50px;
  background: url("../images/product/select.png") no-repeat center;
}

/* 三个条件的查询 */
.query {
  width: 400px;
  height: 30px;
  margin: 10px auto;
  /* overflow: hidden; */
}

.query a {
  float: left;
  width: 130px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #0f0b00;
}

.query i {
  display: block;
  width: 75px;
  height: 30px;
  font-weight: 500;
  margin: 0 auto;
  padding-right: 4px;
  background: url(../images/product/jianDown.png) no-repeat right center;
  background-size: 12px 24px;
  color: #666666;
}

.query a:hover i {
  cursor: pointer;
  border-bottom: 1px solid #0f0b00;
}

.query a .actived {
  border-bottom: 1px solid #0f0b00;
  color: #0f0b00;
  font-weight: 600
}

.query span {
  float: left;
  height: 30px;
  line-height: 30px;
  color: #e5e5e5;
}

.fixQuery {
  display: inline-block;
  width: 400px;
  /* float: left; */
  /* margin-left: 260px; */
  margin: 5px auto;
  text-align: center;
  display: none;
}

.fixQuery span {
  font-size: 16px;
}

/* 商品列表 */
.products {
  min-height: 500px;
  overflow: hidden;
  color: #0f0b00;
  padding: 0 20px;
  margin-bottom: 50px;
}

.products li {
  float: left;
  width: 250px;
  height: 360px;
  text-align: left;
  margin: 5px 20px 35px 0;
}

.products li:hover {
  box-shadow: 0 5px 10px #dddddd;
}

.products li:nth-child(4n) {
  margin-right: 0;
}

.products li .prolistImg {
  width: 250px;
  height: 270px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
}

.products li div img {
  width: 100%;
  height: 248px;
  margin: 10px auto;
}

.products li a {
  position: relative;
}

.products li a .jiaobiao {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  z-index: 990;
  border: 0 !important;
}

.products li a .jiaobiao img {
  display: none;
  width: 100%;
  height: 100%;
}

.products li p {
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.products li span {
  font-size: 16px;
  font-weight: 600;
}

/* 筛选列表 */
/* 筛选列表 */
.proList_top .screen {
  width: 100%;
  text-align: left;
  background: #fff;
  color: #0f0b00;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2001;
  display: none;
}

.proList_top .screen .margin_mini .head {
  width: 100%;
  height: 72px;
}

.proList_top .screen .margin_mini .head i {
  float: right;
  margin-right: 20px;
  width: 20px;
  height: 72px;
  line-height: 72px;
  background: url("../images/product/close.png") no-repeat center;
}

.proList_top .screen .margin_mini .head i:hover {
  cursor: pointer;
}

.proList_top .screen .margin_mini .first_list {
  width: 100%
}

.proList_top .screen .margin_mini .first_list li {
  width: 100%;
  /* height: 64px; */
  line-height: 64px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.proList_top .screen .margin_mini .first_list li i {
  float: right;
  width: 20px;
  height: 64px;
  line-height: 64px;
  margin-right: 20px;
  background: url("../images/product/top.png") no-repeat center;
  transform: rotate(0);
  transition-duration: 0.6s;
  transform-origin: 50% 50%;
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* Safari 和 Chrome */
  -webkit-transform-origin: 50% 50%;
  /* Firefox */
  -moz-transform-origin: 50% 50%;
  /* Opera */
  -o-transform-origin: 50% 50%;
}

.proList_top .screen .margin_mini .first_list li p {
  height: 64px;
}

.proList_top .screen .margin_mini .first_list li p .weight {
  font-weight: 600;
  float: none;
}

.proList_top .screen .margin_mini .first_list li .lsm-sidebar-more {
  transform: rotate(180deg);
  transition-duration: 0.6s;
  transform-origin: 50% 50%;
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* Safari 和 Chrome */
  -webkit-transform-origin: 50% 50%;
  /* Firefox */
  -moz-transform-origin: 50% 50%;
  /* Opera */
  -o-transform-origin: 50% 50%;
}

.proList_top .screen .margin_mini .first_list li .twoListBox {
  background: #fff;
  border-top: 1px solid #ddd;
  display: none;
}

.proList_top .screen .margin_mini .first_list li .two_list dd {
  float: left;
  font-size: 16px;
  width: 200px;
  height: 52px;
  line-height: 52px;
}

.proList_top .screen .margin_mini .first_list li .two_list dd input {
  float: left;
  margin: 18px 10px 0 0;
}

.proList_top .screen .margin_mini .first_list .btns {
  text-align: center;
}

.proList_top .screen .margin_mini .first_list .btns button {
  width: 176px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  border: 0;
  background: #0f0b00;
  color: #fff;
  box-sizing: border-box;
  margin: 50px 14px;
}

.proList_top .screen .margin_mini .first_list .btns .reset {
  border: 1px solid #0f0b00;
  background: #fff;
  color: #0f0b00;
}

.shopImg {
  width: 100%;
  min-height: 550px;
  padding: 50px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.shopImg .img {
  width: 620px;
  height: 460px;
  background: #f9f9f9;
  overflow: hidden;
  float: left;
  position: relative;
}

.shopImg .img .jiaobiao {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 40px;
  top: 20px;
  display: block;
  z-index: 990;
  border: 0 !important;
}

.shopImg .img .jiaobiao img {
  display: none;
  width: 100%;
  height: 100%;
}

.shopImg .img:hover {
  cursor: move;
}

#content .shopImg .img .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

#content .shopImg .img .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -2;
}

#content .shopImg .img .swiper-container .swiper-slide img {
  /* width: 100%; */
  height: 100%;
  padding: 0;
}

#content .shopImg .img .swiper-container .swiper-slide video,
embed {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

#content .shopImg .img .swiper-container .swiper-slide embed:hover {
  cursor: default;
}

#content .shopImg .img .swiper-container .swiper-slide .menban {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8)
}

#content .shopImg .img .swiper-container .swiper-slide .menban img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#content .shopImg .img .swiper-container .swiper-pagination {
  position: absolute;
  box-sizing: border-box;
  height: auto;
  padding: 0;
  bottom: 0;
}

#content .shopImg .img .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #888888;
}

#content .shopImg .img .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0f0b00;
}

#content .shopImg .swiper-container .swiper-button-prev {
  background: url("../images/index/left.png") no-repeat center rgba(0, 0, 0, 0.2);
  background-size: 25px 25px;
}

#content .shopImg .swiper-container .swiper-button-prev::after {
  content: "";
}

#content .shopImg .swiper-container .swiper-button-next::after {
  content: "";
}

#content .shopImg .swiper-container .swiper-button-next {
  background: url("../images/index/right.png") no-repeat center rgba(0, 0, 0, 0.2);
  background-size: 25px 25px;
}


.shopImg .img img {
  display: block;
  width: 460px;
  height: 460px;
  margin: auto;
}

.shopImg .img .bigImg {
  width: 230px;
  height: 230px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  overflow: hidden;
}

.shopImg .img .bigImg img {
  width: 920px;
  height: 920px;
  position: absolute;
  left: 0;
  top: 0;
}

.shopImg .detailsTitle {
  width: 420px;
  height: 100%;
  float: right;
  text-align: left;
}

.shopImg .detailsTitle .title1 {
  font-size: 18px;
  font-weight: 300;
  overflow: hidden;
  white-space: wrap;
  margin-top: 15px;
  /* text-overflow: ellipsis; */
}

.shopImg .detailsTitle .title2 {
  font-size: 16px;
  margin-top: 10px;
  height: 30px;
  font-weight: 300;
}

.shopImg .detailsTitle .title2 b {
  font-weight: 600;
  float: left;
  line-height: 25px;
}

.shopImg .detailsTitle .title2 p {
  float: left;
  /* width: 294px; */
  height: 30px;
  /* overflow: auto; */
  font-size: 16px;
  line-height: 25px;
  font-weight: 100;
}

.shopImg .detailsTitle .title2 p::-webkit-scrollbar {
  width: 3px;
}

.shopImg .detailsTitle .title2 p::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}

.shopImg .detailsTitle .mini_img {
  width: 100%;
  min-height: 170px;
  padding: 5px 0 0 4px;
  box-sizing: border-box;
  overflow: hidden;
}

.shopImg .detailsTitle .mini_img li {
  float: left;
  min-width: 56px;
  height: 28px;
  border: 1px solid #b3b3b3;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 8px;
  position: relative;
  box-sizing: border-box;
}

.shopImg .detailsTitle .mini_img li img {
  width: 56px;
  height: 28px;
}

.shopImg .detailsTitle .mini_img li p {
  font-size: 14px;
  line-height: 28px;
  padding: 0 10px;
  text-align: center;
}

/* .shopImg .detailsTitle .mini_img li:nth-child(7n) {
  margin-right: 0;
} */

.shopImg .detailsTitle .mini_img li.active {
  min-width: 64px;
  height: 36px;
  border: 1px solid #0f0b00;
  margin: -4px 8px 4px -4px;
}

.shopImg .detailsTitle .mini_img li.active img {
  display: block;
  margin: 3px auto;
}

.shopImg .detailsTitle .mini_img li i {
  float: left;
  width: 10px;
  height: 10px;
  background: #000000;
  position: absolute;
  right: -5px;
  bottom: -5px;
  display: none;
  transform: rotate(45deg);
}

.shopImg .detailsTitle .mini_img li.active i {
  display: block;
}

.shopImg .detailsTitle .mini_img li:first-child {
  /* margin-left: 0; */
}

.shopImg .detailsTitle .mini_img li:hover {
  cursor: pointer;
}

.shopImg .detailsTitle .mini_img li img {
  /* width: 100%;
height: 100%; */
}

.shopImg .detailsTitle .name {
  font-size: 18px;
  line-height: 54px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shopImg .detailsTitle .size_val {
  font-size: 16px;
  line-height: 36px;
}

.shopImg .detailsTitle .size_val b {
  font-size: 18px;
  font-weight: 600;
}

.shopImg .detailsTitle .size_val i {
  font-weight: 500;
}

.shopImg .detailsTitle .btns {
  margin-top: 15px;
  margin-bottom: 10px;
}

.shopImg .detailsTitle .btns input,
button {
  width: 110px;
  height: 44px;
  border: 1px solid #0f0b00;
  box-sizing: border-box;
  background: none;
}

.shopImg .detailsTitle .btns .step {
  display: inline-block;
  position: relative;
}

.shopImg .detailsTitle .btns .step input {
  text-align: center;
}

.shopImg .detailsTitle .btns .step i {
  display: block;
  width: 30px;
  height: 44px;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  position: absolute;
  top: 0;
}

.shopImg .detailsTitle .btns .step i:hover {
  cursor: pointer;
}

.shopImg .detailsTitle .btns .step i.reduce {
  left: 0;
}

.shopImg .detailsTitle .btns .step i.plus {
  right: 0;
}

.shopImg .detailsTitle .btns .addCart {
  font-size: 16px;
  margin-left: 10px;
}

.shopImg .detailsTitle .btns .buy {
  border: 0;
  background: #0f0b00;
  color: #ffffff;
  font-size: 16px;
  margin-left: 6px;
}

.shopImg .detailsTitle .ico {
  margin-top: 20px;
  /* overflow: hidden; */
}

.shopImg .detailsTitle .ico i {
  float: left;
  /* display: inline-block; */
  width: 40px;
  height: 50px;
  background-size: 100%;
}

.shopImg .detailsTitle .ico .heart {
  width: 29px;
  background: url("../images/product/heart.png") no-repeat left top;
  float: left;
}

.shopImg .detailsTitle .ico .shareBox {
  background: url("../images/product/share.png") no-repeat left top;
  margin-left: 20px;
  position: relative;
  float: left;
}

.shopImg .detailsTitle .ico .shareBox:hover .sharedialog {
  display: block;
}

.shopImg .detailsTitle .ico .shareBox .sharedialog {
  width: 210px;
  height: 30px;
  box-shadow: 0 0 5px #0f0b00;
  position: absolute;
  left: 0;
  top: 35px;
  padding: 5px 0 5px 15px;
  display: none;
}

.shopImg .detailsTitle .ico .shareBox .sharedialog .shareLeft {
  float: left;
  line-height: 28px;
  font-size: 14px;
}

/* 详情列表 */
.detailList {
  text-align: left;
}

.detailList li {
  width: 100%;
  min-height: 94px;
  border-bottom: 1px solid #29160c;
}

.detailList li p {
  font-size: 18px;
  line-height: 94px;
  font-weight: 600;
  overflow: hidden;
}

.detailList li p .ico {
  float: right;
  width: 22px;
  height: 94px;
  background: url("../images/product/open.png") no-repeat center;
  background-size: 22px;
}

.detailList li p .more {
  float: right;
  width: 22px;
  height: 94px;
  background: url("../images/product/close_detail.png") no-repeat center;
  background-size: 22px;
}

.detailList li .detailContent {
  width: 100%;
  margin-bottom: 60px;
  display: none;
}

.detailList li .detailContent dl dt {
  font-size: 19px;
  line-height: 74px;
}

.detailList li .detailContent dl dd {
  font-size: 17px;
  line-height: 35px;
}

/* 产品详情图片 */
.detailImg {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0px auto;
}
.detailVideoBox{
	display: block;
	margin:0 auto;
	width: 790px;
	position: relative;
	min-height: 600px;
}
.detailImg img, .detailVideoBox img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.detailVideoFixed{
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -240px;
	width: 480px;
	display: block;
	height: auto;
}
.detailVideoAll{
	width: 480px;
	display: block;
	height: auto;
	margin: 0 auto;
}

/* 达人测评 */
.evaluation {
  border-top: 1px solid #cccccc;
  text-align: left;
}

.evaluation h3 {
  font-size: 20px;
  line-height: 100px;
}

.evaluation .evaList {
  overflow: hidden;
}

.evaluation .evaList li {
  float: left;
  width: 360px;
  height: 210px;
  margin-right: 10px;
}

.evaluation .evaList li:nth-child(3n) {
  margin-right: 0;
}

.evaluation .evaList li .img {
  width: 360px;
  height: 150px;
  overflow: hidden;
}

.evaluation .evaList li .img img {
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: -100px;
}

.evaluation .evaList li p {
  font-size: 17px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 彩妆学院 */
.schools {
  border-top: 1px solid #cccccc;
  text-align: left;
}

.schools h3 {
  font-size: 20px;
  line-height: 100px;
}

.schools .schoolList {
  overflow: hidden;
}

.schools .schoolList li {
  float: left;
  width: 336px;
  height: 266px;
  margin-right: 40px;
}

.schools .schoolList li:nth-child(3n) {
  margin-right: 0;
}

.schools .schoolList li .img {
  width: 336px;
  height: 168px;
  overflow: hidden;
}

.schools .schoolList li .img img {
  display: block;
  overflow: hidden;
}

.schools .schoolList li p {
  font-size: 17px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 护肤步骤 */
.margin_mini .skinStep {
  width: 100%;
  height: 680px;
  margin-bottom: 40px;
  overflow: hidden;
  text-align: center;
  padding-top: 40px;
}
.margin_mini .skinStep h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.margin_mini .skinStep p{
	font-size: 14px;
	line-height: 30px;
	display: block;
	color: #999;
	text-align: center;
    margin-top: 25px;
}

.margin_mini .skinStepRemend{
	display: block;
	width: 1100px;
	overflow: hidden;
	min-height: 460px;
}
.swiperli{
	width: 340px;
	display: block;
	min-height: 460px;
	overflow: hidden;
	background-color: #f9f9f9;
	border-radius: 10px;
	margin: 0 auto;
	transition: 300ms;
	transform: scale(0.92);
	transform-origin: center;
	padding-top: 20px;
}
.swiperli .onepic{
	display: block;
}
.swiperli .backpic{
	display: none;
}
.swiperli:hover{
  transform-origin: center;
  transform: scale(1);
}
.swiperli:hover .onepic{
	display: none;
}
.swiperli:hover .backpic{
	display: block;
}
.swiperli img{
	width: 76%;
	display: block;
	margin: 0 auto;
}
.swiperli .tentips{
	display: block;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}
.swiperli .tips3_TT{
	display: block;
	line-height: 44px;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444444;
}
.swiperli .tips3_p1{
	display: block;
	font-size: 12px;
	color: #999;
}
.swiperli .tips3_p3{
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #444444;
	line-height: 44px;
}
.swiperli .tips3_p3 bdo{
	font-size: 12px;
	color: #999;
}
.swiperli .tentips a {
  display: none;
  width: 150px;
  height: 28px;
  border: 0;
  border: 1px solid #0F0B00;
  color: #0F0B00;
  margin: 10px auto;
/*  background-color: #0F0B00; */
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}
.swiperli:hover .tentips a{
	display: block;
}
.skinStepRemend .swiper-container{
  width: 1100px;
  height: 460px;
  display: block;
}
.skinStepRemend .swiper-container .swiper-pagination {
  position: absolute;
  box-sizing: border-box;
  height: auto;
  padding: 0;
  bottom: 0;
}
.skinStepRemend .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #888888;
}

.skinStepRemend .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0f0b00;
}

.skinStepRemend .swiper-container .swiper-button-prev {
  background: url("../images/index/left.png") no-repeat center rgba(0, 0, 0, 0.2);
  background-size: 25px 25px;
}

.skinStepRemend .swiper-container .swiper-button-prev::after {
  content: "";
}

.skinStepRemend .swiper-container .swiper-button-next::after {
  content: "";
}

.skinStepRemend .swiper-container .swiper-button-next {
  background: url("../images/index/right.png") no-repeat center rgba(0, 0, 0, 0.2);
  background-size: 25px 25px;
}

.margin_mini #skinStep .bottom_border {
  width: 80px;
  border-top: 1px solid #0f0b00;
  margin: 0 auto;
}

.margin_mini #skinStep .tableBox ul {
  /* width: 280px !important; */
  width: 500px;
  margin: 38px auto 0 !important;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.margin_mini #skinStep .tableBox ul li {
  float: left;
  width: 36px !important;
  height: 36px !important;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  line-height: 38px;
  font-size: 18px;
  margin-right: 80px !important;
  background: 0 !important;
}

.margin_mini #skinStep .tableBox ul li:hover {
  cursor: pointer;
}

.margin_mini #skinStep .tableBox ul li.active {
  border-color: #0f0b00;
}

.margin_mini #skinStep .tableBox ul li:last-child {
  margin-right: 0 !important;
}

.margin_mini #skinStep .tableBox .tableContent {
  width: 100%;
  height: 450px;
}

.margin_mini #skinStep .tableBox .tableContent dl {
  display: none;
}

.margin_mini #skinStep .tableBox .tableContent .actived {
  width: 100%;
  display: block;
}

.margin_mini #skinStep .tableBox .tableContent dl .img {
  float: left;
  width: 535px;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.margin_mini #skinStep .tableBox .tableContent dl .img i {
  display: block;
  position: absolute;
  width: 17px;
  height: 29px;
  top: 50%;
  transform: translateY(-50%);
}

.margin_mini #skinStep .tableBox .tableContent dl .img i:hover {
  cursor: pointer;
}

.margin_mini #skinStep .tableBox .tableContent dl .img .pre {
  background: url("../images/product/pre.png") no-repeat center;
  background-size: 100%;
  left: 15px;
}

.margin_mini #skinStep .tableBox .tableContent dl .img .next {
  background: url("../images/product/next.png") no-repeat center;
  background-size: 100%;
  right: 15px;
}

.margin_mini #skinStep .tableBox .tableContent dl .img img {
  display: block;
  width: auto;
  height: 90%;
  margin: 5% auto;
}

.margin_mini #skinStep .tableBox .tableContent dl .tips {
  float: right;
  width: 550px;
  height: 100%;
  text-align: center;
}

.margin_mini #skinStep .tableBox .tableContent dl .tips p {
  width: 100%;
  font-size: 22px;
  line-height: 66px;
  margin-top: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.margin_mini #skinStep .tableBox .tableContent dl .tips .bottom_border {
  width: 70px;
  border-top: 1px solid #848484;
}

.margin_mini #skinStep .tableBox .tableContent dl .tips .val_size {
  font-size: 15px;
  margin-top: 20px;
  line-height: 22px;
}

.margin_mini #skinStep .tableBox .tableContent dl .tips button {
  display: block;
  width: 318px;
  height: 38px;
  border: 0;
  background: none;
  border-radius: 3px;
}

.margin_mini #skinStep .tableBox .tableContent dl .tips .addCart {
  background: #0f0b00;
  color: #ffffff;
  margin: 55px auto 10px;
}

.margin_mini #skinStep .tableBox .tableContent dl .tips .buy {
  border: 1px solid #0f0b00;
  margin: 0 auto;
}

.margin_mini #skinStep .tableBox .tableContent dl .tips .addCart1 {
  background: #cccccc;
  color: #ffffff;
  margin: 55px auto 10px;
}

.margin_mini #skinStep .tableBox .tableContent dl .tips .buy1 {
  background: #cccccc;
  border: 1px solid #cccccc;
  margin: 0 auto;
  color: #ffffff;
}

.swiper-container {
  width: 100%;
  margin-top: 30px;
}

.swiper-container .swiper-wrapper {
  /* height: 440px; */
  text-align: left;
}

#content .swiper-container .swiper-pagination {
  height: 105px;
  position: relative;
  padding-top: 50px;
  box-sizing: border-box;
}

#content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 5px;
  border-radius: 0;
  background: #bbbbbb;
}

#content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 52px;
  background: #999999;
}

#content .swiper-container .video {
  width: 100%;
  height: 350px;
  position: relative;
}

#content .swiper-container .video video {
  width: 100%;
  height: 100%;
}

#content .swiper-container .video .menban {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

#content .swiper-container .video .menban img {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#content .swiper-container .video .menban img:hover {
  cursor: pointer;
}

.swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 22px;
  line-height: 70px;
}

.swiper-container .swiper-wrapper .swiper-slide .level {
  color: #777777;
}

.swiper-container .swiper-wrapper .swiper-slide .level .left {
  float: left;
}

.swiper-container .swiper-wrapper .swiper-slide .level .right {
  width: auto;
  float: right;
  margin-right: 40px;
  padding: 0;
}

.swiper-container .swiper-wrapper .swiper-slide .level .right i {
  float: right;
  width: 16px;
  height: 16px;
  line-height: 20px;
  background: url("../images/caizhuang/star.png") no-repeat center;
  background-size: 100%;
  margin-left: 10px;
}

#content .tableBox {
  width: 100%;
  margin-bottom: 50px;
}

#content .tableBox ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#content .tableBox ul li {
  /* float: left; */
  /* width: 260px; */
  /* width: 336px; */
  height: 100px;
  /* margin-right: 20px; */
  overflow: hidden;
}

#content .tableBox ul li img {
  width: 100%;
}

#content .tableBox ul li:hover {
  cursor: pointer;
}

/* #content .tableBox ul li.active {
  width: 290px;
  height: 100px;
} */

#content .tableBox ul li p {
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #000000;
  background: rgba(0, 0, 0, 0.2);
  line-height: 100px;
  padding-left: 20px;
  text-align: left;
}

#content .tableBox ul li.active p {
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
}

/* #content .tableBox ul li:nth-child(1) {
  background: url("../images/caizhuang/table1.png") no-repeat center;
  background-size: 100%;
}

#content .tableBox ul li:nth-child(2) {
  background: url("../images/caizhuang/table2.png") no-repeat center;
  background-size: 100%;
}

#content .tableBox ul li:nth-child(3) {
  background: url("../images/caizhuang/table3.png") no-repeat center;
  background-size: 100%;
}

#content .tableBox ul li.active:nth-child(1) {
  background: url("../images/caizhuang/table1_actived.png") no-repeat center;
  background-size: 100%;
}

#content .tableBox ul li.active:nth-child(2) {
  background: url("../images/caizhuang/table2.png") no-repeat center;
  background-size: 100%;
}

#content .tableBox ul li.active:nth-child(3) {
  background: url("../images/caizhuang/table3.png") no-repeat center;
  background-size: 100%;
} */

#content .tableBox ul li:nth-child(4n) {
  margin-right: 0;
}

#content .tableContent {
  width: 100%;
  min-height: 700px;
  text-align: left;
}

#content .tableContent dl {
  display: none;
}

#content .tableContent dl.actived {
  display: block;
}

#content .tableContent dl dd {
  overflow: hidden;
  margin-bottom: 50px;
}

#content .tableContent .video {
  width: 100%;
  height: 350px;
  position: relative;
}

#content .tableContent .video video,
img {
  width: 100%;
  height: 100%;
}

#content .tableContent .video .menban {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

#content .tableContent .video .menban img {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#content .tableContent .video .menban img:hover {
  cursor: pointer;
}

.tableContent p {
  font-size: 22px;
  line-height: 70px;
}

.tableContent .level {
  color: #777777;
}

.tableContent .level .left {
  float: left;
}

.tableContent .level .right {
  width: auto !important;
  float: right;
  margin-right: 40px;
  padding: 0;
}

.tableContent .level .right i {
  float: right;
  width: 16px;
  height: 16px;
  line-height: 20px;
  background: url("../images/caizhuang/star.png") no-repeat center;
  background-size: 100%;
  margin-left: 10px;
  margin-top: 2px;
}


#content .topVideo .video {
  width: 100%;
  height: 350px;
  position: relative;
}

#content .topVideo .video video {
  width: 100%;
  height: 100%;
}

#content .topVideo .video .menban {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

#content .topVideo .video .menban img {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#content .topVideo .video .menban img:hover {
  cursor: pointer;
}


.topVideo {
  overflow: hidden;
  margin-bottom: 40px;
}

.topVideo p {
  font-size: 22px;
  line-height: 70px;
  text-align: left;
  font-weight: 500;
}

.topVideo .level {
  padding-bottom: 10px;
  color: #777777;
}

.topVideo .level .left {
  float: left;
}

.topVideo .level .right {
  width: auto !important;
  float: right;
  margin: 0;
  padding: 0;
  margin-right: 40px;
}

.topVideo .level .right i {
  float: right;
  width: 16px;
  height: 16px;
  line-height: 20px;
  background: url("../images/caizhuang/star.png") no-repeat center;
  background-size: 100%;
  margin-left: 10px;
}


.recommendVideo {
  width: 100%;
  margin-top: 30px;
}

.recommendVideo .swiper-wrapper {
  /* height: 440px; */
  text-align: left;
}

#content .recommendVideo .swiper-pagination {
  height: 105px;
  position: relative;
  padding-top: 50px;
  box-sizing: border-box;
}

#content .recommendVideo .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 5px;
  border-radius: 0;
  background: #dedede;
}

#content .recommendVideo .swiper-pagination .swiper-pagination-bullet-active {
  width: 66px;
  background: #888888;
}

#content .recommendVideo .video {
  width: 100%;
  /* height: 350px; */
  position: relative;
}

#content .recommendVideo .video video {
  width: 100%;
  height: 100%;
}

#content .recommendVideo .video .menban {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

#content .recommendVideo .video .menban img {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#content .recommendVideo .video .menban img:hover {
  cursor: pointer;
}

.recommendVideo .swiper-slide {
  overflow: hidden;
  margin-bottom: 40px;
}

.recommendVideo .swiper-slide p {
  font-size: 22px;
  line-height: 70px;
  text-align: left;
  font-weight: 500;
}

.recommendVideo .swiper-slide .level {
  padding-bottom: 10px;
  color: #777777;
}

.recommendVideo .swiper-slide .level .left {
  float: left;
}

.recommendVideo .swiper-slide .level .right {
  width: auto !important;
  float: right;
  margin: 0;
  padding: 0;
  margin-right: 40px;
}

.recommendVideo .swiper-slide .level .right i {
  float: right;
  width: 16px;
  height: 16px;
  line-height: 20px;
  background: url("../images/caizhuang/star.png") no-repeat center;
  background-size: 100%;
  margin-left: 10px;
}

.swiper-container {
  width: 1100px;
  /* height: 350px; */
  margin-top: 30px;
}

.swiper-container .swiper-wrapper {
  /* height: 440px; */
  text-align: left;
}

#content .swiper-container .swiper-pagination {
  height: 105px;
  position: relative;
  padding-top: 50px;
  box-sizing: border-box;
}

#content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 5px;
  border-radius: 0;
  background: #bbbbbb;
}

#content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 52px;
  background: #999999;
}

#content .swiper-container .video {
  width: 100%;
  /* height: 350px; */
  position: relative;
}

#content .swiper-container .video video {
  width: 100%;
  height: 100%;
}

#content .swiper-container .video .menban {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

#content .swiper-container .video .menban img {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#content .swiper-container .video .menban img:hover {
  cursor: pointer;
}

.swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 22px;
  line-height: 70px;
}

.swiper-container .swiper-wrapper .swiper-slide .level {
  color: #777777;
}

.swiper-container .swiper-wrapper .swiper-slide .level .left {
  float: left;
}

.swiper-container .swiper-wrapper .swiper-slide .level .right {
  width: auto !important;
  float: right;
  margin-right: 40px;
}

.swiper-container .swiper-wrapper .swiper-slide .level .right i {
  float: right;
  width: 16px;
  height: 16px;
  line-height: 20px;
  background: url("../images/caizhuang/star.png") no-repeat center;
  background-size: 100%;
  margin-left: 10px;
}

.teach_top p {
  font-size: 22px;
  line-height: 70px;
}

.teach_top .level {
  color: #777777;
  overflow: hidden;
}

.teach_top .level .left {
  float: left;
}

.teach_top .level .right {
  float: right;
  margin-right: 40px;
}

.teach_top .level .right i {
  float: right;
  width: 16px;
  height: 16px;
  line-height: 20px;
  background: url("../images/caizhuang/star.png") no-repeat center;
  background-size: 100%;
  margin-left: 10px;
}

.tips {
  text-align: left;
  margin: 38px 0 42px;
}

.tips .tips1 {
  font-size: 18px;
  line-height: 42px;
}

.tips .tips2 {
  font-size: 16px;
  line-height: 40px;
}

.teach_bottom {
  width: 100%;
  padding: 50px 0;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}

.teach_bottom h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.teach_bottom ul {
  width: 100%;
  height: 200px;
  overflow-y: auto;
}

.teach_bottom ul::-webkit-scrollbar {
  width: 5px;
}

.teach_bottom ul::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}

.teach_bottom ul li {
  overflow: hidden;
}

.teach_bottom ul li .recommendContent {
  width: 100%;
  height: 160px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding: 20px 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.teach_bottom ul li:last-child .recommendContent {
  margin-bottom: 0;
}

.teach_bottom ul li .recommendContent .img {
  float: left;
  width: 118px;
  height: 118px;
  overflow: hidden;
}

.teach_bottom ul li .recommendContent .img img {
  display: block;
  width: 100%;
}

.teach_bottom ul li .recommendContent .price {
  float: left;
  margin-left: 28px;
}

.teach_bottom ul li .recommendContent .price p {
  font-size: 20px;
}

.teach_bottom ul li .recommendContent .price span {
  font-size: 18px;
  line-height: 80px;
}

.teach_bottom ul li .recommendContent .btn {
  float: right;
  width: 143px;
  height: 24px;
  border: 1px solid #0f0b00;
  background: 0;
  margin: 47px 15px 0 0;
}

.teach_bottom ul li .recommendContent .btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 24px;
  color: #0f0b00;
  text-align: center;
}

.teach_bottom .evaluate {
  width: 100%;
  height: 100px;
  border: 1px solid #f5f5f5;
  margin-top: 50px;
  padding: 34px 370px;
  box-sizing: border-box;
  overflow: hidden;
}

.teach_bottom .evaluate dd {
  float: left;
  width: 118px;
  height: 30px;
  text-align: center;
}

.teach_bottom .evaluate dd i {
  float: left;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-left: 22px;
  margin-right: 10px;
}

.teach_bottom .evaluate dd span {
  font-size: 18px;
  line-height: 30px;
}

.teach_bottom .evaluate .like i {
  background: url("../images/caizhuang/like.png") no-repeat center;
  background-size: 100%;
}

.teach_bottom .evaluate .news i {
  background: url("../images/caizhuang/news.png") no-repeat center;
  background-size: 100%;
}

.teach_bottom .evaluate .shareBox i {
  background: url("../images/caizhuang/share.png") no-repeat center;
  background-size: 27px;
}

.teach_bottom .evaluate .shareBox {
  position: relative;
}

.teach_bottom .evaluate .shareBox:hover .sharedialog {
  display: block;
}

.teach_bottom .evaluate .shareBox .sharedialog {
  width: 210px;
  height: 30px;
  box-shadow: 0 0 5px #0f0b00;
  position: absolute;
  left: 60px;
  top: -5px;
  padding: 5px 0 5px 15px;
  display: none;
}

.teach_bottom .evaluate .shareBox .sharedialog .shareLeft {
  float: left;
  line-height: 28px;
  font-size: 14px;
}

.fullRange {
  position: relative;
}

.fullRange .full_top {
  width: 100%;
  height: 50px;
  line-height: 50px;
  /* overflow: hidden; */
  background: #ffffff;
  /* border-bottom: 1px solid #e5e5e5; */
}

.fullRange .full_top span {
  float: left;
  font-size: 18px;
  color: #0f0b00;
}

.fullRange .full_top ul {
  float: right;
  overflow: hidden;
}

.fullRange .full_top ul li {
  float: left;
  overflow: hidden;
}

.fullRange .full_top ul li:hover {
  cursor: pointer;
  font-weight: 600;
}

.fullRange .full_top ul li i {
  margin: 0 20px 0 24px;
}

.fullRange .full_top ul .select i {
  float: left;
  width: 20px;
  height: 50px;
  background: url("../images/product/select.png") no-repeat center;
}

/* 筛选列表 */
.fullRange .screen {
  width: 100%;
  text-align: left;
  background: #fff;
  color: #0f0b00;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}

.fullRange .screen .margin_mini .head {
  width: 100%;
  height: 72px;
}

.fullRange .screen .margin_mini .head i {
  float: right;
  margin-right: 20px;
  width: 20px;
  height: 72px;
  line-height: 72px;
  background: url("../images/product/close.png") no-repeat center;
}

.fullRange .screen .margin_mini .head i:hover {
  cursor: pointer;
}

.fullRange .screen .margin_mini .first_list {
  width: 100%;
}

.fullRange .screen .margin_mini .first_list li {
  width: 100%;
  /* height: 64px; */
  line-height: 64px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.fullRange .screen .margin_mini .first_list li i {
  float: right;
  width: 20px;
  height: 64px;
  line-height: 64px;
  margin-right: 20px;
  background: url("../images/product/top.png") no-repeat center;
  transform: rotate(0);
  transition-duration: 0.6s;
  transform-origin: 50% 50%;
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* Safari 和 Chrome */
  -webkit-transform-origin: 50% 50%;
  /* Firefox */
  -moz-transform-origin: 50% 50%;
  /* Opera */
  -o-transform-origin: 50% 50%;
}

.fullRange .screen .margin_mini .first_list li i:hover {
  cursor: pointer;
}

.fullRange .screen .margin_mini .first_list li p {
  height: 64px;
}

.fullRange .screen .margin_mini .first_list li p .weight {
  font-weight: 600;
  float: none;
}

.fullRange .screen .margin_mini .first_list li .lsm-sidebar-more {
  transform: rotate(180deg);
  transition-duration: 0.6s;
  transform-origin: 50% 50%;
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* Safari 和 Chrome */
  -webkit-transform-origin: 50% 50%;
  /* Firefox */
  -moz-transform-origin: 50% 50%;
  /* Opera */
  -o-transform-origin: 50% 50%;
}

.fullRange .screen .margin_mini .first_list li .twoListBox {
  /* height: 100px; */
  background: #fff;
  border-top: 1px solid #ddd;
  display: none;
}

.fullRange .screen .margin_mini .first_list li .two_list dd {
  float: left;
  font-size: 16px;
  width: 200px;
  height: 52px;
  line-height: 52px;
}

.fullRange .screen .margin_mini .first_list li .two_list dd input {
  margin-right: 10px;
}

.fullRange .screen .margin_mini .first_list .btns {
  text-align: center;
}

.fullRange .screen .margin_mini .first_list .btns button {
  width: 176px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  border: 0;
  background: #0f0b00;
  color: #fff;
  box-sizing: border-box;
  margin: 50px 14px;
}

.fullRange .screen .margin_mini .first_list .btns .reset {
  border: 1px solid #0f0b00;
  background: #fff;
  color: #0f0b00;
}

.fullRange .fullRangeList {
  text-align: left;
}

.fullRange .fullRangeList li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
}

.fullRange .fullRangeList li a {
  display: block;
  width: 1100px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.fullRange .fullRangeList li a .rangeTitle {
  width: 280px;
  height: 50px;
  background: rgba(254, 255, 255, 0.8);
  color: #000000;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fullRange .fullRangeList li a img {
  width: 100%;
}

.fullRange .fullRangeList li div {
  overflow: hidden;
}

.fullRange .fullRangeList li div p {
  height: 50px;
  line-height: 80px;
  font-size: 20px;
}

.fullRange .fullRangeList li div .right {
  width: 100%;
  background: #fff;
  height: 50px;
  padding: 0;
  display: none;
}

.fullRange .fullRangeList li div .right .my-icon {
  float: right;
  width: 20px;
  height: 20px;
  line-height: 50px;
  margin-right: 50px;
  background: url("../images/product/top.png") no-repeat top center;
  transform: rotate(0);
  transition-duration: 0.6s;
  transform-origin: 0 0;
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* Safari 和 Chrome */
  -webkit-transform-origin: 50% 50%;
  /* Firefox */
  -moz-transform-origin: 50% 50%;
  /* Opera */
  -o-transform-origin: 50% 50%;
}

.fullRange .fullRangeList li div .right .my-icon:hover {
  cursor: pointer;
}

.fullRange .fullRangeList li div .right .lsm-sidebar-more {
  transform: rotate(180deg);
  transition-duration: 0.6s;
  transform-origin: 0 0;
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* Safari 和 Chrome */
  -webkit-transform-origin: 50% 50%;
  /* Firefox */
  -moz-transform-origin: 50% 50%;
  /* Opera */
  -o-transform-origin: 50% 50%;
}

.fullRange .fullRangeList li div .tips {
  /* display: none; */
  height: 78px;
  line-height: 78px;
  margin: 0;
}

.fullRange .fullRangeList li div .tips i {
  font-weight: 500;
}

.fullRange .fullRangeList li div .tips b {
  font-weight: 600;
}

.fullRange .fullRangeList li div .tips span {
  margin: 0 20px;
  color: #d8d8d8;
}

#rangeDetail {
  background: url("../images/rangeDetail/detailBg.png");
  background-size: 100%;
}

.title {
  position: absolute;
  top: 105px;
  left: 120px;
  text-align: left;
}

.title h3 {
  font-size: 30px;
}

.title p {
  font-size: 20px;
  line-height: 52px;
}

.title ul {
  margin-top: 20px;
}

.title ul li b {
  font-weight: 600;
}

.rangeDetail {
  width: 1200px;
  overflow: hidden;
  padding: 300px 28px 30px;
  margin-bottom: 100px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

.rangeDetail .rangeList {
  width: 1044px;
  background: #ffffff;
  padding: 25px 30px 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.rangeDetail .rangeList li {
  float: left;
  width: 234px;
  height: 316px;
  text-align: left;
  margin-right: 13px;
  margin-bottom: 50px;
}

.rangeDetail .rangeList li:nth-child(4n) {
  margin-right: 0;
}

.rangeDetail .rangeList li a {
  color: #0f0b00;
}

.rangeDetail .rangeList li .img {
  width: 234px;
  height: 234px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.rangeDetail .rangeList li .img image {
  width: 100%;
}

.rangeDetail .rangeList li p {
  font-size: 18px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rangeDetail .rangeList li span {
  font-size: 18px;
}

/* 防伪 */
.contentHead {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.contentHead i {
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url("../images/specialServices/back.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 30px;
}

.contentHead i:hover {
  cursor: pointer;
}

#anti {
  width: 100%;
  min-height: 720px;
  border: 1px solid #d4d0cd;
  margin: 76px 0 200px;
  box-sizing: border-box;
}

#anti h3 {
  font-size: 20px;
  line-height: 50px;
  margin-top: 45px;
}

#anti p {
  line-height: 46px;
  margin-bottom: 35px;
}

#anti .img {
  width: 550px;
  height: 280px;
  border: 1px solid #b2b2b2;
  overflow: hidden;
  margin: 0 auto;
}

#anti .img img {
  display: block;
  width: 100%;
  /* margin-top: 43px; */
}

#anti input {
  display: block;
  width: 550px;
  height: 50px;
  border: 1px solid #b2b2b2;
  margin: 20px auto 0;
  text-indent: 20px;
}

#anti button {
  width: 270px;
  height: 43px;
  border: 1px solid #0f0b00;
  background: 0;
  font-size: 17px;
  margin-top: 50px;
}

#anti .searchFailed {
  display: none;
}

#anti .searchFailed .resultTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 80px;
  margin: 20px 0 0;
}

#anti .searchFailed .result {
  width: 550px;
  min-height: 110px;
  border: 1px solid #c2c2c2;
  padding: 20px 70px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}

#anti .searchFailed .result p {
  font-size: 18px;
  line-height: 36px;
  margin: 0;
}

#anti .searchFailed button {
  margin-bottom: 130px;
}

#anti .searchSuccess {
  display: none;
}

#anti .searchSuccess .resultTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 80px;
  margin: 20px 0 0;
}

#anti .searchSuccess .result {
  width: 550px;
  height: 380px;
  border: 1px solid #c2c2c2;
  margin: 0 auto 80px;
  overflow: hidden;
}

#anti .searchSuccess .result span {
  display: block;
  line-height: 56px;
  margin-top: 30px;
}

#anti .searchSuccess .result p {
  font-size: 20px;
  font-weight: 600;
}

#anti .searchSuccess .result div {
  width: 194px;
  height: 194px;
  border: 1px solid #0f0b00;
  border-radius: 50%;
  margin: 0 auto 25px;
}

#anti .searchSuccess .result div .num {
  width: 175px;
  height: 175px;
  background: #0f0b00;
  border-radius: 50%;
  margin: 9px auto;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  line-height: 175px;
}

/* 申领 */
#apply .winList {
  display: block;
  width: 200px;
  position: absolute;
  top: 0;
  right: -150px;
  z-index: 10;
}

#apply .winList:hover {
  cursor: pointer;
}

#apply {
  position: relative;
}

#apply .menban {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}

#apply .menban .box {
  width: 800px;
  height: 600px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  padding: 30px 40px;
  box-sizing: border-box;
}

#apply .menban .box h3 {
  font-size: 26px;
}

#apply .menban .box .time {
  color: #888888;
  margin: 5px auto 15px;
}

#apply .menban .box .tableBox ul {
  overflow: hidden;
  text-align: center;
}

#apply .menban .box .tableBox ul li {
  display: inline-block;
  width: 150px;
  height: 30px;
  border: 1px solid #cccccc;
  margin-left: 40px;
  box-sizing: border-box;
  line-height: 30px;
}

#apply .menban .box .tableBox ul li:hover {
  cursor: pointer;
}

#apply .menban .box .tableBox ul li.active {
  border: 1px solid #0f0b00;
}

#apply .menban .box .tableBox ul li:first-child {
  margin-left: 0;
}

#apply .menban .box .tableBox .tableContent dl {
  margin-top: 20px;
}

#apply .menban .box .tableBox .tableContent dl dd {
  display: none;
}

#apply .menban .box .tableBox .tableContent dd h4 {
  font-size: 20px;
  border-top: 1px solid #c7c7c7;
  margin-top: 20px;
  padding: 20px 0 0;
}

#apply .menban .box .tableBox .tableContent dd .tips {
  color: #666666;
  font-size: 14px;
  margin: 10px auto;
}

#apply .menban .box .tableBox .tableContent dl dd .users {
  overflow: auto;
  width: 100%;
  height: 330px;
}

#apply .menban .box .tableBox .tableContent dl dd .users::-webkit-scrollbar {
  width: 3px;
}

#apply .menban .box .tableBox .tableContent dl dd .users::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}

#apply .menban .box .tableBox .tableContent dl dd span {
  float: left;
  width: 165px;
  font-size: 14px;
  margin: 0 20px 5px 0;
  text-align: left;
  color: #7c7c7c;
}

#apply .menban .box .tableBox .tableContent dl dd span b {
  display: inline-block;
  width: 60px;
  height: 20px;
  overflow: hidden;
  font-weight: 500;
}

#apply .menban .box .tableBox .tableContent dl dd span i {
  display: inline-block;
  height: 20px;
  overflow: hidden;
  font-weight: 500;
}

#apply .menban .box .tableBox .tableContent dl dd span:nth-child(4n) {
  margin-right: 0;
}

#apply .menban .box .tableBox .tableContent dl dd.active {
  display: block;
}

#apply .margin_mini .tableBox {
  width: 100%;
  margin-bottom: 110px;
}

#apply .margin_mini .tableBox ul {
  width: 100%;
  overflow: hidden;
  margin: 25px auto 20px;
}

#apply .margin_mini .tableBox ul li {
  float: left;
  width: 200px;
  height: 100px;
  margin-right: 16px;
  overflow: hidden;
}

#apply .margin_mini .tableBox ul li:nth-child(1) {
  background: url("../images/specialServices/table01.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li:nth-child(2) {
  background: url("../images/specialServices/table02.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li:nth-child(3) {
  background: url("../images/specialServices/table03.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li:nth-child(4) {
  background: url("../images/specialServices/table04.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li.active:nth-child(1) {
  background: url("../images/specialServices/table01_active.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li.active:nth-child(2) {
  background: url("../images/specialServices/table02.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li.active:nth-child(3) {
  background: url("../images/specialServices/table03.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li.active:nth-child(4) {
  background: url("../images/specialServices/table04.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li:nth-child(4n) {
  margin-right: 0;
}

#apply .margin_mini .tableBox ul li:hover {
  cursor: pointer;
}

#apply .margin_mini .tableBox ul li.active {
  width: 450px;
  height: 100px;
}

#apply .margin_mini .tableBox .tableContent {
  width: 100%;
}

#apply .margin_mini .tableBox .tableContent dl dd {
  display: none;
  width: 1100px;
  height: 540px;
  overflow: hidden;
  position: relative;
}

#apply .margin_mini .tableBox .tableContent dl dd.active {
  display: block;
}

#apply .margin_mini .tableBox .tableContent dl dd img {
  width: 100%;
}

#apply .margin_mini .tableBox .tableContent dl dd button {
  position: absolute;
  left: 613px;
  top: 348px;
  width: 270px;
  height: 45px;
  background: 0;
  border: 1px solid #0f0b00;
}

#apply .margin_mini .tableBox .tableContent dl dd .tips {
  position: absolute;
  left: 613px;
  top: 400px;
  width: 270px;
  font-size: 13px;
}

#apply {
  position: relative;
}

#apply .formBox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: none;
}

#apply .formBox .form {
  width: 1100px;
  height: 600px;
  background: #ffffff;
  margin: 50px auto 0;
  padding: 50px 40px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

#apply .formBox .form .close {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/specialServices/close.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 38px;
  right: 38px;
}

#apply .formBox .form .close:hover {
  cursor: pointer;
}

#apply .formBox .form h3 {
  font-size: 22px;
  line-height: 70px;
  text-indent: 64px;
}

#apply .formBox .form .formUl {
  width: 100%;
  height: 346px;
  border-top: 1px solid #0f0b00;
  border-bottom: 1px solid #0f0b00;
}

#apply .formBox .form .formUl li {
  width: 480px;
  height: 46px;
  border-bottom: 1px solid #e5e5e5;
  margin: 30px 0 0 64px;
}

#apply .formBox .form .formUl li span {
  font-size: 18px;
  line-height: 46px;
}

#apply .formBox .form .formUl li input {
  float: right;
  margin-top: 3px;
  width: 380px;
  height: 40px;
  border: 0;
  background: none;
  font-size: 18px;
  color: #0f0b00;
  text-indent: 16px;
}

#apply .formBox .form button {
  width: 270px;
  height: 45px;
  background: #0f0b00;
  border: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
  margin: 30px 0 0 64px;
}

#apply .formBox .form .formUl dl {
  height: 46px;
  margin: 30px 0 0 64px;
}

#apply .formBox .form .formUl dl dd {
  float: left;
  width: 250px;
  height: 46px;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 30px;
}

#apply .formBox .form .formUl dl dd .province,
.city,
.town {
  font-size: 18px;
  line-height: 46px;
}

#apply .formBox .form .formUl dl dd select {
  float: right;
  margin-top: 3px;
  width: 100px;
  height: 40px;
  border: 0;
  font-size: 18px;
  color: #0f0b00;
  text-indent: 8px;
  display: none;
}

#apply .formBox .form .formUl dl dd:nth-child(2) .select2-choice {
  width: 150px;
}

#apply .formBox .form .formUl dl dd:nth-child(3) select {
  width: 120px;
}

#apply .formBox .form .main dd span {
  float: left;
}

#apply .formBox .form .main dd div {
  float: right;
  width: 160px;
  height: 46px;
  position: relative;
}

#apply .formBox .form .main dd div.boxCity {
  width: 200px;
}

#apply .formBox .form .main dd div.boxCountry {
  width: 180px;
}

#apply .formBox .form .main dd div span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 46px;
  text-indent: 16px;
  background: url("../images/public/selectAreaOpen.png") no-repeat center right;
}

#apply .formBox .form .main dd div .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 100;
  min-height: 36px;
  max-height: 200px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #0f0b00;
  display: none;
  border-radius: 5px;
}

#apply .formBox .form .main dd div .list li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0;
  border: 0;
  overflow: hidden;
}

#apply .formBox .form .main dd div .list li:hover {
  background: #0f0b00;
  color: #ffffff;
  cursor: pointer;
}

/* 试用申领用户须知 */
#apply .noticeToUsers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: none;
}

#apply .noticeToUsers .box {
  width: 1100px;
  height: 772px;
  background: #ffffff;
  margin: 20px auto 0;
  padding: 50px 40px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

#apply .noticeToUsers .box .close {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/specialServices/close.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 38px;
  right: 38px;
}

#apply .noticeToUsers .box .close:hover {
  cursor: pointer;
}

#apply .noticeToUsers .box h3 {
  font-size: 22px;
  line-height: 70px;
  font-weight: 500;
  text-indent: 64px;
}

#apply .noticeToUsers .box .notice {
  width: 100%;
  height: 520px;
  padding: 0 64px;
  box-sizing: border-box;
  border-top: 1px solid #0f0b00;
  border-bottom: 1px solid #0f0b00;
}

#apply .noticeToUsers .box .notice .title {
  border-bottom: 1px solid #cccccc;
  padding: 17px 0 27px 0;
}

#apply .noticeToUsers .box .notice .title .title1 {
  line-height: 36px;
}

#apply .noticeToUsers .box .notice .title .title2 {
  font-size: 15px;
  line-height: 31px;
}

#apply .noticeToUsers .box .notice .tips {
  margin-top: 18px;
}

#apply .noticeToUsers .box .notice .tips .tips_title {
  line-height: 39px;
}

#apply .noticeToUsers .box .notice .tips .listName {
  line-height: 36px;
}

#apply .noticeToUsers .box .notice .tips .tipsList li {
  font-size: 14px;
  line-height: 30px;
}

#apply .noticeToUsers .box .notice .tips .tipsList li:nth-child(2n) {
  text-decoration: underline;
  font-weight: 600;
}

#apply .noticeToUsers .box button {
  width: 252px;
  height: 43px;
  background: none;
  border: 0;
  margin-top: 40px;
}

#apply .noticeToUsers .box button.cancel {
  margin-left: 64px;
  border: 1px solid #7f736d;
  color: #7f736d;
}

#apply .noticeToUsers .box button.agree {
  background: #0f0b00;
  color: #ffffff;
}

/* 申领详情 */
#auditDetail .detailsIndex {
  text-align: left;
}

#auditDetail .h3 {
  font-size: 22px;
  line-height: 90px;
  margin-top: 50px;
}

#auditDetail .applyShop {
  width: 100%;
  height: 164px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  padding: 20px 25px;
  box-sizing: border-box;
}

#auditDetail .applyShop .left {
  float: left;
}

#auditDetail .applyShop .left .title1 {
  font-size: 19px;
  font-weight: 600;
}

#auditDetail .applyShop .left .title1 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #e70000;
  padding: 0 5px;
  margin-right: 10px;
}

#auditDetail .applyShop .left .title1 b {
  font-weight: 600;
}

#auditDetail .applyShop .left .title2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
}

#auditDetail .applyShop .left .title2 b {
  color: #e70000;
  font-size: 22px;
  font-weight: 600;
}

#auditDetail .applyShop .left .title2 i {
  text-decoration: line-through;
  margin-left: 10px;
}

#auditDetail .applyShop .left .title3 {
  color: #5b5b5b;
  margin-top: 20px;
}

#auditDetail .applyShop .img {
  float: right;
  width: 118px;
  height: 118px;
  background: #ffffff;
}

#auditDetail .applyShop .img img {
  display: block;
  margin: auto;
  width: 100%;
}

#auditDetail .detailsIndex .back,
.more {
  display: inline-block;
  width: 160px;
  height: 46px;
  border: 0;
  background: none;
  margin-top: 40px;
}

#auditDetail .detailsIndex .back a,
.more a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 46px;
  font-size: 20px;
}

#auditDetail .detailsIndex .back {
  border: 1px solid #0f0b00;
}

#auditDetail .detailsIndex .more {
  background: #0f0b00;
  margin-left: 24px;
}

.detailsIndex .more a {
  color: #ffffff;
}

/* 申领成功\失败 */
#auditDetail {
  position: relative;
}

#auditDetail .applySuccess,
#auditDetail .applyDefault {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: none;
}

#auditDetail .applySuccess .box,
#auditDetail .applyDefault .box {
  width: 100%;
  height: 386px;
  background: #ffffff;
  margin-top: 100px;
  padding: 85px 37px 0;
  box-sizing: border-box;
  position: relative;
}

#auditDetail .applySuccess .box .close,
#auditDetail .applyDefault .box .close {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/specialServices/close.png") no-repeat center;
  position: absolute;
  top: 35px;
  right: 32px;
}

#auditDetail .applySuccess .box .close:hover,
#auditDetail .applyDefault .box .close:hover {
  cursor: pointer;
}

#auditDetail .applySuccess .box .result,
#auditDetail .applyDefault .box .result {
  width: 100%;
  height: 155px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  padding-top: 44px;
  box-sizing: border-box;
}

#auditDetail .applySuccess .box .result span,
#auditDetail .applyDefault .box .result span {
  display: block;
  font-size: 27px;
  font-weight: 600;
}

#auditDetail .applySuccess .box p,
#auditDetail .applyDefault .box p {
  margin-top: 26px;
  line-height: 36px;
}

#auditDetail .applySuccess .box p a,
#auditDetail .applyDefault .box p a {
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px solid #0f0b00;
}

/* 专柜 */
#counter .contentHead {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

#counter .contentHead i {
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url("../images/specialServices/back.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 30px;
}

#counter .contentHead i:hover {
  cursor: pointer;
}

#counter .select {
  width: 100%;
  height: 430px;
  border: 1px solid #d4d0ce;
  box-sizing: border-box;
  margin: 76px 0 200px;
  text-align: left;
}

#counter .select h3 {
  font-size: 20px;
  height: 120px;
  line-height: 120px;
  margin: 10px 0 0 50px;
}

#counter .select dl {
  width: 1000px;
  margin: 0 auto;
}

#counter .select dl dd {
  float: left;
  width: 300px;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #0f0b00;
  margin-right: 50px;
}

#counter .select dl dd span {
  line-height: 56px;
}

#counter .select dl dd:nth-child(3n) {
  margin-right: 0;
}

/* 插件 */
#counter .select dl dd .select2-container {
  float: right;
  margin-top: 10px;
}

#counter .select dl dd .select2-container .select2-choice {
  width: 200px;
  font-size: 16px;
}

#counter .select .main dd span {
  float: left;
}

#counter .select .main dd div {
  float: right;
  width: 220px;
  height: 56px;
  position: relative;
}

#counter .select .main dd div span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 56px;
  text-indent: 16px;
  background: url("../images/public/selectAreaOpen.png") no-repeat center right;
}

#counter .select .main dd div .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 100;
  min-height: 36px;
  max-height: 200px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #0f0b00;
  display: none;
  border-radius: 5px;
}

#counter .select .main dd div .list li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 0;
  border: 0;
}

#counter .select .main dd div .list li:hover {
  background: #0f0b00;
  color: #ffffff;
  cursor: pointer;
}

#counter .select button {
  width: 270px;
  height: 45px;
  border: 0;
  background: #0f0b00;
  color: #ffffff;
  margin: 70px 414px 0;
  font-size: 17px;
}

#counter .map {
  width: 100%;
  height: 450px;
  border: 1px solid #d4d0ce;
  border-top: 0;
  box-sizing: border-box;
  margin-bottom: 50px;
  display: none;
}

/* #counter .map #r-result {
  float: left;
  width: 345px;
  height: 100%;
  padding: 46px 57px 54px 64px;
  box-sizing: border-box;
  overflow: scroll;
} */

#counter .map .result {
  float: left;
  width: 295px;
  height: 350px;
  margin: 46px 0 54px 50px;
  box-sizing: border-box;
  overflow-y: scroll !important;
  text-align: left;
}

#counter .map .result li {
  width: 248px;
  height: 175px;
  border-bottom: 1px solid #eaeaea;
  padding: 25px 0 35px 40px;
  box-sizing: border-box;
}

#counter .map .result li .title {
  font-size: 18px;
  position: relative;
  left: 0;
  top: 0;
}

#counter .map .result li .title i {
  display: block;
  width: 18px;
  height: 58px;
  position: absolute;
  left: -38px;
  top: 0;
  background: url("../images/specialServices/maps_flags.png") no-repeat center;
}

#counter .map .result li .title b {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  line-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#counter .map .result li .title a {
  display: inline-block;
  width: 18px;
  height: 58px;
  position: absolute;
  top: 0;
  right: -20px;
  background: url("../images/specialServices/map.png") no-repeat center;
}

#counter .map .result li span {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#counter .map #mapBox {
  float: left;
  width: 750px;
  height: 450px;
}

#counter .map #mapBox #allmap {
  float: left;
  width: 700px;
  height: 312px;
  margin: 70px 0 0 0;
}

/* 百度地图style */
#counter .anchorBL {
  display: none !important;
}

#counter .map #r-result div {
  border: 0 !important;
}