@charset "UTF-8";

/*common*/
._articleBasic h2,
._articleBasic h3,
._articleBasic h4,
._articleBasic h5 {
  background-image: none;
  padding-left: 0;
}

._articleBasic .artclViewTitleWrap .artclShare .sns input,
._articleBasic .artclViewTitleWrap .artclShare .option,
._articleBasic .artclComment .comment .option,
._articleBasic .artclCommentList li .delComment,
._articleBasic .artclList li .artclInfo .newArtcl,
._articleBasic .artclCategory ul.categoryList li {
  border: 0;
  background-image: url("../images/share.gif");
  background-repeat: no-repeat;
  background-color: transparent;
}

/*category*/
._articleBasic .artclCategory {
  border: 1px #ddd solid;
  background-color: #fff;
  margin-bottom: 1em;
  padding: 1em;
}

._articleBasic .artclCategory ul {
  position: relative;
  overflow: hidden;
}

._articleBasic .artclCategory ul li {
  float: left;
  font-size: 1em;
}

._articleBasic .artclCategory ul.categoryNavig {
  margin-bottom: 0.5em;
}

._articleBasic .artclCategory ul.categoryNavig li {
  margin-right: 1em;
}

._articleBasic .artclCategory ul.categoryList {
  border: 1px #B0D7EA solid;
  background-color: #EEF6FB;
  padding: 0.5em;
}

._articleBasic .artclCategory ul.categoryList li {
  width: 25%;
}

._articleBasic .artclCategory ul.categoryList li a {
  display: block;
  padding-left: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 24px;
  line-height: 24px;
}

._articleBasic .artclCategory ul li.child {
  background-position: 0 -263px;
}

._articleBasic .artclCategory ul li.pChild {
  background-position: 0 -293px;
}

._articleBasic .artclCategory ul li.noCategory {
  text-align: center;
  width: 100%;
  background-image: none;
}

._articleBasic .artclCategory ul li.active a {
  font-weight: 600;
  color: #009df5;
}

/*subject*/
/*prd search*/
._articleBasic .artclPeriod fieldset {
  width: 250px;
  height: 30px;
  position: relative;
  display: block;
  margin: 1em auto;
}

._articleBasic .artclPeriod fieldset label,
._articleBasic .artclPeriod fieldset input {
  float: left;
  margin: 0 0.2em;
}

._articleBasic .artclPeriod fieldset label {
  line-height: 30px;
}

._articleBasic .artclPeriod fieldset input {
  width: 70px;
}

/*rss,count,search*/
._articleBasic .fnDiv.artclSerch {
  height: 30px;
  margin-bottom: 1em;
}

._articleBasic .fnDiv ._sysRss {}

/*list headline*/
._articleBasic .artclHeadLine {
  border: 1px #ddd solid;
  background-color: #fff;
  padding: 0 1em;
}

._articleBasic .artclHeadLine .artclList,
._articleBasic .artclHeadLine .artclList li._first._last .artclLinkView,
._articleBasic .artclHeadLine .artclList li._last .artclLinkView {
  border: 0 !important;
}

/*list*/
._articleBasic .artclList {
  border-top: 1px #ddd solid;
  position: relative;
}

._articleBasic .artclList:before,
._articleBasic .artclList:after {
  content: "";
  display: block;
  clear: both;
}

._articleBasic .artclList.useHeadline {
  border-top: 0;
}

/*list num set*/
._articleBasic .artclList.artclHorNum2 li {
  width: 49.5%;
}

._articleBasic .artclList.artclHorNum2 li._even {
  float: left;
}

._articleBasic .artclList.artclHorNum2 li._odd {
  float: right;
}

._articleBasic .artclList li .artclLinkView {
  display: block;
  border-bottom: 1px #ddd solid;
  overflow: hidden;
  position: relative;
  padding: 1em 0;
  color: #000;
}

._articleBasic .artclList li.thumbLi .thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  background-color: #000;
}

._articleBasic .artclList li.thumbLi .thumbnail img {
  width: 100%;
  height: 100%;
}

._articleBasic .artclList li.thumbLi .thumbnail p {
  color: #888;
  text-align: center;
}

._articleBasic .artclList li.thumbLi .artclInfo,
._articleBasic .artclList li.thumbLi .artclContent {
  margin-left: 110px;
}

