/*!
 * risk_style
 */
html,
body,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
img {
  padding: 0;
  margin: 0;
  border: 0;
}
body {
  line-height: 20px;
  color: #606060;
  background-color: #ffffff;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 14px;
  -webkit-user-select: none;
}
* {
  cursor: default;
}
a:hover {
  cursor: pointer;
}
input,
button {
  outline: 0;
}
ul,
li {
  list-style: none;
}
i,
b {
  font-style: normal;
  font-weight: normal;
}
#banner {
  width: 100%;
  height: 390px;
  overflow: hidden;
  background-color: #f4f4f4;
}
#banner .banner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-left: 226px;
}
#banner .banner .slide {
  width: 774px;
  height: 390px;
  float: left;
  position: relative;
  overflow: hidden;
}
#banner .banner .slide .bd {
  position: relative;
}
#banner .banner .slide .bd ul {
  width: 100%;
}
#banner .banner .slide .bd li {
  width: 100%;
  height: 390px;
  overflow: hidden;
}
#banner .banner .slide .bd li a {
  display: block;
  width: 100%;
  height: 100%;
}
#banner .banner .slide .hd {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  overflow: hidden;
}
#banner .banner .slide .hd li {
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 5px;
  text-align: center;
  display: inline;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  border-radius: 50%;
  background-color: #2c2c2c;
}
#banner .banner .slide .hd li.on {
  background-color: #c40000;
}
#banner .banner .bannerTips {
  width: 200px;
  height: 100%;
  float: right;
}
#banner .banner .bannerTips .inf {
  height: 390px;
  padding: 25px 0px;
  background-color: #ffffff;
}
#banner .banner .bannerTips .inf > div {
  padding: 0px 15px;
}
#banner .banner .bannerTips .inf .inf-login {
  overflow: hidden;
}
#banner .banner .bannerTips .inf .inf-login span {
  float: left;
  width: 110px;
}
#banner .banner .bannerTips .inf .inf-login span img {
  width: 100%;
  height: 100%;
}
#banner .banner .bannerTips .inf .inf-login span p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 3px 0px;
}
#banner .banner .bannerTips .inf .inf-login span p a {
  color: #606060;
  margin: 0px 2px;
}
#banner .banner .bannerTips .inf .inf-login .inf-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 2px solid #f8b62d;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 9px;
}
#banner .banner .bannerTips .inf .btn-my {
  padding: 20px 15px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
#banner .banner .bannerTips .inf .btn-my a {
  display: inline-block;
  border: 2px solid #931c31;
  padding: 2px 10px;
  color: #931c31;
  float: left;
}
#banner .banner .bannerTips .inf .btn-my a:first-child {
  margin-right: 9px;
}
#banner .banner .bannerTips .inf #notice {
  width: 100%;
  height: 220px;
  overflow: hidden;
  padding: 0px;
}
#banner .banner .bannerTips .inf #notice .notice {
  height: 100%;
}
#banner .banner .bannerTips .inf #notice .notice .tit {
  width: 100%;
  margin-top: 15px;
}
#banner .banner .bannerTips .inf #notice .notice .tit ul {
  height: 20px;
}
#banner .banner .bannerTips .inf #notice .notice .tit ul li {
  padding: 0px 10px;
  border-left: 1px solid #d9d9d9;
  height: 100%;
}
#banner .banner .bannerTips .inf #notice .notice .tit ul li a {
  padding: 0px 5px;
  color: #606060;
  border-bottom: 2px solid #ffffff;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
#banner .banner .bannerTips .inf #notice .notice .tit ul li a:hover {
  border-bottom: 2px solid #ffffff;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background-color: initial;
  color: #931c31;
}
#banner .banner .bannerTips .inf #notice .notice .tit ul li:first-chlid {
  border-left: 0px;
}
#banner .banner .bannerTips .inf #notice .notice .tit ul li.active a {
  border-bottom: 2px solid #931c31;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
