ul {
  list-style: none;
}
button {
  outline: 0 none;
  border: 0 none;
}
pre {
  display: block;
  white-space: pre;
  font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
}
.design-nav {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 12px;
}
.design-nav a {
  color: #fff;
}
.design-nav a:hover {
  color: #cf5541;
}
.container-mask {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  behavior: url(/css/pc/backgroundsize.min.htc);
  z-index: -1;
}
.container-mask .mask {
  height: 100%;
  background-image: url(/images/pc/design/dot.png);
  background-color: rgba(0, 0, 0, 0.55);
}
.top {
  /*margin-top: 22px;*/
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  behavior: url(/css/pc/PIE.htc);
}
.top .name {
  padding: 0px 20px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  border-top: 5px solid #CF5541;
  background: url(/images/pc/design/design_name_bg.png) 0 0 no-repeat;
}
.top .name span {
  font-size: 45px;
}
.top .name em {
  float: right;
  margin-top: 50px;
  margin-right: 10px;
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  background: url(/images/pc/design/white_preview.png) 0 0 no-repeat;
}
.top .desc {
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #a09291;
}
.main .left-dom {
  float: left;
}
.main .left-dom .mark-item {
  display: table;
  background: url(/images/pc/design/line_bg.png) 0 0 repeat;
}
.main .left-dom .crumb {
  display: table-cell;
  position: relative;
  width: 46px;
  background: url(/images/pc/design/crumb_dot.png) 50% 50% no-repeat;
}
.main .left-dom .crumb.active {
  background: url(/images/pc/design/crumb_dot_active.png) 50% 50% no-repeat;
}
.main .left-dom .main-item {
  display: table-cell;
  width: 614px;
  padding: 20px 20px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #fff;
  behavior: url(/css/pc/PIE.htc);
}
.main .left-dom .main-item .item-pic {
  position: relative;
}
.main .left-dom .main-item .item-pic .tag-link {
  position: absolute;
  width: 57px;
  height: 57px;
  cursor: pointer;
  background: url(/images/pc/design/tag.png) 50% 50% no-repeat;
}
/*.main .left-dom .main-item .tag-link.show-js .tag-content {
  display: block;
}*/
.main .left-dom .main-item .tag-content {
  display: none;
  position: absolute;
  left: -4px;
  top: -112px;
  width: 288px;
  height: 88px;
  padding: 6px;
  padding-bottom: 19px;
  background: url(/images/pc/design/left_tag.png) 0 0 no-repeat;
}
.main .left-dom .main-item .tag-content img {
  float: left;
  width: 88px;
  height: 88px;
}
.main .left-dom .main-item .tag-content.left {
  left: -210px;
  background: url(/images/pc/design/right_tag.png) 0 0 no-repeat;
}
.main .left-dom .main-item .tag-content.left img {
  float: right;
}
.main .left-dom .main-item .tag-content.left .tag-content-desc {
  float: left;
}
.main .left-dom .main-item .tag-content.left .tag-content-desc .price span {
  float: left;
}
.main .left-dom .main-item .tag-content .tag-content-desc {
  float: right;
  width: 190px;
}
.main .main-item .tag-content.left .tag-content-desc .price em {
  float: left;
}
.main .left-dom .main-item .tag-content-desc .header {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  word-break: break-all; 
  text-overflow: ellipsis; 
  white-space: nowrap;
}
.main .left-dom .main-item .tag-content-desc .description {
  height: 40px;
  line-height: 20px;
  color: #eee;
  font-size: 12px;
  overflow: hidden;
  word-break: break-all; 
  text-overflow: ellipsis; 
  white-space: nowrap;
}
.main .left-dom .main-item .tag-content-desc .price {
  height: 20px;
  line-height: 20px;
  color: #c8c8c8;
  font-size: 16px;
  overflow: hidden;
  text-align: right;
  word-break: break-all; 
  text-overflow: ellipsis; 
  white-space: nowrap;
}
.main .main-item .tag-content-desc .price em {
  float: right;
  color: #dbd15c;
  font-size: 20px;
}
.main .left-dom .space-crumb {
  height: 20px;
}
.main .left-dom .space-crumb .crumb-line {
  position: relative;
  width: 46px;
  height: 100%;
}
.main .left-dom .space-crumb .crumb-line:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 50%;
  margin-left: -3px;
  border-left: 6px solid #fff;
}
.main .left-dom h2 {
  height: 18px;
  line-height: 18px;
  padding-left: 16px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: normal;
  font-size: 18px;
  border-left: 6px solid #CF5541;
  color: #515151;
}
.main .left-dom h2 .loction {
  float: right;
  font-size: 15px;
  color: #8d8c8c;
  max-width: 500px;
}
.main .left-dom h2 .loction span {
  padding-left: 16px;
  margin-right: 10px;
  background: url(/images/pc/design/location.png) 0 50% no-repeat;
}
.main .left-dom .preface .preface-detail {
  width: 614px;
  line-height: 24px;
  margin-top: 2px;
  font-size: 13px;
  color: #8d8c8c;
}
.main .left-dom .design-desc {
  width: 614px;
  line-height: 24px;
  font-size: 13px;
  color: #8b8b8b;
}
.main .right-dom {
  position: absolute;
  float: left;
  right: 0px;
  width: 240px;
  border-radius: 10px;
  behavior: url(/css/pc/PIE.htc);
}
.main .location-container {
  position: fixed;
  top: 355px;
  right: 0;
  left: 0;
  background: 0 0;
  width: 960px;
  margin: 0 auto;
}
.main .second-container {
  position: relative;
}
.main .desiner-info-container {
  padding: 12px 10px;
  background-color: #fff;
  border-radius: 10px;
  behavior: url(/css/pc/PIE.htc);
}
.main .desiner-info-container .designer-info img {
  float: left;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  border: 3px solid #d5d5d5;
  behavior: url(/css/pc/PIE.htc);
}
.main .desiner-info-container .designer-info .designer-info-item {
  float: left;
  margin-left: 10px;
  margin-top: 12px;
}
.main .desiner-info-container .designer-info .designer-info-item .designer-name {
  height: 30px;
  line-height: 30px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.main .desiner-info-container .designer-info .designer-info-item .designer-name a {
  color: #535353;
  cursor: pointer;
}
.main .desiner-info-container .designer-info .designer-info-item .designer-name a:hover {
  text-decoration: underline;
}
.main .desiner-info-container .designer-info .designer-info-item .designer-name span {
  padding-right: 30px;
}
.main .desiner-info-container .designer-info .designer-info-item .designer-name span.male {
  background: url(/images/pc/design/male.png) right center no-repeat;
}
.main .desiner-info-container .designer-info .designer-info-item .designer-name span.female {
  background: url(/images/pc/design/female.png) right center no-repeat;
}
.main .desiner-info-container .experience {
  margin-top: 8px;
  padding-left: 10px;
  line-height: 20px;
  font-size: 16px;
  color: #515151;
}
.main .desiner-info-container .experience em {
  padding: 0 10px;
  color: #dad35c;
}
.main .desiner-info-container .location {
  margin-top: 10px;
  padding-left: 10px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #767676;
  overflow: hidden;
  word-break: break-all; 
  text-overflow: ellipsis; 
  white-space: nowrap;
}
.main .desiner-info-container .location span {
  padding-left: 22px;
  background: url(/images/pc/common/icon_pin_red.png) 0px 50% no-repeat;
}
.main .desiner-info-container .designer-hot {
  margin-top: 10px;
  height: 20px;
  line-height: 20px;
  padding-left: 26px;
  color: #777;
  background: url(/images/pc/design/hot.png) 0px 0px no-repeat;
}
.main .desiner-info-container label {
  display: block;
  margin-top: 6px;
  margin-bottom: 2px;
  height: 30px;
  line-height: 30px;
  color: #525252;
  font-size: 16px;
}
.main .desiner-info-container li {
  float: left;
  margin: 4px 0px;
  height: 22px;
  line-height: 22px;
  margin-left: 10px;
  padding-left: 18px;
  padding-right: 6px;
  color: #fff;
  font-size: 11px;
}
.main .desiner-info-container .design-style, .main .desiner-info-container .service-type {
  padding-left: 10px;
}
.main .desiner-info-container .design-style li {
  background: #f5b87d url(/images/pc/design/top_logo.png) 0px 50% no-repeat;
}
.main .desiner-info-container .service-type li {
  background: #91b8de url(/images/pc/design/top_logo.png) 0px 50% no-repeat;
}
.main .reserve-container {
  margin-top: 20px;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 10px;
  behavior: url(/css/pc/PIE.htc);
}
.main .reserve-container h2 {
  height: 32px;
  text-align: center;
  color: #535252;
  font-size: 18px;
  font-weight: normal;
}
.main .reserve-container p {
  width: 202px;
  margin: 14px auto 20px auto;
  line-height: 16px;
  font-size: 12px;
  color: #5c5c5c;
}
.main .reserve-container .input-section {
  width: 202px;
  margin: 0 auto;
  height: 32px;
  margin-top: 14px;
}
.main .reserve-container .input-section input {
  width: 100%;
  text-indent: 32px;
}
.main .reserve-container .input-section input.confirm-input {
  width: 104px;
  text-indent: 12px;
}
.main .reserve-container .input-section input.confirm-input.false {
  color: #CF5541;
  background: url(/images/pc/design/judge.png) right -30px no-repeat;
}
.main .reserve-container .input-section input.input-name {
  background: #ffffff url(/images/pc/design/user.png) 10px 50% no-repeat;
}
.main .reserve-container .input-section input.input-name.true {
  background: #ffffff url(/images/pc/design/user.png) 10px 50% no-repeat, url(/images/pc/design/judge.png) right 0px no-repeat;
}
.main .reserve-container .input-section input.input-name.false {
  background: #ffffff url(/images/pc/design/user.png) 10px 50% no-repeat, url(/images/pc/design/judge.png) right -30px no-repeat;
}
.main .reserve-container .input-section input.input-mobile {
  background: #ffffff url(/images/pc/design/phone.png) 10px 50% no-repeat;
}
.main .reserve-container .input-section input.input-mobile.true {
  background: #ffffff url(/images/pc/design/phone.png) 10px 50% no-repeat, url(/images/pc/design/judge.png) right 0px no-repeat;
}
.main .reserve-container .input-section input.input-mobile.false {
  background: #ffffff url(/images/pc/design/phone.png) 10px 50% no-repeat, url(/images/pc/design/judge.png) right -30px no-repeat;
}
.main .reserve-container .input-section .confirm-btn {
  float: right;
  width: 88px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background: url(/images/pc/design/confirm_btn.png) 0px 0px no-repeat;
}
.main .reserve-container .input-section .confirm-btn:hover {
  background: url(/images/pc/design/confirm_btn.png) 0px -32px no-repeat;
}
.main .reserve-container .input-section .confirm-btn:active {
  background: url(/images/pc/design/confirm_btn.png) 0px -64px no-repeat;
}
.main .reserve-container .input-section .confirm-btn.disabled {
  background: url(/images/pc/design/confirm_btn.png) 0px -96px no-repeat;
}
.main .reserve-container .input-section.submit {
  margin-top: 18px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 15px;
}
.main .reserve-container .input-section.submit .submit-btn {
  width: 100%;
  height: 100%;
  color: #fff;
  background: url(/images/pc/design/submit_btn.png) 0px 0px no-repeat;
}
.main .reserve-container .input-section.submit .submit-btn:hover {
  background: url(/images/pc/design/submit_btn.png) 0px -38px no-repeat;
}
.main .reserve-container .input-section.submit .submit-btn:active {
  background: url(/images/pc/design/submit_btn.png) 0px -76px no-repeat;
}
.main .reserve-container .input-section.submit .submit-btn.disabled {
  background: url(/images/pc/design/submit_btn.png) 0px -114px no-repeat;
}