._articleBasic .artclList li .artclInfo {
  margin-bottom: 0.5em;
}

._articleBasic .artclList li .artclInfo .artclTitle {
  font-size: 1.2em;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5em;
}

._articleBasic .artclList li .artclInfo dl,
._articleBasic .artclList li .artclInfo dl dt,
._articleBasic .artclList li .artclInfo dl dd {
  display: inline-block;
  zoom: 1;
  _display: inline;
  color: #333;
}

._articleBasic .artclList li .artclInfo dl {}

._articleBasic .artclList li .artclInfo dl:after {
  content: " / ";
  color: #777;
}

._articleBasic .artclList li .artclInfo dl dd {
  margin-right: 0.5em;
}

._articleBasic .artclList li .artclInfo dl dd._last {
  margin-right: 0;
}

._articleBasic .artclList li .artclInfo dl dt {
  padding-left: 0.5em;
}

._articleBasic .artclList li .artclInfo dl dt:after {
  content: " : ";
}

._articleBasic .artclList li .artclInfo dl._first dt {
  padding-left: 0;
}

._articleBasic .artclList li .artclInfo dl._last:after {
  content: "";
}

._articleBasic .artclList li .artclInfo .newArtcl {
  width: 11px;
  height: 11px;
  overflow: hidden;
  text-indent: -5000px;
  display: inline-block;
  zoom: 1;
  _display: inline;
  background-position: 0 -240px;
}

._articleBasic .artclList li .artclContent {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
}

._articleBasic .artclList li .artclContent:after {
  display: inline;
}

._articleBasic .artclList li.blindLi .artclTitle strong {
  color: #00c;
}

._articleBasic .artclList li.secretLi .artclTitle strong {
  color: #c00;
}

._articleBasic .artclList li.trashLi .artclTitle strong {
  color: #cdbeb1;
}

._articleBasic .artclList li.blindLi .artclLinkView:after,
._articleBasic .artclList li.secretLi .artclLinkView:after,
._articleBasic .artclList li.trashLi .artclLinkView:after {
  position: absolute;
  top: 1em;
  right: 0;
  padding: 0 .5em;
  background: rgba(0, 0, 0, .36);
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  display: block;
}

._articleBasic .artclList li.blindLi .artclLinkView:after {
  content: 'BLIND';
}

._articleBasic .artclList li.secretLi .artclLinkView:after {
  content: 'SECRET';
}

._articleBasic .artclList li.trashLi .artclLinkView:after {
  content: 'TRASH';
}

/*write+view*/
._articleBasic .artclItem {
  border-color: #333 #ddd #ddd;
  border-style: solid;
  padding: 0;
}

._articleBasic .artclItem.writeForm {
  border-width: 2px 0 1px 0;
}

._articleBasic .artclItem.viewForm {
  background-color: #fff;
  border-width: 2px 1px 1px;
}

._articleBasic .artclItem .artclForm,
._articleBasic .artclItem .artclLabel,
._articleBasic .artclItem .artclInsert {
  min-height: 28px;
  height: auto !important;
  _height: 28px;
}

._articleBasic .artclItem .artclForm {
  position: relative;
  border-top: 1px #eee solid;
  padding: 5px 0 5px 160px;
}

._articleBasic .artclItem .artclForm:first-child {
  border: 0;
}

._articleBasic .artclItem .artclLabel,
._articleBasic .artclItem .artclInsert {
  padding: 2px 0;
  color: #666;
  line-height: 28px;
}

._articleBasic .artclItem .artclLabel {
  font-weight: 600;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #000;
  font-size: 1.2em;
  width: 140px;
  background: url("../images/labelGab.gif") no-repeat right 50%;
}

._articleBasic .artclItem .artclLabel mark.must {
  float: left;
  margin-top: 8px;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  text-indent: -5000px;
  background: url("../images/must.gif") no-repeat;
  overflow: hidden;
  padding: 0;
}

._articleBasic .artclItem .artclInsert {
  display: block;
  margin-right: 5px;
  position: relative;
  padding: 2px 0;
  color: #666;
  line-height: 28px;
}

._articleBasic .artclItem .artclInsert textarea {
  height: 400px;
}

._articleBasic .artclItem .artclInsert .intOpt {
  border: 1px #eee solid;
  padding: 0.5em;
  background-color: #f7f7f7;
}