#banner .banner .bannerTips .inf #notice .notice .tab-content {
  width: 100%;
}
#banner .banner .bannerTips .inf #notice .notice .tab-content ul {
  position: relative;
  padding: 20px 15px 0px;
}
#banner .banner .bannerTips .inf #notice .notice .tab-content ul .more {
  position: absolute;
  top: -21px;
  right: 15px;
  color: #606060;
  font-size: 12px;
}
#banner .banner .bannerTips .inf #notice .notice .tab-content ul li {
  margin: 4px 0px;
}
#banner .banner .bannerTips .inf #notice .notice .tab-content ul li a {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #606060;
}
#banner .banner .bannerTips .img {
  height: 133px;
}
#banner .banner .bannerList {
  width: 774px;
  height: 133px;
  float: left;
}
#banner .banner .bannerList div {
  height: 100%;
  padding: 0;
  border-left: #d9d9d9 1px solid;
  border-bottom: #d9d9d9 1px solid;
}
#banner .banner .bannerList div img {
  display: block;
  cursor: pointer;
}
#int-notion {
  width: 100%;
  height: 206px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f4f4f4;
}
#int-notion .notice {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
#int-notion .notice .tit {
  width: 100%;
  height: 40px;
  padding-right: 20px;
  margin-bottom: 22px;
  line-height: 40px;
  border-bottom: #d9d9d9 1px solid;
}
#int-notion .notice .tit ul {
  border: none;
}
#int-notion .notice .tit ul li {
  height: 100%;
  float: left;
  border-left: #332c2b 1px solid;
}
#int-notion .notice .tit ul li a {
  color: #332c2b;
  padding: 0;
  margin: 0;
  border: none;
}
#int-notion .notice .tit ul li a:hover {
  color: #931c31;
  background-color: transparent;
  border: none;
}
#int-notion .notice .tit ul li:first-child {
  border-left: none;
}
#int-notion .notice .tit ul li.active a {
  color: #931c31;
  background-color: transparent;
  border: none;
  font-size: 24px;
}
#int-notion .notice .tab-content {
  width: 100%;
  height: 130px;
}
#int-notion .notice .tab-content a.noticeImg {
  float: right;
}
#int-notion .notice .tab-content a.noticeImg img {
  cursor: pointer;
}
#int-notion .notice .tab-content .tab-pane {
  width: 610px;
  height: 100%;
  float: left;
  position: relative;
}
#int-notion .notice .tab-content .tab-pane li {
  width: 50%;
  height: 24px;
  float: left;
  line-height: 24px;
  padding: 0 15px 0px 0px;
  overflow: hidden;
}
#int-notion .notice .tab-content .tab-pane li a {
  color: #606060;
}
#int-notion .notice .tab-content .tab-pane li a:hover {
  color: #931c31;
}
#int-notion .notice .tab-content .tab-pane a.more {
  position: absolute;
  top: -52px;
  right: -590px;
  color: #606060;
  font-size: 14px;
  color: #931c31;
}
.list-index {
  width: 1200px;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
}
.list-index .titBox {
  position: relative;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.list-index .titBox p.tit {
  line-height: 26px;
  font-size: 22px;
  color: #931c31;
}
.list-index .titBox a.rankList {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #931c31;
}
.list-index .listCon {
  height: auto;
  overflow: hidden;
}
.list-index .listCon .listCon_item {
  width: 20%;
  float: left;
  margin-bottom: 30px;
  padding: 0px 5px;
}
.list-index .listCon .list_img {
  width: 100%;
  height: 220px;
  line-height: 220px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.list-index .listCon .list_img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  cursor: pointer;
}
.list-index .listCon .list_img i {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 60px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  background-color: #931c31;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
}
.list-index .listCon p {
  font-size: 14px;
}
.list-index .listCon .list_name {
  text-align: center;
}
.list-index .listCon .list_name a {
  color: #606060;
}
.list-index .listCon .list_price {
  color: #999999;
  text-align: center;
}
.list-index .listCon .list_price i {
  color: #931c31;
}
.list-index .listCon .listCon_item1 {
  position: relative;
}
.list-index .listCon .listCon_item1 .list_img {
  margin-bottom: 0px;
}
.list-index .listCon .listCon_item1 p {
  background-color: #f4f4f4;
  padding-right: 85px;
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
}
.list-index .listCon .listCon_item1 .list_name {
  padding-top: 20px;
  color: #931c31;
}
.list-index .listCon .listCon_item1 .list_price {
  padding-bottom: 20px;
  color: #606060;
  text-decoration: line-through;
}
.list-index .listCon .listCon_item1 .btn-kill {
  position: absolute;
  bottom: 25px;
  right: 15px;
  color: #931c31;
  border: 1px solid #931c31;
  padding: 1px 6px;
  border-radius: 2px;
}
.list-index .row {
  margin-right: -5px;
  margin-left: -5px;
}
.list-index {
  padding-top: 20px;
}
#imgBanner {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
#imgBanner .imgTips {
  position: absolute;
  top: 65px;
  left: 50%;
  width: 430px;
  height: 275px;
  margin-left: 135px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
#imgBanner .imgTips p.price {
  margin-bottom: 28px;
  color: #931c31;
  font-weight: bold;
  font-size: 24px;
}
#imgBanner .imgTips p.price i {
  font-size: 16px;
  font-weight: normal;
  text-decoration: line-through;
  color: #606060;
  margin-left: 30px;
}
#imgBanner .imgTips p.name {
  margin-bottom: 18px;
  color: #606060;
  font-weight: bold;
  font-size: 16px;
}
#imgBanner .imgTips p.tips {
  margin-bottom: 45px;
  color: #606060;
  font-size: 12px;
  line-height: 16px;
}
#imgBanner .imgTips a {
  padding: 5px 20px;
  background-color: #931c31;
  font-size: 16px;
  color: #ffffff;
}
.con {
  width: 100%;
  background-color: #f4f4f4;
}
.content {
  background-color: #ffffff;
}
.breadcrumb {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0px;
  background-color: #f4f4f4;
}
.breadcrumb li a {
  color: #606060;
}
.con-box {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.con-box .box-left {
  float: left;
  width: 200px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  font-size: 12px;
}
.con-box .box-left .left-tit {
  background-color: #931c31;
  color: #ffffff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 60px;
}
.con-box .box-left .left-tit a {
  color: #ffffff;
}
.con-box .box-left .left-con li {
  width: 100%;
}
.con-box .box-left .left-con li a {
  border: 0px;
  padding: 0px;
  line-height: 30px;
  cursor: pointer;
  color: #606060;
}
.con-box .box-left .left-con li a:hover {
  background-color: transparent;
}
.con-box .box-left .left-con .left-con-tit {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px #d9d9d9 dotted;
  border-top: 1px #d9d9d9 dotted;
  padding-left: 60px;
  font-weight: bold;
}
.con-box .box-left .left-con .left-con-options {
  letter-spacing: 1px;
  height: 30px;
  line-height: 30px;
  padding-left: 75px;
  cursor: pointer;
}
.con-box .box-left .left-con .distance {
  margin-bottom: 20px;
}
.con-box .box-left .left-con .active a {
  color: #931c31;
}
.con-box .box-right {
  float: right;
  width: 980px;
}
.con-box .box-right .right-my {
  overflow: hidden;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  height: 152px;
}
.con-box .box-right .right-my > div {
  border-left: 1px solid #d9d9d9;
  height: 100%;
}
.con-box .box-right .right-my > div:first-child {
  border-left: 0px;
}
.con-box .box-right .right-my .my-data {
  padding: 20px 20px 0px;
  text-align: center;
}
.con-box .box-right .right-my .my-data p {
  margin: 0px auto;
  line-height: 30px;
}
.con-box .box-right .right-my .my-data .my-data-img {
  border: 1px solid #d9d9d9;
  width: 100px;
  height: 100px;
}
.con-box .box-right .right-my .my-data .my-data-img img {
  width: 100%;
  height: 100%;
}
.con-box .box-right .right-my .my-inf {
  padding: 20px;
}
.con-box .box-right .right-my .my-inf p {
  font-size: 14px;
  margin-bottom: 15px;
}
.con-box .box-right .right-my .my-inf p a {
  color: #931c31;
  margin-left: 100px;
}
.con-box .box-right .right-my .my-inf p b {
  font-weight: bold;
}
.con-box .box-right .right-my .my-inf .inf-tit {
  font-size: 16px;
  color: #0a0a0a;
}
.con-box .box-right .right-my .my-inf span {
  border: 1px solid #d9d9d9;
  background-color: #f4f4f4;
  text-align: center;
  display: inline-block;
  padding: 10px 0px;
  width: 300px;
}
.con-box .box-right .right-my .my-inf span a {
  display: inline-block;
  text-align: center;
  border-left: 1px solid #d9d9d9;
  width: 146px;
  box-sizing: border-box;
  color: #606060;
}
.con-box .box-right .right-my .my-inf span a i {
  color: #931c31;
  margin-left: 2px;
}
.con-box .box-right .right-my .my-inf span a:first-child {
  border-left: 0px;
}
.con-box .box-right .right-my .my-inf .jifen-grade {
  font-size: 14px;
  margin: 14px 0px;
}
.con-box .box-right .right-my .my-inf .jifen-grade b {
  color: #f8b62d;
}
.con-box .box-right .right-my .my-inf .jifen-grade b i {
  font-size: 48px;
  font-style: italic;
}
.con-box .box-right .right-my .my-inf .jifen-inf span,
.con-box .box-right .right-my .my-inf .jifen-inf .leiji {
  border: 0px;
  background-color: initial;
  width: auto;
}
.con-box .box-right .right-my .my-inf .jifen-inf .leiji {
  margin-right: 100px;
  margin-left: 0px;
}
.con-box .box-right .right-my .my-inf .jifen-inf .haicha b {
  color: #f8b62d;
}
.con-box .box-right .right-my .my-inf .jifen-inf .haicha b i {
  font-size: 32px;
  font-style: italic;
  margin-right: 2px;
}
.con-box .box-right .right-my .my-discounts {
  padding: 32px 20px 0px;
}
.con-box .box-right .right-my .my-discounts p {
  margin: 25px 0px;
}
.con-box .box-right .right-my .my-discounts p b {
  font-weight: bold;
}
.con-box .right-order {
  width: 980px;
  float: right;
}
.con-box .right-order .order-tit {
  margin: 25px 0px 10px;
}
.con-box .right-order .order-box {
  overflow: hidden;
  border: 1px solid #d9d9d9;
  font-size: 12px;
}
.con-box .right-order .order-box > div {
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
}
.con-box .right-order .order-box > div:first-child {
  border-top: 0px;
}
.con-box .right-order .order-box .order-box-tit {
  background-color: #f4f4f4;
  height: 30px;
  line-height: 30px;
}
.con-box .right-order .order-box .order-box-tit > div {
  text-align: center;
}
.con-box .right-order .order-box .order-box-tit .order-box-tit1 {
  padding-left: 70px;
  text-align: left;
}
.con-box .right-order .order-box .order-box-con {
  background-color: #ffffff;
  padding: 15px 0px;
}
.con-box .right-order .order-box .order-box-con > div {
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.con-box .right-order .order-box .order-box-con > div a {
  color: #931c31;
}
.con-box .right-order .order-box .order-box-con > div a.color-gray {
  color: #606060;
}
.con-box .right-order .order-box .order-box-con > div i.btn-delete {
  color: #931c31;
  cursor: pointer;
}
.con-box .right-order .order-box .order-box-con .order-box-con1 {
  overflow: hidden;
  position: relative;
}
.con-box .right-order .order-box .order-box-con .order-box-con1 .box-con-img {
  position: absolute;
  left: 15px;
  top: 0px;
  width: 90px;
  height: 70px;
}
.con-box .right-order .order-box .order-box-con .order-box-con1 .box-con-img img {
  width: 100%;
  height: 100%;
}
.con-box .right-order .order-box .order-box-con .order-box-con1 .box-con-p {
  display: inline-block;
  padding: 10px 0px;
}
.con-box .right-order .order-box .order-box-con .order-box-con1 .box-con-p p {
  padding-left: 100px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-align: left;
}
.con-box .right-order .list-box {
  border: 0px;
}
.con-box .right-order .list-box .list-tit {
  padding: 12px 10px;
  color: #931c31;
  font-size: 16px;
}
.con-box .right-order .list-box .list-tit-small {
  border-top: 0px;
  margin: 10px 0px 10px 10px;
  color: #606060;
  font-size: 14px;
}
.con-box .right-order .list-box .order-box-con {
  border: 1px solid #d9d9d9;
}
.con-box .right-order .list-box .order-box-con > div {
  height: auto;
  line-height: initial;
}
.con-box .right-order .list-box .order-box-con > div i {
  color: #931c31;
}
.con-box .right-order .jifen-box {
  padding: 20px 0px;
  text-align: center;
  border: 0px;
}
.con-box .right-order .jifen-box div {
  background-color: #ffffff;
  border: 0px;
  margin: 0px 10px;
  width: 225px;
  padding: 30px 0px;
}
.con-box .right-order .jifen-box div img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px auto 10px;
}
.con-box .right-order .jifen-box div a {
  display: inline-block;
  color: #931c31;
}
.con-box .right-order .like-box {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.con-box .right-order .like-box .hd {
  border: 0px;
}
.con-box .right-order .like-box .hd ul {
  float: right;
  overflow: hidden;
  margin-top: 20px;
  margin-right: 40px;
  zoom: 1;
}
.con-box .right-order .like-box .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  background: url(../images/icoCircle.png) 0 -9px no-repeat;
  margin: 0px 6px;
}
.con-box .right-order .like-box .hd ul li.on {
  background-position: 0 0;
}
.con-box .right-order .like-box .bd {
  border: 0px;
  padding: 20px 25px 30px;
}
.con-box .right-order .like-box .bd ul {
  overflow: hidden;
}
.con-box .right-order .like-box .bd ul li {
  width: 185px !important;
  float: left;
  padding: 0px 15px;
}
.con-box .right-order .like-box .bd ul li .pic {
  margin-bottom: 10px;
}
.con-box .right-order .like-box .bd ul li .pic a {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.con-box .right-order .like-box .bd ul li .pic a img {
  width: 100%;
}
.con-box .right-order .like-box .bd ul li .title a {
  display: block;
  color: #606060;
}
.con-box .right-order .like-box .bd ul li .title p {
  font-size: 16px;
  color: #931c31;
  margin: 8px 0px;
  text-align: center;
  font-weight: bold;
}
.con-box .right-order .right-menu {
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 0px;
}
.con-box .right-order .right-menu li {
  width: 150px;
  text-align: center;
  background-color: #d9d9d9;
  color: #606060;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.con-box .right-order .right-menu li.active {
  background-color: #931c31;
  color: #ffffff;
}
.con-box .pro-content {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.con-box .pro-content .pro-left {
  width: 990px;
  padding: 15px;
  border: 1px solid #d9d9d9;
}
.con-box .pro-content .pro-left .pro-img {
  width: 350px;
  height: auto;
  position: relative;
}
.con-box .pro-content .pro-left .pro-img .bd {
  widtn: 350px;
  height: 350px;
  overflow: hidden;
  margin-bottom: 20px;
}
.con-box .pro-content .pro-left .pro-img .bd ul li {
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
}
.con-box .pro-content .pro-left .pro-img .bd ul li img {
  width: 100%;
  height: 100%;
}
.con-box .pro-content .pro-left .pro-img .hd {
  width: 350px;
  height: 50px;
  overflow: hidden;
  padding: 0px 25px;
}
.con-box .pro-content .pro-left .pro-img .hd ul li {
  display: inline-block;
  margin: 0px 4px;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  float: left;
}
.con-box .pro-content .pro-left .pro-img .hd ul li img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.con-box .pro-content .pro-left .pro-img .hd ul li.on {
  border: 1px solid #931c31;
}
.con-box .pro-content .pro-left .pro-img a {
  position: absolute;
  top: 375px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) no-repeat;
  cursor: pointer;
}
.con-box .pro-content .pro-left .pro-img a.prev {
  left: 0px;
  background-position: -170px 5px;
}
.con-box .pro-content .pro-left .pro-img a.next {
  right: 0px;
  background-position: -50px 5px;
}
.con-box .pro-content .pro-left .pro-info {
  width: 593px;
}
.con-box .pro-content .pro-left .pro-info > div {
  margin-bottom: 20px;
}
.con-box .pro-content .pro-left .pro-info .pro-name {
  width: 100%;
  height: 50px;
  line-height: 25px;
  font-size: 18px;
  color: #0a0a0a;
  margin-top: 10px;
}
.con-box .pro-content .pro-left .pro-info .pro-price-box {
  width: 100%;
  font-size: 14px;
  background-color: #f4f4f4;
  padding: 10px;
  line-height: 30px;
}
.con-box .pro-content .pro-left .pro-info .pro-price-box .comment-box {
  width: 100px;
  line-height: 16px;
  border-left: #332c2b 1px solid;
  margin-top: 30px;
}
.con-box .pro-content .pro-left .pro-info .pro-price-box .comment-box b,
.con-box .pro-content .pro-left .pro-info .pro-price-box .comment-box i {
  width: 100%;
  height: 15px;
  display: block;
  color: #606060;
}
.con-box .pro-content .pro-left .pro-info .pro-price-box .comment-box i {
  color: #0a0a0a;
}
.con-box .pro-content .pro-left .pro-info .pro-price-box > p {
  color: #606060;
  font-size: 16px;
}
.con-box .pro-content .pro-left .pro-info .pro-price-box .price span {
  color: #931c31;
}
.con-box .pro-content .pro-left .pro-info .pro-price-box .price span i {
  font-size: 30px;
}
.con-box .pro-content .pro-left .pro-info .pro-price-box .price b {
  color: #4f459a;
  font-size: 14px;
  margin-left: 15px;
}
.con-box .pro-content .pro-left .pro-info .pro-price-box .original {
  text-decoration: line-through;
}
.con-box .pro-content .pro-left .pro-info .pro-price-box .time {
  color: #931c31;
}
.con-box .pro-content .pro-left .pro-info .pro-delivery {
  /*配送至*/
}
.con-box .pro-content .pro-left .pro-info .pro-size {
  height: 35px;
}
.con-box .pro-content .pro-left .pro-info .pro-size span {
  color: #606060;
  line-height: 35px;
  width: 80px;
}
.con-box .pro-content .pro-left .pro-info .pro-size ul {
  width: 512px;
}
.con-box .pro-content .pro-left .pro-info .pro-size ul li {
  height: 35px;
  line-height: 33px;
  border: 1px solid #d9d9d9;
  padding: 0px 10px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
}
.con-box .pro-content .pro-left .pro-info .pro-size ul li.active {
  border: 1px solid #931c31;
}
.con-box .pro-content .pro-left .pro-info .pro-size .shop_num {
  width: 120px;
  height: 48px;
  border: 1px solid #d9d9d9;
  position: relative;
  margin-right: 10px;
}
.con-box .pro-content .pro-left .pro-info .pro-size .shop_num .num_btn {
  width: 20px;
  height: 24px;
  position: absolute;
  right: -1px;
  border: 1px solid #d9d9d9;
  color: #606060;
  cursor: pointer;
}
.con-box .pro-content .pro-left .pro-info .pro-size .shop_num .num-reduction {
  bottom: -1px;
}
.con-box .pro-content .pro-left .pro-info .pro-size .shop_num .num-add {
  top: -1px;
}
.con-box .pro-content .pro-left .pro-info .pro-size .shop_num .minus {
  bottom: -1px;
}
.con-box .pro-content .pro-left .pro-info .pro-size .shop_num input {
  position: absolute;
  left: 5px;
  top: 0px;
  width: 90px;
  height: 48px;
  border: 0px;
  background: none;
  text-align: center;
  font-size: 16px;
  cursor: text;
  color: #332c2b;
}
.con-box .pro-content .pro-left .pro-info .pro-size .shop_num_tips {
  line-height: 48px;
  color: #606060;
}
.con-box .pro-content .pro-left .pro-info .pro-size .shop_num_tips p {
  height: 24px;
  line-height: 24px;
  color: #931c31;
  font-size: 14px;
}
.con-box .pro-content .pro-left .pro-info .pro-size .shop_num_tips p i {
  color: #332c2b;
  margin-right: 15px;
  font-size: 12px;
}
.con-box .pro-content .pro-left .pro-info .pro-num {
  height: 48px;
}
.con-box .pro-content .pro-left .pro-info .pro-num span {
  line-height: 48px;
}
.con-box .pro-content .pro-left .pro-info .pro-btn {
  padding-left: 80px;
  overflow: hidden;
}
.con-box .pro-content .pro-left .pro-info .pro-btn a {
  display: inline-block;
  color: #931c31;
  font-size: 16px;
  border: 1px solid #931c31;
  height: 46px;
  width: 148px;
  line-height: 44px;
  text-align: center;
  margin-right: 10px;
}
.con-box .pro-content .pro-left .pro-info .pro-btn .pro-btn-cart {
  background-color: #931c31;
  color: #ffffff;
}
.con-box .pro-content .pro-left .pro-info .pro-btn .pro-btn-cart i {
  margin-right: 5px;
}
.con-box .pro-content .pro-right {
  width: 200px;
  height: 452px;
  padding: 10px;
  position: relative;
  background-color: #f4f4f4;
}
.con-box .pro-content .pro-right .bd {
  width: 180px;
  height: auto;
  overflow: hidden;
}
.con-box .pro-content .pro-right .bd ul li a {
  overflow: hidden;
  display: block;
}
.con-box .pro-content .pro-right .bd ul li p {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #931c31;
}
.con-box .pro-content .pro-right .switch_btn {
  position: absolute;
  top: 420px;
  display: block;
  width: 42px;
  height: 28px;
  background: url(../images/slider-arrow-row.png) no-repeat;
  cursor: pointer;
}
.con-box .pro-content .pro-right .prev {
  left: 35px;
  background-position: 5px -170px;
}
.con-box .pro-content .pro-right .next {
  right: 35px;
  background-position: 5px -50px;
}
.con-box .pro-content .subBox-box {
  width: 188px;
  height: auto;
  position: relative;
}
.con-box .pro-content .subBox-box li {
  width: 188px;
  height: 186px;
}
.con-box .pro-content .subBox-box li img {
  width: 100%;
  height: 176px;
  display: block;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.con-box .pro-content .mainBox {
  width: 990px;
  height: auto;
  overflow: hidden;
}
.con-box .pro-content .info_tit {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: #d8d8d8 1px solid;
  border-bottom: none;
  background-color: #ffffff;
  position: relative;
}
.con-box .pro-content .info_tit li {
  position: relative;
  left: -1px;
  top: -1px;
  height: 40px;
  padding: 0 20px;
  border: #d8d8d8 1px solid;
  font-size: 14px;
}
.con-box .pro-content .info_tit li:hover {
  color: #df3133;
  cursor: pointer;
}
.con-box .pro-content .info_tit li.active {
  border-color: #df3133;
  color: #df3133;
}
.con-box .pro-content .info_content {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.con-box .pro-content .info_content .info_box {
  width: 100%;
  height: auto;
  padding: 20px 0;
  border: #d7d7d7 1px solid;
  background-color: #ffffff;
  overflow: hidden;
}
.con-box .pro-content .info_content .info_box p {
  width: 100%;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 18px;
}
.con-box .pro-content .info_content .info_box li {
  width: 33.33%;
  height: 25px;
  line-height: 25px;
  padding-right: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  overflow: hidden;
}
.con-box .pro-content .info_content .info_box li span {
  color: #606060;
}
.con-box .pro-content .info_content .type_info {
  padding: 30px 40px;
  margin-bottom: 20px;
}
.con-box .pro-content .info_content .type_info .chujia-list {
  overflow: hidden;
  height: 80px;
  line-height: 59px;
  text-align: center;
  padding: 10px 0px;
  border-bottom: 1px solid #d9d9d9;
}
.con-box .pro-content .info_content .type_info .chujia-list span {
  height: 59px;
}
.con-box .pro-content .info_content .type_info .chujia-list span img {
  display: block;
  margin: 0px auto;
  width: 58px;
  height: 58px;
  border-radius: 2px;
}
.con-box .pro-content .info_content .type_info .chujia-list span i {
  border: 1px solid #d9d9d9;
  padding: 2px 5px;
  border-radius: 2px;
  color: #606060;
  font-size: 12px;
}
.con-box .pro-content .info_content .type_info .chujia-list span .color-bg {
  color: #ffffff;
  background-color: #931c31;
}
.con-box .pro-content .info_content .info-img {
  border: 0px;
}
.con-box .pro-content .info_content .info-img > div {
  height: 47px;
  width: 100%;
  border-top: 2px solid #931c31;
  border-bottom: 2px solid #931c31;
  padding-top: 8px;
}
.con-box .pro-content .info_content .info-img > div span {
  display: inline-block;
  width: 175px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #931c31;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
}
.layer-money {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.layer-money .layer-box {
  background-color: #ffffff;
  margin: 20% auto 0px;
  padding: 20px;
  width: 36%;
}
.layer-money .layer-box > p {
  color: #332c2b;
  font-size: 16px;
  overflow: hidden;
  margin: 10px 0px 20px;
}
.layer-money .layer-box > p i {
  color: #931c31;
}
.layer-money .layer-box > p a {
  font-size: 12px;
  color: #332c2b;
}
.layer-money .layer-box > span {
  display: block;
  overflow: hidden;
  border-top: 2px dotted #d9d9d9;
  padding: 10px 0px;
}
.layer-money .layer-box > span p {
  margin: 2px 0px;
  font-size: 12px;
  color: #acacac;
}
.layer-money .layer-box .layer-btn {
  text-align: center;
}
.layer-money .layer-box .layer-btn i {
  background-color: #931c31;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
}
.layer-money .layer-box .close {
  opacity: 1;
  float: initial;
  margin-left: 20px;
  font-weight: initial;
  text-shadow: 0px 0px 0px;
  line-height: initial;
}
.layer-money .layer-qrcode {
  display: none;
  background-color: #ffffff;
  margin: 20% auto 0px;
  padding: 10px 20px 20px;
  width: 300px;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.layer-money .layer-qrcode .qrcode-font {
  font-size: 16px;
  color: #606060;
  text-align: center;
  margin: 20px 0px;
}
.layer-money .layer-qrcode .font-green {
  text-align: center;
  margin: 20px 0px;
  display: none;
}
.layer-money .layer-qrcode .font-green i {
  color: #009933;
  background: url(../images/qrcode-success.png) no-repeat;
  background-size: 36px;
  padding-left: 45px;
  font-size: 22px;
}
.layer-money .layer-qrcode .qrcode img {
  width: 100%;
  height: 100%;
}