._articleBasic .artclItem .artclInsert .multiSelectBox {
  height: 60px;
  width: 300px;
}

._articleBasic .artclItem .artclForm.both {
  padding-left: 0;
}

._articleBasic .artclItem .artclForm.both .artclInsert {
  margin-left: 0;
  width: 99.7% !important;
}

._articleBasic .artclItem .artclForm.both .artclLabel {
  position: static;
  display: block;
  background-image: none;
}

/*view head*/
._articleBasic .artclViewHead {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.5em;
}

._articleBasic .artclViewHead dl,
._articleBasic .artclViewHead dl dt,
._articleBasic .artclViewHead dl dd {
  display: inline-block;
  zoom: 1;
  _display: inline;
  line-height: 1;
  font-size: 1.02em;
}

._articleBasic .artclViewHead dl {
  padding: 0 0.5em;
  border-right: 1px #ccc solid;
}

._articleBasic .artclViewHead dl._first._last {
  padding: 0 0.5em 0 0;
}

._articleBasic .artclViewHead dl._last {
  padding: 0 0 0 0.5em;
  border-right: 0;
}

._articleBasic .artclViewHead dl dt {
  padding-right: 0.5em;
}

._articleBasic .artclViewHead dl dd {
  font-weight: bold;
}

._articleBasic .artclViewHead .left {
  float: left;
}

._articleBasic .artclViewHead .right {
  float: right;
}

._articleBasic .artclViewTitleWrap {
  border-top: 2px #333 solid;
  background-color: #eee;
}

._articleBasic .artclViewTitleWrap .artclViewTitle {
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
  padding: 0.5em;
}

._articleBasic .artclViewTitleWrap .artclShare {
  overflow: hidden;
  position: relative;
}

._articleBasic .artclViewTitleWrap .artclShare .sns,
._articleBasic .artclViewTitleWrap .artclShare input,
._articleBasic .artclViewTitleWrap .artclShare a {
  float: left;
}

._articleBasic .artclViewTitleWrap .artclShare .left {
  float: left;
}

._articleBasic .artclViewTitleWrap .artclShare .right {
  float: right;
}

._articleBasic .artclViewTitleWrap .artclShare .sns input,
._articleBasic .artclViewTitleWrap .artclShare .option,
._articleBasic .artclComment .comment .option {
  font-size: 1em;
  color: #333;
}

._articleBasic .artclViewTitleWrap .artclShare .sns {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(to bottom, #fff, #eee);
}

._articleBasic .artclViewTitleWrap .artclShare .sns input {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  height: 26px;
  line-height: 25px;
  padding: 0 10px 0 25px;
}

._articleBasic .artclViewTitleWrap .artclShare .sns .twitter {
  background-position: 5px 6px;
}

._articleBasic .artclViewTitleWrap .artclShare .sns .facebook {
  background-position: 5px -24px;
}

._articleBasic .artclViewTitleWrap .artclShare .sns input:first-child {
  border-width: 1px;
}

._articleBasic .artclViewTitleWrap .artclShare .option,
._articleBasic .artclComment .comment .option {
  height: 26px;
  padding: 0 10px 0 20px;
  background-color: transparent;
}

._articleBasic .artclViewTitleWrap .artclShare input.option {
  line-height: 26px;
}

._articleBasic .artclViewTitleWrap .artclShare a.option {
  line-height: 29px;
}

._articleBasic .artclViewTitleWrap .artclShare .option.recommend,
._articleBasic .artclComment .comment .option.recommend {
  background-position: 0 -174px;
}

._articleBasic .artclViewTitleWrap .artclShare .option.nonrecommend,
._articleBasic .artclComment .comment .option.nonrecommend {
  background-position: 0 -355px;
}

._articleBasic .artclViewTitleWrap .artclShare .option.report {
  background-position: 0 -113px;
}

._articleBasic .artclViewTitleWrap .artclShare .option.blind {
  background-position: 0 -144px;
}

._articleBasic .artclViewTitleWrap .artclShare .option.print {
  background-position: 0 -83px;
}

._articleBasic .artclAtchImg {
  padding: 1em 0;
  text-align: center;
}

._articleBasic .artclAtchImg img {
  max-width: 100%;
  width: auto !important;
  _width: 100%;
}

._articleBasic .artclView {
  font-size: 1em;
  margin-bottom: 2em;
}

/* reply */
._articleBasic .artclAnswerWrap {
  border: 1px #ddd solid;
  background-color: #fff;
}

._articleBasic .artclAnswerWrap h3 {
  border-bottom: 1px #eee solid;
  text-align: center;
  line-height: 2.4;
  background-color: #f7f7f7;
}

._articleBasic .artclAnswerWrap .artclAnswer {
  padding: 0.5em 0.5em 0 0.5em;
}

._articleBasic .artclAnswerWrap .artclAnswerInfo {
  padding: 0.5em;
  font-size: 0.9em;
  text-align: right;
  color: #555;
}

._articleBasic .artclAnswerWrap .artclAnswerInfo .date {
  border-left: 1px #ddd solid;
  padding-left: 0.5em;
  margin-left: 0.5em;
}

/* comment */
._articleBasic .artclComment {
  border: 1px #ddd solid;
  background-color: #fff;
  margin: 1em 0;
  padding: 1em;
}

/* comment write */
._articleBasic .artclComment .artclCommentName {
  margin-bottom: 0.5em;
}

._articleBasic .artclComment .artclCommentName label {
  float: left;
  height: 28px;
  line-height: 28px;
  font-weight: 600;
  margin-right: 1em;
}

._articleBasic .artclComment .artclCommentName label mark.must {
  float: left;
  margin-top: 8px;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  text-indent: -5000px;
  background: url("../images/must.gif") no-repeat;
  overflow: hidden;
  padding: 0;
}

._articleBasic .artclComment .artclCommentForm {
  position: relative;
  margin-bottom: 1em;
}

._articleBasic .artclComment .artclCommentForm .artclCommentInsert {
  margin-right: 80px;
}

._articleBasic .artclComment .artclCommentForm .artclCommentInsert textarea {
  padding: 5px;
  height: 50px;
  width: 100%;
  background-color: #f7f7f7;
}

._articleBasic .artclComment .artclCommentForm ._button {
  position: absolute;
  top: 0;
  right: 0;
}

._articleBasic .artclComment .artclCommentForm ._button input {
  width: 60px;
  height: 62px;
  line-height: 60px;
}

/* comment list */
._articleBasic .artclComment .artclCommentList {
  background-color: #ECF1F3;
  padding: 1em 1em 0 1em;
  border: 1px #DBE7EB solid;
}

._articleBasic .artclComment .artclCommentList li {
  border-left: 1px #ccc solid;
  padding: 0 0 15px 70px;
  margin-left: 60px;
  position: relative;
}

._articleBasic .artclComment .artclCommentList li .comment {
  line-height: 1.8;
}

._articleBasic .artclComment .artclCommentList li .date {
  font-size: 0.9em;
  color: #555;
  position: absolute;
  top: 0;
  left: -60px;
  width: 120px;
  text-align: center;
  background-color: #ECF1F3;
  border-radius: 0.3em;
}

._articleBasic .artclComment .artclCommentList li .delComment {
  width: 11px;
  height: 11px;
  background-position: 0 -210px;
  margin-left: 0.5em;
  text-indent: -5000px;
}

/* prev/next */
._articleBasic .artclNavi {
  border-width: 1px;
  border-color: #ddd;
  margin-bottom: 1em;
}

._articleBasic .artclNavi .artclForm {
  padding-left: 90px;
}

._articleBasic .artclNavi .artclForm .artclLabel {
  text-align: center;
  width: 70px;
}

._articleBasic .artclNavi .artclForm .artclInsert .artclNaviInfo {
  float: right;
}

._articleBasic .artclNavi .artclForm .artclInsert .date {
  border-left: 1px #ddd solid;
  padding-left: 0.5em;
  margin-left: 0.5em;
}

/* etc */
.artclItem {}

.artclAnswer {}

/* juhan custom css */
.arts-head {
  margin: 30px 0;
}

.arts-head li {
  max-height: 280px;
  overflow: hidden;
}

.arts-head li img {
  width: 100%;
}

.arts-head .slick-arrow {
  position: absolute;
  width: 32px;
  height: 59px;
  top: 50%;
  margin-top: -30px;
  text-indent: -99999px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.arts-head .slick-prev {
  left: 35px;
  background-image: url(../images/arts-prev.png);
}

.arts-head .slick-next {
  right: 35px;
  background-image: url(../images/arts-next.png);
}

.arts-head .slick-dots {
  position: absolute;
  width: 900px;
  text-align: center;
  bottom: 20px;
  left: 50%;
  margin-left: -450px;
}

.arts-head .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  text-indent: -99999px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  cursor: pointer;
  margin: 0 5px;
}

.arts-head .slick-dots li.slick-active {
  background-color: rgba(255, 255, 255, 1);
}

.art-shop ._listHead {
  height: 60px;
  background-color: #fff;
  padding: 0.7em;
  border-color: #d4d4d4;
  border-style: none;
  border-top-style: solid;
  border-bottom-style: solid;
}

.art-shop ._search ._submit {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: url(../images/art-srch.png) center center no-repeat #555;
}

.art-shop ._search input[type="text"] {
  min-width: 250px;
  height: 40px;
}

.art-shop ._search select {
  height: 40px;
  line-height: 40px;
}

.art-shop ._listHead ._count {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

.art-shop ._listHead ._count strong {
  color: #6f6fb9;
}

.art-shop .arts-list {
  overflow: hidden;
  border-bottom: 1px solid #70787e;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.art-shop .arts-list li {
  position: relative;
  float: left;
  width: calc(100% / 3 - 20px);
  margin-right: calc(60px / 2);
  margin-bottom: 20px;
}

.art-shop .arts-list li:nth-child(3n) {
  margin-right: 0;
}

.art-shop .arts-list li img {
  width: 100%;
  height: 280px;
  background-size: cover;
  overflow: hidden;
}

.art-shop .arts-list .dis-cunt {
  position: absolute;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  background-color: #886fb9;
  padding: 8px 0;
}

.art-shop .arts-list .dis-cunt strong {
  font-size: 24px;
}

.art-shop .art-list-dt {
  padding: 10px 0;
}

.art-shop .art-list-dt span {
  color: #fff;
  font-size: 16px;
  padding: 0 6px;
  display: inline-block;
}

.art-shop .art-list-dt span.art-hot {
  background-color: #60609f;
}

.art-shop .art-list-dt span.art-sale {
  background-color: #c06cc5;
}

.art-shop .art-list-dt strong.goods-sj {
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 75%;
  display: inline-block;
  position: relative;
  top: 10px;
}

.art-shop .art-list-dd {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.art-shop .art-list-dd strong.dis-cost {
  color: #60609f;
  /*font-size: 18px;*/
  margin-left: 10px;
}

@media all and (max-width:768px) {
  .art-shop ._listHead ._count {
    float: left;
  }

  .art-shop .arts-list li {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
  }

  .art-shop .arts-list li:nth-child(3n) {
    margin-right: 20px;
  }

  .art-shop .arts-list li:nth-child(2n) {
    margin-right: 0;
  }
}

/* niceSelect wrap */
#categoryForm {
  position: relative;
  color: #333;
  font-size: 18px;
  line-height: 40px;
  border: 3px solid #6f6fb9;
  padding: 5px 10px;
}

#categoryForm::after {
  content: '';
  display: block;
  clear: both;
}

#categoryForm a {
  font-weight: bold;
  padding: 0 10px;
}

#categoryForm a.art-mov {
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  background-color: #6f6fb9;
  padding: 5px 10px;
  margin-left: 10px;
}

.nice-select {
  border: none;
  border-radius: 0;
  background: url(../images/art-notop.png) center center no-repeat;
}

.nice-select.open {
  background: url(../images/art-op.png) center center no-repeat;
}

.nice-select span {
  font-size: 0;
  text-indent: -99999px;
}

.nice-select:after {
  display: none;
}

.nice-select .list {
  border-radius: 0;
  margin-top: 8px;
  left: -13px;
}

.nice-select .option {
  position: relative;
  min-width: 190px;
  color: #fff;
  background-color: #6f6fb9;
  padding-left: 24px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  color: #fff;
  background-color: #6f6fb9;
}

.nice-select .option:hover::after,
.nice-select .option.focus::after,
.nice-select .option.selected.focus::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 10px;
  top: 50%;
  margin-top: -4px;
  border-radius: 3px;
  background-color: #fff;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: #6f6fb9 !important;
}

/* Artshop view wrap */
.art-detail {
  position: relative;
  overflow: hidden;
}

.art-detail .left {
  float: left;
  width: 450px;
  height: 450px;
  overflow: hidden;
}

.art-detail .left img {
  width: 100%;
  height: 100%;
  max-width: 450px;
}

.art-detail .right {
  margin-left: 500px;
}

.art-detail .detail-cont {
  clear: both;
  font-size: 15px;
  padding: 30px 0 0 0;
}

.art-detail .detail-cont img {
  height: auto !important;
}

.art-detail .badg {
  color: #fff;
  font-size: 24px;
  padding: 0 8px;
}

.art-detail .badg.hot {
  background-color: #60609f;
}

.art-detail .badg.sale {
  background-color: #c06cc5;
}

.art-detail .detail-sj {
  font-size: 30px;
  font-weight: bold;
  margin-left: 5px;
}

.art-detail .detail-comt {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}

.art-detail .pri-option {
  border-top: 1px solid #d4d4d4;
  border-bottom: 4px solid #373a3d;
  padding: 10px 0 20px 0;
}

.art-detail .pri-option .detail-cost {
  font-size: 14px;
  font-weight: bold;
}

.art-detail .pri-option .detail-cost b {
  position: relative;
  color: #333;
  font-size: 30px;
  margin-left: 60px;
}

.art-detail .pri-option .detail-cost.on b::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #333;
  margin-top: -1px;
}

.art-detail .pri-option .detail-discost {
  color: #60609f;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  padding-left: 15px;
}

.art-detail .option-select {
  overflow: hidden;
}

.art-detail .option-select li {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}

.art-detail .option-select span {
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
}

.art-detail .option-select li .artOpt {
  margin-left: 115px;
}

.art-detail .option-select li select,
.art-detail .option-select li input {
  width: 100%;
  height: 35px;
}

.art-detail .sub-info {
  border: 2px solid #d4d4d4;
  padding: 20px;
  margin: 22px 0;
}

.art-detail .sub-info p {
  color: #333;
  font-size: 15px;
}

.art-detail .detail-btn li {
  float: left;
  width: calc(100% / 3 - 10px);
  margin-right: calc(10px * 3 / 2);
}

.art-detail .detail-btn li:last-child {
  margin-right: 0;
}

.art-detail .detail-btn li button {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #4d4e53;
  padding: 20px 5px;
}

.art-detail .detail-btn li:first-child button {
  background-color: #60609f;
}

/* goods confirm css */
.conf-list {
  overflow: hidden;
  margin: 0 0 20px 0;
}

.conf-list>li {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0 10px;
}

.conf-list>li .check-style {
  background: #886fb9;
  display: inline-block;
  padding: 6px;
  line-height: 1;
  border-radius: 5px;
}

.conf-img {
  margin: 10px 0 0 0;
}

.conf-img img {
  width: auto;
  max-width: 100%;
  height: 280px;
}

.conf-cont {
  color: #333;
  margin: 15px 0;
}

.conf-cont .conf-sj {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
}

.conf-cont .conf-option {
  margin-bottom: 10px;
}

.conf-cont .conf-option li {
  position: relative;
  font-size: 15px;
  padding-left: 14px;
}

.conf-cont .conf-option li b {
  margin-left: 20px;
}

.conf-cont .conf-option li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 3px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #886fb9;
  border-radius: 3px;
}

.conf-cont .conf-price {
  background-color: #f2f2f2;
  padding: 8px 15px;
}

.conf-cont .conf-price .conf-cost {
  position: relative;
  font-size: 14px;
}

.conf-cont .conf-price .conf-cost.on::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  background-color: #60609f;
}

.conf-cont .conf-price .conf-discost {
  color: #60609f;
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
}

.conf-cont .dis-percent {
  position: absolute;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  left: 0;
  top: 34px;
  background-color: #886fb9;
  line-height: 25px;
  padding-top: 8px;
}

.conf-cont .dis-percent strong {
  display: block;
  font-size: 24px;
}

.conf-btn {
  text-align: center;
}

.conf-btn .conf-order,
.conf-btn .conf-prev {
  display: inline-block;
}

.no-goods {
  text-align: center;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  padding: 50px 20px;
}

.no-goods p {
  font-size: 16px;
}

/* confirm button */
.conf-prev {
  color: #fff;
  font-size: 16px;
  background-color: #60609f;
  padding: 12px 15px;
  margin-top: 15px;
}

.conf-order {
  color: #fff;
  font-size: 16px;
  background-color: #60609f;
  padding: 12px 15px;
  margin-top: 15px;
}

#sumPriceVal {
  font-size: 18px;
  color: #60609f;
  font-weight: bold;
}

/* confirm other */
.notice-wrap {
  color: #333;
  font-size: 15px;
  border: 2px solid #d4d4d4;
  padding: 30px;
  margin: 50px 0;
}

.notice-wrap strong {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  color: #60609f;
  line-height: 1.6;
}

.notice-wrap ul {
  margin-bottom: 30px;
}

.notice-wrap li {
  position: relative;
  line-height: 25px;
  padding-left: 12px;
}

.notice-wrap li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 1px;
  background-color: #333;
}

.agree-wrap {
  text-align: center;
}

.agree-wrap p {
  display: inline-block;
}

.agree-wrap .agree-txt {
  margin-left: 3px;
}

.order-table {
  border-top: 2px solid #4c5156;
}

.order-table tr {
  border-bottom: 1px solid #d4d4d4;
}

.order-table th,
.order-table td {
  font-size: 16px;
  line-height: 35px;
  padding: 15px;
}

.order-table th {
  color: #666;
  font-weight: bold;
  background-color: #f2f2f2;
}

.order-table td {
  text-align: left;
}

.order-table td input {
  width: 100%;
  max-width: 250px;
  font-size: 15px;
  padding: 0 0 0 10px;
}

.order-table th .must {
  width: 11px;
  height: 11px;
  text-indent: -5000px;
  background: url(../images/mark.png) no-repeat;
  padding: 0;
  margin-right: 5px;
  overflow: hidden;
}


#categorySn {
  display: none;
}

.nice-select {
  display: none;
}

.art-mov {
  display: none;
}

.art-tbl table {
  font-size: 16px;
  border-top: 2px solid #4c5156;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 20px 0;
}

.art-tbl table th {
  background: #f2f2f2;
  text-align: center;
  width: 170px;
  padding: 0 10px 0 0;
  color: #666;
  font-weight: normal;
}

.art-tbl table td {
  text-align: left;
  padding: 15px;
  height: 65px;
}

.art-tbl .info {
  color: #60609f;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0;
}

#sumPriceVal {
  margin: 0 0 10px 0;
}

@media all and (max-width:990px) {
  .art-detail .left {
    width: 30%;
    height: 30%;
  }

  .art-detail .right {
    margin-left: 35%;
  }
}

@media all and (max-width:680px) {
  .art-detail .left {
    float: none;
    width: 70%;
    height: 70%;
    margin: 0 auto 40px auto;
  }

  .art-detail .right {
    margin-left: 0%;
  }

  .art-detail .detail-sj {
    font-size: 20px;
  }

  .art-detail .badg {
    font-size: 19px;
  }

  .conf-list>li {
    width: 50%;
  }
}

@media all and (max-width:500px) {
  .art-shop ._listHead ._count {
    float: none;
    display: block;
    width: 100%;
  }

  .art-shop ._listHead {
    height: auto;
  }

  ._listHead ._search {
    display: inline-block;
    float: none;
    width: 100%;
    height: auto;
    padding-right: 0px;
  }

  .art-shop ._search fieldset {
    display: table;
    width: 100%;
  }

  .art-shop ._search select,
  .art-shop ._search input[type="text"],
  .art-shop ._search ._submit {
    display: table-cell;
    vertical-align: middle;
  }

  .art-shop ._search select {
    width: 20%;
  }

  .art-shop ._search input[type="text"] {
    width: 70%;
  }

  .art-shop ._search ._submit {
    width: 10%;
  }


  .art-shop .arts-list li {
    width: 100%;
    margin: 0px 0 20px 0;
    float: none;
  }

  .conf-list>li {
    width: 100%;
    float: none;
    padding: 0 0 10px 0;
  }

  .conf-img img {
    width: 100%;
    height: auto;
  }

  .art-shop .arts-list li img {
    height: auto;
  }

  .art-detail .detail-btn li {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin: 0 0 15px 0;
  }
}